WP RSS Aggregator - Version 4.6.11

Version Description

(2015-03-04) = * Enhanced: The Help page now includes a support form if a premium add-on is detected. * Enhanced: Updated some translations for admin options. * Fixed bug: Help tooltips are now optimized for iPad screens. * Fixed bug: Errors on the licensing page when a license code has not yet been entered.

Download this release

Release Info

Developer Mekku
Plugin Icon 128x128 WP RSS Aggregator
Version 4.6.11
Comparing to
See all releases

Code changes from version 4.6.10 to 4.6.11

css/admin-styles.css CHANGED
@@ -612,7 +612,7 @@ body.post-type-wprss_blacklist .alignleft.actions.bulkactions {
612
  }
613
 
614
  /* For non settings page screens */
615
- @media only screen and (max-width: 1026px) {
616
 
617
  body:not(.wprss_feed_page_wprss-aggregator-settings)
618
  .wprss-tooltip-handle {
612
  }
613
 
614
  /* For non settings page screens */
615
+ @media only screen and (max-width: 850px) {
616
 
617
  body:not(.wprss_feed_page_wprss-aggregator-settings)
618
  .wprss-tooltip-handle {
includes/admin-help-metaboxes.php CHANGED
@@ -11,61 +11,61 @@ if( class_exists('WPRSS_Help') ) {
11
  * -----------------------------
12
  */
13
  // Feed Source URL
14
- 'wprss_url' => 'The URL of the feed source. In most cases, the URL of the site will also work, but for best results we recommend trying to find the URL of the RSS feed.
15
 
16
- Also include the <code>http://</code> prefix in the URL.',
17
  // Feed limit
18
- 'wprss_limit' => 'The maximum number of imported items from this feed to keep stored.
19
 
20
  When new items are imported and the limit is exceeded, the oldest feed items will be deleted to make room for new ones.
21
 
22
- If you already have items imported from this feed source, setting this option now may delete some of your items, in order to comply with the limit.',
23
  // Link to Enclosure
24
- 'wprss_enclosure' => 'Tick this box to make feed items link to the URL in the enclosure tag, rather than link to the original article.
25
 
26
  Enclosure tags are RSS tags that may be included with a feed items. These tags typically contain links to images, audio, videos, attachment files or even flash content.
27
 
28
- If you are not sure leave this setting blank.',
29
 
30
  /* -------------------------
31
  * Feed Processing Metabox
32
  * -------------------------
33
  */
34
  // Feed State
35
- 'wprss_state' => 'State of the feed, active or paused.
36
 
37
  If active, the feed source will fetch items periodically, according to the settings below.
38
 
39
- If paused, the feed source will not fetch feed items periodically.',
40
  // Activate Feed: [date]
41
- 'wprss_activate_feed' => 'You can set a time, in UTC, in the future when the feed source will become active, if it is paused.
42
 
43
- Leave blank to activate immediately.',
44
  // Pause Feed: [date]
45
- 'wprss_pause_feed' => 'You can set a time, in UTC, in the future when the feed source will become paused, if it is active.
46
 
47
- Leave blank to never pause.',
48
  // Update Interval
49
- 'wprss_update_interval' => 'How frequently the feed source should check for new items and fetch if needed.
50
 
51
- If left as <em>Default</em>, the interval in the global settings is used.',
52
  // Delete items older than: [date]
53
- 'wprss_age_limit' => 'The maximum age allowed for feed items. Very useful if you are only concerned with, say, last week\'s news.
54
 
55
  Items already imported will be deleted if they eventually exceed this age limit.
56
 
57
  Also, items in the RSS feed that are already older than this age will not be imported at all.
58
 
59
- Leaving empty to use the <em>Limit feed items by age</em> option in the general settings.',
60
 
61
  /* ----------------------
62
  * Feed Preview Metabox
63
  * ----------------------
64
  */
65
  // Force Feed
66
- 'wprss_force_feed' => 'Use this option if you are seeing an <q>Invalid feed URL</q> error in the Feed Preview above, but you are sure that the URL is correct.
67
 
68
- Note, however, that this will disable auto-discovery, meaning that the given URL must be an RSS feed URL. Using the site\'s URL will not work.'
69
  );
70
  $help->add_tooltips( $tooltips, $prefix );
71
  }
11
  * -----------------------------
12
  */
13
  // Feed Source URL
14
+ 'wprss_url' => __('The URL of the feed source. In most cases, the URL of the site will also work, but for best results we recommend trying to find the URL of the RSS feed.
15
 
16
+ Also include the <code>http://</code> prefix in the URL.', WPRSS_TEXT_DOMAIN),
17
  // Feed limit
18
+ 'wprss_limit' => __('The maximum number of imported items from this feed to keep stored.
19
 
20
  When new items are imported and the limit is exceeded, the oldest feed items will be deleted to make room for new ones.
21
 
22
+ If you already have items imported from this feed source, setting this option now may delete some of your items, in order to comply with the limit.', WPRSS_TEXT_DOMAIN),
23
  // Link to Enclosure
24
+ 'wprss_enclosure' => __('Tick this box to make feed items link to the URL in the enclosure tag, rather than link to the original article.
25
 
26
  Enclosure tags are RSS tags that may be included with a feed items. These tags typically contain links to images, audio, videos, attachment files or even flash content.
27
 
28
+ If you are not sure leave this setting blank.', WPRSS_TEXT_DOMAIN),
29
 
30
  /* -------------------------
31
  * Feed Processing Metabox
32
  * -------------------------
33
  */
34
  // Feed State
35
+ 'wprss_state' => __('State of the feed, active or paused.
36
 
37
  If active, the feed source will fetch items periodically, according to the settings below.
38
 
39
+ If paused, the feed source will not fetch feed items periodically.', WPRSS_TEXT_DOMAIN),
40
  // Activate Feed: [date]
41
+ 'wprss_activate_feed' => __('You can set a time, in UTC, in the future when the feed source will become active, if it is paused.
42
 
43
+ Leave blank to activate immediately.', WPRSS_TEXT_DOMAIN),
44
  // Pause Feed: [date]
45
+ 'wprss_pause_feed' => __('You can set a time, in UTC, in the future when the feed source will become paused, if it is active.
46
 
47
+ Leave blank to never pause.', WPRSS_TEXT_DOMAIN),
48
  // Update Interval
49
+ 'wprss_update_interval' => __('How frequently the feed source should check for new items and fetch if needed.
50
 
51
+ If left as <em>Default</em>, the interval in the global settings is used.', WPRSS_TEXT_DOMAIN),
52
  // Delete items older than: [date]
53
+ 'wprss_age_limit' => __('The maximum age allowed for feed items. Very useful if you are only concerned with, say, last week\'s news.
54
 
55
  Items already imported will be deleted if they eventually exceed this age limit.
56
 
57
  Also, items in the RSS feed that are already older than this age will not be imported at all.
58
 
59
+ Leaving empty to use the <em>Limit feed items by age</em> option in the general settings.', WPRSS_TEXT_DOMAIN),
60
 
61
  /* ----------------------
62
  * Feed Preview Metabox
63
  * ----------------------
64
  */
65
  // Force Feed
66
+ 'wprss_force_feed' => __('Use this option if you are seeing an <q>Invalid feed URL</q> error in the Feed Preview above, but you are sure that the URL is correct.
67
 
68
+ Note, however, that this will disable auto-discovery, meaning that the given URL must be an RSS feed URL. Using the site\'s URL will not work.', WPRSS_TEXT_DOMAIN)
69
  );
70
  $help->add_tooltips( $tooltips, $prefix );
71
  }
includes/admin-help-settings.php CHANGED
@@ -10,7 +10,7 @@ if( class_exists('WPRSS_Help') ) {
10
  * General Section
11
  * -----------------
12
  */ // Limit feed items by age
13
- 'limit-feed-items-by-age' => 'The maximum age allowed for feed items.
14
  <hr/>
15
 
16
  Items already imported will be deleted if they eventually exceed this age limit.
@@ -18,9 +18,9 @@ if( class_exists('WPRSS_Help') ) {
18
  Also, items in the RSS feed that are already older than this age will not be imported at all.
19
  <hr/>
20
 
21
- <em>Leave empty for no limit.</em>',
22
  // Limit feed items per feed
23
- 'limit-feed-items-imported' => 'The maximum number of imported items to keep stored, for feed sources that do not have their own limit.
24
  <hr/>
25
 
26
  When new items are imported and the limit for a feed source is exceeded, the oldest feed items for that feed source will be deleted to make room for the new ones.
@@ -28,89 +28,89 @@ if( class_exists('WPRSS_Help') ) {
28
  If you already have items imported from this feed source, setting this option now may delete some of your items, in order to comply with the limit.
29
  <hr/>
30
 
31
- <em>Use 0 or leave empty for no limit.</em>',
32
  // Feed processing interval
33
- 'cron-interval' => 'How frequently should the feed sources (that do not have their own update interval) check for updates and fetch items accordingly.
34
 
35
- It is recommended to not have more than 20 feed sources that use this global update interval. Having too many feed sources updating precisely at the same time can cause the WP Cron System to crash.',
36
  // Custom Feed URL
37
- 'custom-feed-url' => 'The URL of the custom feed, located at <code>http://yoursite.com/[custom feed url]</code>.
38
  <hr/>
39
 
40
  WP RSS Aggregator allows you to create a custom RSS feed, that contains all of your imported feed items. This setting allows you to change the URL of this custom feed.
41
 
42
  <hr/>
43
 
44
- <strong>Note:</strong> You may be required to refresh you Permalinks after you change this setting, by going to <em>Settings <i class="fa fa-angle-right"></i> Permalinks</e> and clicking <em>Save</em>.',
45
  // Custom Feed Title
46
- 'custom-feed-title' => 'The title of the custom feed.
47
 
48
- This title will be included in the RSS source of the custom feed, in a <code>&lt;title&gt;</code> tag.',
49
  // Custom Feed Limit
50
- 'custom-feed-limit' => 'The maximum number of feed items in the custom feed.',
51
 
52
  /* --------------------------
53
  * General Display Settings
54
  * --------------------------
55
  */ // Link titles
56
- 'link-enable' => 'Check this box to make the feed item titles link to the original article.',
57
  // Title Maximum length
58
- 'title-limit' => 'Set the maximum number of characters to show for feed item titles.
59
  <hr/>
60
 
61
- <em>Leave empty for no limit.</em>',
62
  // Show Authors
63
- 'authors-enable' => 'Check this box to show the author for each feed item, if it is available.',
64
  // Video Links
65
- 'video-links' => 'For feed items from YouTube, Vimeo or Dailymotion, you can choose whether you want to have the items link to the original page link, or a link to the embedded video player only.',
66
  // Pagination Type
67
- 'pagination' => 'The type of pagination to use when showing feed items on multiple pages.
68
 
69
  The first shows two links, "Older" and "Newer", which allow you to navigate through the pages.
70
 
71
- The second shows links for all the pages, together with links for the next and previous pages.',
72
  // Feed Limit
73
- 'feed-limit' => 'The maximum number of feed items to display when using the shortcode.
74
 
75
- This enables pagination if set to a number smaller than the number of items to be displayed.',
76
  // Open Links Behaviour
77
- 'open-dd' => 'Choose how you want links to be opened. This applies to the feed item title and the source link.',
78
  // Set links as no follow
79
- 'follow-dd' => 'Enable this option to set all links displayed as "NoFollow".
80
  <hr/>
81
 
82
- "Nofollow" provides a way to tell search engines to <em>not</em> follow certain links, such as links to feed items in this case.',
83
 
84
  /* -------------------------
85
  * Source Display Settings
86
  * -------------------------
87
  */ // Source Enabled
88
- 'source-enable' => 'Enable this option to show the feed source name for each feed item.',
89
  // Text preceding source
90
- 'text-preceding-source' => 'Enter the text that you want to show before the source name. A space is automatically added between this text and the feed source name.',
91
  // Source Link
92
- 'source-link' => 'Enable this option to link the feed source name to the RSS feed\'s source site.',
93
 
94
  /* -------------------------
95
  * Date Display Settings
96
  * -------------------------
97
  */ // Source Enabled
98
- 'date-enable' => 'Enable this to show the feed item\'s date.',
99
  // Text preceding date
100
- 'text-preceding-date' => 'Enter the text that you want to show before the feed item date. A space is automatically added between this text and the date.',
101
  // Date Format
102
- 'date-format' => 'The format to use for the feed item dates, as a PHP date format.',
103
  // Time Ago Format Enable
104
- 'time-ago-format-enable' => 'Enable this option to show the elapsed time from the feed item\'s date and time to the present time.
105
- <em>Eg. 2 hours ago</em>',
106
 
107
  /* --------
108
  * Styles
109
  * --------
110
  */ // Styles Disable
111
- 'styles-disable' => 'Check this box to disable all plugin styles used for displaying feed items.
112
 
113
- This will allow you to provide your own custom CSS styles for displaying the feed items.'
114
  );
115
  $help->add_tooltips( $tooltips, $prefix );
116
  }
10
  * General Section
11
  * -----------------
12
  */ // Limit feed items by age
13
+ 'limit-feed-items-by-age' => __( 'The maximum age allowed for feed items.
14
  <hr/>
15
 
16
  Items already imported will be deleted if they eventually exceed this age limit.
18
  Also, items in the RSS feed that are already older than this age will not be imported at all.
19
  <hr/>
20
 
21
+ <em>Leave empty for no limit.</em>', WPRSS_TEXT_DOMAIN),
22
  // Limit feed items per feed
23
+ 'limit-feed-items-imported' => __('The maximum number of imported items to keep stored, for feed sources that do not have their own limit.
24
  <hr/>
25
 
26
  When new items are imported and the limit for a feed source is exceeded, the oldest feed items for that feed source will be deleted to make room for the new ones.
28
  If you already have items imported from this feed source, setting this option now may delete some of your items, in order to comply with the limit.
29
  <hr/>
30
 
31
+ <em>Use 0 or leave empty for no limit.</em>', WPRSS_TEXT_DOMAIN),
32
  // Feed processing interval
33
+ 'cron-interval' => __('How frequently should the feed sources (that do not have their own update interval) check for updates and fetch items accordingly.
34
 
35
+ It is recommended to not have more than 20 feed sources that use this global update interval. Having too many feed sources updating precisely at the same time can cause the WP Cron System to crash.', WPRSS_TEXT_DOMAIN),
36
  // Custom Feed URL
37
+ 'custom-feed-url' => __('The URL of the custom feed, located at <code>http://yoursite.com/[custom feed url]</code>.
38
  <hr/>
39
 
40
  WP RSS Aggregator allows you to create a custom RSS feed, that contains all of your imported feed items. This setting allows you to change the URL of this custom feed.
41
 
42
  <hr/>
43
 
44
+ <strong>Note:</strong> You may be required to refresh you Permalinks after you change this setting, by going to <em>Settings <i class="fa fa-angle-right"></i> Permalinks</e> and clicking <em>Save</em>.', WPRSS_TEXT_DOMAIN),
45
  // Custom Feed Title
46
+ 'custom-feed-title' => __('The title of the custom feed.
47
 
48
+ This title will be included in the RSS source of the custom feed, in a <code>&lt;title&gt;</code> tag.', WPRSS_TEXT_DOMAIN),
49
  // Custom Feed Limit
50
+ 'custom-feed-limit' => __('The maximum number of feed items in the custom feed.', WPRSS_TEXT_DOMAIN),
51
 
52
  /* --------------------------
53
  * General Display Settings
54
  * --------------------------
55
  */ // Link titles
56
+ 'link-enable' => __('Check this box to make the feed item titles link to the original article.', WPRSS_TEXT_DOMAIN),
57
  // Title Maximum length
58
+ 'title-limit' => __('Set the maximum number of characters to show for feed item titles.
59
  <hr/>
60
 
61
+ <em>Leave empty for no limit.</em>', WPRSS_TEXT_DOMAIN),
62
  // Show Authors
63
+ 'authors-enable' => __('Check this box to show the author for each feed item, if it is available.', WPRSS_TEXT_DOMAIN),
64
  // Video Links
65
+ 'video-links' => __('For feed items from YouTube, Vimeo or Dailymotion, you can choose whether you want to have the items link to the original page link, or a link to the embedded video player only.', WPRSS_TEXT_DOMAIN),
66
  // Pagination Type
67
+ 'pagination' => __('The type of pagination to use when showing feed items on multiple pages.
68
 
69
  The first shows two links, "Older" and "Newer", which allow you to navigate through the pages.
70
 
71
+ The second shows links for all the pages, together with links for the next and previous pages.', WPRSS_TEXT_DOMAIN),
72
  // Feed Limit
73
+ 'feed-limit' => __('The maximum number of feed items to display when using the shortcode.
74
 
75
+ This enables pagination if set to a number smaller than the number of items to be displayed.', WPRSS_TEXT_DOMAIN),
76
  // Open Links Behaviour
77
+ 'open-dd' => __('Choose how you want links to be opened. This applies to the feed item title and the source link.', WPRSS_TEXT_DOMAIN),
78
  // Set links as no follow
79
+ 'follow-dd' => __('Enable this option to set all links displayed as "NoFollow".
80
  <hr/>
81
 
82
+ "Nofollow" provides a way to tell search engines to <em>not</em> follow certain links, such as links to feed items in this case.', WPRSS_TEXT_DOMAIN),
83
 
84
  /* -------------------------
85
  * Source Display Settings
86
  * -------------------------
87
  */ // Source Enabled
88
+ 'source-enable' => __('Enable this option to show the feed source name for each feed item.', WPRSS_TEXT_DOMAIN),
89
  // Text preceding source
90
+ 'text-preceding-source' => __('Enter the text that you want to show before the source name. A space is automatically added between this text and the feed source name.', WPRSS_TEXT_DOMAIN),
91
  // Source Link
92
+ 'source-link' => __('Enable this option to link the feed source name to the RSS feed\'s source site.', WPRSS_TEXT_DOMAIN),
93
 
94
  /* -------------------------
95
  * Date Display Settings
96
  * -------------------------
97
  */ // Source Enabled
98
+ 'date-enable' => __('Enable this to show the feed item\'s date.', WPRSS_TEXT_DOMAIN),
99
  // Text preceding date
100
+ 'text-preceding-date' => __('Enter the text that you want to show before the feed item date. A space is automatically added between this text and the date.', WPRSS_TEXT_DOMAIN),
101
  // Date Format
102
+ 'date-format' => __('The format to use for the feed item dates, as a PHP date format.', WPRSS_TEXT_DOMAIN),
103
  // Time Ago Format Enable
104
+ 'time-ago-format-enable' => __('Enable this option to show the elapsed time from the feed item\'s date and time to the present time.
105
+ <em>Eg. 2 hours ago</em>', WPRSS_TEXT_DOMAIN),
106
 
107
  /* --------
108
  * Styles
109
  * --------
110
  */ // Styles Disable
111
+ 'styles-disable' => __('Check this box to disable all plugin styles used for displaying feed items.
112
 
113
+ This will allow you to provide your own custom CSS styles for displaying the feed items.', WPRSS_TEXT_DOMAIN)
114
  );
115
  $help->add_tooltips( $tooltips, $prefix );
116
  }
includes/admin-help.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
- /**
3
- * Build the Help page
4
- *
5
- * @since 4.2
6
- */
7
- function wprss_help_page_display() {
8
- ?>
9
 
10
  <div class="wrap">
11
  <?php screen_icon( 'wprss-aggregator' ); ?>
@@ -18,14 +18,233 @@
18
  <h3><?php _e( 'Frequently Asked Questions (FAQ)', WPRSS_TEXT_DOMAIN ) ?></h3>
19
  <?php echo wpautop( __('If after going through the documentation you still have questions, please take a look at the <a href="http://www.wprssaggregator.com/faq/">FAQ page</a> on the site, we set this up purposely to answer the most commonly asked questions by our users.', WPRSS_TEXT_DOMAIN) ) ?>
20
 
21
- <h3><?php _e( 'Support Forums - Core (free version) Plugin Users Only', WPRSS_TEXT_DOMAIN ) ?></h3>
22
- <?php echo wpautop( __( "If you're using the free version of the plugin found on WordPress.org, you can ask questions on the " . '<a href="http://wordpress.org/support/plugin/wp-rss-aggregator">support forum</a>.', WPRSS_TEXT_DOMAIN ) ) ?>
23
- <h3><?php _e( 'Email Ticketing System - Premium Add-on Users Only', WPRSS_TEXT_DOMAIN ) ?></h3>
24
- <?php echo wpautop( __( "If you still can't find an answer to your query after reading the documentation and going through the FAQ, just " . '<a href="http://www.wprssaggregator.com/contact/">open a support request ticket</a>.' . "
25
- We'll be happy to help you out.", WPRSS_TEXT_DOMAIN ) ) ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  </div>
27
- <?php
28
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  /**
31
  * Encapsulates features for providing inline help in the admin interface.
1
  <?php
2
+ /**
3
+ * Build the Help page
4
+ *
5
+ * @since 4.2
6
+ */
7
+ function wprss_help_page_display() {
8
+ ?>
9
 
10
  <div class="wrap">
11
  <?php screen_icon( 'wprss-aggregator' ); ?>
18
  <h3><?php _e( 'Frequently Asked Questions (FAQ)', WPRSS_TEXT_DOMAIN ) ?></h3>
19
  <?php echo wpautop( __('If after going through the documentation you still have questions, please take a look at the <a href="http://www.wprssaggregator.com/faq/">FAQ page</a> on the site, we set this up purposely to answer the most commonly asked questions by our users.', WPRSS_TEXT_DOMAIN) ) ?>
20
 
21
+ <?php
22
+ if ( wprss_is_premium_user() ) {
23
+ wprss_premium_help_display();
24
+ } else {
25
+ wprss_free_help_display();
26
+ }
27
+ ?>
28
+ </div>
29
+ <?php
30
+ }
31
+
32
+
33
+ /**
34
+ * Print the premium help section with inline support form.
35
+ *
36
+ * @since 4.7
37
+ */
38
+ function wprss_premium_help_display() {
39
+ // Get the first valid license.
40
+ $addon = '';
41
+ $statuses = get_option( 'wprss_settings_license_statuses', array() );
42
+ foreach ( $statuses as $key => $value ) {
43
+ // If we're looking at a license status key...
44
+ if ( strpos($key, '_license_status') !== FALSE ) {
45
+ // ...and the license is valid...
46
+ if ($value === 'valid') {
47
+ $addon = substr( $key, 0, strpos( $key, '_license_status' ) );
48
+ break;
49
+ }
50
+ }
51
+ }
52
+
53
+ // If we didn't find an add-on with a valid license, show the free help text.
54
+ if ( $addon === '' ) {
55
+ wprss_free_help_display();
56
+ return;
57
+ }
58
+
59
+ // Get the full license info so we can prefill the name and email
60
+ $license = wprss_edd_check_license($addon, NULL, 'ALL');
61
+ $customer_name = is_object($license) ? $license->customer_name : '';
62
+ $customer_email = is_object($license) ? $license->customer_email : '';
63
+
64
+ echo '<h3>' . __( 'Email Support', WPRSS_TEXT_DOMAIN ) . '</h3>';
65
+ echo wpautop( __( "If you still can't find an answer to your query after reading the documentation and going through the FAQ, just fill out the support request form below. We'll be happy to help you out.", WPRSS_TEXT_DOMAIN ) );
66
+
67
+ ?>
68
+
69
+ <form method="post">
70
+ <table>
71
+ <tr>
72
+ <td><strong><?php _e('From: ', WPRSS_TEXT_DOMAIN); ?></strong></td>
73
+ <td><input type='text' name='support-name' value="<?php echo esc_attr($customer_name); ?>" placeholder='<?php echo esc_attr('Name', WPRSS_TEXT_DOMAIN); ?>' style='width:100%;'></td>
74
+ <td><input type='text' name='support-email' value="<?php echo esc_attr($customer_email); ?>" placeholder='<?php echo esc_attr('Email', WPRSS_TEXT_DOMAIN); ?>' style='width:100%;'></td>
75
+ </tr>
76
+ <tr>
77
+ <td colspan="3" style="text-align:right;"><small><?php _e('Replies will be sent to this email address.'); ?></small></td>
78
+ </tr>
79
+ <tr>
80
+ <td colspan="3"><input type='text' name='support-subject' placeholder='<?php echo esc_attr('Subject', WPRSS_TEXT_DOMAIN); ?>' style='width:100%;'></td>
81
+ </tr>
82
+ <tr>
83
+ <td colspan="3"><textarea name='support-message' rows='10' cols='80' placeholder='<?php echo esc_attr('Message', WPRSS_TEXT_DOMAIN); ?>'></textarea></td>
84
+ </tr>
85
+ <tr>
86
+ <td colspan="3"><strong><?php _e('Attachments', WPRSS_TEXT_DOMAIN);?>: </strong></td>
87
+ </tr>
88
+ <tr>
89
+ <td colspan="3"><input type='checkbox' name='support-include-log' value='checked' checked><?php _e('WP RSS Aggregator log file', WPRSS_TEXT_DOMAIN); ?></td>
90
+ </tr>
91
+ <tr>
92
+ <td colspan="3"><input type='checkbox' name='support-include-sys' value='checked' checked><?php _e('WordPress information', WPRSS_TEXT_DOMAIN); ?></td>
93
+ </tr>
94
+ </table>
95
+ </form>
96
+ <div style='line-height:2.3em;'>
97
+ <button id='send-message-btn' class='button button-primary'><?php _e('Send Message', WPRSS_TEXT_DOMAIN); ?></button>
98
+ <span id='support-error'></span>
99
  </div>
100
+
101
+ <?php
102
+ }
103
+
104
+ /**
105
+ * Print the free help section with link to forums.
106
+ *
107
+ * @since 4.7
108
+ */
109
+ function wprss_free_help_display() {
110
+ echo '<h3>' . __( 'Support Forums', WPRSS_TEXT_DOMAIN ) . '</h3>';
111
+ echo wpautop( __( "Users of the free version of WP RSS Aggregator can ask questions on the " . '<a href="http://wordpress.org/support/plugin/wp-rss-aggregator">support forum</a>.', WPRSS_TEXT_DOMAIN ) );
112
+ }
113
+
114
+
115
+ add_action( 'wp_ajax_wprss_ajax_send_premium_support', 'wprss_ajax_send_premium_support' );
116
+ /**
117
+ * Handles the AJAX request to send the support form. Returns a JSON status.
118
+ *
119
+ * @since 4.7
120
+ */
121
+ function wprss_ajax_send_premium_support() {
122
+ $ret = array();
123
+
124
+ // Validate the form fields that were submitted and send any errors.
125
+ $error = wprss_validate_support_request();
126
+ if ($error !== FALSE) {
127
+ $ret['error'] = $error;
128
+ echo json_encode($ret);
129
+ die();
130
+ }
131
+
132
+ // Create the email content.
133
+ $subject = sanitize_text_field($_GET['support-subject']);
134
+ $message = wprss_create_support_message();
135
+ $headers = wprss_create_support_headers();
136
+
137
+ // Send the email.
138
+ $sent = wp_mail( "support@wprssaggregator.com", $subject, $message, $headers );
139
+
140
+ // NB, the retval is a best-guess about email sending. According to the WP Codex it
141
+ // doesn't mean the user received the email, it "only means that the method used
142
+ // was able to process the request without any errors."
143
+ if ($sent === FALSE) {
144
+ $ret['error'] = sprintf(__('There was an error sending the form. Please use the <a href="%s" target="_blank">contact form on our site.</a>'), esc_attr('http://www.wprssaggregator.com/contact/'));
145
+ $ret['message'] = $message;
146
+ } else {
147
+ $ret['status'] = 'OK';
148
+ }
149
+
150
+ echo json_encode($ret);
151
+ die();
152
+ }
153
+
154
+
155
+ /**
156
+ * Ensures that all support form fields have been filled out. Returns TRUE
157
+ *
158
+ * @since 4.7
159
+ * @return FALSE when all fields are valid, or a string containing an error they aren't.
160
+ */
161
+ function wprss_validate_support_request() {
162
+ $fields = array(
163
+ 'support-name',
164
+ 'support-email',
165
+ 'support-subject',
166
+ 'support-message'
167
+ );
168
+
169
+ // Ensure that each required field is present and filled out.
170
+ foreach ($fields as $field) {
171
+ if (!isset($_GET[$field]) || $_GET[$field] === "") {
172
+
173
+ return sprintf(
174
+ __('Please fill out all the fields in the form, including the <strong>%s</strong> field.', WPRSS_TEXT_DOMAIN),
175
+ ucfirst(substr($field, strpos($field, '-') + 1))
176
+ );
177
+ }
178
+ }
179
+
180
+ // Ensure the email is of a valid format.
181
+ if (is_email($_GET['support-email']) === FALSE) {
182
+ return __('Please enter a valid email address.', WPRSS_TEXT_DOMAIN);
183
+ }
184
+
185
+ return FALSE;
186
+ }
187
+
188
+
189
+ /**
190
+ * Creates and returns the support request email's message body.
191
+ *
192
+ * @since 4.7
193
+ */
194
+ function wprss_create_support_message() {
195
+ // Get the WP RSS Aggregator log.
196
+ $log = 'Customer did not send log';
197
+ if ($_GET['support-include-log'] === 'true') {
198
+ $log = wprss_get_log();
199
+ }
200
+
201
+ // Get the system information.
202
+ $sys_info = 'Customer did not send system information';
203
+ if ($_GET['support-include-sys'] === 'true') {
204
+ ob_start();
205
+ wprss_print_system_info();
206
+ $sys_info = ob_get_contents();
207
+ ob_end_clean();
208
+ }
209
+
210
+ // Get the license keys.
211
+ $keys = json_encode( get_option( 'wprss_settings_license_keys', array() ), JSON_PRETTY_PRINT );
212
+
213
+ // Get the message they entered.
214
+ $message = sanitize_text_field($_GET['support-message']);
215
+
216
+ // Remove any generated system data that may be present from previous form submission attempts.
217
+ $idx = strpos($message, "----------------------------------------------");
218
+ if ($idx !== FALSE) {
219
+ $message = substr($message, 0, $idx);
220
+ }
221
+
222
+ // Append the generated system data.
223
+ $message .= "\n\n----------------------------------------------\n";
224
+ $message .= "\nLicense Information:\n" . $keys;
225
+ $message .= "\n\n\nError Log:\n" . $log;
226
+ $message .= "\n\n\nSystem Information:\n" . $sys_info . "\n";
227
+
228
+ $message = apply_filters( 'wprss_support_message', $message );
229
+
230
+ return $message;
231
+ }
232
+
233
+
234
+ /**
235
+ * Creates and returns the support request email's headers.
236
+ *
237
+ * @since 4.7
238
+ */
239
+ function wprss_create_support_headers() {
240
+ $headers = "From: no-reply@wprssaggregator.com\r\n";
241
+ $headers .= "Reply-to: " . sanitize_text_field($_GET['support-name']) . " <" . sanitize_email($_GET['support-email']) . ">\r\n";
242
+
243
+ $headers = apply_filters( 'wprss_support_headers', $headers );
244
+
245
+ return $headers;
246
+ }
247
+
248
 
249
  /**
250
  * Encapsulates features for providing inline help in the admin interface.
includes/admin-statistics.php CHANGED
@@ -132,9 +132,9 @@ function wprss_send_tracking_data() {
132
  )
133
  );
134
 
135
- // Set a transient that expires in 1 day. When it expires, this function will run agai
136
- // Expiration: 60secs * 60mins * 24hrs = 1 day
137
- set_transient( 'wprss_tracking_transient', '-', 60 * 60 * 24 );
138
  }
139
 
140
 
132
  )
133
  );
134
 
135
+ // Set a transient that expires in 1 week. When it expires, this function will run again
136
+ // Expiration: 60secs * 60mins * 24hrs * 7days = 1 week
137
+ set_transient( 'wprss_tracking_transient', '-', 60 * 60 * 24 * 7 );
138
  }
139
 
140
 
includes/admin-welcome.php CHANGED
@@ -120,7 +120,7 @@
120
  </div>
121
  <?php break; endforeach; endif; ?>
122
 
123
- <?php echo wpautop( sprintf( __( 'Need functionality not already available in core or the add-ons? You can <a href="%1$s">suggest new features</a>!', WPRSS_TEXT_DOMAIN ), 'http://www.wprssaggregator.com/feature-requests/' ) ) ?>
124
 
125
  </div>
126
 
120
  </div>
121
  <?php break; endforeach; endif; ?>
122
 
123
+ <?php echo wpautop( sprintf( __( 'Need functionality not already available in core or the add-ons? You can <a href="%1$s">suggest new features</a>!', WPRSS_TEXT_DOMAIN ), 'https://trello.com/b/UJJwpvZu/wp-rss-aggregator-public-roadmap' ) ) ?>
124
 
125
  </div>
126
 
includes/licensing.php CHANGED
@@ -208,6 +208,27 @@ function wprss_unlicensed_addons_exist() {
208
  return FALSE;
209
  }
210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  /**
212
  * Returns an array of addon IDs that are licensed.
213
  *
@@ -509,7 +530,7 @@ function wprss_license_key_field( $args ) {
509
  : $mask_exclude_amount;
510
  // How many chars to mask. Always at least one char will be masked.
511
  $mask_length = $license_key_length - abs( $mask_exclude_amount );
512
- $mask = str_repeat( $mask_char, $mask_length );
513
  $excluded_chars = mb_substr( $license_key, $mask_exclude_amount < 0 ? $mask_length : 0, abs( $mask_exclude_amount ) );
514
  $displayed_key = sprintf( $mask_exclude_amount > 0 ? '%1$s%2$s' : '%2$s%1$s', $excluded_chars, $mask); ?>
515
  <input id="wprss-<?php echo $addon_id ?>-license-key" name="wprss_settings_license_keys[<?php echo $addon_id ?>_license_key]"
208
  return FALSE;
209
  }
210
 
211
+ /**
212
+ * Check if any add-ons have a valid license and return a boolean.
213
+ *
214
+ * @since 4.6.8
215
+ */
216
+ function wprss_is_premium_user() {
217
+ // Iterate through license statuses looking for a valid one.
218
+ $statuses = get_option('wprss_settings_license_statuses', array());
219
+ foreach ($statuses as $key => $value) {
220
+ // If we're looking at a license status key...
221
+ if (strpos($key, '_license_status') !== FALSE) {
222
+ // ...and the license is valid...
223
+ if ($value === 'valid') {
224
+ return TRUE;
225
+ }
226
+ }
227
+ }
228
+
229
+ return FALSE;
230
+ }
231
+
232
  /**
233
  * Returns an array of addon IDs that are licensed.
234
  *
530
  : $mask_exclude_amount;
531
  // How many chars to mask. Always at least one char will be masked.
532
  $mask_length = $license_key_length - abs( $mask_exclude_amount );
533
+ $mask = $mask_length > 0 ? str_repeat( $mask_char, $mask_length ) : '';
534
  $excluded_chars = mb_substr( $license_key, $mask_exclude_amount < 0 ? $mask_length : 0, abs( $mask_exclude_amount ) );
535
  $displayed_key = sprintf( $mask_exclude_amount > 0 ? '%1$s%2$s' : '%2$s%1$s', $excluded_chars, $mask); ?>
536
  <input id="wprss-<?php echo $addon_id ?>-license-key" name="wprss_settings_license_keys[<?php echo $addon_id ?>_license_key]"
includes/scripts.php CHANGED
@@ -103,6 +103,15 @@
103
  ) );
104
  }
105
 
 
 
 
 
 
 
 
 
 
106
  do_action( 'wprss_admin_scripts_styles' );
107
  } // end wprss_admin_scripts_styles
108
 
103
  ) );
104
  }
105
 
106
+ if ( 'wprss_feed_page_wprss-help' === $screen->base ) {
107
+ wp_enqueue_script( 'wprss-admin-help', WPRSS_JS . 'admin-help.js' );
108
+ wp_localize_script( 'wprss-admin-help', 'wprss_admin_help', array(
109
+ 'sending' => __('Sending...', WPRSS_TEXT_DOMAIN),
110
+ 'sent-error' => sprintf(__('There was an error sending the form. Please use the <a href="%s">contact form on our site.</a>'), esc_attr('http://www.wprssaggregator.com/contact/')),
111
+ 'sent-ok' => __("Your message has been sent. We'll look at it soon.")
112
+ ) );
113
+ }
114
+
115
  do_action( 'wprss_admin_scripts_styles' );
116
  } // end wprss_admin_scripts_styles
117
 
includes/system-info.php CHANGED
@@ -31,6 +31,25 @@
31
  ?>
32
  <form action="<?php echo esc_url( $nonce_url ); ?>" method="post">
33
  <textarea readonly="readonly" onclick="this.focus();this.select()" id="system-info-textarea" name="wprss-sysinfo" title="<?php _e( 'To copy the system info, click below then press Ctrl + C (PC) or Cmd + C (Mac).', WPRSS_TEXT_DOMAIN ); ?>">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ### Begin System Info ###
35
 
36
  ## Please include this information when posting support requests ##
@@ -146,16 +165,10 @@ if ( get_bloginfo( 'version' ) < '3.4' ) {
146
 
147
 
148
  ### End System Info ###
149
- </textarea>
150
- <p class="submit">
151
- <input type="hidden" name="wprss-action" value="download_sysinfo" />
152
- <?php submit_button( __( 'Download System Info File', WPRSS_TEXT_DOMAIN ), 'primary', 'wprss-download-sysinfo', false ); ?>
153
- </p>
154
- </form>
155
-
156
- <?php
157
  }
158
 
 
159
  /**
160
  * Generates the System Info Download File
161
  *
31
  ?>
32
  <form action="<?php echo esc_url( $nonce_url ); ?>" method="post">
33
  <textarea readonly="readonly" onclick="this.focus();this.select()" id="system-info-textarea" name="wprss-sysinfo" title="<?php _e( 'To copy the system info, click below then press Ctrl + C (PC) or Cmd + C (Mac).', WPRSS_TEXT_DOMAIN ); ?>">
34
+ <?php wprss_print_system_info(); ?>
35
+ </textarea>
36
+ <p class="submit">
37
+ <input type="hidden" name="wprss-action" value="download_sysinfo" />
38
+ <?php submit_button( __( 'Download System Info File', WPRSS_TEXT_DOMAIN ), 'primary', 'wprss-download-sysinfo', false ); ?>
39
+ </p>
40
+ </form>
41
+
42
+ <?php
43
+ }
44
+
45
+
46
+ /**
47
+ * Prints the system information
48
+ *
49
+ * @since 4.6.8
50
+ */
51
+ function wprss_print_system_info() {
52
+ ?>
53
  ### Begin System Info ###
54
 
55
  ## Please include this information when posting support requests ##
165
 
166
 
167
  ### End System Info ###
168
+ <?php
 
 
 
 
 
 
 
169
  }
170
 
171
+
172
  /**
173
  * Generates the System Info Download File
174
  *
js/admin-help.js ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( document ).ready( function($) {
2
+
3
+ showError = function(error) {
4
+ console.log('Error: ', error);
5
+ $('#support-error').html(error);
6
+ $('#support-error').css('color', 'red');
7
+ };
8
+
9
+
10
+ $('#send-message-btn').click(function() {
11
+ var formElements = $("form :input"),
12
+ button = $(this),
13
+ origButtonLabel = button.attr('value'),
14
+ params = {
15
+ action: 'wprss_ajax_send_premium_support'
16
+ };
17
+
18
+ $(this).attr('value', wprss_admin_help.sending);
19
+
20
+ formElements.each(function(id) {
21
+ var input = $(this);
22
+
23
+ if (input.attr('type') === 'checkbox') {
24
+ params[input.attr('name')] = input.is(':checked');
25
+ } else {
26
+ params[input.attr('name')] = input.val();
27
+ }
28
+ });
29
+
30
+ $.ajax({
31
+ url: ajaxurl,
32
+ dataType: 'json',
33
+ data: params
34
+ }).then(function(response, textStatus, jqXHR) {
35
+ button.attr('value', origButtonLabel);
36
+
37
+ // There was an error.
38
+ if (response.error !== undefined) {
39
+ // If the backend failed to send the message, replace the customer's message
40
+ // with the one we appended the log and sys info to.
41
+ if (response.message !== undefined) {
42
+ $('[name="support-message"]').val(response.message);
43
+ }
44
+
45
+ showError(response.error);
46
+ } else {
47
+ $('#support-error').html(wprss_admin_help['sent-ok']);
48
+ $('#support-error').css('color', 'black');
49
+ }
50
+
51
+ return response;
52
+ }, function(error) {
53
+ button.attr('value', origButtonLabel);
54
+
55
+ showError(error);
56
+ });
57
+ });
58
+
59
+ });
languages/default.mo CHANGED
Binary file
languages/default.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wprss\n"
4
- "POT-Creation-Date: 2015-02-16 12:17+0700\n"
5
- "PO-Revision-Date: 2015-02-16 12:17+0700\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "MIME-Version: 1.0\n"
@@ -29,7 +29,7 @@ msgid ""
29
  "is a better option."
30
  msgstr ""
31
 
32
- #: includes/admin-addons.php:20 includes/admin-welcome.php:148
33
  msgid "Categories"
34
  msgstr ""
35
 
@@ -39,7 +39,7 @@ msgid ""
39
  "or multiple categories on a post or page via shortcodes."
40
  msgstr ""
41
 
42
- #: includes/admin-addons.php:27 includes/admin-welcome.php:149
43
  msgid "Keyword Filtering"
44
  msgstr ""
45
 
@@ -50,7 +50,7 @@ msgid ""
50
  "keyphrases and categories."
51
  msgstr ""
52
 
53
- #: includes/admin-addons.php:34 includes/admin-welcome.php:146
54
  msgid "Feed to Post"
55
  msgstr ""
56
 
@@ -61,7 +61,7 @@ msgid ""
61
  "flexibility."
62
  msgstr ""
63
 
64
- #: includes/admin-addons.php:41 includes/admin-welcome.php:150
65
  msgid "Full Text RSS Feeds"
66
  msgstr ""
67
 
@@ -71,7 +71,7 @@ msgid ""
71
  "which gives you unlimited feed items returned per feed source."
72
  msgstr ""
73
 
74
- #: includes/admin-addons.php:48 includes/admin-welcome.php:151
75
  msgid "WordAi"
76
  msgstr ""
77
 
@@ -125,7 +125,7 @@ msgstr ""
125
  msgid "page."
126
  msgstr ""
127
 
128
- #: includes/admin-ajax-notice.php:36 includes/licensing.php:268
129
  msgid "Dismiss this notification"
130
  msgstr ""
131
 
@@ -242,7 +242,7 @@ msgid "None"
242
  msgstr ""
243
 
244
  #: includes/admin-display.php:91 includes/admin-heartbeat.php:50
245
- #: includes/admin-metaboxes.php:466
246
  msgid "Paused"
247
  msgstr ""
248
 
@@ -265,7 +265,7 @@ msgid ""
265
  "Last update imported: <code class=\"last-update-imported\">%1$d</code> items"
266
  msgstr ""
267
 
268
- #: includes/admin-display.php:124
269
  msgid "Updating feed source"
270
  msgstr ""
271
 
@@ -369,6 +369,285 @@ msgstr ""
369
  msgid "Add shortcode"
370
  msgstr ""
371
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  #: includes/admin-help.php:13 includes/admin.php:44
373
  msgid "Help & Support"
374
  msgstr ""
@@ -565,78 +844,78 @@ msgstr ""
565
  msgid "Link to enclosure"
566
  msgstr ""
567
 
568
- #: includes/admin-metaboxes.php:217 includes/admin-metaboxes.php:470
569
  #: includes/admin-options.php:809 includes/admin-options.php:911
570
  msgid "Default"
571
  msgstr ""
572
 
573
- #: includes/admin-metaboxes.php:384
574
  #, php-format
575
  msgid "Latest %1$s feed items out of %2$s available from %3$s"
576
  msgstr ""
577
 
578
- #: includes/admin-metaboxes.php:391 includes/scripts.php:81
579
  msgid "ago"
580
  msgstr ""
581
 
582
- #: includes/admin-metaboxes.php:393
583
  msgid "No Date"
584
  msgstr ""
585
 
586
- #: includes/admin-metaboxes.php:414
587
  msgid ""
588
  "<strong>Invalid feed URL</strong> - Double check the feed source URL setting "
589
  "above."
590
  msgstr ""
591
 
592
- #: includes/admin-metaboxes.php:418
593
  #, php-format
594
  msgid ""
595
  "Not sure where to find the RSS feed on a website? <a target=\"_blank\" href="
596
  "\"%1$s\">Click here</a> for a visual guide. "
597
  msgstr ""
598
 
599
- #: includes/admin-metaboxes.php:426
600
  msgid "Force the feed"
601
  msgstr ""
602
 
603
- #: includes/admin-metaboxes.php:435
604
  msgid "No feed URL defined yet"
605
  msgstr ""
606
 
607
- #: includes/admin-metaboxes.php:465
608
  msgid "Active"
609
  msgstr ""
610
 
611
- #: includes/admin-metaboxes.php:590
612
  msgid "Need help?"
613
  msgstr ""
614
 
615
- #: includes/admin-metaboxes.php:592
616
  msgid "Check out the support forum"
617
  msgstr ""
618
 
619
- #: includes/admin-metaboxes.php:595
620
  msgid "Suggest a new feature"
621
  msgstr ""
622
 
623
- #: includes/admin-metaboxes.php:608
624
  msgid "Give it a 5 star rating on WordPress.org"
625
  msgstr ""
626
 
627
- #: includes/admin-metaboxes.php:609
628
  msgid "Donate a token of your appreciation"
629
  msgstr ""
630
 
631
- #: includes/admin-metaboxes.php:613
632
  msgid "Check out the Premium Extensions:"
633
  msgstr ""
634
 
635
- #: includes/admin-metaboxes.php:634
636
  msgid "Follow WP Mayor on Twitter."
637
  msgstr ""
638
 
639
- #: includes/admin-metaboxes.php:635
640
  msgid "Like WP Mayor on Facebook."
641
  msgstr ""
642
 
@@ -897,24 +1176,24 @@ msgstr ""
897
  msgid "<b>WP RSS Aggregator:</b> Data report sent!"
898
  msgstr ""
899
 
900
- #: includes/admin-welcome.php:75
901
  #, php-format
902
  msgid "Welcome to WP RSS Aggregator %1$s!"
903
  msgstr ""
904
 
905
- #: includes/admin-welcome.php:77
906
  msgid "Thank you for upgrading to the latest version!"
907
  msgstr ""
908
 
909
- #: includes/admin-welcome.php:85
910
  msgid "What's New?"
911
  msgstr ""
912
 
913
- #: includes/admin-welcome.php:109
914
  msgid "Bulk Adding Feed Sources"
915
  msgstr ""
916
 
917
- #: includes/admin-welcome.php:112
918
  #, php-format
919
  msgid ""
920
  "The new bulk adding option saves you time by allowing you to enter your feed "
@@ -925,37 +1204,37 @@ msgid ""
925
  "Export</a> page."
926
  msgstr ""
927
 
928
- #: includes/admin-welcome.php:117
929
  msgid "Feed Item Blacklist"
930
  msgstr ""
931
 
932
- #: includes/admin-welcome.php:121
933
  msgid "Trash undesired items"
934
  msgstr ""
935
 
936
- #: includes/admin-welcome.php:122
937
  msgid ""
938
  "Did a feed import an item that you do not wish to keep? Up till now, "
939
  "<strong>WP RSS Aggregator</strong>only allowed you to trash the item and "
940
  "keep it in your trash."
941
  msgstr ""
942
 
943
- #: includes/admin-welcome.php:127
944
  msgid "Blacklist Trashed Items"
945
  msgstr ""
946
 
947
- #: includes/admin-welcome.php:128
948
  msgid ""
949
  "Permanently deleting the item will cause it to be re-imported. Using the new "
950
  "<strong>Delete Permanently &amp; Blacklist</strong> option, the feed item is "
951
  "deleted and added to the <strong>Blacklist</strong>."
952
  msgstr ""
953
 
954
- #: includes/admin-welcome.php:134
955
  msgid "The Blacklist"
956
  msgstr ""
957
 
958
- #: includes/admin-welcome.php:135
959
  msgid ""
960
  "This is your list of unwanted feed item links. Any item in this list will be "
961
  "ignored by <strong>WP RSS Aggregator</strong> in the future, meaning it "
@@ -963,52 +1242,52 @@ msgid ""
963
  "<strong>Blacklist</strong>."
964
  msgstr ""
965
 
966
- #: includes/admin-welcome.php:143
967
  msgid "Check out our add-ons:"
968
  msgstr ""
969
 
970
- #: includes/admin-welcome.php:147
971
  msgid "Excerpts &amp; Thumbnails"
972
  msgstr ""
973
 
974
- #: includes/admin-welcome.php:154
975
  #, php-format
976
  msgid ""
977
  "More information about add-ons can be found on our website <a href=\"%1$s\">"
978
  "%2$s</a>"
979
  msgstr ""
980
 
981
- #: includes/admin-welcome.php:158
982
  #, php-format
983
  msgid "Changelog for v%1$s"
984
  msgstr ""
985
 
986
- #: includes/admin-welcome.php:167
987
  #, php-format
988
  msgid ""
989
  "Need functionality not already available in core or the add-ons? You can <a "
990
  "href=\"%1$s\">suggest new features</a>!"
991
  msgstr ""
992
 
993
- #: includes/admin-welcome.php:178
994
  msgid ""
995
  "Fetch RSS feed excerpts to your blog and add thumbnails! Perfect for adding "
996
  "some life and color to your feeds."
997
  msgstr ""
998
 
999
- #: includes/admin-welcome.php:188
1000
  msgid ""
1001
  "Organize your feeds into custom categories. Filter feed items by category "
1002
  "and make custom WordPress feeds for specific categories."
1003
  msgstr ""
1004
 
1005
- #: includes/admin-welcome.php:198
1006
  msgid ""
1007
  "Import and store feeds that contain specific keywords in either the title or "
1008
  "their content. Control what gets imported to your blog."
1009
  msgstr ""
1010
 
1011
- #: includes/admin-welcome.php:208
1012
  msgid "Go to WP RSS Aggregator settings"
1013
  msgstr ""
1014
 
@@ -1181,12 +1460,12 @@ msgstr ""
1181
  msgid "Newer posts"
1182
  msgstr ""
1183
 
1184
- #: includes/feed-importing.php:262
1185
  #, php-format
1186
  msgid "Failed to fetch the RSS feed. Error: %s"
1187
  msgstr ""
1188
 
1189
- #: includes/feed-importing.php:651
1190
  #, php-format
1191
  msgid ""
1192
  "The PHP script timed out while importing an item from this feed, after %d "
@@ -1224,81 +1503,87 @@ msgstr ""
1224
  msgid "Error"
1225
  msgstr ""
1226
 
1227
- #: includes/licensing.php:235
1228
  #, php-format
1229
  msgid ""
1230
  "Remember to <a href=\"%s\">enter your plugin license code</a> for the WP RSS "
1231
  "Aggregator <b>%s</b> add-on to benefit from updates and support."
1232
  msgstr ""
1233
 
1234
- #: includes/licensing.php:261
1235
  #, php-format
1236
  msgid ""
1237
  "<a href=\"%s\">Save 30%% on your license renewal</a> for the WP RSS "
1238
  "Aggregator <b>%s</b> add-on and continue receiving updates and support."
1239
  msgstr ""
1240
 
1241
- #: includes/licensing.php:296 includes/licensing.php:374
1242
  msgid "No addon ID"
1243
  msgstr ""
1244
 
1245
- #: includes/licensing.php:304 includes/licensing.php:335
1246
  msgid "Invalid event specified"
1247
  msgstr ""
1248
 
1249
- #: includes/licensing.php:307
1250
  msgid "No event specified"
1251
  msgstr ""
1252
 
1253
- #: includes/licensing.php:314
1254
  msgid "No license"
1255
  msgstr ""
1256
 
1257
- #: includes/licensing.php:323
1258
  msgid "Bad nonce"
1259
  msgstr ""
1260
 
1261
- #: includes/licensing.php:326
1262
  msgid "No nonce"
1263
  msgstr ""
1264
 
1265
- #: includes/licensing.php:414
1266
  msgid "License"
1267
  msgstr ""
1268
 
1269
- #: includes/licensing.php:421
1270
  msgid "License Key"
1271
  msgstr ""
1272
 
1273
- #: includes/licensing.php:430
1274
  msgid "Activate License"
1275
  msgstr ""
1276
 
1277
- #: includes/licensing.php:452
1278
  msgid "Enter your license key"
1279
  msgstr ""
1280
 
1281
- #: includes/licensing.php:477
1282
  msgid "Status"
1283
  msgstr ""
1284
 
1285
- #: includes/licensing.php:505
 
 
 
 
 
 
1286
  msgid "Renew your license to continue receiving updates and support."
1287
  msgstr ""
1288
 
1289
- #: includes/licensing.php:508
1290
  msgid "Activations"
1291
  msgstr ""
1292
 
1293
- #: includes/licensing.php:511
1294
  msgid "Expires on"
1295
  msgstr ""
1296
 
1297
- #: includes/licensing.php:514
1298
  msgid "Registered to"
1299
  msgstr ""
1300
 
1301
- #: includes/licensing.php:518
1302
  msgid ""
1303
  "Failed to get license information. This is a temporary problem. Check your "
1304
  "internet connection and try again later."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wprss\n"
4
+ "POT-Creation-Date: 2015-03-04 19:09+0700\n"
5
+ "PO-Revision-Date: 2015-03-04 19:09+0700\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "MIME-Version: 1.0\n"
29
  "is a better option."
30
  msgstr ""
31
 
32
+ #: includes/admin-addons.php:20 includes/admin-welcome.php:105
33
  msgid "Categories"
34
  msgstr ""
35
 
39
  "or multiple categories on a post or page via shortcodes."
40
  msgstr ""
41
 
42
+ #: includes/admin-addons.php:27 includes/admin-welcome.php:106
43
  msgid "Keyword Filtering"
44
  msgstr ""
45
 
50
  "keyphrases and categories."
51
  msgstr ""
52
 
53
+ #: includes/admin-addons.php:34 includes/admin-welcome.php:103
54
  msgid "Feed to Post"
55
  msgstr ""
56
 
61
  "flexibility."
62
  msgstr ""
63
 
64
+ #: includes/admin-addons.php:41 includes/admin-welcome.php:107
65
  msgid "Full Text RSS Feeds"
66
  msgstr ""
67
 
71
  "which gives you unlimited feed items returned per feed source."
72
  msgstr ""
73
 
74
+ #: includes/admin-addons.php:48 includes/admin-welcome.php:108
75
  msgid "WordAi"
76
  msgstr ""
77
 
125
  msgid "page."
126
  msgstr ""
127
 
128
+ #: includes/admin-ajax-notice.php:36 includes/licensing.php:315
129
  msgid "Dismiss this notification"
130
  msgstr ""
131
 
242
  msgstr ""
243
 
244
  #: includes/admin-display.php:91 includes/admin-heartbeat.php:50
245
+ #: includes/admin-metaboxes.php:467
246
  msgid "Paused"
247
  msgstr ""
248
 
265
  "Last update imported: <code class=\"last-update-imported\">%1$d</code> items"
266
  msgstr ""
267
 
268
+ #: includes/admin-display.php:124 includes/admin-metaboxes.php:242
269
  msgid "Updating feed source"
270
  msgstr ""
271
 
369
  msgid "Add shortcode"
370
  msgstr ""
371
 
372
+ #: includes/admin-help-metaboxes.php:14
373
+ msgid ""
374
+ "The URL of the feed source. In most cases, the URL of the site will also "
375
+ "work, but for best results we recommend trying to find the URL of the RSS "
376
+ "feed.\n"
377
+ "\n"
378
+ " Also include the <code>http://</"
379
+ "code> prefix in the URL."
380
+ msgstr ""
381
+
382
+ #: includes/admin-help-metaboxes.php:18
383
+ msgid ""
384
+ "The maximum number of imported items from this feed to keep stored.\n"
385
+ "\n"
386
+ " When new items are imported and the "
387
+ "limit is exceeded, the oldest feed items will be deleted to make room for "
388
+ "new ones.\n"
389
+ "\n"
390
+ " If you already have items imported "
391
+ "from this feed source, setting this option now may delete some of your "
392
+ "items, in order to comply with the limit."
393
+ msgstr ""
394
+
395
+ #: includes/admin-help-metaboxes.php:24
396
+ msgid ""
397
+ "Tick this box to make feed items link to the URL in the enclosure tag, "
398
+ "rather than link to the original article.\n"
399
+ "\n"
400
+ " Enclosure tags are RSS tags that may "
401
+ "be included with a feed items. These tags typically contain links to images, "
402
+ "audio, videos, attachment files or even flash content.\n"
403
+ "\n"
404
+ " If you are not sure leave this "
405
+ "setting blank."
406
+ msgstr ""
407
+
408
+ #: includes/admin-help-metaboxes.php:35
409
+ msgid ""
410
+ "State of the feed, active or paused.\n"
411
+ "\n"
412
+ " If active, the feed source will "
413
+ "fetch items periodically, according to the settings below.\n"
414
+ "\n"
415
+ " If paused, the feed source will not "
416
+ "fetch feed items periodically."
417
+ msgstr ""
418
+
419
+ #: includes/admin-help-metaboxes.php:41
420
+ msgid ""
421
+ "You can set a time, in UTC, in the future when the feed source will become "
422
+ "active, if it is paused.\n"
423
+ "\n"
424
+ " Leave blank to activate immediately."
425
+ msgstr ""
426
+
427
+ #: includes/admin-help-metaboxes.php:45
428
+ msgid ""
429
+ "You can set a time, in UTC, in the future when the feed source will become "
430
+ "paused, if it is active.\n"
431
+ "\n"
432
+ " Leave blank to never pause."
433
+ msgstr ""
434
+
435
+ #: includes/admin-help-metaboxes.php:49
436
+ msgid ""
437
+ "How frequently the feed source should check for new items and fetch if "
438
+ "needed.\n"
439
+ "\n"
440
+ " If left as <em>Default</em>, the "
441
+ "interval in the global settings is used."
442
+ msgstr ""
443
+
444
+ #: includes/admin-help-metaboxes.php:53
445
+ msgid ""
446
+ "The maximum age allowed for feed items. Very useful if you are only "
447
+ "concerned with, say, last week's news.\n"
448
+ "\n"
449
+ " Items already imported will be "
450
+ "deleted if they eventually exceed this age limit.\n"
451
+ "\n"
452
+ " Also, items in the RSS feed that are "
453
+ "already older than this age will not be imported at all.\n"
454
+ "\n"
455
+ " Leaving empty to use the <em>Limit "
456
+ "feed items by age</em> option in the general settings."
457
+ msgstr ""
458
+
459
+ #: includes/admin-help-metaboxes.php:66
460
+ msgid ""
461
+ "Use this option if you are seeing an <q>Invalid feed URL</q> error in the "
462
+ "Feed Preview above, but you are sure that the URL is correct.\n"
463
+ "\n"
464
+ " Note, however, that this will disable "
465
+ "auto-discovery, meaning that the given URL must be an RSS feed URL. Using "
466
+ "the site's URL will not work."
467
+ msgstr ""
468
+
469
+ #: includes/admin-help-settings.php:13
470
+ msgid ""
471
+ "The maximum age allowed for feed items.\n"
472
+ " <hr/>\n"
473
+ "\n"
474
+ " Items already imported will be "
475
+ "deleted if they eventually exceed this age limit.\n"
476
+ "\n"
477
+ " Also, items in the RSS feed that "
478
+ "are already older than this age will not be imported at all.\n"
479
+ " <hr/>\n"
480
+ "\n"
481
+ " <em>Leave empty for no limit.</"
482
+ "em>"
483
+ msgstr ""
484
+
485
+ #: includes/admin-help-settings.php:23
486
+ msgid ""
487
+ "The maximum number of imported items to keep stored, for feed sources that "
488
+ "do not have their own limit.\n"
489
+ " <hr/>\n"
490
+ "\n"
491
+ " When new items are imported and "
492
+ "the limit for a feed source is exceeded, the oldest feed items for that feed "
493
+ "source will be deleted to make room for the new ones.\n"
494
+ "\n"
495
+ " If you already have items "
496
+ "imported from this feed source, setting this option now may delete some of "
497
+ "your items, in order to comply with the limit.\n"
498
+ " <hr/>\n"
499
+ " \n"
500
+ " <em>Use 0 or leave empty for no "
501
+ "limit.</em>"
502
+ msgstr ""
503
+
504
+ #: includes/admin-help-settings.php:33
505
+ msgid ""
506
+ "How frequently should the feed sources (that do not have their own update "
507
+ "interval) check for updates and fetch items accordingly.\n"
508
+ "\n"
509
+ " It is recommended to not have "
510
+ "more than 20 feed sources that use this global update interval. Having too "
511
+ "many feed sources updating precisely at the same time can cause the WP Cron "
512
+ "System to crash."
513
+ msgstr ""
514
+
515
+ #: includes/admin-help-settings.php:37
516
+ msgid ""
517
+ "The URL of the custom feed, located at <code>http://yoursite.com/[custom "
518
+ "feed url]</code>.\n"
519
+ " <hr/>\n"
520
+ "\n"
521
+ " WP RSS Aggregator allows you to "
522
+ "create a custom RSS feed, that contains all of your imported feed items. "
523
+ "This setting allows you to change the URL of this custom feed.\n"
524
+ "\n"
525
+ " <hr/>\n"
526
+ "\n"
527
+ " <strong>Note:</strong> You may "
528
+ "be required to refresh you Permalinks after you change this setting, by "
529
+ "going to <em>Settings <i class=\"fa fa-angle-right\"></i> Permalinks</e> and "
530
+ "clicking <em>Save</em>."
531
+ msgstr ""
532
+
533
+ #: includes/admin-help-settings.php:46
534
+ msgid ""
535
+ "The title of the custom feed.\n"
536
+ "\n"
537
+ " This title will be included in "
538
+ "the RSS source of the custom feed, in a <code>&lt;title&gt;</code> tag."
539
+ msgstr ""
540
+
541
+ #: includes/admin-help-settings.php:50
542
+ msgid "The maximum number of feed items in the custom feed."
543
+ msgstr ""
544
+
545
+ #: includes/admin-help-settings.php:56
546
+ msgid ""
547
+ "Check this box to make the feed item titles link to the original article."
548
+ msgstr ""
549
+
550
+ #: includes/admin-help-settings.php:58
551
+ msgid ""
552
+ "Set the maximum number of characters to show for feed item titles.\n"
553
+ " <hr/>\n"
554
+ "\n"
555
+ " <em>Leave empty for no limit.</"
556
+ "em>"
557
+ msgstr ""
558
+
559
+ #: includes/admin-help-settings.php:63
560
+ msgid ""
561
+ "Check this box to show the author for each feed item, if it is available."
562
+ msgstr ""
563
+
564
+ #: includes/admin-help-settings.php:65
565
+ msgid ""
566
+ "For feed items from YouTube, Vimeo or Dailymotion, you can choose whether "
567
+ "you want to have the items link to the original page link, or a link to the "
568
+ "embedded video player only."
569
+ msgstr ""
570
+
571
+ #: includes/admin-help-settings.php:67
572
+ msgid ""
573
+ "The type of pagination to use when showing feed items on multiple pages.\n"
574
+ "\n"
575
+ " The first shows two links, "
576
+ "\"Older\" and \"Newer\", which allow you to navigate through the pages.\n"
577
+ "\n"
578
+ " The second shows links for all "
579
+ "the pages, together with links for the next and previous pages."
580
+ msgstr ""
581
+
582
+ #: includes/admin-help-settings.php:73
583
+ msgid ""
584
+ "The maximum number of feed items to display when using the shortcode.\n"
585
+ "\n"
586
+ " This enables pagination if set "
587
+ "to a number smaller than the number of items to be displayed."
588
+ msgstr ""
589
+
590
+ #: includes/admin-help-settings.php:77
591
+ msgid ""
592
+ "Choose how you want links to be opened. This applies to the feed item title "
593
+ "and the source link."
594
+ msgstr ""
595
+
596
+ #: includes/admin-help-settings.php:79
597
+ msgid ""
598
+ "Enable this option to set all links displayed as \"NoFollow\".\n"
599
+ " <hr/>\n"
600
+ "\n"
601
+ " \"Nofollow\" provides a way to "
602
+ "tell search engines to <em>not</em> follow certain links, such as links to "
603
+ "feed items in this case."
604
+ msgstr ""
605
+
606
+ #: includes/admin-help-settings.php:88
607
+ msgid "Enable this option to show the feed source name for each feed item."
608
+ msgstr ""
609
+
610
+ #: includes/admin-help-settings.php:90
611
+ msgid ""
612
+ "Enter the text that you want to show before the source name. A space is "
613
+ "automatically added between this text and the feed source name."
614
+ msgstr ""
615
+
616
+ #: includes/admin-help-settings.php:92
617
+ msgid ""
618
+ "Enable this option to link the feed source name to the RSS feed's source "
619
+ "site."
620
+ msgstr ""
621
+
622
+ #: includes/admin-help-settings.php:98
623
+ msgid "Enable this to show the feed item's date."
624
+ msgstr ""
625
+
626
+ #: includes/admin-help-settings.php:100
627
+ msgid ""
628
+ "Enter the text that you want to show before the feed item date. A space is "
629
+ "automatically added between this text and the date."
630
+ msgstr ""
631
+
632
+ #: includes/admin-help-settings.php:102
633
+ msgid "The format to use for the feed item dates, as a PHP date format."
634
+ msgstr ""
635
+
636
+ #: includes/admin-help-settings.php:104
637
+ msgid ""
638
+ "Enable this option to show the elapsed time from the feed item's date and "
639
+ "time to the present time.\n"
640
+ " <em>Eg. 2 hours ago</em>"
641
+ msgstr ""
642
+
643
+ #: includes/admin-help-settings.php:111
644
+ msgid ""
645
+ "Check this box to disable all plugin styles used for displaying feed items.\n"
646
+ "\n"
647
+ " This will allow you to provide "
648
+ "your own custom CSS styles for displaying the feed items."
649
+ msgstr ""
650
+
651
  #: includes/admin-help.php:13 includes/admin.php:44
652
  msgid "Help & Support"
653
  msgstr ""
844
  msgid "Link to enclosure"
845
  msgstr ""
846
 
847
+ #: includes/admin-metaboxes.php:217 includes/admin-metaboxes.php:471
848
  #: includes/admin-options.php:809 includes/admin-options.php:911
849
  msgid "Default"
850
  msgstr ""
851
 
852
+ #: includes/admin-metaboxes.php:385
853
  #, php-format
854
  msgid "Latest %1$s feed items out of %2$s available from %3$s"
855
  msgstr ""
856
 
857
+ #: includes/admin-metaboxes.php:392 includes/scripts.php:81
858
  msgid "ago"
859
  msgstr ""
860
 
861
+ #: includes/admin-metaboxes.php:394
862
  msgid "No Date"
863
  msgstr ""
864
 
865
+ #: includes/admin-metaboxes.php:415
866
  msgid ""
867
  "<strong>Invalid feed URL</strong> - Double check the feed source URL setting "
868
  "above."
869
  msgstr ""
870
 
871
+ #: includes/admin-metaboxes.php:419
872
  #, php-format
873
  msgid ""
874
  "Not sure where to find the RSS feed on a website? <a target=\"_blank\" href="
875
  "\"%1$s\">Click here</a> for a visual guide. "
876
  msgstr ""
877
 
878
+ #: includes/admin-metaboxes.php:427
879
  msgid "Force the feed"
880
  msgstr ""
881
 
882
+ #: includes/admin-metaboxes.php:436
883
  msgid "No feed URL defined yet"
884
  msgstr ""
885
 
886
+ #: includes/admin-metaboxes.php:466
887
  msgid "Active"
888
  msgstr ""
889
 
890
+ #: includes/admin-metaboxes.php:591
891
  msgid "Need help?"
892
  msgstr ""
893
 
894
+ #: includes/admin-metaboxes.php:593
895
  msgid "Check out the support forum"
896
  msgstr ""
897
 
898
+ #: includes/admin-metaboxes.php:596
899
  msgid "Suggest a new feature"
900
  msgstr ""
901
 
902
+ #: includes/admin-metaboxes.php:609
903
  msgid "Give it a 5 star rating on WordPress.org"
904
  msgstr ""
905
 
906
+ #: includes/admin-metaboxes.php:610
907
  msgid "Donate a token of your appreciation"
908
  msgstr ""
909
 
910
+ #: includes/admin-metaboxes.php:614
911
  msgid "Check out the Premium Extensions:"
912
  msgstr ""
913
 
914
+ #: includes/admin-metaboxes.php:635
915
  msgid "Follow WP Mayor on Twitter."
916
  msgstr ""
917
 
918
+ #: includes/admin-metaboxes.php:636
919
  msgid "Like WP Mayor on Facebook."
920
  msgstr ""
921
 
1176
  msgid "<b>WP RSS Aggregator:</b> Data report sent!"
1177
  msgstr ""
1178
 
1179
+ #: includes/admin-welcome.php:32
1180
  #, php-format
1181
  msgid "Welcome to WP RSS Aggregator %1$s!"
1182
  msgstr ""
1183
 
1184
+ #: includes/admin-welcome.php:34
1185
  msgid "Thank you for upgrading to the latest version!"
1186
  msgstr ""
1187
 
1188
+ #: includes/admin-welcome.php:42
1189
  msgid "What's New?"
1190
  msgstr ""
1191
 
1192
+ #: includes/admin-welcome.php:66
1193
  msgid "Bulk Adding Feed Sources"
1194
  msgstr ""
1195
 
1196
+ #: includes/admin-welcome.php:69
1197
  #, php-format
1198
  msgid ""
1199
  "The new bulk adding option saves you time by allowing you to enter your feed "
1204
  "Export</a> page."
1205
  msgstr ""
1206
 
1207
+ #: includes/admin-welcome.php:74
1208
  msgid "Feed Item Blacklist"
1209
  msgstr ""
1210
 
1211
+ #: includes/admin-welcome.php:78
1212
  msgid "Trash undesired items"
1213
  msgstr ""
1214
 
1215
+ #: includes/admin-welcome.php:79
1216
  msgid ""
1217
  "Did a feed import an item that you do not wish to keep? Up till now, "
1218
  "<strong>WP RSS Aggregator</strong>only allowed you to trash the item and "
1219
  "keep it in your trash."
1220
  msgstr ""
1221
 
1222
+ #: includes/admin-welcome.php:84
1223
  msgid "Blacklist Trashed Items"
1224
  msgstr ""
1225
 
1226
+ #: includes/admin-welcome.php:85
1227
  msgid ""
1228
  "Permanently deleting the item will cause it to be re-imported. Using the new "
1229
  "<strong>Delete Permanently &amp; Blacklist</strong> option, the feed item is "
1230
  "deleted and added to the <strong>Blacklist</strong>."
1231
  msgstr ""
1232
 
1233
+ #: includes/admin-welcome.php:91
1234
  msgid "The Blacklist"
1235
  msgstr ""
1236
 
1237
+ #: includes/admin-welcome.php:92
1238
  msgid ""
1239
  "This is your list of unwanted feed item links. Any item in this list will be "
1240
  "ignored by <strong>WP RSS Aggregator</strong> in the future, meaning it "
1242
  "<strong>Blacklist</strong>."
1243
  msgstr ""
1244
 
1245
+ #: includes/admin-welcome.php:100
1246
  msgid "Check out our add-ons:"
1247
  msgstr ""
1248
 
1249
+ #: includes/admin-welcome.php:104
1250
  msgid "Excerpts &amp; Thumbnails"
1251
  msgstr ""
1252
 
1253
+ #: includes/admin-welcome.php:111
1254
  #, php-format
1255
  msgid ""
1256
  "More information about add-ons can be found on our website <a href=\"%1$s\">"
1257
  "%2$s</a>"
1258
  msgstr ""
1259
 
1260
+ #: includes/admin-welcome.php:117
1261
  #, php-format
1262
  msgid "Changelog for v%1$s"
1263
  msgstr ""
1264
 
1265
+ #: includes/admin-welcome.php:123
1266
  #, php-format
1267
  msgid ""
1268
  "Need functionality not already available in core or the add-ons? You can <a "
1269
  "href=\"%1$s\">suggest new features</a>!"
1270
  msgstr ""
1271
 
1272
+ #: includes/admin-welcome.php:134
1273
  msgid ""
1274
  "Fetch RSS feed excerpts to your blog and add thumbnails! Perfect for adding "
1275
  "some life and color to your feeds."
1276
  msgstr ""
1277
 
1278
+ #: includes/admin-welcome.php:144
1279
  msgid ""
1280
  "Organize your feeds into custom categories. Filter feed items by category "
1281
  "and make custom WordPress feeds for specific categories."
1282
  msgstr ""
1283
 
1284
+ #: includes/admin-welcome.php:154
1285
  msgid ""
1286
  "Import and store feeds that contain specific keywords in either the title or "
1287
  "their content. Control what gets imported to your blog."
1288
  msgstr ""
1289
 
1290
+ #: includes/admin-welcome.php:164
1291
  msgid "Go to WP RSS Aggregator settings"
1292
  msgstr ""
1293
 
1460
  msgid "Newer posts"
1461
  msgstr ""
1462
 
1463
+ #: includes/feed-importing.php:265
1464
  #, php-format
1465
  msgid "Failed to fetch the RSS feed. Error: %s"
1466
  msgstr ""
1467
 
1468
+ #: includes/feed-importing.php:654
1469
  #, php-format
1470
  msgid ""
1471
  "The PHP script timed out while importing an item from this feed, after %d "
1503
  msgid "Error"
1504
  msgstr ""
1505
 
1506
+ #: includes/licensing.php:282
1507
  #, php-format
1508
  msgid ""
1509
  "Remember to <a href=\"%s\">enter your plugin license code</a> for the WP RSS "
1510
  "Aggregator <b>%s</b> add-on to benefit from updates and support."
1511
  msgstr ""
1512
 
1513
+ #: includes/licensing.php:308
1514
  #, php-format
1515
  msgid ""
1516
  "<a href=\"%s\">Save 30%% on your license renewal</a> for the WP RSS "
1517
  "Aggregator <b>%s</b> add-on and continue receiving updates and support."
1518
  msgstr ""
1519
 
1520
+ #: includes/licensing.php:343 includes/licensing.php:429
1521
  msgid "No addon ID"
1522
  msgstr ""
1523
 
1524
+ #: includes/licensing.php:351 includes/licensing.php:393
1525
  msgid "Invalid event specified"
1526
  msgstr ""
1527
 
1528
+ #: includes/licensing.php:354
1529
  msgid "No event specified"
1530
  msgstr ""
1531
 
1532
+ #: includes/licensing.php:361
1533
  msgid "No license"
1534
  msgstr ""
1535
 
1536
+ #: includes/licensing.php:370
1537
  msgid "Bad nonce"
1538
  msgstr ""
1539
 
1540
+ #: includes/licensing.php:373
1541
  msgid "No nonce"
1542
  msgstr ""
1543
 
1544
+ #: includes/licensing.php:469
1545
  msgid "License"
1546
  msgstr ""
1547
 
1548
+ #: includes/licensing.php:476
1549
  msgid "License Key"
1550
  msgstr ""
1551
 
1552
+ #: includes/licensing.php:485
1553
  msgid "Activate License"
1554
  msgstr ""
1555
 
1556
+ #: includes/licensing.php:519
1557
  msgid "Enter your license key"
1558
  msgstr ""
1559
 
1560
+ #: includes/licensing.php:544
1561
  msgid "Status"
1562
  msgstr ""
1563
 
1564
+ #: includes/licensing.php:575
1565
+ msgid ""
1566
+ "No activations left. Click here to manage the sites you've activated "
1567
+ "licenses on."
1568
+ msgstr ""
1569
+
1570
+ #: includes/licensing.php:580
1571
  msgid "Renew your license to continue receiving updates and support."
1572
  msgstr ""
1573
 
1574
+ #: includes/licensing.php:583
1575
  msgid "Activations"
1576
  msgstr ""
1577
 
1578
+ #: includes/licensing.php:586
1579
  msgid "Expires on"
1580
  msgstr ""
1581
 
1582
+ #: includes/licensing.php:589
1583
  msgid "Registered to"
1584
  msgstr ""
1585
 
1586
+ #: includes/licensing.php:594
1587
  msgid ""
1588
  "Failed to get license information. This is a temporary problem. Check your "
1589
  "internet connection and try again later."
languages/es.mo DELETED
Binary file
languages/es.po DELETED
@@ -1,274 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: wprss\n"
4
- "POT-Creation-Date: 2012-09-25 12:09+0100\n"
5
- "PO-Revision-Date: 2014-04-08 11:17+0100\n"
6
- "Last-Translator: jelena kovacevic <jecajeca260@gmail.com>\n"
7
- "Language-Team: \n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.5.5\n"
12
- "X-Poedit-KeywordsList: _;__;_e\n"
13
- "X-Poedit-Basepath: ../\n"
14
- "X-Poedit-SearchPath-0: .\n"
15
-
16
- #: wp-rss-aggregator.php:152
17
- msgid "Enter feed name here (e.g. WP Mayor)"
18
- msgstr "Introduzca el nombre del feed aquí (e.j. WP Mayor)"
19
-
20
- #: wp-rss-aggregator.php:394
21
- msgid "No feed items found"
22
- msgstr "No se encontraron elementos de feed"
23
-
24
- #: inc/activation.php:11
25
- msgid "This plugin requires WordPress version 3.2 or higher."
26
- msgstr "Este plugin requiere la versión 3.2 o superior de wordPress"
27
-
28
- #: inc/admin-options.php:45 inc/admin-options.php:88
29
- msgid "WP RSS Aggregator Settings"
30
- msgstr "Ajustes de WP RSS Aggregator"
31
-
32
- #: inc/admin-options.php:45
33
- msgid "Settings"
34
- msgstr "Ajustes"
35
-
36
- #: inc/admin-options.php:67
37
- msgid "Open links behaviour"
38
- msgstr "Abrir comportamiento de enlaces"
39
-
40
- #: inc/admin-options.php:70
41
- msgid "Set links as"
42
- msgstr "Modificar enlaces como"
43
-
44
- #: inc/admin-options.php:73
45
- msgid "Feed limit"
46
- msgstr "Límite de feed"
47
-
48
- #: inc/admin-options.php:93
49
- msgid "Save Settings"
50
- msgstr "Salvar Ajustes"
51
-
52
- #: inc/admin-options.php:113
53
- msgid "No follow"
54
- msgstr "No seguir"
55
-
56
- #: inc/admin-options.php:114
57
- msgid "Follow"
58
- msgstr "Seguir"
59
-
60
- #: inc/admin-options.php:132
61
- msgid "Lightbox"
62
- msgstr "Lightbox"
63
-
64
- #: inc/admin-options.php:133
65
- msgid "New window"
66
- msgstr "Nueva ventana"
67
-
68
- #: inc/admin-options.php:134
69
- msgid "None"
70
- msgstr "Ninguno"
71
-
72
- #: inc/cron-jobs.php:53
73
- msgid "Once Weekly"
74
- msgstr "Una vez por semana"
75
-
76
- #: inc/custom-post-types.php:30
77
- msgid "Feed Sources"
78
- msgstr "Fuentes de Feed"
79
-
80
- #: inc/custom-post-types.php:31
81
- msgid "Feed"
82
- msgstr "Feed"
83
-
84
- #: inc/custom-post-types.php:32 inc/custom-post-types.php:34
85
- msgid "Add New Feed Source"
86
- msgstr "Añadir nuevas Fuentes RSS "
87
-
88
- #: inc/custom-post-types.php:33
89
- msgid "All Feed Sources"
90
- msgstr "Todas las Fuentes de Feed"
91
-
92
- #: inc/custom-post-types.php:35
93
- msgid "Edit Feed Source"
94
- msgstr "Modificar Fuente de Feed"
95
-
96
- #: inc/custom-post-types.php:36
97
- msgid "New Feed Source"
98
- msgstr "Nueva Fuente de Feed "
99
-
100
- #: inc/custom-post-types.php:37
101
- msgid "View Feed Source"
102
- msgstr "Mostrar Fuente de Feed "
103
-
104
- #: inc/custom-post-types.php:38
105
- msgid "Search Feeds"
106
- msgstr "Buscar Feeds"
107
-
108
- #: inc/custom-post-types.php:39
109
- msgid "No Feed Sources Found"
110
- msgstr "No se Encontraron Fuentes de Feed"
111
-
112
- #: inc/custom-post-types.php:40
113
- msgid "No Feed Sources Found In Trash"
114
- msgstr "No se Encontraron Fuentes de Feed en la Papelera"
115
-
116
- #: inc/custom-post-types.php:41
117
- msgid "RSS Aggregator"
118
- msgstr "RSS Aggregator"
119
-
120
- #: inc/custom-post-types.php:58 inc/custom-post-types.php:60
121
- msgid "Imported Feeds"
122
- msgstr "Feeds Importados"
123
-
124
- #: inc/custom-post-types.php:59
125
- msgid "Imported Feed"
126
- msgstr "Feed Importado"
127
-
128
- #: inc/custom-post-types.php:61
129
- msgid "View Imported Feed"
130
- msgstr "Mostrar el Feed Importado"
131
-
132
- #: inc/custom-post-types.php:62
133
- msgid "Search Imported Feeds"
134
- msgstr "Buscar los Feeds Importados"
135
-
136
- #: inc/custom-post-types.php:63
137
- msgid "No Imported Feeds Found"
138
- msgstr "No se Encontraron Feeds Importados"
139
-
140
- #: inc/custom-post-types.php:64
141
- msgid "No Imported Feeds Found In Trash"
142
- msgstr "No se Encontraron Feeds Importados en la Papelera"
143
-
144
- #: inc/custom-post-types.php:83 inc/custom-post-types.php:135
145
- msgid "Name"
146
- msgstr "Nombre"
147
-
148
- #: inc/custom-post-types.php:84 inc/custom-post-types.php:306
149
- msgid "URL"
150
- msgstr "URL"
151
-
152
- #: inc/custom-post-types.php:85 inc/custom-post-types.php:313
153
- msgid "Description"
154
- msgstr "Descripción"
155
-
156
- #: inc/custom-post-types.php:136
157
- msgid "Permalink"
158
- msgstr "Permalink"
159
-
160
- #: inc/custom-post-types.php:137
161
- msgid "Date published"
162
- msgstr "Fecha de publicación"
163
-
164
- #: inc/custom-post-types.php:138
165
- msgid "Source"
166
- msgstr "Fuente"
167
-
168
- #: inc/custom-post-types.php:226
169
- msgid "Save Feed Source"
170
- msgstr "Guardar Fuente del Feed"
171
-
172
- #: inc/custom-post-types.php:252
173
- msgid "WP RSS Aggregator Help"
174
- msgstr "Ayuda de WP RSS Aggregator "
175
-
176
- #: inc/custom-post-types.php:261
177
- msgid "Like this plugin?"
178
- msgstr "¿Le gusta este plugin?"
179
-
180
- #: inc/custom-post-types.php:270
181
- msgid "Follow us"
182
- msgstr "Síganos"
183
-
184
- #: inc/custom-post-types.php:279
185
- msgid "Feed Source Details"
186
- msgstr "Detalles de la Fuente del Feed"
187
-
188
- #: inc/custom-post-types.php:288
189
- msgid "Feed Preview"
190
- msgstr "Mostrar Feed"
191
-
192
- #: inc/custom-post-types.php:307
193
- msgid "Enter feed URL (including http://)"
194
- msgstr "Introduzca la URL del feed (incluyendo http://)"
195
-
196
- #: inc/custom-post-types.php:314
197
- msgid "A short description about this feed source (optional)"
198
- msgstr "Una breve descripción de este origen de feed (opcional)"
199
-
200
- #: inc/custom-post-types.php:438
201
- msgid "Delete Permanently"
202
- msgstr "Eliminar Permanentemente"
203
-
204
- #: inc/custom-post-types.php:440
205
- msgid "Move to Trash"
206
- msgstr "Mover a la Papelera"
207
-
208
- #: inc/custom-post-types.php:471
209
- msgid ""
210
- "<strong>Invalid feed URL</strong> - Double check the feed source URL setting "
211
- "above."
212
- msgstr ""
213
- "<strong>URL del feed inválida</strong> - Chequee nuevamente los ajustes de "
214
- "URL de origen del feed arriba."
215
-
216
- #: inc/custom-post-types.php:474
217
- msgid "No feed URL defined yet"
218
- msgstr "Aún no se ha definido la URL del feed."
219
-
220
- #: inc/custom-post-types.php:486
221
- msgid "Need help?"
222
- msgstr "¿Necesita ayuda?"
223
-
224
- #: inc/custom-post-types.php:488
225
- msgid "Check out the support forum"
226
- msgstr "Eche un vistazo al foro de soporte"
227
-
228
- #: inc/custom-post-types.php:499
229
- msgid "Why not do any or all of the following"
230
- msgstr "¿Por qué no hacer uno o todo de lo siguiente?"
231
-
232
- #: inc/custom-post-types.php:501
233
- msgid "Give it a 5 star rating on WordPress.org."
234
- msgstr "Dele una calificación de 5 estrellas en WordPress.org."
235
-
236
- #: inc/custom-post-types.php:502
237
- msgid "Donate a token of your appreciation."
238
- msgstr "Done un token de su aprecio."
239
-
240
- #: inc/custom-post-types.php:517
241
- msgid "Follow WP Mayor on Twitter."
242
- msgstr "Siga WP Mayor en Twitter."
243
-
244
- #: inc/custom-post-types.php:518
245
- msgid "Like WP Mayor on Facebook."
246
- msgstr "Dele like a WP Mayor en Facebook."
247
-
248
- #: inc/custom-post-types.php:535
249
- msgid "Feed source updated. "
250
- msgstr "Origen del feed actualizado."
251
-
252
- #: inc/custom-post-types.php:536
253
- msgid "Custom field updated."
254
- msgstr "Campo personalizado actualizado."
255
-
256
- #: inc/custom-post-types.php:537
257
- msgid "Custom field deleted."
258
- msgstr "Campo personalizado eliminado."
259
-
260
- #: inc/custom-post-types.php:538 inc/custom-post-types.php:544
261
- msgid "Feed source updated."
262
- msgstr "Origen del feed actualizado."
263
-
264
- #: inc/custom-post-types.php:540 inc/custom-post-types.php:541
265
- msgid "Feed source saved."
266
- msgstr "Origen del feed salvado."
267
-
268
- #: inc/custom-post-types.php:542
269
- msgid "Feed source submitted."
270
- msgstr "Origen del feed enviado."
271
-
272
- #: inc/custom-post-types.php:628
273
- msgid "Publish Feed"
274
- msgstr "Publicar Feed"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/it.mo DELETED
Binary file
languages/it.po DELETED
@@ -1,274 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: wprss\n"
4
- "POT-Creation-Date: 2012-09-25 12:09+0100\n"
5
- "PO-Revision-Date: 2012-09-30 11:18+0100\n"
6
- "Last-Translator: Davide De Maestri <davide.demaestri@gmail.com>\n"
7
- "Language-Team: \n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.5.3\n"
12
- "X-Poedit-KeywordsList: _;__;_e\n"
13
- "X-Poedit-Basepath: ../\n"
14
- "X-Poedit-SearchPath-0: .\n"
15
-
16
- #: wp-rss-aggregator.php:152
17
- msgid "Enter feed name here (e.g. WP Mayor)"
18
- msgstr "Inserisci il nome del feed qui (es: WP Mayor)"
19
-
20
- #: wp-rss-aggregator.php:394
21
- msgid "No feed items found"
22
- msgstr "Nessun feed trovato"
23
-
24
- #: inc/activation.php:11
25
- msgid "This plugin requires WordPress version 3.2 or higher."
26
- msgstr "Questo plugin richiede la versione di WordPress 3.2 o superiore"
27
-
28
- #: inc/admin-options.php:45 inc/admin-options.php:88
29
- msgid "WP RSS Aggregator Settings"
30
- msgstr "Impostazioni WP RSS Aggregator"
31
-
32
- #: inc/admin-options.php:45
33
- msgid "Settings"
34
- msgstr "Impostazioni"
35
-
36
- #: inc/admin-options.php:67
37
- msgid "Open links behaviour"
38
- msgstr "Comportamento di apertura dei links"
39
-
40
- #: inc/admin-options.php:70
41
- msgid "Set links as"
42
- msgstr "Imposta links come"
43
-
44
- #: inc/admin-options.php:73
45
- msgid "Feed limit"
46
- msgstr "Limite Feed"
47
-
48
- #: inc/admin-options.php:93
49
- msgid "Save Settings"
50
- msgstr "Salva impostazioni"
51
-
52
- #: inc/admin-options.php:113
53
- msgid "No follow"
54
- msgstr "No follow"
55
-
56
- #: inc/admin-options.php:114
57
- msgid "Follow"
58
- msgstr "Follow"
59
-
60
- #: inc/admin-options.php:132
61
- msgid "Lightbox"
62
- msgstr "Lightbox"
63
-
64
- #: inc/admin-options.php:133
65
- msgid "New window"
66
- msgstr "Nuova finestra"
67
-
68
- #: inc/admin-options.php:134
69
- msgid "None"
70
- msgstr "Nessuno"
71
-
72
- #: inc/cron-jobs.php:53
73
- msgid "Once Weekly"
74
- msgstr "Una volta alla settimana"
75
-
76
- #: inc/custom-post-types.php:30
77
- msgid "Feed Sources"
78
- msgstr "Sorgenti Feed"
79
-
80
- #: inc/custom-post-types.php:31
81
- msgid "Feed"
82
- msgstr "Feed"
83
-
84
- #: inc/custom-post-types.php:32 inc/custom-post-types.php:34
85
- msgid "Add New Feed Source"
86
- msgstr "Aggiungi nuova sorgente Feed"
87
-
88
- #: inc/custom-post-types.php:33
89
- msgid "All Feed Sources"
90
- msgstr "Tutte le sorgenti feed"
91
-
92
- #: inc/custom-post-types.php:35
93
- msgid "Edit Feed Source"
94
- msgstr "Modifica sorgente feed"
95
-
96
- #: inc/custom-post-types.php:36
97
- msgid "New Feed Source"
98
- msgstr "Nuova sorgente feed"
99
-
100
- #: inc/custom-post-types.php:37
101
- msgid "View Feed Source"
102
- msgstr "Visualizza sorgente feed"
103
-
104
- #: inc/custom-post-types.php:38
105
- msgid "Search Feeds"
106
- msgstr "Cerca feeds"
107
-
108
- #: inc/custom-post-types.php:39
109
- msgid "No Feed Sources Found"
110
- msgstr "Nessuna sorgente di feed trovata"
111
-
112
- #: inc/custom-post-types.php:40
113
- msgid "No Feed Sources Found In Trash"
114
- msgstr "Nessuna sorgente di feed trovata nel cestino"
115
-
116
- #: inc/custom-post-types.php:41
117
- msgid "RSS Aggregator"
118
- msgstr "Aggregatore RSS"
119
-
120
- #: inc/custom-post-types.php:58 inc/custom-post-types.php:60
121
- msgid "Imported Feeds"
122
- msgstr "Feeds importati"
123
-
124
- #: inc/custom-post-types.php:59
125
- msgid "Imported Feed"
126
- msgstr "Feed importato"
127
-
128
- #: inc/custom-post-types.php:61
129
- msgid "View Imported Feed"
130
- msgstr "Visualizza feed importato"
131
-
132
- #: inc/custom-post-types.php:62
133
- msgid "Search Imported Feeds"
134
- msgstr "Cerca feeds importati"
135
-
136
- #: inc/custom-post-types.php:63
137
- msgid "No Imported Feeds Found"
138
- msgstr "Nessun feed importato trovato"
139
-
140
- #: inc/custom-post-types.php:64
141
- msgid "No Imported Feeds Found In Trash"
142
- msgstr "Nessun feed importato trovato nel cestino"
143
-
144
- #: inc/custom-post-types.php:83 inc/custom-post-types.php:135
145
- msgid "Name"
146
- msgstr "Nome"
147
-
148
- #: inc/custom-post-types.php:84 inc/custom-post-types.php:306
149
- msgid "URL"
150
- msgstr "URL"
151
-
152
- #: inc/custom-post-types.php:85 inc/custom-post-types.php:313
153
- msgid "Description"
154
- msgstr "Descrizione"
155
-
156
- #: inc/custom-post-types.php:136
157
- msgid "Permalink"
158
- msgstr "Permalink"
159
-
160
- #: inc/custom-post-types.php:137
161
- msgid "Date published"
162
- msgstr "Data di pubblicazione"
163
-
164
- #: inc/custom-post-types.php:138
165
- msgid "Source"
166
- msgstr "Sorgente"
167
-
168
- #: inc/custom-post-types.php:226
169
- msgid "Save Feed Source"
170
- msgstr "Salva sorgente feed"
171
-
172
- #: inc/custom-post-types.php:252
173
- msgid "WP RSS Aggregator Help"
174
- msgstr "Aiuto WP RSS Aggregator"
175
-
176
- #: inc/custom-post-types.php:261
177
- msgid "Like this plugin?"
178
- msgstr "Ti piace questo plugin?"
179
-
180
- #: inc/custom-post-types.php:270
181
- msgid "Follow us"
182
- msgstr "Seguici"
183
-
184
- #: inc/custom-post-types.php:279
185
- msgid "Feed Source Details"
186
- msgstr "Dettagli sorgente feed"
187
-
188
- #: inc/custom-post-types.php:288
189
- msgid "Feed Preview"
190
- msgstr "Anteprima Feed"
191
-
192
- #: inc/custom-post-types.php:307
193
- msgid "Enter feed URL (including http://)"
194
- msgstr "Inserisci l'URL del feed (includi http://)"
195
-
196
- #: inc/custom-post-types.php:314
197
- msgid "A short description about this feed source (optional)"
198
- msgstr "Una breve descrizione di questa sorgente feed (opzionale)"
199
-
200
- #: inc/custom-post-types.php:438
201
- msgid "Delete Permanently"
202
- msgstr "Elimina permanentemente"
203
-
204
- #: inc/custom-post-types.php:440
205
- msgid "Move to Trash"
206
- msgstr "Sposta nel cestino"
207
-
208
- #: inc/custom-post-types.php:471
209
- msgid ""
210
- "<strong>Invalid feed URL</strong> - Double check the feed source URL setting "
211
- "above."
212
- msgstr ""
213
- "<strong>URL del feed non valido</strong> - Ricontrolla l'URL della sorgente "
214
- "del feed nelle impostazioni sopra."
215
-
216
- #: inc/custom-post-types.php:474
217
- msgid "No feed URL defined yet"
218
- msgstr "Nessun URL del feed ancora definito"
219
-
220
- #: inc/custom-post-types.php:486
221
- msgid "Need help?"
222
- msgstr "Hai bisogno di aiuto?"
223
-
224
- #: inc/custom-post-types.php:488
225
- msgid "Check out the support forum"
226
- msgstr "Controlla il forum di supporto"
227
-
228
- #: inc/custom-post-types.php:499
229
- msgid "Why not do any or all of the following"
230
- msgstr "Perchè non fare alcuna o tutte delle seguenti cose"
231
-
232
- #: inc/custom-post-types.php:501
233
- msgid "Give it a 5 star rating on WordPress.org."
234
- msgstr "Dare 5 stelle su WordPress.org"
235
-
236
- #: inc/custom-post-types.php:502
237
- msgid "Donate a token of your appreciation."
238
- msgstr "Donare una moneta come ringraziamento."
239
-
240
- #: inc/custom-post-types.php:517
241
- msgid "Follow WP Mayor on Twitter."
242
- msgstr "Segui WP Mayor su Twitter"
243
-
244
- #: inc/custom-post-types.php:518
245
- msgid "Like WP Mayor on Facebook."
246
- msgstr "Segui WP Mayor su Facebook"
247
-
248
- #: inc/custom-post-types.php:535
249
- msgid "Feed source updated. "
250
- msgstr "Sorgente feed aggiornata."
251
-
252
- #: inc/custom-post-types.php:536
253
- msgid "Custom field updated."
254
- msgstr "Campo personalizzato aggiornato."
255
-
256
- #: inc/custom-post-types.php:537
257
- msgid "Custom field deleted."
258
- msgstr "Campo personalizzato cancellato."
259
-
260
- #: inc/custom-post-types.php:538 inc/custom-post-types.php:544
261
- msgid "Feed source updated."
262
- msgstr "Sorgente feed aggiornata."
263
-
264
- #: inc/custom-post-types.php:540 inc/custom-post-types.php:541
265
- msgid "Feed source saved."
266
- msgstr "Sorgente feed salvata."
267
-
268
- #: inc/custom-post-types.php:542
269
- msgid "Feed source submitted."
270
- msgstr "Sorgente feed inviata."
271
-
272
- #: inc/custom-post-types.php:628
273
- msgid "Publish Feed"
274
- msgstr "Pubblica Feed"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/wprss-es.mo ADDED
Binary file
languages/wprss-es.po ADDED
@@ -0,0 +1,1826 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wprss\n"
4
+ "POT-Creation-Date: 2015-03-04 19:10+0700\n"
5
+ "PO-Revision-Date: 2015-03-04 19:10+0700\n"
6
+ "Last-Translator: jelena kovacevic <jecajeca260@gmail.com>\n"
7
+ "Language-Team: \n"
8
+ "Language: es\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.7.1\n"
13
+ "X-Poedit-KeywordsList: _;__;_e\n"
14
+ "X-Poedit-Basepath: ../\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: includes/OPML.php:42
18
+ msgid ""
19
+ "An error occured: The file might not be a valid OPML file or is corrrupt. "
20
+ msgstr ""
21
+
22
+ #: includes/admin-addons.php:13
23
+ msgid "Excerpts & Thumbnails"
24
+ msgstr ""
25
+
26
+ #: includes/admin-addons.php:14
27
+ msgid ""
28
+ "Adds the ability to display thumbnails and excerpts. Perfect for adding some "
29
+ "life and color to your feed item display. For more flexibility Feed to Post "
30
+ "is a better option."
31
+ msgstr ""
32
+
33
+ #: includes/admin-addons.php:20 includes/admin-welcome.php:105
34
+ msgid "Categories"
35
+ msgstr ""
36
+
37
+ #: includes/admin-addons.php:21
38
+ msgid ""
39
+ "Assign categories to your feed sources. Then display a particular category "
40
+ "or multiple categories on a post or page via shortcodes."
41
+ msgstr ""
42
+
43
+ #: includes/admin-addons.php:27 includes/admin-welcome.php:106
44
+ msgid "Keyword Filtering"
45
+ msgstr ""
46
+
47
+ #: includes/admin-addons.php:28
48
+ msgid ""
49
+ "Import feeds that contain specific keywords in either the title or their "
50
+ "content. Control what gets imported to your blog. You can use keywords, "
51
+ "keyphrases and categories."
52
+ msgstr ""
53
+
54
+ #: includes/admin-addons.php:34 includes/admin-welcome.php:103
55
+ msgid "Feed to Post"
56
+ msgstr ""
57
+
58
+ #: includes/admin-addons.php:35
59
+ msgid ""
60
+ "Allows you to import feed items into posts or any other custom post type "
61
+ "that you have created. Takes WP RSS Aggregator to a whole new level of "
62
+ "flexibility."
63
+ msgstr ""
64
+
65
+ #: includes/admin-addons.php:41 includes/admin-welcome.php:107
66
+ msgid "Full Text RSS Feeds"
67
+ msgstr ""
68
+
69
+ #: includes/admin-addons.php:42
70
+ msgid ""
71
+ "This add-ons provides the connectivity to our Full Text Premium service, "
72
+ "which gives you unlimited feed items returned per feed source."
73
+ msgstr ""
74
+
75
+ #: includes/admin-addons.php:48 includes/admin-welcome.php:108
76
+ msgid "WordAi"
77
+ msgstr ""
78
+
79
+ #: includes/admin-addons.php:49
80
+ msgid ""
81
+ "Allows you to spin the content for posts imported by Feed to Post using "
82
+ "WordAi. Cleverly rewrite your posts without changing their meaning and "
83
+ "maintaining human readability."
84
+ msgstr ""
85
+
86
+ #: includes/admin-addons.php:59 includes/admin.php:43
87
+ msgid "Add-Ons"
88
+ msgstr ""
89
+
90
+ #: includes/admin-addons.php:60
91
+ msgid ""
92
+ "The following Add-ons are available to increase the functionality of the WP "
93
+ "RSS Aggregator plugin."
94
+ msgstr ""
95
+
96
+ #: includes/admin-addons.php:61
97
+ msgid ""
98
+ "Each Add-on can be installed as a separate plugin. Note that activating the "
99
+ "Feed to Post plugin will deactivate the Categories and Excerpts & Thumbnails "
100
+ "add-ons."
101
+ msgstr ""
102
+
103
+ #: includes/admin-addons.php:77
104
+ msgid "Installed"
105
+ msgstr ""
106
+
107
+ #: includes/admin-addons.php:79
108
+ msgid "Purchase & Install"
109
+ msgstr ""
110
+
111
+ #: includes/admin-ajax-notice.php:34
112
+ msgid ""
113
+ "Did you know that you can get more RSS features? Excerpts, thumbnails, "
114
+ "keyword filtering, importing into posts and more... "
115
+ msgstr ""
116
+
117
+ #: includes/admin-ajax-notice.php:35
118
+ msgid "Check out the"
119
+ msgstr ""
120
+
121
+ #: includes/admin-ajax-notice.php:35
122
+ msgid "extensions"
123
+ msgstr ""
124
+
125
+ #: includes/admin-ajax-notice.php:35
126
+ msgid "page."
127
+ msgstr ""
128
+
129
+ #: includes/admin-ajax-notice.php:36 includes/licensing.php:315
130
+ msgid "Dismiss this notification"
131
+ msgstr ""
132
+
133
+ #: includes/admin-dashboard.php:25 includes/admin-dashboard.php:26
134
+ msgid "Welcome to WP RSS Aggregator"
135
+ msgstr ""
136
+
137
+ #: includes/admin-debugging.php:103
138
+ msgid "Update All Feeds Now"
139
+ msgstr ""
140
+
141
+ #: includes/admin-debugging.php:104
142
+ msgid ""
143
+ "Click the blue button to update all active feed items now. This will check "
144
+ "all feed sources for any new feed items."
145
+ msgstr ""
146
+
147
+ #: includes/admin-debugging.php:105
148
+ msgid "Existing feed items will not be modified."
149
+ msgstr ""
150
+
151
+ #: includes/admin-debugging.php:107
152
+ msgid ""
153
+ "<strong>Note:</strong> This might take more than a few seconds if you have "
154
+ "many feed sources."
155
+ msgstr ""
156
+
157
+ #: includes/admin-debugging.php:112
158
+ msgid "Update all feeds"
159
+ msgstr ""
160
+
161
+ #: includes/admin-debugging.php:126
162
+ msgid "Delete and Re-import Feeds"
163
+ msgstr ""
164
+
165
+ #: includes/admin-debugging.php:127
166
+ msgid ""
167
+ "Click the red button to delete all imported feed items and re-import them."
168
+ msgstr ""
169
+
170
+ #: includes/admin-debugging.php:128
171
+ msgid ""
172
+ "<em><strong>Note:</strong> This is a server-intensive process and should "
173
+ "only be used when instructed to by support staff.</em>"
174
+ msgstr ""
175
+
176
+ #: includes/admin-debugging.php:133
177
+ msgid "Delete and Re-import all feeds"
178
+ msgstr ""
179
+
180
+ #: includes/admin-debugging.php:147 includes/admin-debugging.php:154
181
+ msgid "Restore Default Settings"
182
+ msgstr ""
183
+
184
+ #: includes/admin-debugging.php:148
185
+ msgid "Click the red button to reset the plugin settings to default."
186
+ msgstr ""
187
+
188
+ #: includes/admin-debugging.php:149
189
+ msgid ""
190
+ "<em><strong>Note:</strong> This cannot be undone. Once the settings have "
191
+ "been reset, your old settings cannot be restored.</em>"
192
+ msgstr ""
193
+
194
+ #: includes/admin-debugging.php:168
195
+ msgid "Error Log"
196
+ msgstr ""
197
+
198
+ #: includes/admin-debugging.php:174
199
+ msgid "Clear log"
200
+ msgstr ""
201
+
202
+ #: includes/admin-debugging.php:202 includes/admin.php:42
203
+ msgid "Debugging"
204
+ msgstr ""
205
+
206
+ #: includes/admin-debugging.php:252
207
+ msgid "Feeds are being updated in the background."
208
+ msgstr ""
209
+
210
+ #: includes/admin-debugging.php:261
211
+ msgid "Feeds deleted and are being re-imported in the background."
212
+ msgstr ""
213
+
214
+ #: includes/admin-debugging.php:271
215
+ msgid "The error log has been cleared."
216
+ msgstr ""
217
+
218
+ #: includes/admin-debugging.php:281
219
+ msgid "The plugin settings have been reset to default."
220
+ msgstr ""
221
+
222
+ #: includes/admin-display.php:20 includes/admin-display.php:212
223
+ msgid "Name"
224
+ msgstr "Nombre"
225
+
226
+ #: includes/admin-display.php:27
227
+ msgid "State"
228
+ msgstr ""
229
+
230
+ #: includes/admin-display.php:28
231
+ msgid "Updates"
232
+ msgstr ""
233
+
234
+ #: includes/admin-display.php:48
235
+ msgid ""
236
+ "This feed source experienced an error during the last feed fetch or "
237
+ "validation check. Re-check the feed source URL or check the Error Log in the "
238
+ "Debugging page for more details."
239
+ msgstr ""
240
+
241
+ #: includes/admin-display.php:89 includes/admin-heartbeat.php:53
242
+ msgid "None"
243
+ msgstr "Ninguno"
244
+
245
+ #: includes/admin-display.php:91 includes/admin-heartbeat.php:50
246
+ #: includes/admin-metaboxes.php:467
247
+ msgid "Paused"
248
+ msgstr ""
249
+
250
+ #: includes/admin-display.php:98
251
+ msgid "Next update:"
252
+ msgstr ""
253
+
254
+ #: includes/admin-display.php:106
255
+ msgid "Last updated:"
256
+ msgstr ""
257
+
258
+ #: includes/admin-display.php:107 includes/feed-display.php:153
259
+ #, php-format
260
+ msgid "%1$s ago"
261
+ msgstr ""
262
+
263
+ #: includes/admin-display.php:109
264
+ #, php-format
265
+ msgid ""
266
+ "Last update imported: <code class=\"last-update-imported\">%1$d</code> items"
267
+ msgstr ""
268
+
269
+ #: includes/admin-display.php:124 includes/admin-metaboxes.php:242
270
+ msgid "Updating feed source"
271
+ msgstr ""
272
+
273
+ #: includes/admin-display.php:213 includes/feed-blacklist.php:322
274
+ msgid "Permalink"
275
+ msgstr "Permalink"
276
+
277
+ #: includes/admin-display.php:214
278
+ msgid "Date published"
279
+ msgstr "Fecha de publicación"
280
+
281
+ #: includes/admin-display.php:215
282
+ msgid "Source"
283
+ msgstr "Fuente"
284
+
285
+ #: includes/admin-display.php:304
286
+ msgid "Feed source updated. "
287
+ msgstr "Origen del feed actualizado."
288
+
289
+ #: includes/admin-display.php:305
290
+ msgid "Custom field updated."
291
+ msgstr "Campo personalizado actualizado."
292
+
293
+ #: includes/admin-display.php:306
294
+ msgid "Custom field deleted."
295
+ msgstr "Campo personalizado eliminado."
296
+
297
+ #: includes/admin-display.php:307 includes/admin-display.php:313
298
+ msgid "Feed source updated."
299
+ msgstr "Origen del feed actualizado."
300
+
301
+ #: includes/admin-display.php:309 includes/admin-display.php:310
302
+ msgid "Feed source saved."
303
+ msgstr "Origen del feed salvado."
304
+
305
+ #: includes/admin-display.php:311
306
+ msgid "Feed source submitted."
307
+ msgstr "Origen del feed enviado."
308
+
309
+ #: includes/admin-display.php:338
310
+ #, php-format
311
+ msgid "ID: %1$s"
312
+ msgstr ""
313
+
314
+ #: includes/admin-display.php:352
315
+ msgid "View Items"
316
+ msgstr ""
317
+
318
+ #: includes/admin-display.php:355
319
+ msgid "Fetch Items"
320
+ msgstr ""
321
+
322
+ #: includes/admin-display.php:358
323
+ msgid "Delete Items"
324
+ msgstr ""
325
+
326
+ #: includes/admin-display.php:359
327
+ msgid "Delete feed items imported by this feed source"
328
+ msgstr ""
329
+
330
+ #: includes/admin-display.php:529
331
+ msgid "Publish Feed"
332
+ msgstr "Publicar Feed"
333
+
334
+ #: includes/admin-editor.php:87
335
+ msgid ""
336
+ "Hold Ctrl or Mac Command key when clicking to select more than one feed "
337
+ "source."
338
+ msgstr ""
339
+
340
+ #: includes/admin-editor.php:97 includes/custom-post-types.php:21
341
+ #: includes/custom-post-types.php:24
342
+ msgid "Feed Sources"
343
+ msgstr "Fuentes de Feed"
344
+
345
+ #: includes/admin-editor.php:99
346
+ msgid "All feed sources"
347
+ msgstr ""
348
+
349
+ #: includes/admin-editor.php:101
350
+ msgid "Choose the feed source to display:"
351
+ msgstr ""
352
+
353
+ #: includes/admin-editor.php:122
354
+ msgid "Exclude:"
355
+ msgstr ""
356
+
357
+ #: includes/admin-editor.php:124
358
+ msgid "Choose the feed sources to exclude:"
359
+ msgstr ""
360
+
361
+ #: includes/admin-editor.php:130
362
+ msgid "Feed Limit:"
363
+ msgstr ""
364
+
365
+ #: includes/admin-editor.php:131
366
+ msgid "Ignore"
367
+ msgstr ""
368
+
369
+ #: includes/admin-editor.php:139
370
+ msgid "Add shortcode"
371
+ msgstr ""
372
+
373
+ #: includes/admin-help-metaboxes.php:14
374
+ msgid ""
375
+ "The URL of the feed source. In most cases, the URL of the site will also "
376
+ "work, but for best results we recommend trying to find the URL of the RSS "
377
+ "feed.\n"
378
+ "\n"
379
+ " Also include the <code>http://</"
380
+ "code> prefix in the URL."
381
+ msgstr ""
382
+
383
+ #: includes/admin-help-metaboxes.php:18
384
+ msgid ""
385
+ "The maximum number of imported items from this feed to keep stored.\n"
386
+ "\n"
387
+ " When new items are imported and the "
388
+ "limit is exceeded, the oldest feed items will be deleted to make room for "
389
+ "new ones.\n"
390
+ "\n"
391
+ " If you already have items imported "
392
+ "from this feed source, setting this option now may delete some of your "
393
+ "items, in order to comply with the limit."
394
+ msgstr ""
395
+
396
+ #: includes/admin-help-metaboxes.php:24
397
+ msgid ""
398
+ "Tick this box to make feed items link to the URL in the enclosure tag, "
399
+ "rather than link to the original article.\n"
400
+ "\n"
401
+ " Enclosure tags are RSS tags that may "
402
+ "be included with a feed items. These tags typically contain links to images, "
403
+ "audio, videos, attachment files or even flash content.\n"
404
+ "\n"
405
+ " If you are not sure leave this "
406
+ "setting blank."
407
+ msgstr ""
408
+
409
+ #: includes/admin-help-metaboxes.php:35
410
+ msgid ""
411
+ "State of the feed, active or paused.\n"
412
+ "\n"
413
+ " If active, the feed source will "
414
+ "fetch items periodically, according to the settings below.\n"
415
+ "\n"
416
+ " If paused, the feed source will not "
417
+ "fetch feed items periodically."
418
+ msgstr ""
419
+
420
+ #: includes/admin-help-metaboxes.php:41
421
+ msgid ""
422
+ "You can set a time, in UTC, in the future when the feed source will become "
423
+ "active, if it is paused.\n"
424
+ "\n"
425
+ " Leave blank to activate immediately."
426
+ msgstr ""
427
+
428
+ #: includes/admin-help-metaboxes.php:45
429
+ msgid ""
430
+ "You can set a time, in UTC, in the future when the feed source will become "
431
+ "paused, if it is active.\n"
432
+ "\n"
433
+ " Leave blank to never pause."
434
+ msgstr ""
435
+
436
+ #: includes/admin-help-metaboxes.php:49
437
+ msgid ""
438
+ "How frequently the feed source should check for new items and fetch if "
439
+ "needed.\n"
440
+ "\n"
441
+ " If left as <em>Default</em>, the "
442
+ "interval in the global settings is used."
443
+ msgstr ""
444
+
445
+ #: includes/admin-help-metaboxes.php:53
446
+ msgid ""
447
+ "The maximum age allowed for feed items. Very useful if you are only "
448
+ "concerned with, say, last week's news.\n"
449
+ "\n"
450
+ " Items already imported will be "
451
+ "deleted if they eventually exceed this age limit.\n"
452
+ "\n"
453
+ " Also, items in the RSS feed that are "
454
+ "already older than this age will not be imported at all.\n"
455
+ "\n"
456
+ " Leaving empty to use the <em>Limit "
457
+ "feed items by age</em> option in the general settings."
458
+ msgstr ""
459
+
460
+ #: includes/admin-help-metaboxes.php:66
461
+ msgid ""
462
+ "Use this option if you are seeing an <q>Invalid feed URL</q> error in the "
463
+ "Feed Preview above, but you are sure that the URL is correct.\n"
464
+ "\n"
465
+ " Note, however, that this will disable "
466
+ "auto-discovery, meaning that the given URL must be an RSS feed URL. Using "
467
+ "the site's URL will not work."
468
+ msgstr ""
469
+
470
+ #: includes/admin-help-settings.php:13
471
+ msgid ""
472
+ "The maximum age allowed for feed items.\n"
473
+ " <hr/>\n"
474
+ "\n"
475
+ " Items already imported will be "
476
+ "deleted if they eventually exceed this age limit.\n"
477
+ "\n"
478
+ " Also, items in the RSS feed that "
479
+ "are already older than this age will not be imported at all.\n"
480
+ " <hr/>\n"
481
+ "\n"
482
+ " <em>Leave empty for no limit.</"
483
+ "em>"
484
+ msgstr ""
485
+
486
+ #: includes/admin-help-settings.php:23
487
+ msgid ""
488
+ "The maximum number of imported items to keep stored, for feed sources that "
489
+ "do not have their own limit.\n"
490
+ " <hr/>\n"
491
+ "\n"
492
+ " When new items are imported and "
493
+ "the limit for a feed source is exceeded, the oldest feed items for that feed "
494
+ "source will be deleted to make room for the new ones.\n"
495
+ "\n"
496
+ " If you already have items "
497
+ "imported from this feed source, setting this option now may delete some of "
498
+ "your items, in order to comply with the limit.\n"
499
+ " <hr/>\n"
500
+ " \n"
501
+ " <em>Use 0 or leave empty for no "
502
+ "limit.</em>"
503
+ msgstr ""
504
+
505
+ #: includes/admin-help-settings.php:33
506
+ msgid ""
507
+ "How frequently should the feed sources (that do not have their own update "
508
+ "interval) check for updates and fetch items accordingly.\n"
509
+ "\n"
510
+ " It is recommended to not have "
511
+ "more than 20 feed sources that use this global update interval. Having too "
512
+ "many feed sources updating precisely at the same time can cause the WP Cron "
513
+ "System to crash."
514
+ msgstr ""
515
+
516
+ #: includes/admin-help-settings.php:37
517
+ msgid ""
518
+ "The URL of the custom feed, located at <code>http://yoursite.com/[custom "
519
+ "feed url]</code>.\n"
520
+ " <hr/>\n"
521
+ "\n"
522
+ " WP RSS Aggregator allows you to "
523
+ "create a custom RSS feed, that contains all of your imported feed items. "
524
+ "This setting allows you to change the URL of this custom feed.\n"
525
+ "\n"
526
+ " <hr/>\n"
527
+ "\n"
528
+ " <strong>Note:</strong> You may "
529
+ "be required to refresh you Permalinks after you change this setting, by "
530
+ "going to <em>Settings <i class=\"fa fa-angle-right\"></i> Permalinks</e> and "
531
+ "clicking <em>Save</em>."
532
+ msgstr ""
533
+
534
+ #: includes/admin-help-settings.php:46
535
+ msgid ""
536
+ "The title of the custom feed.\n"
537
+ "\n"
538
+ " This title will be included in "
539
+ "the RSS source of the custom feed, in a <code>&lt;title&gt;</code> tag."
540
+ msgstr ""
541
+
542
+ #: includes/admin-help-settings.php:50
543
+ msgid "The maximum number of feed items in the custom feed."
544
+ msgstr ""
545
+
546
+ #: includes/admin-help-settings.php:56
547
+ msgid ""
548
+ "Check this box to make the feed item titles link to the original article."
549
+ msgstr ""
550
+
551
+ #: includes/admin-help-settings.php:58
552
+ msgid ""
553
+ "Set the maximum number of characters to show for feed item titles.\n"
554
+ " <hr/>\n"
555
+ "\n"
556
+ " <em>Leave empty for no limit.</"
557
+ "em>"
558
+ msgstr ""
559
+
560
+ #: includes/admin-help-settings.php:63
561
+ msgid ""
562
+ "Check this box to show the author for each feed item, if it is available."
563
+ msgstr ""
564
+
565
+ #: includes/admin-help-settings.php:65
566
+ msgid ""
567
+ "For feed items from YouTube, Vimeo or Dailymotion, you can choose whether "
568
+ "you want to have the items link to the original page link, or a link to the "
569
+ "embedded video player only."
570
+ msgstr ""
571
+
572
+ #: includes/admin-help-settings.php:67
573
+ msgid ""
574
+ "The type of pagination to use when showing feed items on multiple pages.\n"
575
+ "\n"
576
+ " The first shows two links, "
577
+ "\"Older\" and \"Newer\", which allow you to navigate through the pages.\n"
578
+ "\n"
579
+ " The second shows links for all "
580
+ "the pages, together with links for the next and previous pages."
581
+ msgstr ""
582
+
583
+ #: includes/admin-help-settings.php:73
584
+ msgid ""
585
+ "The maximum number of feed items to display when using the shortcode.\n"
586
+ "\n"
587
+ " This enables pagination if set "
588
+ "to a number smaller than the number of items to be displayed."
589
+ msgstr ""
590
+
591
+ #: includes/admin-help-settings.php:77
592
+ msgid ""
593
+ "Choose how you want links to be opened. This applies to the feed item title "
594
+ "and the source link."
595
+ msgstr ""
596
+
597
+ #: includes/admin-help-settings.php:79
598
+ msgid ""
599
+ "Enable this option to set all links displayed as \"NoFollow\".\n"
600
+ " <hr/>\n"
601
+ "\n"
602
+ " \"Nofollow\" provides a way to "
603
+ "tell search engines to <em>not</em> follow certain links, such as links to "
604
+ "feed items in this case."
605
+ msgstr ""
606
+
607
+ #: includes/admin-help-settings.php:88
608
+ msgid "Enable this option to show the feed source name for each feed item."
609
+ msgstr ""
610
+
611
+ #: includes/admin-help-settings.php:90
612
+ msgid ""
613
+ "Enter the text that you want to show before the source name. A space is "
614
+ "automatically added between this text and the feed source name."
615
+ msgstr ""
616
+
617
+ #: includes/admin-help-settings.php:92
618
+ msgid ""
619
+ "Enable this option to link the feed source name to the RSS feed's source "
620
+ "site."
621
+ msgstr ""
622
+
623
+ #: includes/admin-help-settings.php:98
624
+ msgid "Enable this to show the feed item's date."
625
+ msgstr ""
626
+
627
+ #: includes/admin-help-settings.php:100
628
+ msgid ""
629
+ "Enter the text that you want to show before the feed item date. A space is "
630
+ "automatically added between this text and the date."
631
+ msgstr ""
632
+
633
+ #: includes/admin-help-settings.php:102
634
+ msgid "The format to use for the feed item dates, as a PHP date format."
635
+ msgstr ""
636
+
637
+ #: includes/admin-help-settings.php:104
638
+ msgid ""
639
+ "Enable this option to show the elapsed time from the feed item's date and "
640
+ "time to the present time.\n"
641
+ " <em>Eg. 2 hours ago</em>"
642
+ msgstr ""
643
+
644
+ #: includes/admin-help-settings.php:111
645
+ msgid ""
646
+ "Check this box to disable all plugin styles used for displaying feed items.\n"
647
+ "\n"
648
+ " This will allow you to provide "
649
+ "your own custom CSS styles for displaying the feed items."
650
+ msgstr ""
651
+
652
+ #: includes/admin-help.php:13 includes/admin.php:44
653
+ msgid "Help & Support"
654
+ msgstr ""
655
+
656
+ #: includes/admin-help.php:14 includes/admin.php:112
657
+ msgid "Documentation"
658
+ msgstr ""
659
+
660
+ #: includes/admin-help.php:15
661
+ msgid ""
662
+ "In the <a href=\"http://www.wprssaggregator.com/documentation/"
663
+ "\">documentation area</a> on the WP RSS Aggregator website you will find "
664
+ "comprehensive details on how to use the core plugin and all the add-ons.\n"
665
+ "\t\t\t\t\n"
666
+ "\t\t\t\tThere are also some videos to help you make a quick start to setting "
667
+ "up and enjoying this plugin."
668
+ msgstr ""
669
+
670
+ #: includes/admin-help.php:18
671
+ msgid "Frequently Asked Questions (FAQ)"
672
+ msgstr ""
673
+
674
+ #: includes/admin-help.php:19
675
+ msgid ""
676
+ "If after going through the documentation you still have questions, please "
677
+ "take a look at the <a href=\"http://www.wprssaggregator.com/faq/\">FAQ page</"
678
+ "a> on the site, we set this up purposely to answer the most commonly asked "
679
+ "questions by our users."
680
+ msgstr ""
681
+
682
+ #: includes/admin-help.php:21
683
+ msgid "Support Forums - Core (free version) Plugin Users Only"
684
+ msgstr ""
685
+
686
+ #: includes/admin-help.php:22
687
+ msgid ""
688
+ "If you're using the free version of the plugin found on WordPress.org, you "
689
+ "can ask questions on the <a href=\"http://wordpress.org/support/plugin/wp-"
690
+ "rss-aggregator\">support forum</a>."
691
+ msgstr ""
692
+
693
+ #: includes/admin-help.php:23
694
+ msgid "Email Ticketing System - Premium Add-on Users Only"
695
+ msgstr ""
696
+
697
+ #: includes/admin-help.php:24
698
+ msgid ""
699
+ "If you still can't find an answer to your query after reading the "
700
+ "documentation and going through the FAQ, just <a href=\"http://www."
701
+ "wprssaggregator.com/contact/\">open a support request ticket</a>.\n"
702
+ "\t\t\t\t\tWe'll be happy to help you out."
703
+ msgstr ""
704
+
705
+ #: includes/admin-help.php:717
706
+ msgid ""
707
+ "Could not enqueue tooltip content: the queue method is not a valid callable."
708
+ msgstr ""
709
+
710
+ #: includes/admin-import-export.php:60
711
+ #, php-format
712
+ msgid "Successfully imported <code>%1$s</code> feed sources."
713
+ msgstr ""
714
+
715
+ #: includes/admin-import-export.php:116
716
+ msgid "All options are exported successfully."
717
+ msgstr ""
718
+
719
+ #: includes/admin-import-export.php:127
720
+ msgid "All options are restored successfully."
721
+ msgstr ""
722
+
723
+ #: includes/admin-import-export.php:138
724
+ msgid "Invalid file or file size too big."
725
+ msgstr ""
726
+
727
+ #: includes/admin-import-export.php:192
728
+ msgid "Bulk Feed Import"
729
+ msgstr ""
730
+
731
+ #: includes/admin-import-export.php:193
732
+ msgid ""
733
+ "Import multiple feed sources at once, by entering the name and URLs of your "
734
+ "feeds below."
735
+ msgstr ""
736
+
737
+ #: includes/admin-import-export.php:194
738
+ msgid "Separate the name and the URL using a comma on each line:"
739
+ msgstr ""
740
+
741
+ #: includes/admin-import-export.php:195
742
+ msgid "Feed Name, http://www.myfeed.com"
743
+ msgstr ""
744
+
745
+ #: includes/admin-import-export.php:201
746
+ msgid "Bulk Import"
747
+ msgstr ""
748
+
749
+ #: includes/admin-import-export.php:206
750
+ msgid "Import & Export Settings"
751
+ msgstr ""
752
+
753
+ #: includes/admin-import-export.php:208 includes/admin-import-export.php:215
754
+ msgid "Export Settings"
755
+ msgstr ""
756
+
757
+ #: includes/admin-import-export.php:209
758
+ msgid ""
759
+ "Click the <strong>Export Settings</strong> button to generate a file "
760
+ "containing all the settings used by WP RSS Aggregator"
761
+ msgstr ""
762
+
763
+ #: includes/admin-import-export.php:210
764
+ msgid ""
765
+ "After exporting, you can either use the backup file to restore your settings "
766
+ "to this site or to another WordPress site."
767
+ msgstr ""
768
+
769
+ #: includes/admin-import-export.php:219 includes/admin-import-export.php:227
770
+ msgid "Import Settings"
771
+ msgstr ""
772
+
773
+ #: includes/admin-import-export.php:220
774
+ msgid "Click the <strong>Choose file</strong> button and choose a backup file."
775
+ msgstr ""
776
+
777
+ #: includes/admin-import-export.php:221
778
+ msgid ""
779
+ "Press the <strong>Import Settings</strong> button, and WordPress will do the "
780
+ "rest for you."
781
+ msgstr ""
782
+
783
+ #: includes/admin-import-export.php:231
784
+ msgid "Importing/Exporting Feed Sources"
785
+ msgstr ""
786
+
787
+ #: includes/admin-import-export.php:232
788
+ #, php-format
789
+ msgid ""
790
+ "To import/export your feed sources, please use the standard WordPress <a "
791
+ "href=\"%1$simport.php\">Import</a> and <a href=\"%1$sexport.php\">Export</a> "
792
+ "functionality."
793
+ msgstr ""
794
+
795
+ #: includes/admin-import-export.php:233
796
+ #, php-format
797
+ msgid ""
798
+ "On the <a href=\"%1$sexport.php\">Export</a> page, check the <strong>Feed "
799
+ "Sources</strong> radio button and click the <strong>Download Export File</"
800
+ "strong> button. WordPress will then create an XML file containing all the "
801
+ "feed sources."
802
+ msgstr ""
803
+
804
+ #: includes/admin-import-export.php:234
805
+ #, php-format
806
+ msgid ""
807
+ "On the <a href=\"%1$simport.php\">Import</a> page, choose the previously "
808
+ "created file and click the <strong>Upload file and import</strong> button."
809
+ msgstr ""
810
+
811
+ #: includes/admin-log.php:236
812
+ msgid "Log level threshold"
813
+ msgstr ""
814
+
815
+ #: includes/admin-metaboxes.php:20
816
+ msgid "Save Feed Source"
817
+ msgstr "Guardar Fuente del Feed"
818
+
819
+ #: includes/admin-metaboxes.php:29
820
+ msgid "Feed Preview"
821
+ msgstr "Mostrar Feed"
822
+
823
+ #: includes/admin-metaboxes.php:38
824
+ msgid "Feed Processing"
825
+ msgstr ""
826
+
827
+ #: includes/admin-metaboxes.php:48
828
+ msgid "Like This Plugin?"
829
+ msgstr ""
830
+
831
+ #: includes/admin-metaboxes.php:58
832
+ msgid "Feed Source Details"
833
+ msgstr "Detalles de la Fuente del Feed"
834
+
835
+ #: includes/admin-metaboxes.php:91 includes/opml-importer.php:196
836
+ #: includes/opml-importer.php:227
837
+ msgid "URL"
838
+ msgstr "URL"
839
+
840
+ #: includes/admin-metaboxes.php:99
841
+ msgid "Limit"
842
+ msgstr ""
843
+
844
+ #: includes/admin-metaboxes.php:105
845
+ msgid "Link to enclosure"
846
+ msgstr ""
847
+
848
+ #: includes/admin-metaboxes.php:217 includes/admin-metaboxes.php:471
849
+ #: includes/admin-options.php:809 includes/admin-options.php:911
850
+ msgid "Default"
851
+ msgstr ""
852
+
853
+ #: includes/admin-metaboxes.php:385
854
+ #, php-format
855
+ msgid "Latest %1$s feed items out of %2$s available from %3$s"
856
+ msgstr ""
857
+
858
+ #: includes/admin-metaboxes.php:392 includes/scripts.php:81
859
+ msgid "ago"
860
+ msgstr ""
861
+
862
+ #: includes/admin-metaboxes.php:394
863
+ msgid "No Date"
864
+ msgstr ""
865
+
866
+ #: includes/admin-metaboxes.php:415
867
+ msgid ""
868
+ "<strong>Invalid feed URL</strong> - Double check the feed source URL setting "
869
+ "above."
870
+ msgstr ""
871
+ "<strong>URL del feed inválida</strong> - Chequee nuevamente los ajustes de "
872
+ "URL de origen del feed arriba."
873
+
874
+ #: includes/admin-metaboxes.php:419
875
+ #, php-format
876
+ msgid ""
877
+ "Not sure where to find the RSS feed on a website? <a target=\"_blank\" href="
878
+ "\"%1$s\">Click here</a> for a visual guide. "
879
+ msgstr ""
880
+
881
+ #: includes/admin-metaboxes.php:427
882
+ msgid "Force the feed"
883
+ msgstr ""
884
+
885
+ #: includes/admin-metaboxes.php:436
886
+ msgid "No feed URL defined yet"
887
+ msgstr "Aún no se ha definido la URL del feed."
888
+
889
+ #: includes/admin-metaboxes.php:466
890
+ msgid "Active"
891
+ msgstr ""
892
+
893
+ #: includes/admin-metaboxes.php:591
894
+ msgid "Need help?"
895
+ msgstr "¿Necesita ayuda?"
896
+
897
+ #: includes/admin-metaboxes.php:593
898
+ msgid "Check out the support forum"
899
+ msgstr "Eche un vistazo al foro de soporte"
900
+
901
+ #: includes/admin-metaboxes.php:596
902
+ msgid "Suggest a new feature"
903
+ msgstr ""
904
+
905
+ #: includes/admin-metaboxes.php:609
906
+ msgid "Give it a 5 star rating on WordPress.org"
907
+ msgstr ""
908
+
909
+ #: includes/admin-metaboxes.php:610
910
+ msgid "Donate a token of your appreciation"
911
+ msgstr ""
912
+
913
+ #: includes/admin-metaboxes.php:614
914
+ msgid "Check out the Premium Extensions:"
915
+ msgstr ""
916
+
917
+ #: includes/admin-metaboxes.php:635
918
+ msgid "Follow WP Mayor on Twitter."
919
+ msgstr "Siga WP Mayor en Twitter."
920
+
921
+ #: includes/admin-metaboxes.php:636
922
+ msgid "Like WP Mayor on Facebook."
923
+ msgstr "Dele like a WP Mayor en Facebook."
924
+
925
+ #: includes/admin-options.php:56
926
+ msgid "General plugin settings"
927
+ msgstr ""
928
+
929
+ #: includes/admin-options.php:57
930
+ msgid "General display settings"
931
+ msgstr ""
932
+
933
+ #: includes/admin-options.php:58
934
+ msgid "Source display settings"
935
+ msgstr ""
936
+
937
+ #: includes/admin-options.php:59
938
+ msgid "Date display settings"
939
+ msgstr ""
940
+
941
+ #: includes/admin-options.php:60
942
+ msgid "Styles"
943
+ msgstr ""
944
+
945
+ #: includes/admin-options.php:70
946
+ msgid "Limit feed items by age"
947
+ msgstr ""
948
+
949
+ #: includes/admin-options.php:74
950
+ msgid "Limit feed items stored"
951
+ msgstr ""
952
+
953
+ #: includes/admin-options.php:78
954
+ msgid "Limit feed items per feed"
955
+ msgstr ""
956
+
957
+ #: includes/admin-options.php:82
958
+ msgid "Feed processing interval"
959
+ msgstr ""
960
+
961
+ #: includes/admin-options.php:86
962
+ msgid "Custom feed URL"
963
+ msgstr ""
964
+
965
+ #: includes/admin-options.php:90
966
+ msgid "Custom feed Title"
967
+ msgstr ""
968
+
969
+ #: includes/admin-options.php:94
970
+ msgid "Custom feed limit"
971
+ msgstr ""
972
+
973
+ #: includes/admin-options.php:98
974
+ msgid "Anonymous tracking"
975
+ msgstr ""
976
+
977
+ #: includes/admin-options.php:106
978
+ msgid "Link title"
979
+ msgstr ""
980
+
981
+ #: includes/admin-options.php:110
982
+ msgid "Title maximum length"
983
+ msgstr ""
984
+
985
+ #: includes/admin-options.php:118
986
+ msgid "Show authors"
987
+ msgstr ""
988
+
989
+ #: includes/admin-options.php:122
990
+ msgid "For video feed items use"
991
+ msgstr ""
992
+
993
+ #: includes/admin-options.php:126
994
+ msgid "Pagination type"
995
+ msgstr ""
996
+
997
+ #: includes/admin-options.php:130
998
+ msgid "Feed display limit"
999
+ msgstr ""
1000
+
1001
+ #: includes/admin-options.php:134
1002
+ msgid "Open links behaviour"
1003
+ msgstr "Abrir comportamiento de enlaces"
1004
+
1005
+ #: includes/admin-options.php:138
1006
+ msgid "Set links as nofollow"
1007
+ msgstr ""
1008
+
1009
+ #: includes/admin-options.php:146
1010
+ msgid "Show source"
1011
+ msgstr ""
1012
+
1013
+ #: includes/admin-options.php:150
1014
+ msgid "Text preceding source"
1015
+ msgstr ""
1016
+
1017
+ #: includes/admin-options.php:154
1018
+ msgid "Link source"
1019
+ msgstr ""
1020
+
1021
+ #: includes/admin-options.php:162
1022
+ msgid "Show date"
1023
+ msgstr ""
1024
+
1025
+ #: includes/admin-options.php:166
1026
+ msgid "Text preceding date"
1027
+ msgstr ""
1028
+
1029
+ #: includes/admin-options.php:170
1030
+ msgid "Date format"
1031
+ msgstr ""
1032
+
1033
+ #: includes/admin-options.php:174
1034
+ msgid "Time ago format"
1035
+ msgstr ""
1036
+
1037
+ #: includes/admin-options.php:181
1038
+ msgid "Disable Styles"
1039
+ msgstr ""
1040
+
1041
+ #: includes/admin-options.php:343 includes/admin.php:41
1042
+ msgid "WP RSS Aggregator Settings"
1043
+ msgstr "Ajustes de WP RSS Aggregator"
1044
+
1045
+ #: includes/admin-options.php:353
1046
+ msgid "General"
1047
+ msgstr ""
1048
+
1049
+ #: includes/admin-options.php:357
1050
+ msgid "Licenses"
1051
+ msgstr ""
1052
+
1053
+ #: includes/admin-options.php:397
1054
+ msgid "Save Settings"
1055
+ msgstr "Salvar Ajustes"
1056
+
1057
+ #: includes/admin-options.php:411
1058
+ msgid "These are the general settings for WP RSS Aggregator."
1059
+ msgstr ""
1060
+
1061
+ #: includes/admin-options.php:420
1062
+ msgid ""
1063
+ "In this section you can find some general options that control how the feed "
1064
+ "items are displayed."
1065
+ msgstr ""
1066
+
1067
+ #: includes/admin-options.php:430
1068
+ msgid "Options that control how the feed item's source is displayed."
1069
+ msgstr ""
1070
+
1071
+ #: includes/admin-options.php:439
1072
+ msgid "Options that control how the feed item's date is displayed."
1073
+ msgstr ""
1074
+
1075
+ #: includes/admin-options.php:448
1076
+ msgid ""
1077
+ "If you would like to disable all styles used in this plugin, tick the "
1078
+ "checkbox."
1079
+ msgstr ""
1080
+
1081
+ #: includes/admin-options.php:457
1082
+ msgid "Set your security reset code, in case of any errors."
1083
+ msgstr ""
1084
+
1085
+ #: includes/admin-options.php:466
1086
+ msgid "Participate in helping us make the plugin better."
1087
+ msgstr ""
1088
+
1089
+ #: includes/admin-options.php:493
1090
+ msgid "Original page link"
1091
+ msgstr ""
1092
+
1093
+ #: includes/admin-options.php:494
1094
+ msgid "Embedded video player link"
1095
+ msgstr ""
1096
+
1097
+ #: includes/admin-options.php:508
1098
+ msgid "This will not affect already imported feed items."
1099
+ msgstr ""
1100
+
1101
+ #: includes/admin-options.php:523
1102
+ msgid "Lightbox"
1103
+ msgstr "Lightbox"
1104
+
1105
+ #: includes/admin-options.php:524 includes/update.php:195
1106
+ msgid "New window"
1107
+ msgstr "Nueva ventana"
1108
+
1109
+ #: includes/admin-options.php:525
1110
+ msgid "Self"
1111
+ msgstr ""
1112
+
1113
+ #: includes/admin-options.php:563
1114
+ msgid "PHP Date Format Reference"
1115
+ msgstr ""
1116
+
1117
+ #: includes/admin-options.php:591 includes/admin-options.php:702
1118
+ msgid "No limit"
1119
+ msgstr ""
1120
+
1121
+ #: includes/admin-options.php:673
1122
+ msgid "\"Older posts\" and \"Newer posts\" links"
1123
+ msgstr ""
1124
+
1125
+ #: includes/admin-options.php:674
1126
+ msgid "Page numbers with \"Next\" and \"Previous\" page links"
1127
+ msgstr ""
1128
+
1129
+ #: includes/admin-options.php:736
1130
+ msgid "No Limit"
1131
+ msgstr ""
1132
+
1133
+ #: includes/admin-options.php:835
1134
+ msgid "Generate Random Code"
1135
+ msgstr ""
1136
+
1137
+ #: includes/admin-options.php:840
1138
+ msgid ""
1139
+ "Enter the code to use to securely reset the plugin and deactivate it. Be "
1140
+ "sure to save this code somewhere safe."
1141
+ msgstr ""
1142
+
1143
+ #: includes/admin-options.php:846
1144
+ msgid ""
1145
+ "Leave this empty to disable the secure reset function.<br/>\n"
1146
+ " You use this code by adding any of the following to any URL on "
1147
+ "your site."
1148
+ msgstr ""
1149
+
1150
+ #: includes/admin-options.php:849
1151
+ msgid "Resets your WP RSS Aggregator settings"
1152
+ msgstr ""
1153
+
1154
+ #: includes/admin-options.php:850
1155
+ msgid "Deactivates WP RSS Aggregator"
1156
+ msgstr ""
1157
+
1158
+ #: includes/admin-options.php:851
1159
+ msgid "Does both of the above"
1160
+ msgstr ""
1161
+
1162
+ #: includes/admin-options.php:855
1163
+ msgid ""
1164
+ "Use the above actions only when absolutely necessary, or when instructed to "
1165
+ "by support staff."
1166
+ msgstr ""
1167
+
1168
+ #: includes/admin-options.php:871
1169
+ msgid ""
1170
+ "Please help us improve WP RSS Aggregator by allowing us to gather anonymous "
1171
+ "usage statistics. No sensitive data is collected."
1172
+ msgstr ""
1173
+
1174
+ #: includes/admin-options.php:926
1175
+ msgid "now"
1176
+ msgstr ""
1177
+
1178
+ #: includes/admin-statistics.php:149
1179
+ msgid "<b>WP RSS Aggregator:</b> Data report sent!"
1180
+ msgstr ""
1181
+
1182
+ #: includes/admin-welcome.php:32
1183
+ #, php-format
1184
+ msgid "Welcome to WP RSS Aggregator %1$s!"
1185
+ msgstr ""
1186
+
1187
+ #: includes/admin-welcome.php:34
1188
+ msgid "Thank you for upgrading to the latest version!"
1189
+ msgstr ""
1190
+
1191
+ #: includes/admin-welcome.php:42
1192
+ msgid "What's New?"
1193
+ msgstr ""
1194
+
1195
+ #: includes/admin-welcome.php:66
1196
+ msgid "Bulk Adding Feed Sources"
1197
+ msgstr ""
1198
+
1199
+ #: includes/admin-welcome.php:69
1200
+ #, php-format
1201
+ msgid ""
1202
+ "The new bulk adding option saves you time by allowing you to enter your feed "
1203
+ "names and URLs all at once.\n"
1204
+ "\t\t\t\t\t\t\t\t\t\tSimply type in or paste your feed sources, and with the "
1205
+ "press of a button, your feed sources will instantly be created!\n"
1206
+ "\t\t\t\t\t\t\t\t\t\tTry it now from the <a href=\"%1$s\">Import &amp; "
1207
+ "Export</a> page."
1208
+ msgstr ""
1209
+
1210
+ #: includes/admin-welcome.php:74
1211
+ msgid "Feed Item Blacklist"
1212
+ msgstr ""
1213
+
1214
+ #: includes/admin-welcome.php:78
1215
+ msgid "Trash undesired items"
1216
+ msgstr ""
1217
+
1218
+ #: includes/admin-welcome.php:79
1219
+ msgid ""
1220
+ "Did a feed import an item that you do not wish to keep? Up till now, "
1221
+ "<strong>WP RSS Aggregator</strong>only allowed you to trash the item and "
1222
+ "keep it in your trash."
1223
+ msgstr ""
1224
+
1225
+ #: includes/admin-welcome.php:84
1226
+ msgid "Blacklist Trashed Items"
1227
+ msgstr ""
1228
+
1229
+ #: includes/admin-welcome.php:85
1230
+ msgid ""
1231
+ "Permanently deleting the item will cause it to be re-imported. Using the new "
1232
+ "<strong>Delete Permanently &amp; Blacklist</strong> option, the feed item is "
1233
+ "deleted and added to the <strong>Blacklist</strong>."
1234
+ msgstr ""
1235
+
1236
+ #: includes/admin-welcome.php:91
1237
+ msgid "The Blacklist"
1238
+ msgstr ""
1239
+
1240
+ #: includes/admin-welcome.php:92
1241
+ msgid ""
1242
+ "This is your list of unwanted feed item links. Any item in this list will be "
1243
+ "ignored by <strong>WP RSS Aggregator</strong> in the future, meaning it "
1244
+ "won't be imported from any of your feed sources.and added to the "
1245
+ "<strong>Blacklist</strong>."
1246
+ msgstr ""
1247
+
1248
+ #: includes/admin-welcome.php:100
1249
+ msgid "Check out our add-ons:"
1250
+ msgstr ""
1251
+
1252
+ #: includes/admin-welcome.php:104
1253
+ msgid "Excerpts &amp; Thumbnails"
1254
+ msgstr ""
1255
+
1256
+ #: includes/admin-welcome.php:111
1257
+ #, php-format
1258
+ msgid ""
1259
+ "More information about add-ons can be found on our website <a href=\"%1$s\">"
1260
+ "%2$s</a>"
1261
+ msgstr ""
1262
+
1263
+ #: includes/admin-welcome.php:117
1264
+ #, php-format
1265
+ msgid "Changelog for v%1$s"
1266
+ msgstr ""
1267
+
1268
+ #: includes/admin-welcome.php:123
1269
+ #, php-format
1270
+ msgid ""
1271
+ "Need functionality not already available in core or the add-ons? You can <a "
1272
+ "href=\"%1$s\">suggest new features</a>!"
1273
+ msgstr ""
1274
+
1275
+ #: includes/admin-welcome.php:134
1276
+ msgid ""
1277
+ "Fetch RSS feed excerpts to your blog and add thumbnails! Perfect for adding "
1278
+ "some life and color to your feeds."
1279
+ msgstr ""
1280
+
1281
+ #: includes/admin-welcome.php:144
1282
+ msgid ""
1283
+ "Organize your feeds into custom categories. Filter feed items by category "
1284
+ "and make custom WordPress feeds for specific categories."
1285
+ msgstr ""
1286
+
1287
+ #: includes/admin-welcome.php:154
1288
+ msgid ""
1289
+ "Import and store feeds that contain specific keywords in either the title or "
1290
+ "their content. Control what gets imported to your blog."
1291
+ msgstr ""
1292
+
1293
+ #: includes/admin-welcome.php:164
1294
+ msgid "Go to WP RSS Aggregator settings"
1295
+ msgstr ""
1296
+
1297
+ #: includes/admin.php:40
1298
+ msgid "Export & Import Settings"
1299
+ msgstr ""
1300
+
1301
+ #: includes/admin.php:40
1302
+ msgid "Import & Export"
1303
+ msgstr ""
1304
+
1305
+ #: includes/admin.php:41 includes/admin.php:111
1306
+ msgid "Settings"
1307
+ msgstr "Ajustes"
1308
+
1309
+ #: includes/admin.php:94
1310
+ msgid "Name this feed (e.g. WP Mayor)"
1311
+ msgstr ""
1312
+
1313
+ #: includes/admin.php:139
1314
+ #, php-format
1315
+ msgid ""
1316
+ "<b>WP RSS Aggregator</b>: There are saved licenses that have not yet been "
1317
+ "activated. Go to the <a href=\"%1$s\">License page</a> to activate them."
1318
+ msgstr ""
1319
+
1320
+ #: includes/cpt-feeds.php:82
1321
+ #, php-format
1322
+ msgid "%1$s &raquo; %2$s Feed"
1323
+ msgstr ""
1324
+
1325
+ #: includes/cpt-feeds.php:83
1326
+ #, php-format
1327
+ msgid "<link rel=\"%1$s\" type=\"%2$s\" title=\"%3$s\" href=\"%4$s\" />\n"
1328
+ msgstr ""
1329
+
1330
+ #: includes/cron-jobs.php:64
1331
+ msgid "Once every five minutes"
1332
+ msgstr ""
1333
+
1334
+ #: includes/cron-jobs.php:68
1335
+ msgid "Once every ten minutes"
1336
+ msgstr ""
1337
+
1338
+ #: includes/cron-jobs.php:72
1339
+ msgid "Once every fifteen minutes"
1340
+ msgstr ""
1341
+
1342
+ #: includes/cron-jobs.php:76
1343
+ msgid "Once every thirty minutes"
1344
+ msgstr ""
1345
+
1346
+ #: includes/cron-jobs.php:80
1347
+ msgid "Once every two hours"
1348
+ msgstr ""
1349
+
1350
+ #: includes/custom-post-types.php:22
1351
+ msgid "Feed Source"
1352
+ msgstr ""
1353
+
1354
+ #: includes/custom-post-types.php:23
1355
+ msgid "Add New"
1356
+ msgstr ""
1357
+
1358
+ #: includes/custom-post-types.php:25
1359
+ msgid "Add New Feed Source"
1360
+ msgstr "Añadir nuevas Fuentes RSS "
1361
+
1362
+ #: includes/custom-post-types.php:26
1363
+ msgid "Edit Feed Source"
1364
+ msgstr "Modificar Fuente de Feed"
1365
+
1366
+ #: includes/custom-post-types.php:27
1367
+ msgid "New Feed Source"
1368
+ msgstr "Nueva Fuente de Feed "
1369
+
1370
+ #: includes/custom-post-types.php:28
1371
+ msgid "View Feed Source"
1372
+ msgstr "Mostrar Fuente de Feed "
1373
+
1374
+ #: includes/custom-post-types.php:29
1375
+ msgid "Search Feeds"
1376
+ msgstr "Buscar Feeds"
1377
+
1378
+ #: includes/custom-post-types.php:30
1379
+ msgid "No Feed Sources Found"
1380
+ msgstr "No se Encontraron Fuentes de Feed"
1381
+
1382
+ #: includes/custom-post-types.php:31
1383
+ msgid "No Feed Sources Found In Trash"
1384
+ msgstr "No se Encontraron Fuentes de Feed en la Papelera"
1385
+
1386
+ #: includes/custom-post-types.php:32
1387
+ msgid "RSS Aggregator"
1388
+ msgstr "RSS Aggregator"
1389
+
1390
+ #: includes/custom-post-types.php:72 includes/custom-post-types.php:74
1391
+ msgid "Feed Items"
1392
+ msgstr ""
1393
+
1394
+ #: includes/custom-post-types.php:73
1395
+ msgid "Feed Item"
1396
+ msgstr ""
1397
+
1398
+ #: includes/custom-post-types.php:75
1399
+ msgid "View Feed Items"
1400
+ msgstr ""
1401
+
1402
+ #: includes/custom-post-types.php:76
1403
+ msgid "Search Feed Items"
1404
+ msgstr ""
1405
+
1406
+ #: includes/custom-post-types.php:77
1407
+ msgid "No Feed Items Found"
1408
+ msgstr ""
1409
+
1410
+ #: includes/custom-post-types.php:78
1411
+ msgid "No Feed Items Found In Trash"
1412
+ msgstr ""
1413
+
1414
+ #: includes/feed-blacklist.php:129
1415
+ msgid "The item you are trying to blacklist does not exist"
1416
+ msgstr ""
1417
+
1418
+ #: includes/feed-blacklist.php:134
1419
+ msgid "The item you are trying to blacklist is not valid!"
1420
+ msgstr ""
1421
+
1422
+ #: includes/feed-blacklist.php:196 includes/feed-blacklist.php:197
1423
+ #: includes/feed-blacklist.php:198
1424
+ msgid "Blacklist"
1425
+ msgstr ""
1426
+
1427
+ #: includes/feed-blacklist.php:199
1428
+ msgid "Search Blacklist"
1429
+ msgstr ""
1430
+
1431
+ #: includes/feed-blacklist.php:200
1432
+ msgid "You do not have any items blacklisted yet!"
1433
+ msgstr ""
1434
+
1435
+ #: includes/feed-blacklist.php:242
1436
+ msgid "Delete Permanently & Blacklist"
1437
+ msgstr ""
1438
+
1439
+ #: includes/feed-blacklist.php:248
1440
+ msgid ""
1441
+ "The item will be deleted permanently, and its permalink will be recorded in "
1442
+ "the blacklist"
1443
+ msgstr ""
1444
+
1445
+ #: includes/feed-blacklist.php:261
1446
+ msgid "Remove from blacklist"
1447
+ msgstr ""
1448
+
1449
+ #: includes/feed-blacklist.php:321 includes/opml-importer.php:195
1450
+ #: includes/opml-importer.php:226
1451
+ msgid "Title"
1452
+ msgstr ""
1453
+
1454
+ #: includes/feed-display.php:355
1455
+ msgid "No feed items found."
1456
+ msgstr ""
1457
+
1458
+ #: includes/feed-display.php:405
1459
+ msgid "Older posts"
1460
+ msgstr ""
1461
+
1462
+ #: includes/feed-display.php:406
1463
+ msgid "Newer posts"
1464
+ msgstr ""
1465
+
1466
+ #: includes/feed-importing.php:265
1467
+ #, php-format
1468
+ msgid "Failed to fetch the RSS feed. Error: %s"
1469
+ msgstr ""
1470
+
1471
+ #: includes/feed-importing.php:654
1472
+ #, php-format
1473
+ msgid ""
1474
+ "The PHP script timed out while importing an item from this feed, after %d "
1475
+ "seconds."
1476
+ msgstr ""
1477
+
1478
+ #: includes/feed-states.php:110
1479
+ msgid "The feed sources have been activated!"
1480
+ msgstr ""
1481
+
1482
+ #: includes/feed-states.php:124
1483
+ msgid "The feed sources have been paused!!"
1484
+ msgstr ""
1485
+
1486
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:154
1487
+ #, php-format
1488
+ msgid ""
1489
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
1490
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
1491
+ msgstr ""
1492
+
1493
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:161
1494
+ #, php-format
1495
+ msgid ""
1496
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
1497
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
1498
+ "\">update now</a>."
1499
+ msgstr ""
1500
+
1501
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:301
1502
+ msgid "You do not have permission to install plugin updates"
1503
+ msgstr ""
1504
+
1505
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:301
1506
+ msgid "Error"
1507
+ msgstr ""
1508
+
1509
+ #: includes/licensing.php:282
1510
+ #, php-format
1511
+ msgid ""
1512
+ "Remember to <a href=\"%s\">enter your plugin license code</a> for the WP RSS "
1513
+ "Aggregator <b>%s</b> add-on to benefit from updates and support."
1514
+ msgstr ""
1515
+
1516
+ #: includes/licensing.php:308
1517
+ #, php-format
1518
+ msgid ""
1519
+ "<a href=\"%s\">Save 30%% on your license renewal</a> for the WP RSS "
1520
+ "Aggregator <b>%s</b> add-on and continue receiving updates and support."
1521
+ msgstr ""
1522
+
1523
+ #: includes/licensing.php:343 includes/licensing.php:429
1524
+ msgid "No addon ID"
1525
+ msgstr ""
1526
+
1527
+ #: includes/licensing.php:351 includes/licensing.php:393
1528
+ msgid "Invalid event specified"
1529
+ msgstr ""
1530
+
1531
+ #: includes/licensing.php:354
1532
+ msgid "No event specified"
1533
+ msgstr ""
1534
+
1535
+ #: includes/licensing.php:361
1536
+ msgid "No license"
1537
+ msgstr ""
1538
+
1539
+ #: includes/licensing.php:370
1540
+ msgid "Bad nonce"
1541
+ msgstr ""
1542
+
1543
+ #: includes/licensing.php:373
1544
+ msgid "No nonce"
1545
+ msgstr ""
1546
+
1547
+ #: includes/licensing.php:469
1548
+ msgid "License"
1549
+ msgstr ""
1550
+
1551
+ #: includes/licensing.php:476
1552
+ msgid "License Key"
1553
+ msgstr ""
1554
+
1555
+ #: includes/licensing.php:485
1556
+ msgid "Activate License"
1557
+ msgstr ""
1558
+
1559
+ #: includes/licensing.php:519
1560
+ msgid "Enter your license key"
1561
+ msgstr ""
1562
+
1563
+ #: includes/licensing.php:544
1564
+ msgid "Status"
1565
+ msgstr ""
1566
+
1567
+ #: includes/licensing.php:575
1568
+ msgid ""
1569
+ "No activations left. Click here to manage the sites you've activated "
1570
+ "licenses on."
1571
+ msgstr ""
1572
+
1573
+ #: includes/licensing.php:580
1574
+ msgid "Renew your license to continue receiving updates and support."
1575
+ msgstr ""
1576
+
1577
+ #: includes/licensing.php:583
1578
+ msgid "Activations"
1579
+ msgstr ""
1580
+
1581
+ #: includes/licensing.php:586
1582
+ msgid "Expires on"
1583
+ msgstr ""
1584
+
1585
+ #: includes/licensing.php:589
1586
+ msgid "Registered to"
1587
+ msgstr ""
1588
+
1589
+ #: includes/licensing.php:594
1590
+ msgid ""
1591
+ "Failed to get license information. This is a temporary problem. Check your "
1592
+ "internet connection and try again later."
1593
+ msgstr ""
1594
+
1595
+ #: includes/misc-functions.php:269
1596
+ msgid "&hellip;"
1597
+ msgstr ""
1598
+
1599
+ #: includes/opml-importer.php:65
1600
+ msgid "Import OPML"
1601
+ msgstr ""
1602
+
1603
+ #: includes/opml-importer.php:75
1604
+ msgid "Howdy! Import your feeds here from an OPML (.xml) export file."
1605
+ msgstr ""
1606
+
1607
+ #: includes/opml-importer.php:76
1608
+ msgid "Click the button below, choose your file, and click 'Upload'."
1609
+ msgstr ""
1610
+
1611
+ #: includes/opml-importer.php:77
1612
+ msgid "We will take care of the rest."
1613
+ msgstr ""
1614
+
1615
+ #: includes/opml-importer.php:108
1616
+ msgid "Sorry, an error has been encountered."
1617
+ msgstr ""
1618
+
1619
+ #: includes/opml-importer.php:113
1620
+ msgid "Sorry, it seems your uploaded file has been misplaced!"
1621
+ msgstr ""
1622
+
1623
+ #: includes/opml-importer.php:114
1624
+ msgid "The uploaded file could not be found at "
1625
+ msgstr ""
1626
+
1627
+ #: includes/opml-importer.php:115
1628
+ msgid "It is likely that this was caused by a permissions problem."
1629
+ msgstr ""
1630
+
1631
+ #: includes/opml-importer.php:187
1632
+ msgid "Feeds were imported successfully!"
1633
+ msgstr ""
1634
+
1635
+ #: includes/opml-importer.php:194 includes/opml-importer.php:225
1636
+ msgid "ID"
1637
+ msgstr ""
1638
+
1639
+ #: includes/opml-importer.php:257
1640
+ msgid "WP RSS OPML"
1641
+ msgstr ""
1642
+
1643
+ #: includes/opml-importer.php:258
1644
+ msgid "Import Feeds from an OPML file into WP RSS Aggregator"
1645
+ msgstr ""
1646
+
1647
+ #: includes/scripts.php:31 includes/scripts.php:54
1648
+ msgid "Please wait ..."
1649
+ msgstr ""
1650
+
1651
+ #: includes/scripts.php:52
1652
+ msgid "Failed to import"
1653
+ msgstr ""
1654
+
1655
+ #: includes/scripts.php:53
1656
+ msgid "Items are importing"
1657
+ msgstr ""
1658
+
1659
+ #: includes/scripts.php:55
1660
+ msgid "Bulk Add"
1661
+ msgstr ""
1662
+
1663
+ #: includes/scripts.php:56
1664
+ msgid "OK"
1665
+ msgstr ""
1666
+
1667
+ #: includes/scripts.php:57
1668
+ msgid "Cancel"
1669
+ msgstr ""
1670
+
1671
+ #: includes/scripts.php:58
1672
+ msgid ""
1673
+ "The feed items listed here will be disregarded when importing new items from "
1674
+ "your feed sources."
1675
+ msgstr ""
1676
+
1677
+ #: includes/scripts.php:59
1678
+ msgid "Remove selected from Blacklist"
1679
+ msgstr ""
1680
+
1681
+ #: includes/scripts.php:72
1682
+ msgid "Activate"
1683
+ msgstr ""
1684
+
1685
+ #: includes/scripts.php:73
1686
+ msgid "Pause"
1687
+ msgstr ""
1688
+
1689
+ #: includes/scripts.php:101
1690
+ msgid "Activating..."
1691
+ msgstr ""
1692
+
1693
+ #: includes/scripts.php:102
1694
+ msgid "Deactivating..."
1695
+ msgstr ""
1696
+
1697
+ #: includes/system-info.php:27
1698
+ msgid "System Information"
1699
+ msgstr ""
1700
+
1701
+ #: includes/system-info.php:33
1702
+ msgid ""
1703
+ "To copy the system info, click below then press Ctrl + C (PC) or Cmd + C "
1704
+ "(Mac)."
1705
+ msgstr ""
1706
+
1707
+ #: includes/system-info.php:79
1708
+ msgid "Your server supports fsockopen."
1709
+ msgstr ""
1710
+
1711
+ #: includes/system-info.php:79
1712
+ msgid "Your server does not support fsockopen."
1713
+ msgstr ""
1714
+
1715
+ #: includes/system-info.php:152
1716
+ msgid "Download System Info File"
1717
+ msgstr ""
1718
+
1719
+ #: includes/update.php:67
1720
+ msgid "No Follow"
1721
+ msgstr ""
1722
+
1723
+ #: includes/update.php:69
1724
+ msgid "Follow"
1725
+ msgstr "Seguir"
1726
+
1727
+ #: wp-rss-aggregator.php:263
1728
+ msgid "Help improve WP RSS Aggregator"
1729
+ msgstr ""
1730
+
1731
+ #: wp-rss-aggregator.php:263
1732
+ msgid ""
1733
+ "You've just installed WP RSS Aggregator. Please helps us improve it by "
1734
+ "allowing us to gather anonymous usage stats so we know which configurations, "
1735
+ "plugins and themes to test with."
1736
+ msgstr ""
1737
+
1738
+ #: wp-rss-aggregator.php:270
1739
+ msgid "Do not allow tracking"
1740
+ msgstr ""
1741
+
1742
+ #: wp-rss-aggregator.php:271
1743
+ msgid "Allow tracking"
1744
+ msgstr ""
1745
+
1746
+ #: wp-rss-aggregator.php:397
1747
+ msgid "This plugin requires WordPress version 3.3 or higher."
1748
+ msgstr ""
1749
+
1750
+ #~ msgid "Enter feed name here (e.g. WP Mayor)"
1751
+ #~ msgstr "Introduzca el nombre del feed aquí (e.j. WP Mayor)"
1752
+
1753
+ #~ msgid "No feed items found"
1754
+ #~ msgstr "No se encontraron elementos de feed"
1755
+
1756
+ #~ msgid "This plugin requires WordPress version 3.2 or higher."
1757
+ #~ msgstr "Este plugin requiere la versión 3.2 o superior de wordPress"
1758
+
1759
+ #~ msgid "Set links as"
1760
+ #~ msgstr "Modificar enlaces como"
1761
+
1762
+ #~ msgid "Feed limit"
1763
+ #~ msgstr "Límite de feed"
1764
+
1765
+ #~ msgid "No follow"
1766
+ #~ msgstr "No seguir"
1767
+
1768
+ #~ msgid "Once Weekly"
1769
+ #~ msgstr "Una vez por semana"
1770
+
1771
+ #~ msgid "Feed"
1772
+ #~ msgstr "Feed"
1773
+
1774
+ #~ msgid "All Feed Sources"
1775
+ #~ msgstr "Todas las Fuentes de Feed"
1776
+
1777
+ #~ msgid "Imported Feeds"
1778
+ #~ msgstr "Feeds Importados"
1779
+
1780
+ #~ msgid "Imported Feed"
1781
+ #~ msgstr "Feed Importado"
1782
+
1783
+ #~ msgid "View Imported Feed"
1784
+ #~ msgstr "Mostrar el Feed Importado"
1785
+
1786
+ #~ msgid "Search Imported Feeds"
1787
+ #~ msgstr "Buscar los Feeds Importados"
1788
+
1789
+ #~ msgid "No Imported Feeds Found"
1790
+ #~ msgstr "No se Encontraron Feeds Importados"
1791
+
1792
+ #~ msgid "No Imported Feeds Found In Trash"
1793
+ #~ msgstr "No se Encontraron Feeds Importados en la Papelera"
1794
+
1795
+ #~ msgid "Description"
1796
+ #~ msgstr "Descripción"
1797
+
1798
+ #~ msgid "WP RSS Aggregator Help"
1799
+ #~ msgstr "Ayuda de WP RSS Aggregator "
1800
+
1801
+ #~ msgid "Like this plugin?"
1802
+ #~ msgstr "¿Le gusta este plugin?"
1803
+
1804
+ #~ msgid "Follow us"
1805
+ #~ msgstr "Síganos"
1806
+
1807
+ #~ msgid "Enter feed URL (including http://)"
1808
+ #~ msgstr "Introduzca la URL del feed (incluyendo http://)"
1809
+
1810
+ #~ msgid "A short description about this feed source (optional)"
1811
+ #~ msgstr "Una breve descripción de este origen de feed (opcional)"
1812
+
1813
+ #~ msgid "Delete Permanently"
1814
+ #~ msgstr "Eliminar Permanentemente"
1815
+
1816
+ #~ msgid "Move to Trash"
1817
+ #~ msgstr "Mover a la Papelera"
1818
+
1819
+ #~ msgid "Why not do any or all of the following"
1820
+ #~ msgstr "¿Por qué no hacer uno o todo de lo siguiente?"
1821
+
1822
+ #~ msgid "Give it a 5 star rating on WordPress.org."
1823
+ #~ msgstr "Dele una calificación de 5 estrellas en WordPress.org."
1824
+
1825
+ #~ msgid "Donate a token of your appreciation."
1826
+ #~ msgstr "Done un token de su aprecio."
languages/wprss-it.mo ADDED
Binary file
languages/wprss-it.po ADDED
@@ -0,0 +1,1826 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wprss\n"
4
+ "POT-Creation-Date: 2015-03-04 19:10+0700\n"
5
+ "PO-Revision-Date: 2015-03-04 19:10+0700\n"
6
+ "Last-Translator: Davide De Maestri <davide.demaestri@gmail.com>\n"
7
+ "Language-Team: \n"
8
+ "Language: it\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.7.1\n"
13
+ "X-Poedit-KeywordsList: _;__;_e\n"
14
+ "X-Poedit-Basepath: ../\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: includes/OPML.php:42
18
+ msgid ""
19
+ "An error occured: The file might not be a valid OPML file or is corrrupt. "
20
+ msgstr ""
21
+
22
+ #: includes/admin-addons.php:13
23
+ msgid "Excerpts & Thumbnails"
24
+ msgstr ""
25
+
26
+ #: includes/admin-addons.php:14
27
+ msgid ""
28
+ "Adds the ability to display thumbnails and excerpts. Perfect for adding some "
29
+ "life and color to your feed item display. For more flexibility Feed to Post "
30
+ "is a better option."
31
+ msgstr ""
32
+
33
+ #: includes/admin-addons.php:20 includes/admin-welcome.php:105
34
+ msgid "Categories"
35
+ msgstr ""
36
+
37
+ #: includes/admin-addons.php:21
38
+ msgid ""
39
+ "Assign categories to your feed sources. Then display a particular category "
40
+ "or multiple categories on a post or page via shortcodes."
41
+ msgstr ""
42
+
43
+ #: includes/admin-addons.php:27 includes/admin-welcome.php:106
44
+ msgid "Keyword Filtering"
45
+ msgstr ""
46
+
47
+ #: includes/admin-addons.php:28
48
+ msgid ""
49
+ "Import feeds that contain specific keywords in either the title or their "
50
+ "content. Control what gets imported to your blog. You can use keywords, "
51
+ "keyphrases and categories."
52
+ msgstr ""
53
+
54
+ #: includes/admin-addons.php:34 includes/admin-welcome.php:103
55
+ msgid "Feed to Post"
56
+ msgstr ""
57
+
58
+ #: includes/admin-addons.php:35
59
+ msgid ""
60
+ "Allows you to import feed items into posts or any other custom post type "
61
+ "that you have created. Takes WP RSS Aggregator to a whole new level of "
62
+ "flexibility."
63
+ msgstr ""
64
+
65
+ #: includes/admin-addons.php:41 includes/admin-welcome.php:107
66
+ msgid "Full Text RSS Feeds"
67
+ msgstr ""
68
+
69
+ #: includes/admin-addons.php:42
70
+ msgid ""
71
+ "This add-ons provides the connectivity to our Full Text Premium service, "
72
+ "which gives you unlimited feed items returned per feed source."
73
+ msgstr ""
74
+
75
+ #: includes/admin-addons.php:48 includes/admin-welcome.php:108
76
+ msgid "WordAi"
77
+ msgstr ""
78
+
79
+ #: includes/admin-addons.php:49
80
+ msgid ""
81
+ "Allows you to spin the content for posts imported by Feed to Post using "
82
+ "WordAi. Cleverly rewrite your posts without changing their meaning and "
83
+ "maintaining human readability."
84
+ msgstr ""
85
+
86
+ #: includes/admin-addons.php:59 includes/admin.php:43
87
+ msgid "Add-Ons"
88
+ msgstr ""
89
+
90
+ #: includes/admin-addons.php:60
91
+ msgid ""
92
+ "The following Add-ons are available to increase the functionality of the WP "
93
+ "RSS Aggregator plugin."
94
+ msgstr ""
95
+
96
+ #: includes/admin-addons.php:61
97
+ msgid ""
98
+ "Each Add-on can be installed as a separate plugin. Note that activating the "
99
+ "Feed to Post plugin will deactivate the Categories and Excerpts & Thumbnails "
100
+ "add-ons."
101
+ msgstr ""
102
+
103
+ #: includes/admin-addons.php:77
104
+ msgid "Installed"
105
+ msgstr ""
106
+
107
+ #: includes/admin-addons.php:79
108
+ msgid "Purchase & Install"
109
+ msgstr ""
110
+
111
+ #: includes/admin-ajax-notice.php:34
112
+ msgid ""
113
+ "Did you know that you can get more RSS features? Excerpts, thumbnails, "
114
+ "keyword filtering, importing into posts and more... "
115
+ msgstr ""
116
+
117
+ #: includes/admin-ajax-notice.php:35
118
+ msgid "Check out the"
119
+ msgstr ""
120
+
121
+ #: includes/admin-ajax-notice.php:35
122
+ msgid "extensions"
123
+ msgstr ""
124
+
125
+ #: includes/admin-ajax-notice.php:35
126
+ msgid "page."
127
+ msgstr ""
128
+
129
+ #: includes/admin-ajax-notice.php:36 includes/licensing.php:315
130
+ msgid "Dismiss this notification"
131
+ msgstr ""
132
+
133
+ #: includes/admin-dashboard.php:25 includes/admin-dashboard.php:26
134
+ msgid "Welcome to WP RSS Aggregator"
135
+ msgstr ""
136
+
137
+ #: includes/admin-debugging.php:103
138
+ msgid "Update All Feeds Now"
139
+ msgstr ""
140
+
141
+ #: includes/admin-debugging.php:104
142
+ msgid ""
143
+ "Click the blue button to update all active feed items now. This will check "
144
+ "all feed sources for any new feed items."
145
+ msgstr ""
146
+
147
+ #: includes/admin-debugging.php:105
148
+ msgid "Existing feed items will not be modified."
149
+ msgstr ""
150
+
151
+ #: includes/admin-debugging.php:107
152
+ msgid ""
153
+ "<strong>Note:</strong> This might take more than a few seconds if you have "
154
+ "many feed sources."
155
+ msgstr ""
156
+
157
+ #: includes/admin-debugging.php:112
158
+ msgid "Update all feeds"
159
+ msgstr ""
160
+
161
+ #: includes/admin-debugging.php:126
162
+ msgid "Delete and Re-import Feeds"
163
+ msgstr ""
164
+
165
+ #: includes/admin-debugging.php:127
166
+ msgid ""
167
+ "Click the red button to delete all imported feed items and re-import them."
168
+ msgstr ""
169
+
170
+ #: includes/admin-debugging.php:128
171
+ msgid ""
172
+ "<em><strong>Note:</strong> This is a server-intensive process and should "
173
+ "only be used when instructed to by support staff.</em>"
174
+ msgstr ""
175
+
176
+ #: includes/admin-debugging.php:133
177
+ msgid "Delete and Re-import all feeds"
178
+ msgstr ""
179
+
180
+ #: includes/admin-debugging.php:147 includes/admin-debugging.php:154
181
+ msgid "Restore Default Settings"
182
+ msgstr ""
183
+
184
+ #: includes/admin-debugging.php:148
185
+ msgid "Click the red button to reset the plugin settings to default."
186
+ msgstr ""
187
+
188
+ #: includes/admin-debugging.php:149
189
+ msgid ""
190
+ "<em><strong>Note:</strong> This cannot be undone. Once the settings have "
191
+ "been reset, your old settings cannot be restored.</em>"
192
+ msgstr ""
193
+
194
+ #: includes/admin-debugging.php:168
195
+ msgid "Error Log"
196
+ msgstr ""
197
+
198
+ #: includes/admin-debugging.php:174
199
+ msgid "Clear log"
200
+ msgstr ""
201
+
202
+ #: includes/admin-debugging.php:202 includes/admin.php:42
203
+ msgid "Debugging"
204
+ msgstr ""
205
+
206
+ #: includes/admin-debugging.php:252
207
+ msgid "Feeds are being updated in the background."
208
+ msgstr ""
209
+
210
+ #: includes/admin-debugging.php:261
211
+ msgid "Feeds deleted and are being re-imported in the background."
212
+ msgstr ""
213
+
214
+ #: includes/admin-debugging.php:271
215
+ msgid "The error log has been cleared."
216
+ msgstr ""
217
+
218
+ #: includes/admin-debugging.php:281
219
+ msgid "The plugin settings have been reset to default."
220
+ msgstr ""
221
+
222
+ #: includes/admin-display.php:20 includes/admin-display.php:212
223
+ msgid "Name"
224
+ msgstr "Nome"
225
+
226
+ #: includes/admin-display.php:27
227
+ msgid "State"
228
+ msgstr ""
229
+
230
+ #: includes/admin-display.php:28
231
+ msgid "Updates"
232
+ msgstr ""
233
+
234
+ #: includes/admin-display.php:48
235
+ msgid ""
236
+ "This feed source experienced an error during the last feed fetch or "
237
+ "validation check. Re-check the feed source URL or check the Error Log in the "
238
+ "Debugging page for more details."
239
+ msgstr ""
240
+
241
+ #: includes/admin-display.php:89 includes/admin-heartbeat.php:53
242
+ msgid "None"
243
+ msgstr "Nessuno"
244
+
245
+ #: includes/admin-display.php:91 includes/admin-heartbeat.php:50
246
+ #: includes/admin-metaboxes.php:467
247
+ msgid "Paused"
248
+ msgstr ""
249
+
250
+ #: includes/admin-display.php:98
251
+ msgid "Next update:"
252
+ msgstr ""
253
+
254
+ #: includes/admin-display.php:106
255
+ msgid "Last updated:"
256
+ msgstr ""
257
+
258
+ #: includes/admin-display.php:107 includes/feed-display.php:153
259
+ #, php-format
260
+ msgid "%1$s ago"
261
+ msgstr ""
262
+
263
+ #: includes/admin-display.php:109
264
+ #, php-format
265
+ msgid ""
266
+ "Last update imported: <code class=\"last-update-imported\">%1$d</code> items"
267
+ msgstr ""
268
+
269
+ #: includes/admin-display.php:124 includes/admin-metaboxes.php:242
270
+ msgid "Updating feed source"
271
+ msgstr ""
272
+
273
+ #: includes/admin-display.php:213 includes/feed-blacklist.php:322
274
+ msgid "Permalink"
275
+ msgstr "Permalink"
276
+
277
+ #: includes/admin-display.php:214
278
+ msgid "Date published"
279
+ msgstr "Data di pubblicazione"
280
+
281
+ #: includes/admin-display.php:215
282
+ msgid "Source"
283
+ msgstr "Sorgente"
284
+
285
+ #: includes/admin-display.php:304
286
+ msgid "Feed source updated. "
287
+ msgstr "Sorgente feed aggiornata."
288
+
289
+ #: includes/admin-display.php:305
290
+ msgid "Custom field updated."
291
+ msgstr "Campo personalizzato aggiornato."
292
+
293
+ #: includes/admin-display.php:306
294
+ msgid "Custom field deleted."
295
+ msgstr "Campo personalizzato cancellato."
296
+
297
+ #: includes/admin-display.php:307 includes/admin-display.php:313
298
+ msgid "Feed source updated."
299
+ msgstr "Sorgente feed aggiornata."
300
+
301
+ #: includes/admin-display.php:309 includes/admin-display.php:310
302
+ msgid "Feed source saved."
303
+ msgstr "Sorgente feed salvata."
304
+
305
+ #: includes/admin-display.php:311
306
+ msgid "Feed source submitted."
307
+ msgstr "Sorgente feed inviata."
308
+
309
+ #: includes/admin-display.php:338
310
+ #, php-format
311
+ msgid "ID: %1$s"
312
+ msgstr ""
313
+
314
+ #: includes/admin-display.php:352
315
+ msgid "View Items"
316
+ msgstr ""
317
+
318
+ #: includes/admin-display.php:355
319
+ msgid "Fetch Items"
320
+ msgstr ""
321
+
322
+ #: includes/admin-display.php:358
323
+ msgid "Delete Items"
324
+ msgstr ""
325
+
326
+ #: includes/admin-display.php:359
327
+ msgid "Delete feed items imported by this feed source"
328
+ msgstr ""
329
+
330
+ #: includes/admin-display.php:529
331
+ msgid "Publish Feed"
332
+ msgstr "Pubblica Feed"
333
+
334
+ #: includes/admin-editor.php:87
335
+ msgid ""
336
+ "Hold Ctrl or Mac Command key when clicking to select more than one feed "
337
+ "source."
338
+ msgstr ""
339
+
340
+ #: includes/admin-editor.php:97 includes/custom-post-types.php:21
341
+ #: includes/custom-post-types.php:24
342
+ msgid "Feed Sources"
343
+ msgstr "Sorgenti Feed"
344
+
345
+ #: includes/admin-editor.php:99
346
+ msgid "All feed sources"
347
+ msgstr ""
348
+
349
+ #: includes/admin-editor.php:101
350
+ msgid "Choose the feed source to display:"
351
+ msgstr ""
352
+
353
+ #: includes/admin-editor.php:122
354
+ msgid "Exclude:"
355
+ msgstr ""
356
+
357
+ #: includes/admin-editor.php:124
358
+ msgid "Choose the feed sources to exclude:"
359
+ msgstr ""
360
+
361
+ #: includes/admin-editor.php:130
362
+ msgid "Feed Limit:"
363
+ msgstr ""
364
+
365
+ #: includes/admin-editor.php:131
366
+ msgid "Ignore"
367
+ msgstr ""
368
+
369
+ #: includes/admin-editor.php:139
370
+ msgid "Add shortcode"
371
+ msgstr ""
372
+
373
+ #: includes/admin-help-metaboxes.php:14
374
+ msgid ""
375
+ "The URL of the feed source. In most cases, the URL of the site will also "
376
+ "work, but for best results we recommend trying to find the URL of the RSS "
377
+ "feed.\n"
378
+ "\n"
379
+ " Also include the <code>http://</"
380
+ "code> prefix in the URL."
381
+ msgstr ""
382
+
383
+ #: includes/admin-help-metaboxes.php:18
384
+ msgid ""
385
+ "The maximum number of imported items from this feed to keep stored.\n"
386
+ "\n"
387
+ " When new items are imported and the "
388
+ "limit is exceeded, the oldest feed items will be deleted to make room for "
389
+ "new ones.\n"
390
+ "\n"
391
+ " If you already have items imported "
392
+ "from this feed source, setting this option now may delete some of your "
393
+ "items, in order to comply with the limit."
394
+ msgstr ""
395
+
396
+ #: includes/admin-help-metaboxes.php:24
397
+ msgid ""
398
+ "Tick this box to make feed items link to the URL in the enclosure tag, "
399
+ "rather than link to the original article.\n"
400
+ "\n"
401
+ " Enclosure tags are RSS tags that may "
402
+ "be included with a feed items. These tags typically contain links to images, "
403
+ "audio, videos, attachment files or even flash content.\n"
404
+ "\n"
405
+ " If you are not sure leave this "
406
+ "setting blank."
407
+ msgstr ""
408
+
409
+ #: includes/admin-help-metaboxes.php:35
410
+ msgid ""
411
+ "State of the feed, active or paused.\n"
412
+ "\n"
413
+ " If active, the feed source will "
414
+ "fetch items periodically, according to the settings below.\n"
415
+ "\n"
416
+ " If paused, the feed source will not "
417
+ "fetch feed items periodically."
418
+ msgstr ""
419
+
420
+ #: includes/admin-help-metaboxes.php:41
421
+ msgid ""
422
+ "You can set a time, in UTC, in the future when the feed source will become "
423
+ "active, if it is paused.\n"
424
+ "\n"
425
+ " Leave blank to activate immediately."
426
+ msgstr ""
427
+
428
+ #: includes/admin-help-metaboxes.php:45
429
+ msgid ""
430
+ "You can set a time, in UTC, in the future when the feed source will become "
431
+ "paused, if it is active.\n"
432
+ "\n"
433
+ " Leave blank to never pause."
434
+ msgstr ""
435
+
436
+ #: includes/admin-help-metaboxes.php:49
437
+ msgid ""
438
+ "How frequently the feed source should check for new items and fetch if "
439
+ "needed.\n"
440
+ "\n"
441
+ " If left as <em>Default</em>, the "
442
+ "interval in the global settings is used."
443
+ msgstr ""
444
+
445
+ #: includes/admin-help-metaboxes.php:53
446
+ msgid ""
447
+ "The maximum age allowed for feed items. Very useful if you are only "
448
+ "concerned with, say, last week's news.\n"
449
+ "\n"
450
+ " Items already imported will be "
451
+ "deleted if they eventually exceed this age limit.\n"
452
+ "\n"
453
+ " Also, items in the RSS feed that are "
454
+ "already older than this age will not be imported at all.\n"
455
+ "\n"
456
+ " Leaving empty to use the <em>Limit "
457
+ "feed items by age</em> option in the general settings."
458
+ msgstr ""
459
+
460
+ #: includes/admin-help-metaboxes.php:66
461
+ msgid ""
462
+ "Use this option if you are seeing an <q>Invalid feed URL</q> error in the "
463
+ "Feed Preview above, but you are sure that the URL is correct.\n"
464
+ "\n"
465
+ " Note, however, that this will disable "
466
+ "auto-discovery, meaning that the given URL must be an RSS feed URL. Using "
467
+ "the site's URL will not work."
468
+ msgstr ""
469
+
470
+ #: includes/admin-help-settings.php:13
471
+ msgid ""
472
+ "The maximum age allowed for feed items.\n"
473
+ " <hr/>\n"
474
+ "\n"
475
+ " Items already imported will be "
476
+ "deleted if they eventually exceed this age limit.\n"
477
+ "\n"
478
+ " Also, items in the RSS feed that "
479
+ "are already older than this age will not be imported at all.\n"
480
+ " <hr/>\n"
481
+ "\n"
482
+ " <em>Leave empty for no limit.</"
483
+ "em>"
484
+ msgstr ""
485
+
486
+ #: includes/admin-help-settings.php:23
487
+ msgid ""
488
+ "The maximum number of imported items to keep stored, for feed sources that "
489
+ "do not have their own limit.\n"
490
+ " <hr/>\n"
491
+ "\n"
492
+ " When new items are imported and "
493
+ "the limit for a feed source is exceeded, the oldest feed items for that feed "
494
+ "source will be deleted to make room for the new ones.\n"
495
+ "\n"
496
+ " If you already have items "
497
+ "imported from this feed source, setting this option now may delete some of "
498
+ "your items, in order to comply with the limit.\n"
499
+ " <hr/>\n"
500
+ " \n"
501
+ " <em>Use 0 or leave empty for no "
502
+ "limit.</em>"
503
+ msgstr ""
504
+
505
+ #: includes/admin-help-settings.php:33
506
+ msgid ""
507
+ "How frequently should the feed sources (that do not have their own update "
508
+ "interval) check for updates and fetch items accordingly.\n"
509
+ "\n"
510
+ " It is recommended to not have "
511
+ "more than 20 feed sources that use this global update interval. Having too "
512
+ "many feed sources updating precisely at the same time can cause the WP Cron "
513
+ "System to crash."
514
+ msgstr ""
515
+
516
+ #: includes/admin-help-settings.php:37
517
+ msgid ""
518
+ "The URL of the custom feed, located at <code>http://yoursite.com/[custom "
519
+ "feed url]</code>.\n"
520
+ " <hr/>\n"
521
+ "\n"
522
+ " WP RSS Aggregator allows you to "
523
+ "create a custom RSS feed, that contains all of your imported feed items. "
524
+ "This setting allows you to change the URL of this custom feed.\n"
525
+ "\n"
526
+ " <hr/>\n"
527
+ "\n"
528
+ " <strong>Note:</strong> You may "
529
+ "be required to refresh you Permalinks after you change this setting, by "
530
+ "going to <em>Settings <i class=\"fa fa-angle-right\"></i> Permalinks</e> and "
531
+ "clicking <em>Save</em>."
532
+ msgstr ""
533
+
534
+ #: includes/admin-help-settings.php:46
535
+ msgid ""
536
+ "The title of the custom feed.\n"
537
+ "\n"
538
+ " This title will be included in "
539
+ "the RSS source of the custom feed, in a <code>&lt;title&gt;</code> tag."
540
+ msgstr ""
541
+
542
+ #: includes/admin-help-settings.php:50
543
+ msgid "The maximum number of feed items in the custom feed."
544
+ msgstr ""
545
+
546
+ #: includes/admin-help-settings.php:56
547
+ msgid ""
548
+ "Check this box to make the feed item titles link to the original article."
549
+ msgstr ""
550
+
551
+ #: includes/admin-help-settings.php:58
552
+ msgid ""
553
+ "Set the maximum number of characters to show for feed item titles.\n"
554
+ " <hr/>\n"
555
+ "\n"
556
+ " <em>Leave empty for no limit.</"
557
+ "em>"
558
+ msgstr ""
559
+
560
+ #: includes/admin-help-settings.php:63
561
+ msgid ""
562
+ "Check this box to show the author for each feed item, if it is available."
563
+ msgstr ""
564
+
565
+ #: includes/admin-help-settings.php:65
566
+ msgid ""
567
+ "For feed items from YouTube, Vimeo or Dailymotion, you can choose whether "
568
+ "you want to have the items link to the original page link, or a link to the "
569
+ "embedded video player only."
570
+ msgstr ""
571
+
572
+ #: includes/admin-help-settings.php:67
573
+ msgid ""
574
+ "The type of pagination to use when showing feed items on multiple pages.\n"
575
+ "\n"
576
+ " The first shows two links, "
577
+ "\"Older\" and \"Newer\", which allow you to navigate through the pages.\n"
578
+ "\n"
579
+ " The second shows links for all "
580
+ "the pages, together with links for the next and previous pages."
581
+ msgstr ""
582
+
583
+ #: includes/admin-help-settings.php:73
584
+ msgid ""
585
+ "The maximum number of feed items to display when using the shortcode.\n"
586
+ "\n"
587
+ " This enables pagination if set "
588
+ "to a number smaller than the number of items to be displayed."
589
+ msgstr ""
590
+
591
+ #: includes/admin-help-settings.php:77
592
+ msgid ""
593
+ "Choose how you want links to be opened. This applies to the feed item title "
594
+ "and the source link."
595
+ msgstr ""
596
+
597
+ #: includes/admin-help-settings.php:79
598
+ msgid ""
599
+ "Enable this option to set all links displayed as \"NoFollow\".\n"
600
+ " <hr/>\n"
601
+ "\n"
602
+ " \"Nofollow\" provides a way to "
603
+ "tell search engines to <em>not</em> follow certain links, such as links to "
604
+ "feed items in this case."
605
+ msgstr ""
606
+
607
+ #: includes/admin-help-settings.php:88
608
+ msgid "Enable this option to show the feed source name for each feed item."
609
+ msgstr ""
610
+
611
+ #: includes/admin-help-settings.php:90
612
+ msgid ""
613
+ "Enter the text that you want to show before the source name. A space is "
614
+ "automatically added between this text and the feed source name."
615
+ msgstr ""
616
+
617
+ #: includes/admin-help-settings.php:92
618
+ msgid ""
619
+ "Enable this option to link the feed source name to the RSS feed's source "
620
+ "site."
621
+ msgstr ""
622
+
623
+ #: includes/admin-help-settings.php:98
624
+ msgid "Enable this to show the feed item's date."
625
+ msgstr ""
626
+
627
+ #: includes/admin-help-settings.php:100
628
+ msgid ""
629
+ "Enter the text that you want to show before the feed item date. A space is "
630
+ "automatically added between this text and the date."
631
+ msgstr ""
632
+
633
+ #: includes/admin-help-settings.php:102
634
+ msgid "The format to use for the feed item dates, as a PHP date format."
635
+ msgstr ""
636
+
637
+ #: includes/admin-help-settings.php:104
638
+ msgid ""
639
+ "Enable this option to show the elapsed time from the feed item's date and "
640
+ "time to the present time.\n"
641
+ " <em>Eg. 2 hours ago</em>"
642
+ msgstr ""
643
+
644
+ #: includes/admin-help-settings.php:111
645
+ msgid ""
646
+ "Check this box to disable all plugin styles used for displaying feed items.\n"
647
+ "\n"
648
+ " This will allow you to provide "
649
+ "your own custom CSS styles for displaying the feed items."
650
+ msgstr ""
651
+
652
+ #: includes/admin-help.php:13 includes/admin.php:44
653
+ msgid "Help & Support"
654
+ msgstr ""
655
+
656
+ #: includes/admin-help.php:14 includes/admin.php:112
657
+ msgid "Documentation"
658
+ msgstr ""
659
+
660
+ #: includes/admin-help.php:15
661
+ msgid ""
662
+ "In the <a href=\"http://www.wprssaggregator.com/documentation/"
663
+ "\">documentation area</a> on the WP RSS Aggregator website you will find "
664
+ "comprehensive details on how to use the core plugin and all the add-ons.\n"
665
+ "\t\t\t\t\n"
666
+ "\t\t\t\tThere are also some videos to help you make a quick start to setting "
667
+ "up and enjoying this plugin."
668
+ msgstr ""
669
+
670
+ #: includes/admin-help.php:18
671
+ msgid "Frequently Asked Questions (FAQ)"
672
+ msgstr ""
673
+
674
+ #: includes/admin-help.php:19
675
+ msgid ""
676
+ "If after going through the documentation you still have questions, please "
677
+ "take a look at the <a href=\"http://www.wprssaggregator.com/faq/\">FAQ page</"
678
+ "a> on the site, we set this up purposely to answer the most commonly asked "
679
+ "questions by our users."
680
+ msgstr ""
681
+
682
+ #: includes/admin-help.php:21
683
+ msgid "Support Forums - Core (free version) Plugin Users Only"
684
+ msgstr ""
685
+
686
+ #: includes/admin-help.php:22
687
+ msgid ""
688
+ "If you're using the free version of the plugin found on WordPress.org, you "
689
+ "can ask questions on the <a href=\"http://wordpress.org/support/plugin/wp-"
690
+ "rss-aggregator\">support forum</a>."
691
+ msgstr ""
692
+
693
+ #: includes/admin-help.php:23
694
+ msgid "Email Ticketing System - Premium Add-on Users Only"
695
+ msgstr ""
696
+
697
+ #: includes/admin-help.php:24
698
+ msgid ""
699
+ "If you still can't find an answer to your query after reading the "
700
+ "documentation and going through the FAQ, just <a href=\"http://www."
701
+ "wprssaggregator.com/contact/\">open a support request ticket</a>.\n"
702
+ "\t\t\t\t\tWe'll be happy to help you out."
703
+ msgstr ""
704
+
705
+ #: includes/admin-help.php:717
706
+ msgid ""
707
+ "Could not enqueue tooltip content: the queue method is not a valid callable."
708
+ msgstr ""
709
+
710
+ #: includes/admin-import-export.php:60
711
+ #, php-format
712
+ msgid "Successfully imported <code>%1$s</code> feed sources."
713
+ msgstr ""
714
+
715
+ #: includes/admin-import-export.php:116
716
+ msgid "All options are exported successfully."
717
+ msgstr ""
718
+
719
+ #: includes/admin-import-export.php:127
720
+ msgid "All options are restored successfully."
721
+ msgstr ""
722
+
723
+ #: includes/admin-import-export.php:138
724
+ msgid "Invalid file or file size too big."
725
+ msgstr ""
726
+
727
+ #: includes/admin-import-export.php:192
728
+ msgid "Bulk Feed Import"
729
+ msgstr ""
730
+
731
+ #: includes/admin-import-export.php:193
732
+ msgid ""
733
+ "Import multiple feed sources at once, by entering the name and URLs of your "
734
+ "feeds below."
735
+ msgstr ""
736
+
737
+ #: includes/admin-import-export.php:194
738
+ msgid "Separate the name and the URL using a comma on each line:"
739
+ msgstr ""
740
+
741
+ #: includes/admin-import-export.php:195
742
+ msgid "Feed Name, http://www.myfeed.com"
743
+ msgstr ""
744
+
745
+ #: includes/admin-import-export.php:201
746
+ msgid "Bulk Import"
747
+ msgstr ""
748
+
749
+ #: includes/admin-import-export.php:206
750
+ msgid "Import & Export Settings"
751
+ msgstr ""
752
+
753
+ #: includes/admin-import-export.php:208 includes/admin-import-export.php:215
754
+ msgid "Export Settings"
755
+ msgstr ""
756
+
757
+ #: includes/admin-import-export.php:209
758
+ msgid ""
759
+ "Click the <strong>Export Settings</strong> button to generate a file "
760
+ "containing all the settings used by WP RSS Aggregator"
761
+ msgstr ""
762
+
763
+ #: includes/admin-import-export.php:210
764
+ msgid ""
765
+ "After exporting, you can either use the backup file to restore your settings "
766
+ "to this site or to another WordPress site."
767
+ msgstr ""
768
+
769
+ #: includes/admin-import-export.php:219 includes/admin-import-export.php:227
770
+ msgid "Import Settings"
771
+ msgstr ""
772
+
773
+ #: includes/admin-import-export.php:220
774
+ msgid "Click the <strong>Choose file</strong> button and choose a backup file."
775
+ msgstr ""
776
+
777
+ #: includes/admin-import-export.php:221
778
+ msgid ""
779
+ "Press the <strong>Import Settings</strong> button, and WordPress will do the "
780
+ "rest for you."
781
+ msgstr ""
782
+
783
+ #: includes/admin-import-export.php:231
784
+ msgid "Importing/Exporting Feed Sources"
785
+ msgstr ""
786
+
787
+ #: includes/admin-import-export.php:232
788
+ #, php-format
789
+ msgid ""
790
+ "To import/export your feed sources, please use the standard WordPress <a "
791
+ "href=\"%1$simport.php\">Import</a> and <a href=\"%1$sexport.php\">Export</a> "
792
+ "functionality."
793
+ msgstr ""
794
+
795
+ #: includes/admin-import-export.php:233
796
+ #, php-format
797
+ msgid ""
798
+ "On the <a href=\"%1$sexport.php\">Export</a> page, check the <strong>Feed "
799
+ "Sources</strong> radio button and click the <strong>Download Export File</"
800
+ "strong> button. WordPress will then create an XML file containing all the "
801
+ "feed sources."
802
+ msgstr ""
803
+
804
+ #: includes/admin-import-export.php:234
805
+ #, php-format
806
+ msgid ""
807
+ "On the <a href=\"%1$simport.php\">Import</a> page, choose the previously "
808
+ "created file and click the <strong>Upload file and import</strong> button."
809
+ msgstr ""
810
+
811
+ #: includes/admin-log.php:236
812
+ msgid "Log level threshold"
813
+ msgstr ""
814
+
815
+ #: includes/admin-metaboxes.php:20
816
+ msgid "Save Feed Source"
817
+ msgstr "Salva sorgente feed"
818
+
819
+ #: includes/admin-metaboxes.php:29
820
+ msgid "Feed Preview"
821
+ msgstr "Anteprima Feed"
822
+
823
+ #: includes/admin-metaboxes.php:38
824
+ msgid "Feed Processing"
825
+ msgstr ""
826
+
827
+ #: includes/admin-metaboxes.php:48
828
+ msgid "Like This Plugin?"
829
+ msgstr ""
830
+
831
+ #: includes/admin-metaboxes.php:58
832
+ msgid "Feed Source Details"
833
+ msgstr "Dettagli sorgente feed"
834
+
835
+ #: includes/admin-metaboxes.php:91 includes/opml-importer.php:196
836
+ #: includes/opml-importer.php:227
837
+ msgid "URL"
838
+ msgstr "URL"
839
+
840
+ #: includes/admin-metaboxes.php:99
841
+ msgid "Limit"
842
+ msgstr ""
843
+
844
+ #: includes/admin-metaboxes.php:105
845
+ msgid "Link to enclosure"
846
+ msgstr ""
847
+
848
+ #: includes/admin-metaboxes.php:217 includes/admin-metaboxes.php:471
849
+ #: includes/admin-options.php:809 includes/admin-options.php:911
850
+ msgid "Default"
851
+ msgstr ""
852
+
853
+ #: includes/admin-metaboxes.php:385
854
+ #, php-format
855
+ msgid "Latest %1$s feed items out of %2$s available from %3$s"
856
+ msgstr ""
857
+
858
+ #: includes/admin-metaboxes.php:392 includes/scripts.php:81
859
+ msgid "ago"
860
+ msgstr ""
861
+
862
+ #: includes/admin-metaboxes.php:394
863
+ msgid "No Date"
864
+ msgstr ""
865
+
866
+ #: includes/admin-metaboxes.php:415
867
+ msgid ""
868
+ "<strong>Invalid feed URL</strong> - Double check the feed source URL setting "
869
+ "above."
870
+ msgstr ""
871
+ "<strong>URL del feed non valido</strong> - Ricontrolla l'URL della sorgente "
872
+ "del feed nelle impostazioni sopra."
873
+
874
+ #: includes/admin-metaboxes.php:419
875
+ #, php-format
876
+ msgid ""
877
+ "Not sure where to find the RSS feed on a website? <a target=\"_blank\" href="
878
+ "\"%1$s\">Click here</a> for a visual guide. "
879
+ msgstr ""
880
+
881
+ #: includes/admin-metaboxes.php:427
882
+ msgid "Force the feed"
883
+ msgstr ""
884
+
885
+ #: includes/admin-metaboxes.php:436
886
+ msgid "No feed URL defined yet"
887
+ msgstr "Nessun URL del feed ancora definito"
888
+
889
+ #: includes/admin-metaboxes.php:466
890
+ msgid "Active"
891
+ msgstr ""
892
+
893
+ #: includes/admin-metaboxes.php:591
894
+ msgid "Need help?"
895
+ msgstr "Hai bisogno di aiuto?"
896
+
897
+ #: includes/admin-metaboxes.php:593
898
+ msgid "Check out the support forum"
899
+ msgstr "Controlla il forum di supporto"
900
+
901
+ #: includes/admin-metaboxes.php:596
902
+ msgid "Suggest a new feature"
903
+ msgstr ""
904
+
905
+ #: includes/admin-metaboxes.php:609
906
+ msgid "Give it a 5 star rating on WordPress.org"
907
+ msgstr ""
908
+
909
+ #: includes/admin-metaboxes.php:610
910
+ msgid "Donate a token of your appreciation"
911
+ msgstr ""
912
+
913
+ #: includes/admin-metaboxes.php:614
914
+ msgid "Check out the Premium Extensions:"
915
+ msgstr ""
916
+
917
+ #: includes/admin-metaboxes.php:635
918
+ msgid "Follow WP Mayor on Twitter."
919
+ msgstr "Segui WP Mayor su Twitter"
920
+
921
+ #: includes/admin-metaboxes.php:636
922
+ msgid "Like WP Mayor on Facebook."
923
+ msgstr "Segui WP Mayor su Facebook"
924
+
925
+ #: includes/admin-options.php:56
926
+ msgid "General plugin settings"
927
+ msgstr ""
928
+
929
+ #: includes/admin-options.php:57
930
+ msgid "General display settings"
931
+ msgstr ""
932
+
933
+ #: includes/admin-options.php:58
934
+ msgid "Source display settings"
935
+ msgstr ""
936
+
937
+ #: includes/admin-options.php:59
938
+ msgid "Date display settings"
939
+ msgstr ""
940
+
941
+ #: includes/admin-options.php:60
942
+ msgid "Styles"
943
+ msgstr ""
944
+
945
+ #: includes/admin-options.php:70
946
+ msgid "Limit feed items by age"
947
+ msgstr ""
948
+
949
+ #: includes/admin-options.php:74
950
+ msgid "Limit feed items stored"
951
+ msgstr ""
952
+
953
+ #: includes/admin-options.php:78
954
+ msgid "Limit feed items per feed"
955
+ msgstr ""
956
+
957
+ #: includes/admin-options.php:82
958
+ msgid "Feed processing interval"
959
+ msgstr ""
960
+
961
+ #: includes/admin-options.php:86
962
+ msgid "Custom feed URL"
963
+ msgstr ""
964
+
965
+ #: includes/admin-options.php:90
966
+ msgid "Custom feed Title"
967
+ msgstr ""
968
+
969
+ #: includes/admin-options.php:94
970
+ msgid "Custom feed limit"
971
+ msgstr ""
972
+
973
+ #: includes/admin-options.php:98
974
+ msgid "Anonymous tracking"
975
+ msgstr ""
976
+
977
+ #: includes/admin-options.php:106
978
+ msgid "Link title"
979
+ msgstr ""
980
+
981
+ #: includes/admin-options.php:110
982
+ msgid "Title maximum length"
983
+ msgstr ""
984
+
985
+ #: includes/admin-options.php:118
986
+ msgid "Show authors"
987
+ msgstr ""
988
+
989
+ #: includes/admin-options.php:122
990
+ msgid "For video feed items use"
991
+ msgstr ""
992
+
993
+ #: includes/admin-options.php:126
994
+ msgid "Pagination type"
995
+ msgstr ""
996
+
997
+ #: includes/admin-options.php:130
998
+ msgid "Feed display limit"
999
+ msgstr ""
1000
+
1001
+ #: includes/admin-options.php:134
1002
+ msgid "Open links behaviour"
1003
+ msgstr "Comportamento di apertura dei links"
1004
+
1005
+ #: includes/admin-options.php:138
1006
+ msgid "Set links as nofollow"
1007
+ msgstr ""
1008
+
1009
+ #: includes/admin-options.php:146
1010
+ msgid "Show source"
1011
+ msgstr ""
1012
+
1013
+ #: includes/admin-options.php:150
1014
+ msgid "Text preceding source"
1015
+ msgstr ""
1016
+
1017
+ #: includes/admin-options.php:154
1018
+ msgid "Link source"
1019
+ msgstr ""
1020
+
1021
+ #: includes/admin-options.php:162
1022
+ msgid "Show date"
1023
+ msgstr ""
1024
+
1025
+ #: includes/admin-options.php:166
1026
+ msgid "Text preceding date"
1027
+ msgstr ""
1028
+
1029
+ #: includes/admin-options.php:170
1030
+ msgid "Date format"
1031
+ msgstr ""
1032
+
1033
+ #: includes/admin-options.php:174
1034
+ msgid "Time ago format"
1035
+ msgstr ""
1036
+
1037
+ #: includes/admin-options.php:181
1038
+ msgid "Disable Styles"
1039
+ msgstr ""
1040
+
1041
+ #: includes/admin-options.php:343 includes/admin.php:41
1042
+ msgid "WP RSS Aggregator Settings"
1043
+ msgstr "Impostazioni WP RSS Aggregator"
1044
+
1045
+ #: includes/admin-options.php:353
1046
+ msgid "General"
1047
+ msgstr ""
1048
+
1049
+ #: includes/admin-options.php:357
1050
+ msgid "Licenses"
1051
+ msgstr ""
1052
+
1053
+ #: includes/admin-options.php:397
1054
+ msgid "Save Settings"
1055
+ msgstr "Salva impostazioni"
1056
+
1057
+ #: includes/admin-options.php:411
1058
+ msgid "These are the general settings for WP RSS Aggregator."
1059
+ msgstr ""
1060
+
1061
+ #: includes/admin-options.php:420
1062
+ msgid ""
1063
+ "In this section you can find some general options that control how the feed "
1064
+ "items are displayed."
1065
+ msgstr ""
1066
+
1067
+ #: includes/admin-options.php:430
1068
+ msgid "Options that control how the feed item's source is displayed."
1069
+ msgstr ""
1070
+
1071
+ #: includes/admin-options.php:439
1072
+ msgid "Options that control how the feed item's date is displayed."
1073
+ msgstr ""
1074
+
1075
+ #: includes/admin-options.php:448
1076
+ msgid ""
1077
+ "If you would like to disable all styles used in this plugin, tick the "
1078
+ "checkbox."
1079
+ msgstr ""
1080
+
1081
+ #: includes/admin-options.php:457
1082
+ msgid "Set your security reset code, in case of any errors."
1083
+ msgstr ""
1084
+
1085
+ #: includes/admin-options.php:466
1086
+ msgid "Participate in helping us make the plugin better."
1087
+ msgstr ""
1088
+
1089
+ #: includes/admin-options.php:493
1090
+ msgid "Original page link"
1091
+ msgstr ""
1092
+
1093
+ #: includes/admin-options.php:494
1094
+ msgid "Embedded video player link"
1095
+ msgstr ""
1096
+
1097
+ #: includes/admin-options.php:508
1098
+ msgid "This will not affect already imported feed items."
1099
+ msgstr ""
1100
+
1101
+ #: includes/admin-options.php:523
1102
+ msgid "Lightbox"
1103
+ msgstr "Lightbox"
1104
+
1105
+ #: includes/admin-options.php:524 includes/update.php:195
1106
+ msgid "New window"
1107
+ msgstr "Nuova finestra"
1108
+
1109
+ #: includes/admin-options.php:525
1110
+ msgid "Self"
1111
+ msgstr ""
1112
+
1113
+ #: includes/admin-options.php:563
1114
+ msgid "PHP Date Format Reference"
1115
+ msgstr ""
1116
+
1117
+ #: includes/admin-options.php:591 includes/admin-options.php:702
1118
+ msgid "No limit"
1119
+ msgstr ""
1120
+
1121
+ #: includes/admin-options.php:673
1122
+ msgid "\"Older posts\" and \"Newer posts\" links"
1123
+ msgstr ""
1124
+
1125
+ #: includes/admin-options.php:674
1126
+ msgid "Page numbers with \"Next\" and \"Previous\" page links"
1127
+ msgstr ""
1128
+
1129
+ #: includes/admin-options.php:736
1130
+ msgid "No Limit"
1131
+ msgstr ""
1132
+
1133
+ #: includes/admin-options.php:835
1134
+ msgid "Generate Random Code"
1135
+ msgstr ""
1136
+
1137
+ #: includes/admin-options.php:840
1138
+ msgid ""
1139
+ "Enter the code to use to securely reset the plugin and deactivate it. Be "
1140
+ "sure to save this code somewhere safe."
1141
+ msgstr ""
1142
+
1143
+ #: includes/admin-options.php:846
1144
+ msgid ""
1145
+ "Leave this empty to disable the secure reset function.<br/>\n"
1146
+ " You use this code by adding any of the following to any URL on "
1147
+ "your site."
1148
+ msgstr ""
1149
+
1150
+ #: includes/admin-options.php:849
1151
+ msgid "Resets your WP RSS Aggregator settings"
1152
+ msgstr ""
1153
+
1154
+ #: includes/admin-options.php:850
1155
+ msgid "Deactivates WP RSS Aggregator"
1156
+ msgstr ""
1157
+
1158
+ #: includes/admin-options.php:851
1159
+ msgid "Does both of the above"
1160
+ msgstr ""
1161
+
1162
+ #: includes/admin-options.php:855
1163
+ msgid ""
1164
+ "Use the above actions only when absolutely necessary, or when instructed to "
1165
+ "by support staff."
1166
+ msgstr ""
1167
+
1168
+ #: includes/admin-options.php:871
1169
+ msgid ""
1170
+ "Please help us improve WP RSS Aggregator by allowing us to gather anonymous "
1171
+ "usage statistics. No sensitive data is collected."
1172
+ msgstr ""
1173
+
1174
+ #: includes/admin-options.php:926
1175
+ msgid "now"
1176
+ msgstr ""
1177
+
1178
+ #: includes/admin-statistics.php:149
1179
+ msgid "<b>WP RSS Aggregator:</b> Data report sent!"
1180
+ msgstr ""
1181
+
1182
+ #: includes/admin-welcome.php:32
1183
+ #, php-format
1184
+ msgid "Welcome to WP RSS Aggregator %1$s!"
1185
+ msgstr ""
1186
+
1187
+ #: includes/admin-welcome.php:34
1188
+ msgid "Thank you for upgrading to the latest version!"
1189
+ msgstr ""
1190
+
1191
+ #: includes/admin-welcome.php:42
1192
+ msgid "What's New?"
1193
+ msgstr ""
1194
+
1195
+ #: includes/admin-welcome.php:66
1196
+ msgid "Bulk Adding Feed Sources"
1197
+ msgstr ""
1198
+
1199
+ #: includes/admin-welcome.php:69
1200
+ #, php-format
1201
+ msgid ""
1202
+ "The new bulk adding option saves you time by allowing you to enter your feed "
1203
+ "names and URLs all at once.\n"
1204
+ "\t\t\t\t\t\t\t\t\t\tSimply type in or paste your feed sources, and with the "
1205
+ "press of a button, your feed sources will instantly be created!\n"
1206
+ "\t\t\t\t\t\t\t\t\t\tTry it now from the <a href=\"%1$s\">Import &amp; "
1207
+ "Export</a> page."
1208
+ msgstr ""
1209
+
1210
+ #: includes/admin-welcome.php:74
1211
+ msgid "Feed Item Blacklist"
1212
+ msgstr ""
1213
+
1214
+ #: includes/admin-welcome.php:78
1215
+ msgid "Trash undesired items"
1216
+ msgstr ""
1217
+
1218
+ #: includes/admin-welcome.php:79
1219
+ msgid ""
1220
+ "Did a feed import an item that you do not wish to keep? Up till now, "
1221
+ "<strong>WP RSS Aggregator</strong>only allowed you to trash the item and "
1222
+ "keep it in your trash."
1223
+ msgstr ""
1224
+
1225
+ #: includes/admin-welcome.php:84
1226
+ msgid "Blacklist Trashed Items"
1227
+ msgstr ""
1228
+
1229
+ #: includes/admin-welcome.php:85
1230
+ msgid ""
1231
+ "Permanently deleting the item will cause it to be re-imported. Using the new "
1232
+ "<strong>Delete Permanently &amp; Blacklist</strong> option, the feed item is "
1233
+ "deleted and added to the <strong>Blacklist</strong>."
1234
+ msgstr ""
1235
+
1236
+ #: includes/admin-welcome.php:91
1237
+ msgid "The Blacklist"
1238
+ msgstr ""
1239
+
1240
+ #: includes/admin-welcome.php:92
1241
+ msgid ""
1242
+ "This is your list of unwanted feed item links. Any item in this list will be "
1243
+ "ignored by <strong>WP RSS Aggregator</strong> in the future, meaning it "
1244
+ "won't be imported from any of your feed sources.and added to the "
1245
+ "<strong>Blacklist</strong>."
1246
+ msgstr ""
1247
+
1248
+ #: includes/admin-welcome.php:100
1249
+ msgid "Check out our add-ons:"
1250
+ msgstr ""
1251
+
1252
+ #: includes/admin-welcome.php:104
1253
+ msgid "Excerpts &amp; Thumbnails"
1254
+ msgstr ""
1255
+
1256
+ #: includes/admin-welcome.php:111
1257
+ #, php-format
1258
+ msgid ""
1259
+ "More information about add-ons can be found on our website <a href=\"%1$s\">"
1260
+ "%2$s</a>"
1261
+ msgstr ""
1262
+
1263
+ #: includes/admin-welcome.php:117
1264
+ #, php-format
1265
+ msgid "Changelog for v%1$s"
1266
+ msgstr ""
1267
+
1268
+ #: includes/admin-welcome.php:123
1269
+ #, php-format
1270
+ msgid ""
1271
+ "Need functionality not already available in core or the add-ons? You can <a "
1272
+ "href=\"%1$s\">suggest new features</a>!"
1273
+ msgstr ""
1274
+
1275
+ #: includes/admin-welcome.php:134
1276
+ msgid ""
1277
+ "Fetch RSS feed excerpts to your blog and add thumbnails! Perfect for adding "
1278
+ "some life and color to your feeds."
1279
+ msgstr ""
1280
+
1281
+ #: includes/admin-welcome.php:144
1282
+ msgid ""
1283
+ "Organize your feeds into custom categories. Filter feed items by category "
1284
+ "and make custom WordPress feeds for specific categories."
1285
+ msgstr ""
1286
+
1287
+ #: includes/admin-welcome.php:154
1288
+ msgid ""
1289
+ "Import and store feeds that contain specific keywords in either the title or "
1290
+ "their content. Control what gets imported to your blog."
1291
+ msgstr ""
1292
+
1293
+ #: includes/admin-welcome.php:164
1294
+ msgid "Go to WP RSS Aggregator settings"
1295
+ msgstr ""
1296
+
1297
+ #: includes/admin.php:40
1298
+ msgid "Export & Import Settings"
1299
+ msgstr ""
1300
+
1301
+ #: includes/admin.php:40
1302
+ msgid "Import & Export"
1303
+ msgstr ""
1304
+
1305
+ #: includes/admin.php:41 includes/admin.php:111
1306
+ msgid "Settings"
1307
+ msgstr "Impostazioni"
1308
+
1309
+ #: includes/admin.php:94
1310
+ msgid "Name this feed (e.g. WP Mayor)"
1311
+ msgstr ""
1312
+
1313
+ #: includes/admin.php:139
1314
+ #, php-format
1315
+ msgid ""
1316
+ "<b>WP RSS Aggregator</b>: There are saved licenses that have not yet been "
1317
+ "activated. Go to the <a href=\"%1$s\">License page</a> to activate them."
1318
+ msgstr ""
1319
+
1320
+ #: includes/cpt-feeds.php:82
1321
+ #, php-format
1322
+ msgid "%1$s &raquo; %2$s Feed"
1323
+ msgstr ""
1324
+
1325
+ #: includes/cpt-feeds.php:83
1326
+ #, php-format
1327
+ msgid "<link rel=\"%1$s\" type=\"%2$s\" title=\"%3$s\" href=\"%4$s\" />\n"
1328
+ msgstr ""
1329
+
1330
+ #: includes/cron-jobs.php:64
1331
+ msgid "Once every five minutes"
1332
+ msgstr ""
1333
+
1334
+ #: includes/cron-jobs.php:68
1335
+ msgid "Once every ten minutes"
1336
+ msgstr ""
1337
+
1338
+ #: includes/cron-jobs.php:72
1339
+ msgid "Once every fifteen minutes"
1340
+ msgstr ""
1341
+
1342
+ #: includes/cron-jobs.php:76
1343
+ msgid "Once every thirty minutes"
1344
+ msgstr ""
1345
+
1346
+ #: includes/cron-jobs.php:80
1347
+ msgid "Once every two hours"
1348
+ msgstr ""
1349
+
1350
+ #: includes/custom-post-types.php:22
1351
+ msgid "Feed Source"
1352
+ msgstr ""
1353
+
1354
+ #: includes/custom-post-types.php:23
1355
+ msgid "Add New"
1356
+ msgstr ""
1357
+
1358
+ #: includes/custom-post-types.php:25
1359
+ msgid "Add New Feed Source"
1360
+ msgstr "Aggiungi nuova sorgente Feed"
1361
+
1362
+ #: includes/custom-post-types.php:26
1363
+ msgid "Edit Feed Source"
1364
+ msgstr "Modifica sorgente feed"
1365
+
1366
+ #: includes/custom-post-types.php:27
1367
+ msgid "New Feed Source"
1368
+ msgstr "Nuova sorgente feed"
1369
+
1370
+ #: includes/custom-post-types.php:28
1371
+ msgid "View Feed Source"
1372
+ msgstr "Visualizza sorgente feed"
1373
+
1374
+ #: includes/custom-post-types.php:29
1375
+ msgid "Search Feeds"
1376
+ msgstr "Cerca feeds"
1377
+
1378
+ #: includes/custom-post-types.php:30
1379
+ msgid "No Feed Sources Found"
1380
+ msgstr "Nessuna sorgente di feed trovata"
1381
+
1382
+ #: includes/custom-post-types.php:31
1383
+ msgid "No Feed Sources Found In Trash"
1384
+ msgstr "Nessuna sorgente di feed trovata nel cestino"
1385
+
1386
+ #: includes/custom-post-types.php:32
1387
+ msgid "RSS Aggregator"
1388
+ msgstr "Aggregatore RSS"
1389
+
1390
+ #: includes/custom-post-types.php:72 includes/custom-post-types.php:74
1391
+ msgid "Feed Items"
1392
+ msgstr ""
1393
+
1394
+ #: includes/custom-post-types.php:73
1395
+ msgid "Feed Item"
1396
+ msgstr ""
1397
+
1398
+ #: includes/custom-post-types.php:75
1399
+ msgid "View Feed Items"
1400
+ msgstr ""
1401
+
1402
+ #: includes/custom-post-types.php:76
1403
+ msgid "Search Feed Items"
1404
+ msgstr ""
1405
+
1406
+ #: includes/custom-post-types.php:77
1407
+ msgid "No Feed Items Found"
1408
+ msgstr ""
1409
+
1410
+ #: includes/custom-post-types.php:78
1411
+ msgid "No Feed Items Found In Trash"
1412
+ msgstr ""
1413
+
1414
+ #: includes/feed-blacklist.php:129
1415
+ msgid "The item you are trying to blacklist does not exist"
1416
+ msgstr ""
1417
+
1418
+ #: includes/feed-blacklist.php:134
1419
+ msgid "The item you are trying to blacklist is not valid!"
1420
+ msgstr ""
1421
+
1422
+ #: includes/feed-blacklist.php:196 includes/feed-blacklist.php:197
1423
+ #: includes/feed-blacklist.php:198
1424
+ msgid "Blacklist"
1425
+ msgstr ""
1426
+
1427
+ #: includes/feed-blacklist.php:199
1428
+ msgid "Search Blacklist"
1429
+ msgstr ""
1430
+
1431
+ #: includes/feed-blacklist.php:200
1432
+ msgid "You do not have any items blacklisted yet!"
1433
+ msgstr ""
1434
+
1435
+ #: includes/feed-blacklist.php:242
1436
+ msgid "Delete Permanently & Blacklist"
1437
+ msgstr ""
1438
+
1439
+ #: includes/feed-blacklist.php:248
1440
+ msgid ""
1441
+ "The item will be deleted permanently, and its permalink will be recorded in "
1442
+ "the blacklist"
1443
+ msgstr ""
1444
+
1445
+ #: includes/feed-blacklist.php:261
1446
+ msgid "Remove from blacklist"
1447
+ msgstr ""
1448
+
1449
+ #: includes/feed-blacklist.php:321 includes/opml-importer.php:195
1450
+ #: includes/opml-importer.php:226
1451
+ msgid "Title"
1452
+ msgstr ""
1453
+
1454
+ #: includes/feed-display.php:355
1455
+ msgid "No feed items found."
1456
+ msgstr ""
1457
+
1458
+ #: includes/feed-display.php:405
1459
+ msgid "Older posts"
1460
+ msgstr ""
1461
+
1462
+ #: includes/feed-display.php:406
1463
+ msgid "Newer posts"
1464
+ msgstr ""
1465
+
1466
+ #: includes/feed-importing.php:265
1467
+ #, php-format
1468
+ msgid "Failed to fetch the RSS feed. Error: %s"
1469
+ msgstr ""
1470
+
1471
+ #: includes/feed-importing.php:654
1472
+ #, php-format
1473
+ msgid ""
1474
+ "The PHP script timed out while importing an item from this feed, after %d "
1475
+ "seconds."
1476
+ msgstr ""
1477
+
1478
+ #: includes/feed-states.php:110
1479
+ msgid "The feed sources have been activated!"
1480
+ msgstr ""
1481
+
1482
+ #: includes/feed-states.php:124
1483
+ msgid "The feed sources have been paused!!"
1484
+ msgstr ""
1485
+
1486
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:154
1487
+ #, php-format
1488
+ msgid ""
1489
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
1490
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
1491
+ msgstr ""
1492
+
1493
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:161
1494
+ #, php-format
1495
+ msgid ""
1496
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
1497
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
1498
+ "\">update now</a>."
1499
+ msgstr ""
1500
+
1501
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:301
1502
+ msgid "You do not have permission to install plugin updates"
1503
+ msgstr ""
1504
+
1505
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:301
1506
+ msgid "Error"
1507
+ msgstr ""
1508
+
1509
+ #: includes/licensing.php:282
1510
+ #, php-format
1511
+ msgid ""
1512
+ "Remember to <a href=\"%s\">enter your plugin license code</a> for the WP RSS "
1513
+ "Aggregator <b>%s</b> add-on to benefit from updates and support."
1514
+ msgstr ""
1515
+
1516
+ #: includes/licensing.php:308
1517
+ #, php-format
1518
+ msgid ""
1519
+ "<a href=\"%s\">Save 30%% on your license renewal</a> for the WP RSS "
1520
+ "Aggregator <b>%s</b> add-on and continue receiving updates and support."
1521
+ msgstr ""
1522
+
1523
+ #: includes/licensing.php:343 includes/licensing.php:429
1524
+ msgid "No addon ID"
1525
+ msgstr ""
1526
+
1527
+ #: includes/licensing.php:351 includes/licensing.php:393
1528
+ msgid "Invalid event specified"
1529
+ msgstr ""
1530
+
1531
+ #: includes/licensing.php:354
1532
+ msgid "No event specified"
1533
+ msgstr ""
1534
+
1535
+ #: includes/licensing.php:361
1536
+ msgid "No license"
1537
+ msgstr ""
1538
+
1539
+ #: includes/licensing.php:370
1540
+ msgid "Bad nonce"
1541
+ msgstr ""
1542
+
1543
+ #: includes/licensing.php:373
1544
+ msgid "No nonce"
1545
+ msgstr ""
1546
+
1547
+ #: includes/licensing.php:469
1548
+ msgid "License"
1549
+ msgstr ""
1550
+
1551
+ #: includes/licensing.php:476
1552
+ msgid "License Key"
1553
+ msgstr ""
1554
+
1555
+ #: includes/licensing.php:485
1556
+ msgid "Activate License"
1557
+ msgstr ""
1558
+
1559
+ #: includes/licensing.php:519
1560
+ msgid "Enter your license key"
1561
+ msgstr ""
1562
+
1563
+ #: includes/licensing.php:544
1564
+ msgid "Status"
1565
+ msgstr ""
1566
+
1567
+ #: includes/licensing.php:575
1568
+ msgid ""
1569
+ "No activations left. Click here to manage the sites you've activated "
1570
+ "licenses on."
1571
+ msgstr ""
1572
+
1573
+ #: includes/licensing.php:580
1574
+ msgid "Renew your license to continue receiving updates and support."
1575
+ msgstr ""
1576
+
1577
+ #: includes/licensing.php:583
1578
+ msgid "Activations"
1579
+ msgstr ""
1580
+
1581
+ #: includes/licensing.php:586
1582
+ msgid "Expires on"
1583
+ msgstr ""
1584
+
1585
+ #: includes/licensing.php:589
1586
+ msgid "Registered to"
1587
+ msgstr ""
1588
+
1589
+ #: includes/licensing.php:594
1590
+ msgid ""
1591
+ "Failed to get license information. This is a temporary problem. Check your "
1592
+ "internet connection and try again later."
1593
+ msgstr ""
1594
+
1595
+ #: includes/misc-functions.php:269
1596
+ msgid "&hellip;"
1597
+ msgstr ""
1598
+
1599
+ #: includes/opml-importer.php:65
1600
+ msgid "Import OPML"
1601
+ msgstr ""
1602
+
1603
+ #: includes/opml-importer.php:75
1604
+ msgid "Howdy! Import your feeds here from an OPML (.xml) export file."
1605
+ msgstr ""
1606
+
1607
+ #: includes/opml-importer.php:76
1608
+ msgid "Click the button below, choose your file, and click 'Upload'."
1609
+ msgstr ""
1610
+
1611
+ #: includes/opml-importer.php:77
1612
+ msgid "We will take care of the rest."
1613
+ msgstr ""
1614
+
1615
+ #: includes/opml-importer.php:108
1616
+ msgid "Sorry, an error has been encountered."
1617
+ msgstr ""
1618
+
1619
+ #: includes/opml-importer.php:113
1620
+ msgid "Sorry, it seems your uploaded file has been misplaced!"
1621
+ msgstr ""
1622
+
1623
+ #: includes/opml-importer.php:114
1624
+ msgid "The uploaded file could not be found at "
1625
+ msgstr ""
1626
+
1627
+ #: includes/opml-importer.php:115
1628
+ msgid "It is likely that this was caused by a permissions problem."
1629
+ msgstr ""
1630
+
1631
+ #: includes/opml-importer.php:187
1632
+ msgid "Feeds were imported successfully!"
1633
+ msgstr ""
1634
+
1635
+ #: includes/opml-importer.php:194 includes/opml-importer.php:225
1636
+ msgid "ID"
1637
+ msgstr ""
1638
+
1639
+ #: includes/opml-importer.php:257
1640
+ msgid "WP RSS OPML"
1641
+ msgstr ""
1642
+
1643
+ #: includes/opml-importer.php:258
1644
+ msgid "Import Feeds from an OPML file into WP RSS Aggregator"
1645
+ msgstr ""
1646
+
1647
+ #: includes/scripts.php:31 includes/scripts.php:54
1648
+ msgid "Please wait ..."
1649
+ msgstr ""
1650
+
1651
+ #: includes/scripts.php:52
1652
+ msgid "Failed to import"
1653
+ msgstr ""
1654
+
1655
+ #: includes/scripts.php:53
1656
+ msgid "Items are importing"
1657
+ msgstr ""
1658
+
1659
+ #: includes/scripts.php:55
1660
+ msgid "Bulk Add"
1661
+ msgstr ""
1662
+
1663
+ #: includes/scripts.php:56
1664
+ msgid "OK"
1665
+ msgstr ""
1666
+
1667
+ #: includes/scripts.php:57
1668
+ msgid "Cancel"
1669
+ msgstr ""
1670
+
1671
+ #: includes/scripts.php:58
1672
+ msgid ""
1673
+ "The feed items listed here will be disregarded when importing new items from "
1674
+ "your feed sources."
1675
+ msgstr ""
1676
+
1677
+ #: includes/scripts.php:59
1678
+ msgid "Remove selected from Blacklist"
1679
+ msgstr ""
1680
+
1681
+ #: includes/scripts.php:72
1682
+ msgid "Activate"
1683
+ msgstr ""
1684
+
1685
+ #: includes/scripts.php:73
1686
+ msgid "Pause"
1687
+ msgstr ""
1688
+
1689
+ #: includes/scripts.php:101
1690
+ msgid "Activating..."
1691
+ msgstr ""
1692
+
1693
+ #: includes/scripts.php:102
1694
+ msgid "Deactivating..."
1695
+ msgstr ""
1696
+
1697
+ #: includes/system-info.php:27
1698
+ msgid "System Information"
1699
+ msgstr ""
1700
+
1701
+ #: includes/system-info.php:33
1702
+ msgid ""
1703
+ "To copy the system info, click below then press Ctrl + C (PC) or Cmd + C "
1704
+ "(Mac)."
1705
+ msgstr ""
1706
+
1707
+ #: includes/system-info.php:79
1708
+ msgid "Your server supports fsockopen."
1709
+ msgstr ""
1710
+
1711
+ #: includes/system-info.php:79
1712
+ msgid "Your server does not support fsockopen."
1713
+ msgstr ""
1714
+
1715
+ #: includes/system-info.php:152
1716
+ msgid "Download System Info File"
1717
+ msgstr ""
1718
+
1719
+ #: includes/update.php:67
1720
+ msgid "No Follow"
1721
+ msgstr ""
1722
+
1723
+ #: includes/update.php:69
1724
+ msgid "Follow"
1725
+ msgstr "Follow"
1726
+
1727
+ #: wp-rss-aggregator.php:263
1728
+ msgid "Help improve WP RSS Aggregator"
1729
+ msgstr ""
1730
+
1731
+ #: wp-rss-aggregator.php:263
1732
+ msgid ""
1733
+ "You've just installed WP RSS Aggregator. Please helps us improve it by "
1734
+ "allowing us to gather anonymous usage stats so we know which configurations, "
1735
+ "plugins and themes to test with."
1736
+ msgstr ""
1737
+
1738
+ #: wp-rss-aggregator.php:270
1739
+ msgid "Do not allow tracking"
1740
+ msgstr ""
1741
+
1742
+ #: wp-rss-aggregator.php:271
1743
+ msgid "Allow tracking"
1744
+ msgstr ""
1745
+
1746
+ #: wp-rss-aggregator.php:397
1747
+ msgid "This plugin requires WordPress version 3.3 or higher."
1748
+ msgstr ""
1749
+
1750
+ #~ msgid "Enter feed name here (e.g. WP Mayor)"
1751
+ #~ msgstr "Inserisci il nome del feed qui (es: WP Mayor)"
1752
+
1753
+ #~ msgid "No feed items found"
1754
+ #~ msgstr "Nessun feed trovato"
1755
+
1756
+ #~ msgid "This plugin requires WordPress version 3.2 or higher."
1757
+ #~ msgstr "Questo plugin richiede la versione di WordPress 3.2 o superiore"
1758
+
1759
+ #~ msgid "Set links as"
1760
+ #~ msgstr "Imposta links come"
1761
+
1762
+ #~ msgid "Feed limit"
1763
+ #~ msgstr "Limite Feed"
1764
+
1765
+ #~ msgid "No follow"
1766
+ #~ msgstr "No follow"
1767
+
1768
+ #~ msgid "Once Weekly"
1769
+ #~ msgstr "Una volta alla settimana"
1770
+
1771
+ #~ msgid "Feed"
1772
+ #~ msgstr "Feed"
1773
+
1774
+ #~ msgid "All Feed Sources"
1775
+ #~ msgstr "Tutte le sorgenti feed"
1776
+
1777
+ #~ msgid "Imported Feeds"
1778
+ #~ msgstr "Feeds importati"
1779
+
1780
+ #~ msgid "Imported Feed"
1781
+ #~ msgstr "Feed importato"
1782
+
1783
+ #~ msgid "View Imported Feed"
1784
+ #~ msgstr "Visualizza feed importato"
1785
+
1786
+ #~ msgid "Search Imported Feeds"
1787
+ #~ msgstr "Cerca feeds importati"
1788
+
1789
+ #~ msgid "No Imported Feeds Found"
1790
+ #~ msgstr "Nessun feed importato trovato"
1791
+
1792
+ #~ msgid "No Imported Feeds Found In Trash"
1793
+ #~ msgstr "Nessun feed importato trovato nel cestino"
1794
+
1795
+ #~ msgid "Description"
1796
+ #~ msgstr "Descrizione"
1797
+
1798
+ #~ msgid "WP RSS Aggregator Help"
1799
+ #~ msgstr "Aiuto WP RSS Aggregator"
1800
+
1801
+ #~ msgid "Like this plugin?"
1802
+ #~ msgstr "Ti piace questo plugin?"
1803
+
1804
+ #~ msgid "Follow us"
1805
+ #~ msgstr "Seguici"
1806
+
1807
+ #~ msgid "Enter feed URL (including http://)"
1808
+ #~ msgstr "Inserisci l'URL del feed (includi http://)"
1809
+
1810
+ #~ msgid "A short description about this feed source (optional)"
1811
+ #~ msgstr "Una breve descrizione di questa sorgente feed (opzionale)"
1812
+
1813
+ #~ msgid "Delete Permanently"
1814
+ #~ msgstr "Elimina permanentemente"
1815
+
1816
+ #~ msgid "Move to Trash"
1817
+ #~ msgstr "Sposta nel cestino"
1818
+
1819
+ #~ msgid "Why not do any or all of the following"
1820
+ #~ msgstr "Perchè non fare alcuna o tutte delle seguenti cose"
1821
+
1822
+ #~ msgid "Give it a 5 star rating on WordPress.org."
1823
+ #~ msgstr "Dare 5 stelle su WordPress.org"
1824
+
1825
+ #~ msgid "Donate a token of your appreciation."
1826
+ #~ msgstr "Donare una moneta come ringraziamento."
languages/wprss-nl_NL.mo ADDED
Binary file
languages/wprss-nl_NL.po ADDED
@@ -0,0 +1,1827 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wprss\n"
4
+ "POT-Creation-Date: 2015-03-04 19:10+0700\n"
5
+ "PO-Revision-Date: 2015-03-04 19:10+0700\n"
6
+ "Last-Translator: Eric Suiker <esuiker@hotmail.com>\n"
7
+ "Language-Team: \n"
8
+ "Language: nl_NL\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.7.1\n"
13
+ "X-Poedit-KeywordsList: _;__;_e\n"
14
+ "X-Poedit-Basepath: ../\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: includes/OPML.php:42
19
+ msgid ""
20
+ "An error occured: The file might not be a valid OPML file or is corrrupt. "
21
+ msgstr ""
22
+
23
+ #: includes/admin-addons.php:13
24
+ msgid "Excerpts & Thumbnails"
25
+ msgstr ""
26
+
27
+ #: includes/admin-addons.php:14
28
+ msgid ""
29
+ "Adds the ability to display thumbnails and excerpts. Perfect for adding some "
30
+ "life and color to your feed item display. For more flexibility Feed to Post "
31
+ "is a better option."
32
+ msgstr ""
33
+
34
+ #: includes/admin-addons.php:20 includes/admin-welcome.php:105
35
+ msgid "Categories"
36
+ msgstr ""
37
+
38
+ #: includes/admin-addons.php:21
39
+ msgid ""
40
+ "Assign categories to your feed sources. Then display a particular category "
41
+ "or multiple categories on a post or page via shortcodes."
42
+ msgstr ""
43
+
44
+ #: includes/admin-addons.php:27 includes/admin-welcome.php:106
45
+ msgid "Keyword Filtering"
46
+ msgstr ""
47
+
48
+ #: includes/admin-addons.php:28
49
+ msgid ""
50
+ "Import feeds that contain specific keywords in either the title or their "
51
+ "content. Control what gets imported to your blog. You can use keywords, "
52
+ "keyphrases and categories."
53
+ msgstr ""
54
+
55
+ #: includes/admin-addons.php:34 includes/admin-welcome.php:103
56
+ msgid "Feed to Post"
57
+ msgstr ""
58
+
59
+ #: includes/admin-addons.php:35
60
+ msgid ""
61
+ "Allows you to import feed items into posts or any other custom post type "
62
+ "that you have created. Takes WP RSS Aggregator to a whole new level of "
63
+ "flexibility."
64
+ msgstr ""
65
+
66
+ #: includes/admin-addons.php:41 includes/admin-welcome.php:107
67
+ msgid "Full Text RSS Feeds"
68
+ msgstr ""
69
+
70
+ #: includes/admin-addons.php:42
71
+ msgid ""
72
+ "This add-ons provides the connectivity to our Full Text Premium service, "
73
+ "which gives you unlimited feed items returned per feed source."
74
+ msgstr ""
75
+
76
+ #: includes/admin-addons.php:48 includes/admin-welcome.php:108
77
+ msgid "WordAi"
78
+ msgstr ""
79
+
80
+ #: includes/admin-addons.php:49
81
+ msgid ""
82
+ "Allows you to spin the content for posts imported by Feed to Post using "
83
+ "WordAi. Cleverly rewrite your posts without changing their meaning and "
84
+ "maintaining human readability."
85
+ msgstr ""
86
+
87
+ #: includes/admin-addons.php:59 includes/admin.php:43
88
+ msgid "Add-Ons"
89
+ msgstr ""
90
+
91
+ #: includes/admin-addons.php:60
92
+ msgid ""
93
+ "The following Add-ons are available to increase the functionality of the WP "
94
+ "RSS Aggregator plugin."
95
+ msgstr ""
96
+
97
+ #: includes/admin-addons.php:61
98
+ msgid ""
99
+ "Each Add-on can be installed as a separate plugin. Note that activating the "
100
+ "Feed to Post plugin will deactivate the Categories and Excerpts & Thumbnails "
101
+ "add-ons."
102
+ msgstr ""
103
+
104
+ #: includes/admin-addons.php:77
105
+ msgid "Installed"
106
+ msgstr ""
107
+
108
+ #: includes/admin-addons.php:79
109
+ msgid "Purchase & Install"
110
+ msgstr ""
111
+
112
+ #: includes/admin-ajax-notice.php:34
113
+ msgid ""
114
+ "Did you know that you can get more RSS features? Excerpts, thumbnails, "
115
+ "keyword filtering, importing into posts and more... "
116
+ msgstr ""
117
+
118
+ #: includes/admin-ajax-notice.php:35
119
+ msgid "Check out the"
120
+ msgstr ""
121
+
122
+ #: includes/admin-ajax-notice.php:35
123
+ msgid "extensions"
124
+ msgstr ""
125
+
126
+ #: includes/admin-ajax-notice.php:35
127
+ msgid "page."
128
+ msgstr ""
129
+
130
+ #: includes/admin-ajax-notice.php:36 includes/licensing.php:315
131
+ msgid "Dismiss this notification"
132
+ msgstr ""
133
+
134
+ #: includes/admin-dashboard.php:25 includes/admin-dashboard.php:26
135
+ msgid "Welcome to WP RSS Aggregator"
136
+ msgstr ""
137
+
138
+ #: includes/admin-debugging.php:103
139
+ msgid "Update All Feeds Now"
140
+ msgstr ""
141
+
142
+ #: includes/admin-debugging.php:104
143
+ msgid ""
144
+ "Click the blue button to update all active feed items now. This will check "
145
+ "all feed sources for any new feed items."
146
+ msgstr ""
147
+
148
+ #: includes/admin-debugging.php:105
149
+ msgid "Existing feed items will not be modified."
150
+ msgstr ""
151
+
152
+ #: includes/admin-debugging.php:107
153
+ msgid ""
154
+ "<strong>Note:</strong> This might take more than a few seconds if you have "
155
+ "many feed sources."
156
+ msgstr ""
157
+
158
+ #: includes/admin-debugging.php:112
159
+ msgid "Update all feeds"
160
+ msgstr ""
161
+
162
+ #: includes/admin-debugging.php:126
163
+ msgid "Delete and Re-import Feeds"
164
+ msgstr ""
165
+
166
+ #: includes/admin-debugging.php:127
167
+ msgid ""
168
+ "Click the red button to delete all imported feed items and re-import them."
169
+ msgstr ""
170
+
171
+ #: includes/admin-debugging.php:128
172
+ msgid ""
173
+ "<em><strong>Note:</strong> This is a server-intensive process and should "
174
+ "only be used when instructed to by support staff.</em>"
175
+ msgstr ""
176
+
177
+ #: includes/admin-debugging.php:133
178
+ msgid "Delete and Re-import all feeds"
179
+ msgstr ""
180
+
181
+ #: includes/admin-debugging.php:147 includes/admin-debugging.php:154
182
+ msgid "Restore Default Settings"
183
+ msgstr ""
184
+
185
+ #: includes/admin-debugging.php:148
186
+ msgid "Click the red button to reset the plugin settings to default."
187
+ msgstr ""
188
+
189
+ #: includes/admin-debugging.php:149
190
+ msgid ""
191
+ "<em><strong>Note:</strong> This cannot be undone. Once the settings have "
192
+ "been reset, your old settings cannot be restored.</em>"
193
+ msgstr ""
194
+
195
+ #: includes/admin-debugging.php:168
196
+ msgid "Error Log"
197
+ msgstr ""
198
+
199
+ #: includes/admin-debugging.php:174
200
+ msgid "Clear log"
201
+ msgstr ""
202
+
203
+ #: includes/admin-debugging.php:202 includes/admin.php:42
204
+ msgid "Debugging"
205
+ msgstr ""
206
+
207
+ #: includes/admin-debugging.php:252
208
+ msgid "Feeds are being updated in the background."
209
+ msgstr ""
210
+
211
+ #: includes/admin-debugging.php:261
212
+ msgid "Feeds deleted and are being re-imported in the background."
213
+ msgstr ""
214
+
215
+ #: includes/admin-debugging.php:271
216
+ msgid "The error log has been cleared."
217
+ msgstr ""
218
+
219
+ #: includes/admin-debugging.php:281
220
+ msgid "The plugin settings have been reset to default."
221
+ msgstr ""
222
+
223
+ #: includes/admin-display.php:20 includes/admin-display.php:212
224
+ msgid "Name"
225
+ msgstr "Naam"
226
+
227
+ #: includes/admin-display.php:27
228
+ msgid "State"
229
+ msgstr ""
230
+
231
+ #: includes/admin-display.php:28
232
+ msgid "Updates"
233
+ msgstr ""
234
+
235
+ #: includes/admin-display.php:48
236
+ msgid ""
237
+ "This feed source experienced an error during the last feed fetch or "
238
+ "validation check. Re-check the feed source URL or check the Error Log in the "
239
+ "Debugging page for more details."
240
+ msgstr ""
241
+
242
+ #: includes/admin-display.php:89 includes/admin-heartbeat.php:53
243
+ msgid "None"
244
+ msgstr "Geen"
245
+
246
+ #: includes/admin-display.php:91 includes/admin-heartbeat.php:50
247
+ #: includes/admin-metaboxes.php:467
248
+ msgid "Paused"
249
+ msgstr ""
250
+
251
+ #: includes/admin-display.php:98
252
+ msgid "Next update:"
253
+ msgstr ""
254
+
255
+ #: includes/admin-display.php:106
256
+ msgid "Last updated:"
257
+ msgstr ""
258
+
259
+ #: includes/admin-display.php:107 includes/feed-display.php:153
260
+ #, php-format
261
+ msgid "%1$s ago"
262
+ msgstr ""
263
+
264
+ #: includes/admin-display.php:109
265
+ #, php-format
266
+ msgid ""
267
+ "Last update imported: <code class=\"last-update-imported\">%1$d</code> items"
268
+ msgstr ""
269
+
270
+ #: includes/admin-display.php:124 includes/admin-metaboxes.php:242
271
+ msgid "Updating feed source"
272
+ msgstr ""
273
+
274
+ #: includes/admin-display.php:213 includes/feed-blacklist.php:322
275
+ msgid "Permalink"
276
+ msgstr "Permalink"
277
+
278
+ #: includes/admin-display.php:214
279
+ msgid "Date published"
280
+ msgstr "Datum van publicatie"
281
+
282
+ #: includes/admin-display.php:215
283
+ msgid "Source"
284
+ msgstr "Bron"
285
+
286
+ #: includes/admin-display.php:304
287
+ msgid "Feed source updated. "
288
+ msgstr "Feed bron bijgewerkt."
289
+
290
+ #: includes/admin-display.php:305
291
+ msgid "Custom field updated."
292
+ msgstr "Aangepast veld bijgewerkt."
293
+
294
+ #: includes/admin-display.php:306
295
+ msgid "Custom field deleted."
296
+ msgstr "Aangepast veld verwijderd."
297
+
298
+ #: includes/admin-display.php:307 includes/admin-display.php:313
299
+ msgid "Feed source updated."
300
+ msgstr "Feed bron bijgewerkt."
301
+
302
+ #: includes/admin-display.php:309 includes/admin-display.php:310
303
+ msgid "Feed source saved."
304
+ msgstr "Feed bron opgeslagen."
305
+
306
+ #: includes/admin-display.php:311
307
+ msgid "Feed source submitted."
308
+ msgstr "Feed bron ingediend."
309
+
310
+ #: includes/admin-display.php:338
311
+ #, php-format
312
+ msgid "ID: %1$s"
313
+ msgstr ""
314
+
315
+ #: includes/admin-display.php:352
316
+ msgid "View Items"
317
+ msgstr ""
318
+
319
+ #: includes/admin-display.php:355
320
+ msgid "Fetch Items"
321
+ msgstr ""
322
+
323
+ #: includes/admin-display.php:358
324
+ msgid "Delete Items"
325
+ msgstr ""
326
+
327
+ #: includes/admin-display.php:359
328
+ msgid "Delete feed items imported by this feed source"
329
+ msgstr ""
330
+
331
+ #: includes/admin-display.php:529
332
+ msgid "Publish Feed"
333
+ msgstr "Feed Publiceren"
334
+
335
+ #: includes/admin-editor.php:87
336
+ msgid ""
337
+ "Hold Ctrl or Mac Command key when clicking to select more than one feed "
338
+ "source."
339
+ msgstr ""
340
+
341
+ #: includes/admin-editor.php:97 includes/custom-post-types.php:21
342
+ #: includes/custom-post-types.php:24
343
+ msgid "Feed Sources"
344
+ msgstr "Feed Bronnen"
345
+
346
+ #: includes/admin-editor.php:99
347
+ msgid "All feed sources"
348
+ msgstr ""
349
+
350
+ #: includes/admin-editor.php:101
351
+ msgid "Choose the feed source to display:"
352
+ msgstr ""
353
+
354
+ #: includes/admin-editor.php:122
355
+ msgid "Exclude:"
356
+ msgstr ""
357
+
358
+ #: includes/admin-editor.php:124
359
+ msgid "Choose the feed sources to exclude:"
360
+ msgstr ""
361
+
362
+ #: includes/admin-editor.php:130
363
+ msgid "Feed Limit:"
364
+ msgstr ""
365
+
366
+ #: includes/admin-editor.php:131
367
+ msgid "Ignore"
368
+ msgstr ""
369
+
370
+ #: includes/admin-editor.php:139
371
+ msgid "Add shortcode"
372
+ msgstr ""
373
+
374
+ #: includes/admin-help-metaboxes.php:14
375
+ msgid ""
376
+ "The URL of the feed source. In most cases, the URL of the site will also "
377
+ "work, but for best results we recommend trying to find the URL of the RSS "
378
+ "feed.\n"
379
+ "\n"
380
+ " Also include the <code>http://</"
381
+ "code> prefix in the URL."
382
+ msgstr ""
383
+
384
+ #: includes/admin-help-metaboxes.php:18
385
+ msgid ""
386
+ "The maximum number of imported items from this feed to keep stored.\n"
387
+ "\n"
388
+ " When new items are imported and the "
389
+ "limit is exceeded, the oldest feed items will be deleted to make room for "
390
+ "new ones.\n"
391
+ "\n"
392
+ " If you already have items imported "
393
+ "from this feed source, setting this option now may delete some of your "
394
+ "items, in order to comply with the limit."
395
+ msgstr ""
396
+
397
+ #: includes/admin-help-metaboxes.php:24
398
+ msgid ""
399
+ "Tick this box to make feed items link to the URL in the enclosure tag, "
400
+ "rather than link to the original article.\n"
401
+ "\n"
402
+ " Enclosure tags are RSS tags that may "
403
+ "be included with a feed items. These tags typically contain links to images, "
404
+ "audio, videos, attachment files or even flash content.\n"
405
+ "\n"
406
+ " If you are not sure leave this "
407
+ "setting blank."
408
+ msgstr ""
409
+
410
+ #: includes/admin-help-metaboxes.php:35
411
+ msgid ""
412
+ "State of the feed, active or paused.\n"
413
+ "\n"
414
+ " If active, the feed source will "
415
+ "fetch items periodically, according to the settings below.\n"
416
+ "\n"
417
+ " If paused, the feed source will not "
418
+ "fetch feed items periodically."
419
+ msgstr ""
420
+
421
+ #: includes/admin-help-metaboxes.php:41
422
+ msgid ""
423
+ "You can set a time, in UTC, in the future when the feed source will become "
424
+ "active, if it is paused.\n"
425
+ "\n"
426
+ " Leave blank to activate immediately."
427
+ msgstr ""
428
+
429
+ #: includes/admin-help-metaboxes.php:45
430
+ msgid ""
431
+ "You can set a time, in UTC, in the future when the feed source will become "
432
+ "paused, if it is active.\n"
433
+ "\n"
434
+ " Leave blank to never pause."
435
+ msgstr ""
436
+
437
+ #: includes/admin-help-metaboxes.php:49
438
+ msgid ""
439
+ "How frequently the feed source should check for new items and fetch if "
440
+ "needed.\n"
441
+ "\n"
442
+ " If left as <em>Default</em>, the "
443
+ "interval in the global settings is used."
444
+ msgstr ""
445
+
446
+ #: includes/admin-help-metaboxes.php:53
447
+ msgid ""
448
+ "The maximum age allowed for feed items. Very useful if you are only "
449
+ "concerned with, say, last week's news.\n"
450
+ "\n"
451
+ " Items already imported will be "
452
+ "deleted if they eventually exceed this age limit.\n"
453
+ "\n"
454
+ " Also, items in the RSS feed that are "
455
+ "already older than this age will not be imported at all.\n"
456
+ "\n"
457
+ " Leaving empty to use the <em>Limit "
458
+ "feed items by age</em> option in the general settings."
459
+ msgstr ""
460
+
461
+ #: includes/admin-help-metaboxes.php:66
462
+ msgid ""
463
+ "Use this option if you are seeing an <q>Invalid feed URL</q> error in the "
464
+ "Feed Preview above, but you are sure that the URL is correct.\n"
465
+ "\n"
466
+ " Note, however, that this will disable "
467
+ "auto-discovery, meaning that the given URL must be an RSS feed URL. Using "
468
+ "the site's URL will not work."
469
+ msgstr ""
470
+
471
+ #: includes/admin-help-settings.php:13
472
+ msgid ""
473
+ "The maximum age allowed for feed items.\n"
474
+ " <hr/>\n"
475
+ "\n"
476
+ " Items already imported will be "
477
+ "deleted if they eventually exceed this age limit.\n"
478
+ "\n"
479
+ " Also, items in the RSS feed that "
480
+ "are already older than this age will not be imported at all.\n"
481
+ " <hr/>\n"
482
+ "\n"
483
+ " <em>Leave empty for no limit.</"
484
+ "em>"
485
+ msgstr ""
486
+
487
+ #: includes/admin-help-settings.php:23
488
+ msgid ""
489
+ "The maximum number of imported items to keep stored, for feed sources that "
490
+ "do not have their own limit.\n"
491
+ " <hr/>\n"
492
+ "\n"
493
+ " When new items are imported and "
494
+ "the limit for a feed source is exceeded, the oldest feed items for that feed "
495
+ "source will be deleted to make room for the new ones.\n"
496
+ "\n"
497
+ " If you already have items "
498
+ "imported from this feed source, setting this option now may delete some of "
499
+ "your items, in order to comply with the limit.\n"
500
+ " <hr/>\n"
501
+ " \n"
502
+ " <em>Use 0 or leave empty for no "
503
+ "limit.</em>"
504
+ msgstr ""
505
+
506
+ #: includes/admin-help-settings.php:33
507
+ msgid ""
508
+ "How frequently should the feed sources (that do not have their own update "
509
+ "interval) check for updates and fetch items accordingly.\n"
510
+ "\n"
511
+ " It is recommended to not have "
512
+ "more than 20 feed sources that use this global update interval. Having too "
513
+ "many feed sources updating precisely at the same time can cause the WP Cron "
514
+ "System to crash."
515
+ msgstr ""
516
+
517
+ #: includes/admin-help-settings.php:37
518
+ msgid ""
519
+ "The URL of the custom feed, located at <code>http://yoursite.com/[custom "
520
+ "feed url]</code>.\n"
521
+ " <hr/>\n"
522
+ "\n"
523
+ " WP RSS Aggregator allows you to "
524
+ "create a custom RSS feed, that contains all of your imported feed items. "
525
+ "This setting allows you to change the URL of this custom feed.\n"
526
+ "\n"
527
+ " <hr/>\n"
528
+ "\n"
529
+ " <strong>Note:</strong> You may "
530
+ "be required to refresh you Permalinks after you change this setting, by "
531
+ "going to <em>Settings <i class=\"fa fa-angle-right\"></i> Permalinks</e> and "
532
+ "clicking <em>Save</em>."
533
+ msgstr ""
534
+
535
+ #: includes/admin-help-settings.php:46
536
+ msgid ""
537
+ "The title of the custom feed.\n"
538
+ "\n"
539
+ " This title will be included in "
540
+ "the RSS source of the custom feed, in a <code>&lt;title&gt;</code> tag."
541
+ msgstr ""
542
+
543
+ #: includes/admin-help-settings.php:50
544
+ msgid "The maximum number of feed items in the custom feed."
545
+ msgstr ""
546
+
547
+ #: includes/admin-help-settings.php:56
548
+ msgid ""
549
+ "Check this box to make the feed item titles link to the original article."
550
+ msgstr ""
551
+
552
+ #: includes/admin-help-settings.php:58
553
+ msgid ""
554
+ "Set the maximum number of characters to show for feed item titles.\n"
555
+ " <hr/>\n"
556
+ "\n"
557
+ " <em>Leave empty for no limit.</"
558
+ "em>"
559
+ msgstr ""
560
+
561
+ #: includes/admin-help-settings.php:63
562
+ msgid ""
563
+ "Check this box to show the author for each feed item, if it is available."
564
+ msgstr ""
565
+
566
+ #: includes/admin-help-settings.php:65
567
+ msgid ""
568
+ "For feed items from YouTube, Vimeo or Dailymotion, you can choose whether "
569
+ "you want to have the items link to the original page link, or a link to the "
570
+ "embedded video player only."
571
+ msgstr ""
572
+
573
+ #: includes/admin-help-settings.php:67
574
+ msgid ""
575
+ "The type of pagination to use when showing feed items on multiple pages.\n"
576
+ "\n"
577
+ " The first shows two links, "
578
+ "\"Older\" and \"Newer\", which allow you to navigate through the pages.\n"
579
+ "\n"
580
+ " The second shows links for all "
581
+ "the pages, together with links for the next and previous pages."
582
+ msgstr ""
583
+
584
+ #: includes/admin-help-settings.php:73
585
+ msgid ""
586
+ "The maximum number of feed items to display when using the shortcode.\n"
587
+ "\n"
588
+ " This enables pagination if set "
589
+ "to a number smaller than the number of items to be displayed."
590
+ msgstr ""
591
+
592
+ #: includes/admin-help-settings.php:77
593
+ msgid ""
594
+ "Choose how you want links to be opened. This applies to the feed item title "
595
+ "and the source link."
596
+ msgstr ""
597
+
598
+ #: includes/admin-help-settings.php:79
599
+ msgid ""
600
+ "Enable this option to set all links displayed as \"NoFollow\".\n"
601
+ " <hr/>\n"
602
+ "\n"
603
+ " \"Nofollow\" provides a way to "
604
+ "tell search engines to <em>not</em> follow certain links, such as links to "
605
+ "feed items in this case."
606
+ msgstr ""
607
+
608
+ #: includes/admin-help-settings.php:88
609
+ msgid "Enable this option to show the feed source name for each feed item."
610
+ msgstr ""
611
+
612
+ #: includes/admin-help-settings.php:90
613
+ msgid ""
614
+ "Enter the text that you want to show before the source name. A space is "
615
+ "automatically added between this text and the feed source name."
616
+ msgstr ""
617
+
618
+ #: includes/admin-help-settings.php:92
619
+ msgid ""
620
+ "Enable this option to link the feed source name to the RSS feed's source "
621
+ "site."
622
+ msgstr ""
623
+
624
+ #: includes/admin-help-settings.php:98
625
+ msgid "Enable this to show the feed item's date."
626
+ msgstr ""
627
+
628
+ #: includes/admin-help-settings.php:100
629
+ msgid ""
630
+ "Enter the text that you want to show before the feed item date. A space is "
631
+ "automatically added between this text and the date."
632
+ msgstr ""
633
+
634
+ #: includes/admin-help-settings.php:102
635
+ msgid "The format to use for the feed item dates, as a PHP date format."
636
+ msgstr ""
637
+
638
+ #: includes/admin-help-settings.php:104
639
+ msgid ""
640
+ "Enable this option to show the elapsed time from the feed item's date and "
641
+ "time to the present time.\n"
642
+ " <em>Eg. 2 hours ago</em>"
643
+ msgstr ""
644
+
645
+ #: includes/admin-help-settings.php:111
646
+ msgid ""
647
+ "Check this box to disable all plugin styles used for displaying feed items.\n"
648
+ "\n"
649
+ " This will allow you to provide "
650
+ "your own custom CSS styles for displaying the feed items."
651
+ msgstr ""
652
+
653
+ #: includes/admin-help.php:13 includes/admin.php:44
654
+ msgid "Help & Support"
655
+ msgstr ""
656
+
657
+ #: includes/admin-help.php:14 includes/admin.php:112
658
+ msgid "Documentation"
659
+ msgstr ""
660
+
661
+ #: includes/admin-help.php:15
662
+ msgid ""
663
+ "In the <a href=\"http://www.wprssaggregator.com/documentation/"
664
+ "\">documentation area</a> on the WP RSS Aggregator website you will find "
665
+ "comprehensive details on how to use the core plugin and all the add-ons.\n"
666
+ "\t\t\t\t\n"
667
+ "\t\t\t\tThere are also some videos to help you make a quick start to setting "
668
+ "up and enjoying this plugin."
669
+ msgstr ""
670
+
671
+ #: includes/admin-help.php:18
672
+ msgid "Frequently Asked Questions (FAQ)"
673
+ msgstr ""
674
+
675
+ #: includes/admin-help.php:19
676
+ msgid ""
677
+ "If after going through the documentation you still have questions, please "
678
+ "take a look at the <a href=\"http://www.wprssaggregator.com/faq/\">FAQ page</"
679
+ "a> on the site, we set this up purposely to answer the most commonly asked "
680
+ "questions by our users."
681
+ msgstr ""
682
+
683
+ #: includes/admin-help.php:21
684
+ msgid "Support Forums - Core (free version) Plugin Users Only"
685
+ msgstr ""
686
+
687
+ #: includes/admin-help.php:22
688
+ msgid ""
689
+ "If you're using the free version of the plugin found on WordPress.org, you "
690
+ "can ask questions on the <a href=\"http://wordpress.org/support/plugin/wp-"
691
+ "rss-aggregator\">support forum</a>."
692
+ msgstr ""
693
+
694
+ #: includes/admin-help.php:23
695
+ msgid "Email Ticketing System - Premium Add-on Users Only"
696
+ msgstr ""
697
+
698
+ #: includes/admin-help.php:24
699
+ msgid ""
700
+ "If you still can't find an answer to your query after reading the "
701
+ "documentation and going through the FAQ, just <a href=\"http://www."
702
+ "wprssaggregator.com/contact/\">open a support request ticket</a>.\n"
703
+ "\t\t\t\t\tWe'll be happy to help you out."
704
+ msgstr ""
705
+
706
+ #: includes/admin-help.php:717
707
+ msgid ""
708
+ "Could not enqueue tooltip content: the queue method is not a valid callable."
709
+ msgstr ""
710
+
711
+ #: includes/admin-import-export.php:60
712
+ #, php-format
713
+ msgid "Successfully imported <code>%1$s</code> feed sources."
714
+ msgstr ""
715
+
716
+ #: includes/admin-import-export.php:116
717
+ msgid "All options are exported successfully."
718
+ msgstr ""
719
+
720
+ #: includes/admin-import-export.php:127
721
+ msgid "All options are restored successfully."
722
+ msgstr ""
723
+
724
+ #: includes/admin-import-export.php:138
725
+ msgid "Invalid file or file size too big."
726
+ msgstr ""
727
+
728
+ #: includes/admin-import-export.php:192
729
+ msgid "Bulk Feed Import"
730
+ msgstr ""
731
+
732
+ #: includes/admin-import-export.php:193
733
+ msgid ""
734
+ "Import multiple feed sources at once, by entering the name and URLs of your "
735
+ "feeds below."
736
+ msgstr ""
737
+
738
+ #: includes/admin-import-export.php:194
739
+ msgid "Separate the name and the URL using a comma on each line:"
740
+ msgstr ""
741
+
742
+ #: includes/admin-import-export.php:195
743
+ msgid "Feed Name, http://www.myfeed.com"
744
+ msgstr ""
745
+
746
+ #: includes/admin-import-export.php:201
747
+ msgid "Bulk Import"
748
+ msgstr ""
749
+
750
+ #: includes/admin-import-export.php:206
751
+ msgid "Import & Export Settings"
752
+ msgstr ""
753
+
754
+ #: includes/admin-import-export.php:208 includes/admin-import-export.php:215
755
+ msgid "Export Settings"
756
+ msgstr ""
757
+
758
+ #: includes/admin-import-export.php:209
759
+ msgid ""
760
+ "Click the <strong>Export Settings</strong> button to generate a file "
761
+ "containing all the settings used by WP RSS Aggregator"
762
+ msgstr ""
763
+
764
+ #: includes/admin-import-export.php:210
765
+ msgid ""
766
+ "After exporting, you can either use the backup file to restore your settings "
767
+ "to this site or to another WordPress site."
768
+ msgstr ""
769
+
770
+ #: includes/admin-import-export.php:219 includes/admin-import-export.php:227
771
+ msgid "Import Settings"
772
+ msgstr ""
773
+
774
+ #: includes/admin-import-export.php:220
775
+ msgid "Click the <strong>Choose file</strong> button and choose a backup file."
776
+ msgstr ""
777
+
778
+ #: includes/admin-import-export.php:221
779
+ msgid ""
780
+ "Press the <strong>Import Settings</strong> button, and WordPress will do the "
781
+ "rest for you."
782
+ msgstr ""
783
+
784
+ #: includes/admin-import-export.php:231
785
+ msgid "Importing/Exporting Feed Sources"
786
+ msgstr ""
787
+
788
+ #: includes/admin-import-export.php:232
789
+ #, php-format
790
+ msgid ""
791
+ "To import/export your feed sources, please use the standard WordPress <a "
792
+ "href=\"%1$simport.php\">Import</a> and <a href=\"%1$sexport.php\">Export</a> "
793
+ "functionality."
794
+ msgstr ""
795
+
796
+ #: includes/admin-import-export.php:233
797
+ #, php-format
798
+ msgid ""
799
+ "On the <a href=\"%1$sexport.php\">Export</a> page, check the <strong>Feed "
800
+ "Sources</strong> radio button and click the <strong>Download Export File</"
801
+ "strong> button. WordPress will then create an XML file containing all the "
802
+ "feed sources."
803
+ msgstr ""
804
+
805
+ #: includes/admin-import-export.php:234
806
+ #, php-format
807
+ msgid ""
808
+ "On the <a href=\"%1$simport.php\">Import</a> page, choose the previously "
809
+ "created file and click the <strong>Upload file and import</strong> button."
810
+ msgstr ""
811
+
812
+ #: includes/admin-log.php:236
813
+ msgid "Log level threshold"
814
+ msgstr ""
815
+
816
+ #: includes/admin-metaboxes.php:20
817
+ msgid "Save Feed Source"
818
+ msgstr "Feed Bron Opslaan"
819
+
820
+ #: includes/admin-metaboxes.php:29
821
+ msgid "Feed Preview"
822
+ msgstr "Feed Voorbeeld"
823
+
824
+ #: includes/admin-metaboxes.php:38
825
+ msgid "Feed Processing"
826
+ msgstr ""
827
+
828
+ #: includes/admin-metaboxes.php:48
829
+ msgid "Like This Plugin?"
830
+ msgstr ""
831
+
832
+ #: includes/admin-metaboxes.php:58
833
+ msgid "Feed Source Details"
834
+ msgstr "Details Feed Bron"
835
+
836
+ #: includes/admin-metaboxes.php:91 includes/opml-importer.php:196
837
+ #: includes/opml-importer.php:227
838
+ msgid "URL"
839
+ msgstr "URL"
840
+
841
+ #: includes/admin-metaboxes.php:99
842
+ msgid "Limit"
843
+ msgstr ""
844
+
845
+ #: includes/admin-metaboxes.php:105
846
+ msgid "Link to enclosure"
847
+ msgstr ""
848
+
849
+ #: includes/admin-metaboxes.php:217 includes/admin-metaboxes.php:471
850
+ #: includes/admin-options.php:809 includes/admin-options.php:911
851
+ msgid "Default"
852
+ msgstr ""
853
+
854
+ #: includes/admin-metaboxes.php:385
855
+ #, php-format
856
+ msgid "Latest %1$s feed items out of %2$s available from %3$s"
857
+ msgstr ""
858
+
859
+ #: includes/admin-metaboxes.php:392 includes/scripts.php:81
860
+ msgid "ago"
861
+ msgstr ""
862
+
863
+ #: includes/admin-metaboxes.php:394
864
+ msgid "No Date"
865
+ msgstr ""
866
+
867
+ #: includes/admin-metaboxes.php:415
868
+ msgid ""
869
+ "<strong>Invalid feed URL</strong> - Double check the feed source URL setting "
870
+ "above."
871
+ msgstr ""
872
+ "<strong>Ongeldig feed URL</strong> - Controleer de feed bron URL instelling "
873
+ "hierboven."
874
+
875
+ #: includes/admin-metaboxes.php:419
876
+ #, php-format
877
+ msgid ""
878
+ "Not sure where to find the RSS feed on a website? <a target=\"_blank\" href="
879
+ "\"%1$s\">Click here</a> for a visual guide. "
880
+ msgstr ""
881
+
882
+ #: includes/admin-metaboxes.php:427
883
+ msgid "Force the feed"
884
+ msgstr ""
885
+
886
+ #: includes/admin-metaboxes.php:436
887
+ msgid "No feed URL defined yet"
888
+ msgstr "Nog geen feed URL gedefinieerd"
889
+
890
+ #: includes/admin-metaboxes.php:466
891
+ msgid "Active"
892
+ msgstr ""
893
+
894
+ #: includes/admin-metaboxes.php:591
895
+ msgid "Need help?"
896
+ msgstr "Hulp nodig?"
897
+
898
+ #: includes/admin-metaboxes.php:593
899
+ msgid "Check out the support forum"
900
+ msgstr "Bekijk het support forum"
901
+
902
+ #: includes/admin-metaboxes.php:596
903
+ msgid "Suggest a new feature"
904
+ msgstr ""
905
+
906
+ #: includes/admin-metaboxes.php:609
907
+ msgid "Give it a 5 star rating on WordPress.org"
908
+ msgstr ""
909
+
910
+ #: includes/admin-metaboxes.php:610
911
+ msgid "Donate a token of your appreciation"
912
+ msgstr ""
913
+
914
+ #: includes/admin-metaboxes.php:614
915
+ msgid "Check out the Premium Extensions:"
916
+ msgstr ""
917
+
918
+ #: includes/admin-metaboxes.php:635
919
+ msgid "Follow WP Mayor on Twitter."
920
+ msgstr "WP Mayor Volgen op Twitter."
921
+
922
+ #: includes/admin-metaboxes.php:636
923
+ msgid "Like WP Mayor on Facebook."
924
+ msgstr "Like WP Mayor op Facebook."
925
+
926
+ #: includes/admin-options.php:56
927
+ msgid "General plugin settings"
928
+ msgstr ""
929
+
930
+ #: includes/admin-options.php:57
931
+ msgid "General display settings"
932
+ msgstr ""
933
+
934
+ #: includes/admin-options.php:58
935
+ msgid "Source display settings"
936
+ msgstr ""
937
+
938
+ #: includes/admin-options.php:59
939
+ msgid "Date display settings"
940
+ msgstr ""
941
+
942
+ #: includes/admin-options.php:60
943
+ msgid "Styles"
944
+ msgstr ""
945
+
946
+ #: includes/admin-options.php:70
947
+ msgid "Limit feed items by age"
948
+ msgstr ""
949
+
950
+ #: includes/admin-options.php:74
951
+ msgid "Limit feed items stored"
952
+ msgstr ""
953
+
954
+ #: includes/admin-options.php:78
955
+ msgid "Limit feed items per feed"
956
+ msgstr ""
957
+
958
+ #: includes/admin-options.php:82
959
+ msgid "Feed processing interval"
960
+ msgstr ""
961
+
962
+ #: includes/admin-options.php:86
963
+ msgid "Custom feed URL"
964
+ msgstr ""
965
+
966
+ #: includes/admin-options.php:90
967
+ msgid "Custom feed Title"
968
+ msgstr ""
969
+
970
+ #: includes/admin-options.php:94
971
+ msgid "Custom feed limit"
972
+ msgstr ""
973
+
974
+ #: includes/admin-options.php:98
975
+ msgid "Anonymous tracking"
976
+ msgstr ""
977
+
978
+ #: includes/admin-options.php:106
979
+ msgid "Link title"
980
+ msgstr ""
981
+
982
+ #: includes/admin-options.php:110
983
+ msgid "Title maximum length"
984
+ msgstr ""
985
+
986
+ #: includes/admin-options.php:118
987
+ msgid "Show authors"
988
+ msgstr ""
989
+
990
+ #: includes/admin-options.php:122
991
+ msgid "For video feed items use"
992
+ msgstr ""
993
+
994
+ #: includes/admin-options.php:126
995
+ msgid "Pagination type"
996
+ msgstr ""
997
+
998
+ #: includes/admin-options.php:130
999
+ msgid "Feed display limit"
1000
+ msgstr ""
1001
+
1002
+ #: includes/admin-options.php:134
1003
+ msgid "Open links behaviour"
1004
+ msgstr "Koppelingen openen met"
1005
+
1006
+ #: includes/admin-options.php:138
1007
+ msgid "Set links as nofollow"
1008
+ msgstr ""
1009
+
1010
+ #: includes/admin-options.php:146
1011
+ msgid "Show source"
1012
+ msgstr ""
1013
+
1014
+ #: includes/admin-options.php:150
1015
+ msgid "Text preceding source"
1016
+ msgstr ""
1017
+
1018
+ #: includes/admin-options.php:154
1019
+ msgid "Link source"
1020
+ msgstr ""
1021
+
1022
+ #: includes/admin-options.php:162
1023
+ msgid "Show date"
1024
+ msgstr ""
1025
+
1026
+ #: includes/admin-options.php:166
1027
+ msgid "Text preceding date"
1028
+ msgstr ""
1029
+
1030
+ #: includes/admin-options.php:170
1031
+ msgid "Date format"
1032
+ msgstr ""
1033
+
1034
+ #: includes/admin-options.php:174
1035
+ msgid "Time ago format"
1036
+ msgstr ""
1037
+
1038
+ #: includes/admin-options.php:181
1039
+ msgid "Disable Styles"
1040
+ msgstr ""
1041
+
1042
+ #: includes/admin-options.php:343 includes/admin.php:41
1043
+ msgid "WP RSS Aggregator Settings"
1044
+ msgstr "WP RSS Aggregator Instellingen"
1045
+
1046
+ #: includes/admin-options.php:353
1047
+ msgid "General"
1048
+ msgstr ""
1049
+
1050
+ #: includes/admin-options.php:357
1051
+ msgid "Licenses"
1052
+ msgstr ""
1053
+
1054
+ #: includes/admin-options.php:397
1055
+ msgid "Save Settings"
1056
+ msgstr "Instellingen Opslaan"
1057
+
1058
+ #: includes/admin-options.php:411
1059
+ msgid "These are the general settings for WP RSS Aggregator."
1060
+ msgstr ""
1061
+
1062
+ #: includes/admin-options.php:420
1063
+ msgid ""
1064
+ "In this section you can find some general options that control how the feed "
1065
+ "items are displayed."
1066
+ msgstr ""
1067
+
1068
+ #: includes/admin-options.php:430
1069
+ msgid "Options that control how the feed item's source is displayed."
1070
+ msgstr ""
1071
+
1072
+ #: includes/admin-options.php:439
1073
+ msgid "Options that control how the feed item's date is displayed."
1074
+ msgstr ""
1075
+
1076
+ #: includes/admin-options.php:448
1077
+ msgid ""
1078
+ "If you would like to disable all styles used in this plugin, tick the "
1079
+ "checkbox."
1080
+ msgstr ""
1081
+
1082
+ #: includes/admin-options.php:457
1083
+ msgid "Set your security reset code, in case of any errors."
1084
+ msgstr ""
1085
+
1086
+ #: includes/admin-options.php:466
1087
+ msgid "Participate in helping us make the plugin better."
1088
+ msgstr ""
1089
+
1090
+ #: includes/admin-options.php:493
1091
+ msgid "Original page link"
1092
+ msgstr ""
1093
+
1094
+ #: includes/admin-options.php:494
1095
+ msgid "Embedded video player link"
1096
+ msgstr ""
1097
+
1098
+ #: includes/admin-options.php:508
1099
+ msgid "This will not affect already imported feed items."
1100
+ msgstr ""
1101
+
1102
+ #: includes/admin-options.php:523
1103
+ msgid "Lightbox"
1104
+ msgstr "Lightbox"
1105
+
1106
+ #: includes/admin-options.php:524 includes/update.php:195
1107
+ msgid "New window"
1108
+ msgstr "Nieuw venster"
1109
+
1110
+ #: includes/admin-options.php:525
1111
+ msgid "Self"
1112
+ msgstr ""
1113
+
1114
+ #: includes/admin-options.php:563
1115
+ msgid "PHP Date Format Reference"
1116
+ msgstr ""
1117
+
1118
+ #: includes/admin-options.php:591 includes/admin-options.php:702
1119
+ msgid "No limit"
1120
+ msgstr ""
1121
+
1122
+ #: includes/admin-options.php:673
1123
+ msgid "\"Older posts\" and \"Newer posts\" links"
1124
+ msgstr ""
1125
+
1126
+ #: includes/admin-options.php:674
1127
+ msgid "Page numbers with \"Next\" and \"Previous\" page links"
1128
+ msgstr ""
1129
+
1130
+ #: includes/admin-options.php:736
1131
+ msgid "No Limit"
1132
+ msgstr ""
1133
+
1134
+ #: includes/admin-options.php:835
1135
+ msgid "Generate Random Code"
1136
+ msgstr ""
1137
+
1138
+ #: includes/admin-options.php:840
1139
+ msgid ""
1140
+ "Enter the code to use to securely reset the plugin and deactivate it. Be "
1141
+ "sure to save this code somewhere safe."
1142
+ msgstr ""
1143
+
1144
+ #: includes/admin-options.php:846
1145
+ msgid ""
1146
+ "Leave this empty to disable the secure reset function.<br/>\n"
1147
+ " You use this code by adding any of the following to any URL on "
1148
+ "your site."
1149
+ msgstr ""
1150
+
1151
+ #: includes/admin-options.php:849
1152
+ msgid "Resets your WP RSS Aggregator settings"
1153
+ msgstr ""
1154
+
1155
+ #: includes/admin-options.php:850
1156
+ msgid "Deactivates WP RSS Aggregator"
1157
+ msgstr ""
1158
+
1159
+ #: includes/admin-options.php:851
1160
+ msgid "Does both of the above"
1161
+ msgstr ""
1162
+
1163
+ #: includes/admin-options.php:855
1164
+ msgid ""
1165
+ "Use the above actions only when absolutely necessary, or when instructed to "
1166
+ "by support staff."
1167
+ msgstr ""
1168
+
1169
+ #: includes/admin-options.php:871
1170
+ msgid ""
1171
+ "Please help us improve WP RSS Aggregator by allowing us to gather anonymous "
1172
+ "usage statistics. No sensitive data is collected."
1173
+ msgstr ""
1174
+
1175
+ #: includes/admin-options.php:926
1176
+ msgid "now"
1177
+ msgstr ""
1178
+
1179
+ #: includes/admin-statistics.php:149
1180
+ msgid "<b>WP RSS Aggregator:</b> Data report sent!"
1181
+ msgstr ""
1182
+
1183
+ #: includes/admin-welcome.php:32
1184
+ #, php-format
1185
+ msgid "Welcome to WP RSS Aggregator %1$s!"
1186
+ msgstr ""
1187
+
1188
+ #: includes/admin-welcome.php:34
1189
+ msgid "Thank you for upgrading to the latest version!"
1190
+ msgstr ""
1191
+
1192
+ #: includes/admin-welcome.php:42
1193
+ msgid "What's New?"
1194
+ msgstr ""
1195
+
1196
+ #: includes/admin-welcome.php:66
1197
+ msgid "Bulk Adding Feed Sources"
1198
+ msgstr ""
1199
+
1200
+ #: includes/admin-welcome.php:69
1201
+ #, php-format
1202
+ msgid ""
1203
+ "The new bulk adding option saves you time by allowing you to enter your feed "
1204
+ "names and URLs all at once.\n"
1205
+ "\t\t\t\t\t\t\t\t\t\tSimply type in or paste your feed sources, and with the "
1206
+ "press of a button, your feed sources will instantly be created!\n"
1207
+ "\t\t\t\t\t\t\t\t\t\tTry it now from the <a href=\"%1$s\">Import &amp; "
1208
+ "Export</a> page."
1209
+ msgstr ""
1210
+
1211
+ #: includes/admin-welcome.php:74
1212
+ msgid "Feed Item Blacklist"
1213
+ msgstr ""
1214
+
1215
+ #: includes/admin-welcome.php:78
1216
+ msgid "Trash undesired items"
1217
+ msgstr ""
1218
+
1219
+ #: includes/admin-welcome.php:79
1220
+ msgid ""
1221
+ "Did a feed import an item that you do not wish to keep? Up till now, "
1222
+ "<strong>WP RSS Aggregator</strong>only allowed you to trash the item and "
1223
+ "keep it in your trash."
1224
+ msgstr ""
1225
+
1226
+ #: includes/admin-welcome.php:84
1227
+ msgid "Blacklist Trashed Items"
1228
+ msgstr ""
1229
+
1230
+ #: includes/admin-welcome.php:85
1231
+ msgid ""
1232
+ "Permanently deleting the item will cause it to be re-imported. Using the new "
1233
+ "<strong>Delete Permanently &amp; Blacklist</strong> option, the feed item is "
1234
+ "deleted and added to the <strong>Blacklist</strong>."
1235
+ msgstr ""
1236
+
1237
+ #: includes/admin-welcome.php:91
1238
+ msgid "The Blacklist"
1239
+ msgstr ""
1240
+
1241
+ #: includes/admin-welcome.php:92
1242
+ msgid ""
1243
+ "This is your list of unwanted feed item links. Any item in this list will be "
1244
+ "ignored by <strong>WP RSS Aggregator</strong> in the future, meaning it "
1245
+ "won't be imported from any of your feed sources.and added to the "
1246
+ "<strong>Blacklist</strong>."
1247
+ msgstr ""
1248
+
1249
+ #: includes/admin-welcome.php:100
1250
+ msgid "Check out our add-ons:"
1251
+ msgstr ""
1252
+
1253
+ #: includes/admin-welcome.php:104
1254
+ msgid "Excerpts &amp; Thumbnails"
1255
+ msgstr ""
1256
+
1257
+ #: includes/admin-welcome.php:111
1258
+ #, php-format
1259
+ msgid ""
1260
+ "More information about add-ons can be found on our website <a href=\"%1$s\">"
1261
+ "%2$s</a>"
1262
+ msgstr ""
1263
+
1264
+ #: includes/admin-welcome.php:117
1265
+ #, php-format
1266
+ msgid "Changelog for v%1$s"
1267
+ msgstr ""
1268
+
1269
+ #: includes/admin-welcome.php:123
1270
+ #, php-format
1271
+ msgid ""
1272
+ "Need functionality not already available in core or the add-ons? You can <a "
1273
+ "href=\"%1$s\">suggest new features</a>!"
1274
+ msgstr ""
1275
+
1276
+ #: includes/admin-welcome.php:134
1277
+ msgid ""
1278
+ "Fetch RSS feed excerpts to your blog and add thumbnails! Perfect for adding "
1279
+ "some life and color to your feeds."
1280
+ msgstr ""
1281
+
1282
+ #: includes/admin-welcome.php:144
1283
+ msgid ""
1284
+ "Organize your feeds into custom categories. Filter feed items by category "
1285
+ "and make custom WordPress feeds for specific categories."
1286
+ msgstr ""
1287
+
1288
+ #: includes/admin-welcome.php:154
1289
+ msgid ""
1290
+ "Import and store feeds that contain specific keywords in either the title or "
1291
+ "their content. Control what gets imported to your blog."
1292
+ msgstr ""
1293
+
1294
+ #: includes/admin-welcome.php:164
1295
+ msgid "Go to WP RSS Aggregator settings"
1296
+ msgstr ""
1297
+
1298
+ #: includes/admin.php:40
1299
+ msgid "Export & Import Settings"
1300
+ msgstr ""
1301
+
1302
+ #: includes/admin.php:40
1303
+ msgid "Import & Export"
1304
+ msgstr ""
1305
+
1306
+ #: includes/admin.php:41 includes/admin.php:111
1307
+ msgid "Settings"
1308
+ msgstr "Instellingen"
1309
+
1310
+ #: includes/admin.php:94
1311
+ msgid "Name this feed (e.g. WP Mayor)"
1312
+ msgstr ""
1313
+
1314
+ #: includes/admin.php:139
1315
+ #, php-format
1316
+ msgid ""
1317
+ "<b>WP RSS Aggregator</b>: There are saved licenses that have not yet been "
1318
+ "activated. Go to the <a href=\"%1$s\">License page</a> to activate them."
1319
+ msgstr ""
1320
+
1321
+ #: includes/cpt-feeds.php:82
1322
+ #, php-format
1323
+ msgid "%1$s &raquo; %2$s Feed"
1324
+ msgstr ""
1325
+
1326
+ #: includes/cpt-feeds.php:83
1327
+ #, php-format
1328
+ msgid "<link rel=\"%1$s\" type=\"%2$s\" title=\"%3$s\" href=\"%4$s\" />\n"
1329
+ msgstr ""
1330
+
1331
+ #: includes/cron-jobs.php:64
1332
+ msgid "Once every five minutes"
1333
+ msgstr ""
1334
+
1335
+ #: includes/cron-jobs.php:68
1336
+ msgid "Once every ten minutes"
1337
+ msgstr ""
1338
+
1339
+ #: includes/cron-jobs.php:72
1340
+ msgid "Once every fifteen minutes"
1341
+ msgstr ""
1342
+
1343
+ #: includes/cron-jobs.php:76
1344
+ msgid "Once every thirty minutes"
1345
+ msgstr ""
1346
+
1347
+ #: includes/cron-jobs.php:80
1348
+ msgid "Once every two hours"
1349
+ msgstr ""
1350
+
1351
+ #: includes/custom-post-types.php:22
1352
+ msgid "Feed Source"
1353
+ msgstr ""
1354
+
1355
+ #: includes/custom-post-types.php:23
1356
+ msgid "Add New"
1357
+ msgstr ""
1358
+
1359
+ #: includes/custom-post-types.php:25
1360
+ msgid "Add New Feed Source"
1361
+ msgstr "Nieuwe Feed Bron Toevoegen"
1362
+
1363
+ #: includes/custom-post-types.php:26
1364
+ msgid "Edit Feed Source"
1365
+ msgstr "Bewerk Feed Bron"
1366
+
1367
+ #: includes/custom-post-types.php:27
1368
+ msgid "New Feed Source"
1369
+ msgstr "Nieuwe Feed Bron"
1370
+
1371
+ #: includes/custom-post-types.php:28
1372
+ msgid "View Feed Source"
1373
+ msgstr "Feed Bron Weergeven"
1374
+
1375
+ #: includes/custom-post-types.php:29
1376
+ msgid "Search Feeds"
1377
+ msgstr "Zoek Feeds"
1378
+
1379
+ #: includes/custom-post-types.php:30
1380
+ msgid "No Feed Sources Found"
1381
+ msgstr "Geen Feed Bronnen Gevonden"
1382
+
1383
+ #: includes/custom-post-types.php:31
1384
+ msgid "No Feed Sources Found In Trash"
1385
+ msgstr "Geen Feed Bronnen Gevonden In Prullenbak"
1386
+
1387
+ #: includes/custom-post-types.php:32
1388
+ msgid "RSS Aggregator"
1389
+ msgstr "RSS Aggregator"
1390
+
1391
+ #: includes/custom-post-types.php:72 includes/custom-post-types.php:74
1392
+ msgid "Feed Items"
1393
+ msgstr ""
1394
+
1395
+ #: includes/custom-post-types.php:73
1396
+ msgid "Feed Item"
1397
+ msgstr ""
1398
+
1399
+ #: includes/custom-post-types.php:75
1400
+ msgid "View Feed Items"
1401
+ msgstr ""
1402
+
1403
+ #: includes/custom-post-types.php:76
1404
+ msgid "Search Feed Items"
1405
+ msgstr ""
1406
+
1407
+ #: includes/custom-post-types.php:77
1408
+ msgid "No Feed Items Found"
1409
+ msgstr ""
1410
+
1411
+ #: includes/custom-post-types.php:78
1412
+ msgid "No Feed Items Found In Trash"
1413
+ msgstr ""
1414
+
1415
+ #: includes/feed-blacklist.php:129
1416
+ msgid "The item you are trying to blacklist does not exist"
1417
+ msgstr ""
1418
+
1419
+ #: includes/feed-blacklist.php:134
1420
+ msgid "The item you are trying to blacklist is not valid!"
1421
+ msgstr ""
1422
+
1423
+ #: includes/feed-blacklist.php:196 includes/feed-blacklist.php:197
1424
+ #: includes/feed-blacklist.php:198
1425
+ msgid "Blacklist"
1426
+ msgstr ""
1427
+
1428
+ #: includes/feed-blacklist.php:199
1429
+ msgid "Search Blacklist"
1430
+ msgstr ""
1431
+
1432
+ #: includes/feed-blacklist.php:200
1433
+ msgid "You do not have any items blacklisted yet!"
1434
+ msgstr ""
1435
+
1436
+ #: includes/feed-blacklist.php:242
1437
+ msgid "Delete Permanently & Blacklist"
1438
+ msgstr ""
1439
+
1440
+ #: includes/feed-blacklist.php:248
1441
+ msgid ""
1442
+ "The item will be deleted permanently, and its permalink will be recorded in "
1443
+ "the blacklist"
1444
+ msgstr ""
1445
+
1446
+ #: includes/feed-blacklist.php:261
1447
+ msgid "Remove from blacklist"
1448
+ msgstr ""
1449
+
1450
+ #: includes/feed-blacklist.php:321 includes/opml-importer.php:195
1451
+ #: includes/opml-importer.php:226
1452
+ msgid "Title"
1453
+ msgstr ""
1454
+
1455
+ #: includes/feed-display.php:355
1456
+ msgid "No feed items found."
1457
+ msgstr ""
1458
+
1459
+ #: includes/feed-display.php:405
1460
+ msgid "Older posts"
1461
+ msgstr ""
1462
+
1463
+ #: includes/feed-display.php:406
1464
+ msgid "Newer posts"
1465
+ msgstr ""
1466
+
1467
+ #: includes/feed-importing.php:265
1468
+ #, php-format
1469
+ msgid "Failed to fetch the RSS feed. Error: %s"
1470
+ msgstr ""
1471
+
1472
+ #: includes/feed-importing.php:654
1473
+ #, php-format
1474
+ msgid ""
1475
+ "The PHP script timed out while importing an item from this feed, after %d "
1476
+ "seconds."
1477
+ msgstr ""
1478
+
1479
+ #: includes/feed-states.php:110
1480
+ msgid "The feed sources have been activated!"
1481
+ msgstr ""
1482
+
1483
+ #: includes/feed-states.php:124
1484
+ msgid "The feed sources have been paused!!"
1485
+ msgstr ""
1486
+
1487
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:154
1488
+ #, php-format
1489
+ msgid ""
1490
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
1491
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
1492
+ msgstr ""
1493
+
1494
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:161
1495
+ #, php-format
1496
+ msgid ""
1497
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
1498
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
1499
+ "\">update now</a>."
1500
+ msgstr ""
1501
+
1502
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:301
1503
+ msgid "You do not have permission to install plugin updates"
1504
+ msgstr ""
1505
+
1506
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:301
1507
+ msgid "Error"
1508
+ msgstr ""
1509
+
1510
+ #: includes/licensing.php:282
1511
+ #, php-format
1512
+ msgid ""
1513
+ "Remember to <a href=\"%s\">enter your plugin license code</a> for the WP RSS "
1514
+ "Aggregator <b>%s</b> add-on to benefit from updates and support."
1515
+ msgstr ""
1516
+
1517
+ #: includes/licensing.php:308
1518
+ #, php-format
1519
+ msgid ""
1520
+ "<a href=\"%s\">Save 30%% on your license renewal</a> for the WP RSS "
1521
+ "Aggregator <b>%s</b> add-on and continue receiving updates and support."
1522
+ msgstr ""
1523
+
1524
+ #: includes/licensing.php:343 includes/licensing.php:429
1525
+ msgid "No addon ID"
1526
+ msgstr ""
1527
+
1528
+ #: includes/licensing.php:351 includes/licensing.php:393
1529
+ msgid "Invalid event specified"
1530
+ msgstr ""
1531
+
1532
+ #: includes/licensing.php:354
1533
+ msgid "No event specified"
1534
+ msgstr ""
1535
+
1536
+ #: includes/licensing.php:361
1537
+ msgid "No license"
1538
+ msgstr ""
1539
+
1540
+ #: includes/licensing.php:370
1541
+ msgid "Bad nonce"
1542
+ msgstr ""
1543
+
1544
+ #: includes/licensing.php:373
1545
+ msgid "No nonce"
1546
+ msgstr ""
1547
+
1548
+ #: includes/licensing.php:469
1549
+ msgid "License"
1550
+ msgstr ""
1551
+
1552
+ #: includes/licensing.php:476
1553
+ msgid "License Key"
1554
+ msgstr ""
1555
+
1556
+ #: includes/licensing.php:485
1557
+ msgid "Activate License"
1558
+ msgstr ""
1559
+
1560
+ #: includes/licensing.php:519
1561
+ msgid "Enter your license key"
1562
+ msgstr ""
1563
+
1564
+ #: includes/licensing.php:544
1565
+ msgid "Status"
1566
+ msgstr ""
1567
+
1568
+ #: includes/licensing.php:575
1569
+ msgid ""
1570
+ "No activations left. Click here to manage the sites you've activated "
1571
+ "licenses on."
1572
+ msgstr ""
1573
+
1574
+ #: includes/licensing.php:580
1575
+ msgid "Renew your license to continue receiving updates and support."
1576
+ msgstr ""
1577
+
1578
+ #: includes/licensing.php:583
1579
+ msgid "Activations"
1580
+ msgstr ""
1581
+
1582
+ #: includes/licensing.php:586
1583
+ msgid "Expires on"
1584
+ msgstr ""
1585
+
1586
+ #: includes/licensing.php:589
1587
+ msgid "Registered to"
1588
+ msgstr ""
1589
+
1590
+ #: includes/licensing.php:594
1591
+ msgid ""
1592
+ "Failed to get license information. This is a temporary problem. Check your "
1593
+ "internet connection and try again later."
1594
+ msgstr ""
1595
+
1596
+ #: includes/misc-functions.php:269
1597
+ msgid "&hellip;"
1598
+ msgstr ""
1599
+
1600
+ #: includes/opml-importer.php:65
1601
+ msgid "Import OPML"
1602
+ msgstr ""
1603
+
1604
+ #: includes/opml-importer.php:75
1605
+ msgid "Howdy! Import your feeds here from an OPML (.xml) export file."
1606
+ msgstr ""
1607
+
1608
+ #: includes/opml-importer.php:76
1609
+ msgid "Click the button below, choose your file, and click 'Upload'."
1610
+ msgstr ""
1611
+
1612
+ #: includes/opml-importer.php:77
1613
+ msgid "We will take care of the rest."
1614
+ msgstr ""
1615
+
1616
+ #: includes/opml-importer.php:108
1617
+ msgid "Sorry, an error has been encountered."
1618
+ msgstr ""
1619
+
1620
+ #: includes/opml-importer.php:113
1621
+ msgid "Sorry, it seems your uploaded file has been misplaced!"
1622
+ msgstr ""
1623
+
1624
+ #: includes/opml-importer.php:114
1625
+ msgid "The uploaded file could not be found at "
1626
+ msgstr ""
1627
+
1628
+ #: includes/opml-importer.php:115
1629
+ msgid "It is likely that this was caused by a permissions problem."
1630
+ msgstr ""
1631
+
1632
+ #: includes/opml-importer.php:187
1633
+ msgid "Feeds were imported successfully!"
1634
+ msgstr ""
1635
+
1636
+ #: includes/opml-importer.php:194 includes/opml-importer.php:225
1637
+ msgid "ID"
1638
+ msgstr ""
1639
+
1640
+ #: includes/opml-importer.php:257
1641
+ msgid "WP RSS OPML"
1642
+ msgstr ""
1643
+
1644
+ #: includes/opml-importer.php:258
1645
+ msgid "Import Feeds from an OPML file into WP RSS Aggregator"
1646
+ msgstr ""
1647
+
1648
+ #: includes/scripts.php:31 includes/scripts.php:54
1649
+ msgid "Please wait ..."
1650
+ msgstr ""
1651
+
1652
+ #: includes/scripts.php:52
1653
+ msgid "Failed to import"
1654
+ msgstr ""
1655
+
1656
+ #: includes/scripts.php:53
1657
+ msgid "Items are importing"
1658
+ msgstr ""
1659
+
1660
+ #: includes/scripts.php:55
1661
+ msgid "Bulk Add"
1662
+ msgstr ""
1663
+
1664
+ #: includes/scripts.php:56
1665
+ msgid "OK"
1666
+ msgstr ""
1667
+
1668
+ #: includes/scripts.php:57
1669
+ msgid "Cancel"
1670
+ msgstr ""
1671
+
1672
+ #: includes/scripts.php:58
1673
+ msgid ""
1674
+ "The feed items listed here will be disregarded when importing new items from "
1675
+ "your feed sources."
1676
+ msgstr ""
1677
+
1678
+ #: includes/scripts.php:59
1679
+ msgid "Remove selected from Blacklist"
1680
+ msgstr ""
1681
+
1682
+ #: includes/scripts.php:72
1683
+ msgid "Activate"
1684
+ msgstr ""
1685
+
1686
+ #: includes/scripts.php:73
1687
+ msgid "Pause"
1688
+ msgstr ""
1689
+
1690
+ #: includes/scripts.php:101
1691
+ msgid "Activating..."
1692
+ msgstr ""
1693
+
1694
+ #: includes/scripts.php:102
1695
+ msgid "Deactivating..."
1696
+ msgstr ""
1697
+
1698
+ #: includes/system-info.php:27
1699
+ msgid "System Information"
1700
+ msgstr ""
1701
+
1702
+ #: includes/system-info.php:33
1703
+ msgid ""
1704
+ "To copy the system info, click below then press Ctrl + C (PC) or Cmd + C "
1705
+ "(Mac)."
1706
+ msgstr ""
1707
+
1708
+ #: includes/system-info.php:79
1709
+ msgid "Your server supports fsockopen."
1710
+ msgstr ""
1711
+
1712
+ #: includes/system-info.php:79
1713
+ msgid "Your server does not support fsockopen."
1714
+ msgstr ""
1715
+
1716
+ #: includes/system-info.php:152
1717
+ msgid "Download System Info File"
1718
+ msgstr ""
1719
+
1720
+ #: includes/update.php:67
1721
+ msgid "No Follow"
1722
+ msgstr ""
1723
+
1724
+ #: includes/update.php:69
1725
+ msgid "Follow"
1726
+ msgstr "Follow"
1727
+
1728
+ #: wp-rss-aggregator.php:263
1729
+ msgid "Help improve WP RSS Aggregator"
1730
+ msgstr ""
1731
+
1732
+ #: wp-rss-aggregator.php:263
1733
+ msgid ""
1734
+ "You've just installed WP RSS Aggregator. Please helps us improve it by "
1735
+ "allowing us to gather anonymous usage stats so we know which configurations, "
1736
+ "plugins and themes to test with."
1737
+ msgstr ""
1738
+
1739
+ #: wp-rss-aggregator.php:270
1740
+ msgid "Do not allow tracking"
1741
+ msgstr ""
1742
+
1743
+ #: wp-rss-aggregator.php:271
1744
+ msgid "Allow tracking"
1745
+ msgstr ""
1746
+
1747
+ #: wp-rss-aggregator.php:397
1748
+ msgid "This plugin requires WordPress version 3.3 or higher."
1749
+ msgstr ""
1750
+
1751
+ #~ msgid "Enter feed name here (e.g. WP Mayor)"
1752
+ #~ msgstr "Voer feed naam hier in (bijvoorbeeld WP Mayor)"
1753
+
1754
+ #~ msgid "No feed items found"
1755
+ #~ msgstr "Geen feed items gevonden"
1756
+
1757
+ #~ msgid "This plugin requires WordPress version 3.2 or higher."
1758
+ #~ msgstr "Deze plugin vereist WordPress versie 3.2 of hoger."
1759
+
1760
+ #~ msgid "Set links as"
1761
+ #~ msgstr "Links instellen als"
1762
+
1763
+ #~ msgid "Feed limit"
1764
+ #~ msgstr "Feed limiet"
1765
+
1766
+ #~ msgid "No follow"
1767
+ #~ msgstr "No Follow"
1768
+
1769
+ #~ msgid "Once Weekly"
1770
+ #~ msgstr "Eenmaal per week"
1771
+
1772
+ #~ msgid "Feed"
1773
+ #~ msgstr "Feed"
1774
+
1775
+ #~ msgid "All Feed Sources"
1776
+ #~ msgstr "Alle Feed Bronnen"
1777
+
1778
+ #~ msgid "Imported Feeds"
1779
+ #~ msgstr "Geïmporteerde Feeds"
1780
+
1781
+ #~ msgid "Imported Feed"
1782
+ #~ msgstr "Geïmporteerde Feed"
1783
+
1784
+ #~ msgid "View Imported Feed"
1785
+ #~ msgstr "Geïmporteerde Feeds Bekijken"
1786
+
1787
+ #~ msgid "Search Imported Feeds"
1788
+ #~ msgstr "Geïmporteerde Feeds Zoeken"
1789
+
1790
+ #~ msgid "No Imported Feeds Found"
1791
+ #~ msgstr "Geen Geïmporteerde Feeds Gevonden"
1792
+
1793
+ #~ msgid "No Imported Feeds Found In Trash"
1794
+ #~ msgstr "Geen Geïmporteerde Feeds Gevonden In Prullenbak"
1795
+
1796
+ #~ msgid "Description"
1797
+ #~ msgstr "Omschrijving"
1798
+
1799
+ #~ msgid "WP RSS Aggregator Help"
1800
+ #~ msgstr "WP RSS Aggregator Help"
1801
+
1802
+ #~ msgid "Like this plugin?"
1803
+ #~ msgstr "Vindt u deze plugin leuk?"
1804
+
1805
+ #~ msgid "Follow us"
1806
+ #~ msgstr "Volg ons"
1807
+
1808
+ #~ msgid "Enter feed URL (including http://)"
1809
+ #~ msgstr "Feed URL invoeren (inclusief http://)"
1810
+
1811
+ #~ msgid "A short description about this feed source (optional)"
1812
+ #~ msgstr "Een korte beschrijving van deze feed bron (optioneel)"
1813
+
1814
+ #~ msgid "Delete Permanently"
1815
+ #~ msgstr "Permanent Verwijderen"
1816
+
1817
+ #~ msgid "Move to Trash"
1818
+ #~ msgstr "Naar Prullenbak Verplaatsen"
1819
+
1820
+ #~ msgid "Why not do any or all of the following"
1821
+ #~ msgstr "Waarom niet een of meer van het volgende"
1822
+
1823
+ #~ msgid "Give it a 5 star rating on WordPress.org."
1824
+ #~ msgstr "Geef het een 5 sterren rating op WordPress.org."
1825
+
1826
+ #~ msgid "Donate a token of your appreciation."
1827
+ #~ msgstr "Doneren een blijk van uw waardering."
languages/wprss-pt_BR.mo ADDED
Binary file
languages/wprss-pt_BR.po ADDED
@@ -0,0 +1,1827 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wprss\n"
4
+ "POT-Creation-Date: 2015-03-04 19:10+0700\n"
5
+ "PO-Revision-Date: 2015-03-04 19:10+0700\n"
6
+ "Last-Translator: Bruno Calheira <bruno@calheira.com>\n"
7
+ "Language-Team: Bruno Calheira <bruno@calheira.com>\n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.7.1\n"
13
+ "X-Poedit-KeywordsList: _;__;_e\n"
14
+ "X-Poedit-Basepath: ../\n"
15
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: includes/OPML.php:42
19
+ msgid ""
20
+ "An error occured: The file might not be a valid OPML file or is corrrupt. "
21
+ msgstr ""
22
+
23
+ #: includes/admin-addons.php:13
24
+ msgid "Excerpts & Thumbnails"
25
+ msgstr ""
26
+
27
+ #: includes/admin-addons.php:14
28
+ msgid ""
29
+ "Adds the ability to display thumbnails and excerpts. Perfect for adding some "
30
+ "life and color to your feed item display. For more flexibility Feed to Post "
31
+ "is a better option."
32
+ msgstr ""
33
+
34
+ #: includes/admin-addons.php:20 includes/admin-welcome.php:105
35
+ msgid "Categories"
36
+ msgstr ""
37
+
38
+ #: includes/admin-addons.php:21
39
+ msgid ""
40
+ "Assign categories to your feed sources. Then display a particular category "
41
+ "or multiple categories on a post or page via shortcodes."
42
+ msgstr ""
43
+
44
+ #: includes/admin-addons.php:27 includes/admin-welcome.php:106
45
+ msgid "Keyword Filtering"
46
+ msgstr ""
47
+
48
+ #: includes/admin-addons.php:28
49
+ msgid ""
50
+ "Import feeds that contain specific keywords in either the title or their "
51
+ "content. Control what gets imported to your blog. You can use keywords, "
52
+ "keyphrases and categories."
53
+ msgstr ""
54
+
55
+ #: includes/admin-addons.php:34 includes/admin-welcome.php:103
56
+ msgid "Feed to Post"
57
+ msgstr ""
58
+
59
+ #: includes/admin-addons.php:35
60
+ msgid ""
61
+ "Allows you to import feed items into posts or any other custom post type "
62
+ "that you have created. Takes WP RSS Aggregator to a whole new level of "
63
+ "flexibility."
64
+ msgstr ""
65
+
66
+ #: includes/admin-addons.php:41 includes/admin-welcome.php:107
67
+ msgid "Full Text RSS Feeds"
68
+ msgstr ""
69
+
70
+ #: includes/admin-addons.php:42
71
+ msgid ""
72
+ "This add-ons provides the connectivity to our Full Text Premium service, "
73
+ "which gives you unlimited feed items returned per feed source."
74
+ msgstr ""
75
+
76
+ #: includes/admin-addons.php:48 includes/admin-welcome.php:108
77
+ msgid "WordAi"
78
+ msgstr ""
79
+
80
+ #: includes/admin-addons.php:49
81
+ msgid ""
82
+ "Allows you to spin the content for posts imported by Feed to Post using "
83
+ "WordAi. Cleverly rewrite your posts without changing their meaning and "
84
+ "maintaining human readability."
85
+ msgstr ""
86
+
87
+ #: includes/admin-addons.php:59 includes/admin.php:43
88
+ msgid "Add-Ons"
89
+ msgstr ""
90
+
91
+ #: includes/admin-addons.php:60
92
+ msgid ""
93
+ "The following Add-ons are available to increase the functionality of the WP "
94
+ "RSS Aggregator plugin."
95
+ msgstr ""
96
+
97
+ #: includes/admin-addons.php:61
98
+ msgid ""
99
+ "Each Add-on can be installed as a separate plugin. Note that activating the "
100
+ "Feed to Post plugin will deactivate the Categories and Excerpts & Thumbnails "
101
+ "add-ons."
102
+ msgstr ""
103
+
104
+ #: includes/admin-addons.php:77
105
+ msgid "Installed"
106
+ msgstr ""
107
+
108
+ #: includes/admin-addons.php:79
109
+ msgid "Purchase & Install"
110
+ msgstr ""
111
+
112
+ #: includes/admin-ajax-notice.php:34
113
+ msgid ""
114
+ "Did you know that you can get more RSS features? Excerpts, thumbnails, "
115
+ "keyword filtering, importing into posts and more... "
116
+ msgstr ""
117
+
118
+ #: includes/admin-ajax-notice.php:35
119
+ msgid "Check out the"
120
+ msgstr ""
121
+
122
+ #: includes/admin-ajax-notice.php:35
123
+ msgid "extensions"
124
+ msgstr ""
125
+
126
+ #: includes/admin-ajax-notice.php:35
127
+ msgid "page."
128
+ msgstr ""
129
+
130
+ #: includes/admin-ajax-notice.php:36 includes/licensing.php:315
131
+ msgid "Dismiss this notification"
132
+ msgstr ""
133
+
134
+ #: includes/admin-dashboard.php:25 includes/admin-dashboard.php:26
135
+ msgid "Welcome to WP RSS Aggregator"
136
+ msgstr ""
137
+
138
+ #: includes/admin-debugging.php:103
139
+ msgid "Update All Feeds Now"
140
+ msgstr ""
141
+
142
+ #: includes/admin-debugging.php:104
143
+ msgid ""
144
+ "Click the blue button to update all active feed items now. This will check "
145
+ "all feed sources for any new feed items."
146
+ msgstr ""
147
+
148
+ #: includes/admin-debugging.php:105
149
+ msgid "Existing feed items will not be modified."
150
+ msgstr ""
151
+
152
+ #: includes/admin-debugging.php:107
153
+ msgid ""
154
+ "<strong>Note:</strong> This might take more than a few seconds if you have "
155
+ "many feed sources."
156
+ msgstr ""
157
+
158
+ #: includes/admin-debugging.php:112
159
+ msgid "Update all feeds"
160
+ msgstr ""
161
+
162
+ #: includes/admin-debugging.php:126
163
+ msgid "Delete and Re-import Feeds"
164
+ msgstr ""
165
+
166
+ #: includes/admin-debugging.php:127
167
+ msgid ""
168
+ "Click the red button to delete all imported feed items and re-import them."
169
+ msgstr ""
170
+
171
+ #: includes/admin-debugging.php:128
172
+ msgid ""
173
+ "<em><strong>Note:</strong> This is a server-intensive process and should "
174
+ "only be used when instructed to by support staff.</em>"
175
+ msgstr ""
176
+
177
+ #: includes/admin-debugging.php:133
178
+ msgid "Delete and Re-import all feeds"
179
+ msgstr ""
180
+
181
+ #: includes/admin-debugging.php:147 includes/admin-debugging.php:154
182
+ msgid "Restore Default Settings"
183
+ msgstr ""
184
+
185
+ #: includes/admin-debugging.php:148
186
+ msgid "Click the red button to reset the plugin settings to default."
187
+ msgstr ""
188
+
189
+ #: includes/admin-debugging.php:149
190
+ msgid ""
191
+ "<em><strong>Note:</strong> This cannot be undone. Once the settings have "
192
+ "been reset, your old settings cannot be restored.</em>"
193
+ msgstr ""
194
+
195
+ #: includes/admin-debugging.php:168
196
+ msgid "Error Log"
197
+ msgstr ""
198
+
199
+ #: includes/admin-debugging.php:174
200
+ msgid "Clear log"
201
+ msgstr ""
202
+
203
+ #: includes/admin-debugging.php:202 includes/admin.php:42
204
+ msgid "Debugging"
205
+ msgstr ""
206
+
207
+ #: includes/admin-debugging.php:252
208
+ msgid "Feeds are being updated in the background."
209
+ msgstr ""
210
+
211
+ #: includes/admin-debugging.php:261
212
+ msgid "Feeds deleted and are being re-imported in the background."
213
+ msgstr ""
214
+
215
+ #: includes/admin-debugging.php:271
216
+ msgid "The error log has been cleared."
217
+ msgstr ""
218
+
219
+ #: includes/admin-debugging.php:281
220
+ msgid "The plugin settings have been reset to default."
221
+ msgstr ""
222
+
223
+ #: includes/admin-display.php:20 includes/admin-display.php:212
224
+ msgid "Name"
225
+ msgstr "Nome"
226
+
227
+ #: includes/admin-display.php:27
228
+ msgid "State"
229
+ msgstr ""
230
+
231
+ #: includes/admin-display.php:28
232
+ msgid "Updates"
233
+ msgstr ""
234
+
235
+ #: includes/admin-display.php:48
236
+ msgid ""
237
+ "This feed source experienced an error during the last feed fetch or "
238
+ "validation check. Re-check the feed source URL or check the Error Log in the "
239
+ "Debugging page for more details."
240
+ msgstr ""
241
+
242
+ #: includes/admin-display.php:89 includes/admin-heartbeat.php:53
243
+ msgid "None"
244
+ msgstr "Nenhum"
245
+
246
+ #: includes/admin-display.php:91 includes/admin-heartbeat.php:50
247
+ #: includes/admin-metaboxes.php:467
248
+ msgid "Paused"
249
+ msgstr ""
250
+
251
+ #: includes/admin-display.php:98
252
+ msgid "Next update:"
253
+ msgstr ""
254
+
255
+ #: includes/admin-display.php:106
256
+ msgid "Last updated:"
257
+ msgstr ""
258
+
259
+ #: includes/admin-display.php:107 includes/feed-display.php:153
260
+ #, php-format
261
+ msgid "%1$s ago"
262
+ msgstr ""
263
+
264
+ #: includes/admin-display.php:109
265
+ #, php-format
266
+ msgid ""
267
+ "Last update imported: <code class=\"last-update-imported\">%1$d</code> items"
268
+ msgstr ""
269
+
270
+ #: includes/admin-display.php:124 includes/admin-metaboxes.php:242
271
+ msgid "Updating feed source"
272
+ msgstr ""
273
+
274
+ #: includes/admin-display.php:213 includes/feed-blacklist.php:322
275
+ msgid "Permalink"
276
+ msgstr "Permalink"
277
+
278
+ #: includes/admin-display.php:214
279
+ msgid "Date published"
280
+ msgstr "Data da publicação"
281
+
282
+ #: includes/admin-display.php:215
283
+ msgid "Source"
284
+ msgstr "Fonte"
285
+
286
+ #: includes/admin-display.php:304
287
+ msgid "Feed source updated. "
288
+ msgstr "Fonte de Feed atualizada."
289
+
290
+ #: includes/admin-display.php:305
291
+ msgid "Custom field updated."
292
+ msgstr "Campo personalizado atualizado."
293
+
294
+ #: includes/admin-display.php:306
295
+ msgid "Custom field deleted."
296
+ msgstr "Campo personalizado apagado."
297
+
298
+ #: includes/admin-display.php:307 includes/admin-display.php:313
299
+ msgid "Feed source updated."
300
+ msgstr "Fonte de feed atualizada."
301
+
302
+ #: includes/admin-display.php:309 includes/admin-display.php:310
303
+ msgid "Feed source saved."
304
+ msgstr "Fonte de feed salva."
305
+
306
+ #: includes/admin-display.php:311
307
+ msgid "Feed source submitted."
308
+ msgstr "Fonte de feed enviada."
309
+
310
+ #: includes/admin-display.php:338
311
+ #, php-format
312
+ msgid "ID: %1$s"
313
+ msgstr ""
314
+
315
+ #: includes/admin-display.php:352
316
+ msgid "View Items"
317
+ msgstr ""
318
+
319
+ #: includes/admin-display.php:355
320
+ msgid "Fetch Items"
321
+ msgstr ""
322
+
323
+ #: includes/admin-display.php:358
324
+ msgid "Delete Items"
325
+ msgstr ""
326
+
327
+ #: includes/admin-display.php:359
328
+ msgid "Delete feed items imported by this feed source"
329
+ msgstr ""
330
+
331
+ #: includes/admin-display.php:529
332
+ msgid "Publish Feed"
333
+ msgstr "Publicar Feed"
334
+
335
+ #: includes/admin-editor.php:87
336
+ msgid ""
337
+ "Hold Ctrl or Mac Command key when clicking to select more than one feed "
338
+ "source."
339
+ msgstr ""
340
+
341
+ #: includes/admin-editor.php:97 includes/custom-post-types.php:21
342
+ #: includes/custom-post-types.php:24
343
+ msgid "Feed Sources"
344
+ msgstr "Fontes dos Feeds"
345
+
346
+ #: includes/admin-editor.php:99
347
+ msgid "All feed sources"
348
+ msgstr ""
349
+
350
+ #: includes/admin-editor.php:101
351
+ msgid "Choose the feed source to display:"
352
+ msgstr ""
353
+
354
+ #: includes/admin-editor.php:122
355
+ msgid "Exclude:"
356
+ msgstr ""
357
+
358
+ #: includes/admin-editor.php:124
359
+ msgid "Choose the feed sources to exclude:"
360
+ msgstr ""
361
+
362
+ #: includes/admin-editor.php:130
363
+ msgid "Feed Limit:"
364
+ msgstr ""
365
+
366
+ #: includes/admin-editor.php:131
367
+ msgid "Ignore"
368
+ msgstr ""
369
+
370
+ #: includes/admin-editor.php:139
371
+ msgid "Add shortcode"
372
+ msgstr ""
373
+
374
+ #: includes/admin-help-metaboxes.php:14
375
+ msgid ""
376
+ "The URL of the feed source. In most cases, the URL of the site will also "
377
+ "work, but for best results we recommend trying to find the URL of the RSS "
378
+ "feed.\n"
379
+ "\n"
380
+ " Also include the <code>http://</"
381
+ "code> prefix in the URL."
382
+ msgstr ""
383
+
384
+ #: includes/admin-help-metaboxes.php:18
385
+ msgid ""
386
+ "The maximum number of imported items from this feed to keep stored.\n"
387
+ "\n"
388
+ " When new items are imported and the "
389
+ "limit is exceeded, the oldest feed items will be deleted to make room for "
390
+ "new ones.\n"
391
+ "\n"
392
+ " If you already have items imported "
393
+ "from this feed source, setting this option now may delete some of your "
394
+ "items, in order to comply with the limit."
395
+ msgstr ""
396
+
397
+ #: includes/admin-help-metaboxes.php:24
398
+ msgid ""
399
+ "Tick this box to make feed items link to the URL in the enclosure tag, "
400
+ "rather than link to the original article.\n"
401
+ "\n"
402
+ " Enclosure tags are RSS tags that may "
403
+ "be included with a feed items. These tags typically contain links to images, "
404
+ "audio, videos, attachment files or even flash content.\n"
405
+ "\n"
406
+ " If you are not sure leave this "
407
+ "setting blank."
408
+ msgstr ""
409
+
410
+ #: includes/admin-help-metaboxes.php:35
411
+ msgid ""
412
+ "State of the feed, active or paused.\n"
413
+ "\n"
414
+ " If active, the feed source will "
415
+ "fetch items periodically, according to the settings below.\n"
416
+ "\n"
417
+ " If paused, the feed source will not "
418
+ "fetch feed items periodically."
419
+ msgstr ""
420
+
421
+ #: includes/admin-help-metaboxes.php:41
422
+ msgid ""
423
+ "You can set a time, in UTC, in the future when the feed source will become "
424
+ "active, if it is paused.\n"
425
+ "\n"
426
+ " Leave blank to activate immediately."
427
+ msgstr ""
428
+
429
+ #: includes/admin-help-metaboxes.php:45
430
+ msgid ""
431
+ "You can set a time, in UTC, in the future when the feed source will become "
432
+ "paused, if it is active.\n"
433
+ "\n"
434
+ " Leave blank to never pause."
435
+ msgstr ""
436
+
437
+ #: includes/admin-help-metaboxes.php:49
438
+ msgid ""
439
+ "How frequently the feed source should check for new items and fetch if "
440
+ "needed.\n"
441
+ "\n"
442
+ " If left as <em>Default</em>, the "
443
+ "interval in the global settings is used."
444
+ msgstr ""
445
+
446
+ #: includes/admin-help-metaboxes.php:53
447
+ msgid ""
448
+ "The maximum age allowed for feed items. Very useful if you are only "
449
+ "concerned with, say, last week's news.\n"
450
+ "\n"
451
+ " Items already imported will be "
452
+ "deleted if they eventually exceed this age limit.\n"
453
+ "\n"
454
+ " Also, items in the RSS feed that are "
455
+ "already older than this age will not be imported at all.\n"
456
+ "\n"
457
+ " Leaving empty to use the <em>Limit "
458
+ "feed items by age</em> option in the general settings."
459
+ msgstr ""
460
+
461
+ #: includes/admin-help-metaboxes.php:66
462
+ msgid ""
463
+ "Use this option if you are seeing an <q>Invalid feed URL</q> error in the "
464
+ "Feed Preview above, but you are sure that the URL is correct.\n"
465
+ "\n"
466
+ " Note, however, that this will disable "
467
+ "auto-discovery, meaning that the given URL must be an RSS feed URL. Using "
468
+ "the site's URL will not work."
469
+ msgstr ""
470
+
471
+ #: includes/admin-help-settings.php:13
472
+ msgid ""
473
+ "The maximum age allowed for feed items.\n"
474
+ " <hr/>\n"
475
+ "\n"
476
+ " Items already imported will be "
477
+ "deleted if they eventually exceed this age limit.\n"
478
+ "\n"
479
+ " Also, items in the RSS feed that "
480
+ "are already older than this age will not be imported at all.\n"
481
+ " <hr/>\n"
482
+ "\n"
483
+ " <em>Leave empty for no limit.</"
484
+ "em>"
485
+ msgstr ""
486
+
487
+ #: includes/admin-help-settings.php:23
488
+ msgid ""
489
+ "The maximum number of imported items to keep stored, for feed sources that "
490
+ "do not have their own limit.\n"
491
+ " <hr/>\n"
492
+ "\n"
493
+ " When new items are imported and "
494
+ "the limit for a feed source is exceeded, the oldest feed items for that feed "
495
+ "source will be deleted to make room for the new ones.\n"
496
+ "\n"
497
+ " If you already have items "
498
+ "imported from this feed source, setting this option now may delete some of "
499
+ "your items, in order to comply with the limit.\n"
500
+ " <hr/>\n"
501
+ " \n"
502
+ " <em>Use 0 or leave empty for no "
503
+ "limit.</em>"
504
+ msgstr ""
505
+
506
+ #: includes/admin-help-settings.php:33
507
+ msgid ""
508
+ "How frequently should the feed sources (that do not have their own update "
509
+ "interval) check for updates and fetch items accordingly.\n"
510
+ "\n"
511
+ " It is recommended to not have "
512
+ "more than 20 feed sources that use this global update interval. Having too "
513
+ "many feed sources updating precisely at the same time can cause the WP Cron "
514
+ "System to crash."
515
+ msgstr ""
516
+
517
+ #: includes/admin-help-settings.php:37
518
+ msgid ""
519
+ "The URL of the custom feed, located at <code>http://yoursite.com/[custom "
520
+ "feed url]</code>.\n"
521
+ " <hr/>\n"
522
+ "\n"
523
+ " WP RSS Aggregator allows you to "
524
+ "create a custom RSS feed, that contains all of your imported feed items. "
525
+ "This setting allows you to change the URL of this custom feed.\n"
526
+ "\n"
527
+ " <hr/>\n"
528
+ "\n"
529
+ " <strong>Note:</strong> You may "
530
+ "be required to refresh you Permalinks after you change this setting, by "
531
+ "going to <em>Settings <i class=\"fa fa-angle-right\"></i> Permalinks</e> and "
532
+ "clicking <em>Save</em>."
533
+ msgstr ""
534
+
535
+ #: includes/admin-help-settings.php:46
536
+ msgid ""
537
+ "The title of the custom feed.\n"
538
+ "\n"
539
+ " This title will be included in "
540
+ "the RSS source of the custom feed, in a <code>&lt;title&gt;</code> tag."
541
+ msgstr ""
542
+
543
+ #: includes/admin-help-settings.php:50
544
+ msgid "The maximum number of feed items in the custom feed."
545
+ msgstr ""
546
+
547
+ #: includes/admin-help-settings.php:56
548
+ msgid ""
549
+ "Check this box to make the feed item titles link to the original article."
550
+ msgstr ""
551
+
552
+ #: includes/admin-help-settings.php:58
553
+ msgid ""
554
+ "Set the maximum number of characters to show for feed item titles.\n"
555
+ " <hr/>\n"
556
+ "\n"
557
+ " <em>Leave empty for no limit.</"
558
+ "em>"
559
+ msgstr ""
560
+
561
+ #: includes/admin-help-settings.php:63
562
+ msgid ""
563
+ "Check this box to show the author for each feed item, if it is available."
564
+ msgstr ""
565
+
566
+ #: includes/admin-help-settings.php:65
567
+ msgid ""
568
+ "For feed items from YouTube, Vimeo or Dailymotion, you can choose whether "
569
+ "you want to have the items link to the original page link, or a link to the "
570
+ "embedded video player only."
571
+ msgstr ""
572
+
573
+ #: includes/admin-help-settings.php:67
574
+ msgid ""
575
+ "The type of pagination to use when showing feed items on multiple pages.\n"
576
+ "\n"
577
+ " The first shows two links, "
578
+ "\"Older\" and \"Newer\", which allow you to navigate through the pages.\n"
579
+ "\n"
580
+ " The second shows links for all "
581
+ "the pages, together with links for the next and previous pages."
582
+ msgstr ""
583
+
584
+ #: includes/admin-help-settings.php:73
585
+ msgid ""
586
+ "The maximum number of feed items to display when using the shortcode.\n"
587
+ "\n"
588
+ " This enables pagination if set "
589
+ "to a number smaller than the number of items to be displayed."
590
+ msgstr ""
591
+
592
+ #: includes/admin-help-settings.php:77
593
+ msgid ""
594
+ "Choose how you want links to be opened. This applies to the feed item title "
595
+ "and the source link."
596
+ msgstr ""
597
+
598
+ #: includes/admin-help-settings.php:79
599
+ msgid ""
600
+ "Enable this option to set all links displayed as \"NoFollow\".\n"
601
+ " <hr/>\n"
602
+ "\n"
603
+ " \"Nofollow\" provides a way to "
604
+ "tell search engines to <em>not</em> follow certain links, such as links to "
605
+ "feed items in this case."
606
+ msgstr ""
607
+
608
+ #: includes/admin-help-settings.php:88
609
+ msgid "Enable this option to show the feed source name for each feed item."
610
+ msgstr ""
611
+
612
+ #: includes/admin-help-settings.php:90
613
+ msgid ""
614
+ "Enter the text that you want to show before the source name. A space is "
615
+ "automatically added between this text and the feed source name."
616
+ msgstr ""
617
+
618
+ #: includes/admin-help-settings.php:92
619
+ msgid ""
620
+ "Enable this option to link the feed source name to the RSS feed's source "
621
+ "site."
622
+ msgstr ""
623
+
624
+ #: includes/admin-help-settings.php:98
625
+ msgid "Enable this to show the feed item's date."
626
+ msgstr ""
627
+
628
+ #: includes/admin-help-settings.php:100
629
+ msgid ""
630
+ "Enter the text that you want to show before the feed item date. A space is "
631
+ "automatically added between this text and the date."
632
+ msgstr ""
633
+
634
+ #: includes/admin-help-settings.php:102
635
+ msgid "The format to use for the feed item dates, as a PHP date format."
636
+ msgstr ""
637
+
638
+ #: includes/admin-help-settings.php:104
639
+ msgid ""
640
+ "Enable this option to show the elapsed time from the feed item's date and "
641
+ "time to the present time.\n"
642
+ " <em>Eg. 2 hours ago</em>"
643
+ msgstr ""
644
+
645
+ #: includes/admin-help-settings.php:111
646
+ msgid ""
647
+ "Check this box to disable all plugin styles used for displaying feed items.\n"
648
+ "\n"
649
+ " This will allow you to provide "
650
+ "your own custom CSS styles for displaying the feed items."
651
+ msgstr ""
652
+
653
+ #: includes/admin-help.php:13 includes/admin.php:44
654
+ msgid "Help & Support"
655
+ msgstr ""
656
+
657
+ #: includes/admin-help.php:14 includes/admin.php:112
658
+ msgid "Documentation"
659
+ msgstr ""
660
+
661
+ #: includes/admin-help.php:15
662
+ msgid ""
663
+ "In the <a href=\"http://www.wprssaggregator.com/documentation/"
664
+ "\">documentation area</a> on the WP RSS Aggregator website you will find "
665
+ "comprehensive details on how to use the core plugin and all the add-ons.\n"
666
+ "\t\t\t\t\n"
667
+ "\t\t\t\tThere are also some videos to help you make a quick start to setting "
668
+ "up and enjoying this plugin."
669
+ msgstr ""
670
+
671
+ #: includes/admin-help.php:18
672
+ msgid "Frequently Asked Questions (FAQ)"
673
+ msgstr ""
674
+
675
+ #: includes/admin-help.php:19
676
+ msgid ""
677
+ "If after going through the documentation you still have questions, please "
678
+ "take a look at the <a href=\"http://www.wprssaggregator.com/faq/\">FAQ page</"
679
+ "a> on the site, we set this up purposely to answer the most commonly asked "
680
+ "questions by our users."
681
+ msgstr ""
682
+
683
+ #: includes/admin-help.php:21
684
+ msgid "Support Forums - Core (free version) Plugin Users Only"
685
+ msgstr ""
686
+
687
+ #: includes/admin-help.php:22
688
+ msgid ""
689
+ "If you're using the free version of the plugin found on WordPress.org, you "
690
+ "can ask questions on the <a href=\"http://wordpress.org/support/plugin/wp-"
691
+ "rss-aggregator\">support forum</a>."
692
+ msgstr ""
693
+
694
+ #: includes/admin-help.php:23
695
+ msgid "Email Ticketing System - Premium Add-on Users Only"
696
+ msgstr ""
697
+
698
+ #: includes/admin-help.php:24
699
+ msgid ""
700
+ "If you still can't find an answer to your query after reading the "
701
+ "documentation and going through the FAQ, just <a href=\"http://www."
702
+ "wprssaggregator.com/contact/\">open a support request ticket</a>.\n"
703
+ "\t\t\t\t\tWe'll be happy to help you out."
704
+ msgstr ""
705
+
706
+ #: includes/admin-help.php:717
707
+ msgid ""
708
+ "Could not enqueue tooltip content: the queue method is not a valid callable."
709
+ msgstr ""
710
+
711
+ #: includes/admin-import-export.php:60
712
+ #, php-format
713
+ msgid "Successfully imported <code>%1$s</code> feed sources."
714
+ msgstr ""
715
+
716
+ #: includes/admin-import-export.php:116
717
+ msgid "All options are exported successfully."
718
+ msgstr ""
719
+
720
+ #: includes/admin-import-export.php:127
721
+ msgid "All options are restored successfully."
722
+ msgstr ""
723
+
724
+ #: includes/admin-import-export.php:138
725
+ msgid "Invalid file or file size too big."
726
+ msgstr ""
727
+
728
+ #: includes/admin-import-export.php:192
729
+ msgid "Bulk Feed Import"
730
+ msgstr ""
731
+
732
+ #: includes/admin-import-export.php:193
733
+ msgid ""
734
+ "Import multiple feed sources at once, by entering the name and URLs of your "
735
+ "feeds below."
736
+ msgstr ""
737
+
738
+ #: includes/admin-import-export.php:194
739
+ msgid "Separate the name and the URL using a comma on each line:"
740
+ msgstr ""
741
+
742
+ #: includes/admin-import-export.php:195
743
+ msgid "Feed Name, http://www.myfeed.com"
744
+ msgstr ""
745
+
746
+ #: includes/admin-import-export.php:201
747
+ msgid "Bulk Import"
748
+ msgstr ""
749
+
750
+ #: includes/admin-import-export.php:206
751
+ msgid "Import & Export Settings"
752
+ msgstr ""
753
+
754
+ #: includes/admin-import-export.php:208 includes/admin-import-export.php:215
755
+ msgid "Export Settings"
756
+ msgstr ""
757
+
758
+ #: includes/admin-import-export.php:209
759
+ msgid ""
760
+ "Click the <strong>Export Settings</strong> button to generate a file "
761
+ "containing all the settings used by WP RSS Aggregator"
762
+ msgstr ""
763
+
764
+ #: includes/admin-import-export.php:210
765
+ msgid ""
766
+ "After exporting, you can either use the backup file to restore your settings "
767
+ "to this site or to another WordPress site."
768
+ msgstr ""
769
+
770
+ #: includes/admin-import-export.php:219 includes/admin-import-export.php:227
771
+ msgid "Import Settings"
772
+ msgstr ""
773
+
774
+ #: includes/admin-import-export.php:220
775
+ msgid "Click the <strong>Choose file</strong> button and choose a backup file."
776
+ msgstr ""
777
+
778
+ #: includes/admin-import-export.php:221
779
+ msgid ""
780
+ "Press the <strong>Import Settings</strong> button, and WordPress will do the "
781
+ "rest for you."
782
+ msgstr ""
783
+
784
+ #: includes/admin-import-export.php:231
785
+ msgid "Importing/Exporting Feed Sources"
786
+ msgstr ""
787
+
788
+ #: includes/admin-import-export.php:232
789
+ #, php-format
790
+ msgid ""
791
+ "To import/export your feed sources, please use the standard WordPress <a "
792
+ "href=\"%1$simport.php\">Import</a> and <a href=\"%1$sexport.php\">Export</a> "
793
+ "functionality."
794
+ msgstr ""
795
+
796
+ #: includes/admin-import-export.php:233
797
+ #, php-format
798
+ msgid ""
799
+ "On the <a href=\"%1$sexport.php\">Export</a> page, check the <strong>Feed "
800
+ "Sources</strong> radio button and click the <strong>Download Export File</"
801
+ "strong> button. WordPress will then create an XML file containing all the "
802
+ "feed sources."
803
+ msgstr ""
804
+
805
+ #: includes/admin-import-export.php:234
806
+ #, php-format
807
+ msgid ""
808
+ "On the <a href=\"%1$simport.php\">Import</a> page, choose the previously "
809
+ "created file and click the <strong>Upload file and import</strong> button."
810
+ msgstr ""
811
+
812
+ #: includes/admin-log.php:236
813
+ msgid "Log level threshold"
814
+ msgstr ""
815
+
816
+ #: includes/admin-metaboxes.php:20
817
+ msgid "Save Feed Source"
818
+ msgstr "Salvar Fonte de Feed"
819
+
820
+ #: includes/admin-metaboxes.php:29
821
+ msgid "Feed Preview"
822
+ msgstr "Preview do Feed"
823
+
824
+ #: includes/admin-metaboxes.php:38
825
+ msgid "Feed Processing"
826
+ msgstr ""
827
+
828
+ #: includes/admin-metaboxes.php:48
829
+ msgid "Like This Plugin?"
830
+ msgstr ""
831
+
832
+ #: includes/admin-metaboxes.php:58
833
+ msgid "Feed Source Details"
834
+ msgstr "Detalhes da Fonte de Feed"
835
+
836
+ #: includes/admin-metaboxes.php:91 includes/opml-importer.php:196
837
+ #: includes/opml-importer.php:227
838
+ msgid "URL"
839
+ msgstr "URL"
840
+
841
+ #: includes/admin-metaboxes.php:99
842
+ msgid "Limit"
843
+ msgstr ""
844
+
845
+ #: includes/admin-metaboxes.php:105
846
+ msgid "Link to enclosure"
847
+ msgstr ""
848
+
849
+ #: includes/admin-metaboxes.php:217 includes/admin-metaboxes.php:471
850
+ #: includes/admin-options.php:809 includes/admin-options.php:911
851
+ msgid "Default"
852
+ msgstr ""
853
+
854
+ #: includes/admin-metaboxes.php:385
855
+ #, php-format
856
+ msgid "Latest %1$s feed items out of %2$s available from %3$s"
857
+ msgstr ""
858
+
859
+ #: includes/admin-metaboxes.php:392 includes/scripts.php:81
860
+ msgid "ago"
861
+ msgstr ""
862
+
863
+ #: includes/admin-metaboxes.php:394
864
+ msgid "No Date"
865
+ msgstr ""
866
+
867
+ #: includes/admin-metaboxes.php:415
868
+ msgid ""
869
+ "<strong>Invalid feed URL</strong> - Double check the feed source URL setting "
870
+ "above."
871
+ msgstr ""
872
+ "<strong>URL do feed inválida</strong> - Confirme a URL da fonte de feed "
873
+ "configurada."
874
+
875
+ #: includes/admin-metaboxes.php:419
876
+ #, php-format
877
+ msgid ""
878
+ "Not sure where to find the RSS feed on a website? <a target=\"_blank\" href="
879
+ "\"%1$s\">Click here</a> for a visual guide. "
880
+ msgstr ""
881
+
882
+ #: includes/admin-metaboxes.php:427
883
+ msgid "Force the feed"
884
+ msgstr ""
885
+
886
+ #: includes/admin-metaboxes.php:436
887
+ msgid "No feed URL defined yet"
888
+ msgstr "Nenhum URL de feed definida ainda"
889
+
890
+ #: includes/admin-metaboxes.php:466
891
+ msgid "Active"
892
+ msgstr ""
893
+
894
+ #: includes/admin-metaboxes.php:591
895
+ msgid "Need help?"
896
+ msgstr "Precisa de ajuda?"
897
+
898
+ #: includes/admin-metaboxes.php:593
899
+ msgid "Check out the support forum"
900
+ msgstr "Verifique nosso fórum de suporte"
901
+
902
+ #: includes/admin-metaboxes.php:596
903
+ msgid "Suggest a new feature"
904
+ msgstr ""
905
+
906
+ #: includes/admin-metaboxes.php:609
907
+ msgid "Give it a 5 star rating on WordPress.org"
908
+ msgstr ""
909
+
910
+ #: includes/admin-metaboxes.php:610
911
+ msgid "Donate a token of your appreciation"
912
+ msgstr ""
913
+
914
+ #: includes/admin-metaboxes.php:614
915
+ msgid "Check out the Premium Extensions:"
916
+ msgstr ""
917
+
918
+ #: includes/admin-metaboxes.php:635
919
+ msgid "Follow WP Mayor on Twitter."
920
+ msgstr "Seguir WP Mayor no Twitter."
921
+
922
+ #: includes/admin-metaboxes.php:636
923
+ msgid "Like WP Mayor on Facebook."
924
+ msgstr "Curtir WP Mayor no Facebook."
925
+
926
+ #: includes/admin-options.php:56
927
+ msgid "General plugin settings"
928
+ msgstr ""
929
+
930
+ #: includes/admin-options.php:57
931
+ msgid "General display settings"
932
+ msgstr ""
933
+
934
+ #: includes/admin-options.php:58
935
+ msgid "Source display settings"
936
+ msgstr ""
937
+
938
+ #: includes/admin-options.php:59
939
+ msgid "Date display settings"
940
+ msgstr ""
941
+
942
+ #: includes/admin-options.php:60
943
+ msgid "Styles"
944
+ msgstr ""
945
+
946
+ #: includes/admin-options.php:70
947
+ msgid "Limit feed items by age"
948
+ msgstr ""
949
+
950
+ #: includes/admin-options.php:74
951
+ msgid "Limit feed items stored"
952
+ msgstr ""
953
+
954
+ #: includes/admin-options.php:78
955
+ msgid "Limit feed items per feed"
956
+ msgstr ""
957
+
958
+ #: includes/admin-options.php:82
959
+ msgid "Feed processing interval"
960
+ msgstr ""
961
+
962
+ #: includes/admin-options.php:86
963
+ msgid "Custom feed URL"
964
+ msgstr ""
965
+
966
+ #: includes/admin-options.php:90
967
+ msgid "Custom feed Title"
968
+ msgstr ""
969
+
970
+ #: includes/admin-options.php:94
971
+ msgid "Custom feed limit"
972
+ msgstr ""
973
+
974
+ #: includes/admin-options.php:98
975
+ msgid "Anonymous tracking"
976
+ msgstr ""
977
+
978
+ #: includes/admin-options.php:106
979
+ msgid "Link title"
980
+ msgstr ""
981
+
982
+ #: includes/admin-options.php:110
983
+ msgid "Title maximum length"
984
+ msgstr ""
985
+
986
+ #: includes/admin-options.php:118
987
+ msgid "Show authors"
988
+ msgstr ""
989
+
990
+ #: includes/admin-options.php:122
991
+ msgid "For video feed items use"
992
+ msgstr ""
993
+
994
+ #: includes/admin-options.php:126
995
+ msgid "Pagination type"
996
+ msgstr ""
997
+
998
+ #: includes/admin-options.php:130
999
+ msgid "Feed display limit"
1000
+ msgstr ""
1001
+
1002
+ #: includes/admin-options.php:134
1003
+ msgid "Open links behaviour"
1004
+ msgstr "Abrir comportamento dos links"
1005
+
1006
+ #: includes/admin-options.php:138
1007
+ msgid "Set links as nofollow"
1008
+ msgstr ""
1009
+
1010
+ #: includes/admin-options.php:146
1011
+ msgid "Show source"
1012
+ msgstr ""
1013
+
1014
+ #: includes/admin-options.php:150
1015
+ msgid "Text preceding source"
1016
+ msgstr ""
1017
+
1018
+ #: includes/admin-options.php:154
1019
+ msgid "Link source"
1020
+ msgstr ""
1021
+
1022
+ #: includes/admin-options.php:162
1023
+ msgid "Show date"
1024
+ msgstr ""
1025
+
1026
+ #: includes/admin-options.php:166
1027
+ msgid "Text preceding date"
1028
+ msgstr ""
1029
+
1030
+ #: includes/admin-options.php:170
1031
+ msgid "Date format"
1032
+ msgstr ""
1033
+
1034
+ #: includes/admin-options.php:174
1035
+ msgid "Time ago format"
1036
+ msgstr ""
1037
+
1038
+ #: includes/admin-options.php:181
1039
+ msgid "Disable Styles"
1040
+ msgstr ""
1041
+
1042
+ #: includes/admin-options.php:343 includes/admin.php:41
1043
+ msgid "WP RSS Aggregator Settings"
1044
+ msgstr "Configurações do WP RSS Aggregator"
1045
+
1046
+ #: includes/admin-options.php:353
1047
+ msgid "General"
1048
+ msgstr ""
1049
+
1050
+ #: includes/admin-options.php:357
1051
+ msgid "Licenses"
1052
+ msgstr ""
1053
+
1054
+ #: includes/admin-options.php:397
1055
+ msgid "Save Settings"
1056
+ msgstr "Salvar Configurações"
1057
+
1058
+ #: includes/admin-options.php:411
1059
+ msgid "These are the general settings for WP RSS Aggregator."
1060
+ msgstr ""
1061
+
1062
+ #: includes/admin-options.php:420
1063
+ msgid ""
1064
+ "In this section you can find some general options that control how the feed "
1065
+ "items are displayed."
1066
+ msgstr ""
1067
+
1068
+ #: includes/admin-options.php:430
1069
+ msgid "Options that control how the feed item's source is displayed."
1070
+ msgstr ""
1071
+
1072
+ #: includes/admin-options.php:439
1073
+ msgid "Options that control how the feed item's date is displayed."
1074
+ msgstr ""
1075
+
1076
+ #: includes/admin-options.php:448
1077
+ msgid ""
1078
+ "If you would like to disable all styles used in this plugin, tick the "
1079
+ "checkbox."
1080
+ msgstr ""
1081
+
1082
+ #: includes/admin-options.php:457
1083
+ msgid "Set your security reset code, in case of any errors."
1084
+ msgstr ""
1085
+
1086
+ #: includes/admin-options.php:466
1087
+ msgid "Participate in helping us make the plugin better."
1088
+ msgstr ""
1089
+
1090
+ #: includes/admin-options.php:493
1091
+ msgid "Original page link"
1092
+ msgstr ""
1093
+
1094
+ #: includes/admin-options.php:494
1095
+ msgid "Embedded video player link"
1096
+ msgstr ""
1097
+
1098
+ #: includes/admin-options.php:508
1099
+ msgid "This will not affect already imported feed items."
1100
+ msgstr ""
1101
+
1102
+ #: includes/admin-options.php:523
1103
+ msgid "Lightbox"
1104
+ msgstr "Lightbox"
1105
+
1106
+ #: includes/admin-options.php:524 includes/update.php:195
1107
+ msgid "New window"
1108
+ msgstr "Nova janela"
1109
+
1110
+ #: includes/admin-options.php:525
1111
+ msgid "Self"
1112
+ msgstr ""
1113
+
1114
+ #: includes/admin-options.php:563
1115
+ msgid "PHP Date Format Reference"
1116
+ msgstr ""
1117
+
1118
+ #: includes/admin-options.php:591 includes/admin-options.php:702
1119
+ msgid "No limit"
1120
+ msgstr ""
1121
+
1122
+ #: includes/admin-options.php:673
1123
+ msgid "\"Older posts\" and \"Newer posts\" links"
1124
+ msgstr ""
1125
+
1126
+ #: includes/admin-options.php:674
1127
+ msgid "Page numbers with \"Next\" and \"Previous\" page links"
1128
+ msgstr ""
1129
+
1130
+ #: includes/admin-options.php:736
1131
+ msgid "No Limit"
1132
+ msgstr ""
1133
+
1134
+ #: includes/admin-options.php:835
1135
+ msgid "Generate Random Code"
1136
+ msgstr ""
1137
+
1138
+ #: includes/admin-options.php:840
1139
+ msgid ""
1140
+ "Enter the code to use to securely reset the plugin and deactivate it. Be "
1141
+ "sure to save this code somewhere safe."
1142
+ msgstr ""
1143
+
1144
+ #: includes/admin-options.php:846
1145
+ msgid ""
1146
+ "Leave this empty to disable the secure reset function.<br/>\n"
1147
+ " You use this code by adding any of the following to any URL on "
1148
+ "your site."
1149
+ msgstr ""
1150
+
1151
+ #: includes/admin-options.php:849
1152
+ msgid "Resets your WP RSS Aggregator settings"
1153
+ msgstr ""
1154
+
1155
+ #: includes/admin-options.php:850
1156
+ msgid "Deactivates WP RSS Aggregator"
1157
+ msgstr ""
1158
+
1159
+ #: includes/admin-options.php:851
1160
+ msgid "Does both of the above"
1161
+ msgstr ""
1162
+
1163
+ #: includes/admin-options.php:855
1164
+ msgid ""
1165
+ "Use the above actions only when absolutely necessary, or when instructed to "
1166
+ "by support staff."
1167
+ msgstr ""
1168
+
1169
+ #: includes/admin-options.php:871
1170
+ msgid ""
1171
+ "Please help us improve WP RSS Aggregator by allowing us to gather anonymous "
1172
+ "usage statistics. No sensitive data is collected."
1173
+ msgstr ""
1174
+
1175
+ #: includes/admin-options.php:926
1176
+ msgid "now"
1177
+ msgstr ""
1178
+
1179
+ #: includes/admin-statistics.php:149
1180
+ msgid "<b>WP RSS Aggregator:</b> Data report sent!"
1181
+ msgstr ""
1182
+
1183
+ #: includes/admin-welcome.php:32
1184
+ #, php-format
1185
+ msgid "Welcome to WP RSS Aggregator %1$s!"
1186
+ msgstr ""
1187
+
1188
+ #: includes/admin-welcome.php:34
1189
+ msgid "Thank you for upgrading to the latest version!"
1190
+ msgstr ""
1191
+
1192
+ #: includes/admin-welcome.php:42
1193
+ msgid "What's New?"
1194
+ msgstr ""
1195
+
1196
+ #: includes/admin-welcome.php:66
1197
+ msgid "Bulk Adding Feed Sources"
1198
+ msgstr ""
1199
+
1200
+ #: includes/admin-welcome.php:69
1201
+ #, php-format
1202
+ msgid ""
1203
+ "The new bulk adding option saves you time by allowing you to enter your feed "
1204
+ "names and URLs all at once.\n"
1205
+ "\t\t\t\t\t\t\t\t\t\tSimply type in or paste your feed sources, and with the "
1206
+ "press of a button, your feed sources will instantly be created!\n"
1207
+ "\t\t\t\t\t\t\t\t\t\tTry it now from the <a href=\"%1$s\">Import &amp; "
1208
+ "Export</a> page."
1209
+ msgstr ""
1210
+
1211
+ #: includes/admin-welcome.php:74
1212
+ msgid "Feed Item Blacklist"
1213
+ msgstr ""
1214
+
1215
+ #: includes/admin-welcome.php:78
1216
+ msgid "Trash undesired items"
1217
+ msgstr ""
1218
+
1219
+ #: includes/admin-welcome.php:79
1220
+ msgid ""
1221
+ "Did a feed import an item that you do not wish to keep? Up till now, "
1222
+ "<strong>WP RSS Aggregator</strong>only allowed you to trash the item and "
1223
+ "keep it in your trash."
1224
+ msgstr ""
1225
+
1226
+ #: includes/admin-welcome.php:84
1227
+ msgid "Blacklist Trashed Items"
1228
+ msgstr ""
1229
+
1230
+ #: includes/admin-welcome.php:85
1231
+ msgid ""
1232
+ "Permanently deleting the item will cause it to be re-imported. Using the new "
1233
+ "<strong>Delete Permanently &amp; Blacklist</strong> option, the feed item is "
1234
+ "deleted and added to the <strong>Blacklist</strong>."
1235
+ msgstr ""
1236
+
1237
+ #: includes/admin-welcome.php:91
1238
+ msgid "The Blacklist"
1239
+ msgstr ""
1240
+
1241
+ #: includes/admin-welcome.php:92
1242
+ msgid ""
1243
+ "This is your list of unwanted feed item links. Any item in this list will be "
1244
+ "ignored by <strong>WP RSS Aggregator</strong> in the future, meaning it "
1245
+ "won't be imported from any of your feed sources.and added to the "
1246
+ "<strong>Blacklist</strong>."
1247
+ msgstr ""
1248
+
1249
+ #: includes/admin-welcome.php:100
1250
+ msgid "Check out our add-ons:"
1251
+ msgstr ""
1252
+
1253
+ #: includes/admin-welcome.php:104
1254
+ msgid "Excerpts &amp; Thumbnails"
1255
+ msgstr ""
1256
+
1257
+ #: includes/admin-welcome.php:111
1258
+ #, php-format
1259
+ msgid ""
1260
+ "More information about add-ons can be found on our website <a href=\"%1$s\">"
1261
+ "%2$s</a>"
1262
+ msgstr ""
1263
+
1264
+ #: includes/admin-welcome.php:117
1265
+ #, php-format
1266
+ msgid "Changelog for v%1$s"
1267
+ msgstr ""
1268
+
1269
+ #: includes/admin-welcome.php:123
1270
+ #, php-format
1271
+ msgid ""
1272
+ "Need functionality not already available in core or the add-ons? You can <a "
1273
+ "href=\"%1$s\">suggest new features</a>!"
1274
+ msgstr ""
1275
+
1276
+ #: includes/admin-welcome.php:134
1277
+ msgid ""
1278
+ "Fetch RSS feed excerpts to your blog and add thumbnails! Perfect for adding "
1279
+ "some life and color to your feeds."
1280
+ msgstr ""
1281
+
1282
+ #: includes/admin-welcome.php:144
1283
+ msgid ""
1284
+ "Organize your feeds into custom categories. Filter feed items by category "
1285
+ "and make custom WordPress feeds for specific categories."
1286
+ msgstr ""
1287
+
1288
+ #: includes/admin-welcome.php:154
1289
+ msgid ""
1290
+ "Import and store feeds that contain specific keywords in either the title or "
1291
+ "their content. Control what gets imported to your blog."
1292
+ msgstr ""
1293
+
1294
+ #: includes/admin-welcome.php:164
1295
+ msgid "Go to WP RSS Aggregator settings"
1296
+ msgstr ""
1297
+
1298
+ #: includes/admin.php:40
1299
+ msgid "Export & Import Settings"
1300
+ msgstr ""
1301
+
1302
+ #: includes/admin.php:40
1303
+ msgid "Import & Export"
1304
+ msgstr ""
1305
+
1306
+ #: includes/admin.php:41 includes/admin.php:111
1307
+ msgid "Settings"
1308
+ msgstr "Configurações"
1309
+
1310
+ #: includes/admin.php:94
1311
+ msgid "Name this feed (e.g. WP Mayor)"
1312
+ msgstr ""
1313
+
1314
+ #: includes/admin.php:139
1315
+ #, php-format
1316
+ msgid ""
1317
+ "<b>WP RSS Aggregator</b>: There are saved licenses that have not yet been "
1318
+ "activated. Go to the <a href=\"%1$s\">License page</a> to activate them."
1319
+ msgstr ""
1320
+
1321
+ #: includes/cpt-feeds.php:82
1322
+ #, php-format
1323
+ msgid "%1$s &raquo; %2$s Feed"
1324
+ msgstr ""
1325
+
1326
+ #: includes/cpt-feeds.php:83
1327
+ #, php-format
1328
+ msgid "<link rel=\"%1$s\" type=\"%2$s\" title=\"%3$s\" href=\"%4$s\" />\n"
1329
+ msgstr ""
1330
+
1331
+ #: includes/cron-jobs.php:64
1332
+ msgid "Once every five minutes"
1333
+ msgstr ""
1334
+
1335
+ #: includes/cron-jobs.php:68
1336
+ msgid "Once every ten minutes"
1337
+ msgstr ""
1338
+
1339
+ #: includes/cron-jobs.php:72
1340
+ msgid "Once every fifteen minutes"
1341
+ msgstr ""
1342
+
1343
+ #: includes/cron-jobs.php:76
1344
+ msgid "Once every thirty minutes"
1345
+ msgstr ""
1346
+
1347
+ #: includes/cron-jobs.php:80
1348
+ msgid "Once every two hours"
1349
+ msgstr ""
1350
+
1351
+ #: includes/custom-post-types.php:22
1352
+ msgid "Feed Source"
1353
+ msgstr ""
1354
+
1355
+ #: includes/custom-post-types.php:23
1356
+ msgid "Add New"
1357
+ msgstr ""
1358
+
1359
+ #: includes/custom-post-types.php:25
1360
+ msgid "Add New Feed Source"
1361
+ msgstr "Adicionar nova Fonte de Feed"
1362
+
1363
+ #: includes/custom-post-types.php:26
1364
+ msgid "Edit Feed Source"
1365
+ msgstr "Editar Fonte de Feed"
1366
+
1367
+ #: includes/custom-post-types.php:27
1368
+ msgid "New Feed Source"
1369
+ msgstr "Nova Fonte de Feed"
1370
+
1371
+ #: includes/custom-post-types.php:28
1372
+ msgid "View Feed Source"
1373
+ msgstr "Ver Fonte de Feed"
1374
+
1375
+ #: includes/custom-post-types.php:29
1376
+ msgid "Search Feeds"
1377
+ msgstr "Buscar Feeds"
1378
+
1379
+ #: includes/custom-post-types.php:30
1380
+ msgid "No Feed Sources Found"
1381
+ msgstr "Nenhuma Fonte de Feed Encontrada"
1382
+
1383
+ #: includes/custom-post-types.php:31
1384
+ msgid "No Feed Sources Found In Trash"
1385
+ msgstr "Nenhuma Fonte de Feed Encontrada na Lixeira"
1386
+
1387
+ #: includes/custom-post-types.php:32
1388
+ msgid "RSS Aggregator"
1389
+ msgstr "Agredador de RSS"
1390
+
1391
+ #: includes/custom-post-types.php:72 includes/custom-post-types.php:74
1392
+ msgid "Feed Items"
1393
+ msgstr ""
1394
+
1395
+ #: includes/custom-post-types.php:73
1396
+ msgid "Feed Item"
1397
+ msgstr ""
1398
+
1399
+ #: includes/custom-post-types.php:75
1400
+ msgid "View Feed Items"
1401
+ msgstr ""
1402
+
1403
+ #: includes/custom-post-types.php:76
1404
+ msgid "Search Feed Items"
1405
+ msgstr ""
1406
+
1407
+ #: includes/custom-post-types.php:77
1408
+ msgid "No Feed Items Found"
1409
+ msgstr ""
1410
+
1411
+ #: includes/custom-post-types.php:78
1412
+ msgid "No Feed Items Found In Trash"
1413
+ msgstr ""
1414
+
1415
+ #: includes/feed-blacklist.php:129
1416
+ msgid "The item you are trying to blacklist does not exist"
1417
+ msgstr ""
1418
+
1419
+ #: includes/feed-blacklist.php:134
1420
+ msgid "The item you are trying to blacklist is not valid!"
1421
+ msgstr ""
1422
+
1423
+ #: includes/feed-blacklist.php:196 includes/feed-blacklist.php:197
1424
+ #: includes/feed-blacklist.php:198
1425
+ msgid "Blacklist"
1426
+ msgstr ""
1427
+
1428
+ #: includes/feed-blacklist.php:199
1429
+ msgid "Search Blacklist"
1430
+ msgstr ""
1431
+
1432
+ #: includes/feed-blacklist.php:200
1433
+ msgid "You do not have any items blacklisted yet!"
1434
+ msgstr ""
1435
+
1436
+ #: includes/feed-blacklist.php:242
1437
+ msgid "Delete Permanently & Blacklist"
1438
+ msgstr ""
1439
+
1440
+ #: includes/feed-blacklist.php:248
1441
+ msgid ""
1442
+ "The item will be deleted permanently, and its permalink will be recorded in "
1443
+ "the blacklist"
1444
+ msgstr ""
1445
+
1446
+ #: includes/feed-blacklist.php:261
1447
+ msgid "Remove from blacklist"
1448
+ msgstr ""
1449
+
1450
+ #: includes/feed-blacklist.php:321 includes/opml-importer.php:195
1451
+ #: includes/opml-importer.php:226
1452
+ msgid "Title"
1453
+ msgstr ""
1454
+
1455
+ #: includes/feed-display.php:355
1456
+ msgid "No feed items found."
1457
+ msgstr ""
1458
+
1459
+ #: includes/feed-display.php:405
1460
+ msgid "Older posts"
1461
+ msgstr ""
1462
+
1463
+ #: includes/feed-display.php:406
1464
+ msgid "Newer posts"
1465
+ msgstr ""
1466
+
1467
+ #: includes/feed-importing.php:265
1468
+ #, php-format
1469
+ msgid "Failed to fetch the RSS feed. Error: %s"
1470
+ msgstr ""
1471
+
1472
+ #: includes/feed-importing.php:654
1473
+ #, php-format
1474
+ msgid ""
1475
+ "The PHP script timed out while importing an item from this feed, after %d "
1476
+ "seconds."
1477
+ msgstr ""
1478
+
1479
+ #: includes/feed-states.php:110
1480
+ msgid "The feed sources have been activated!"
1481
+ msgstr ""
1482
+
1483
+ #: includes/feed-states.php:124
1484
+ msgid "The feed sources have been paused!!"
1485
+ msgstr ""
1486
+
1487
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:154
1488
+ #, php-format
1489
+ msgid ""
1490
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
1491
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
1492
+ msgstr ""
1493
+
1494
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:161
1495
+ #, php-format
1496
+ msgid ""
1497
+ "There is a new version of %1$s available. <a target=\"_blank\" class="
1498
+ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
1499
+ "\">update now</a>."
1500
+ msgstr ""
1501
+
1502
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:301
1503
+ msgid "You do not have permission to install plugin updates"
1504
+ msgstr ""
1505
+
1506
+ #: includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php:301
1507
+ msgid "Error"
1508
+ msgstr ""
1509
+
1510
+ #: includes/licensing.php:282
1511
+ #, php-format
1512
+ msgid ""
1513
+ "Remember to <a href=\"%s\">enter your plugin license code</a> for the WP RSS "
1514
+ "Aggregator <b>%s</b> add-on to benefit from updates and support."
1515
+ msgstr ""
1516
+
1517
+ #: includes/licensing.php:308
1518
+ #, php-format
1519
+ msgid ""
1520
+ "<a href=\"%s\">Save 30%% on your license renewal</a> for the WP RSS "
1521
+ "Aggregator <b>%s</b> add-on and continue receiving updates and support."
1522
+ msgstr ""
1523
+
1524
+ #: includes/licensing.php:343 includes/licensing.php:429
1525
+ msgid "No addon ID"
1526
+ msgstr ""
1527
+
1528
+ #: includes/licensing.php:351 includes/licensing.php:393
1529
+ msgid "Invalid event specified"
1530
+ msgstr ""
1531
+
1532
+ #: includes/licensing.php:354
1533
+ msgid "No event specified"
1534
+ msgstr ""
1535
+
1536
+ #: includes/licensing.php:361
1537
+ msgid "No license"
1538
+ msgstr ""
1539
+
1540
+ #: includes/licensing.php:370
1541
+ msgid "Bad nonce"
1542
+ msgstr ""
1543
+
1544
+ #: includes/licensing.php:373
1545
+ msgid "No nonce"
1546
+ msgstr ""
1547
+
1548
+ #: includes/licensing.php:469
1549
+ msgid "License"
1550
+ msgstr ""
1551
+
1552
+ #: includes/licensing.php:476
1553
+ msgid "License Key"
1554
+ msgstr ""
1555
+
1556
+ #: includes/licensing.php:485
1557
+ msgid "Activate License"
1558
+ msgstr ""
1559
+
1560
+ #: includes/licensing.php:519
1561
+ msgid "Enter your license key"
1562
+ msgstr ""
1563
+
1564
+ #: includes/licensing.php:544
1565
+ msgid "Status"
1566
+ msgstr ""
1567
+
1568
+ #: includes/licensing.php:575
1569
+ msgid ""
1570
+ "No activations left. Click here to manage the sites you've activated "
1571
+ "licenses on."
1572
+ msgstr ""
1573
+
1574
+ #: includes/licensing.php:580
1575
+ msgid "Renew your license to continue receiving updates and support."
1576
+ msgstr ""
1577
+
1578
+ #: includes/licensing.php:583
1579
+ msgid "Activations"
1580
+ msgstr ""
1581
+
1582
+ #: includes/licensing.php:586
1583
+ msgid "Expires on"
1584
+ msgstr ""
1585
+
1586
+ #: includes/licensing.php:589
1587
+ msgid "Registered to"
1588
+ msgstr ""
1589
+
1590
+ #: includes/licensing.php:594
1591
+ msgid ""
1592
+ "Failed to get license information. This is a temporary problem. Check your "
1593
+ "internet connection and try again later."
1594
+ msgstr ""
1595
+
1596
+ #: includes/misc-functions.php:269
1597
+ msgid "&hellip;"
1598
+ msgstr ""
1599
+
1600
+ #: includes/opml-importer.php:65
1601
+ msgid "Import OPML"
1602
+ msgstr ""
1603
+
1604
+ #: includes/opml-importer.php:75
1605
+ msgid "Howdy! Import your feeds here from an OPML (.xml) export file."
1606
+ msgstr ""
1607
+
1608
+ #: includes/opml-importer.php:76
1609
+ msgid "Click the button below, choose your file, and click 'Upload'."
1610
+ msgstr ""
1611
+
1612
+ #: includes/opml-importer.php:77
1613
+ msgid "We will take care of the rest."
1614
+ msgstr ""
1615
+
1616
+ #: includes/opml-importer.php:108
1617
+ msgid "Sorry, an error has been encountered."
1618
+ msgstr ""
1619
+
1620
+ #: includes/opml-importer.php:113
1621
+ msgid "Sorry, it seems your uploaded file has been misplaced!"
1622
+ msgstr ""
1623
+
1624
+ #: includes/opml-importer.php:114
1625
+ msgid "The uploaded file could not be found at "
1626
+ msgstr ""
1627
+
1628
+ #: includes/opml-importer.php:115
1629
+ msgid "It is likely that this was caused by a permissions problem."
1630
+ msgstr ""
1631
+
1632
+ #: includes/opml-importer.php:187
1633
+ msgid "Feeds were imported successfully!"
1634
+ msgstr ""
1635
+
1636
+ #: includes/opml-importer.php:194 includes/opml-importer.php:225
1637
+ msgid "ID"
1638
+ msgstr ""
1639
+
1640
+ #: includes/opml-importer.php:257
1641
+ msgid "WP RSS OPML"
1642
+ msgstr ""
1643
+
1644
+ #: includes/opml-importer.php:258
1645
+ msgid "Import Feeds from an OPML file into WP RSS Aggregator"
1646
+ msgstr ""
1647
+
1648
+ #: includes/scripts.php:31 includes/scripts.php:54
1649
+ msgid "Please wait ..."
1650
+ msgstr ""
1651
+
1652
+ #: includes/scripts.php:52
1653
+ msgid "Failed to import"
1654
+ msgstr ""
1655
+
1656
+ #: includes/scripts.php:53
1657
+ msgid "Items are importing"
1658
+ msgstr ""
1659
+
1660
+ #: includes/scripts.php:55
1661
+ msgid "Bulk Add"
1662
+ msgstr ""
1663
+
1664
+ #: includes/scripts.php:56
1665
+ msgid "OK"
1666
+ msgstr ""
1667
+
1668
+ #: includes/scripts.php:57
1669
+ msgid "Cancel"
1670
+ msgstr ""
1671
+
1672
+ #: includes/scripts.php:58
1673
+ msgid ""
1674
+ "The feed items listed here will be disregarded when importing new items from "
1675
+ "your feed sources."
1676
+ msgstr ""
1677
+
1678
+ #: includes/scripts.php:59
1679
+ msgid "Remove selected from Blacklist"
1680
+ msgstr ""
1681
+
1682
+ #: includes/scripts.php:72
1683
+ msgid "Activate"
1684
+ msgstr ""
1685
+
1686
+ #: includes/scripts.php:73
1687
+ msgid "Pause"
1688
+ msgstr ""
1689
+
1690
+ #: includes/scripts.php:101
1691
+ msgid "Activating..."
1692
+ msgstr ""
1693
+
1694
+ #: includes/scripts.php:102
1695
+ msgid "Deactivating..."
1696
+ msgstr ""
1697
+
1698
+ #: includes/system-info.php:27
1699
+ msgid "System Information"
1700
+ msgstr ""
1701
+
1702
+ #: includes/system-info.php:33
1703
+ msgid ""
1704
+ "To copy the system info, click below then press Ctrl + C (PC) or Cmd + C "
1705
+ "(Mac)."
1706
+ msgstr ""
1707
+
1708
+ #: includes/system-info.php:79
1709
+ msgid "Your server supports fsockopen."
1710
+ msgstr ""
1711
+
1712
+ #: includes/system-info.php:79
1713
+ msgid "Your server does not support fsockopen."
1714
+ msgstr ""
1715
+
1716
+ #: includes/system-info.php:152
1717
+ msgid "Download System Info File"
1718
+ msgstr ""
1719
+
1720
+ #: includes/update.php:67
1721
+ msgid "No Follow"
1722
+ msgstr ""
1723
+
1724
+ #: includes/update.php:69
1725
+ msgid "Follow"
1726
+ msgstr "Siga"
1727
+
1728
+ #: wp-rss-aggregator.php:263
1729
+ msgid "Help improve WP RSS Aggregator"
1730
+ msgstr ""
1731
+
1732
+ #: wp-rss-aggregator.php:263
1733
+ msgid ""
1734
+ "You've just installed WP RSS Aggregator. Please helps us improve it by "
1735
+ "allowing us to gather anonymous usage stats so we know which configurations, "
1736
+ "plugins and themes to test with."
1737
+ msgstr ""
1738
+
1739
+ #: wp-rss-aggregator.php:270
1740
+ msgid "Do not allow tracking"
1741
+ msgstr ""
1742
+
1743
+ #: wp-rss-aggregator.php:271
1744
+ msgid "Allow tracking"
1745
+ msgstr ""
1746
+
1747
+ #: wp-rss-aggregator.php:397
1748
+ msgid "This plugin requires WordPress version 3.3 or higher."
1749
+ msgstr ""
1750
+
1751
+ #~ msgid "Enter feed name here (e.g. WP Mayor)"
1752
+ #~ msgstr "Insira o nome do feed aqui (ex. WP Mayor)"
1753
+
1754
+ #~ msgid "No feed items found"
1755
+ #~ msgstr "Nenhum item de feed encontrado"
1756
+
1757
+ #~ msgid "This plugin requires WordPress version 3.2 or higher."
1758
+ #~ msgstr "Este plugin requer WordPress na versão 3.2 ou superior."
1759
+
1760
+ #~ msgid "Set links as"
1761
+ #~ msgstr "Configurar links como"
1762
+
1763
+ #~ msgid "Feed limit"
1764
+ #~ msgstr "Limite de Feed"
1765
+
1766
+ #~ msgid "No follow"
1767
+ #~ msgstr "Não siga"
1768
+
1769
+ #~ msgid "Once Weekly"
1770
+ #~ msgstr "Semanalmente"
1771
+
1772
+ #~ msgid "Feed"
1773
+ #~ msgstr "Feed"
1774
+
1775
+ #~ msgid "All Feed Sources"
1776
+ #~ msgstr "Todas as Fontes de Feed"
1777
+
1778
+ #~ msgid "Imported Feeds"
1779
+ #~ msgstr "Feeds Importados"
1780
+
1781
+ #~ msgid "Imported Feed"
1782
+ #~ msgstr "Feed Importado"
1783
+
1784
+ #~ msgid "View Imported Feed"
1785
+ #~ msgstr "Ver Feed Importado"
1786
+
1787
+ #~ msgid "Search Imported Feeds"
1788
+ #~ msgstr "Buscar Feeds Importados"
1789
+
1790
+ #~ msgid "No Imported Feeds Found"
1791
+ #~ msgstr "Nenhum Feed Importado Encontrado"
1792
+
1793
+ #~ msgid "No Imported Feeds Found In Trash"
1794
+ #~ msgstr "Nenhum Feed Importado Encontrado na Lixeira"
1795
+
1796
+ #~ msgid "Description"
1797
+ #~ msgstr "Descrição"
1798
+
1799
+ #~ msgid "WP RSS Aggregator Help"
1800
+ #~ msgstr "Ajuda do WP RSS Aggregator"
1801
+
1802
+ #~ msgid "Like this plugin?"
1803
+ #~ msgstr "Gostou deste plugin?"
1804
+
1805
+ #~ msgid "Follow us"
1806
+ #~ msgstr "Siga-nos"
1807
+
1808
+ #~ msgid "Enter feed URL (including http://)"
1809
+ #~ msgstr "Insira a URL do feed (incluindo http://)"
1810
+
1811
+ #~ msgid "A short description about this feed source (optional)"
1812
+ #~ msgstr "Uma descrição curta desta fonte de feed (opcional)"
1813
+
1814
+ #~ msgid "Delete Permanently"
1815
+ #~ msgstr "Apagar Permanentemente"
1816
+
1817
+ #~ msgid "Move to Trash"
1818
+ #~ msgstr "Mover para a Lixeira"
1819
+
1820
+ #~ msgid "Why not do any or all of the following"
1821
+ #~ msgstr "Por que não fazer qualquer ou todas as seguintes"
1822
+
1823
+ #~ msgid "Give it a 5 star rating on WordPress.org."
1824
+ #~ msgstr "Avaliar com 5 estrelas no WordPress.org."
1825
+
1826
+ #~ msgid "Donate a token of your appreciation."
1827
+ #~ msgstr "Doar um token de sua apreciação."
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.wprssaggregator.com
5
  Tags: rss, feeds, aggregation, rss to post, autoblog aggregator, rss import, feed aggregator, rss aggregator, multiple rss feeds, multi rss feeds, rss multi importer, feed import, feed import, multiple feed import, feed aggregation, rss feader, feed reader, feed to post, multiple feeds, multi feed importer, multi feed import, multi import, autoblogging, autoblogger, rss feeder, rss post importer, autoblog aggregator, autoblog, autopost, content curation, feedwordpress, wp rss multi import, hungryfeed, wp-o-matic, rss feed, rss feed to post, rss retriever, syndication
6
  Requires at least: 3.3
7
  Tested up to: 4.1
8
- Stable tag: 4.6.10
9
  License: GPLv2 or later
10
  The no.1 RSS feed importer for WordPress. Premium add-ons available for more functionality.
11
 
@@ -47,7 +47,7 @@ To [display your imported feed items](http://wordpress.org/plugins/wp-rss-aggreg
47
  = Premium Add-Ons =
48
  Add-Ons that add more functionality to the core plugin are [available for purchase](http://www.wprssaggregator.com/extensions/).
49
 
50
- * [Feed to Post](http://www.wprssaggregator.com/extensions/feed-to-post) - an advanced importer that lets you import RSS feeds into posts or custom post types. Populate a website in minutes (autoblog). This is the most popular extension.
51
  * [Keyword Filtering](http://www.wprssaggregator.com/extensions/keyword-filtering) - filter imported feeds based on keywords, so you only get items you're interested in.
52
  * [Excerpts & Thumbnails](http://www.wprssaggregator.com/extensions/excerpts-thumbnails) - display excerpts and thumbnails together with the title, date and source.
53
  * [Categories](http://www.wprssaggregator.com/extensions/categories) - categorise your feed sources and display items from a particular category at will within your site.
@@ -82,6 +82,8 @@ Instructions for plugin usage are available on the plugin's [documentation page]
82
  = Translations =
83
  * Italian - Davide De Maestri
84
  * Spanish - Andrew Kurtis
 
 
85
 
86
  == Installation ==
87
 
@@ -167,6 +169,12 @@ The full documentation section can be found on the [WP RSS Aggregator website](w
167
 
168
  == Changelog ==
169
 
 
 
 
 
 
 
170
  = 4.6.10 (2015-02-10) =
171
  * Enhanced: AJAX license activation.
172
  * Enhanced: License form more reliable.
5
  Tags: rss, feeds, aggregation, rss to post, autoblog aggregator, rss import, feed aggregator, rss aggregator, multiple rss feeds, multi rss feeds, rss multi importer, feed import, feed import, multiple feed import, feed aggregation, rss feader, feed reader, feed to post, multiple feeds, multi feed importer, multi feed import, multi import, autoblogging, autoblogger, rss feeder, rss post importer, autoblog aggregator, autoblog, autopost, content curation, feedwordpress, wp rss multi import, hungryfeed, wp-o-matic, rss feed, rss feed to post, rss retriever, syndication
6
  Requires at least: 3.3
7
  Tested up to: 4.1
8
+ Stable tag: 4.6.11
9
  License: GPLv2 or later
10
  The no.1 RSS feed importer for WordPress. Premium add-ons available for more functionality.
11
 
47
  = Premium Add-Ons =
48
  Add-Ons that add more functionality to the core plugin are [available for purchase](http://www.wprssaggregator.com/extensions/).
49
 
50
+ * [Feed to Post](http://www.wprssaggregator.com/extensions/feed-to-post) - an advanced importer that lets you import RSS to posts or custom post types. Populate a website in minutes (autoblog). This is the most popular extension.
51
  * [Keyword Filtering](http://www.wprssaggregator.com/extensions/keyword-filtering) - filter imported feeds based on keywords, so you only get items you're interested in.
52
  * [Excerpts & Thumbnails](http://www.wprssaggregator.com/extensions/excerpts-thumbnails) - display excerpts and thumbnails together with the title, date and source.
53
  * [Categories](http://www.wprssaggregator.com/extensions/categories) - categorise your feed sources and display items from a particular category at will within your site.
82
  = Translations =
83
  * Italian - Davide De Maestri
84
  * Spanish - Andrew Kurtis
85
+ * Brazilian Portugese - Bruno Calheira
86
+ * Dutch - Erick Suiker
87
 
88
  == Installation ==
89
 
169
 
170
  == Changelog ==
171
 
172
+ = 4.6.11 (2015-03-04) =
173
+ * Enhanced: The Help page now includes a support form if a premium add-on is detected.
174
+ * Enhanced: Updated some translations for admin options.
175
+ * Fixed bug: Help tooltips are now optimized for iPad screens.
176
+ * Fixed bug: Errors on the licensing page when a license code has not yet been entered.
177
+
178
  = 4.6.10 (2015-02-10) =
179
  * Enhanced: AJAX license activation.
180
  * Enhanced: License form more reliable.
wp-rss-aggregator.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP RSS Aggregator
4
  Plugin URI: http://www.wprssaggregator.com
5
  Description: Imports and aggregates multiple RSS Feeds using SimplePie
6
- Version: 4.6.10
7
  Author: Jean Galea
8
  Author URI: http://www.wprssaggregator.com
9
  License: GPLv2
@@ -29,7 +29,7 @@
29
 
30
  /**
31
  * @package WPRSSAggregator
32
- * @version 4.6.10
33
  * @since 1.0
34
  * @author Jean Galea <info@wprssaggregator.com>
35
  * @copyright Copyright (c) 2012-2015, Jean Galea
@@ -43,7 +43,7 @@
43
 
44
  // Set the version number of the plugin.
45
  if( !defined( 'WPRSS_VERSION' ) )
46
- define( 'WPRSS_VERSION', '4.6.10', true );
47
 
48
  // Set the database version number of the plugin.
49
  if( !defined( 'WPRSS_DB_VERSION' ) )
@@ -454,7 +454,7 @@
454
  * @return void
455
  */
456
  function wprss_load_textdomain() {
457
- load_plugin_textdomain( WPRSS_TEXT_DOMAIN, false, WPRSS_LANG );
458
  }
459
 
460
 
3
  Plugin Name: WP RSS Aggregator
4
  Plugin URI: http://www.wprssaggregator.com
5
  Description: Imports and aggregates multiple RSS Feeds using SimplePie
6
+ Version: 4.6.11
7
  Author: Jean Galea
8
  Author URI: http://www.wprssaggregator.com
9
  License: GPLv2
29
 
30
  /**
31
  * @package WPRSSAggregator
32
+ * @version 4.6.11
33
  * @since 1.0
34
  * @author Jean Galea <info@wprssaggregator.com>
35
  * @copyright Copyright (c) 2012-2015, Jean Galea
43
 
44
  // Set the version number of the plugin.
45
  if( !defined( 'WPRSS_VERSION' ) )
46
+ define( 'WPRSS_VERSION', '4.6.11', true );
47
 
48
  // Set the database version number of the plugin.
49
  if( !defined( 'WPRSS_DB_VERSION' ) )
454
  * @return void
455
  */
456
  function wprss_load_textdomain() {
457
+ load_plugin_textdomain( WPRSS_TEXT_DOMAIN, false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
458
  }
459
 
460