Related Posts for WordPress - Version 2.0.0

Version Description

Download this release

Release Info

Developer barrykooij
Plugin Icon 128x128 Related Posts for WordPress
Version 2.0.0
Comparing to
See all releases

Code changes from version 1.9.3 to 2.0.0

Files changed (47) hide show
  1. assets/css/install.css +1 -1
  2. assets/css/scss/install.scss +1 -1
  3. assets/css/scss/settings.scss +1 -1
  4. assets/css/settings.css +1 -1
  5. assets/js/edit-post.min.js +1 -1
  6. assets/js/install.min.js +1 -1
  7. assets/js/settings.min.js +1 -1
  8. classes/class-link-related-table.php +21 -9
  9. classes/class-post-link-manager.php +36 -0
  10. classes/class-related-post-manager.php +35 -10
  11. classes/class-related-word-manager.php +9 -5
  12. classes/class-rp4wp.php +1 -1
  13. classes/hooks/class-hook-link-related-screen.php +16 -7
  14. classes/hooks/class-hook-page-install.php +8 -3
  15. classes/hooks/class-hook-related-auto-link.php +1 -1
  16. classes/hooks/class-hook-related-save-words.php +1 -1
  17. classes/hooks/class-hook-related-update-link.php +59 -0
  18. classes/hooks/class-hook-settings-page.php +1 -1
  19. classes/meta-boxes/class-meta-box-manage.php +1 -1
  20. classes/settings/class-settings.php +21 -18
  21. composer.lock +9 -9
  22. includes/actions.php +1 -0
  23. languages/related-posts-for-wp-de_DE.mo +0 -0
  24. languages/related-posts-for-wp-de_DE.po +304 -165
  25. languages/related-posts-for-wp-fr_FR.mo +0 -0
  26. languages/related-posts-for-wp-fr_FR.po +228 -89
  27. languages/related-posts-for-wp-it_IT.mo +0 -0
  28. languages/related-posts-for-wp-it_IT.po +234 -95
  29. languages/related-posts-for-wp-nl_NL.mo +0 -0
  30. languages/related-posts-for-wp-nl_NL.po +234 -95
  31. languages/related-posts-for-wp-pt_BR.mo +0 -0
  32. languages/related-posts-for-wp-pt_BR.po +234 -95
  33. languages/related-posts-for-wp-pt_PT.mo +0 -0
  34. languages/related-posts-for-wp-pt_PT.po +233 -94
  35. languages/related-posts-for-wp-sr_RS.mo +0 -0
  36. languages/related-posts-for-wp-sr_RS.po +229 -90
  37. languages/related-posts-for-wp-sv_SE.mo +0 -0
  38. languages/related-posts-for-wp-sv_SE.po +229 -90
  39. languages/related-posts-for-wp-uk_UA.mo +0 -0
  40. languages/related-posts-for-wp-uk_UA.po +227 -88
  41. readme.txt +17 -4
  42. related-posts-for-wp.php +1 -1
  43. vendor/autoload_52.php +1 -1
  44. vendor/composer/ClassLoader.php +4 -4
  45. vendor/composer/autoload_classmap.php +1 -0
  46. vendor/composer/autoload_real.php +0 -5
  47. vendor/composer/autoload_real_52.php +3 -3
assets/css/install.css CHANGED
@@ -1 +1 @@
1
- .install-steps li{width:33%;padding:10px 15px;font-weight:700;color:#eee;background:#222;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.install-steps li.step-bar-active{background:#0074a2}.install-steps li:first-child{margin-left:0}.rp4wp-step #progress-container{display:none;margin:20px 0 0}.rp4wp-step #progress-container p{font-weight:700}.rp4wp-step #progress-container #progressbar span{line-height:28px;display:block;text-align:right;padding-right:10px;color:#3B3B3B}.rp4wp-step .rp4wp-install-link-box label{padding-right:20px}.rp4wp-step .rp4wp-install-link-box input{width:40px;text-align:center}.rp4wp-step .rp4wp-install-link-box a.rp4wp-link-now-btn{margin-left:20px;margin-right:10px}.rp4wp-step .rp4wp-box-upgrade{background:#222;color:#ddd;margin:25px 0 0;padding:20px 20px 10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.rp4wp-step .rp4wp-box-upgrade h3{color:#fff;border:0;padding:0;margin:0}.rp4wp-step .rp4wp-box-upgrade a{color:#2ea2cc;font-weight:700}.rp4wp-install-link-box{display:inline;padding:15px;border:1px solid #0074a2}.rp4wp-step-2 #progressbar{margin-top:30px}
1
+ .install-steps li{width:33%;padding:10px 15px;font-weight:700;color:#eee;background:#222;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.install-steps li.step-bar-active{background:#0074a2}.install-steps li:first-child{margin-left:0}.rp4wp-step #progress-container{display:none;margin:20px 0 0}.rp4wp-step #progress-container p{font-weight:700}.rp4wp-step #progress-container #progressbar span{line-height:28px;display:block;text-align:right;padding-right:10px;color:#3B3B3B}.rp4wp-step .rp4wp-install-link-box label{padding-right:20px}.rp4wp-step .rp4wp-install-link-box input{width:40px;text-align:center}.rp4wp-step .rp4wp-install-link-box a.rp4wp-link-now-btn{margin-left:20px;margin-right:10px}.rp4wp-step .rp4wp-box-upgrade-black{background:#222;color:#ddd;margin:25px 0 0;padding:20px 20px 10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.rp4wp-step .rp4wp-box-upgrade-black h3{color:#fff;border:0;padding:0;margin:0}.rp4wp-step .rp4wp-box-upgrade-black a{color:#2ea2cc;font-weight:700}.rp4wp-install-link-box{display:inline;padding:15px;border:1px solid #0074a2}.rp4wp-step-2 #progressbar{margin-top:30px}
assets/css/scss/install.scss CHANGED
@@ -53,7 +53,7 @@
53
  }
54
  }
55
 
56
- .rp4wp-box-upgrade {
57
  background: #222;
58
  color: #ddd;
59
  margin: 25px 0 0;
53
  }
54
  }
55
 
56
+ .rp4wp-box-upgrade-black {
57
  background: #222;
58
  color: #ddd;
59
  margin: 25px 0 0;
assets/css/scss/settings.scss CHANGED
@@ -52,7 +52,7 @@
52
 
53
  }
54
 
55
- .rp4wp-box-upgrade {
56
  background: #222;
57
  color: #ddd;
58
  padding: 20px 20px 10px;
52
 
53
  }
54
 
55
+ .rp4wp-box-upgrade-black {
56
  background: #222;
57
  color: #ddd;
58
  padding: 20px 20px 10px;
assets/css/settings.css CHANGED
@@ -1 +1 @@
1
- .rp4wp-content{width:65%;float:left;box-sizing:border-box}.rp4wp-content .rp4wp-settings-section{display:none}.rp4wp-content #rp4wp-settings-general{display:block}.rp4wp-content input.rp4wp-input-text{width:100%}.rp4wp-content textarea{width:100%;height:150px}.rp4wp-content small{color:orange}.rp4wp-content .rp4wp-description{display:block;margin:5px 0;line-height:1.4em;color:#666;font-style:italic}.rp4wp-sidebar{width:33%;margin-left:2%;padding:0 0 0 2%;border-left:1px solid #ccc;float:left;box-sizing:border-box}.rp4wp-sidebar .rp4wp-box{margin-bottom:20px}.rp4wp-sidebar .rp4wp-box h3.rp4wp-title{padding-bottom:5px;border-bottom:1px solid #ccc}.rp4wp-sidebar .rp4wp-box-upgrade{background:#222;color:#ddd;padding:20px 20px 10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.rp4wp-sidebar .rp4wp-box-upgrade h3{color:#fff;border:0;padding:0;margin:0}.rp4wp-sidebar .rp4wp-box-upgrade ul{list-style:square;margin-left:20px}.rp4wp-sidebar .rp4wp-box-upgrade a.button-primary{font-weight:700}
1
+ .rp4wp-content{width:65%;float:left;box-sizing:border-box}.rp4wp-content .rp4wp-settings-section{display:none}.rp4wp-content #rp4wp-settings-general{display:block}.rp4wp-content input.rp4wp-input-text{width:100%}.rp4wp-content textarea{width:100%;height:150px}.rp4wp-content small{color:orange}.rp4wp-content .rp4wp-description{display:block;margin:5px 0;line-height:1.4em;color:#666;font-style:italic}.rp4wp-sidebar{width:33%;margin-left:2%;padding:0 0 0 2%;border-left:1px solid #ccc;float:left;box-sizing:border-box}.rp4wp-sidebar .rp4wp-box{margin-bottom:20px}.rp4wp-sidebar .rp4wp-box h3.rp4wp-title{padding-bottom:5px;border-bottom:1px solid #ccc}.rp4wp-sidebar .rp4wp-box-upgrade-black{background:#222;color:#ddd;padding:20px 20px 10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.rp4wp-sidebar .rp4wp-box-upgrade-black h3{color:#fff;border:0;padding:0;margin:0}.rp4wp-sidebar .rp4wp-box-upgrade-black ul{list-style:square;margin-left:20px}.rp4wp-sidebar .rp4wp-box-upgrade-black a.button-primary{font-weight:700}
assets/js/edit-post.min.js CHANGED
@@ -1 +1 @@
1
- function RP4WP_Related_Manager(a){this.container=a,this.init=function(){this.bind(),this.make_sortable()},this.bind=function(){var a=this;jQuery(this.container).find(".rp4wp_table_manage .trash a").bind("click",function(){a.delete_child(this)})},this.fix_helper=function(a,b){return b.children().each(function(){jQuery(this).width(jQuery(this).width())}),b},this.make_sortable=function(){var a=this,b=jQuery(this.container).find(".sortable tbody");b.sortable({helper:a.fix_helper,update:function(){jQuery(a.container).parent().parent().find("h3").eq(0).append(jQuery("<img>").attr("src",jQuery("#rp4wp-dir-img").val()+"ajax-loader.gif").addClass("rp4wp_ajaxloader")),opts={url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"rp4wp_related_sort",rp4wp_items:b.sortable("toArray").toString(),nonce:jQuery(a.container).find("#rp4wp-ajax-nonce").val()},success:function(){jQuery(".rp4wp_ajaxloader").remove()},error:function(){jQuery(".rp4wp_ajaxloader").remove()}},jQuery.ajax(opts)}})},this.delete_child=function(a){var b=confirm(rp4wp_js.confirm_delete_related_post);if(b){var c=this,d={url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"rp4wp_delete_link",id:jQuery(a).closest("tr").attr("id"),nonce:jQuery(c.container).find("#rp4wp-ajax-nonce").val()},success:function(){jQuery(a).closest("tr").fadeTo("fast",0).slideUp(function(){jQuery(this).remove()})},error:function(){}};jQuery.ajax(d)}},this.init()}jQuery(function(a){a.each(a(".rp4wp_mb_manage"),function(a,b){new RP4WP_Related_Manager(b)})});
1
+ function RP4WP_Related_Manager(a){this.container=a,this.init=function(){this.bind(),this.make_sortable()},this.bind=function(){var a=this;jQuery(this.container).find(".rp4wp_table_manage .trash a").bind("click",function(){a.delete_child(this)})},this.fix_helper=function(a,b){return b.children().each(function(){jQuery(this).width(jQuery(this).width())}),b},this.make_sortable=function(){var a=this,b=jQuery(this.container).find(".sortable tbody");b.sortable({helper:a.fix_helper,update:function(c,d){jQuery(a.container).parent().parent().find("h3").eq(0).append(jQuery("<img>").attr("src",jQuery("#rp4wp-dir-img").val()+"ajax-loader.gif").addClass("rp4wp_ajaxloader")),opts={url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"rp4wp_related_sort",rp4wp_items:b.sortable("toArray").toString(),nonce:jQuery(a.container).find("#rp4wp-ajax-nonce").val()},success:function(a){jQuery(".rp4wp_ajaxloader").remove()},error:function(a,b,c){jQuery(".rp4wp_ajaxloader").remove()}},jQuery.ajax(opts)}})},this.delete_child=function(a){var b=confirm(rp4wp_js.confirm_delete_related_post);if(b){var c=this,d={url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"rp4wp_delete_link",id:jQuery(a).closest("tr").attr("id"),nonce:jQuery(c.container).find("#rp4wp-ajax-nonce").val()},success:function(b){jQuery(a).closest("tr").fadeTo("fast",0).slideUp(function(){jQuery(this).remove()})},error:function(a,b,c){}};jQuery.ajax(d)}},this.init()}jQuery(function(a){a.each(a(".rp4wp_mb_manage"),function(a,b){new RP4WP_Related_Manager(b)})});
assets/js/install.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready(function(a){function b(b){this.step=b,this.total_posts=0,this.ppr=null,this.action=null,this.percentage_object=null,this.nonce=null,this.do_request=function(){var b=this;a.post(ajaxurl,{action:this.action,nonce:a("#rp4wp-ajax-nonce").val(),ppr:this.ppr,rel_amount:a("#rp4wp_related_posts_amount").val()},function(a){var c=new RegExp("^[0-9]+$");if(a=a.trim(),c.test(a)){var d=parseInt(a);b.do_progressbar(d),d>0?b.do_request():b.done()}else alert("Woops! Something went wrong while linking.\n\nResponse:\n\n"+a)})},this.done=function(){a("#progressbar").progressbar({value:100}),window.location=a("#rp4wp_admin_url").val()+"?page=rp4wp_install&rp4wp_nonce="+this.nonce+"&step="+(this.step+1)},this.do_progressbar=function(b){var c=this.total_posts-b;0>c&&(c=0),jQuery("#progress-done").html(c),jQuery("#progress-todo").html(b);var d=Math.round(c/this.total_posts*100);d>0&&(this.percentage_object.html(d+"%"),a("#progressbar").progressbar({value:d}))},this.init=function(){switch(a("#progressbar").progressbar({value:!1}),this.percentage_object=jQuery("<span>"),a("#progressbar").find("div:first").append(this.percentage_object),this.do_progressbar(a("#rp4wp_posts_todo").val()),this.total_posts=a("#rp4wp_total_posts").val(),this.nonce=a("#rp4wp_nonce").val(),this.step){case 1:this.ppr=25,this.action="rp4wp_install_save_words";break;case 2:this.ppr=5,this.action="rp4wp_install_link_posts"}jQuery("#progress-container").show(),this.do_request()},this.init()}var c=a(".rp4wp-step").attr("rel");1==c?b(1):2==c&&a("#rp4wp-link-now").click(function(){b(2)})});
1
+ jQuery(document).ready(function(a){function b(b){this.step=b,this.total_posts=0,this.ppr=null,this.action=null,this.percentage_object=null,this.nonce=null,this.do_request=function(){var b=this;a.post(ajaxurl,{action:this.action,nonce:a("#rp4wp-ajax-nonce").val(),ppr:this.ppr,rel_amount:a("#rp4wp_related_posts_amount").val()},function(a){var c=new RegExp("^[0-9]+$");if(a=a.trim(),c.test(a)){var d=parseInt(a);b.do_progressbar(d),d>0?b.do_request():b.done()}else alert("Woops! Something went wrong while linking.\n\nResponse:\n\n"+a)})},this.done=function(){a("#progressbar").progressbar({value:100}),window.location=a("#rp4wp_admin_url").val()+"?page=rp4wp_install&rp4wp_nonce="+this.nonce+"&step="+(this.step+1)},this.do_progressbar=function(b){var c=this.total_posts-b;c<0&&(c=0),jQuery("#progress-done").html(c),jQuery("#progress-todo").html(b);var d=Math.round(c/this.total_posts*100);d>0&&(this.percentage_object.html(d+"%"),a("#progressbar").progressbar({value:d}))},this.init=function(){switch(a("#progressbar").progressbar({value:!1}),this.percentage_object=jQuery("<span>"),a("#progressbar").find("div:first").append(this.percentage_object),this.do_progressbar(a("#rp4wp_posts_todo").val()),this.total_posts=a("#rp4wp_total_posts").val(),this.nonce=a("#rp4wp_nonce").val(),this.step){case 1:this.ppr=25,this.action="rp4wp_install_save_words";break;case 2:this.ppr=5,this.action="rp4wp_install_link_posts"}jQuery("#progress-container").show(),this.do_request()},this.init()}var c=a(".rp4wp-step").attr("rel");1==c?b(1):2==c&&a("#rp4wp-link-now").click(function(){b(2)})});
assets/js/settings.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(a){var b=!1;a("#rp4wp-settings-form").submit(function(){return b?!1:(b=!0,a(this).find("#submit").attr("disabled","disabled").val("Saving ..."),!0)}),a(".nav-tab-wrapper a").click(function(){return a(".rp4wp-settings-section").hide(),a(".nav-tab-active").removeClass("nav-tab-active"),a(a(this).attr("href")).show(),a(this).addClass("nav-tab-active"),!1}),a(".nav-tab-wrapper a:first").click()});
1
+ jQuery(function(a){var b=!1;a("#rp4wp-settings-form").submit(function(){return!b&&(b=!0,a(this).find("#submit").attr("disabled","disabled").val("Saving ..."),!0)}),a(".nav-tab-wrapper a").click(function(){return a(".rp4wp-settings-section").hide(),a(".nav-tab-active").removeClass("nav-tab-active"),a(a(this).attr("href")).show(),a(this).addClass("nav-tab-active"),!1}),a(".nav-tab-wrapper a:first").click()});
classes/class-link-related-table.php CHANGED
@@ -91,8 +91,9 @@ class RP4WP_Link_Related_Table extends WP_List_Table {
91
  */
92
  public function get_columns() {
93
  $columns = array(
94
- 'cb' => '<input type="checkbox" />',
95
- 'title' => __( 'Title', 'related-posts-for-wp' ),
 
96
  );
97
 
98
  return $columns;
@@ -144,7 +145,7 @@ class RP4WP_Link_Related_Table extends WP_List_Table {
144
 
145
  // the posts query
146
  $post_query = new WP_Query( array(
147
- 'post_type' => 'post',
148
  'posts_per_page' => $per_page,
149
  'paged' => $paged,
150
  'suppress_filters' => false,
@@ -170,7 +171,16 @@ class RP4WP_Link_Related_Table extends WP_List_Table {
170
  // Format data for table
171
  if ( count( $posts ) > 0 ) {
172
  foreach ( $posts as $post ) {
173
- $this->data[] = array( 'ID' => $post->ID, 'title' => $post->post_title );
 
 
 
 
 
 
 
 
 
174
  }
175
  }
176
 
@@ -197,7 +207,8 @@ class RP4WP_Link_Related_Table extends WP_List_Table {
197
  public function get_sortable_columns() {
198
  $sortable_columns = array();
199
  if ( ! $this->is_related ) {
200
- $sortable_columns['title'] = array( 'title', false );
 
201
  }
202
 
203
  return $sortable_columns;
@@ -267,13 +278,14 @@ class RP4WP_Link_Related_Table extends WP_List_Table {
267
  * @param $item
268
  * @param $column_name
269
  *
270
- * @return mixed
271
  */
272
  public function column_default( $item, $column_name ) {
273
- switch ( $column_name ) {
274
- case 'title':
275
- return $item[ $column_name ];
276
  }
 
 
277
  }
278
 
279
  /**
91
  */
92
  public function get_columns() {
93
  $columns = array(
94
+ 'cb' => '<input type="checkbox" />',
95
+ 'title' => __( 'Title', 'related-posts-for-wp' ),
96
+ 'post_date' => __( 'Post Date', 'related-posts-for-wp' ),
97
  );
98
 
99
  return $columns;
145
 
146
  // the posts query
147
  $post_query = new WP_Query( array(
148
+ 'post_type' => RP4WP_Related_Post_Manager::get_supported_post_types(),
149
  'posts_per_page' => $per_page,
150
  'paged' => $paged,
151
  'suppress_filters' => false,
171
  // Format data for table
172
  if ( count( $posts ) > 0 ) {
173
  foreach ( $posts as $post ) {
174
+
175
+ // Related results only contain ID to keep query fast. Rather have an extra query per post on manual linking than a much heavier query for all linking.
176
+ if ( ! isset( $post->post_date ) ) {
177
+ $post = get_post( $post->ID );
178
+ }
179
+
180
+ $this->data[] = array( 'ID' => $post->ID,
181
+ 'title' => $post->post_title,
182
+ 'post_date' => date_i18n( get_option( 'date_format' ), strtotime( $post->post_date ) )
183
+ );
184
  }
185
  }
186
 
207
  public function get_sortable_columns() {
208
  $sortable_columns = array();
209
  if ( ! $this->is_related ) {
210
+ $sortable_columns['title'] = array( 'title', false );
211
+ $sortable_columns['post_date'] = array( 'post_date', false );
212
  }
213
 
214
  return $sortable_columns;
278
  * @param $item
279
  * @param $column_name
280
  *
281
+ * @return string
282
  */
283
  public function column_default( $item, $column_name ) {
284
+ if ( isset( $item[ $column_name ] ) ) {
285
+ return $item[ $column_name ];
 
286
  }
287
+
288
+ return '';
289
  }
290
 
291
  /**
classes/class-post-link-manager.php CHANGED
@@ -249,6 +249,42 @@ class RP4WP_Post_Link_Manager {
249
  return $children;
250
  }
251
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
252
  /**
253
  * Custom sort method to reorder children
254
  *
249
  return $children;
250
  }
251
 
252
+
253
+ /**
254
+ * Get parents based on link_id and child_id.
255
+ *
256
+ * @access public
257
+ *
258
+ * @param int $child_id
259
+ *
260
+ * @return array
261
+ */
262
+ public function get_parents( $child_id ) {
263
+
264
+ // build link args
265
+ $link_args = $this->create_link_args( RP4WP_Constants::PM_CHILD, $child_id );
266
+ $link_args['fields'] = 'ids';
267
+
268
+ /**
269
+ * Filter args for link query
270
+ */
271
+ $link_args = apply_filters( 'rp4wp_get_parents_link_args', $link_args, $child_id );
272
+
273
+ // Create link query
274
+ $wp_query = new WP_Query();
275
+ $link_post_ids = $wp_query->query( $link_args );
276
+
277
+ $parents = array();
278
+ if ( ! empty( $link_post_ids ) ) {
279
+ foreach ( $link_post_ids as $link_post_id ) {
280
+ // Add post to correct original sort key
281
+ $parents[ $link_post_id ] = get_post( get_post_meta( $link_post_id, RP4WP_Constants::PM_PARENT, true ) );
282
+ }
283
+ }
284
+
285
+ return $parents;
286
+ }
287
+
288
  /**
289
  * Custom sort method to reorder children
290
  *
classes/class-related-post-manager.php CHANGED
@@ -19,17 +19,17 @@ class RP4WP_Related_Post_Manager {
19
 
20
  // Build SQl
21
  $sql = "
22
- SELECT P.`ID`, P.`post_title`, SUM( R.`weight` ) AS `related_weight`
23
  FROM `" . RP4WP_Related_Word_Manager::get_database_table() . "` O
24
  INNER JOIN `" . RP4WP_Related_Word_Manager::get_database_table() . "` R ON R.`word` = O.`word`
25
  INNER JOIN `" . $wpdb->posts . "` P ON P.`ID` = R.`post_id`
26
  WHERE 1=1
27
  AND O.`post_id` = %d
28
- AND R.`post_type` = 'post'
29
  AND R.`post_id` != %d
30
  AND P.`post_status` = 'publish'
31
  GROUP BY P.`id`
32
- ORDER BY `related_weight` DESC
33
  ";
34
 
35
  // Check & Add Limit
@@ -37,10 +37,10 @@ class RP4WP_Related_Post_Manager {
37
  $sql .= "
38
  LIMIT 0,%d";
39
  // Prepare SQL
40
- $sql = $wpdb->prepare( $sql, $post_id, $post_id, $limit );
41
  } else {
42
  // Prepare SQL
43
- $sql = $wpdb->prepare( $sql, $post_id, $post_id );
44
  }
45
 
46
  // Get post from related cache
@@ -57,7 +57,7 @@ class RP4WP_Related_Post_Manager {
57
  public function get_not_auto_linked_posts_ids( $limit ) {
58
  return get_posts( array(
59
  'fields' => 'ids',
60
- 'post_type' => 'post',
61
  'posts_per_page' => $limit,
62
  'post_status' => 'publish',
63
  'meta_query' => array(
@@ -98,7 +98,7 @@ class RP4WP_Related_Post_Manager {
98
  public function get_unlinked_post_count() {
99
  global $wpdb;
100
 
101
- $post_count = $wpdb->get_var( "SELECT COUNT(P.ID) FROM " . $wpdb->posts . " P LEFT JOIN ".$wpdb->postmeta." PM ON (P.ID = PM.post_id AND PM.meta_key = '" . RP4WP_Constants::PM_POST_AUTO_LINKED . "') WHERE 1=1 AND P.post_type = 'post' AND P.post_status = 'publish' AND PM.post_id IS NULL GROUP BY P.post_status" );
102
 
103
  if ( ! is_numeric( $post_count ) ) {
104
  $post_count = 0;
@@ -141,7 +141,10 @@ class RP4WP_Related_Post_Manager {
141
 
142
  // Set the correct ID's for batch meta insert
143
  foreach ( $batch_data as $bk => $bd ) {
144
- $batch_data[$bk]['meta'] = array_map( array( $this, 'batch_data_set_pid' ), $bd['meta'], array_fill( 0, count( $bd['meta'] ), $pid ) );
 
 
 
145
  $pid ++;
146
  }
147
 
@@ -150,7 +153,7 @@ class RP4WP_Related_Post_Manager {
150
  (`post_id`,`meta_key`,`meta_value`)
151
  VALUES
152
  " . implode( ',', array_map( array( $this, 'batch_data_get_meta' ), $batch_data ) ) . "
153
- ");
154
 
155
  }
156
 
@@ -184,7 +187,7 @@ class RP4WP_Related_Post_Manager {
184
  * @return string
185
  */
186
  public function batch_data_get_meta( $batch ) {
187
- return implode(',',$batch['meta']);
188
  }
189
 
190
  /**
@@ -227,4 +230,26 @@ class RP4WP_Related_Post_Manager {
227
  return true;
228
  }
229
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  }
19
 
20
  // Build SQl
21
  $sql = "
22
+ SELECT P.`ID`, P.`post_title`, ( SUM( O.`weight` ) * SUM( R.`weight` ) ) AS `CMS`
23
  FROM `" . RP4WP_Related_Word_Manager::get_database_table() . "` O
24
  INNER JOIN `" . RP4WP_Related_Word_Manager::get_database_table() . "` R ON R.`word` = O.`word`
25
  INNER JOIN `" . $wpdb->posts . "` P ON P.`ID` = R.`post_id`
26
  WHERE 1=1
27
  AND O.`post_id` = %d
28
+ AND R.`post_type` = %s
29
  AND R.`post_id` != %d
30
  AND P.`post_status` = 'publish'
31
  GROUP BY P.`id`
32
+ ORDER BY `CMS` DESC
33
  ";
34
 
35
  // Check & Add Limit
37
  $sql .= "
38
  LIMIT 0,%d";
39
  // Prepare SQL
40
+ $sql = $wpdb->prepare( $sql, $post_id, get_post_type( $post_id ), $post_id, $limit );
41
  } else {
42
  // Prepare SQL
43
+ $sql = $wpdb->prepare( $sql, $post_id, get_post_type( $post_id ), $post_id );
44
  }
45
 
46
  // Get post from related cache
57
  public function get_not_auto_linked_posts_ids( $limit ) {
58
  return get_posts( array(
59
  'fields' => 'ids',
60
+ 'post_type' => RP4WP_Related_Post_Manager::get_supported_post_types(),
61
  'posts_per_page' => $limit,
62
  'post_status' => 'publish',
63
  'meta_query' => array(
98
  public function get_unlinked_post_count() {
99
  global $wpdb;
100
 
101
+ $post_count = $wpdb->get_var( "SELECT COUNT(P.ID) FROM " . $wpdb->posts . " P LEFT JOIN " . $wpdb->postmeta . " PM ON (P.ID = PM.post_id AND PM.meta_key = '" . RP4WP_Constants::PM_POST_AUTO_LINKED . "') WHERE 1=1 AND P.post_type IN ('" . implode( "','", RP4WP_Related_Post_Manager::get_supported_post_types() ) . "') AND P.post_status = 'publish' AND PM.post_id IS NULL GROUP BY P.post_status" );
102
 
103
  if ( ! is_numeric( $post_count ) ) {
104
  $post_count = 0;
141
 
142
  // Set the correct ID's for batch meta insert
143
  foreach ( $batch_data as $bk => $bd ) {
144
+ $batch_data[ $bk ]['meta'] = array_map( array(
145
+ $this,
146
+ 'batch_data_set_pid'
147
+ ), $bd['meta'], array_fill( 0, count( $bd['meta'] ), $pid ) );
148
  $pid ++;
149
  }
150
 
153
  (`post_id`,`meta_key`,`meta_value`)
154
  VALUES
155
  " . implode( ',', array_map( array( $this, 'batch_data_get_meta' ), $batch_data ) ) . "
156
+ " );
157
 
158
  }
159
 
187
  * @return string
188
  */
189
  public function batch_data_get_meta( $batch ) {
190
+ return implode( ',', $batch['meta'] );
191
  }
192
 
193
  /**
230
  return true;
231
  }
232
 
233
+ /**
234
+ * Returns array with escaped supported post types
235
+ * @return array
236
+ */
237
+ public static function get_supported_post_types() {
238
+
239
+ // get post types
240
+ $post_types = apply_filters( 'rp4wp_supported_post_types', array( 'post' ) );
241
+
242
+ // at least 1 supported post type is needed
243
+ if ( ! is_array( $post_types ) || count( $post_types ) < 1 ) {
244
+ $post_types = array( 'post' );
245
+ }
246
+
247
+ // escape values
248
+ foreach( $post_types as $pk => $pv ) {
249
+ $post_types[ $pk ] = esc_sql( $pv );
250
+ }
251
+
252
+ return $post_types;
253
+ }
254
+
255
  }
classes/class-related-word-manager.php CHANGED
@@ -338,6 +338,9 @@ class RP4WP_Related_Word_Manager {
338
  // Check words
339
  if ( is_array( $words ) && count( $words ) > 0 ) {
340
 
 
 
 
341
  // Delete all currents words of post
342
  $this->delete_words( $post_id );
343
 
@@ -351,7 +354,7 @@ class RP4WP_Related_Word_Manager {
351
  $params[] = $post_id;
352
  $params[] = $word;
353
  $params[] = $amount;
354
- $params[] = 'post';
355
  }
356
 
357
  // add VALUES pairs
@@ -378,13 +381,14 @@ class RP4WP_Related_Word_Manager {
378
 
379
  $sql = "SELECT p.ID FROM {$wpdb->posts} p";
380
  $sql .= " LEFT JOIN {$words_table} w ON w.post_id = p.ID";
381
- $sql .= " WHERE p.post_type = 'post' AND p.post_status = 'publish'";
382
 
383
  // limit result to post rows WITHOUT joined rows
384
  $sql .= ' AND w.post_id IS NULL';
385
 
386
  if( $limit > 0 ) {
387
- $sql .= sprintf( ' LIMIT %d', $limit );
 
388
  }
389
 
390
  return $wpdb->get_col( $sql );
@@ -404,7 +408,7 @@ class RP4WP_Related_Word_Manager {
404
 
405
  $sql = "SELECT COUNT(p.ID) FROM {$wpdb->posts} p";
406
  $sql .= " LEFT JOIN {$words_table} w ON w.post_id = p.ID";
407
- $sql .= " WHERE p.post_type = 'post' AND p.post_status = 'publish'";
408
 
409
  // limit result to post rows WITHOUT joined rows
410
  $sql .= ' AND w.post_id IS NULL';
@@ -441,7 +445,7 @@ class RP4WP_Related_Word_Manager {
441
  public function get_word_count() {
442
  global $wpdb;
443
 
444
- return $wpdb->get_var( "SELECT COUNT(word) FROM `" . self::get_database_table() . "` WHERE `post_type` = 'post'" );
445
  }
446
 
447
  /**
338
  // Check words
339
  if ( is_array( $words ) && count( $words ) > 0 ) {
340
 
341
+ // get post type of given post
342
+ $post_type = get_post_type( $post_id );
343
+
344
  // Delete all currents words of post
345
  $this->delete_words( $post_id );
346
 
354
  $params[] = $post_id;
355
  $params[] = $word;
356
  $params[] = $amount;
357
+ $params[] = $post_type;
358
  }
359
 
360
  // add VALUES pairs
381
 
382
  $sql = "SELECT p.ID FROM {$wpdb->posts} p";
383
  $sql .= " LEFT JOIN {$words_table} w ON w.post_id = p.ID";
384
+ $sql .= " WHERE p.post_type IN ('" . implode( "','", RP4WP_Related_Post_Manager::get_supported_post_types() ) . "') AND p.post_status = 'publish'";
385
 
386
  // limit result to post rows WITHOUT joined rows
387
  $sql .= ' AND w.post_id IS NULL';
388
 
389
  if( $limit > 0 ) {
390
+ $sql .= ' LIMIT %d';
391
+ $sql = $wpdb->prepare( $sql, $limit );
392
  }
393
 
394
  return $wpdb->get_col( $sql );
408
 
409
  $sql = "SELECT COUNT(p.ID) FROM {$wpdb->posts} p";
410
  $sql .= " LEFT JOIN {$words_table} w ON w.post_id = p.ID";
411
+ $sql .= " WHERE p.post_type IN ('" . implode( "','", RP4WP_Related_Post_Manager::get_supported_post_types() ) . "') AND p.post_status = 'publish'";
412
 
413
  // limit result to post rows WITHOUT joined rows
414
  $sql .= ' AND w.post_id IS NULL';
445
  public function get_word_count() {
446
  global $wpdb;
447
 
448
+ return $wpdb->get_var( "SELECT COUNT(word) FROM `" . self::get_database_table() . "` WHERE `post_type` IN ('" . implode( "','", RP4WP_Related_Post_Manager::get_supported_post_types() ) . "') " );
449
  }
450
 
451
  /**
classes/class-rp4wp.php CHANGED
@@ -8,7 +8,7 @@ class RP4WP {
8
 
9
  private static $instance = null;
10
 
11
- const VERSION = '1.9.3';
12
 
13
  /**
14
  * @var RP4WP_Settings
8
 
9
  private static $instance = null;
10
 
11
+ const VERSION = '2.0.0';
12
 
13
  /**
14
  * @var RP4WP_Settings
classes/hooks/class-hook-link-related-screen.php CHANGED
@@ -9,12 +9,15 @@ class RP4WP_Hook_Link_Related_Screen extends RP4WP_Hook {
9
 
10
  public function run() {
11
 
12
- // catch search requests
13
- $this->catch_search();
14
-
15
  $this->handle_create_link();
 
 
16
  $this->handle_bulk_link();
17
 
 
 
 
18
  // Add Page
19
  $screen_hook = add_submenu_page( null, 'Link_Related_Screen', 'Link_Related_Screen', 'edit_posts', 'rp4wp_link_related', array( $this, 'content' ) );
20
 
@@ -37,11 +40,17 @@ class RP4WP_Hook_Link_Related_Screen extends RP4WP_Hook {
37
  * Catch post search requests on our manually linking page and do a post to get
38
  */
39
  private function catch_search() {
40
- if ( isset( $_GET['page'] ) && 'rp4wp_link_related' == $_GET['page'] && ! empty( $_POST['s'] ) ) {
41
-
 
 
 
 
 
 
 
42
  // post to get solution
43
- wp_redirect( add_query_arg( 's', $_POST['s'], admin_url( sprintf( 'admin.php?page=rp4wp_link_related&rp4wp_parent=%d&rp4wp_view=%s', absint( $_GET['rp4wp_parent'] ), $_GET['rp4wp_view'] ) ) ), 302 );
44
-
45
  exit;
46
  }
47
  }
9
 
10
  public function run() {
11
 
12
+ // handle singular link request
 
 
13
  $this->handle_create_link();
14
+
15
+ // handle bulk link request
16
  $this->handle_bulk_link();
17
 
18
+ // catch search requests
19
+ $this->catch_search();
20
+
21
  // Add Page
22
  $screen_hook = add_submenu_page( null, 'Link_Related_Screen', 'Link_Related_Screen', 'edit_posts', 'rp4wp_link_related', array( $this, 'content' ) );
23
 
40
  * Catch post search requests on our manually linking page and do a post to get
41
  */
42
  private function catch_search() {
43
+ if ( isset( $_GET['page'] ) && 'rp4wp_link_related' == $_GET['page'] && isset ( $_POST['s'] ) ) {
44
+ $base_url = admin_url( sprintf( 'admin.php?page=rp4wp_link_related&rp4wp_parent=%d&rp4wp_view=%s', absint( $_GET['rp4wp_parent'] ), $_GET['rp4wp_view'] ) );
45
+ if ( ! empty( $_POST['s'] ) ) {
46
+ $s = urlencode( $_POST['s'] );
47
+ // post to get solution
48
+ $url = add_query_arg( 's', $s, $base_url );
49
+ } else {
50
+ $url = remove_query_arg( 's', $base_url );
51
+ }
52
  // post to get solution
53
+ wp_redirect( $url, 302 );
 
54
  exit;
55
  }
56
  }
classes/hooks/class-hook-page-install.php CHANGED
@@ -31,7 +31,7 @@ class RP4WP_Hook_Page_Install extends RP4WP_Hook {
31
  'jquery-ui-core',
32
  'jquery-ui-progressbar'
33
  ), RP4WP::VERSION );
34
- wp_enqueue_style( 'jquery-ui-smoothness', "http://ajax.googleapis.com/ajax/libs/jqueryui/" . $wp_scripts->query( 'jquery-ui-core' )->ver . "/themes/smoothness/jquery-ui.css", false, null );
35
  }
36
 
37
  /**
@@ -120,7 +120,12 @@ class RP4WP_Hook_Page_Install extends RP4WP_Hook {
120
  <?php
121
 
122
  // Hidden fields
123
- echo "<input type='hidden' id='rp4wp_total_posts' value='" . wp_count_posts( 'post' )->publish . "' />" . PHP_EOL;
 
 
 
 
 
124
  echo "<input type='hidden' id='rp4wp_admin_url' value='" . admin_url() . "' />" . PHP_EOL;
125
 
126
  // Echo the nonce
@@ -191,7 +196,7 @@ class RP4WP_Hook_Page_Install extends RP4WP_Hook {
191
  }
192
  ?>
193
 
194
- <div class="rp4wp-box rp4wp-box-upgrade">
195
  <h3 class="rp4wp-title"><?php _e( 'Related Posts for WordPress Premium', 'related-posts-for-wp' ); ?></h3>
196
 
197
  <p><?php _e( "This plugin has an even better premium version, I am sure you will love it.", 'related-posts-for-wp' ); ?></p>
31
  'jquery-ui-core',
32
  'jquery-ui-progressbar'
33
  ), RP4WP::VERSION );
34
+ wp_enqueue_style( 'jquery-ui-smoothness', "//ajax.googleapis.com/ajax/libs/jqueryui/" . $wp_scripts->query( 'jquery-ui-core' )->ver . "/themes/smoothness/jquery-ui.css", false, null );
35
  }
36
 
37
  /**
120
  <?php
121
 
122
  // Hidden fields
123
+ $total_posts = 0;
124
+ $pts = RP4WP_Related_Post_Manager::get_supported_post_types();
125
+ foreach($pts as $pt) {
126
+ $total_posts += intval( wp_count_posts( $pt )->publish );
127
+ }
128
+ echo "<input type='hidden' id='rp4wp_total_posts' value='" . $total_posts . "' />" . PHP_EOL;
129
  echo "<input type='hidden' id='rp4wp_admin_url' value='" . admin_url() . "' />" . PHP_EOL;
130
 
131
  // Echo the nonce
196
  }
197
  ?>
198
 
199
+ <div class="rp4wp-box rp4wp-box-upgrade-black">
200
  <h3 class="rp4wp-title"><?php _e( 'Related Posts for WordPress Premium', 'related-posts-for-wp' ); ?></h3>
201
 
202
  <p><?php _e( "This plugin has an even better premium version, I am sure you will love it.", 'related-posts-for-wp' ); ?></p>
classes/hooks/class-hook-related-auto-link.php CHANGED
@@ -17,7 +17,7 @@ class RP4WP_Hook_Related_Auto_Link extends RP4WP_Hook {
17
  }
18
 
19
  // Only count on post type 'post'
20
- if ( 'post' != $post->post_type ) {
21
  return;
22
  }
23
 
17
  }
18
 
19
  // Only count on post type 'post'
20
+ if ( ! in_array( $post->post_type, RP4WP_Related_Post_Manager::get_supported_post_types() ) ) {
21
  return;
22
  }
23
 
classes/hooks/class-hook-related-save-words.php CHANGED
@@ -16,7 +16,7 @@ class RP4WP_Hook_Related_Save_Words extends RP4WP_Hook {
16
  }
17
 
18
  // Only count on post type 'post'
19
- if ( 'post' != $post->post_type ) {
20
  return;
21
  }
22
 
16
  }
17
 
18
  // Only count on post type 'post'
19
+ if ( ! in_array( $post->post_type, RP4WP_Related_Post_Manager::get_supported_post_types() ) ) {
20
  return;
21
  }
22
 
classes/hooks/class-hook-related-update-link.php ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) {
4
+ exit;
5
+ } // Exit if accessed directly
6
+
7
+ class RP4WP_Hook_Related_Update_Link extends RP4WP_Hook {
8
+ protected $tag = 'transition_post_status';
9
+ protected $args = 3;
10
+ protected $priority = 11;
11
+
12
+ public function run( $new_status, $old_status, $post ) {
13
+
14
+ // verify this is not an auto save routine.
15
+ if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
16
+ return;
17
+ }
18
+
19
+ // Only count on supported post types
20
+ if ( ! in_array( $post->post_type, RP4WP_Related_Post_Manager::get_supported_post_types() ) ) {
21
+ return;
22
+ }
23
+
24
+ // Old status must be publish and new status can't be publish (meaning we're moving 'away' from a publish)
25
+ if ( 'publish' != $old_status || 'publish' == $new_status ) {
26
+ return;
27
+ }
28
+
29
+ // Is automatic linking enabled?
30
+ if ( 1 != RP4WP::get()->settings->get_option( 'automatic_linking' ) ) {
31
+ return;
32
+ }
33
+
34
+ // Check if the current post is auto linked
35
+ if ( 1 == get_post_meta( $post->ID, RP4WP_Constants::PM_POST_AUTO_LINKED, true ) ) {
36
+
37
+ // create objects for PLM and RPM
38
+ $plm = new RP4WP_Post_Link_Manager();
39
+ $rpm = new RP4WP_Related_Post_Manager();
40
+
41
+ // get parents
42
+ $parents = $plm->get_parents( $post->ID );
43
+
44
+ // delete links to given post
45
+ $plm->delete_links_related_to( $post->ID );
46
+
47
+ // find new related post for parents
48
+ if ( ! ( empty( $parents ) ) ) {
49
+ foreach ( $parents as $parent ) {
50
+ $rpm->link_related_post( $parent->ID, 1 );
51
+ }
52
+ }
53
+
54
+ // Set the auto linked meta
55
+ delete_post_meta( $post->ID, RP4WP_Constants::PM_POST_AUTO_LINKED );
56
+ }
57
+
58
+ }
59
+ }
classes/hooks/class-hook-settings-page.php CHANGED
@@ -42,7 +42,7 @@ class RP4WP_Hook_Settings_Page extends RP4WP_Hook {
42
  ?>
43
  <div class="rp4wp-sidebar">
44
 
45
- <div class="rp4wp-box rp4wp-box-upgrade">
46
  <h3><?php _e( 'Related Posts for WordPress Premium', 'related-posts-for-wp' ); ?></h3>
47
 
48
  <p><?php _e( 'This plugin has an even better premium version, I am sure you will love it.', 'related-posts-for-wp' ); ?></p>
42
  ?>
43
  <div class="rp4wp-sidebar">
44
 
45
+ <div class="rp4wp-box rp4wp-box-upgrade-black">
46
  <h3><?php _e( 'Related Posts for WordPress Premium', 'related-posts-for-wp' ); ?></h3>
47
 
48
  <p><?php _e( 'This plugin has an even better premium version, I am sure you will love it.', 'related-posts-for-wp' ); ?></p>
classes/meta-boxes/class-meta-box-manage.php CHANGED
@@ -31,7 +31,7 @@ class RP4WP_Meta_Box_Manage {
31
  'rp4wp_metabox_related_posts',
32
  __( 'Related Posts', 'related-posts-for-wp' ),
33
  array( $this, 'callback' ),
34
- 'post',
35
  'normal',
36
  'core'
37
  );
31
  'rp4wp_metabox_related_posts',
32
  __( 'Related Posts', 'related-posts-for-wp' ),
33
  array( $this, 'callback' ),
34
+ RP4WP_Related_Post_Manager::get_supported_post_types(),
35
  'normal',
36
  'core'
37
  );
classes/settings/class-settings.php CHANGED
@@ -39,90 +39,93 @@ class RP4WP_Settings {
39
  }
40
 
41
  // The fields
42
- $this->sections = array(
43
  'general' => array(
44
  'id' => 'general',
45
  'label' => __( 'General', 'related-posts-for-wp' ),
46
  'description' => __( 'The following options affect the general behaviour of the plugin.', 'related-posts-for-wp' ),
47
  'fields' => array(
48
- array(
49
  'id' => 'automatic_linking',
50
  'label' => __( 'Enable', 'related-posts-for-wp' ),
51
  'description' => __( 'Checking this will enable automatically linking posts to new posts', 'related-posts-for-wp' ),
52
  'type' => 'checkbox',
53
  'default' => 1,
54
  ),
55
- array(
56
  'id' => 'automatic_linking_post_amount',
57
  'label' => __( 'Amount of Posts', 'related-posts-for-wp' ),
58
  'description' => __( 'The amount of automatically linked post', 'related-posts-for-wp' ),
59
  'type' => 'text',
60
  'default' => '3',
61
  ),
62
- array(
63
  'id' => 'heading_text',
64
  'label' => __( 'Heading text', 'related-posts-for-wp' ),
65
  'description' => __( 'The text that is displayed above the related posts. To disable, leave field empty.', 'related-posts-for-wp' ),
66
  'type' => 'text',
67
  'default' => __( 'Related Posts', 'related-posts-for-wp' ),
68
  ),
69
- array(
70
  'id' => 'excerpt_length',
71
  'label' => __( 'Excerpt length', 'related-posts-for-wp' ),
72
  'description' => __( 'The amount of words to be displayed below the title on website. To disable, set value to 0.', 'related-posts-for-wp' ),
73
  'type' => 'text',
74
  'default' => '15',
75
  )
76
- ) ),
77
- 'styling' => array(
 
78
  'id' => 'styling',
79
  'label' => __( 'Styling', 'related-posts-for-wp' ),
80
  'description' => __( 'The following options affect how related posts are displayed on the frontend.', 'related-posts-for-wp' ),
81
  'fields' => array(
82
- array(
83
  'id' => 'display_image',
84
  'label' => __( 'Display Image', 'related-posts-for-wp' ),
85
  'description' => __( 'Checking this will enable displaying featured images of related posts.', 'related-posts-for-wp' ),
86
  'type' => 'checkbox',
87
  'default' => 0,
88
  ),
89
- array(
90
  'id' => 'css',
91
  'label' => __( 'CSS', 'related-posts-for-wp' ),
92
  'description' => __( 'Warning! This is an advanced feature! An error here will break frontend display. To disable, leave field empty.', 'related-posts-for-wp' ),
93
  'type' => 'textarea',
94
  'default' => implode( PHP_EOL, $css_default_lines ),
95
  )
96
- ) ),
97
- 'misc' => array(
 
98
  'id' => 'misc',
99
  'label' => __( 'Misc', 'related-posts-for-wp' ),
100
  'description' => __( "A shelter for options that just don't fit in anywhere else.", 'related-posts-for-wp' ),
101
  'fields' => array(
102
- array(
103
  'id' => 'restart_wizard_button',
104
- 'label' => __( 'Restart the wizard?', 'related-posts-for-wp' ),
105
  'description' => __( "Click this button if you want to restart the wizard. Please note that this will delete all current related post links, also those you've manually added. Of course, we will never delete your actual posts.", 'related-posts-for-wp' ),
106
  'type' => 'button_link',
107
  'href' => admin_url( '?page=rp4wp_install&reinstall=1&rp4wp_nonce=' . wp_create_nonce( RP4WP_Constants::NONCE_INSTALL ) ),
108
- 'default' => __( 'Restart wizard', 'related-posts-for-wp' ),
109
  ),
110
- array(
111
  'id' => 'clean_on_uninstall',
112
  'label' => __( 'Remove Data on Uninstall?', 'related-posts-for-wp' ),
113
  'description' => __( 'Check this box if you would like to completely remove all of its data when the plugin is deleted.', 'related-posts-for-wp' ),
114
  'type' => 'checkbox',
115
  'default' => 0,
116
  ),
117
- array(
118
  'id' => 'show_love',
119
  'label' => __( 'Show love?', 'related-posts-for-wp' ),
120
  'description' => __( "Display a 'Powered by' line under your related posts. <strong>BEWARE! Only for the real fans.</strong>", 'related-posts-for-wp' ),
121
  'type' => 'checkbox',
122
  'default' => 0,
123
  ),
124
- ) ),
125
- );
 
126
 
127
  // Set defaults
128
  foreach ( $this->sections as $section ) {
39
  }
40
 
41
  // The fields
42
+ $this->sections = apply_filters( 'rp4wp_settings_sections', array(
43
  'general' => array(
44
  'id' => 'general',
45
  'label' => __( 'General', 'related-posts-for-wp' ),
46
  'description' => __( 'The following options affect the general behaviour of the plugin.', 'related-posts-for-wp' ),
47
  'fields' => array(
48
+ 'automatic_linking' => array(
49
  'id' => 'automatic_linking',
50
  'label' => __( 'Enable', 'related-posts-for-wp' ),
51
  'description' => __( 'Checking this will enable automatically linking posts to new posts', 'related-posts-for-wp' ),
52
  'type' => 'checkbox',
53
  'default' => 1,
54
  ),
55
+ 'automatic_linking_post_amount' => array(
56
  'id' => 'automatic_linking_post_amount',
57
  'label' => __( 'Amount of Posts', 'related-posts-for-wp' ),
58
  'description' => __( 'The amount of automatically linked post', 'related-posts-for-wp' ),
59
  'type' => 'text',
60
  'default' => '3',
61
  ),
62
+ 'heading_text' => array(
63
  'id' => 'heading_text',
64
  'label' => __( 'Heading text', 'related-posts-for-wp' ),
65
  'description' => __( 'The text that is displayed above the related posts. To disable, leave field empty.', 'related-posts-for-wp' ),
66
  'type' => 'text',
67
  'default' => __( 'Related Posts', 'related-posts-for-wp' ),
68
  ),
69
+ 'excerpt_length' => array(
70
  'id' => 'excerpt_length',
71
  'label' => __( 'Excerpt length', 'related-posts-for-wp' ),
72
  'description' => __( 'The amount of words to be displayed below the title on website. To disable, set value to 0.', 'related-posts-for-wp' ),
73
  'type' => 'text',
74
  'default' => '15',
75
  )
76
+ )
77
+ ),
78
+ 'styling' => array(
79
  'id' => 'styling',
80
  'label' => __( 'Styling', 'related-posts-for-wp' ),
81
  'description' => __( 'The following options affect how related posts are displayed on the frontend.', 'related-posts-for-wp' ),
82
  'fields' => array(
83
+ 'display_image' => array(
84
  'id' => 'display_image',
85
  'label' => __( 'Display Image', 'related-posts-for-wp' ),
86
  'description' => __( 'Checking this will enable displaying featured images of related posts.', 'related-posts-for-wp' ),
87
  'type' => 'checkbox',
88
  'default' => 0,
89
  ),
90
+ 'css' => array(
91
  'id' => 'css',
92
  'label' => __( 'CSS', 'related-posts-for-wp' ),
93
  'description' => __( 'Warning! This is an advanced feature! An error here will break frontend display. To disable, leave field empty.', 'related-posts-for-wp' ),
94
  'type' => 'textarea',
95
  'default' => implode( PHP_EOL, $css_default_lines ),
96
  )
97
+ )
98
+ ),
99
+ 'misc' => array(
100
  'id' => 'misc',
101
  'label' => __( 'Misc', 'related-posts-for-wp' ),
102
  'description' => __( "A shelter for options that just don't fit in anywhere else.", 'related-posts-for-wp' ),
103
  'fields' => array(
104
+ 'restart_wizard_button' => array(
105
  'id' => 'restart_wizard_button',
106
+ 'label' => __( 'Rebuild posts linkage?', 'related-posts-for-wp' ),
107
  'description' => __( "Click this button if you want to restart the wizard. Please note that this will delete all current related post links, also those you've manually added. Of course, we will never delete your actual posts.", 'related-posts-for-wp' ),
108
  'type' => 'button_link',
109
  'href' => admin_url( '?page=rp4wp_install&reinstall=1&rp4wp_nonce=' . wp_create_nonce( RP4WP_Constants::NONCE_INSTALL ) ),
110
+ 'default' => __( 'Rebuild', 'related-posts-for-wp' ),
111
  ),
112
+ 'clean_on_uninstall' => array(
113
  'id' => 'clean_on_uninstall',
114
  'label' => __( 'Remove Data on Uninstall?', 'related-posts-for-wp' ),
115
  'description' => __( 'Check this box if you would like to completely remove all of its data when the plugin is deleted.', 'related-posts-for-wp' ),
116
  'type' => 'checkbox',
117
  'default' => 0,
118
  ),
119
+ 'show_love' => array(
120
  'id' => 'show_love',
121
  'label' => __( 'Show love?', 'related-posts-for-wp' ),
122
  'description' => __( "Display a 'Powered by' line under your related posts. <strong>BEWARE! Only for the real fans.</strong>", 'related-posts-for-wp' ),
123
  'type' => 'checkbox',
124
  'default' => 0,
125
  ),
126
+ )
127
+ ),
128
+ ) );
129
 
130
  // Set defaults
131
  foreach ( $this->sections as $section ) {
composer.lock CHANGED
@@ -1,23 +1,24 @@
1
  {
2
  "_readme": [
3
  "This file locks the dependencies of your project to a known state",
4
- "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
  "This file is @generated automatically"
6
  ],
7
  "hash": "ababe672a96bb294fc7260e09f940f0e",
 
8
  "packages": [
9
  {
10
  "name": "xrstf/composer-php52",
11
- "version": "v1.0.17",
12
  "source": {
13
- "type": "hg",
14
- "url": "https://bitbucket.org/xrstf/composer-php52",
15
- "reference": "70b853668d6c3f97b63dafcfaeebb622bf08fd30"
16
  },
17
  "dist": {
18
  "type": "zip",
19
- "url": "https://bitbucket.org/xrstf/composer-php52/get/70b853668d6c3f97b63dafcfaeebb622bf08fd30.zip",
20
- "reference": "70b853668d6c3f97b63dafcfaeebb622bf08fd30",
21
  "shasum": ""
22
  },
23
  "type": "library",
@@ -35,8 +36,7 @@
35
  "license": [
36
  "MIT"
37
  ],
38
- "homepage": "http://www.xrstf.de/",
39
- "time": "2015-02-01 14:28:15"
40
  }
41
  ],
42
  "packages-dev": [],
1
  {
2
  "_readme": [
3
  "This file locks the dependencies of your project to a known state",
4
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
  "This file is @generated automatically"
6
  ],
7
  "hash": "ababe672a96bb294fc7260e09f940f0e",
8
+ "content-hash": "df49fc6a62cf1658476ec876ed16f6af",
9
  "packages": [
10
  {
11
  "name": "xrstf/composer-php52",
12
+ "version": "v1.0.20",
13
  "source": {
14
+ "type": "git",
15
+ "url": "https://github.com/composer-php52/composer-php52.git",
16
+ "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8"
17
  },
18
  "dist": {
19
  "type": "zip",
20
+ "url": "https://api.github.com/repos/composer-php52/composer-php52/zipball/bd41459d5e27df8d33057842b32377c39e97a5a8",
21
+ "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8",
22
  "shasum": ""
23
  },
24
  "type": "library",
36
  "license": [
37
  "MIT"
38
  ],
39
+ "time": "2016-04-16 21:52:24"
 
40
  }
41
  ],
42
  "packages-dev": [],
includes/actions.php CHANGED
@@ -13,6 +13,7 @@ return array(
13
  'page_install',
14
  'post_type',
15
  'related_auto_link',
 
16
  'related_save_words',
17
  'settings_page',
18
  'shortcode',
13
  'page_install',
14
  'post_type',
15
  'related_auto_link',
16
+ 'related_update_link',
17
  'related_save_words',
18
  'settings_page',
19
  'shortcode',
languages/related-posts-for-wp-de_DE.mo CHANGED
Binary file
languages/related-posts-for-wp-de_DE.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Barry Kooij
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -8,8 +8,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: Related Posts for WordPress\n"
10
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
11
- "POT-Creation-Date: 2015-05-31 09:56:12+00:00\n"
12
- "PO-Revision-Date: 2015-06-07 19:35+0000\n"
13
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
14
  "Language-Team: German (Germany) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/de_DE/)\n"
15
  "MIME-Version: 1.0\n"
@@ -17,13 +17,13 @@ msgstr ""
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: de_DE\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Generator: grunt-wp-i18n 0.4.8\n"
21
 
22
  #: classes/class-is-installing-notice.php:74
23
  msgid ""
24
  "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
25
  "installation wizard!"
26
- msgstr "Woah! Sieht aus, als wären wir nicht in der Lage, Ihren Related Posts für Wordpress-Installationsassistenten zu beenden!"
27
 
28
  #: classes/class-is-installing-notice.php:76
29
  msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
@@ -31,44 +31,68 @@ msgstr "%sSetze den Installationsassistenten fort%s oder %sverwerfe diese Meldun
31
 
32
  #: classes/class-javascript-strings.php:14
33
  msgid "Are you sure you want to delete this related post?"
34
- msgstr "Sind sie sicher das Sie diesen verwanten Beitrag löschen wollen?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  #: classes/class-link-related-table.php:45
37
  #: classes/hooks/class-hook-settings-page.php:20
38
  #: classes/meta-boxes/class-meta-box-manage.php:37
39
- #: classes/settings/class-settings-general.php:59
40
  msgid "Related Posts"
41
- msgstr "Verwante Beiträge"
42
 
43
  #: classes/class-link-related-table.php:46
44
  msgid "All Posts"
45
  msgstr "Alle Beiträge"
46
 
47
  #: classes/class-link-related-table.php:95
48
- #: classes/settings/class-settings-weights.php:29
49
  msgid "Title"
50
  msgstr "Titel"
51
 
52
  #: classes/class-link-related-table.php:96
53
- #: classes/hooks/class-hook-page-install.php:168
54
- #: classes/hooks/class-hook-settings-page.php:152
55
  msgid "Post Type"
56
  msgstr "Beitrags-Typ"
57
 
58
- #: classes/class-link-related-table.php:260
 
 
 
 
59
  msgid "Link Post"
60
  msgstr "Verknüpfe Beitrag"
61
 
62
- #: classes/class-link-related-table.php:268
63
  msgid "View Post"
64
- msgstr ""
65
 
66
- #: classes/class-link-related-table.php:299
67
  msgid "Link Posts"
68
  msgstr "Verknüpfe Beiträge"
69
 
70
  #: classes/class-post-type-manager.php:21
71
- #: classes/hooks/class-hook-link-related-screen.php:155
72
  msgid "Posts"
73
  msgstr "Beiträge"
74
 
@@ -78,237 +102,235 @@ msgstr "Seiten"
78
 
79
  #: classes/class-related-posts-widget.php:13
80
  msgid "Related Posts for WordPress"
81
- msgstr "Verwante Beiträge für WordPress"
82
 
83
  #: classes/class-related-posts-widget.php:14
84
  msgid "Display related posts."
85
- msgstr "Zeige verwante Beiträge"
86
 
87
  #: classes/filters/class-filter-plugin-links.php:29
88
  msgid "Settings"
89
  msgstr "Einstellungen"
90
 
91
- #: classes/hooks/class-hook-link-related-screen.php:157
92
  msgid "Cancel linking"
93
- msgstr "Verknüpfen abbrechen"
94
 
95
- #: classes/hooks/class-hook-link-related-screen.php:173
96
  msgid "Search"
97
  msgstr "Suchen"
98
 
99
- #: classes/hooks/class-hook-page-install.php:57
100
  msgid "Welcome"
101
  msgstr "Willkommen"
102
 
103
- #: classes/hooks/class-hook-page-install.php:58
104
  msgid "Caching Posts"
105
  msgstr "Beiträge zwischenspeichern"
106
 
107
- #: classes/hooks/class-hook-page-install.php:59
108
  msgid "Linking Posts"
109
  msgstr "Beiträge verknüpfen"
110
 
111
- #: classes/hooks/class-hook-page-install.php:60
112
  msgid "Finished"
113
  msgstr "Fertig"
114
 
115
- #: classes/hooks/class-hook-page-install.php:71
116
  msgid ""
117
  "Missing post type parameter, please report this incident via %sour "
118
  "website%s."
119
- msgstr ""
120
 
121
- #: classes/hooks/class-hook-page-install.php:102
122
  msgid "Installation"
123
  msgstr "Installation"
124
 
125
- #: classes/hooks/class-hook-page-install.php:149
126
- #: classes/hooks/class-hook-page-install.php:228
127
  msgid "Thank you for choosing Related Posts for WordPress!"
128
- msgstr "Vielen dank für ihre Wahl für Verwante Beiträge für WordPress"
129
 
130
- #: classes/hooks/class-hook-page-install.php:150
131
  msgid ""
132
  "Below you'll find your post types available for installation, by installing "
133
  "a post type we'll set up a cache and offer you the ability to automatic link"
134
  " (custom) posts. To install a post type, simply click the 'Install Post "
135
  "Type' button."
136
- msgstr "Nachfolgend finden Sie hier unter Ihre verfügbare Beitrags-Typen für die Installation. Durch einen Beitrags-Type zu installieren wirdt ein Zwischenspeicher eingerichtet und bieten wir Ihnen die Möglichkeit zum automatischen Verknüpfen von Beiträge. Um ein Beitrags-Typ zu installieren, drücken Sie auf 'Installiere Beitrags-Typ' "
137
 
138
- #: classes/hooks/class-hook-page-install.php:169
139
  msgid "Related to Post Types"
140
- msgstr ""
141
 
142
- #: classes/hooks/class-hook-page-install.php:204
143
- msgid "Edit"
144
- msgstr ""
145
 
146
- #: classes/hooks/class-hook-page-install.php:229
147
  msgid ""
148
  "Before you can start using Related Posts for WordPress we need to cache your"
149
  " current posts."
150
- msgstr "Befor Sie anfangen können mit Verwante Beiträge für WordPress müssen wir Ihre aktuellen Beiträge zwischenspeichern."
151
 
152
- #: classes/hooks/class-hook-page-install.php:230
153
  msgid ""
154
  "This is a one time process which might take some time now, depending on the "
155
  "amount of posts you have, but will ensure your website's performance when "
156
  "using the plugin."
157
- msgstr "Dies ist ein einmaliger Vorgang, der einige Zeit dauern kan, abhängig von der Menge der Beiträg, die Sie haben, aber notwendig ist um die Leistung Ihrer website zu gewährleisten wenn Sie diesen Plug-in benutzen."
158
 
159
- #: classes/hooks/class-hook-page-install.php:232
160
  msgid ""
161
  "Do NOT close this window, wait for this process to finish and this wizard to"
162
  " take you to the next step."
163
- msgstr "Schließen Sie dieses Fenster bitte NICHT, warten bis der Prozess beendet ist und der Installationsassistent wird Sie weiterleiten zum nächtsten Schritt."
164
 
165
- #: classes/hooks/class-hook-page-install.php:266
166
  msgid "Great! All your posts were successfully cached!"
167
- msgstr "Super! All Ihre Beiträge sind erfolgreich zwischengespeichert."
168
 
169
- #: classes/hooks/class-hook-page-install.php:267
170
  msgid ""
171
  "You can let me link your posts, based on what I think is related, to each "
172
  "other. And don't worry, if I made a mistake at one of your posts you can "
173
  "easily correct this by editing it manually!"
174
- msgstr "Sie können mich die Verknüpfungen legen lassen, basiert auf was ich denke das verwandt ist. Wenn ich einen Fehler mache können Sie ganz einfach korrigieren, durch den Beitrag selbst zu bearbeiten."
175
 
176
- #: classes/hooks/class-hook-page-install.php:268
177
  msgid ""
178
  "Want me to start linking posts to each other? Fill in the amount of related "
179
  "posts each post should have and click on the \"Link now\" button. Rather "
180
  "link your posts manually? Click \"Skip linking\"."
181
- msgstr "Möchten Sie dass ich anfang mit verknüpfen van Beiträgen? Füllen Sie die Menge der verwandten Beiträge jeder Beitrag haben sollte und klicken Sie auf den \"Verknüpfe jetzt\" Knopf. Lieber selbst deine Beiträge verknüpfen? Klick \"Überspringe Verknüpfen\"."
182
 
183
- #: classes/hooks/class-hook-page-install.php:269
184
  msgid ""
185
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
186
  " process to finish and this wizard to take you to the next step."
187
- msgstr "Schließen Sie dieses Fenster bitte NICHT, wenn Sie auf \"Verknüpfe jetzt\", warten bis der Prozess beendet ist und der Installationsassistent wird Sie weiterleiten zum nächtsten Schritt."
188
 
189
- #: classes/hooks/class-hook-page-install.php:275
190
  msgid "Amount of related posts:"
191
- msgstr ""
192
 
193
- #: classes/hooks/class-hook-page-install.php:277
194
  msgid "The amount of related items per %s"
195
- msgstr ""
196
 
197
- #: classes/hooks/class-hook-page-install.php:282
198
  msgid "Maximum Post Age:"
199
- msgstr ""
200
 
201
- #: classes/hooks/class-hook-page-install.php:284
202
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
203
- msgstr ""
204
 
205
- #: classes/hooks/class-hook-page-install.php:290
206
  msgid "Link now"
207
  msgstr "Verknüpfe jetzt"
208
 
209
- #: classes/hooks/class-hook-page-install.php:291
210
  msgid "Skip linking"
211
- msgstr "Überspringe Verknüpfen"
212
 
213
- #: classes/hooks/class-hook-page-install.php:309
214
  msgid "That's it, you're good to go!"
215
- msgstr "Das wars, jetzt kann es los gehen!"
216
 
217
- #: classes/hooks/class-hook-page-install.php:310
218
  msgid ""
219
  "Thanks again for using Related Posts for WordPress and if you have any "
220
  "questions be sure to ask them at the %sWordPress.org forums.%s"
221
- msgstr "Nochmals vielen Dank für die Verwendung von Related Posts für Wordpress und wenn Sie irgendwelche Fragen haben, sollten Sie sie auf den %sWordPress.org Foren%s fragen."
222
 
223
- #: classes/hooks/class-hook-page-install.php:313
224
  msgid "Click here to return to step 1"
225
- msgstr "Drücken Sie hier um zurück zu Schritt 1 zu gehen"
226
 
227
- #: classes/hooks/class-hook-page-install.php:319
228
  msgid "Click here to go to the settings page"
229
- msgstr "Drücken Sie hier um zurück zu den Einstellungen zu gehen"
230
 
231
- #: classes/hooks/class-hook-settings-page.php:57
232
  msgid "Plugin version"
233
  msgstr "Plugin Version"
234
 
235
- #: classes/hooks/class-hook-settings-page.php:63
236
  msgid ""
237
  "Got a question? Simply send us an email at "
238
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
239
  "active license."
240
- msgstr ""
241
 
242
- #: classes/hooks/class-hook-settings-page.php:67
243
  msgid "More information"
244
  msgstr "Weitere Information"
245
 
246
- #: classes/hooks/class-hook-settings-page.php:69
247
  msgid "<a href='%s'>Documentation</a>"
248
  msgstr "<a href='%s'>Dokumentation</a>"
249
 
250
- #: classes/hooks/class-hook-settings-page.php:71
251
  msgid "<a href='%s'>Changelog</a>"
252
  msgstr "<a href='%s'>Changelog</a>"
253
 
254
- #: classes/hooks/class-hook-settings-page.php:73
255
  msgid "<a href='%s'>Give us a review</a>"
256
- msgstr "<a href='%s'>Geben Sie uns eine Bewertung</a>"
257
 
258
- #: classes/hooks/class-hook-settings-page.php:78
259
- msgid "About the developer"
260
- msgstr "Über den Entwickler"
261
 
262
- #: classes/hooks/class-hook-settings-page.php:80
263
- msgid ""
264
- "Barry is a WordPress developer that works on WooCommerce and is the author "
265
- "of various WordPress plugins that include Related Posts for WordPress, Post "
266
- "Connector and What The File."
267
- msgstr ""
268
 
269
- #: classes/hooks/class-hook-settings-page.php:82
270
  msgid ""
271
- "Barry likes contributing to open source projects and visiting WordCamps and "
272
- "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
273
- msgstr ""
 
274
 
275
- #: classes/hooks/class-hook-settings-page.php:84
276
- msgid "%sFollow Barry on Twitter%s."
277
- msgstr "%sFolgen Sie Barry auf Twitter%s."
278
 
279
- #: classes/hooks/class-hook-settings-page.php:110
280
  msgid "General"
281
  msgstr "Allgemein"
282
 
283
- #: classes/hooks/class-hook-settings-page.php:130
284
  msgid "Installer"
285
  msgstr "Installer"
286
 
287
  #: classes/meta-boxes/class-meta-box-manage.php:80
288
  msgid "Add Related Posts"
289
- msgstr "Verwante Beiträge zufügen"
290
 
291
- #: classes/meta-boxes/class-meta-box-manage.php:103
292
- #: classes/meta-boxes/class-meta-box-manage.php:104
293
  msgid "Edit Post"
294
  msgstr "Beitrag bearbeiten"
295
 
296
- #: classes/meta-boxes/class-meta-box-manage.php:106
297
- #: classes/meta-boxes/class-meta-box-manage.php:107
298
  msgid "Unlink Related Post"
299
  msgstr "Verknüpfung aufheben"
300
 
301
- #: classes/meta-boxes/class-meta-box-manage.php:120
302
  msgid "No related posts found."
303
- msgstr "Keine verwante Beiträge gefunden."
304
 
305
  #: classes/meta-boxes/class-meta-box-options.php:37
306
  msgid "Related Posts Options"
307
- msgstr ""
308
 
309
- #: classes/meta-boxes/class-meta-box-options.php:59
310
  msgid "Exclude"
311
- msgstr ""
312
 
313
  #: classes/settings/class-settings-configurator.php:18
314
  msgid "Styling"
@@ -316,24 +338,24 @@ msgstr "Styling"
316
 
317
  #: classes/settings/class-settings-configurator.php:24
318
  msgid "Full control on how your related posts are displayed."
319
- msgstr ""
320
 
321
  #: classes/settings/class-settings-configurator.php:33
322
  msgid "Posts per row"
323
- msgstr ""
324
 
325
  #: classes/settings/class-settings-configurator.php:34
326
  msgid "The amount of related posts per row."
327
- msgstr ""
328
 
329
  #: classes/settings/class-settings-configurator.php:46
330
  msgid "Row fixed height"
331
- msgstr ""
332
 
333
  #: classes/settings/class-settings-configurator.php:47
334
  msgid ""
335
  "The fixed height per row in pixels, set to 0 to allow dynamic heights.."
336
- msgstr ""
337
 
338
  #: classes/settings/class-settings-configurator.php:53
339
  msgid "Custom CSS"
@@ -343,7 +365,7 @@ msgstr "Benutzerdefinierte CSS"
343
  msgid ""
344
  "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
345
  "error here will break frontend display. To disable, leave field empty."
346
- msgstr "Fügen Sie benutzerdefinierte CSS an ausgewählte Thema zu. Achtung! Dies ist eine erweiterte Funktion! Ein Fehler wird hier kann die Wiedergabe kaputt machen. Zum Deaktivieren, lassen Sie das Feld leer."
347
 
348
  #: classes/settings/class-settings-general.php:18
349
  msgid "General settings for %s"
@@ -357,7 +379,7 @@ msgstr "Automatische %s verknüpfung"
357
  msgid ""
358
  "The following options affect how related posts are automatically linked for "
359
  "%ss."
360
- msgstr "Die folgenden Optionen beeinflussen, wie verwandten Beiträge automatisch verknüpft werden für %sen."
361
 
362
  #: classes/settings/class-settings-general.php:29
363
  msgid "Enable"
@@ -365,7 +387,7 @@ msgstr "Aktivieren"
365
 
366
  #: classes/settings/class-settings-general.php:30
367
  msgid "Checking this will enable automatically linking posts to new %ss"
368
- msgstr "Aktivieren dieser Option wird automatisch die Verknüpfung von Beiträgen zu neuen %sen aktivieren."
369
 
370
  #: classes/settings/class-settings-general.php:36
371
  msgid "Amount of Posts"
@@ -373,71 +395,127 @@ msgstr "Menge der Beiträge"
373
 
374
  #: classes/settings/class-settings-general.php:37
375
  msgid "The amount of automatically linked %ss"
376
- msgstr "Die Menge der automatisch verknüpfte %s"
377
 
378
  #: classes/settings/class-settings-general.php:43
379
  msgid "Maximum Post Age"
380
- msgstr ""
381
 
382
  #: classes/settings/class-settings-general.php:44
383
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
384
- msgstr ""
385
 
386
- #: classes/settings/class-settings-general.php:51
387
  msgid "Frontend Settings"
388
  msgstr "Frontend Einstellungen"
389
 
390
- #: classes/settings/class-settings-general.php:52
391
  msgid ""
392
  "The following options affect how related %ss are displayed on the frontend."
393
- msgstr "Die folgenden Optionen beeinflussen, wie verwandte %sen auf der Webseite gezeigt werden."
394
 
395
- #: classes/settings/class-settings-general.php:56
396
  msgid "Heading text"
397
  msgstr "Überschrift Text"
398
 
399
- #: classes/settings/class-settings-general.php:57
400
  msgid ""
401
  "The text that is displayed above the related %ss. To disable, leave field "
402
  "empty."
403
- msgstr "Der Text, wird über den Verwandten %sen gezeigt. Zum Deaktivieren, lassen Sie das Feld leer."
404
 
405
- #: classes/settings/class-settings-general.php:63
406
  msgid "Excerpt length"
407
  msgstr "Auszug Länge"
408
 
409
- #: classes/settings/class-settings-general.php:64
410
  msgid ""
411
  "The amount of words to be displayed below the title on website. To disable, "
412
  "set value to 0."
413
- msgstr "Die Menge der Wörter, die unter dem Titel auf der Webseite gezeigt werden. Um zu deaktivieren, setzen Sie den Wert auf 0."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
 
415
  #: classes/settings/class-settings-license.php:18
416
  msgid "License"
417
- msgstr ""
418
 
419
  #: classes/settings/class-settings-license.php:29
420
  msgid "License Status"
421
- msgstr ""
422
 
423
  #: classes/settings/class-settings-license.php:36
424
  msgid "License Key"
425
- msgstr ""
426
 
427
  #: classes/settings/class-settings-license.php:37
428
  msgid ""
429
  "Your license key. You can find your license key in your %sMy Account%s page."
430
- msgstr ""
431
 
432
  #: classes/settings/class-settings-license.php:44
433
  msgid "Activation Email"
434
- msgstr ""
435
 
436
  #: classes/settings/class-settings-license.php:45
437
  msgid ""
438
  "Your activation email address. You can find your activation email address in"
439
  " your %sMy Account%s page."
440
- msgstr ""
441
 
442
  #: classes/settings/class-settings-misc.php:18
443
  msgid "Misc"
@@ -449,7 +527,7 @@ msgstr "Sonstige Einstellungen"
449
 
450
  #: classes/settings/class-settings-misc.php:25
451
  msgid "A shelter for options that just don't fit in."
452
- msgstr "Ein Unterstand für Optionen, die einfach nicht passen."
453
 
454
  #: classes/settings/class-settings-misc.php:29
455
  msgid "Remove Data on Uninstall?"
@@ -459,85 +537,146 @@ msgstr "Daten entfernen beim Deinstallieren?"
459
  msgid ""
460
  "Check this box if you would like to completely remove all of its data when "
461
  "the plugin is deleted."
462
- msgstr "Aktivieren Sie dieses Kästchen, wenn Sie möchten, um alle Daten zu entfernen, wenn der Plugin gelöscht wird."
463
 
464
  #: classes/settings/class-settings-misc.php:36
465
  msgid "Show love?"
466
- msgstr ""
467
 
468
  #: classes/settings/class-settings-misc.php:37
469
  msgid ""
470
  "Display a 'Powered by' line under your related posts. <strong>BEWARE! Only "
471
  "for the real fans.</strong>"
472
- msgstr ""
473
 
474
  #: classes/settings/class-settings-misc.php:43
475
  msgid "Disable SSL Verification"
476
- msgstr ""
477
 
478
  #: classes/settings/class-settings-misc.php:44
479
  msgid ""
480
  "Disable SSL verification in license requests. Check this if you've got "
481
  "problems connecting to licensing server."
482
- msgstr ""
483
 
484
- #: classes/settings/class-settings-page.php:448
 
 
 
 
 
 
 
 
485
  msgid "ACTIVATED"
486
- msgstr ""
487
 
488
- #: classes/settings/class-settings-page.php:450
489
  msgid "NOT ACTIVE"
490
- msgstr ""
491
 
492
  #: classes/settings/class-settings-weights.php:18
493
  msgid "Weights"
494
- msgstr "Gewichte"
495
 
496
  #: classes/settings/class-settings-weights.php:24
497
  msgid "Weight settings"
498
- msgstr "Gewichts Einstellungen"
499
 
500
  #: classes/settings/class-settings-weights.php:25
501
  msgid ""
502
  "Easily adjust the weights by using the sliders below. Please note that you "
503
  "need to rerun the installer after changing weights."
504
- msgstr "Einfache Anpassung der Gewichte mit Hilfe der Schieberegler unten. Bitte beachten Sie, dass Sie das Installationsprogramm nach dem Ändern der Gewichte erneut ausführen müssen."
 
 
 
 
 
505
 
506
  #: classes/settings/class-settings-weights.php:30
 
 
 
 
 
 
507
  msgid "The weight of the title."
508
- msgstr "Das Gewicht des Titels."
509
 
510
- #: classes/settings/class-settings-weights.php:36
511
  msgid "Links"
512
  msgstr "Verknüpfungen"
513
 
514
- #: classes/settings/class-settings-weights.php:37
515
  msgid "The weight of the links found in the content."
516
- msgstr "Das Gewicht der Links in dem Inhalt."
517
 
518
- #: classes/settings/class-settings-weights.php:43
519
  msgid "Categories"
520
  msgstr "Kategorien"
521
 
522
- #: classes/settings/class-settings-weights.php:44
523
  msgid "The weight of the categories."
524
- msgstr "Das Gewicht der Kategorien."
525
 
526
- #: classes/settings/class-settings-weights.php:50
527
  msgid "Tags"
528
- msgstr "Tags"
529
 
530
- #: classes/settings/class-settings-weights.php:51
531
  msgid "The weight of the tags."
532
- msgstr "Das Gewicht der Tags."
533
 
534
- #: classes/settings/class-settings-weights.php:57
535
  msgid "Custom Taxonomies"
536
  msgstr "Benutzerdefinierte Taxonomien"
537
 
538
- #: classes/settings/class-settings-weights.php:58
539
  msgid "The weight of custom taxonomies."
540
- msgstr "Das Gewicht der benutzerdefinierte Taxonomien."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
 
542
  #: includes/updater/class-rp4wp-updater.php:131
543
  msgid "Hide notice"
@@ -553,12 +692,12 @@ msgstr "http://www.relatedpostsforwp.com/"
553
 
554
  #. Description of the plugin/theme
555
  msgid "The best way to display related posts in WordPress."
556
- msgstr "Den besten Weg um verwandte Beiträge zu zeigen in WordPress."
557
 
558
  #. Author of the plugin/theme
559
- msgid "Barry Kooij"
560
- msgstr "Barry Kooij"
561
 
562
  #. Author URI of the plugin/theme
563
- msgid "http://www.barrykooij.com/"
564
- msgstr "http://www.barrykooij.com/"
1
+ # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
8
  msgstr ""
9
  "Project-Id-Version: Related Posts for WordPress\n"
10
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
11
+ "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
12
+ "PO-Revision-Date: 2016-11-29 18:20+0000\n"
13
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
14
  "Language-Team: German (Germany) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/de_DE/)\n"
15
  "MIME-Version: 1.0\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: de_DE\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
21
 
22
  #: classes/class-is-installing-notice.php:74
23
  msgid ""
24
  "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
25
  "installation wizard!"
26
+ msgstr "Oha! Es sieht so aus, als wären wir nicht in der Lage, den Related Posts für WordPress-Installationsassistenten zu beenden!"
27
 
28
  #: classes/class-is-installing-notice.php:76
29
  msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
31
 
32
  #: classes/class-javascript-strings.php:14
33
  msgid "Are you sure you want to delete this related post?"
34
+ msgstr "Bist du sicher, dass du diesen verwandten Beitrag löschen willst?"
35
+
36
+ #: classes/class-javascript-strings.php:15
37
+ msgid "Delete this post type"
38
+ msgstr "Diesen Beitragstyp löschen"
39
+
40
+ #: classes/class-javascript-strings.php:16
41
+ msgid "Relink related posts"
42
+ msgstr "Verwandte Beiträg neu verlinken"
43
+
44
+ #: classes/class-javascript-strings.php:17
45
+ msgid "Reinstall this post type"
46
+ msgstr "Diesen Post Type erneut installieren"
47
+
48
+ #: classes/class-javascript-strings.php:18
49
+ msgid "Save post type"
50
+ msgstr "Post Type speichern"
51
+
52
+ #: classes/class-javascript-strings.php:19
53
+ msgid "Add post type"
54
+ msgstr "Beitragstyp hinzufügen"
55
 
56
  #: classes/class-link-related-table.php:45
57
  #: classes/hooks/class-hook-settings-page.php:20
58
  #: classes/meta-boxes/class-meta-box-manage.php:37
59
+ #: classes/settings/class-settings-general.php:60
60
  msgid "Related Posts"
61
+ msgstr "Verwandte Beiträge"
62
 
63
  #: classes/class-link-related-table.php:46
64
  msgid "All Posts"
65
  msgstr "Alle Beiträge"
66
 
67
  #: classes/class-link-related-table.php:95
68
+ #: classes/settings/class-settings-weights.php:37
69
  msgid "Title"
70
  msgstr "Titel"
71
 
72
  #: classes/class-link-related-table.php:96
73
+ #: classes/hooks/class-hook-page-install.php:187
74
+ #: classes/hooks/class-hook-settings-page.php:155
75
  msgid "Post Type"
76
  msgstr "Beitrags-Typ"
77
 
78
+ #: classes/class-link-related-table.php:97
79
+ msgid "Post Date"
80
+ msgstr "Beitragsdatum"
81
+
82
+ #: classes/class-link-related-table.php:270
83
  msgid "Link Post"
84
  msgstr "Verknüpfe Beitrag"
85
 
86
+ #: classes/class-link-related-table.php:278
87
  msgid "View Post"
88
+ msgstr "Beitrag ansehen"
89
 
90
+ #: classes/class-link-related-table.php:317
91
  msgid "Link Posts"
92
  msgstr "Verknüpfe Beiträge"
93
 
94
  #: classes/class-post-type-manager.php:21
95
+ #: classes/hooks/class-hook-link-related-screen.php:187
96
  msgid "Posts"
97
  msgstr "Beiträge"
98
 
102
 
103
  #: classes/class-related-posts-widget.php:13
104
  msgid "Related Posts for WordPress"
105
+ msgstr "Verwandte Beiträge für WordPress"
106
 
107
  #: classes/class-related-posts-widget.php:14
108
  msgid "Display related posts."
109
+ msgstr "Zeige verwandte Beiträge"
110
 
111
  #: classes/filters/class-filter-plugin-links.php:29
112
  msgid "Settings"
113
  msgstr "Einstellungen"
114
 
115
+ #: classes/hooks/class-hook-link-related-screen.php:189
116
  msgid "Cancel linking"
117
+ msgstr "Verknüpfung abbrechen"
118
 
119
+ #: classes/hooks/class-hook-link-related-screen.php:205
120
  msgid "Search"
121
  msgstr "Suchen"
122
 
123
+ #: classes/hooks/class-hook-page-install.php:59
124
  msgid "Welcome"
125
  msgstr "Willkommen"
126
 
127
+ #: classes/hooks/class-hook-page-install.php:60
128
  msgid "Caching Posts"
129
  msgstr "Beiträge zwischenspeichern"
130
 
131
+ #: classes/hooks/class-hook-page-install.php:61
132
  msgid "Linking Posts"
133
  msgstr "Beiträge verknüpfen"
134
 
135
+ #: classes/hooks/class-hook-page-install.php:62
136
  msgid "Finished"
137
  msgstr "Fertig"
138
 
139
+ #: classes/hooks/class-hook-page-install.php:78
140
  msgid ""
141
  "Missing post type parameter, please report this incident via %sour "
142
  "website%s."
143
+ msgstr "Fehlender Beitragstyp-Parameter. Bitte melde uns das auf %sunserer Website%s"
144
 
145
+ #: classes/hooks/class-hook-page-install.php:121
146
  msgid "Installation"
147
  msgstr "Installation"
148
 
149
+ #: classes/hooks/class-hook-page-install.php:168
150
+ #: classes/hooks/class-hook-page-install.php:247
151
  msgid "Thank you for choosing Related Posts for WordPress!"
152
+ msgstr "Vielen Dank fürs Verwenden von Related Posts for WordPress!"
153
 
154
+ #: classes/hooks/class-hook-page-install.php:169
155
  msgid ""
156
  "Below you'll find your post types available for installation, by installing "
157
  "a post type we'll set up a cache and offer you the ability to automatic link"
158
  " (custom) posts. To install a post type, simply click the 'Install Post "
159
  "Type' button."
160
+ msgstr "Nachfolgend findest du die verfügbaren Beitragstypen für die Installation. Dabei wird pro Beitragstyp ein Zwischenspeicher eingerichtet und wir bieten eine automatische Verknüpfung der Beiträge an. Klick für die Installation einfach auf \"Beitragstyp installieren\"."
161
 
162
+ #: classes/hooks/class-hook-page-install.php:188
163
  msgid "Related to Post Types"
164
+ msgstr "Verwandt mit Post Types"
165
 
166
+ #: classes/hooks/class-hook-page-install.php:223
167
+ msgid "Edit this post type"
168
+ msgstr "Diesen Post Type bearbeiten"
169
 
170
+ #: classes/hooks/class-hook-page-install.php:248
171
  msgid ""
172
  "Before you can start using Related Posts for WordPress we need to cache your"
173
  " current posts."
174
+ msgstr "Bevor du Related Posts for WordPress benutzen kannst, müssen wir deine aktuellen Beiträge zwischenspeichern."
175
 
176
+ #: classes/hooks/class-hook-page-install.php:249
177
  msgid ""
178
  "This is a one time process which might take some time now, depending on the "
179
  "amount of posts you have, but will ensure your website's performance when "
180
  "using the plugin."
181
+ msgstr "Dies ist ein einmaliger Vorgang, der je nach Anzahl Beiträge etwas dauern kann, aber notwendig ist um optimale Leistung bei Verwendung dieses Plugins zu garantieren."
182
 
183
+ #: classes/hooks/class-hook-page-install.php:251
184
  msgid ""
185
  "Do NOT close this window, wait for this process to finish and this wizard to"
186
  " take you to the next step."
187
+ msgstr "Dieses Fenster NICHT schliessen. Warte, bis der Vorgang beendet ist und der Installationsassistent dich zum nächsten Schritt weiterleitet."
188
 
189
+ #: classes/hooks/class-hook-page-install.php:285
190
  msgid "Great! All your posts were successfully cached!"
191
+ msgstr "Super! All deine Beiträge sind erfolgreich zwischengespeichert."
192
 
193
+ #: classes/hooks/class-hook-page-install.php:286
194
  msgid ""
195
  "You can let me link your posts, based on what I think is related, to each "
196
  "other. And don't worry, if I made a mistake at one of your posts you can "
197
  "easily correct this by editing it manually!"
198
+ msgstr "Du kannst mich die Verknüpfungen vornehmen lassen. Wenn mir ein Fehler unterläuft, kannst du den ganz einfach korrigieren, indem du den Beitrag bearbeitest."
199
 
200
+ #: classes/hooks/class-hook-page-install.php:287
201
  msgid ""
202
  "Want me to start linking posts to each other? Fill in the amount of related "
203
  "posts each post should have and click on the \"Link now\" button. Rather "
204
  "link your posts manually? Click \"Skip linking\"."
205
+ msgstr "Möchtest du, dass ich beginne Beiträge zu verknüpfen? Gib die Anzahl verwandter Beiträge an, die jeder Beitrag haben soll und klick anschliessend auf \"Jetzt verknüpfen\". Lieber selbst deine Beiträge verknüpfen? Klick auf \"Verknüpfung überspringen\"."
206
 
207
+ #: classes/hooks/class-hook-page-install.php:288
208
  msgid ""
209
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
210
  " process to finish and this wizard to take you to the next step."
211
+ msgstr "Dieses Fenster NICHT schliessen nachdem du auf \"Jetzt verknüpfen\" geklickt hast. Warte, bis der Vorgang beendet ist und der Installationsassistent dich zum nächsten Schritt weiterleitet."
212
 
213
+ #: classes/hooks/class-hook-page-install.php:295
214
  msgid "Amount of related posts:"
215
+ msgstr "Anzahl verwandter Beiträge:"
216
 
217
+ #: classes/hooks/class-hook-page-install.php:299
218
  msgid "The amount of related items per %s"
219
+ msgstr "Die Anzahl verwandter Einträge pro %s."
220
 
221
+ #: classes/hooks/class-hook-page-install.php:305
222
  msgid "Maximum Post Age:"
223
+ msgstr "Maximales Beitragsalter:"
224
 
225
+ #: classes/hooks/class-hook-page-install.php:309
226
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
227
+ msgstr "Maximale Anzahl Tage für welche der Beitrag (%s) verknüpft wird. (0 = unlimitiert)"
228
 
229
+ #: classes/hooks/class-hook-page-install.php:316
230
  msgid "Link now"
231
  msgstr "Verknüpfe jetzt"
232
 
233
+ #: classes/hooks/class-hook-page-install.php:318
234
  msgid "Skip linking"
235
+ msgstr "Verknüpfung überspringen"
236
 
237
+ #: classes/hooks/class-hook-page-install.php:336
238
  msgid "That's it, you're good to go!"
239
+ msgstr "Das wars, es kann los gehen!"
240
 
241
+ #: classes/hooks/class-hook-page-install.php:337
242
  msgid ""
243
  "Thanks again for using Related Posts for WordPress and if you have any "
244
  "questions be sure to ask them at the %sWordPress.org forums.%s"
245
+ msgstr "Nochmals vielen Dank für die Verwendung von Related Posts für WordPress. Wenn du irgendwelche Fragen hast, frag am besten im %sWordPress.org Forum%s nach."
246
 
247
+ #: classes/hooks/class-hook-page-install.php:340
248
  msgid "Click here to return to step 1"
249
+ msgstr "Zurück zu Schritt 1"
250
 
251
+ #: classes/hooks/class-hook-page-install.php:346
252
  msgid "Click here to go to the settings page"
253
+ msgstr "Zurück zu den Einstellungen"
254
 
255
+ #: classes/hooks/class-hook-settings-page.php:58
256
  msgid "Plugin version"
257
  msgstr "Plugin Version"
258
 
259
+ #: classes/hooks/class-hook-settings-page.php:64
260
  msgid ""
261
  "Got a question? Simply send us an email at "
262
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
263
  "active license."
264
+ msgstr "Hast du eine Frage? Schreib uns eine E-Mail an %ssupport@relatedpostsforwp.com%s. Bitte beachte, dass für Support eine aktive Lizenz benötigt wird."
265
 
266
+ #: classes/hooks/class-hook-settings-page.php:68
267
  msgid "More information"
268
  msgstr "Weitere Information"
269
 
270
+ #: classes/hooks/class-hook-settings-page.php:70
271
  msgid "<a href='%s'>Documentation</a>"
272
  msgstr "<a href='%s'>Dokumentation</a>"
273
 
274
+ #: classes/hooks/class-hook-settings-page.php:72
275
  msgid "<a href='%s'>Changelog</a>"
276
  msgstr "<a href='%s'>Changelog</a>"
277
 
278
+ #: classes/hooks/class-hook-settings-page.php:74
279
  msgid "<a href='%s'>Give us a review</a>"
280
+ msgstr "<a href='%s'>Gib uns eine Bewertung</a>"
281
 
282
+ #: classes/hooks/class-hook-settings-page.php:76
283
+ msgid "Check out our other plugins at Never5.com"
284
+ msgstr "Sieh dir auch unsere andern Plugins auf Never5.com an"
285
 
286
+ #: classes/hooks/class-hook-settings-page.php:81
287
+ msgid "About Never5"
288
+ msgstr "Über Never5"
 
 
 
289
 
290
+ #: classes/hooks/class-hook-settings-page.php:85
291
  msgid ""
292
+ "At %sNever5%s we create high quality premium WordPress plugins, with "
293
+ "extensive support. We offer solutions in related posts, advanced download "
294
+ "management, vehicle management and connecting post types."
295
+ msgstr "Bei %sNever5%s entwickeln wir qualitativ hochwertige Premium WordPress Plugins mit herausragendem Support. Wir bieten Lösungen für verwandte Beiträge, Download Management, Fahrzeugverwaltung und Beitragsverknüpfungen an."
296
 
297
+ #: classes/hooks/class-hook-settings-page.php:87
298
+ msgid "%sFollow Never5 on Twitter%s"
299
+ msgstr "%sFolge Never5 auf Twitter%s"
300
 
301
+ #: classes/hooks/class-hook-settings-page.php:113
302
  msgid "General"
303
  msgstr "Allgemein"
304
 
305
+ #: classes/hooks/class-hook-settings-page.php:133
306
  msgid "Installer"
307
  msgstr "Installer"
308
 
309
  #: classes/meta-boxes/class-meta-box-manage.php:80
310
  msgid "Add Related Posts"
311
+ msgstr "Verwandte Beiträge zufügen"
312
 
313
+ #: classes/meta-boxes/class-meta-box-manage.php:108
314
+ #: classes/meta-boxes/class-meta-box-manage.php:109
315
  msgid "Edit Post"
316
  msgstr "Beitrag bearbeiten"
317
 
318
+ #: classes/meta-boxes/class-meta-box-manage.php:111
319
+ #: classes/meta-boxes/class-meta-box-manage.php:112
320
  msgid "Unlink Related Post"
321
  msgstr "Verknüpfung aufheben"
322
 
323
+ #: classes/meta-boxes/class-meta-box-manage.php:125
324
  msgid "No related posts found."
325
+ msgstr "Keine verwandte Beiträge gefunden."
326
 
327
  #: classes/meta-boxes/class-meta-box-options.php:37
328
  msgid "Related Posts Options"
329
+ msgstr "Einstellungen für verwandte Beiträge"
330
 
331
+ #: classes/meta-boxes/class-meta-box-options.php:62
332
  msgid "Exclude"
333
+ msgstr "Ausschliessen"
334
 
335
  #: classes/settings/class-settings-configurator.php:18
336
  msgid "Styling"
338
 
339
  #: classes/settings/class-settings-configurator.php:24
340
  msgid "Full control on how your related posts are displayed."
341
+ msgstr "Vollständige Kontrolle über die Darstellung deiner verwandten Beiträge."
342
 
343
  #: classes/settings/class-settings-configurator.php:33
344
  msgid "Posts per row"
345
+ msgstr "Beiträge pro Zeile"
346
 
347
  #: classes/settings/class-settings-configurator.php:34
348
  msgid "The amount of related posts per row."
349
+ msgstr "Die Anzahl verwandter Beiträge pro Zeile."
350
 
351
  #: classes/settings/class-settings-configurator.php:46
352
  msgid "Row fixed height"
353
+ msgstr "Fixe Zeilengrösse"
354
 
355
  #: classes/settings/class-settings-configurator.php:47
356
  msgid ""
357
  "The fixed height per row in pixels, set to 0 to allow dynamic heights.."
358
+ msgstr "Die fixe Zeilenhöhe in Pixel. 0 für dynamische Höhe."
359
 
360
  #: classes/settings/class-settings-configurator.php:53
361
  msgid "Custom CSS"
365
  msgid ""
366
  "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
367
  "error here will break frontend display. To disable, leave field empty."
368
+ msgstr "Füge benutzerdefiniertes CSS zum aktuellen Theme hinzu. Achtung: Dies ist eine fortgeschrittenere Funktionalität! Ein Fehler kann die ganze Anzeige auf der Website kaputt machen. Zum Deaktivieren leer lassen."
369
 
370
  #: classes/settings/class-settings-general.php:18
371
  msgid "General settings for %s"
379
  msgid ""
380
  "The following options affect how related posts are automatically linked for "
381
  "%ss."
382
+ msgstr "Die folgenden Optionen beeinflussen, wie verwandte Beiträge (%s) automatisch verknüpft werden."
383
 
384
  #: classes/settings/class-settings-general.php:29
385
  msgid "Enable"
387
 
388
  #: classes/settings/class-settings-general.php:30
389
  msgid "Checking this will enable automatically linking posts to new %ss"
390
+ msgstr "Aktiviere diese Option um die automatische Verknüpfung von Einträgen (%s) zu aktiveren."
391
 
392
  #: classes/settings/class-settings-general.php:36
393
  msgid "Amount of Posts"
395
 
396
  #: classes/settings/class-settings-general.php:37
397
  msgid "The amount of automatically linked %ss"
398
+ msgstr "Die Menge der automatisch verknüpften Einträge (%s)"
399
 
400
  #: classes/settings/class-settings-general.php:43
401
  msgid "Maximum Post Age"
402
+ msgstr "Maximales Beitragsalter"
403
 
404
  #: classes/settings/class-settings-general.php:44
405
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
406
+ msgstr "Maximale Anzahl Tage für welche die Beiträge (%s) verknüpft werden. (0 = unlimitiert)"
407
 
408
+ #: classes/settings/class-settings-general.php:52
409
  msgid "Frontend Settings"
410
  msgstr "Frontend Einstellungen"
411
 
412
+ #: classes/settings/class-settings-general.php:53
413
  msgid ""
414
  "The following options affect how related %ss are displayed on the frontend."
415
+ msgstr "Die folgenden Optionen beeinflussen, wie verwandte Einträge (%s) auf der Webseite gezeigt werden."
416
 
417
+ #: classes/settings/class-settings-general.php:57
418
  msgid "Heading text"
419
  msgstr "Überschrift Text"
420
 
421
+ #: classes/settings/class-settings-general.php:58
422
  msgid ""
423
  "The text that is displayed above the related %ss. To disable, leave field "
424
  "empty."
425
+ msgstr "Der Text, der über den verwandten Einträgen (%s) angezeigt wird. Zum Deaktivieren Feld leer lassen."
426
 
427
+ #: classes/settings/class-settings-general.php:64
428
  msgid "Excerpt length"
429
  msgstr "Auszug Länge"
430
 
431
+ #: classes/settings/class-settings-general.php:65
432
  msgid ""
433
  "The amount of words to be displayed below the title on website. To disable, "
434
  "set value to 0."
435
+ msgstr "Die Anzahl Wörter, die unter dem Titel auf der Webseite angezeigt werden. Zum Deaktivieren Wert auf 0 setzen."
436
+
437
+ #: classes/settings/class-settings-general.php:73
438
+ msgid "Thumbnail size"
439
+ msgstr "Vorschaubildgrösse"
440
+
441
+ #: classes/settings/class-settings-general.php:74
442
+ msgid ""
443
+ "These settings affect the display and dimensions of your related post "
444
+ "thumbnails – the display on the front-end will still be affected by CSS "
445
+ "styles. After changing these settings you may need to %sregenerate your "
446
+ "thumbnails.%s"
447
+ msgstr "Diese Einstellungen beeinflussen die Darstellung und Dimensionen der Vorschaubilder verwandter Beiträge. Die Darstellung im Frontend wird weiterhin über CSS gesteuert. Nach einer Änderung musst du eventuell %sVorschaubilder regenerieren%s."
448
+
449
+ #: classes/settings/class-settings-general.php:78
450
+ msgid "Width"
451
+ msgstr "Breite"
452
+
453
+ #: classes/settings/class-settings-general.php:79
454
+ msgid "Thumbnail's width in pixels."
455
+ msgstr "Breite des Vorschaubilds in Pixel."
456
+
457
+ #: classes/settings/class-settings-general.php:85
458
+ msgid "Height"
459
+ msgstr "Höhe"
460
+
461
+ #: classes/settings/class-settings-general.php:86
462
+ msgid "Thumbnail's height in pixels."
463
+ msgstr "Höhe des Vorschaubilds in Pixel."
464
+
465
+ #: classes/settings/class-settings-general.php:92
466
+ msgid "Crop"
467
+ msgstr "Zuschneiden"
468
+
469
+ #: classes/settings/class-settings-general.php:93
470
+ msgid "Crop the image from the center."
471
+ msgstr "Bild von der Mitte aus zuschneiden."
472
+
473
+ #: classes/settings/class-settings-general.php:101
474
+ msgid "Thumbnail Placeholder"
475
+ msgstr "Vorschaubildplatzhalter"
476
+
477
+ #: classes/settings/class-settings-general.php:102
478
+ msgid ""
479
+ "The placeholder will be used if no featured image is set and no images could"
480
+ " be found in the content."
481
+ msgstr "Der Platzhalter wird verwendet, wenn kein Vorschaubild vorhanden ist und auch im Inhalt kein Bild gefunden werden konnte."
482
+
483
+ #: classes/settings/class-settings-general.php:106
484
+ msgid "Placeholder"
485
+ msgstr "Platzhalter"
486
+
487
+ #: classes/settings/class-settings-general.php:107
488
+ msgid ""
489
+ "Thumbnail placeholder, the image that will be used if no other image is "
490
+ "found."
491
+ msgstr "Platzhalter für den Fall, dass kein Vorschaubild vorhanden ist."
492
 
493
  #: classes/settings/class-settings-license.php:18
494
  msgid "License"
495
+ msgstr "Lizenz"
496
 
497
  #: classes/settings/class-settings-license.php:29
498
  msgid "License Status"
499
+ msgstr "Lizenzstatus"
500
 
501
  #: classes/settings/class-settings-license.php:36
502
  msgid "License Key"
503
+ msgstr "Lizenzschlüssel"
504
 
505
  #: classes/settings/class-settings-license.php:37
506
  msgid ""
507
  "Your license key. You can find your license key in your %sMy Account%s page."
508
+ msgstr "Dein Lizenzschlüssel. Du findest ihn auf der %sMy Account%s Seite."
509
 
510
  #: classes/settings/class-settings-license.php:44
511
  msgid "Activation Email"
512
+ msgstr "Aktivierungsemail"
513
 
514
  #: classes/settings/class-settings-license.php:45
515
  msgid ""
516
  "Your activation email address. You can find your activation email address in"
517
  " your %sMy Account%s page."
518
+ msgstr "Deine Aktivierungsemail. Du findest sie auf der %sMy Account%s Seite."
519
 
520
  #: classes/settings/class-settings-misc.php:18
521
  msgid "Misc"
527
 
528
  #: classes/settings/class-settings-misc.php:25
529
  msgid "A shelter for options that just don't fit in."
530
+ msgstr "Ein Bereich für Optionen, die einfach nirgendwo sonst reinpassen."
531
 
532
  #: classes/settings/class-settings-misc.php:29
533
  msgid "Remove Data on Uninstall?"
537
  msgid ""
538
  "Check this box if you would like to completely remove all of its data when "
539
  "the plugin is deleted."
540
+ msgstr "Aktiviere diese Checkbox, wenn du beim Löschen dieses Plugins auch all dessen Daten löschen möchtest."
541
 
542
  #: classes/settings/class-settings-misc.php:36
543
  msgid "Show love?"
544
+ msgstr "Etwas Liebe zeigen?"
545
 
546
  #: classes/settings/class-settings-misc.php:37
547
  msgid ""
548
  "Display a 'Powered by' line under your related posts. <strong>BEWARE! Only "
549
  "for the real fans.</strong>"
550
+ msgstr "Zeige eine 'Powered by' Zeile unter den verwandten Beiträge. <strong>VORSICHT! Nur für echte Fans.</strong>"
551
 
552
  #: classes/settings/class-settings-misc.php:43
553
  msgid "Disable SSL Verification"
554
+ msgstr "Deaktiviere SSL-Verifizierung"
555
 
556
  #: classes/settings/class-settings-misc.php:44
557
  msgid ""
558
  "Disable SSL verification in license requests. Check this if you've got "
559
  "problems connecting to licensing server."
560
+ msgstr "Deaktiviere SSL-Verifizierung für Lizenzprüfungen. Wähle diese Option aus, wenn es Problem bei der Verbindung mit dem Lizenz-Server gibt."
561
 
562
+ #: classes/settings/class-settings-page.php:212
563
+ msgid "Image URL"
564
+ msgstr "Bild-URL"
565
+
566
+ #: classes/settings/class-settings-page.php:213
567
+ msgid "Upload Image"
568
+ msgstr "Bild hochladen"
569
+
570
+ #: classes/settings/class-settings-page.php:468
571
  msgid "ACTIVATED"
572
+ msgstr "AKTIVIERT"
573
 
574
+ #: classes/settings/class-settings-page.php:470
575
  msgid "NOT ACTIVE"
576
+ msgstr "NICHT AKTIV"
577
 
578
  #: classes/settings/class-settings-weights.php:18
579
  msgid "Weights"
580
+ msgstr "Gewichtungen"
581
 
582
  #: classes/settings/class-settings-weights.php:24
583
  msgid "Weight settings"
584
+ msgstr "Gewichtungseinstellung"
585
 
586
  #: classes/settings/class-settings-weights.php:25
587
  msgid ""
588
  "Easily adjust the weights by using the sliders below. Please note that you "
589
  "need to rerun the installer after changing weights."
590
+ msgstr "Passe die Gewichtung einfach an mit Hilfe der nachfolgenden Schieberegler. Bitte beachte, dass das Installationsprogramm nach einer Änderung erneut ausgeführt werden muss."
591
+
592
+ #: classes/settings/class-settings-weights.php:29
593
+ #: classes/settings/class-settings-weights.php:33
594
+ msgid "Reset Weight"
595
+ msgstr "Gewichtung zurücksetzen"
596
 
597
  #: classes/settings/class-settings-weights.php:30
598
+ msgid ""
599
+ "Reset the weights back to their defaults. Don't forget to Save the Changes "
600
+ "after resetting the weights."
601
+ msgstr "Gewichtungen zurück auf die Ursprungswerte zurücksetzen. Vergiss nicht die Änderung anschliessend zu speichern."
602
+
603
+ #: classes/settings/class-settings-weights.php:38
604
  msgid "The weight of the title."
605
+ msgstr "Gewichtung des Titels."
606
 
607
+ #: classes/settings/class-settings-weights.php:44
608
  msgid "Links"
609
  msgstr "Verknüpfungen"
610
 
611
+ #: classes/settings/class-settings-weights.php:45
612
  msgid "The weight of the links found in the content."
613
+ msgstr "Gewichtung der Links in dem Inhalt."
614
 
615
+ #: classes/settings/class-settings-weights.php:51
616
  msgid "Categories"
617
  msgstr "Kategorien"
618
 
619
+ #: classes/settings/class-settings-weights.php:52
620
  msgid "The weight of the categories."
621
+ msgstr "Gewichtung der Kategorien."
622
 
623
+ #: classes/settings/class-settings-weights.php:58
624
  msgid "Tags"
625
+ msgstr "Schlagwörter"
626
 
627
+ #: classes/settings/class-settings-weights.php:59
628
  msgid "The weight of the tags."
629
+ msgstr "Gewichtung der Schlagwörter."
630
 
631
+ #: classes/settings/class-settings-weights.php:65
632
  msgid "Custom Taxonomies"
633
  msgstr "Benutzerdefinierte Taxonomien"
634
 
635
+ #: classes/settings/class-settings-weights.php:66
636
  msgid "The weight of custom taxonomies."
637
+ msgstr "Gewichtung der benutzerdefinierte Taxonomien."
638
+
639
+ #: classes/settings/class-settings-words.php:18
640
+ msgid "Words"
641
+ msgstr "Wörter"
642
+
643
+ #: classes/settings/class-settings-words.php:24
644
+ msgid "Word related options"
645
+ msgstr "Wörter-bezogene Einstellungen"
646
+
647
+ #: classes/settings/class-settings-words.php:25
648
+ msgid ""
649
+ "Control what extra words should be excluded and what word combinations "
650
+ "should be parsed as a single word."
651
+ msgstr "Kontrolliere, welche zusätzlichen Wörter ausgeschlossen werden soll und welche Wortkombinationen als einzelne Wörter gelten."
652
+
653
+ #: classes/settings/class-settings-words.php:29
654
+ msgid "Extra Ignored Words"
655
+ msgstr "Weitere i"
656
+
657
+ #: classes/settings/class-settings-words.php:30
658
+ msgid ""
659
+ "By default we already ignore a lot of words based on your language that are "
660
+ "not related to your content. In English this would be words like %s and %s."
661
+ msgstr "Standardmässig ignorieren wir bereits eine Menge Wörter pro Sprache, welche nicht zum Inhalt gehören. In Englisch wären das Wörter wie %s und %s."
662
+
663
+ #: classes/settings/class-settings-words.php:30
664
+ msgid "Add the extra words you would to ignore here, one word per row."
665
+ msgstr "Füge pro Zeile ein weiteres Wort ein, welches ignoriert werden soll."
666
+
667
+ #: classes/settings/class-settings-words.php:36
668
+ msgid "Joined Words"
669
+ msgstr "Verbundene Wörter"
670
+
671
+ #: classes/settings/class-settings-words.php:37
672
+ msgid ""
673
+ "By default we split content per word but some word combinations should be "
674
+ "considered as one word. An example of this would be %s."
675
+ msgstr "Standardmässig teilen wir den Inhalt in Wörter auf, aber manche Wortkombinationen gelten als ein Wort. Ein solches Beispiel ist etwa %s."
676
+
677
+ #: classes/settings/class-settings-words.php:37
678
+ msgid "Add your joined words here, one joined word per row."
679
+ msgstr "Füge pro Zeile ein weiteres verbundenes Wort hinzu."
680
 
681
  #: includes/updater/class-rp4wp-updater.php:131
682
  msgid "Hide notice"
692
 
693
  #. Description of the plugin/theme
694
  msgid "The best way to display related posts in WordPress."
695
+ msgstr "Der beste Weg verwandte Beiträge in WordPress darzustellen."
696
 
697
  #. Author of the plugin/theme
698
+ msgid "Never5"
699
+ msgstr "Never5"
700
 
701
  #. Author URI of the plugin/theme
702
+ msgid "http://www.never5.com/"
703
+ msgstr "http://www.never5.com/"
languages/related-posts-for-wp-fr_FR.mo CHANGED
Binary file
languages/related-posts-for-wp-fr_FR.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Barry Kooij
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
- "POT-Creation-Date: 2015-05-31 09:56:12+00:00\n"
11
- "PO-Revision-Date: 2015-06-07 19:40+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: French (France) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/fr_FR/)\n"
14
  "MIME-Version: 1.0\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: fr_FR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
- "X-Generator: grunt-wp-i18n 0.4.8\n"
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
@@ -32,10 +32,30 @@ msgstr "%sReprendre l'assistant d'installation%s ou %smasque le message%s"
32
  msgid "Are you sure you want to delete this related post?"
33
  msgstr "Etes-vous sûr de vouloir supprimer cet article lié ?"
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  #: classes/class-link-related-table.php:45
36
  #: classes/hooks/class-hook-settings-page.php:20
37
  #: classes/meta-boxes/class-meta-box-manage.php:37
38
- #: classes/settings/class-settings-general.php:59
39
  msgid "Related Posts"
40
  msgstr "Articles Liés"
41
 
@@ -44,30 +64,34 @@ msgid "All Posts"
44
  msgstr "Tous les articles"
45
 
46
  #: classes/class-link-related-table.php:95
47
- #: classes/settings/class-settings-weights.php:29
48
  msgid "Title"
49
  msgstr "Titre"
50
 
51
  #: classes/class-link-related-table.php:96
52
- #: classes/hooks/class-hook-page-install.php:168
53
- #: classes/hooks/class-hook-settings-page.php:152
54
  msgid "Post Type"
55
  msgstr ""
56
 
57
- #: classes/class-link-related-table.php:260
 
 
 
 
58
  msgid "Link Post"
59
  msgstr "Lier l'article"
60
 
61
- #: classes/class-link-related-table.php:268
62
  msgid "View Post"
63
  msgstr ""
64
 
65
- #: classes/class-link-related-table.php:299
66
  msgid "Link Posts"
67
  msgstr "Lier les articles"
68
 
69
  #: classes/class-post-type-manager.php:21
70
- #: classes/hooks/class-hook-link-related-screen.php:155
71
  msgid "Posts"
72
  msgstr "Articles"
73
 
@@ -87,46 +111,46 @@ msgstr "Afficher les articles liés."
87
  msgid "Settings"
88
  msgstr "Paramètres"
89
 
90
- #: classes/hooks/class-hook-link-related-screen.php:157
91
  msgid "Cancel linking"
92
  msgstr "Annuler la liaison"
93
 
94
- #: classes/hooks/class-hook-link-related-screen.php:173
95
  msgid "Search"
96
  msgstr "Recherche"
97
 
98
- #: classes/hooks/class-hook-page-install.php:57
99
  msgid "Welcome"
100
  msgstr "Bienvenue"
101
 
102
- #: classes/hooks/class-hook-page-install.php:58
103
  msgid "Caching Posts"
104
  msgstr "Mise en cache des articles"
105
 
106
- #: classes/hooks/class-hook-page-install.php:59
107
  msgid "Linking Posts"
108
  msgstr "Liaison des articles"
109
 
110
- #: classes/hooks/class-hook-page-install.php:60
111
  msgid "Finished"
112
  msgstr "Terminé"
113
 
114
- #: classes/hooks/class-hook-page-install.php:71
115
  msgid ""
116
  "Missing post type parameter, please report this incident via %sour "
117
  "website%s."
118
  msgstr ""
119
 
120
- #: classes/hooks/class-hook-page-install.php:102
121
  msgid "Installation"
122
  msgstr "Installation"
123
 
124
- #: classes/hooks/class-hook-page-install.php:149
125
- #: classes/hooks/class-hook-page-install.php:228
126
  msgid "Thank you for choosing Related Posts for WordPress!"
127
  msgstr "Merci d'avoir choisi \"Related Posts\" pour WordPress !"
128
 
129
- #: classes/hooks/class-hook-page-install.php:150
130
  msgid ""
131
  "Below you'll find your post types available for installation, by installing "
132
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -134,152 +158,150 @@ msgid ""
134
  "Type' button."
135
  msgstr "Vous trouverez ci-dessous vos types de contenu disponibles. En installant un type de contenu nous installerons un cache et vous permettrons de les lier automatiquement. Pour installer un type de contenu cliquez sur \"Installer un Type de contenu\"."
136
 
137
- #: classes/hooks/class-hook-page-install.php:169
138
  msgid "Related to Post Types"
139
  msgstr ""
140
 
141
- #: classes/hooks/class-hook-page-install.php:204
142
- msgid "Edit"
143
  msgstr ""
144
 
145
- #: classes/hooks/class-hook-page-install.php:229
146
  msgid ""
147
  "Before you can start using Related Posts for WordPress we need to cache your"
148
  " current posts."
149
  msgstr "Avant que vous puissiez commencer à utiliser \"Related Posts\" pour WordPress nous devons mettre vos articles en cache."
150
 
151
- #: classes/hooks/class-hook-page-install.php:230
152
  msgid ""
153
  "This is a one time process which might take some time now, depending on the "
154
  "amount of posts you have, but will ensure your website's performance when "
155
  "using the plugin."
156
  msgstr "Il s'agit d'un processus unique qui peut prendre un peu de temps. Cela dépend du nombre d'articles que vous avez."
157
 
158
- #: classes/hooks/class-hook-page-install.php:232
159
  msgid ""
160
  "Do NOT close this window, wait for this process to finish and this wizard to"
161
  " take you to the next step."
162
  msgstr "Ne fermez PAS cette fenêtre, merci d'attendre que le processus soit terminé. Cet assistant vous emmenera à la prochaine étape."
163
 
164
- #: classes/hooks/class-hook-page-install.php:266
165
  msgid "Great! All your posts were successfully cached!"
166
  msgstr "Super ! Tous vos articles ont été mis en cache !"
167
 
168
- #: classes/hooks/class-hook-page-install.php:267
169
  msgid ""
170
  "You can let me link your posts, based on what I think is related, to each "
171
  "other. And don't worry, if I made a mistake at one of your posts you can "
172
  "easily correct this by editing it manually!"
173
  msgstr ""
174
 
175
- #: classes/hooks/class-hook-page-install.php:268
176
  msgid ""
177
  "Want me to start linking posts to each other? Fill in the amount of related "
178
  "posts each post should have and click on the \"Link now\" button. Rather "
179
  "link your posts manually? Click \"Skip linking\"."
180
  msgstr ""
181
 
182
- #: classes/hooks/class-hook-page-install.php:269
183
  msgid ""
184
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
185
  " process to finish and this wizard to take you to the next step."
186
  msgstr ""
187
 
188
- #: classes/hooks/class-hook-page-install.php:275
189
  msgid "Amount of related posts:"
190
  msgstr ""
191
 
192
- #: classes/hooks/class-hook-page-install.php:277
193
  msgid "The amount of related items per %s"
194
  msgstr ""
195
 
196
- #: classes/hooks/class-hook-page-install.php:282
197
  msgid "Maximum Post Age:"
198
  msgstr ""
199
 
200
- #: classes/hooks/class-hook-page-install.php:284
201
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
202
  msgstr ""
203
 
204
- #: classes/hooks/class-hook-page-install.php:290
205
  msgid "Link now"
206
  msgstr "Lier maintenant"
207
 
208
- #: classes/hooks/class-hook-page-install.php:291
209
  msgid "Skip linking"
210
  msgstr "Sauter les liaisons"
211
 
212
- #: classes/hooks/class-hook-page-install.php:309
213
  msgid "That's it, you're good to go!"
214
  msgstr "C'est tout ! Vous êtes prêts à utiliser le plugin !"
215
 
216
- #: classes/hooks/class-hook-page-install.php:310
217
  msgid ""
218
  "Thanks again for using Related Posts for WordPress and if you have any "
219
  "questions be sure to ask them at the %sWordPress.org forums.%s"
220
  msgstr "Merci encore d'utiliser \"Related Posts\" pour WordPress. Si vous avez des questions, n'hésitez pas à les poser sur %sle forum de WordPress.org.%s"
221
 
222
- #: classes/hooks/class-hook-page-install.php:313
223
  msgid "Click here to return to step 1"
224
  msgstr "Cliquez ici pour revenir à l'étape 1"
225
 
226
- #: classes/hooks/class-hook-page-install.php:319
227
  msgid "Click here to go to the settings page"
228
  msgstr ""
229
 
230
- #: classes/hooks/class-hook-settings-page.php:57
231
  msgid "Plugin version"
232
  msgstr ""
233
 
234
- #: classes/hooks/class-hook-settings-page.php:63
235
  msgid ""
236
  "Got a question? Simply send us an email at "
237
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
238
  "active license."
239
  msgstr ""
240
 
241
- #: classes/hooks/class-hook-settings-page.php:67
242
  msgid "More information"
243
  msgstr ""
244
 
245
- #: classes/hooks/class-hook-settings-page.php:69
246
  msgid "<a href='%s'>Documentation</a>"
247
  msgstr ""
248
 
249
- #: classes/hooks/class-hook-settings-page.php:71
250
  msgid "<a href='%s'>Changelog</a>"
251
  msgstr ""
252
 
253
- #: classes/hooks/class-hook-settings-page.php:73
254
  msgid "<a href='%s'>Give us a review</a>"
255
  msgstr ""
256
 
257
- #: classes/hooks/class-hook-settings-page.php:78
258
- msgid "About the developer"
259
  msgstr ""
260
 
261
- #: classes/hooks/class-hook-settings-page.php:80
262
- msgid ""
263
- "Barry is a WordPress developer that works on WooCommerce and is the author "
264
- "of various WordPress plugins that include Related Posts for WordPress, Post "
265
- "Connector and What The File."
266
  msgstr ""
267
 
268
- #: classes/hooks/class-hook-settings-page.php:82
269
  msgid ""
270
- "Barry likes contributing to open source projects and visiting WordCamps and "
271
- "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
 
272
  msgstr ""
273
 
274
- #: classes/hooks/class-hook-settings-page.php:84
275
- msgid "%sFollow Barry on Twitter%s."
276
  msgstr ""
277
 
278
- #: classes/hooks/class-hook-settings-page.php:110
279
  msgid "General"
280
  msgstr ""
281
 
282
- #: classes/hooks/class-hook-settings-page.php:130
283
  msgid "Installer"
284
  msgstr ""
285
 
@@ -287,17 +309,17 @@ msgstr ""
287
  msgid "Add Related Posts"
288
  msgstr ""
289
 
290
- #: classes/meta-boxes/class-meta-box-manage.php:103
291
- #: classes/meta-boxes/class-meta-box-manage.php:104
292
  msgid "Edit Post"
293
  msgstr ""
294
 
295
- #: classes/meta-boxes/class-meta-box-manage.php:106
296
- #: classes/meta-boxes/class-meta-box-manage.php:107
297
  msgid "Unlink Related Post"
298
  msgstr ""
299
 
300
- #: classes/meta-boxes/class-meta-box-manage.php:120
301
  msgid "No related posts found."
302
  msgstr ""
303
 
@@ -305,7 +327,7 @@ msgstr ""
305
  msgid "Related Posts Options"
306
  msgstr ""
307
 
308
- #: classes/meta-boxes/class-meta-box-options.php:59
309
  msgid "Exclude"
310
  msgstr ""
311
 
@@ -382,35 +404,91 @@ msgstr ""
382
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
383
  msgstr ""
384
 
385
- #: classes/settings/class-settings-general.php:51
386
  msgid "Frontend Settings"
387
  msgstr ""
388
 
389
- #: classes/settings/class-settings-general.php:52
390
  msgid ""
391
  "The following options affect how related %ss are displayed on the frontend."
392
  msgstr ""
393
 
394
- #: classes/settings/class-settings-general.php:56
395
  msgid "Heading text"
396
  msgstr ""
397
 
398
- #: classes/settings/class-settings-general.php:57
399
  msgid ""
400
  "The text that is displayed above the related %ss. To disable, leave field "
401
  "empty."
402
  msgstr ""
403
 
404
- #: classes/settings/class-settings-general.php:63
405
  msgid "Excerpt length"
406
  msgstr ""
407
 
408
- #: classes/settings/class-settings-general.php:64
409
  msgid ""
410
  "The amount of words to be displayed below the title on website. To disable, "
411
  "set value to 0."
412
  msgstr ""
413
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  #: classes/settings/class-settings-license.php:18
415
  msgid "License"
416
  msgstr ""
@@ -480,11 +558,19 @@ msgid ""
480
  "problems connecting to licensing server."
481
  msgstr ""
482
 
483
- #: classes/settings/class-settings-page.php:448
 
 
 
 
 
 
 
 
484
  msgid "ACTIVATED"
485
  msgstr ""
486
 
487
- #: classes/settings/class-settings-page.php:450
488
  msgid "NOT ACTIVE"
489
  msgstr ""
490
 
@@ -502,42 +588,95 @@ msgid ""
502
  "need to rerun the installer after changing weights."
503
  msgstr ""
504
 
 
 
 
 
 
505
  #: classes/settings/class-settings-weights.php:30
 
 
 
 
 
 
506
  msgid "The weight of the title."
507
  msgstr ""
508
 
509
- #: classes/settings/class-settings-weights.php:36
510
  msgid "Links"
511
  msgstr ""
512
 
513
- #: classes/settings/class-settings-weights.php:37
514
  msgid "The weight of the links found in the content."
515
  msgstr ""
516
 
517
- #: classes/settings/class-settings-weights.php:43
518
  msgid "Categories"
519
  msgstr ""
520
 
521
- #: classes/settings/class-settings-weights.php:44
522
  msgid "The weight of the categories."
523
  msgstr ""
524
 
525
- #: classes/settings/class-settings-weights.php:50
526
  msgid "Tags"
527
  msgstr ""
528
 
529
- #: classes/settings/class-settings-weights.php:51
530
  msgid "The weight of the tags."
531
  msgstr ""
532
 
533
- #: classes/settings/class-settings-weights.php:57
534
  msgid "Custom Taxonomies"
535
  msgstr ""
536
 
537
- #: classes/settings/class-settings-weights.php:58
538
  msgid "The weight of custom taxonomies."
539
  msgstr ""
540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
  #: includes/updater/class-rp4wp-updater.php:131
542
  msgid "Hide notice"
543
  msgstr ""
@@ -555,9 +694,9 @@ msgid "The best way to display related posts in WordPress."
555
  msgstr ""
556
 
557
  #. Author of the plugin/theme
558
- msgid "Barry Kooij"
559
- msgstr "Barry Kooij"
560
 
561
  #. Author URI of the plugin/theme
562
- msgid "http://www.barrykooij.com/"
563
- msgstr "http://www.barrykooij.com/"
1
+ # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
+ "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
11
+ "PO-Revision-Date: 2016-08-25 13:54+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: French (France) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/fr_FR/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: fr_FR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
32
  msgid "Are you sure you want to delete this related post?"
33
  msgstr "Etes-vous sûr de vouloir supprimer cet article lié ?"
34
 
35
+ #: classes/class-javascript-strings.php:15
36
+ msgid "Delete this post type"
37
+ msgstr ""
38
+
39
+ #: classes/class-javascript-strings.php:16
40
+ msgid "Relink related posts"
41
+ msgstr ""
42
+
43
+ #: classes/class-javascript-strings.php:17
44
+ msgid "Reinstall this post type"
45
+ msgstr ""
46
+
47
+ #: classes/class-javascript-strings.php:18
48
+ msgid "Save post type"
49
+ msgstr ""
50
+
51
+ #: classes/class-javascript-strings.php:19
52
+ msgid "Add post type"
53
+ msgstr ""
54
+
55
  #: classes/class-link-related-table.php:45
56
  #: classes/hooks/class-hook-settings-page.php:20
57
  #: classes/meta-boxes/class-meta-box-manage.php:37
58
+ #: classes/settings/class-settings-general.php:60
59
  msgid "Related Posts"
60
  msgstr "Articles Liés"
61
 
64
  msgstr "Tous les articles"
65
 
66
  #: classes/class-link-related-table.php:95
67
+ #: classes/settings/class-settings-weights.php:37
68
  msgid "Title"
69
  msgstr "Titre"
70
 
71
  #: classes/class-link-related-table.php:96
72
+ #: classes/hooks/class-hook-page-install.php:187
73
+ #: classes/hooks/class-hook-settings-page.php:155
74
  msgid "Post Type"
75
  msgstr ""
76
 
77
+ #: classes/class-link-related-table.php:97
78
+ msgid "Post Date"
79
+ msgstr ""
80
+
81
+ #: classes/class-link-related-table.php:270
82
  msgid "Link Post"
83
  msgstr "Lier l'article"
84
 
85
+ #: classes/class-link-related-table.php:278
86
  msgid "View Post"
87
  msgstr ""
88
 
89
+ #: classes/class-link-related-table.php:317
90
  msgid "Link Posts"
91
  msgstr "Lier les articles"
92
 
93
  #: classes/class-post-type-manager.php:21
94
+ #: classes/hooks/class-hook-link-related-screen.php:187
95
  msgid "Posts"
96
  msgstr "Articles"
97
 
111
  msgid "Settings"
112
  msgstr "Paramètres"
113
 
114
+ #: classes/hooks/class-hook-link-related-screen.php:189
115
  msgid "Cancel linking"
116
  msgstr "Annuler la liaison"
117
 
118
+ #: classes/hooks/class-hook-link-related-screen.php:205
119
  msgid "Search"
120
  msgstr "Recherche"
121
 
122
+ #: classes/hooks/class-hook-page-install.php:59
123
  msgid "Welcome"
124
  msgstr "Bienvenue"
125
 
126
+ #: classes/hooks/class-hook-page-install.php:60
127
  msgid "Caching Posts"
128
  msgstr "Mise en cache des articles"
129
 
130
+ #: classes/hooks/class-hook-page-install.php:61
131
  msgid "Linking Posts"
132
  msgstr "Liaison des articles"
133
 
134
+ #: classes/hooks/class-hook-page-install.php:62
135
  msgid "Finished"
136
  msgstr "Terminé"
137
 
138
+ #: classes/hooks/class-hook-page-install.php:78
139
  msgid ""
140
  "Missing post type parameter, please report this incident via %sour "
141
  "website%s."
142
  msgstr ""
143
 
144
+ #: classes/hooks/class-hook-page-install.php:121
145
  msgid "Installation"
146
  msgstr "Installation"
147
 
148
+ #: classes/hooks/class-hook-page-install.php:168
149
+ #: classes/hooks/class-hook-page-install.php:247
150
  msgid "Thank you for choosing Related Posts for WordPress!"
151
  msgstr "Merci d'avoir choisi \"Related Posts\" pour WordPress !"
152
 
153
+ #: classes/hooks/class-hook-page-install.php:169
154
  msgid ""
155
  "Below you'll find your post types available for installation, by installing "
156
  "a post type we'll set up a cache and offer you the ability to automatic link"
158
  "Type' button."
159
  msgstr "Vous trouverez ci-dessous vos types de contenu disponibles. En installant un type de contenu nous installerons un cache et vous permettrons de les lier automatiquement. Pour installer un type de contenu cliquez sur \"Installer un Type de contenu\"."
160
 
161
+ #: classes/hooks/class-hook-page-install.php:188
162
  msgid "Related to Post Types"
163
  msgstr ""
164
 
165
+ #: classes/hooks/class-hook-page-install.php:223
166
+ msgid "Edit this post type"
167
  msgstr ""
168
 
169
+ #: classes/hooks/class-hook-page-install.php:248
170
  msgid ""
171
  "Before you can start using Related Posts for WordPress we need to cache your"
172
  " current posts."
173
  msgstr "Avant que vous puissiez commencer à utiliser \"Related Posts\" pour WordPress nous devons mettre vos articles en cache."
174
 
175
+ #: classes/hooks/class-hook-page-install.php:249
176
  msgid ""
177
  "This is a one time process which might take some time now, depending on the "
178
  "amount of posts you have, but will ensure your website's performance when "
179
  "using the plugin."
180
  msgstr "Il s'agit d'un processus unique qui peut prendre un peu de temps. Cela dépend du nombre d'articles que vous avez."
181
 
182
+ #: classes/hooks/class-hook-page-install.php:251
183
  msgid ""
184
  "Do NOT close this window, wait for this process to finish and this wizard to"
185
  " take you to the next step."
186
  msgstr "Ne fermez PAS cette fenêtre, merci d'attendre que le processus soit terminé. Cet assistant vous emmenera à la prochaine étape."
187
 
188
+ #: classes/hooks/class-hook-page-install.php:285
189
  msgid "Great! All your posts were successfully cached!"
190
  msgstr "Super ! Tous vos articles ont été mis en cache !"
191
 
192
+ #: classes/hooks/class-hook-page-install.php:286
193
  msgid ""
194
  "You can let me link your posts, based on what I think is related, to each "
195
  "other. And don't worry, if I made a mistake at one of your posts you can "
196
  "easily correct this by editing it manually!"
197
  msgstr ""
198
 
199
+ #: classes/hooks/class-hook-page-install.php:287
200
  msgid ""
201
  "Want me to start linking posts to each other? Fill in the amount of related "
202
  "posts each post should have and click on the \"Link now\" button. Rather "
203
  "link your posts manually? Click \"Skip linking\"."
204
  msgstr ""
205
 
206
+ #: classes/hooks/class-hook-page-install.php:288
207
  msgid ""
208
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
209
  " process to finish and this wizard to take you to the next step."
210
  msgstr ""
211
 
212
+ #: classes/hooks/class-hook-page-install.php:295
213
  msgid "Amount of related posts:"
214
  msgstr ""
215
 
216
+ #: classes/hooks/class-hook-page-install.php:299
217
  msgid "The amount of related items per %s"
218
  msgstr ""
219
 
220
+ #: classes/hooks/class-hook-page-install.php:305
221
  msgid "Maximum Post Age:"
222
  msgstr ""
223
 
224
+ #: classes/hooks/class-hook-page-install.php:309
225
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
226
  msgstr ""
227
 
228
+ #: classes/hooks/class-hook-page-install.php:316
229
  msgid "Link now"
230
  msgstr "Lier maintenant"
231
 
232
+ #: classes/hooks/class-hook-page-install.php:318
233
  msgid "Skip linking"
234
  msgstr "Sauter les liaisons"
235
 
236
+ #: classes/hooks/class-hook-page-install.php:336
237
  msgid "That's it, you're good to go!"
238
  msgstr "C'est tout ! Vous êtes prêts à utiliser le plugin !"
239
 
240
+ #: classes/hooks/class-hook-page-install.php:337
241
  msgid ""
242
  "Thanks again for using Related Posts for WordPress and if you have any "
243
  "questions be sure to ask them at the %sWordPress.org forums.%s"
244
  msgstr "Merci encore d'utiliser \"Related Posts\" pour WordPress. Si vous avez des questions, n'hésitez pas à les poser sur %sle forum de WordPress.org.%s"
245
 
246
+ #: classes/hooks/class-hook-page-install.php:340
247
  msgid "Click here to return to step 1"
248
  msgstr "Cliquez ici pour revenir à l'étape 1"
249
 
250
+ #: classes/hooks/class-hook-page-install.php:346
251
  msgid "Click here to go to the settings page"
252
  msgstr ""
253
 
254
+ #: classes/hooks/class-hook-settings-page.php:58
255
  msgid "Plugin version"
256
  msgstr ""
257
 
258
+ #: classes/hooks/class-hook-settings-page.php:64
259
  msgid ""
260
  "Got a question? Simply send us an email at "
261
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
262
  "active license."
263
  msgstr ""
264
 
265
+ #: classes/hooks/class-hook-settings-page.php:68
266
  msgid "More information"
267
  msgstr ""
268
 
269
+ #: classes/hooks/class-hook-settings-page.php:70
270
  msgid "<a href='%s'>Documentation</a>"
271
  msgstr ""
272
 
273
+ #: classes/hooks/class-hook-settings-page.php:72
274
  msgid "<a href='%s'>Changelog</a>"
275
  msgstr ""
276
 
277
+ #: classes/hooks/class-hook-settings-page.php:74
278
  msgid "<a href='%s'>Give us a review</a>"
279
  msgstr ""
280
 
281
+ #: classes/hooks/class-hook-settings-page.php:76
282
+ msgid "Check out our other plugins at Never5.com"
283
  msgstr ""
284
 
285
+ #: classes/hooks/class-hook-settings-page.php:81
286
+ msgid "About Never5"
 
 
 
287
  msgstr ""
288
 
289
+ #: classes/hooks/class-hook-settings-page.php:85
290
  msgid ""
291
+ "At %sNever5%s we create high quality premium WordPress plugins, with "
292
+ "extensive support. We offer solutions in related posts, advanced download "
293
+ "management, vehicle management and connecting post types."
294
  msgstr ""
295
 
296
+ #: classes/hooks/class-hook-settings-page.php:87
297
+ msgid "%sFollow Never5 on Twitter%s"
298
  msgstr ""
299
 
300
+ #: classes/hooks/class-hook-settings-page.php:113
301
  msgid "General"
302
  msgstr ""
303
 
304
+ #: classes/hooks/class-hook-settings-page.php:133
305
  msgid "Installer"
306
  msgstr ""
307
 
309
  msgid "Add Related Posts"
310
  msgstr ""
311
 
312
+ #: classes/meta-boxes/class-meta-box-manage.php:108
313
+ #: classes/meta-boxes/class-meta-box-manage.php:109
314
  msgid "Edit Post"
315
  msgstr ""
316
 
317
+ #: classes/meta-boxes/class-meta-box-manage.php:111
318
+ #: classes/meta-boxes/class-meta-box-manage.php:112
319
  msgid "Unlink Related Post"
320
  msgstr ""
321
 
322
+ #: classes/meta-boxes/class-meta-box-manage.php:125
323
  msgid "No related posts found."
324
  msgstr ""
325
 
327
  msgid "Related Posts Options"
328
  msgstr ""
329
 
330
+ #: classes/meta-boxes/class-meta-box-options.php:62
331
  msgid "Exclude"
332
  msgstr ""
333
 
404
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
405
  msgstr ""
406
 
407
+ #: classes/settings/class-settings-general.php:52
408
  msgid "Frontend Settings"
409
  msgstr ""
410
 
411
+ #: classes/settings/class-settings-general.php:53
412
  msgid ""
413
  "The following options affect how related %ss are displayed on the frontend."
414
  msgstr ""
415
 
416
+ #: classes/settings/class-settings-general.php:57
417
  msgid "Heading text"
418
  msgstr ""
419
 
420
+ #: classes/settings/class-settings-general.php:58
421
  msgid ""
422
  "The text that is displayed above the related %ss. To disable, leave field "
423
  "empty."
424
  msgstr ""
425
 
426
+ #: classes/settings/class-settings-general.php:64
427
  msgid "Excerpt length"
428
  msgstr ""
429
 
430
+ #: classes/settings/class-settings-general.php:65
431
  msgid ""
432
  "The amount of words to be displayed below the title on website. To disable, "
433
  "set value to 0."
434
  msgstr ""
435
 
436
+ #: classes/settings/class-settings-general.php:73
437
+ msgid "Thumbnail size"
438
+ msgstr ""
439
+
440
+ #: classes/settings/class-settings-general.php:74
441
+ msgid ""
442
+ "These settings affect the display and dimensions of your related post "
443
+ "thumbnails – the display on the front-end will still be affected by CSS "
444
+ "styles. After changing these settings you may need to %sregenerate your "
445
+ "thumbnails.%s"
446
+ msgstr ""
447
+
448
+ #: classes/settings/class-settings-general.php:78
449
+ msgid "Width"
450
+ msgstr ""
451
+
452
+ #: classes/settings/class-settings-general.php:79
453
+ msgid "Thumbnail's width in pixels."
454
+ msgstr ""
455
+
456
+ #: classes/settings/class-settings-general.php:85
457
+ msgid "Height"
458
+ msgstr ""
459
+
460
+ #: classes/settings/class-settings-general.php:86
461
+ msgid "Thumbnail's height in pixels."
462
+ msgstr ""
463
+
464
+ #: classes/settings/class-settings-general.php:92
465
+ msgid "Crop"
466
+ msgstr ""
467
+
468
+ #: classes/settings/class-settings-general.php:93
469
+ msgid "Crop the image from the center."
470
+ msgstr ""
471
+
472
+ #: classes/settings/class-settings-general.php:101
473
+ msgid "Thumbnail Placeholder"
474
+ msgstr ""
475
+
476
+ #: classes/settings/class-settings-general.php:102
477
+ msgid ""
478
+ "The placeholder will be used if no featured image is set and no images could"
479
+ " be found in the content."
480
+ msgstr ""
481
+
482
+ #: classes/settings/class-settings-general.php:106
483
+ msgid "Placeholder"
484
+ msgstr ""
485
+
486
+ #: classes/settings/class-settings-general.php:107
487
+ msgid ""
488
+ "Thumbnail placeholder, the image that will be used if no other image is "
489
+ "found."
490
+ msgstr ""
491
+
492
  #: classes/settings/class-settings-license.php:18
493
  msgid "License"
494
  msgstr ""
558
  "problems connecting to licensing server."
559
  msgstr ""
560
 
561
+ #: classes/settings/class-settings-page.php:212
562
+ msgid "Image URL"
563
+ msgstr ""
564
+
565
+ #: classes/settings/class-settings-page.php:213
566
+ msgid "Upload Image"
567
+ msgstr ""
568
+
569
+ #: classes/settings/class-settings-page.php:468
570
  msgid "ACTIVATED"
571
  msgstr ""
572
 
573
+ #: classes/settings/class-settings-page.php:470
574
  msgid "NOT ACTIVE"
575
  msgstr ""
576
 
588
  "need to rerun the installer after changing weights."
589
  msgstr ""
590
 
591
+ #: classes/settings/class-settings-weights.php:29
592
+ #: classes/settings/class-settings-weights.php:33
593
+ msgid "Reset Weight"
594
+ msgstr ""
595
+
596
  #: classes/settings/class-settings-weights.php:30
597
+ msgid ""
598
+ "Reset the weights back to their defaults. Don't forget to Save the Changes "
599
+ "after resetting the weights."
600
+ msgstr ""
601
+
602
+ #: classes/settings/class-settings-weights.php:38
603
  msgid "The weight of the title."
604
  msgstr ""
605
 
606
+ #: classes/settings/class-settings-weights.php:44
607
  msgid "Links"
608
  msgstr ""
609
 
610
+ #: classes/settings/class-settings-weights.php:45
611
  msgid "The weight of the links found in the content."
612
  msgstr ""
613
 
614
+ #: classes/settings/class-settings-weights.php:51
615
  msgid "Categories"
616
  msgstr ""
617
 
618
+ #: classes/settings/class-settings-weights.php:52
619
  msgid "The weight of the categories."
620
  msgstr ""
621
 
622
+ #: classes/settings/class-settings-weights.php:58
623
  msgid "Tags"
624
  msgstr ""
625
 
626
+ #: classes/settings/class-settings-weights.php:59
627
  msgid "The weight of the tags."
628
  msgstr ""
629
 
630
+ #: classes/settings/class-settings-weights.php:65
631
  msgid "Custom Taxonomies"
632
  msgstr ""
633
 
634
+ #: classes/settings/class-settings-weights.php:66
635
  msgid "The weight of custom taxonomies."
636
  msgstr ""
637
 
638
+ #: classes/settings/class-settings-words.php:18
639
+ msgid "Words"
640
+ msgstr ""
641
+
642
+ #: classes/settings/class-settings-words.php:24
643
+ msgid "Word related options"
644
+ msgstr ""
645
+
646
+ #: classes/settings/class-settings-words.php:25
647
+ msgid ""
648
+ "Control what extra words should be excluded and what word combinations "
649
+ "should be parsed as a single word."
650
+ msgstr ""
651
+
652
+ #: classes/settings/class-settings-words.php:29
653
+ msgid "Extra Ignored Words"
654
+ msgstr ""
655
+
656
+ #: classes/settings/class-settings-words.php:30
657
+ msgid ""
658
+ "By default we already ignore a lot of words based on your language that are "
659
+ "not related to your content. In English this would be words like %s and %s."
660
+ msgstr ""
661
+
662
+ #: classes/settings/class-settings-words.php:30
663
+ msgid "Add the extra words you would to ignore here, one word per row."
664
+ msgstr ""
665
+
666
+ #: classes/settings/class-settings-words.php:36
667
+ msgid "Joined Words"
668
+ msgstr ""
669
+
670
+ #: classes/settings/class-settings-words.php:37
671
+ msgid ""
672
+ "By default we split content per word but some word combinations should be "
673
+ "considered as one word. An example of this would be %s."
674
+ msgstr ""
675
+
676
+ #: classes/settings/class-settings-words.php:37
677
+ msgid "Add your joined words here, one joined word per row."
678
+ msgstr ""
679
+
680
  #: includes/updater/class-rp4wp-updater.php:131
681
  msgid "Hide notice"
682
  msgstr ""
694
  msgstr ""
695
 
696
  #. Author of the plugin/theme
697
+ msgid "Never5"
698
+ msgstr ""
699
 
700
  #. Author URI of the plugin/theme
701
+ msgid "http://www.never5.com/"
702
+ msgstr ""
languages/related-posts-for-wp-it_IT.mo CHANGED
Binary file
languages/related-posts-for-wp-it_IT.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Barry Kooij
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -7,16 +7,16 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
- "POT-Creation-Date: 2015-05-31 09:56:12+00:00\n"
11
- "PO-Revision-Date: 2015-07-27 15:27+0000\n"
12
- "Last-Translator: Nicola Mustone <mustone.nicola@gmail.com>\n"
13
  "Language-Team: Italian (Italy) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/it_IT/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: it_IT\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: grunt-wp-i18n 0.4.8\n"
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
@@ -32,10 +32,30 @@ msgstr "%sRiprendi l'installazione%s o %snascondi questo avviso%s"
32
  msgid "Are you sure you want to delete this related post?"
33
  msgstr "Sei sicuro di voler cancellare questo articolo correlato?"
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  #: classes/class-link-related-table.php:45
36
  #: classes/hooks/class-hook-settings-page.php:20
37
  #: classes/meta-boxes/class-meta-box-manage.php:37
38
- #: classes/settings/class-settings-general.php:59
39
  msgid "Related Posts"
40
  msgstr "Articoli Correlati"
41
 
@@ -44,30 +64,34 @@ msgid "All Posts"
44
  msgstr "Tutti gli Articoli"
45
 
46
  #: classes/class-link-related-table.php:95
47
- #: classes/settings/class-settings-weights.php:29
48
  msgid "Title"
49
  msgstr "Titolo"
50
 
51
  #: classes/class-link-related-table.php:96
52
- #: classes/hooks/class-hook-page-install.php:168
53
- #: classes/hooks/class-hook-settings-page.php:152
54
  msgid "Post Type"
55
  msgstr "Post Type"
56
 
57
- #: classes/class-link-related-table.php:260
 
 
 
 
58
  msgid "Link Post"
59
  msgstr "Collega Articolo"
60
 
61
- #: classes/class-link-related-table.php:268
62
  msgid "View Post"
63
  msgstr "Vedi Articolo"
64
 
65
- #: classes/class-link-related-table.php:299
66
  msgid "Link Posts"
67
  msgstr "Collega Articoli"
68
 
69
  #: classes/class-post-type-manager.php:21
70
- #: classes/hooks/class-hook-link-related-screen.php:155
71
  msgid "Posts"
72
  msgstr "Articoli"
73
 
@@ -87,46 +111,46 @@ msgstr "Mostra articoli correlati."
87
  msgid "Settings"
88
  msgstr "Impostazioni"
89
 
90
- #: classes/hooks/class-hook-link-related-screen.php:157
91
  msgid "Cancel linking"
92
  msgstr "Cancella collegamento"
93
 
94
- #: classes/hooks/class-hook-link-related-screen.php:173
95
  msgid "Search"
96
  msgstr "Cerca"
97
 
98
- #: classes/hooks/class-hook-page-install.php:57
99
  msgid "Welcome"
100
  msgstr "Benvenuto"
101
 
102
- #: classes/hooks/class-hook-page-install.php:58
103
  msgid "Caching Posts"
104
  msgstr "Cache Articoli"
105
 
106
- #: classes/hooks/class-hook-page-install.php:59
107
  msgid "Linking Posts"
108
  msgstr "Collegamento Articoli"
109
 
110
- #: classes/hooks/class-hook-page-install.php:60
111
  msgid "Finished"
112
  msgstr "Completato"
113
 
114
- #: classes/hooks/class-hook-page-install.php:71
115
  msgid ""
116
  "Missing post type parameter, please report this incident via %sour "
117
  "website%s."
118
  msgstr "Parametro post type mancance, per favore segnala questo problema tramite il %snostro sito%s."
119
 
120
- #: classes/hooks/class-hook-page-install.php:102
121
  msgid "Installation"
122
  msgstr "Installazione"
123
 
124
- #: classes/hooks/class-hook-page-install.php:149
125
- #: classes/hooks/class-hook-page-install.php:228
126
  msgid "Thank you for choosing Related Posts for WordPress!"
127
  msgstr "Grazie per aver scelto Related Posts for WordPress!"
128
 
129
- #: classes/hooks/class-hook-page-install.php:150
130
  msgid ""
131
  "Below you'll find your post types available for installation, by installing "
132
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -134,152 +158,150 @@ msgid ""
134
  "Type' button."
135
  msgstr "Qui sotto troverai i post type disponibili per l'installazione, installando un post type noi imposteremo una cache e ti daremo la possibilit&agrave; di collegare automaticamente articoli (custom). Per installare un post type, clicca semplicemente sul bottone 'Installa Post Type'."
136
 
137
- #: classes/hooks/class-hook-page-install.php:169
138
  msgid "Related to Post Types"
139
  msgstr "Correlato ai Post Type"
140
 
141
- #: classes/hooks/class-hook-page-install.php:204
142
- msgid "Edit"
143
- msgstr "Modifica"
144
 
145
- #: classes/hooks/class-hook-page-install.php:229
146
  msgid ""
147
  "Before you can start using Related Posts for WordPress we need to cache your"
148
  " current posts."
149
  msgstr "Prima di poter utilizzare Related Posts for WordPress abbiamo bisogno di creare una cache dei tuo articoli attuali."
150
 
151
- #: classes/hooks/class-hook-page-install.php:230
152
  msgid ""
153
  "This is a one time process which might take some time now, depending on the "
154
  "amount of posts you have, but will ensure your website's performance when "
155
  "using the plugin."
156
  msgstr "Questo &egrave; un processo che viene eseguito una sola volta e potrebbero essere necessari alcuni minuti, in base al numero di articoli che hai, ma ti assicurer&agrave; migliori performance per il tuo sito durante l'utilizzo di questo plugin."
157
 
158
- #: classes/hooks/class-hook-page-install.php:232
159
  msgid ""
160
  "Do NOT close this window, wait for this process to finish and this wizard to"
161
  " take you to the next step."
162
  msgstr "NON chiudere questa finestra, attendi che il processo venga completato e che questo wizard ti porti allo step successivo."
163
 
164
- #: classes/hooks/class-hook-page-install.php:266
165
  msgid "Great! All your posts were successfully cached!"
166
  msgstr "Grandioso! La cache di tutti i tuoi articoli &egrave; stata creata correttamente!"
167
 
168
- #: classes/hooks/class-hook-page-install.php:267
169
  msgid ""
170
  "You can let me link your posts, based on what I think is related, to each "
171
  "other. And don't worry, if I made a mistake at one of your posts you can "
172
  "easily correct this by editing it manually!"
173
  msgstr "Puoi lasciarmi collegare i tuoi articoli, in base a coas io penso che sia correlato tra essi. E non preoccuparti, se faccio un errore in qualcuno di essi puoi sempre correggerlo facilmente modificando l'articolo manualmente!"
174
 
175
- #: classes/hooks/class-hook-page-install.php:268
176
  msgid ""
177
  "Want me to start linking posts to each other? Fill in the amount of related "
178
  "posts each post should have and click on the \"Link now\" button. Rather "
179
  "link your posts manually? Click \"Skip linking\"."
180
  msgstr "Vuoi che inizia a collegare gli articoli tra essi? Inserisci il numero ti articoli correlati che ogni articolo dovrebbe avere e clicca sul bottone \"Collega ora\". Vuoi farlo manualmente? Clicca su \"Salta collegamento\"."
181
 
182
- #: classes/hooks/class-hook-page-install.php:269
183
  msgid ""
184
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
185
  " process to finish and this wizard to take you to the next step."
186
  msgstr "NON chiudere questa finestra se clicchi sul bottone \"Collega ora\", attendi che questo processo finisca e che il wizard ti porti allo step successivo."
187
 
188
- #: classes/hooks/class-hook-page-install.php:275
189
  msgid "Amount of related posts:"
190
  msgstr "Numero di articoli correlati:"
191
 
192
- #: classes/hooks/class-hook-page-install.php:277
193
  msgid "The amount of related items per %s"
194
  msgstr "Il numero di elementi correlati per %s"
195
 
196
- #: classes/hooks/class-hook-page-install.php:282
197
  msgid "Maximum Post Age:"
198
  msgstr "Et&agrave; massima dell'articolo:"
199
 
200
- #: classes/hooks/class-hook-page-install.php:284
201
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
202
  msgstr ""
203
 
204
- #: classes/hooks/class-hook-page-install.php:290
205
  msgid "Link now"
206
  msgstr "Collega ora"
207
 
208
- #: classes/hooks/class-hook-page-install.php:291
209
  msgid "Skip linking"
210
  msgstr "Salta collegamento"
211
 
212
- #: classes/hooks/class-hook-page-install.php:309
213
  msgid "That's it, you're good to go!"
214
  msgstr "Ecco fatto, sei pronto!"
215
 
216
- #: classes/hooks/class-hook-page-install.php:310
217
  msgid ""
218
  "Thanks again for using Related Posts for WordPress and if you have any "
219
  "questions be sure to ask them at the %sWordPress.org forums.%s"
220
  msgstr "Grazie ancora per aver utilizzato Related Posts for WordPress e se hai domande assicurati di chiederlo sui %sforum di WordPress.org.%s"
221
 
222
- #: classes/hooks/class-hook-page-install.php:313
223
  msgid "Click here to return to step 1"
224
  msgstr "Clicca qui per tornare allo step 1"
225
 
226
- #: classes/hooks/class-hook-page-install.php:319
227
  msgid "Click here to go to the settings page"
228
  msgstr "Clicca qui per andare alla pagina delle impostazioni"
229
 
230
- #: classes/hooks/class-hook-settings-page.php:57
231
  msgid "Plugin version"
232
  msgstr "Versione plugin"
233
 
234
- #: classes/hooks/class-hook-settings-page.php:63
235
  msgid ""
236
  "Got a question? Simply send us an email at "
237
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
238
  "active license."
239
  msgstr "Hai una domanda? Invia semplicemente un'email a %ssupport@relatedpostsforwp.com%s. Per favore nota che per avere supporto hai bisogno di una licenza attiva."
240
 
241
- #: classes/hooks/class-hook-settings-page.php:67
242
  msgid "More information"
243
  msgstr "Pi&ugrave; informazioni"
244
 
245
- #: classes/hooks/class-hook-settings-page.php:69
246
  msgid "<a href='%s'>Documentation</a>"
247
  msgstr "<a href='%s'>Documentazione</a>"
248
 
249
- #: classes/hooks/class-hook-settings-page.php:71
250
  msgid "<a href='%s'>Changelog</a>"
251
  msgstr "<a href='%s'>Changelog</a>"
252
 
253
- #: classes/hooks/class-hook-settings-page.php:73
254
  msgid "<a href='%s'>Give us a review</a>"
255
  msgstr "<a href='%s'>Inviaci una recensione</a>"
256
 
257
- #: classes/hooks/class-hook-settings-page.php:78
258
- msgid "About the developer"
259
- msgstr "A proposito dello sviluppatore"
260
 
261
- #: classes/hooks/class-hook-settings-page.php:80
262
- msgid ""
263
- "Barry is a WordPress developer that works on WooCommerce and is the author "
264
- "of various WordPress plugins that include Related Posts for WordPress, Post "
265
- "Connector and What The File."
266
- msgstr "Barry &egrave; uno sviluppatore WordPress che lavora su WooCommerce ed &egrave; l'autore di vari plugin per WordPress incluso Related Posts for WordPress, Post Connector e What The File."
267
 
268
- #: classes/hooks/class-hook-settings-page.php:82
269
  msgid ""
270
- "Barry likes contributing to open source projects and visiting WordCamps and "
271
- "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
272
- msgstr "A Barry piace contribuire a progetti open source e visitare WordCamp e meetup di WordPress. E&egrave; l'organizzatore del meetup su WordPress in Tilburg."
 
273
 
274
- #: classes/hooks/class-hook-settings-page.php:84
275
- msgid "%sFollow Barry on Twitter%s."
276
- msgstr "%sSegui Barry su Twitter%s."
277
 
278
- #: classes/hooks/class-hook-settings-page.php:110
279
  msgid "General"
280
  msgstr "Generale"
281
 
282
- #: classes/hooks/class-hook-settings-page.php:130
283
  msgid "Installer"
284
  msgstr "Installer"
285
 
@@ -287,17 +309,17 @@ msgstr "Installer"
287
  msgid "Add Related Posts"
288
  msgstr "Aggiungi Articoli Correlati"
289
 
290
- #: classes/meta-boxes/class-meta-box-manage.php:103
291
- #: classes/meta-boxes/class-meta-box-manage.php:104
292
  msgid "Edit Post"
293
  msgstr "Modifica Articolo"
294
 
295
- #: classes/meta-boxes/class-meta-box-manage.php:106
296
- #: classes/meta-boxes/class-meta-box-manage.php:107
297
  msgid "Unlink Related Post"
298
  msgstr "Scollega Articolo Correlato"
299
 
300
- #: classes/meta-boxes/class-meta-box-manage.php:120
301
  msgid "No related posts found."
302
  msgstr "Nessun articolo correlato trovato."
303
 
@@ -305,7 +327,7 @@ msgstr "Nessun articolo correlato trovato."
305
  msgid "Related Posts Options"
306
  msgstr "Opzioni Articoli Correlati"
307
 
308
- #: classes/meta-boxes/class-meta-box-options.php:59
309
  msgid "Exclude"
310
  msgstr "Escludi"
311
 
@@ -382,35 +404,91 @@ msgstr "Et&agrave; massima dell'articolo"
382
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
383
  msgstr ""
384
 
385
- #: classes/settings/class-settings-general.php:51
386
  msgid "Frontend Settings"
387
  msgstr "Impostazioni Frontend"
388
 
389
- #: classes/settings/class-settings-general.php:52
390
  msgid ""
391
  "The following options affect how related %ss are displayed on the frontend."
392
  msgstr "Le seguenti opzioni specificano come vengono mostrati gli %ss correlati nel frontend."
393
 
394
- #: classes/settings/class-settings-general.php:56
395
  msgid "Heading text"
396
  msgstr "Testo intestazione"
397
 
398
- #: classes/settings/class-settings-general.php:57
399
  msgid ""
400
  "The text that is displayed above the related %ss. To disable, leave field "
401
  "empty."
402
  msgstr "Il testo che viene mostrato sopra gli %ss correlati. Per disabilitarlo, lascia vuoto il campo."
403
 
404
- #: classes/settings/class-settings-general.php:63
405
  msgid "Excerpt length"
406
  msgstr "Lunghezza estratto"
407
 
408
- #: classes/settings/class-settings-general.php:64
409
  msgid ""
410
  "The amount of words to be displayed below the title on website. To disable, "
411
  "set value to 0."
412
  msgstr "Il numero di parole da mostrare sotto il titolo del sito. Per disabilitarlo, imposta il valore a 0."
413
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  #: classes/settings/class-settings-license.php:18
415
  msgid "License"
416
  msgstr "Licenza"
@@ -480,11 +558,19 @@ msgid ""
480
  "problems connecting to licensing server."
481
  msgstr "Disabilita la verifica SSL nelle richieste per la licenza. Seleziona questa opzione solo se stai avendo problemi di connessione con il server per il controllo della licenza."
482
 
483
- #: classes/settings/class-settings-page.php:448
 
 
 
 
 
 
 
 
484
  msgid "ACTIVATED"
485
  msgstr "ATTIVATO"
486
 
487
- #: classes/settings/class-settings-page.php:450
488
  msgid "NOT ACTIVE"
489
  msgstr "NON ATTIVO"
490
 
@@ -502,42 +588,95 @@ msgid ""
502
  "need to rerun the installer after changing weights."
503
  msgstr "Aggiusta facilmente i pesi utilizzando gli slider qui sotto. Per favore nota che devi rilanciare l'installazone dopo aver cambiato i pesi."
504
 
 
 
 
 
 
505
  #: classes/settings/class-settings-weights.php:30
 
 
 
 
 
 
506
  msgid "The weight of the title."
507
  msgstr "Il peso del titolo."
508
 
509
- #: classes/settings/class-settings-weights.php:36
510
  msgid "Links"
511
  msgstr "Collegamenti"
512
 
513
- #: classes/settings/class-settings-weights.php:37
514
  msgid "The weight of the links found in the content."
515
  msgstr "Il peso dei collegamenti trovati nel contenuto."
516
 
517
- #: classes/settings/class-settings-weights.php:43
518
  msgid "Categories"
519
  msgstr "Categorie"
520
 
521
- #: classes/settings/class-settings-weights.php:44
522
  msgid "The weight of the categories."
523
  msgstr "Il peso delle categorie."
524
 
525
- #: classes/settings/class-settings-weights.php:50
526
  msgid "Tags"
527
  msgstr "Tag"
528
 
529
- #: classes/settings/class-settings-weights.php:51
530
  msgid "The weight of the tags."
531
  msgstr "Il peso dei tag."
532
 
533
- #: classes/settings/class-settings-weights.php:57
534
  msgid "Custom Taxonomies"
535
  msgstr "Tassonomie Personalizzate"
536
 
537
- #: classes/settings/class-settings-weights.php:58
538
  msgid "The weight of custom taxonomies."
539
  msgstr "Il peso delle tassonomie personalizzate."
540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
  #: includes/updater/class-rp4wp-updater.php:131
542
  msgid "Hide notice"
543
  msgstr "Nascondi avviso"
@@ -555,9 +694,9 @@ msgid "The best way to display related posts in WordPress."
555
  msgstr "Il miglior modo per mostrare articoli correlati in WordPress."
556
 
557
  #. Author of the plugin/theme
558
- msgid "Barry Kooij"
559
- msgstr "Barry Kooij"
560
 
561
  #. Author URI of the plugin/theme
562
- msgid "http://www.barrykooij.com/"
563
- msgstr "http://www.barrykooij.com/"
1
+ # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
+ "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
11
+ "PO-Revision-Date: 2016-08-25 13:54+0000\n"
12
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Italian (Italy) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/it_IT/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: it_IT\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
32
  msgid "Are you sure you want to delete this related post?"
33
  msgstr "Sei sicuro di voler cancellare questo articolo correlato?"
34
 
35
+ #: classes/class-javascript-strings.php:15
36
+ msgid "Delete this post type"
37
+ msgstr ""
38
+
39
+ #: classes/class-javascript-strings.php:16
40
+ msgid "Relink related posts"
41
+ msgstr ""
42
+
43
+ #: classes/class-javascript-strings.php:17
44
+ msgid "Reinstall this post type"
45
+ msgstr ""
46
+
47
+ #: classes/class-javascript-strings.php:18
48
+ msgid "Save post type"
49
+ msgstr ""
50
+
51
+ #: classes/class-javascript-strings.php:19
52
+ msgid "Add post type"
53
+ msgstr ""
54
+
55
  #: classes/class-link-related-table.php:45
56
  #: classes/hooks/class-hook-settings-page.php:20
57
  #: classes/meta-boxes/class-meta-box-manage.php:37
58
+ #: classes/settings/class-settings-general.php:60
59
  msgid "Related Posts"
60
  msgstr "Articoli Correlati"
61
 
64
  msgstr "Tutti gli Articoli"
65
 
66
  #: classes/class-link-related-table.php:95
67
+ #: classes/settings/class-settings-weights.php:37
68
  msgid "Title"
69
  msgstr "Titolo"
70
 
71
  #: classes/class-link-related-table.php:96
72
+ #: classes/hooks/class-hook-page-install.php:187
73
+ #: classes/hooks/class-hook-settings-page.php:155
74
  msgid "Post Type"
75
  msgstr "Post Type"
76
 
77
+ #: classes/class-link-related-table.php:97
78
+ msgid "Post Date"
79
+ msgstr ""
80
+
81
+ #: classes/class-link-related-table.php:270
82
  msgid "Link Post"
83
  msgstr "Collega Articolo"
84
 
85
+ #: classes/class-link-related-table.php:278
86
  msgid "View Post"
87
  msgstr "Vedi Articolo"
88
 
89
+ #: classes/class-link-related-table.php:317
90
  msgid "Link Posts"
91
  msgstr "Collega Articoli"
92
 
93
  #: classes/class-post-type-manager.php:21
94
+ #: classes/hooks/class-hook-link-related-screen.php:187
95
  msgid "Posts"
96
  msgstr "Articoli"
97
 
111
  msgid "Settings"
112
  msgstr "Impostazioni"
113
 
114
+ #: classes/hooks/class-hook-link-related-screen.php:189
115
  msgid "Cancel linking"
116
  msgstr "Cancella collegamento"
117
 
118
+ #: classes/hooks/class-hook-link-related-screen.php:205
119
  msgid "Search"
120
  msgstr "Cerca"
121
 
122
+ #: classes/hooks/class-hook-page-install.php:59
123
  msgid "Welcome"
124
  msgstr "Benvenuto"
125
 
126
+ #: classes/hooks/class-hook-page-install.php:60
127
  msgid "Caching Posts"
128
  msgstr "Cache Articoli"
129
 
130
+ #: classes/hooks/class-hook-page-install.php:61
131
  msgid "Linking Posts"
132
  msgstr "Collegamento Articoli"
133
 
134
+ #: classes/hooks/class-hook-page-install.php:62
135
  msgid "Finished"
136
  msgstr "Completato"
137
 
138
+ #: classes/hooks/class-hook-page-install.php:78
139
  msgid ""
140
  "Missing post type parameter, please report this incident via %sour "
141
  "website%s."
142
  msgstr "Parametro post type mancance, per favore segnala questo problema tramite il %snostro sito%s."
143
 
144
+ #: classes/hooks/class-hook-page-install.php:121
145
  msgid "Installation"
146
  msgstr "Installazione"
147
 
148
+ #: classes/hooks/class-hook-page-install.php:168
149
+ #: classes/hooks/class-hook-page-install.php:247
150
  msgid "Thank you for choosing Related Posts for WordPress!"
151
  msgstr "Grazie per aver scelto Related Posts for WordPress!"
152
 
153
+ #: classes/hooks/class-hook-page-install.php:169
154
  msgid ""
155
  "Below you'll find your post types available for installation, by installing "
156
  "a post type we'll set up a cache and offer you the ability to automatic link"
158
  "Type' button."
159
  msgstr "Qui sotto troverai i post type disponibili per l'installazione, installando un post type noi imposteremo una cache e ti daremo la possibilit&agrave; di collegare automaticamente articoli (custom). Per installare un post type, clicca semplicemente sul bottone 'Installa Post Type'."
160
 
161
+ #: classes/hooks/class-hook-page-install.php:188
162
  msgid "Related to Post Types"
163
  msgstr "Correlato ai Post Type"
164
 
165
+ #: classes/hooks/class-hook-page-install.php:223
166
+ msgid "Edit this post type"
167
+ msgstr ""
168
 
169
+ #: classes/hooks/class-hook-page-install.php:248
170
  msgid ""
171
  "Before you can start using Related Posts for WordPress we need to cache your"
172
  " current posts."
173
  msgstr "Prima di poter utilizzare Related Posts for WordPress abbiamo bisogno di creare una cache dei tuo articoli attuali."
174
 
175
+ #: classes/hooks/class-hook-page-install.php:249
176
  msgid ""
177
  "This is a one time process which might take some time now, depending on the "
178
  "amount of posts you have, but will ensure your website's performance when "
179
  "using the plugin."
180
  msgstr "Questo &egrave; un processo che viene eseguito una sola volta e potrebbero essere necessari alcuni minuti, in base al numero di articoli che hai, ma ti assicurer&agrave; migliori performance per il tuo sito durante l'utilizzo di questo plugin."
181
 
182
+ #: classes/hooks/class-hook-page-install.php:251
183
  msgid ""
184
  "Do NOT close this window, wait for this process to finish and this wizard to"
185
  " take you to the next step."
186
  msgstr "NON chiudere questa finestra, attendi che il processo venga completato e che questo wizard ti porti allo step successivo."
187
 
188
+ #: classes/hooks/class-hook-page-install.php:285
189
  msgid "Great! All your posts were successfully cached!"
190
  msgstr "Grandioso! La cache di tutti i tuoi articoli &egrave; stata creata correttamente!"
191
 
192
+ #: classes/hooks/class-hook-page-install.php:286
193
  msgid ""
194
  "You can let me link your posts, based on what I think is related, to each "
195
  "other. And don't worry, if I made a mistake at one of your posts you can "
196
  "easily correct this by editing it manually!"
197
  msgstr "Puoi lasciarmi collegare i tuoi articoli, in base a coas io penso che sia correlato tra essi. E non preoccuparti, se faccio un errore in qualcuno di essi puoi sempre correggerlo facilmente modificando l'articolo manualmente!"
198
 
199
+ #: classes/hooks/class-hook-page-install.php:287
200
  msgid ""
201
  "Want me to start linking posts to each other? Fill in the amount of related "
202
  "posts each post should have and click on the \"Link now\" button. Rather "
203
  "link your posts manually? Click \"Skip linking\"."
204
  msgstr "Vuoi che inizia a collegare gli articoli tra essi? Inserisci il numero ti articoli correlati che ogni articolo dovrebbe avere e clicca sul bottone \"Collega ora\". Vuoi farlo manualmente? Clicca su \"Salta collegamento\"."
205
 
206
+ #: classes/hooks/class-hook-page-install.php:288
207
  msgid ""
208
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
209
  " process to finish and this wizard to take you to the next step."
210
  msgstr "NON chiudere questa finestra se clicchi sul bottone \"Collega ora\", attendi che questo processo finisca e che il wizard ti porti allo step successivo."
211
 
212
+ #: classes/hooks/class-hook-page-install.php:295
213
  msgid "Amount of related posts:"
214
  msgstr "Numero di articoli correlati:"
215
 
216
+ #: classes/hooks/class-hook-page-install.php:299
217
  msgid "The amount of related items per %s"
218
  msgstr "Il numero di elementi correlati per %s"
219
 
220
+ #: classes/hooks/class-hook-page-install.php:305
221
  msgid "Maximum Post Age:"
222
  msgstr "Et&agrave; massima dell'articolo:"
223
 
224
+ #: classes/hooks/class-hook-page-install.php:309
225
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
226
  msgstr ""
227
 
228
+ #: classes/hooks/class-hook-page-install.php:316
229
  msgid "Link now"
230
  msgstr "Collega ora"
231
 
232
+ #: classes/hooks/class-hook-page-install.php:318
233
  msgid "Skip linking"
234
  msgstr "Salta collegamento"
235
 
236
+ #: classes/hooks/class-hook-page-install.php:336
237
  msgid "That's it, you're good to go!"
238
  msgstr "Ecco fatto, sei pronto!"
239
 
240
+ #: classes/hooks/class-hook-page-install.php:337
241
  msgid ""
242
  "Thanks again for using Related Posts for WordPress and if you have any "
243
  "questions be sure to ask them at the %sWordPress.org forums.%s"
244
  msgstr "Grazie ancora per aver utilizzato Related Posts for WordPress e se hai domande assicurati di chiederlo sui %sforum di WordPress.org.%s"
245
 
246
+ #: classes/hooks/class-hook-page-install.php:340
247
  msgid "Click here to return to step 1"
248
  msgstr "Clicca qui per tornare allo step 1"
249
 
250
+ #: classes/hooks/class-hook-page-install.php:346
251
  msgid "Click here to go to the settings page"
252
  msgstr "Clicca qui per andare alla pagina delle impostazioni"
253
 
254
+ #: classes/hooks/class-hook-settings-page.php:58
255
  msgid "Plugin version"
256
  msgstr "Versione plugin"
257
 
258
+ #: classes/hooks/class-hook-settings-page.php:64
259
  msgid ""
260
  "Got a question? Simply send us an email at "
261
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
262
  "active license."
263
  msgstr "Hai una domanda? Invia semplicemente un'email a %ssupport@relatedpostsforwp.com%s. Per favore nota che per avere supporto hai bisogno di una licenza attiva."
264
 
265
+ #: classes/hooks/class-hook-settings-page.php:68
266
  msgid "More information"
267
  msgstr "Pi&ugrave; informazioni"
268
 
269
+ #: classes/hooks/class-hook-settings-page.php:70
270
  msgid "<a href='%s'>Documentation</a>"
271
  msgstr "<a href='%s'>Documentazione</a>"
272
 
273
+ #: classes/hooks/class-hook-settings-page.php:72
274
  msgid "<a href='%s'>Changelog</a>"
275
  msgstr "<a href='%s'>Changelog</a>"
276
 
277
+ #: classes/hooks/class-hook-settings-page.php:74
278
  msgid "<a href='%s'>Give us a review</a>"
279
  msgstr "<a href='%s'>Inviaci una recensione</a>"
280
 
281
+ #: classes/hooks/class-hook-settings-page.php:76
282
+ msgid "Check out our other plugins at Never5.com"
283
+ msgstr ""
284
 
285
+ #: classes/hooks/class-hook-settings-page.php:81
286
+ msgid "About Never5"
287
+ msgstr ""
 
 
 
288
 
289
+ #: classes/hooks/class-hook-settings-page.php:85
290
  msgid ""
291
+ "At %sNever5%s we create high quality premium WordPress plugins, with "
292
+ "extensive support. We offer solutions in related posts, advanced download "
293
+ "management, vehicle management and connecting post types."
294
+ msgstr ""
295
 
296
+ #: classes/hooks/class-hook-settings-page.php:87
297
+ msgid "%sFollow Never5 on Twitter%s"
298
+ msgstr ""
299
 
300
+ #: classes/hooks/class-hook-settings-page.php:113
301
  msgid "General"
302
  msgstr "Generale"
303
 
304
+ #: classes/hooks/class-hook-settings-page.php:133
305
  msgid "Installer"
306
  msgstr "Installer"
307
 
309
  msgid "Add Related Posts"
310
  msgstr "Aggiungi Articoli Correlati"
311
 
312
+ #: classes/meta-boxes/class-meta-box-manage.php:108
313
+ #: classes/meta-boxes/class-meta-box-manage.php:109
314
  msgid "Edit Post"
315
  msgstr "Modifica Articolo"
316
 
317
+ #: classes/meta-boxes/class-meta-box-manage.php:111
318
+ #: classes/meta-boxes/class-meta-box-manage.php:112
319
  msgid "Unlink Related Post"
320
  msgstr "Scollega Articolo Correlato"
321
 
322
+ #: classes/meta-boxes/class-meta-box-manage.php:125
323
  msgid "No related posts found."
324
  msgstr "Nessun articolo correlato trovato."
325
 
327
  msgid "Related Posts Options"
328
  msgstr "Opzioni Articoli Correlati"
329
 
330
+ #: classes/meta-boxes/class-meta-box-options.php:62
331
  msgid "Exclude"
332
  msgstr "Escludi"
333
 
404
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
405
  msgstr ""
406
 
407
+ #: classes/settings/class-settings-general.php:52
408
  msgid "Frontend Settings"
409
  msgstr "Impostazioni Frontend"
410
 
411
+ #: classes/settings/class-settings-general.php:53
412
  msgid ""
413
  "The following options affect how related %ss are displayed on the frontend."
414
  msgstr "Le seguenti opzioni specificano come vengono mostrati gli %ss correlati nel frontend."
415
 
416
+ #: classes/settings/class-settings-general.php:57
417
  msgid "Heading text"
418
  msgstr "Testo intestazione"
419
 
420
+ #: classes/settings/class-settings-general.php:58
421
  msgid ""
422
  "The text that is displayed above the related %ss. To disable, leave field "
423
  "empty."
424
  msgstr "Il testo che viene mostrato sopra gli %ss correlati. Per disabilitarlo, lascia vuoto il campo."
425
 
426
+ #: classes/settings/class-settings-general.php:64
427
  msgid "Excerpt length"
428
  msgstr "Lunghezza estratto"
429
 
430
+ #: classes/settings/class-settings-general.php:65
431
  msgid ""
432
  "The amount of words to be displayed below the title on website. To disable, "
433
  "set value to 0."
434
  msgstr "Il numero di parole da mostrare sotto il titolo del sito. Per disabilitarlo, imposta il valore a 0."
435
 
436
+ #: classes/settings/class-settings-general.php:73
437
+ msgid "Thumbnail size"
438
+ msgstr ""
439
+
440
+ #: classes/settings/class-settings-general.php:74
441
+ msgid ""
442
+ "These settings affect the display and dimensions of your related post "
443
+ "thumbnails – the display on the front-end will still be affected by CSS "
444
+ "styles. After changing these settings you may need to %sregenerate your "
445
+ "thumbnails.%s"
446
+ msgstr ""
447
+
448
+ #: classes/settings/class-settings-general.php:78
449
+ msgid "Width"
450
+ msgstr ""
451
+
452
+ #: classes/settings/class-settings-general.php:79
453
+ msgid "Thumbnail's width in pixels."
454
+ msgstr ""
455
+
456
+ #: classes/settings/class-settings-general.php:85
457
+ msgid "Height"
458
+ msgstr ""
459
+
460
+ #: classes/settings/class-settings-general.php:86
461
+ msgid "Thumbnail's height in pixels."
462
+ msgstr ""
463
+
464
+ #: classes/settings/class-settings-general.php:92
465
+ msgid "Crop"
466
+ msgstr ""
467
+
468
+ #: classes/settings/class-settings-general.php:93
469
+ msgid "Crop the image from the center."
470
+ msgstr ""
471
+
472
+ #: classes/settings/class-settings-general.php:101
473
+ msgid "Thumbnail Placeholder"
474
+ msgstr ""
475
+
476
+ #: classes/settings/class-settings-general.php:102
477
+ msgid ""
478
+ "The placeholder will be used if no featured image is set and no images could"
479
+ " be found in the content."
480
+ msgstr ""
481
+
482
+ #: classes/settings/class-settings-general.php:106
483
+ msgid "Placeholder"
484
+ msgstr ""
485
+
486
+ #: classes/settings/class-settings-general.php:107
487
+ msgid ""
488
+ "Thumbnail placeholder, the image that will be used if no other image is "
489
+ "found."
490
+ msgstr ""
491
+
492
  #: classes/settings/class-settings-license.php:18
493
  msgid "License"
494
  msgstr "Licenza"
558
  "problems connecting to licensing server."
559
  msgstr "Disabilita la verifica SSL nelle richieste per la licenza. Seleziona questa opzione solo se stai avendo problemi di connessione con il server per il controllo della licenza."
560
 
561
+ #: classes/settings/class-settings-page.php:212
562
+ msgid "Image URL"
563
+ msgstr ""
564
+
565
+ #: classes/settings/class-settings-page.php:213
566
+ msgid "Upload Image"
567
+ msgstr ""
568
+
569
+ #: classes/settings/class-settings-page.php:468
570
  msgid "ACTIVATED"
571
  msgstr "ATTIVATO"
572
 
573
+ #: classes/settings/class-settings-page.php:470
574
  msgid "NOT ACTIVE"
575
  msgstr "NON ATTIVO"
576
 
588
  "need to rerun the installer after changing weights."
589
  msgstr "Aggiusta facilmente i pesi utilizzando gli slider qui sotto. Per favore nota che devi rilanciare l'installazone dopo aver cambiato i pesi."
590
 
591
+ #: classes/settings/class-settings-weights.php:29
592
+ #: classes/settings/class-settings-weights.php:33
593
+ msgid "Reset Weight"
594
+ msgstr ""
595
+
596
  #: classes/settings/class-settings-weights.php:30
597
+ msgid ""
598
+ "Reset the weights back to their defaults. Don't forget to Save the Changes "
599
+ "after resetting the weights."
600
+ msgstr ""
601
+
602
+ #: classes/settings/class-settings-weights.php:38
603
  msgid "The weight of the title."
604
  msgstr "Il peso del titolo."
605
 
606
+ #: classes/settings/class-settings-weights.php:44
607
  msgid "Links"
608
  msgstr "Collegamenti"
609
 
610
+ #: classes/settings/class-settings-weights.php:45
611
  msgid "The weight of the links found in the content."
612
  msgstr "Il peso dei collegamenti trovati nel contenuto."
613
 
614
+ #: classes/settings/class-settings-weights.php:51
615
  msgid "Categories"
616
  msgstr "Categorie"
617
 
618
+ #: classes/settings/class-settings-weights.php:52
619
  msgid "The weight of the categories."
620
  msgstr "Il peso delle categorie."
621
 
622
+ #: classes/settings/class-settings-weights.php:58
623
  msgid "Tags"
624
  msgstr "Tag"
625
 
626
+ #: classes/settings/class-settings-weights.php:59
627
  msgid "The weight of the tags."
628
  msgstr "Il peso dei tag."
629
 
630
+ #: classes/settings/class-settings-weights.php:65
631
  msgid "Custom Taxonomies"
632
  msgstr "Tassonomie Personalizzate"
633
 
634
+ #: classes/settings/class-settings-weights.php:66
635
  msgid "The weight of custom taxonomies."
636
  msgstr "Il peso delle tassonomie personalizzate."
637
 
638
+ #: classes/settings/class-settings-words.php:18
639
+ msgid "Words"
640
+ msgstr ""
641
+
642
+ #: classes/settings/class-settings-words.php:24
643
+ msgid "Word related options"
644
+ msgstr ""
645
+
646
+ #: classes/settings/class-settings-words.php:25
647
+ msgid ""
648
+ "Control what extra words should be excluded and what word combinations "
649
+ "should be parsed as a single word."
650
+ msgstr ""
651
+
652
+ #: classes/settings/class-settings-words.php:29
653
+ msgid "Extra Ignored Words"
654
+ msgstr ""
655
+
656
+ #: classes/settings/class-settings-words.php:30
657
+ msgid ""
658
+ "By default we already ignore a lot of words based on your language that are "
659
+ "not related to your content. In English this would be words like %s and %s."
660
+ msgstr ""
661
+
662
+ #: classes/settings/class-settings-words.php:30
663
+ msgid "Add the extra words you would to ignore here, one word per row."
664
+ msgstr ""
665
+
666
+ #: classes/settings/class-settings-words.php:36
667
+ msgid "Joined Words"
668
+ msgstr ""
669
+
670
+ #: classes/settings/class-settings-words.php:37
671
+ msgid ""
672
+ "By default we split content per word but some word combinations should be "
673
+ "considered as one word. An example of this would be %s."
674
+ msgstr ""
675
+
676
+ #: classes/settings/class-settings-words.php:37
677
+ msgid "Add your joined words here, one joined word per row."
678
+ msgstr ""
679
+
680
  #: includes/updater/class-rp4wp-updater.php:131
681
  msgid "Hide notice"
682
  msgstr "Nascondi avviso"
694
  msgstr "Il miglior modo per mostrare articoli correlati in WordPress."
695
 
696
  #. Author of the plugin/theme
697
+ msgid "Never5"
698
+ msgstr ""
699
 
700
  #. Author URI of the plugin/theme
701
+ msgid "http://www.never5.com/"
702
+ msgstr ""
languages/related-posts-for-wp-nl_NL.mo CHANGED
Binary file
languages/related-posts-for-wp-nl_NL.po CHANGED
@@ -1,13 +1,13 @@
1
- # Copyright (C) 2015 Barry Kooij
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
- # Barry Kooij <mail@barrykooij.nl>, 2014
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Related Posts for WordPress\n"
8
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
9
- "POT-Creation-Date: 2015-05-31 09:56:12+00:00\n"
10
- "PO-Revision-Date: 2015-06-07 19:28+0000\n"
11
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/nl_NL/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: grunt-wp-i18n 0.4.8\n"
19
 
20
  #: classes/class-is-installing-notice.php:74
21
  msgid ""
@@ -31,10 +31,30 @@ msgstr "%sGa door met de wizard%s of %sverberg dit bericht%s"
31
  msgid "Are you sure you want to delete this related post?"
32
  msgstr "Weet je zeker dat je dit gerelateerde bericht wilt verwijderen?"
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  #: classes/class-link-related-table.php:45
35
  #: classes/hooks/class-hook-settings-page.php:20
36
  #: classes/meta-boxes/class-meta-box-manage.php:37
37
- #: classes/settings/class-settings-general.php:59
38
  msgid "Related Posts"
39
  msgstr "Gerelateerde Berichten"
40
 
@@ -43,30 +63,34 @@ msgid "All Posts"
43
  msgstr "Alle Berichten"
44
 
45
  #: classes/class-link-related-table.php:95
46
- #: classes/settings/class-settings-weights.php:29
47
  msgid "Title"
48
  msgstr "Titel"
49
 
50
  #: classes/class-link-related-table.php:96
51
- #: classes/hooks/class-hook-page-install.php:168
52
- #: classes/hooks/class-hook-settings-page.php:152
53
  msgid "Post Type"
54
  msgstr "Post Type"
55
 
56
- #: classes/class-link-related-table.php:260
 
 
 
 
57
  msgid "Link Post"
58
  msgstr "Link Bericht"
59
 
60
- #: classes/class-link-related-table.php:268
61
  msgid "View Post"
62
  msgstr "Bekijk Post"
63
 
64
- #: classes/class-link-related-table.php:299
65
  msgid "Link Posts"
66
  msgstr "Link Berichten"
67
 
68
  #: classes/class-post-type-manager.php:21
69
- #: classes/hooks/class-hook-link-related-screen.php:155
70
  msgid "Posts"
71
  msgstr "Berichten"
72
 
@@ -86,46 +110,46 @@ msgstr "Toon gerelateerde berichten."
86
  msgid "Settings"
87
  msgstr "Instellingen"
88
 
89
- #: classes/hooks/class-hook-link-related-screen.php:157
90
  msgid "Cancel linking"
91
  msgstr "Annuleer linken"
92
 
93
- #: classes/hooks/class-hook-link-related-screen.php:173
94
  msgid "Search"
95
  msgstr "Zoeken"
96
 
97
- #: classes/hooks/class-hook-page-install.php:57
98
  msgid "Welcome"
99
  msgstr "Welkom"
100
 
101
- #: classes/hooks/class-hook-page-install.php:58
102
  msgid "Caching Posts"
103
  msgstr "Cachen van berichten"
104
 
105
- #: classes/hooks/class-hook-page-install.php:59
106
  msgid "Linking Posts"
107
  msgstr "Linken van berichten"
108
 
109
- #: classes/hooks/class-hook-page-install.php:60
110
  msgid "Finished"
111
  msgstr "Klaar"
112
 
113
- #: classes/hooks/class-hook-page-install.php:71
114
  msgid ""
115
  "Missing post type parameter, please report this incident via %sour "
116
  "website%s."
117
  msgstr "De post type parameter ontbreekt, neem a.u.b. contact op via %sonze website%."
118
 
119
- #: classes/hooks/class-hook-page-install.php:102
120
  msgid "Installation"
121
  msgstr "Installatie"
122
 
123
- #: classes/hooks/class-hook-page-install.php:149
124
- #: classes/hooks/class-hook-page-install.php:228
125
  msgid "Thank you for choosing Related Posts for WordPress!"
126
  msgstr "Bedankt voor het kiezen voor Related Posts for WordPress!"
127
 
128
- #: classes/hooks/class-hook-page-install.php:150
129
  msgid ""
130
  "Below you'll find your post types available for installation, by installing "
131
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -133,152 +157,150 @@ msgid ""
133
  "Type' button."
134
  msgstr "Hieronder vind je de beschikbare (custom) post types. Wanneer je een post type installeert zullen wij de content cachen en je daarna de mogelijkheid bieden om automatisch gerelateerde content aan elkaar te koppelen. Om een post type te installeren, klik op de 'Installeer post type' knop."
135
 
136
- #: classes/hooks/class-hook-page-install.php:169
137
  msgid "Related to Post Types"
138
  msgstr "Gerelateerde Post Types"
139
 
140
- #: classes/hooks/class-hook-page-install.php:204
141
- msgid "Edit"
142
- msgstr "Bewerk"
143
 
144
- #: classes/hooks/class-hook-page-install.php:229
145
  msgid ""
146
  "Before you can start using Related Posts for WordPress we need to cache your"
147
  " current posts."
148
  msgstr "Voordat je Related Posts for WordPress kan gebruiken moeten we eerst je huidige berichten cachen."
149
 
150
- #: classes/hooks/class-hook-page-install.php:230
151
  msgid ""
152
  "This is a one time process which might take some time now, depending on the "
153
  "amount of posts you have, but will ensure your website's performance when "
154
  "using the plugin."
155
  msgstr "Dit is een eenmalig proces wat nu even kan duren, afhankelijk van het aantal berichten dat je hebt. Het zorgt er wel voor dat de prestatie van je website hoog blijft."
156
 
157
- #: classes/hooks/class-hook-page-install.php:232
158
  msgid ""
159
  "Do NOT close this window, wait for this process to finish and this wizard to"
160
  " take you to the next step."
161
  msgstr "Sluit dit venster NIET, wacht tot het proces klaar is en de wizard je naar de volgende stap stuurt."
162
 
163
- #: classes/hooks/class-hook-page-install.php:266
164
  msgid "Great! All your posts were successfully cached!"
165
  msgstr "Perfect! Al je berichten zijn succesvol gecached."
166
 
167
- #: classes/hooks/class-hook-page-install.php:267
168
  msgid ""
169
  "You can let me link your posts, based on what I think is related, to each "
170
  "other. And don't worry, if I made a mistake at one of your posts you can "
171
  "easily correct this by editing it manually!"
172
  msgstr "Je kunt mij, op basis van wat ik denk dat gerelateerd is, je berichten aan elkaar laten koppelen. Maak je geen zorgen, als ik een fout heb gemaakt kun je deze later gemakkelijk corrigeren!"
173
 
174
- #: classes/hooks/class-hook-page-install.php:268
175
  msgid ""
176
  "Want me to start linking posts to each other? Fill in the amount of related "
177
  "posts each post should have and click on the \"Link now\" button. Rather "
178
  "link your posts manually? Click \"Skip linking\"."
179
  msgstr "Wil je dat ik begin met het linken van gerelateerde berichten? Vul het aantal gerelateerde berichten dat ieder bericht moet krijgen in en klik op \"Nu linken\". Liever je berichten handmatig linken? Klik op \"Sla linken over\"."
180
 
181
- #: classes/hooks/class-hook-page-install.php:269
182
  msgid ""
183
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
184
  " process to finish and this wizard to take you to the next step."
185
  msgstr "Sluit dit venster NIET wanneer je \"Nu linken\" hebt gekozen, wacht tot het proces klaar is en de wizard je naar de volgende stap stuurt."
186
 
187
- #: classes/hooks/class-hook-page-install.php:275
188
  msgid "Amount of related posts:"
189
  msgstr "Aantal gerelateerde berichten:"
190
 
191
- #: classes/hooks/class-hook-page-install.php:277
192
  msgid "The amount of related items per %s"
193
  msgstr "Het aantal gerelateerde berichten per %s"
194
 
195
- #: classes/hooks/class-hook-page-install.php:282
196
  msgid "Maximum Post Age:"
197
  msgstr "Maximum Post Leeftijd:"
198
 
199
- #: classes/hooks/class-hook-page-install.php:284
200
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
201
  msgstr "De maximum leeftijd in dagen van %s die gelinked worden (0 = oneindig)"
202
 
203
- #: classes/hooks/class-hook-page-install.php:290
204
  msgid "Link now"
205
  msgstr "Nu linken"
206
 
207
- #: classes/hooks/class-hook-page-install.php:291
208
  msgid "Skip linking"
209
  msgstr "Sla linken over"
210
 
211
- #: classes/hooks/class-hook-page-install.php:309
212
  msgid "That's it, you're good to go!"
213
  msgstr "Super, de wizard is klaar en je hebt nu gerelateerde berichten op je website!"
214
 
215
- #: classes/hooks/class-hook-page-install.php:310
216
  msgid ""
217
  "Thanks again for using Related Posts for WordPress and if you have any "
218
  "questions be sure to ask them at the %sWordPress.org forums.%s"
219
  msgstr "Nogmaals bedankt voor het kiezen voor Related Posts for WordPress en als je nog vragen hebt kan je deze stellen op %shet WordPress.org forum%s."
220
 
221
- #: classes/hooks/class-hook-page-install.php:313
222
  msgid "Click here to return to step 1"
223
  msgstr "Klik hier om terug te gaan naar stap 1"
224
 
225
- #: classes/hooks/class-hook-page-install.php:319
226
  msgid "Click here to go to the settings page"
227
  msgstr "Klik hier om naar de instellingen pagina te gaan"
228
 
229
- #: classes/hooks/class-hook-settings-page.php:57
230
  msgid "Plugin version"
231
  msgstr "Plugin versie"
232
 
233
- #: classes/hooks/class-hook-settings-page.php:63
234
  msgid ""
235
  "Got a question? Simply send us an email at "
236
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
237
  "active license."
238
  msgstr "Heb je een vraag? Simpelweg stuur ons een email op %ssupport@relatedpostsforwp.com%s. Let wel op dat voor support een actieve licentie veriest is."
239
 
240
- #: classes/hooks/class-hook-settings-page.php:67
241
  msgid "More information"
242
  msgstr "Meer informatie"
243
 
244
- #: classes/hooks/class-hook-settings-page.php:69
245
  msgid "<a href='%s'>Documentation</a>"
246
  msgstr "<a href='%s'>Documentatie</a>"
247
 
248
- #: classes/hooks/class-hook-settings-page.php:71
249
  msgid "<a href='%s'>Changelog</a>"
250
  msgstr "<a href='%s'>Changelog</a>"
251
 
252
- #: classes/hooks/class-hook-settings-page.php:73
253
  msgid "<a href='%s'>Give us a review</a>"
254
  msgstr "<a href='%s'>Geef ons een review</a>"
255
 
256
- #: classes/hooks/class-hook-settings-page.php:78
257
- msgid "About the developer"
258
- msgstr "Over de ontwikkelaar"
259
 
260
- #: classes/hooks/class-hook-settings-page.php:80
261
- msgid ""
262
- "Barry is a WordPress developer that works on WooCommerce and is the author "
263
- "of various WordPress plugins that include Related Posts for WordPress, Post "
264
- "Connector and What The File."
265
- msgstr "Barry is een WordPress ontwikkelaar welke werkt aan WooCommerce. Ook is hij de schrijver van verschillende WordPress plugins zoals Related Posts for WordPress, Post Connector en What The File."
266
 
267
- #: classes/hooks/class-hook-settings-page.php:82
268
  msgid ""
269
- "Barry likes contributing to open source projects and visiting WordCamps and "
270
- "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
271
- msgstr "Barry houdt van het bijdragen aan opensource projecten en het bezoeken van WordCamps en WordPress meetups. Hij is de organisator van de WordPress meetup in Tilburg."
 
272
 
273
- #: classes/hooks/class-hook-settings-page.php:84
274
- msgid "%sFollow Barry on Twitter%s."
275
- msgstr "%sVolg Barry op Twitter%s."
276
 
277
- #: classes/hooks/class-hook-settings-page.php:110
278
  msgid "General"
279
  msgstr "Algemeen"
280
 
281
- #: classes/hooks/class-hook-settings-page.php:130
282
  msgid "Installer"
283
  msgstr "Installatie wizard"
284
 
@@ -286,17 +308,17 @@ msgstr "Installatie wizard"
286
  msgid "Add Related Posts"
287
  msgstr "Voeg gerelateerde posts toe"
288
 
289
- #: classes/meta-boxes/class-meta-box-manage.php:103
290
- #: classes/meta-boxes/class-meta-box-manage.php:104
291
  msgid "Edit Post"
292
  msgstr "Bewerk Bericht"
293
 
294
- #: classes/meta-boxes/class-meta-box-manage.php:106
295
- #: classes/meta-boxes/class-meta-box-manage.php:107
296
  msgid "Unlink Related Post"
297
  msgstr "Ontkoppel Related Post"
298
 
299
- #: classes/meta-boxes/class-meta-box-manage.php:120
300
  msgid "No related posts found."
301
  msgstr "Geen gerelateerde berichten gevonden."
302
 
@@ -304,7 +326,7 @@ msgstr "Geen gerelateerde berichten gevonden."
304
  msgid "Related Posts Options"
305
  msgstr "Gerelateerde Post Opties"
306
 
307
- #: classes/meta-boxes/class-meta-box-options.php:59
308
  msgid "Exclude"
309
  msgstr "Uitsluiten"
310
 
@@ -381,35 +403,91 @@ msgstr "Maximum Post Leeftijd"
381
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
382
  msgstr "De maximum leeftijd in dagen van %s die gelinked worden (0 = oneindig)"
383
 
384
- #: classes/settings/class-settings-general.php:51
385
  msgid "Frontend Settings"
386
  msgstr "Frontend Instellingen"
387
 
388
- #: classes/settings/class-settings-general.php:52
389
  msgid ""
390
  "The following options affect how related %ss are displayed on the frontend."
391
  msgstr "De volgende opties beïnvloeden hoe gerelateerde %s getoond worden aan de voorkant van de website. "
392
 
393
- #: classes/settings/class-settings-general.php:56
394
  msgid "Heading text"
395
  msgstr "Titel tekst"
396
 
397
- #: classes/settings/class-settings-general.php:57
398
  msgid ""
399
  "The text that is displayed above the related %ss. To disable, leave field "
400
  "empty."
401
  msgstr "De tekst welke boven de gerelateerde %s getoond wordt. Laat het veld leeg om uit te schakelen."
402
 
403
- #: classes/settings/class-settings-general.php:63
404
  msgid "Excerpt length"
405
  msgstr "Samenvatting lengte"
406
 
407
- #: classes/settings/class-settings-general.php:64
408
  msgid ""
409
  "The amount of words to be displayed below the title on website. To disable, "
410
  "set value to 0."
411
  msgstr "Het aantal woorden dat getoond wordt onder de titel. Vul 0 in om het uit te schakelen."
412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
  #: classes/settings/class-settings-license.php:18
414
  msgid "License"
415
  msgstr "Licentie"
@@ -479,11 +557,19 @@ msgid ""
479
  "problems connecting to licensing server."
480
  msgstr "Zet SSL verificatie in licentie connectie uit. Zet dit aan als je problemen hebt met verbinding maken met de licentie server."
481
 
482
- #: classes/settings/class-settings-page.php:448
 
 
 
 
 
 
 
 
483
  msgid "ACTIVATED"
484
  msgstr "GEACTIVEERD"
485
 
486
- #: classes/settings/class-settings-page.php:450
487
  msgid "NOT ACTIVE"
488
  msgstr "NIET ACTIEF"
489
 
@@ -501,42 +587,95 @@ msgid ""
501
  "need to rerun the installer after changing weights."
502
  msgstr "Pas gemakkelijk de gewichten aan door middel van de sliders op de pagina. Let wel op dat je na het aanpassen van de gewichten de installatie wizard opnieuw moet doorlopen."
503
 
 
 
 
 
 
504
  #: classes/settings/class-settings-weights.php:30
 
 
 
 
 
 
505
  msgid "The weight of the title."
506
  msgstr "Het gewicht van de titel."
507
 
508
- #: classes/settings/class-settings-weights.php:36
509
  msgid "Links"
510
  msgstr "Links"
511
 
512
- #: classes/settings/class-settings-weights.php:37
513
  msgid "The weight of the links found in the content."
514
  msgstr "Het gewicht van de content."
515
 
516
- #: classes/settings/class-settings-weights.php:43
517
  msgid "Categories"
518
  msgstr "Categorieën."
519
 
520
- #: classes/settings/class-settings-weights.php:44
521
  msgid "The weight of the categories."
522
  msgstr "Het gewicht van de categorieën."
523
 
524
- #: classes/settings/class-settings-weights.php:50
525
  msgid "Tags"
526
  msgstr "Tags"
527
 
528
- #: classes/settings/class-settings-weights.php:51
529
  msgid "The weight of the tags."
530
  msgstr "Het gewicht van de tags."
531
 
532
- #: classes/settings/class-settings-weights.php:57
533
  msgid "Custom Taxonomies"
534
  msgstr "Custom Taxonomieën."
535
 
536
- #: classes/settings/class-settings-weights.php:58
537
  msgid "The weight of custom taxonomies."
538
  msgstr "Het gewicht van de custom taxonomieën."
539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
540
  #: includes/updater/class-rp4wp-updater.php:131
541
  msgid "Hide notice"
542
  msgstr "Verberg bericht"
@@ -554,9 +693,9 @@ msgid "The best way to display related posts in WordPress."
554
  msgstr "De beste manier om gerelateerde berichten te tonen in WordPress."
555
 
556
  #. Author of the plugin/theme
557
- msgid "Barry Kooij"
558
- msgstr "Barry Kooij"
559
 
560
  #. Author URI of the plugin/theme
561
- msgid "http://www.barrykooij.com/"
562
- msgstr "http://www.barrykooij.com/"
1
+ # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
+ # Barry Kooij <mail@barrykooij.nl>, 2014,2016
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Related Posts for WordPress\n"
8
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
9
+ "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
10
+ "PO-Revision-Date: 2016-08-25 14:10+0000\n"
11
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/nl_NL/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
19
 
20
  #: classes/class-is-installing-notice.php:74
21
  msgid ""
31
  msgid "Are you sure you want to delete this related post?"
32
  msgstr "Weet je zeker dat je dit gerelateerde bericht wilt verwijderen?"
33
 
34
+ #: classes/class-javascript-strings.php:15
35
+ msgid "Delete this post type"
36
+ msgstr "Verwijder dit post type"
37
+
38
+ #: classes/class-javascript-strings.php:16
39
+ msgid "Relink related posts"
40
+ msgstr "Herlink gerelateerde posts"
41
+
42
+ #: classes/class-javascript-strings.php:17
43
+ msgid "Reinstall this post type"
44
+ msgstr "Herinstalleer dit post type"
45
+
46
+ #: classes/class-javascript-strings.php:18
47
+ msgid "Save post type"
48
+ msgstr "Bewaar dit post type"
49
+
50
+ #: classes/class-javascript-strings.php:19
51
+ msgid "Add post type"
52
+ msgstr "Voeg dit post type toe"
53
+
54
  #: classes/class-link-related-table.php:45
55
  #: classes/hooks/class-hook-settings-page.php:20
56
  #: classes/meta-boxes/class-meta-box-manage.php:37
57
+ #: classes/settings/class-settings-general.php:60
58
  msgid "Related Posts"
59
  msgstr "Gerelateerde Berichten"
60
 
63
  msgstr "Alle Berichten"
64
 
65
  #: classes/class-link-related-table.php:95
66
+ #: classes/settings/class-settings-weights.php:37
67
  msgid "Title"
68
  msgstr "Titel"
69
 
70
  #: classes/class-link-related-table.php:96
71
+ #: classes/hooks/class-hook-page-install.php:187
72
+ #: classes/hooks/class-hook-settings-page.php:155
73
  msgid "Post Type"
74
  msgstr "Post Type"
75
 
76
+ #: classes/class-link-related-table.php:97
77
+ msgid "Post Date"
78
+ msgstr "Post Datum"
79
+
80
+ #: classes/class-link-related-table.php:270
81
  msgid "Link Post"
82
  msgstr "Link Bericht"
83
 
84
+ #: classes/class-link-related-table.php:278
85
  msgid "View Post"
86
  msgstr "Bekijk Post"
87
 
88
+ #: classes/class-link-related-table.php:317
89
  msgid "Link Posts"
90
  msgstr "Link Berichten"
91
 
92
  #: classes/class-post-type-manager.php:21
93
+ #: classes/hooks/class-hook-link-related-screen.php:187
94
  msgid "Posts"
95
  msgstr "Berichten"
96
 
110
  msgid "Settings"
111
  msgstr "Instellingen"
112
 
113
+ #: classes/hooks/class-hook-link-related-screen.php:189
114
  msgid "Cancel linking"
115
  msgstr "Annuleer linken"
116
 
117
+ #: classes/hooks/class-hook-link-related-screen.php:205
118
  msgid "Search"
119
  msgstr "Zoeken"
120
 
121
+ #: classes/hooks/class-hook-page-install.php:59
122
  msgid "Welcome"
123
  msgstr "Welkom"
124
 
125
+ #: classes/hooks/class-hook-page-install.php:60
126
  msgid "Caching Posts"
127
  msgstr "Cachen van berichten"
128
 
129
+ #: classes/hooks/class-hook-page-install.php:61
130
  msgid "Linking Posts"
131
  msgstr "Linken van berichten"
132
 
133
+ #: classes/hooks/class-hook-page-install.php:62
134
  msgid "Finished"
135
  msgstr "Klaar"
136
 
137
+ #: classes/hooks/class-hook-page-install.php:78
138
  msgid ""
139
  "Missing post type parameter, please report this incident via %sour "
140
  "website%s."
141
  msgstr "De post type parameter ontbreekt, neem a.u.b. contact op via %sonze website%."
142
 
143
+ #: classes/hooks/class-hook-page-install.php:121
144
  msgid "Installation"
145
  msgstr "Installatie"
146
 
147
+ #: classes/hooks/class-hook-page-install.php:168
148
+ #: classes/hooks/class-hook-page-install.php:247
149
  msgid "Thank you for choosing Related Posts for WordPress!"
150
  msgstr "Bedankt voor het kiezen voor Related Posts for WordPress!"
151
 
152
+ #: classes/hooks/class-hook-page-install.php:169
153
  msgid ""
154
  "Below you'll find your post types available for installation, by installing "
155
  "a post type we'll set up a cache and offer you the ability to automatic link"
157
  "Type' button."
158
  msgstr "Hieronder vind je de beschikbare (custom) post types. Wanneer je een post type installeert zullen wij de content cachen en je daarna de mogelijkheid bieden om automatisch gerelateerde content aan elkaar te koppelen. Om een post type te installeren, klik op de 'Installeer post type' knop."
159
 
160
+ #: classes/hooks/class-hook-page-install.php:188
161
  msgid "Related to Post Types"
162
  msgstr "Gerelateerde Post Types"
163
 
164
+ #: classes/hooks/class-hook-page-install.php:223
165
+ msgid "Edit this post type"
166
+ msgstr "Bewerk dit post type"
167
 
168
+ #: classes/hooks/class-hook-page-install.php:248
169
  msgid ""
170
  "Before you can start using Related Posts for WordPress we need to cache your"
171
  " current posts."
172
  msgstr "Voordat je Related Posts for WordPress kan gebruiken moeten we eerst je huidige berichten cachen."
173
 
174
+ #: classes/hooks/class-hook-page-install.php:249
175
  msgid ""
176
  "This is a one time process which might take some time now, depending on the "
177
  "amount of posts you have, but will ensure your website's performance when "
178
  "using the plugin."
179
  msgstr "Dit is een eenmalig proces wat nu even kan duren, afhankelijk van het aantal berichten dat je hebt. Het zorgt er wel voor dat de prestatie van je website hoog blijft."
180
 
181
+ #: classes/hooks/class-hook-page-install.php:251
182
  msgid ""
183
  "Do NOT close this window, wait for this process to finish and this wizard to"
184
  " take you to the next step."
185
  msgstr "Sluit dit venster NIET, wacht tot het proces klaar is en de wizard je naar de volgende stap stuurt."
186
 
187
+ #: classes/hooks/class-hook-page-install.php:285
188
  msgid "Great! All your posts were successfully cached!"
189
  msgstr "Perfect! Al je berichten zijn succesvol gecached."
190
 
191
+ #: classes/hooks/class-hook-page-install.php:286
192
  msgid ""
193
  "You can let me link your posts, based on what I think is related, to each "
194
  "other. And don't worry, if I made a mistake at one of your posts you can "
195
  "easily correct this by editing it manually!"
196
  msgstr "Je kunt mij, op basis van wat ik denk dat gerelateerd is, je berichten aan elkaar laten koppelen. Maak je geen zorgen, als ik een fout heb gemaakt kun je deze later gemakkelijk corrigeren!"
197
 
198
+ #: classes/hooks/class-hook-page-install.php:287
199
  msgid ""
200
  "Want me to start linking posts to each other? Fill in the amount of related "
201
  "posts each post should have and click on the \"Link now\" button. Rather "
202
  "link your posts manually? Click \"Skip linking\"."
203
  msgstr "Wil je dat ik begin met het linken van gerelateerde berichten? Vul het aantal gerelateerde berichten dat ieder bericht moet krijgen in en klik op \"Nu linken\". Liever je berichten handmatig linken? Klik op \"Sla linken over\"."
204
 
205
+ #: classes/hooks/class-hook-page-install.php:288
206
  msgid ""
207
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
208
  " process to finish and this wizard to take you to the next step."
209
  msgstr "Sluit dit venster NIET wanneer je \"Nu linken\" hebt gekozen, wacht tot het proces klaar is en de wizard je naar de volgende stap stuurt."
210
 
211
+ #: classes/hooks/class-hook-page-install.php:295
212
  msgid "Amount of related posts:"
213
  msgstr "Aantal gerelateerde berichten:"
214
 
215
+ #: classes/hooks/class-hook-page-install.php:299
216
  msgid "The amount of related items per %s"
217
  msgstr "Het aantal gerelateerde berichten per %s"
218
 
219
+ #: classes/hooks/class-hook-page-install.php:305
220
  msgid "Maximum Post Age:"
221
  msgstr "Maximum Post Leeftijd:"
222
 
223
+ #: classes/hooks/class-hook-page-install.php:309
224
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
225
  msgstr "De maximum leeftijd in dagen van %s die gelinked worden (0 = oneindig)"
226
 
227
+ #: classes/hooks/class-hook-page-install.php:316
228
  msgid "Link now"
229
  msgstr "Nu linken"
230
 
231
+ #: classes/hooks/class-hook-page-install.php:318
232
  msgid "Skip linking"
233
  msgstr "Sla linken over"
234
 
235
+ #: classes/hooks/class-hook-page-install.php:336
236
  msgid "That's it, you're good to go!"
237
  msgstr "Super, de wizard is klaar en je hebt nu gerelateerde berichten op je website!"
238
 
239
+ #: classes/hooks/class-hook-page-install.php:337
240
  msgid ""
241
  "Thanks again for using Related Posts for WordPress and if you have any "
242
  "questions be sure to ask them at the %sWordPress.org forums.%s"
243
  msgstr "Nogmaals bedankt voor het kiezen voor Related Posts for WordPress en als je nog vragen hebt kan je deze stellen op %shet WordPress.org forum%s."
244
 
245
+ #: classes/hooks/class-hook-page-install.php:340
246
  msgid "Click here to return to step 1"
247
  msgstr "Klik hier om terug te gaan naar stap 1"
248
 
249
+ #: classes/hooks/class-hook-page-install.php:346
250
  msgid "Click here to go to the settings page"
251
  msgstr "Klik hier om naar de instellingen pagina te gaan"
252
 
253
+ #: classes/hooks/class-hook-settings-page.php:58
254
  msgid "Plugin version"
255
  msgstr "Plugin versie"
256
 
257
+ #: classes/hooks/class-hook-settings-page.php:64
258
  msgid ""
259
  "Got a question? Simply send us an email at "
260
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
261
  "active license."
262
  msgstr "Heb je een vraag? Simpelweg stuur ons een email op %ssupport@relatedpostsforwp.com%s. Let wel op dat voor support een actieve licentie veriest is."
263
 
264
+ #: classes/hooks/class-hook-settings-page.php:68
265
  msgid "More information"
266
  msgstr "Meer informatie"
267
 
268
+ #: classes/hooks/class-hook-settings-page.php:70
269
  msgid "<a href='%s'>Documentation</a>"
270
  msgstr "<a href='%s'>Documentatie</a>"
271
 
272
+ #: classes/hooks/class-hook-settings-page.php:72
273
  msgid "<a href='%s'>Changelog</a>"
274
  msgstr "<a href='%s'>Changelog</a>"
275
 
276
+ #: classes/hooks/class-hook-settings-page.php:74
277
  msgid "<a href='%s'>Give us a review</a>"
278
  msgstr "<a href='%s'>Geef ons een review</a>"
279
 
280
+ #: classes/hooks/class-hook-settings-page.php:76
281
+ msgid "Check out our other plugins at Never5.com"
282
+ msgstr "Bekijk andere plugins op Never5.com"
283
 
284
+ #: classes/hooks/class-hook-settings-page.php:81
285
+ msgid "About Never5"
286
+ msgstr "Over Never5"
 
 
 
287
 
288
+ #: classes/hooks/class-hook-settings-page.php:85
289
  msgid ""
290
+ "At %sNever5%s we create high quality premium WordPress plugins, with "
291
+ "extensive support. We offer solutions in related posts, advanced download "
292
+ "management, vehicle management and connecting post types."
293
+ msgstr "Bij %sNever5%s maken we premium WordPress plugins van hoge kwaliteit, met uitgebreide ondersteuning. Wij bieden oplossingen in gerelateerde berichten, geavanceerd download beheer, voertuig beheer en het verbinden van verschillende post types."
294
 
295
+ #: classes/hooks/class-hook-settings-page.php:87
296
+ msgid "%sFollow Never5 on Twitter%s"
297
+ msgstr "%sVolg Never5 op Twitter%s"
298
 
299
+ #: classes/hooks/class-hook-settings-page.php:113
300
  msgid "General"
301
  msgstr "Algemeen"
302
 
303
+ #: classes/hooks/class-hook-settings-page.php:133
304
  msgid "Installer"
305
  msgstr "Installatie wizard"
306
 
308
  msgid "Add Related Posts"
309
  msgstr "Voeg gerelateerde posts toe"
310
 
311
+ #: classes/meta-boxes/class-meta-box-manage.php:108
312
+ #: classes/meta-boxes/class-meta-box-manage.php:109
313
  msgid "Edit Post"
314
  msgstr "Bewerk Bericht"
315
 
316
+ #: classes/meta-boxes/class-meta-box-manage.php:111
317
+ #: classes/meta-boxes/class-meta-box-manage.php:112
318
  msgid "Unlink Related Post"
319
  msgstr "Ontkoppel Related Post"
320
 
321
+ #: classes/meta-boxes/class-meta-box-manage.php:125
322
  msgid "No related posts found."
323
  msgstr "Geen gerelateerde berichten gevonden."
324
 
326
  msgid "Related Posts Options"
327
  msgstr "Gerelateerde Post Opties"
328
 
329
+ #: classes/meta-boxes/class-meta-box-options.php:62
330
  msgid "Exclude"
331
  msgstr "Uitsluiten"
332
 
403
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
404
  msgstr "De maximum leeftijd in dagen van %s die gelinked worden (0 = oneindig)"
405
 
406
+ #: classes/settings/class-settings-general.php:52
407
  msgid "Frontend Settings"
408
  msgstr "Frontend Instellingen"
409
 
410
+ #: classes/settings/class-settings-general.php:53
411
  msgid ""
412
  "The following options affect how related %ss are displayed on the frontend."
413
  msgstr "De volgende opties beïnvloeden hoe gerelateerde %s getoond worden aan de voorkant van de website. "
414
 
415
+ #: classes/settings/class-settings-general.php:57
416
  msgid "Heading text"
417
  msgstr "Titel tekst"
418
 
419
+ #: classes/settings/class-settings-general.php:58
420
  msgid ""
421
  "The text that is displayed above the related %ss. To disable, leave field "
422
  "empty."
423
  msgstr "De tekst welke boven de gerelateerde %s getoond wordt. Laat het veld leeg om uit te schakelen."
424
 
425
+ #: classes/settings/class-settings-general.php:64
426
  msgid "Excerpt length"
427
  msgstr "Samenvatting lengte"
428
 
429
+ #: classes/settings/class-settings-general.php:65
430
  msgid ""
431
  "The amount of words to be displayed below the title on website. To disable, "
432
  "set value to 0."
433
  msgstr "Het aantal woorden dat getoond wordt onder de titel. Vul 0 in om het uit te schakelen."
434
 
435
+ #: classes/settings/class-settings-general.php:73
436
+ msgid "Thumbnail size"
437
+ msgstr "Thumbnail grootte"
438
+
439
+ #: classes/settings/class-settings-general.php:74
440
+ msgid ""
441
+ "These settings affect the display and dimensions of your related post "
442
+ "thumbnails – the display on the front-end will still be affected by CSS "
443
+ "styles. After changing these settings you may need to %sregenerate your "
444
+ "thumbnails.%s"
445
+ msgstr "Deze instellingen beinvloeden hoe de afbeeldingen van je gerelateerde posts getoond worden, de frontend wordt nog wel door CSS gestyled. Na het aanpassen van deze instellingen kan het nodig zijn om je %sthumbnails opnieuw te genereren%s."
446
+
447
+ #: classes/settings/class-settings-general.php:78
448
+ msgid "Width"
449
+ msgstr "Breedte"
450
+
451
+ #: classes/settings/class-settings-general.php:79
452
+ msgid "Thumbnail's width in pixels."
453
+ msgstr "Thumbnail breedte in pixels."
454
+
455
+ #: classes/settings/class-settings-general.php:85
456
+ msgid "Height"
457
+ msgstr "Hoogte"
458
+
459
+ #: classes/settings/class-settings-general.php:86
460
+ msgid "Thumbnail's height in pixels."
461
+ msgstr "Thumbnail hoogte in pixels."
462
+
463
+ #: classes/settings/class-settings-general.php:92
464
+ msgid "Crop"
465
+ msgstr "Crop"
466
+
467
+ #: classes/settings/class-settings-general.php:93
468
+ msgid "Crop the image from the center."
469
+ msgstr "Crop de afbeelding vanuit het midden."
470
+
471
+ #: classes/settings/class-settings-general.php:101
472
+ msgid "Thumbnail Placeholder"
473
+ msgstr "Thumbnail Placeholder"
474
+
475
+ #: classes/settings/class-settings-general.php:102
476
+ msgid ""
477
+ "The placeholder will be used if no featured image is set and no images could"
478
+ " be found in the content."
479
+ msgstr "De placeholder wordt gebruikt als er geen uitgelichte afbeeldingen is en er geen afbeeldingen in de content gevonden zijn."
480
+
481
+ #: classes/settings/class-settings-general.php:106
482
+ msgid "Placeholder"
483
+ msgstr "Placeholder"
484
+
485
+ #: classes/settings/class-settings-general.php:107
486
+ msgid ""
487
+ "Thumbnail placeholder, the image that will be used if no other image is "
488
+ "found."
489
+ msgstr "Thumbnail placeholder, de afbeelding welke gebruikt wordt wanneer er geen andere afbeeldingen gevonden is."
490
+
491
  #: classes/settings/class-settings-license.php:18
492
  msgid "License"
493
  msgstr "Licentie"
557
  "problems connecting to licensing server."
558
  msgstr "Zet SSL verificatie in licentie connectie uit. Zet dit aan als je problemen hebt met verbinding maken met de licentie server."
559
 
560
+ #: classes/settings/class-settings-page.php:212
561
+ msgid "Image URL"
562
+ msgstr "Afbeelding URL"
563
+
564
+ #: classes/settings/class-settings-page.php:213
565
+ msgid "Upload Image"
566
+ msgstr "Afbeeldingen Uploaden"
567
+
568
+ #: classes/settings/class-settings-page.php:468
569
  msgid "ACTIVATED"
570
  msgstr "GEACTIVEERD"
571
 
572
+ #: classes/settings/class-settings-page.php:470
573
  msgid "NOT ACTIVE"
574
  msgstr "NIET ACTIEF"
575
 
587
  "need to rerun the installer after changing weights."
588
  msgstr "Pas gemakkelijk de gewichten aan door middel van de sliders op de pagina. Let wel op dat je na het aanpassen van de gewichten de installatie wizard opnieuw moet doorlopen."
589
 
590
+ #: classes/settings/class-settings-weights.php:29
591
+ #: classes/settings/class-settings-weights.php:33
592
+ msgid "Reset Weight"
593
+ msgstr "Gewichten Resetten"
594
+
595
  #: classes/settings/class-settings-weights.php:30
596
+ msgid ""
597
+ "Reset the weights back to their defaults. Don't forget to Save the Changes "
598
+ "after resetting the weights."
599
+ msgstr "Reset de gewichten terug naar de standaard waarden. Vergeet niet de pagina hierna op te slaan."
600
+
601
+ #: classes/settings/class-settings-weights.php:38
602
  msgid "The weight of the title."
603
  msgstr "Het gewicht van de titel."
604
 
605
+ #: classes/settings/class-settings-weights.php:44
606
  msgid "Links"
607
  msgstr "Links"
608
 
609
+ #: classes/settings/class-settings-weights.php:45
610
  msgid "The weight of the links found in the content."
611
  msgstr "Het gewicht van de content."
612
 
613
+ #: classes/settings/class-settings-weights.php:51
614
  msgid "Categories"
615
  msgstr "Categorieën."
616
 
617
+ #: classes/settings/class-settings-weights.php:52
618
  msgid "The weight of the categories."
619
  msgstr "Het gewicht van de categorieën."
620
 
621
+ #: classes/settings/class-settings-weights.php:58
622
  msgid "Tags"
623
  msgstr "Tags"
624
 
625
+ #: classes/settings/class-settings-weights.php:59
626
  msgid "The weight of the tags."
627
  msgstr "Het gewicht van de tags."
628
 
629
+ #: classes/settings/class-settings-weights.php:65
630
  msgid "Custom Taxonomies"
631
  msgstr "Custom Taxonomieën."
632
 
633
+ #: classes/settings/class-settings-weights.php:66
634
  msgid "The weight of custom taxonomies."
635
  msgstr "Het gewicht van de custom taxonomieën."
636
 
637
+ #: classes/settings/class-settings-words.php:18
638
+ msgid "Words"
639
+ msgstr "Woorden"
640
+
641
+ #: classes/settings/class-settings-words.php:24
642
+ msgid "Word related options"
643
+ msgstr "Woord gerelateerde opties"
644
+
645
+ #: classes/settings/class-settings-words.php:25
646
+ msgid ""
647
+ "Control what extra words should be excluded and what word combinations "
648
+ "should be parsed as a single word."
649
+ msgstr "Beheer welke extra woorden uitgesloten moeten worden en welke woord-combinaties als één enkel woord gezien moeten worden."
650
+
651
+ #: classes/settings/class-settings-words.php:29
652
+ msgid "Extra Ignored Words"
653
+ msgstr "Extre genegeerde woorden"
654
+
655
+ #: classes/settings/class-settings-words.php:30
656
+ msgid ""
657
+ "By default we already ignore a lot of words based on your language that are "
658
+ "not related to your content. In English this would be words like %s and %s."
659
+ msgstr "Standaard negeren wij al een hoop woorden gebaseerd op jouw taal waarvan wij denken dat ze niet gerelateerd zijn aan jouw content. In het Engels zijn dit bijvoorbeeld woorden als %s en %s."
660
+
661
+ #: classes/settings/class-settings-words.php:30
662
+ msgid "Add the extra words you would to ignore here, one word per row."
663
+ msgstr "Voeg hier de extra woorden toe welke wij moeten negeren, één woord per rij."
664
+
665
+ #: classes/settings/class-settings-words.php:36
666
+ msgid "Joined Words"
667
+ msgstr "Samengevoegde Woorden"
668
+
669
+ #: classes/settings/class-settings-words.php:37
670
+ msgid ""
671
+ "By default we split content per word but some word combinations should be "
672
+ "considered as one word. An example of this would be %s."
673
+ msgstr "Standaard splitten wij de content op per woord maar sommige woord combinaties moeten we als één woord beschouwen. Een (Engels) voorbeeld hiervan is %s."
674
+
675
+ #: classes/settings/class-settings-words.php:37
676
+ msgid "Add your joined words here, one joined word per row."
677
+ msgstr "Voeg hier je samengevoegde woorden toe, één per rij."
678
+
679
  #: includes/updater/class-rp4wp-updater.php:131
680
  msgid "Hide notice"
681
  msgstr "Verberg bericht"
693
  msgstr "De beste manier om gerelateerde berichten te tonen in WordPress."
694
 
695
  #. Author of the plugin/theme
696
+ msgid "Never5"
697
+ msgstr "Never5"
698
 
699
  #. Author URI of the plugin/theme
700
+ msgid "http://www.never5.com/"
701
+ msgstr "http://www.never5.com/"
languages/related-posts-for-wp-pt_BR.mo CHANGED
Binary file
languages/related-posts-for-wp-pt_BR.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Barry Kooij
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -7,16 +7,16 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
- "POT-Creation-Date: 2015-05-31 09:56:12+00:00\n"
11
- "PO-Revision-Date: 2015-07-06 04:22+0000\n"
12
- "Last-Translator: Claudio Sanches <contato@claudiosmweb.com>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: pt_BR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
- "X-Generator: grunt-wp-i18n 0.4.8\n"
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
@@ -32,10 +32,30 @@ msgstr "%sContinuar processo de instalação%s ou %sdesativar esta mensagem%s"
32
  msgid "Are you sure you want to delete this related post?"
33
  msgstr "Tem certeza de que deseja excluir este post relacionado?"
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  #: classes/class-link-related-table.php:45
36
  #: classes/hooks/class-hook-settings-page.php:20
37
  #: classes/meta-boxes/class-meta-box-manage.php:37
38
- #: classes/settings/class-settings-general.php:59
39
  msgid "Related Posts"
40
  msgstr "Posts Relacionados"
41
 
@@ -44,30 +64,34 @@ msgid "All Posts"
44
  msgstr "Todos os Posts"
45
 
46
  #: classes/class-link-related-table.php:95
47
- #: classes/settings/class-settings-weights.php:29
48
  msgid "Title"
49
  msgstr "Título"
50
 
51
  #: classes/class-link-related-table.php:96
52
- #: classes/hooks/class-hook-page-install.php:168
53
- #: classes/hooks/class-hook-settings-page.php:152
54
  msgid "Post Type"
55
  msgstr "Tipo de Post"
56
 
57
- #: classes/class-link-related-table.php:260
 
 
 
 
58
  msgid "Link Post"
59
  msgstr "Link do Post"
60
 
61
- #: classes/class-link-related-table.php:268
62
  msgid "View Post"
63
  msgstr "Visualizar Post"
64
 
65
- #: classes/class-link-related-table.php:299
66
  msgid "Link Posts"
67
  msgstr "Link dos Posts"
68
 
69
  #: classes/class-post-type-manager.php:21
70
- #: classes/hooks/class-hook-link-related-screen.php:155
71
  msgid "Posts"
72
  msgstr "Posts"
73
 
@@ -87,46 +111,46 @@ msgstr "Exibir posts relacionados."
87
  msgid "Settings"
88
  msgstr "Configurações"
89
 
90
- #: classes/hooks/class-hook-link-related-screen.php:157
91
  msgid "Cancel linking"
92
  msgstr "Cancelar vinculação"
93
 
94
- #: classes/hooks/class-hook-link-related-screen.php:173
95
  msgid "Search"
96
  msgstr "Buscar"
97
 
98
- #: classes/hooks/class-hook-page-install.php:57
99
  msgid "Welcome"
100
  msgstr "Bem-vindo"
101
 
102
- #: classes/hooks/class-hook-page-install.php:58
103
  msgid "Caching Posts"
104
  msgstr "Armazenamento de Posts"
105
 
106
- #: classes/hooks/class-hook-page-install.php:59
107
  msgid "Linking Posts"
108
  msgstr "Vinculação de Posts"
109
 
110
- #: classes/hooks/class-hook-page-install.php:60
111
  msgid "Finished"
112
  msgstr "Terminado"
113
 
114
- #: classes/hooks/class-hook-page-install.php:71
115
  msgid ""
116
  "Missing post type parameter, please report this incident via %sour "
117
  "website%s."
118
  msgstr ""
119
 
120
- #: classes/hooks/class-hook-page-install.php:102
121
  msgid "Installation"
122
  msgstr "Instalação"
123
 
124
- #: classes/hooks/class-hook-page-install.php:149
125
- #: classes/hooks/class-hook-page-install.php:228
126
  msgid "Thank you for choosing Related Posts for WordPress!"
127
  msgstr "Obrigado por escolher Posts Relacionados para WordPress!"
128
 
129
- #: classes/hooks/class-hook-page-install.php:150
130
  msgid ""
131
  "Below you'll find your post types available for installation, by installing "
132
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -134,152 +158,150 @@ msgid ""
134
  "Type' button."
135
  msgstr "Abaixo você vai encontrar seus tipos de posts disponíveis para instalação, através da instalação de um tipo de post vamos configurar um cache e oferecer-lhe a capacidade de relacionamento automático (customizado). Para instalar um tipo de post, basta clicar no botão \"Instalar Tipo de Post '."
136
 
137
- #: classes/hooks/class-hook-page-install.php:169
138
  msgid "Related to Post Types"
139
  msgstr "Relacionados para Tipos de Post"
140
 
141
- #: classes/hooks/class-hook-page-install.php:204
142
- msgid "Edit"
143
- msgstr "Editar"
144
 
145
- #: classes/hooks/class-hook-page-install.php:229
146
  msgid ""
147
  "Before you can start using Related Posts for WordPress we need to cache your"
148
  " current posts."
149
  msgstr "Antes que você possa começar a usar Posts Relacionados para WordPress nos precisamos armazenar os seus posts atuais."
150
 
151
- #: classes/hooks/class-hook-page-install.php:230
152
  msgid ""
153
  "This is a one time process which might take some time now, depending on the "
154
  "amount of posts you have, but will ensure your website's performance when "
155
  "using the plugin."
156
  msgstr "Este é um processo pode demorar algum tempo, dependendo da quantidade de posts que você tem, mas vai garantir o desempenho do seu site ao usar o plugin."
157
 
158
- #: classes/hooks/class-hook-page-install.php:232
159
  msgid ""
160
  "Do NOT close this window, wait for this process to finish and this wizard to"
161
  " take you to the next step."
162
  msgstr "NÃO feche esta janela, espere este processo terminar e este assistente para levá-lo para a próxima etapa."
163
 
164
- #: classes/hooks/class-hook-page-install.php:266
165
  msgid "Great! All your posts were successfully cached!"
166
  msgstr "Ótimo! Todos os seus posts foram armazenados com sucesso!"
167
 
168
- #: classes/hooks/class-hook-page-install.php:267
169
  msgid ""
170
  "You can let me link your posts, based on what I think is related, to each "
171
  "other. And don't worry, if I made a mistake at one of your posts you can "
172
  "easily correct this by editing it manually!"
173
  msgstr "Você pode deixar que seja vinculado os seus posts com base no que eu acho que está relacionado, entre si. E não se preocupe, se eu cometi um erro em um dos seus posts você pode facilmente corrigir isso editando-lo manualmente!"
174
 
175
- #: classes/hooks/class-hook-page-install.php:268
176
  msgid ""
177
  "Want me to start linking posts to each other? Fill in the amount of related "
178
  "posts each post should have and click on the \"Link now\" button. Rather "
179
  "link your posts manually? Click \"Skip linking\"."
180
  msgstr "Quer que eu comece a vincular os seus posts uns aos outros? Preencha a quantidade de posts relacionados que cada post deve ter e clique em \"Vincular Agora\". Sim vincular manualmente seus posts? Clique em \"Ir Vinculando\"."
181
 
182
- #: classes/hooks/class-hook-page-install.php:269
183
  msgid ""
184
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
185
  " process to finish and this wizard to take you to the next step."
186
  msgstr "NÃO feche esta janela se você clicou em \"Vincular Agora\", espere para que este processo termine e este que assistente levá-o para a próxima etapa."
187
 
188
- #: classes/hooks/class-hook-page-install.php:275
189
  msgid "Amount of related posts:"
190
  msgstr ""
191
 
192
- #: classes/hooks/class-hook-page-install.php:277
193
  msgid "The amount of related items per %s"
194
  msgstr ""
195
 
196
- #: classes/hooks/class-hook-page-install.php:282
197
  msgid "Maximum Post Age:"
198
  msgstr ""
199
 
200
- #: classes/hooks/class-hook-page-install.php:284
201
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
202
  msgstr ""
203
 
204
- #: classes/hooks/class-hook-page-install.php:290
205
  msgid "Link now"
206
  msgstr "Vincular agora"
207
 
208
- #: classes/hooks/class-hook-page-install.php:291
209
  msgid "Skip linking"
210
  msgstr "Pular vinculação"
211
 
212
- #: classes/hooks/class-hook-page-install.php:309
213
  msgid "That's it, you're good to go!"
214
  msgstr "É isso aí, você está pronto para ir!"
215
 
216
- #: classes/hooks/class-hook-page-install.php:310
217
  msgid ""
218
  "Thanks again for using Related Posts for WordPress and if you have any "
219
  "questions be sure to ask them at the %sWordPress.org forums.%s"
220
  msgstr "Obrigado novamente por usar Posts Relacionados para WordPress e se você tiver alguma dúvida não se esqueça de pedir-lhes no %sfóruns do WordPress.org.%s"
221
 
222
- #: classes/hooks/class-hook-page-install.php:313
223
  msgid "Click here to return to step 1"
224
  msgstr "Clique aqui para voltar ao passo 1"
225
 
226
- #: classes/hooks/class-hook-page-install.php:319
227
  msgid "Click here to go to the settings page"
228
  msgstr "Clique aqui para ir à página de configurações"
229
 
230
- #: classes/hooks/class-hook-settings-page.php:57
231
  msgid "Plugin version"
232
  msgstr "Versão do plugin"
233
 
234
- #: classes/hooks/class-hook-settings-page.php:63
235
  msgid ""
236
  "Got a question? Simply send us an email at "
237
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
238
  "active license."
239
  msgstr "Tem uma pergunta? Basta enviar-nos um e-mail para %ssupport@relatedpostsforwp.com%s. Por favor, note que para obter suporte você precisa de uma licença ativa."
240
 
241
- #: classes/hooks/class-hook-settings-page.php:67
242
  msgid "More information"
243
  msgstr "Mais informações"
244
 
245
- #: classes/hooks/class-hook-settings-page.php:69
246
  msgid "<a href='%s'>Documentation</a>"
247
  msgstr "<a href='%s'>Documentação</a>"
248
 
249
- #: classes/hooks/class-hook-settings-page.php:71
250
  msgid "<a href='%s'>Changelog</a>"
251
  msgstr "<a href='%s'>Changelog</a>"
252
 
253
- #: classes/hooks/class-hook-settings-page.php:73
254
  msgid "<a href='%s'>Give us a review</a>"
255
  msgstr "<a href='%s'>Faça uma avaliação</a>"
256
 
257
- #: classes/hooks/class-hook-settings-page.php:78
258
- msgid "About the developer"
259
- msgstr "Sobre o desenvolvedor"
260
 
261
- #: classes/hooks/class-hook-settings-page.php:80
262
- msgid ""
263
- "Barry is a WordPress developer that works on WooCommerce and is the author "
264
- "of various WordPress plugins that include Related Posts for WordPress, Post "
265
- "Connector and What The File."
266
- msgstr "Barry é um desenvolvedor WordPress que trabalho no WooCommerce e é autor de vários plugins WordPress que incluem Posts Relacionados para WordPress, Post Connectore e What The File."
267
 
268
- #: classes/hooks/class-hook-settings-page.php:82
269
  msgid ""
270
- "Barry likes contributing to open source projects and visiting WordCamps and "
271
- "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
272
- msgstr "Barry gosta de contribuir para projetos de código aberto e ir em WordCamps e meetups sobre WordPress. Ele é o organizador do meetup WordPress em Tilburg nos Países Baixos."
 
273
 
274
- #: classes/hooks/class-hook-settings-page.php:84
275
- msgid "%sFollow Barry on Twitter%s."
276
- msgstr "%Seguir Barry no Twitter%s."
277
 
278
- #: classes/hooks/class-hook-settings-page.php:110
279
  msgid "General"
280
  msgstr "Geral"
281
 
282
- #: classes/hooks/class-hook-settings-page.php:130
283
  msgid "Installer"
284
  msgstr "Instalador"
285
 
@@ -287,17 +309,17 @@ msgstr "Instalador"
287
  msgid "Add Related Posts"
288
  msgstr "Adciionar Post Relacioando"
289
 
290
- #: classes/meta-boxes/class-meta-box-manage.php:103
291
- #: classes/meta-boxes/class-meta-box-manage.php:104
292
  msgid "Edit Post"
293
  msgstr "Editar Post"
294
 
295
- #: classes/meta-boxes/class-meta-box-manage.php:106
296
- #: classes/meta-boxes/class-meta-box-manage.php:107
297
  msgid "Unlink Related Post"
298
  msgstr "Desvincular Post Relacionado"
299
 
300
- #: classes/meta-boxes/class-meta-box-manage.php:120
301
  msgid "No related posts found."
302
  msgstr "Nenhum post relacionado foi encontrado."
303
 
@@ -305,7 +327,7 @@ msgstr "Nenhum post relacionado foi encontrado."
305
  msgid "Related Posts Options"
306
  msgstr ""
307
 
308
- #: classes/meta-boxes/class-meta-box-options.php:59
309
  msgid "Exclude"
310
  msgstr "Excluir"
311
 
@@ -382,35 +404,91 @@ msgstr ""
382
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
383
  msgstr ""
384
 
385
- #: classes/settings/class-settings-general.php:51
386
  msgid "Frontend Settings"
387
  msgstr "Configurações de Frontend"
388
 
389
- #: classes/settings/class-settings-general.php:52
390
  msgid ""
391
  "The following options affect how related %ss are displayed on the frontend."
392
  msgstr "As opções a seguir afetam como os posts relacionados %ss são exibidos no frontend."
393
 
394
- #: classes/settings/class-settings-general.php:56
395
  msgid "Heading text"
396
  msgstr "Texto do Cabeçalho"
397
 
398
- #: classes/settings/class-settings-general.php:57
399
  msgid ""
400
  "The text that is displayed above the related %ss. To disable, leave field "
401
  "empty."
402
  msgstr "O texto que é exibido acima dos %ss relacionados. Para desativar, deixe este campo vazio sair."
403
 
404
- #: classes/settings/class-settings-general.php:63
405
  msgid "Excerpt length"
406
  msgstr "Tamanho do resumo"
407
 
408
- #: classes/settings/class-settings-general.php:64
409
  msgid ""
410
  "The amount of words to be displayed below the title on website. To disable, "
411
  "set value to 0."
412
  msgstr "A quantidade de palavras para ser exibidas abaixo do título no site. Para desativar, deixe este valor definido como 0."
413
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  #: classes/settings/class-settings-license.php:18
415
  msgid "License"
416
  msgstr "Licença"
@@ -480,11 +558,19 @@ msgid ""
480
  "problems connecting to licensing server."
481
  msgstr ""
482
 
483
- #: classes/settings/class-settings-page.php:448
 
 
 
 
 
 
 
 
484
  msgid "ACTIVATED"
485
  msgstr "ATIVADO"
486
 
487
- #: classes/settings/class-settings-page.php:450
488
  msgid "NOT ACTIVE"
489
  msgstr "NÃO ATIVADO"
490
 
@@ -502,42 +588,95 @@ msgid ""
502
  "need to rerun the installer after changing weights."
503
  msgstr "Facilmente ajuste as prioridades usando os controles abaixo. Por favor, note que você precisa voltar a executar o instalador após trocar as prioridades."
504
 
 
 
 
 
 
505
  #: classes/settings/class-settings-weights.php:30
 
 
 
 
 
 
506
  msgid "The weight of the title."
507
  msgstr "A prioridade do título."
508
 
509
- #: classes/settings/class-settings-weights.php:36
510
  msgid "Links"
511
  msgstr "Links"
512
 
513
- #: classes/settings/class-settings-weights.php:37
514
  msgid "The weight of the links found in the content."
515
  msgstr "A prioridade dos links encontrados no conteúdo."
516
 
517
- #: classes/settings/class-settings-weights.php:43
518
  msgid "Categories"
519
  msgstr "Categorias"
520
 
521
- #: classes/settings/class-settings-weights.php:44
522
  msgid "The weight of the categories."
523
  msgstr "A prioridade das categorias."
524
 
525
- #: classes/settings/class-settings-weights.php:50
526
  msgid "Tags"
527
  msgstr "Tags"
528
 
529
- #: classes/settings/class-settings-weights.php:51
530
  msgid "The weight of the tags."
531
  msgstr "A prioridade das tags."
532
 
533
- #: classes/settings/class-settings-weights.php:57
534
  msgid "Custom Taxonomies"
535
  msgstr "Taxonomias Personalizadas"
536
 
537
- #: classes/settings/class-settings-weights.php:58
538
  msgid "The weight of custom taxonomies."
539
  msgstr "A prioridade das taxonomias personalizadas."
540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
  #: includes/updater/class-rp4wp-updater.php:131
542
  msgid "Hide notice"
543
  msgstr "Esconder mensagem"
@@ -555,9 +694,9 @@ msgid "The best way to display related posts in WordPress."
555
  msgstr "A melhor maneira de mostrar posts relacionados no WordPress."
556
 
557
  #. Author of the plugin/theme
558
- msgid "Barry Kooij"
559
- msgstr "Barry Kooij"
560
 
561
  #. Author URI of the plugin/theme
562
- msgid "http://www.barrykooij.com/"
563
- msgstr "http://www.barrykooij.com/"
1
+ # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
+ "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
11
+ "PO-Revision-Date: 2016-08-25 13:54+0000\n"
12
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: pt_BR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
32
  msgid "Are you sure you want to delete this related post?"
33
  msgstr "Tem certeza de que deseja excluir este post relacionado?"
34
 
35
+ #: classes/class-javascript-strings.php:15
36
+ msgid "Delete this post type"
37
+ msgstr ""
38
+
39
+ #: classes/class-javascript-strings.php:16
40
+ msgid "Relink related posts"
41
+ msgstr ""
42
+
43
+ #: classes/class-javascript-strings.php:17
44
+ msgid "Reinstall this post type"
45
+ msgstr ""
46
+
47
+ #: classes/class-javascript-strings.php:18
48
+ msgid "Save post type"
49
+ msgstr ""
50
+
51
+ #: classes/class-javascript-strings.php:19
52
+ msgid "Add post type"
53
+ msgstr ""
54
+
55
  #: classes/class-link-related-table.php:45
56
  #: classes/hooks/class-hook-settings-page.php:20
57
  #: classes/meta-boxes/class-meta-box-manage.php:37
58
+ #: classes/settings/class-settings-general.php:60
59
  msgid "Related Posts"
60
  msgstr "Posts Relacionados"
61
 
64
  msgstr "Todos os Posts"
65
 
66
  #: classes/class-link-related-table.php:95
67
+ #: classes/settings/class-settings-weights.php:37
68
  msgid "Title"
69
  msgstr "Título"
70
 
71
  #: classes/class-link-related-table.php:96
72
+ #: classes/hooks/class-hook-page-install.php:187
73
+ #: classes/hooks/class-hook-settings-page.php:155
74
  msgid "Post Type"
75
  msgstr "Tipo de Post"
76
 
77
+ #: classes/class-link-related-table.php:97
78
+ msgid "Post Date"
79
+ msgstr ""
80
+
81
+ #: classes/class-link-related-table.php:270
82
  msgid "Link Post"
83
  msgstr "Link do Post"
84
 
85
+ #: classes/class-link-related-table.php:278
86
  msgid "View Post"
87
  msgstr "Visualizar Post"
88
 
89
+ #: classes/class-link-related-table.php:317
90
  msgid "Link Posts"
91
  msgstr "Link dos Posts"
92
 
93
  #: classes/class-post-type-manager.php:21
94
+ #: classes/hooks/class-hook-link-related-screen.php:187
95
  msgid "Posts"
96
  msgstr "Posts"
97
 
111
  msgid "Settings"
112
  msgstr "Configurações"
113
 
114
+ #: classes/hooks/class-hook-link-related-screen.php:189
115
  msgid "Cancel linking"
116
  msgstr "Cancelar vinculação"
117
 
118
+ #: classes/hooks/class-hook-link-related-screen.php:205
119
  msgid "Search"
120
  msgstr "Buscar"
121
 
122
+ #: classes/hooks/class-hook-page-install.php:59
123
  msgid "Welcome"
124
  msgstr "Bem-vindo"
125
 
126
+ #: classes/hooks/class-hook-page-install.php:60
127
  msgid "Caching Posts"
128
  msgstr "Armazenamento de Posts"
129
 
130
+ #: classes/hooks/class-hook-page-install.php:61
131
  msgid "Linking Posts"
132
  msgstr "Vinculação de Posts"
133
 
134
+ #: classes/hooks/class-hook-page-install.php:62
135
  msgid "Finished"
136
  msgstr "Terminado"
137
 
138
+ #: classes/hooks/class-hook-page-install.php:78
139
  msgid ""
140
  "Missing post type parameter, please report this incident via %sour "
141
  "website%s."
142
  msgstr ""
143
 
144
+ #: classes/hooks/class-hook-page-install.php:121
145
  msgid "Installation"
146
  msgstr "Instalação"
147
 
148
+ #: classes/hooks/class-hook-page-install.php:168
149
+ #: classes/hooks/class-hook-page-install.php:247
150
  msgid "Thank you for choosing Related Posts for WordPress!"
151
  msgstr "Obrigado por escolher Posts Relacionados para WordPress!"
152
 
153
+ #: classes/hooks/class-hook-page-install.php:169
154
  msgid ""
155
  "Below you'll find your post types available for installation, by installing "
156
  "a post type we'll set up a cache and offer you the ability to automatic link"
158
  "Type' button."
159
  msgstr "Abaixo você vai encontrar seus tipos de posts disponíveis para instalação, através da instalação de um tipo de post vamos configurar um cache e oferecer-lhe a capacidade de relacionamento automático (customizado). Para instalar um tipo de post, basta clicar no botão \"Instalar Tipo de Post '."
160
 
161
+ #: classes/hooks/class-hook-page-install.php:188
162
  msgid "Related to Post Types"
163
  msgstr "Relacionados para Tipos de Post"
164
 
165
+ #: classes/hooks/class-hook-page-install.php:223
166
+ msgid "Edit this post type"
167
+ msgstr ""
168
 
169
+ #: classes/hooks/class-hook-page-install.php:248
170
  msgid ""
171
  "Before you can start using Related Posts for WordPress we need to cache your"
172
  " current posts."
173
  msgstr "Antes que você possa começar a usar Posts Relacionados para WordPress nos precisamos armazenar os seus posts atuais."
174
 
175
+ #: classes/hooks/class-hook-page-install.php:249
176
  msgid ""
177
  "This is a one time process which might take some time now, depending on the "
178
  "amount of posts you have, but will ensure your website's performance when "
179
  "using the plugin."
180
  msgstr "Este é um processo pode demorar algum tempo, dependendo da quantidade de posts que você tem, mas vai garantir o desempenho do seu site ao usar o plugin."
181
 
182
+ #: classes/hooks/class-hook-page-install.php:251
183
  msgid ""
184
  "Do NOT close this window, wait for this process to finish and this wizard to"
185
  " take you to the next step."
186
  msgstr "NÃO feche esta janela, espere este processo terminar e este assistente para levá-lo para a próxima etapa."
187
 
188
+ #: classes/hooks/class-hook-page-install.php:285
189
  msgid "Great! All your posts were successfully cached!"
190
  msgstr "Ótimo! Todos os seus posts foram armazenados com sucesso!"
191
 
192
+ #: classes/hooks/class-hook-page-install.php:286
193
  msgid ""
194
  "You can let me link your posts, based on what I think is related, to each "
195
  "other. And don't worry, if I made a mistake at one of your posts you can "
196
  "easily correct this by editing it manually!"
197
  msgstr "Você pode deixar que seja vinculado os seus posts com base no que eu acho que está relacionado, entre si. E não se preocupe, se eu cometi um erro em um dos seus posts você pode facilmente corrigir isso editando-lo manualmente!"
198
 
199
+ #: classes/hooks/class-hook-page-install.php:287
200
  msgid ""
201
  "Want me to start linking posts to each other? Fill in the amount of related "
202
  "posts each post should have and click on the \"Link now\" button. Rather "
203
  "link your posts manually? Click \"Skip linking\"."
204
  msgstr "Quer que eu comece a vincular os seus posts uns aos outros? Preencha a quantidade de posts relacionados que cada post deve ter e clique em \"Vincular Agora\". Sim vincular manualmente seus posts? Clique em \"Ir Vinculando\"."
205
 
206
+ #: classes/hooks/class-hook-page-install.php:288
207
  msgid ""
208
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
209
  " process to finish and this wizard to take you to the next step."
210
  msgstr "NÃO feche esta janela se você clicou em \"Vincular Agora\", espere para que este processo termine e este que assistente levá-o para a próxima etapa."
211
 
212
+ #: classes/hooks/class-hook-page-install.php:295
213
  msgid "Amount of related posts:"
214
  msgstr ""
215
 
216
+ #: classes/hooks/class-hook-page-install.php:299
217
  msgid "The amount of related items per %s"
218
  msgstr ""
219
 
220
+ #: classes/hooks/class-hook-page-install.php:305
221
  msgid "Maximum Post Age:"
222
  msgstr ""
223
 
224
+ #: classes/hooks/class-hook-page-install.php:309
225
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
226
  msgstr ""
227
 
228
+ #: classes/hooks/class-hook-page-install.php:316
229
  msgid "Link now"
230
  msgstr "Vincular agora"
231
 
232
+ #: classes/hooks/class-hook-page-install.php:318
233
  msgid "Skip linking"
234
  msgstr "Pular vinculação"
235
 
236
+ #: classes/hooks/class-hook-page-install.php:336
237
  msgid "That's it, you're good to go!"
238
  msgstr "É isso aí, você está pronto para ir!"
239
 
240
+ #: classes/hooks/class-hook-page-install.php:337
241
  msgid ""
242
  "Thanks again for using Related Posts for WordPress and if you have any "
243
  "questions be sure to ask them at the %sWordPress.org forums.%s"
244
  msgstr "Obrigado novamente por usar Posts Relacionados para WordPress e se você tiver alguma dúvida não se esqueça de pedir-lhes no %sfóruns do WordPress.org.%s"
245
 
246
+ #: classes/hooks/class-hook-page-install.php:340
247
  msgid "Click here to return to step 1"
248
  msgstr "Clique aqui para voltar ao passo 1"
249
 
250
+ #: classes/hooks/class-hook-page-install.php:346
251
  msgid "Click here to go to the settings page"
252
  msgstr "Clique aqui para ir à página de configurações"
253
 
254
+ #: classes/hooks/class-hook-settings-page.php:58
255
  msgid "Plugin version"
256
  msgstr "Versão do plugin"
257
 
258
+ #: classes/hooks/class-hook-settings-page.php:64
259
  msgid ""
260
  "Got a question? Simply send us an email at "
261
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
262
  "active license."
263
  msgstr "Tem uma pergunta? Basta enviar-nos um e-mail para %ssupport@relatedpostsforwp.com%s. Por favor, note que para obter suporte você precisa de uma licença ativa."
264
 
265
+ #: classes/hooks/class-hook-settings-page.php:68
266
  msgid "More information"
267
  msgstr "Mais informações"
268
 
269
+ #: classes/hooks/class-hook-settings-page.php:70
270
  msgid "<a href='%s'>Documentation</a>"
271
  msgstr "<a href='%s'>Documentação</a>"
272
 
273
+ #: classes/hooks/class-hook-settings-page.php:72
274
  msgid "<a href='%s'>Changelog</a>"
275
  msgstr "<a href='%s'>Changelog</a>"
276
 
277
+ #: classes/hooks/class-hook-settings-page.php:74
278
  msgid "<a href='%s'>Give us a review</a>"
279
  msgstr "<a href='%s'>Faça uma avaliação</a>"
280
 
281
+ #: classes/hooks/class-hook-settings-page.php:76
282
+ msgid "Check out our other plugins at Never5.com"
283
+ msgstr ""
284
 
285
+ #: classes/hooks/class-hook-settings-page.php:81
286
+ msgid "About Never5"
287
+ msgstr ""
 
 
 
288
 
289
+ #: classes/hooks/class-hook-settings-page.php:85
290
  msgid ""
291
+ "At %sNever5%s we create high quality premium WordPress plugins, with "
292
+ "extensive support. We offer solutions in related posts, advanced download "
293
+ "management, vehicle management and connecting post types."
294
+ msgstr ""
295
 
296
+ #: classes/hooks/class-hook-settings-page.php:87
297
+ msgid "%sFollow Never5 on Twitter%s"
298
+ msgstr ""
299
 
300
+ #: classes/hooks/class-hook-settings-page.php:113
301
  msgid "General"
302
  msgstr "Geral"
303
 
304
+ #: classes/hooks/class-hook-settings-page.php:133
305
  msgid "Installer"
306
  msgstr "Instalador"
307
 
309
  msgid "Add Related Posts"
310
  msgstr "Adciionar Post Relacioando"
311
 
312
+ #: classes/meta-boxes/class-meta-box-manage.php:108
313
+ #: classes/meta-boxes/class-meta-box-manage.php:109
314
  msgid "Edit Post"
315
  msgstr "Editar Post"
316
 
317
+ #: classes/meta-boxes/class-meta-box-manage.php:111
318
+ #: classes/meta-boxes/class-meta-box-manage.php:112
319
  msgid "Unlink Related Post"
320
  msgstr "Desvincular Post Relacionado"
321
 
322
+ #: classes/meta-boxes/class-meta-box-manage.php:125
323
  msgid "No related posts found."
324
  msgstr "Nenhum post relacionado foi encontrado."
325
 
327
  msgid "Related Posts Options"
328
  msgstr ""
329
 
330
+ #: classes/meta-boxes/class-meta-box-options.php:62
331
  msgid "Exclude"
332
  msgstr "Excluir"
333
 
404
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
405
  msgstr ""
406
 
407
+ #: classes/settings/class-settings-general.php:52
408
  msgid "Frontend Settings"
409
  msgstr "Configurações de Frontend"
410
 
411
+ #: classes/settings/class-settings-general.php:53
412
  msgid ""
413
  "The following options affect how related %ss are displayed on the frontend."
414
  msgstr "As opções a seguir afetam como os posts relacionados %ss são exibidos no frontend."
415
 
416
+ #: classes/settings/class-settings-general.php:57
417
  msgid "Heading text"
418
  msgstr "Texto do Cabeçalho"
419
 
420
+ #: classes/settings/class-settings-general.php:58
421
  msgid ""
422
  "The text that is displayed above the related %ss. To disable, leave field "
423
  "empty."
424
  msgstr "O texto que é exibido acima dos %ss relacionados. Para desativar, deixe este campo vazio sair."
425
 
426
+ #: classes/settings/class-settings-general.php:64
427
  msgid "Excerpt length"
428
  msgstr "Tamanho do resumo"
429
 
430
+ #: classes/settings/class-settings-general.php:65
431
  msgid ""
432
  "The amount of words to be displayed below the title on website. To disable, "
433
  "set value to 0."
434
  msgstr "A quantidade de palavras para ser exibidas abaixo do título no site. Para desativar, deixe este valor definido como 0."
435
 
436
+ #: classes/settings/class-settings-general.php:73
437
+ msgid "Thumbnail size"
438
+ msgstr ""
439
+
440
+ #: classes/settings/class-settings-general.php:74
441
+ msgid ""
442
+ "These settings affect the display and dimensions of your related post "
443
+ "thumbnails – the display on the front-end will still be affected by CSS "
444
+ "styles. After changing these settings you may need to %sregenerate your "
445
+ "thumbnails.%s"
446
+ msgstr ""
447
+
448
+ #: classes/settings/class-settings-general.php:78
449
+ msgid "Width"
450
+ msgstr ""
451
+
452
+ #: classes/settings/class-settings-general.php:79
453
+ msgid "Thumbnail's width in pixels."
454
+ msgstr ""
455
+
456
+ #: classes/settings/class-settings-general.php:85
457
+ msgid "Height"
458
+ msgstr ""
459
+
460
+ #: classes/settings/class-settings-general.php:86
461
+ msgid "Thumbnail's height in pixels."
462
+ msgstr ""
463
+
464
+ #: classes/settings/class-settings-general.php:92
465
+ msgid "Crop"
466
+ msgstr ""
467
+
468
+ #: classes/settings/class-settings-general.php:93
469
+ msgid "Crop the image from the center."
470
+ msgstr ""
471
+
472
+ #: classes/settings/class-settings-general.php:101
473
+ msgid "Thumbnail Placeholder"
474
+ msgstr ""
475
+
476
+ #: classes/settings/class-settings-general.php:102
477
+ msgid ""
478
+ "The placeholder will be used if no featured image is set and no images could"
479
+ " be found in the content."
480
+ msgstr ""
481
+
482
+ #: classes/settings/class-settings-general.php:106
483
+ msgid "Placeholder"
484
+ msgstr ""
485
+
486
+ #: classes/settings/class-settings-general.php:107
487
+ msgid ""
488
+ "Thumbnail placeholder, the image that will be used if no other image is "
489
+ "found."
490
+ msgstr ""
491
+
492
  #: classes/settings/class-settings-license.php:18
493
  msgid "License"
494
  msgstr "Licença"
558
  "problems connecting to licensing server."
559
  msgstr ""
560
 
561
+ #: classes/settings/class-settings-page.php:212
562
+ msgid "Image URL"
563
+ msgstr ""
564
+
565
+ #: classes/settings/class-settings-page.php:213
566
+ msgid "Upload Image"
567
+ msgstr ""
568
+
569
+ #: classes/settings/class-settings-page.php:468
570
  msgid "ACTIVATED"
571
  msgstr "ATIVADO"
572
 
573
+ #: classes/settings/class-settings-page.php:470
574
  msgid "NOT ACTIVE"
575
  msgstr "NÃO ATIVADO"
576
 
588
  "need to rerun the installer after changing weights."
589
  msgstr "Facilmente ajuste as prioridades usando os controles abaixo. Por favor, note que você precisa voltar a executar o instalador após trocar as prioridades."
590
 
591
+ #: classes/settings/class-settings-weights.php:29
592
+ #: classes/settings/class-settings-weights.php:33
593
+ msgid "Reset Weight"
594
+ msgstr ""
595
+
596
  #: classes/settings/class-settings-weights.php:30
597
+ msgid ""
598
+ "Reset the weights back to their defaults. Don't forget to Save the Changes "
599
+ "after resetting the weights."
600
+ msgstr ""
601
+
602
+ #: classes/settings/class-settings-weights.php:38
603
  msgid "The weight of the title."
604
  msgstr "A prioridade do título."
605
 
606
+ #: classes/settings/class-settings-weights.php:44
607
  msgid "Links"
608
  msgstr "Links"
609
 
610
+ #: classes/settings/class-settings-weights.php:45
611
  msgid "The weight of the links found in the content."
612
  msgstr "A prioridade dos links encontrados no conteúdo."
613
 
614
+ #: classes/settings/class-settings-weights.php:51
615
  msgid "Categories"
616
  msgstr "Categorias"
617
 
618
+ #: classes/settings/class-settings-weights.php:52
619
  msgid "The weight of the categories."
620
  msgstr "A prioridade das categorias."
621
 
622
+ #: classes/settings/class-settings-weights.php:58
623
  msgid "Tags"
624
  msgstr "Tags"
625
 
626
+ #: classes/settings/class-settings-weights.php:59
627
  msgid "The weight of the tags."
628
  msgstr "A prioridade das tags."
629
 
630
+ #: classes/settings/class-settings-weights.php:65
631
  msgid "Custom Taxonomies"
632
  msgstr "Taxonomias Personalizadas"
633
 
634
+ #: classes/settings/class-settings-weights.php:66
635
  msgid "The weight of custom taxonomies."
636
  msgstr "A prioridade das taxonomias personalizadas."
637
 
638
+ #: classes/settings/class-settings-words.php:18
639
+ msgid "Words"
640
+ msgstr ""
641
+
642
+ #: classes/settings/class-settings-words.php:24
643
+ msgid "Word related options"
644
+ msgstr ""
645
+
646
+ #: classes/settings/class-settings-words.php:25
647
+ msgid ""
648
+ "Control what extra words should be excluded and what word combinations "
649
+ "should be parsed as a single word."
650
+ msgstr ""
651
+
652
+ #: classes/settings/class-settings-words.php:29
653
+ msgid "Extra Ignored Words"
654
+ msgstr ""
655
+
656
+ #: classes/settings/class-settings-words.php:30
657
+ msgid ""
658
+ "By default we already ignore a lot of words based on your language that are "
659
+ "not related to your content. In English this would be words like %s and %s."
660
+ msgstr ""
661
+
662
+ #: classes/settings/class-settings-words.php:30
663
+ msgid "Add the extra words you would to ignore here, one word per row."
664
+ msgstr ""
665
+
666
+ #: classes/settings/class-settings-words.php:36
667
+ msgid "Joined Words"
668
+ msgstr ""
669
+
670
+ #: classes/settings/class-settings-words.php:37
671
+ msgid ""
672
+ "By default we split content per word but some word combinations should be "
673
+ "considered as one word. An example of this would be %s."
674
+ msgstr ""
675
+
676
+ #: classes/settings/class-settings-words.php:37
677
+ msgid "Add your joined words here, one joined word per row."
678
+ msgstr ""
679
+
680
  #: includes/updater/class-rp4wp-updater.php:131
681
  msgid "Hide notice"
682
  msgstr "Esconder mensagem"
694
  msgstr "A melhor maneira de mostrar posts relacionados no WordPress."
695
 
696
  #. Author of the plugin/theme
697
+ msgid "Never5"
698
+ msgstr ""
699
 
700
  #. Author URI of the plugin/theme
701
+ msgid "http://www.never5.com/"
702
+ msgstr ""
languages/related-posts-for-wp-pt_PT.mo CHANGED
Binary file
languages/related-posts-for-wp-pt_PT.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Barry Kooij
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -8,8 +8,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: Related Posts for WordPress\n"
10
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
11
- "POT-Creation-Date: 2015-05-31 09:56:12+00:00\n"
12
- "PO-Revision-Date: 2015-06-07 19:31+0000\n"
13
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
14
  "Language-Team: Portuguese (Portugal) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/pt_PT/)\n"
15
  "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: pt_PT\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Generator: grunt-wp-i18n 0.4.8\n"
21
 
22
  #: classes/class-is-installing-notice.php:74
23
  msgid ""
@@ -33,10 +33,30 @@ msgstr "%sContinuar processo de instalação%s ou %sdesativar esta mensagem%s"
33
  msgid "Are you sure you want to delete this related post?"
34
  msgstr "Tem certeza de que deseja excluir este post relacionado?"
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  #: classes/class-link-related-table.php:45
37
  #: classes/hooks/class-hook-settings-page.php:20
38
  #: classes/meta-boxes/class-meta-box-manage.php:37
39
- #: classes/settings/class-settings-general.php:59
40
  msgid "Related Posts"
41
  msgstr "Posts Relacionados"
42
 
@@ -45,30 +65,34 @@ msgid "All Posts"
45
  msgstr "Todos os Posts"
46
 
47
  #: classes/class-link-related-table.php:95
48
- #: classes/settings/class-settings-weights.php:29
49
  msgid "Title"
50
  msgstr "Título"
51
 
52
  #: classes/class-link-related-table.php:96
53
- #: classes/hooks/class-hook-page-install.php:168
54
- #: classes/hooks/class-hook-settings-page.php:152
55
  msgid "Post Type"
56
  msgstr "Tipo de Post"
57
 
58
- #: classes/class-link-related-table.php:260
 
 
 
 
59
  msgid "Link Post"
60
  msgstr "Link do Post"
61
 
62
- #: classes/class-link-related-table.php:268
63
  msgid "View Post"
64
  msgstr "Ver Post"
65
 
66
- #: classes/class-link-related-table.php:299
67
  msgid "Link Posts"
68
  msgstr "Link dos Posts"
69
 
70
  #: classes/class-post-type-manager.php:21
71
- #: classes/hooks/class-hook-link-related-screen.php:155
72
  msgid "Posts"
73
  msgstr "Posts"
74
 
@@ -88,46 +112,46 @@ msgstr "Exibir posts relacionados."
88
  msgid "Settings"
89
  msgstr "Configurações"
90
 
91
- #: classes/hooks/class-hook-link-related-screen.php:157
92
  msgid "Cancel linking"
93
  msgstr "Cancelar vinculação"
94
 
95
- #: classes/hooks/class-hook-link-related-screen.php:173
96
  msgid "Search"
97
  msgstr "Buscar"
98
 
99
- #: classes/hooks/class-hook-page-install.php:57
100
  msgid "Welcome"
101
  msgstr "Bem-vindo"
102
 
103
- #: classes/hooks/class-hook-page-install.php:58
104
  msgid "Caching Posts"
105
  msgstr "Armazenamento de Posts"
106
 
107
- #: classes/hooks/class-hook-page-install.php:59
108
  msgid "Linking Posts"
109
  msgstr "Vinculação de Posts"
110
 
111
- #: classes/hooks/class-hook-page-install.php:60
112
  msgid "Finished"
113
  msgstr "Terminado"
114
 
115
- #: classes/hooks/class-hook-page-install.php:71
116
  msgid ""
117
  "Missing post type parameter, please report this incident via %sour "
118
  "website%s."
119
  msgstr "Tipo de post em falta, por favor report o incidente através do %snosso website%s."
120
 
121
- #: classes/hooks/class-hook-page-install.php:102
122
  msgid "Installation"
123
  msgstr "Instalação"
124
 
125
- #: classes/hooks/class-hook-page-install.php:149
126
- #: classes/hooks/class-hook-page-install.php:228
127
  msgid "Thank you for choosing Related Posts for WordPress!"
128
  msgstr "Obrigado por escolher Posts Relacionados para WordPress!"
129
 
130
- #: classes/hooks/class-hook-page-install.php:150
131
  msgid ""
132
  "Below you'll find your post types available for installation, by installing "
133
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -135,152 +159,150 @@ msgid ""
135
  "Type' button."
136
  msgstr "Abaixo você vai encontrar seus tipos de posts disponíveis para instalação, através da instalação de um tipo de post vamos configurar um cache e oferecer-lhe a capacidade de relacionamento automático (customizado). Para instalar um tipo de post, basta clicar no botão \"Instalar Tipo de Post '."
137
 
138
- #: classes/hooks/class-hook-page-install.php:169
139
  msgid "Related to Post Types"
140
  msgstr "Tipos de Post Relacionados"
141
 
142
- #: classes/hooks/class-hook-page-install.php:204
143
- msgid "Edit"
144
- msgstr "Editar"
145
 
146
- #: classes/hooks/class-hook-page-install.php:229
147
  msgid ""
148
  "Before you can start using Related Posts for WordPress we need to cache your"
149
  " current posts."
150
  msgstr "Antes que você possa começar a usar Posts Relacionados para WordPress nos precisamos armazenar os seus posts atuais."
151
 
152
- #: classes/hooks/class-hook-page-install.php:230
153
  msgid ""
154
  "This is a one time process which might take some time now, depending on the "
155
  "amount of posts you have, but will ensure your website's performance when "
156
  "using the plugin."
157
  msgstr "Este é um processo pode demorar algum tempo, dependendo da quantidade de posts que você tem, mas vai garantir o desempenho do seu site ao usar o plugin."
158
 
159
- #: classes/hooks/class-hook-page-install.php:232
160
  msgid ""
161
  "Do NOT close this window, wait for this process to finish and this wizard to"
162
  " take you to the next step."
163
  msgstr "NÃO feche esta janela, espere este processo terminar e este assistente para levá-lo para a próxima etapa."
164
 
165
- #: classes/hooks/class-hook-page-install.php:266
166
  msgid "Great! All your posts were successfully cached!"
167
  msgstr "Ótimo! Todos os seus posts foram armazenados com sucesso!"
168
 
169
- #: classes/hooks/class-hook-page-install.php:267
170
  msgid ""
171
  "You can let me link your posts, based on what I think is related, to each "
172
  "other. And don't worry, if I made a mistake at one of your posts you can "
173
  "easily correct this by editing it manually!"
174
  msgstr "Você pode deixar que seja vinculado os seus posts com base no que eu acho que está relacionado, entre si. E não se preocupe, se eu cometi um erro em um dos seus posts você pode facilmente corrigir isso editando-lo manualmente!"
175
 
176
- #: classes/hooks/class-hook-page-install.php:268
177
  msgid ""
178
  "Want me to start linking posts to each other? Fill in the amount of related "
179
  "posts each post should have and click on the \"Link now\" button. Rather "
180
  "link your posts manually? Click \"Skip linking\"."
181
  msgstr "Quer que eu comece a vincular os seus posts uns aos outros? Preencha a quantidade de posts relacionados que cada post deve ter e clique em \"Vincular Agora\". Sim vincular manualmente seus posts? Clique em \"Ir Vinculando\"."
182
 
183
- #: classes/hooks/class-hook-page-install.php:269
184
  msgid ""
185
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
186
  " process to finish and this wizard to take you to the next step."
187
  msgstr "NÃO feche esta janela se você clicou em \"Vincular Agora\", espere para que este processo termine e este que assistente levá-o para a próxima etapa."
188
 
189
- #: classes/hooks/class-hook-page-install.php:275
190
  msgid "Amount of related posts:"
191
  msgstr "Quantidade de posts relacionados:"
192
 
193
- #: classes/hooks/class-hook-page-install.php:277
194
  msgid "The amount of related items per %s"
195
  msgstr "Quantidade de itens relacionados por %s"
196
 
197
- #: classes/hooks/class-hook-page-install.php:282
198
  msgid "Maximum Post Age:"
199
  msgstr "Idade máxima do post:"
200
 
201
- #: classes/hooks/class-hook-page-install.php:284
202
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
203
  msgstr "A idade máxima em dias de %s que serão associados. (0 = ilimitado)"
204
 
205
- #: classes/hooks/class-hook-page-install.php:290
206
  msgid "Link now"
207
  msgstr "Vincular agora"
208
 
209
- #: classes/hooks/class-hook-page-install.php:291
210
  msgid "Skip linking"
211
  msgstr "Pular vinculação"
212
 
213
- #: classes/hooks/class-hook-page-install.php:309
214
  msgid "That's it, you're good to go!"
215
  msgstr "É isso aí, você está pronto para ir!"
216
 
217
- #: classes/hooks/class-hook-page-install.php:310
218
  msgid ""
219
  "Thanks again for using Related Posts for WordPress and if you have any "
220
  "questions be sure to ask them at the %sWordPress.org forums.%s"
221
  msgstr "Obrigado novamente por usar Posts Relacionados para WordPress e se você tiver alguma dúvida não se esqueça de pedir-lhes no %sfóruns do WordPress.org.%s"
222
 
223
- #: classes/hooks/class-hook-page-install.php:313
224
  msgid "Click here to return to step 1"
225
  msgstr "Clique aqui para voltar ao passo 1"
226
 
227
- #: classes/hooks/class-hook-page-install.php:319
228
  msgid "Click here to go to the settings page"
229
  msgstr "Clique aqui para ir à página de configurações"
230
 
231
- #: classes/hooks/class-hook-settings-page.php:57
232
  msgid "Plugin version"
233
  msgstr "Versão do plugin"
234
 
235
- #: classes/hooks/class-hook-settings-page.php:63
236
  msgid ""
237
  "Got a question? Simply send us an email at "
238
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
239
  "active license."
240
  msgstr "Tem uma questão? Envie-nos um email para %ssupport@relatedpostsforwp.com%s. Note por favor que o serviço de suporte requer uma licença activa."
241
 
242
- #: classes/hooks/class-hook-settings-page.php:67
243
  msgid "More information"
244
  msgstr "Mais informações"
245
 
246
- #: classes/hooks/class-hook-settings-page.php:69
247
  msgid "<a href='%s'>Documentation</a>"
248
  msgstr "<a href='%s'>Documentação</a>"
249
 
250
- #: classes/hooks/class-hook-settings-page.php:71
251
  msgid "<a href='%s'>Changelog</a>"
252
  msgstr "<a href='%s'>Changelog</a>"
253
 
254
- #: classes/hooks/class-hook-settings-page.php:73
255
  msgid "<a href='%s'>Give us a review</a>"
256
  msgstr "<a href='%s'>Faça uma avaliação</a>"
257
 
258
- #: classes/hooks/class-hook-settings-page.php:78
259
- msgid "About the developer"
260
- msgstr "Sobre o desenvolvedor"
261
 
262
- #: classes/hooks/class-hook-settings-page.php:80
263
- msgid ""
264
- "Barry is a WordPress developer that works on WooCommerce and is the author "
265
- "of various WordPress plugins that include Related Posts for WordPress, Post "
266
- "Connector and What The File."
267
- msgstr "O Barry é um programador WordPress que trabalha no projecto WooCommerce e é autor de vários plugins WordPress incluíndo Related Posts para WordPress, Post Connector e What The File."
268
 
269
- #: classes/hooks/class-hook-settings-page.php:82
270
  msgid ""
271
- "Barry likes contributing to open source projects and visiting WordCamps and "
272
- "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
273
- msgstr "O Barry aprecia contribuir para projectos open source, visitar WordCamps e WordPress meetups. Também organiza o WordPress meteu em Tilburg."
 
274
 
275
- #: classes/hooks/class-hook-settings-page.php:84
276
- msgid "%sFollow Barry on Twitter%s."
277
- msgstr "%Seguir Barry no Twitter%s."
278
 
279
- #: classes/hooks/class-hook-settings-page.php:110
280
  msgid "General"
281
  msgstr "Geral"
282
 
283
- #: classes/hooks/class-hook-settings-page.php:130
284
  msgid "Installer"
285
  msgstr "Instalador"
286
 
@@ -288,17 +310,17 @@ msgstr "Instalador"
288
  msgid "Add Related Posts"
289
  msgstr "Adciionar Post Relacioando"
290
 
291
- #: classes/meta-boxes/class-meta-box-manage.php:103
292
- #: classes/meta-boxes/class-meta-box-manage.php:104
293
  msgid "Edit Post"
294
  msgstr "Editar Post"
295
 
296
- #: classes/meta-boxes/class-meta-box-manage.php:106
297
- #: classes/meta-boxes/class-meta-box-manage.php:107
298
  msgid "Unlink Related Post"
299
  msgstr "Desvincular Post Relacionado"
300
 
301
- #: classes/meta-boxes/class-meta-box-manage.php:120
302
  msgid "No related posts found."
303
  msgstr "Nenhum post relacionado foi encontrado."
304
 
@@ -306,7 +328,7 @@ msgstr "Nenhum post relacionado foi encontrado."
306
  msgid "Related Posts Options"
307
  msgstr "Opções do Related Posts"
308
 
309
- #: classes/meta-boxes/class-meta-box-options.php:59
310
  msgid "Exclude"
311
  msgstr "Excluir"
312
 
@@ -383,35 +405,91 @@ msgstr "Idade Máxima do Post"
383
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
384
  msgstr "A idade máxima em dias de %ss que serão associados. (0 = ilimitado)"
385
 
386
- #: classes/settings/class-settings-general.php:51
387
  msgid "Frontend Settings"
388
  msgstr "Configurações de Frontend"
389
 
390
- #: classes/settings/class-settings-general.php:52
391
  msgid ""
392
  "The following options affect how related %ss are displayed on the frontend."
393
  msgstr "As opções a seguir afetam como os posts relacionados %ss são exibidos no frontend."
394
 
395
- #: classes/settings/class-settings-general.php:56
396
  msgid "Heading text"
397
  msgstr "Texto do Cabeçalho"
398
 
399
- #: classes/settings/class-settings-general.php:57
400
  msgid ""
401
  "The text that is displayed above the related %ss. To disable, leave field "
402
  "empty."
403
  msgstr "O texto que é exibido acima dos %ss relacionados. Para desativar, deixe este campo vazio sair."
404
 
405
- #: classes/settings/class-settings-general.php:63
406
  msgid "Excerpt length"
407
  msgstr "Tamanho do resumo"
408
 
409
- #: classes/settings/class-settings-general.php:64
410
  msgid ""
411
  "The amount of words to be displayed below the title on website. To disable, "
412
  "set value to 0."
413
  msgstr "A quantidade de palavras para ser exibidas abaixo do título no site. Para desativar, deixe este valor definido como 0."
414
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
415
  #: classes/settings/class-settings-license.php:18
416
  msgid "License"
417
  msgstr "Licença"
@@ -481,11 +559,19 @@ msgid ""
481
  "problems connecting to licensing server."
482
  msgstr "Desabilitar SSL nos pedidos de verificação de licença. Active esta opção caso esteja a ter problemas ao ligar ao nosso servidor de licenciamento."
483
 
484
- #: classes/settings/class-settings-page.php:448
 
 
 
 
 
 
 
 
485
  msgid "ACTIVATED"
486
  msgstr "ACTIVADO"
487
 
488
- #: classes/settings/class-settings-page.php:450
489
  msgid "NOT ACTIVE"
490
  msgstr "NÃO ACTIVO"
491
 
@@ -503,42 +589,95 @@ msgid ""
503
  "need to rerun the installer after changing weights."
504
  msgstr "Facilmente ajuste as prioridades usando os controles abaixo. Por favor, note que você precisa voltar a executar o instalador após trocar as prioridades."
505
 
 
 
 
 
 
506
  #: classes/settings/class-settings-weights.php:30
 
 
 
 
 
 
507
  msgid "The weight of the title."
508
  msgstr "A prioridade do título."
509
 
510
- #: classes/settings/class-settings-weights.php:36
511
  msgid "Links"
512
  msgstr "Links"
513
 
514
- #: classes/settings/class-settings-weights.php:37
515
  msgid "The weight of the links found in the content."
516
  msgstr "A prioridade dos links encontrados no conteúdo."
517
 
518
- #: classes/settings/class-settings-weights.php:43
519
  msgid "Categories"
520
  msgstr "Categorias"
521
 
522
- #: classes/settings/class-settings-weights.php:44
523
  msgid "The weight of the categories."
524
  msgstr "A prioridade das categorias."
525
 
526
- #: classes/settings/class-settings-weights.php:50
527
  msgid "Tags"
528
  msgstr "Tags"
529
 
530
- #: classes/settings/class-settings-weights.php:51
531
  msgid "The weight of the tags."
532
  msgstr "A prioridade das tags."
533
 
534
- #: classes/settings/class-settings-weights.php:57
535
  msgid "Custom Taxonomies"
536
  msgstr "Taxonomias Personalizadas"
537
 
538
- #: classes/settings/class-settings-weights.php:58
539
  msgid "The weight of custom taxonomies."
540
  msgstr "A prioridade das taxonomias personalizadas."
541
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
542
  #: includes/updater/class-rp4wp-updater.php:131
543
  msgid "Hide notice"
544
  msgstr "Esconder mensagem"
@@ -556,9 +695,9 @@ msgid "The best way to display related posts in WordPress."
556
  msgstr "A melhor maneira de mostrar posts relacionados no WordPress."
557
 
558
  #. Author of the plugin/theme
559
- msgid "Barry Kooij"
560
- msgstr "Barry Kooij"
561
 
562
  #. Author URI of the plugin/theme
563
- msgid "http://www.barrykooij.com/"
564
- msgstr "http://www.barrykooij.com/"
1
+ # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
8
  msgstr ""
9
  "Project-Id-Version: Related Posts for WordPress\n"
10
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
11
+ "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
12
+ "PO-Revision-Date: 2016-08-25 13:54+0000\n"
13
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
14
  "Language-Team: Portuguese (Portugal) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/pt_PT/)\n"
15
  "MIME-Version: 1.0\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: pt_PT\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
21
 
22
  #: classes/class-is-installing-notice.php:74
23
  msgid ""
33
  msgid "Are you sure you want to delete this related post?"
34
  msgstr "Tem certeza de que deseja excluir este post relacionado?"
35
 
36
+ #: classes/class-javascript-strings.php:15
37
+ msgid "Delete this post type"
38
+ msgstr ""
39
+
40
+ #: classes/class-javascript-strings.php:16
41
+ msgid "Relink related posts"
42
+ msgstr ""
43
+
44
+ #: classes/class-javascript-strings.php:17
45
+ msgid "Reinstall this post type"
46
+ msgstr ""
47
+
48
+ #: classes/class-javascript-strings.php:18
49
+ msgid "Save post type"
50
+ msgstr ""
51
+
52
+ #: classes/class-javascript-strings.php:19
53
+ msgid "Add post type"
54
+ msgstr ""
55
+
56
  #: classes/class-link-related-table.php:45
57
  #: classes/hooks/class-hook-settings-page.php:20
58
  #: classes/meta-boxes/class-meta-box-manage.php:37
59
+ #: classes/settings/class-settings-general.php:60
60
  msgid "Related Posts"
61
  msgstr "Posts Relacionados"
62
 
65
  msgstr "Todos os Posts"
66
 
67
  #: classes/class-link-related-table.php:95
68
+ #: classes/settings/class-settings-weights.php:37
69
  msgid "Title"
70
  msgstr "Título"
71
 
72
  #: classes/class-link-related-table.php:96
73
+ #: classes/hooks/class-hook-page-install.php:187
74
+ #: classes/hooks/class-hook-settings-page.php:155
75
  msgid "Post Type"
76
  msgstr "Tipo de Post"
77
 
78
+ #: classes/class-link-related-table.php:97
79
+ msgid "Post Date"
80
+ msgstr ""
81
+
82
+ #: classes/class-link-related-table.php:270
83
  msgid "Link Post"
84
  msgstr "Link do Post"
85
 
86
+ #: classes/class-link-related-table.php:278
87
  msgid "View Post"
88
  msgstr "Ver Post"
89
 
90
+ #: classes/class-link-related-table.php:317
91
  msgid "Link Posts"
92
  msgstr "Link dos Posts"
93
 
94
  #: classes/class-post-type-manager.php:21
95
+ #: classes/hooks/class-hook-link-related-screen.php:187
96
  msgid "Posts"
97
  msgstr "Posts"
98
 
112
  msgid "Settings"
113
  msgstr "Configurações"
114
 
115
+ #: classes/hooks/class-hook-link-related-screen.php:189
116
  msgid "Cancel linking"
117
  msgstr "Cancelar vinculação"
118
 
119
+ #: classes/hooks/class-hook-link-related-screen.php:205
120
  msgid "Search"
121
  msgstr "Buscar"
122
 
123
+ #: classes/hooks/class-hook-page-install.php:59
124
  msgid "Welcome"
125
  msgstr "Bem-vindo"
126
 
127
+ #: classes/hooks/class-hook-page-install.php:60
128
  msgid "Caching Posts"
129
  msgstr "Armazenamento de Posts"
130
 
131
+ #: classes/hooks/class-hook-page-install.php:61
132
  msgid "Linking Posts"
133
  msgstr "Vinculação de Posts"
134
 
135
+ #: classes/hooks/class-hook-page-install.php:62
136
  msgid "Finished"
137
  msgstr "Terminado"
138
 
139
+ #: classes/hooks/class-hook-page-install.php:78
140
  msgid ""
141
  "Missing post type parameter, please report this incident via %sour "
142
  "website%s."
143
  msgstr "Tipo de post em falta, por favor report o incidente através do %snosso website%s."
144
 
145
+ #: classes/hooks/class-hook-page-install.php:121
146
  msgid "Installation"
147
  msgstr "Instalação"
148
 
149
+ #: classes/hooks/class-hook-page-install.php:168
150
+ #: classes/hooks/class-hook-page-install.php:247
151
  msgid "Thank you for choosing Related Posts for WordPress!"
152
  msgstr "Obrigado por escolher Posts Relacionados para WordPress!"
153
 
154
+ #: classes/hooks/class-hook-page-install.php:169
155
  msgid ""
156
  "Below you'll find your post types available for installation, by installing "
157
  "a post type we'll set up a cache and offer you the ability to automatic link"
159
  "Type' button."
160
  msgstr "Abaixo você vai encontrar seus tipos de posts disponíveis para instalação, através da instalação de um tipo de post vamos configurar um cache e oferecer-lhe a capacidade de relacionamento automático (customizado). Para instalar um tipo de post, basta clicar no botão \"Instalar Tipo de Post '."
161
 
162
+ #: classes/hooks/class-hook-page-install.php:188
163
  msgid "Related to Post Types"
164
  msgstr "Tipos de Post Relacionados"
165
 
166
+ #: classes/hooks/class-hook-page-install.php:223
167
+ msgid "Edit this post type"
168
+ msgstr ""
169
 
170
+ #: classes/hooks/class-hook-page-install.php:248
171
  msgid ""
172
  "Before you can start using Related Posts for WordPress we need to cache your"
173
  " current posts."
174
  msgstr "Antes que você possa começar a usar Posts Relacionados para WordPress nos precisamos armazenar os seus posts atuais."
175
 
176
+ #: classes/hooks/class-hook-page-install.php:249
177
  msgid ""
178
  "This is a one time process which might take some time now, depending on the "
179
  "amount of posts you have, but will ensure your website's performance when "
180
  "using the plugin."
181
  msgstr "Este é um processo pode demorar algum tempo, dependendo da quantidade de posts que você tem, mas vai garantir o desempenho do seu site ao usar o plugin."
182
 
183
+ #: classes/hooks/class-hook-page-install.php:251
184
  msgid ""
185
  "Do NOT close this window, wait for this process to finish and this wizard to"
186
  " take you to the next step."
187
  msgstr "NÃO feche esta janela, espere este processo terminar e este assistente para levá-lo para a próxima etapa."
188
 
189
+ #: classes/hooks/class-hook-page-install.php:285
190
  msgid "Great! All your posts were successfully cached!"
191
  msgstr "Ótimo! Todos os seus posts foram armazenados com sucesso!"
192
 
193
+ #: classes/hooks/class-hook-page-install.php:286
194
  msgid ""
195
  "You can let me link your posts, based on what I think is related, to each "
196
  "other. And don't worry, if I made a mistake at one of your posts you can "
197
  "easily correct this by editing it manually!"
198
  msgstr "Você pode deixar que seja vinculado os seus posts com base no que eu acho que está relacionado, entre si. E não se preocupe, se eu cometi um erro em um dos seus posts você pode facilmente corrigir isso editando-lo manualmente!"
199
 
200
+ #: classes/hooks/class-hook-page-install.php:287
201
  msgid ""
202
  "Want me to start linking posts to each other? Fill in the amount of related "
203
  "posts each post should have and click on the \"Link now\" button. Rather "
204
  "link your posts manually? Click \"Skip linking\"."
205
  msgstr "Quer que eu comece a vincular os seus posts uns aos outros? Preencha a quantidade de posts relacionados que cada post deve ter e clique em \"Vincular Agora\". Sim vincular manualmente seus posts? Clique em \"Ir Vinculando\"."
206
 
207
+ #: classes/hooks/class-hook-page-install.php:288
208
  msgid ""
209
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
210
  " process to finish and this wizard to take you to the next step."
211
  msgstr "NÃO feche esta janela se você clicou em \"Vincular Agora\", espere para que este processo termine e este que assistente levá-o para a próxima etapa."
212
 
213
+ #: classes/hooks/class-hook-page-install.php:295
214
  msgid "Amount of related posts:"
215
  msgstr "Quantidade de posts relacionados:"
216
 
217
+ #: classes/hooks/class-hook-page-install.php:299
218
  msgid "The amount of related items per %s"
219
  msgstr "Quantidade de itens relacionados por %s"
220
 
221
+ #: classes/hooks/class-hook-page-install.php:305
222
  msgid "Maximum Post Age:"
223
  msgstr "Idade máxima do post:"
224
 
225
+ #: classes/hooks/class-hook-page-install.php:309
226
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
227
  msgstr "A idade máxima em dias de %s que serão associados. (0 = ilimitado)"
228
 
229
+ #: classes/hooks/class-hook-page-install.php:316
230
  msgid "Link now"
231
  msgstr "Vincular agora"
232
 
233
+ #: classes/hooks/class-hook-page-install.php:318
234
  msgid "Skip linking"
235
  msgstr "Pular vinculação"
236
 
237
+ #: classes/hooks/class-hook-page-install.php:336
238
  msgid "That's it, you're good to go!"
239
  msgstr "É isso aí, você está pronto para ir!"
240
 
241
+ #: classes/hooks/class-hook-page-install.php:337
242
  msgid ""
243
  "Thanks again for using Related Posts for WordPress and if you have any "
244
  "questions be sure to ask them at the %sWordPress.org forums.%s"
245
  msgstr "Obrigado novamente por usar Posts Relacionados para WordPress e se você tiver alguma dúvida não se esqueça de pedir-lhes no %sfóruns do WordPress.org.%s"
246
 
247
+ #: classes/hooks/class-hook-page-install.php:340
248
  msgid "Click here to return to step 1"
249
  msgstr "Clique aqui para voltar ao passo 1"
250
 
251
+ #: classes/hooks/class-hook-page-install.php:346
252
  msgid "Click here to go to the settings page"
253
  msgstr "Clique aqui para ir à página de configurações"
254
 
255
+ #: classes/hooks/class-hook-settings-page.php:58
256
  msgid "Plugin version"
257
  msgstr "Versão do plugin"
258
 
259
+ #: classes/hooks/class-hook-settings-page.php:64
260
  msgid ""
261
  "Got a question? Simply send us an email at "
262
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
263
  "active license."
264
  msgstr "Tem uma questão? Envie-nos um email para %ssupport@relatedpostsforwp.com%s. Note por favor que o serviço de suporte requer uma licença activa."
265
 
266
+ #: classes/hooks/class-hook-settings-page.php:68
267
  msgid "More information"
268
  msgstr "Mais informações"
269
 
270
+ #: classes/hooks/class-hook-settings-page.php:70
271
  msgid "<a href='%s'>Documentation</a>"
272
  msgstr "<a href='%s'>Documentação</a>"
273
 
274
+ #: classes/hooks/class-hook-settings-page.php:72
275
  msgid "<a href='%s'>Changelog</a>"
276
  msgstr "<a href='%s'>Changelog</a>"
277
 
278
+ #: classes/hooks/class-hook-settings-page.php:74
279
  msgid "<a href='%s'>Give us a review</a>"
280
  msgstr "<a href='%s'>Faça uma avaliação</a>"
281
 
282
+ #: classes/hooks/class-hook-settings-page.php:76
283
+ msgid "Check out our other plugins at Never5.com"
284
+ msgstr ""
285
 
286
+ #: classes/hooks/class-hook-settings-page.php:81
287
+ msgid "About Never5"
288
+ msgstr ""
 
 
 
289
 
290
+ #: classes/hooks/class-hook-settings-page.php:85
291
  msgid ""
292
+ "At %sNever5%s we create high quality premium WordPress plugins, with "
293
+ "extensive support. We offer solutions in related posts, advanced download "
294
+ "management, vehicle management and connecting post types."
295
+ msgstr ""
296
 
297
+ #: classes/hooks/class-hook-settings-page.php:87
298
+ msgid "%sFollow Never5 on Twitter%s"
299
+ msgstr ""
300
 
301
+ #: classes/hooks/class-hook-settings-page.php:113
302
  msgid "General"
303
  msgstr "Geral"
304
 
305
+ #: classes/hooks/class-hook-settings-page.php:133
306
  msgid "Installer"
307
  msgstr "Instalador"
308
 
310
  msgid "Add Related Posts"
311
  msgstr "Adciionar Post Relacioando"
312
 
313
+ #: classes/meta-boxes/class-meta-box-manage.php:108
314
+ #: classes/meta-boxes/class-meta-box-manage.php:109
315
  msgid "Edit Post"
316
  msgstr "Editar Post"
317
 
318
+ #: classes/meta-boxes/class-meta-box-manage.php:111
319
+ #: classes/meta-boxes/class-meta-box-manage.php:112
320
  msgid "Unlink Related Post"
321
  msgstr "Desvincular Post Relacionado"
322
 
323
+ #: classes/meta-boxes/class-meta-box-manage.php:125
324
  msgid "No related posts found."
325
  msgstr "Nenhum post relacionado foi encontrado."
326
 
328
  msgid "Related Posts Options"
329
  msgstr "Opções do Related Posts"
330
 
331
+ #: classes/meta-boxes/class-meta-box-options.php:62
332
  msgid "Exclude"
333
  msgstr "Excluir"
334
 
405
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
406
  msgstr "A idade máxima em dias de %ss que serão associados. (0 = ilimitado)"
407
 
408
+ #: classes/settings/class-settings-general.php:52
409
  msgid "Frontend Settings"
410
  msgstr "Configurações de Frontend"
411
 
412
+ #: classes/settings/class-settings-general.php:53
413
  msgid ""
414
  "The following options affect how related %ss are displayed on the frontend."
415
  msgstr "As opções a seguir afetam como os posts relacionados %ss são exibidos no frontend."
416
 
417
+ #: classes/settings/class-settings-general.php:57
418
  msgid "Heading text"
419
  msgstr "Texto do Cabeçalho"
420
 
421
+ #: classes/settings/class-settings-general.php:58
422
  msgid ""
423
  "The text that is displayed above the related %ss. To disable, leave field "
424
  "empty."
425
  msgstr "O texto que é exibido acima dos %ss relacionados. Para desativar, deixe este campo vazio sair."
426
 
427
+ #: classes/settings/class-settings-general.php:64
428
  msgid "Excerpt length"
429
  msgstr "Tamanho do resumo"
430
 
431
+ #: classes/settings/class-settings-general.php:65
432
  msgid ""
433
  "The amount of words to be displayed below the title on website. To disable, "
434
  "set value to 0."
435
  msgstr "A quantidade de palavras para ser exibidas abaixo do título no site. Para desativar, deixe este valor definido como 0."
436
 
437
+ #: classes/settings/class-settings-general.php:73
438
+ msgid "Thumbnail size"
439
+ msgstr ""
440
+
441
+ #: classes/settings/class-settings-general.php:74
442
+ msgid ""
443
+ "These settings affect the display and dimensions of your related post "
444
+ "thumbnails – the display on the front-end will still be affected by CSS "
445
+ "styles. After changing these settings you may need to %sregenerate your "
446
+ "thumbnails.%s"
447
+ msgstr ""
448
+
449
+ #: classes/settings/class-settings-general.php:78
450
+ msgid "Width"
451
+ msgstr ""
452
+
453
+ #: classes/settings/class-settings-general.php:79
454
+ msgid "Thumbnail's width in pixels."
455
+ msgstr ""
456
+
457
+ #: classes/settings/class-settings-general.php:85
458
+ msgid "Height"
459
+ msgstr ""
460
+
461
+ #: classes/settings/class-settings-general.php:86
462
+ msgid "Thumbnail's height in pixels."
463
+ msgstr ""
464
+
465
+ #: classes/settings/class-settings-general.php:92
466
+ msgid "Crop"
467
+ msgstr ""
468
+
469
+ #: classes/settings/class-settings-general.php:93
470
+ msgid "Crop the image from the center."
471
+ msgstr ""
472
+
473
+ #: classes/settings/class-settings-general.php:101
474
+ msgid "Thumbnail Placeholder"
475
+ msgstr ""
476
+
477
+ #: classes/settings/class-settings-general.php:102
478
+ msgid ""
479
+ "The placeholder will be used if no featured image is set and no images could"
480
+ " be found in the content."
481
+ msgstr ""
482
+
483
+ #: classes/settings/class-settings-general.php:106
484
+ msgid "Placeholder"
485
+ msgstr ""
486
+
487
+ #: classes/settings/class-settings-general.php:107
488
+ msgid ""
489
+ "Thumbnail placeholder, the image that will be used if no other image is "
490
+ "found."
491
+ msgstr ""
492
+
493
  #: classes/settings/class-settings-license.php:18
494
  msgid "License"
495
  msgstr "Licença"
559
  "problems connecting to licensing server."
560
  msgstr "Desabilitar SSL nos pedidos de verificação de licença. Active esta opção caso esteja a ter problemas ao ligar ao nosso servidor de licenciamento."
561
 
562
+ #: classes/settings/class-settings-page.php:212
563
+ msgid "Image URL"
564
+ msgstr ""
565
+
566
+ #: classes/settings/class-settings-page.php:213
567
+ msgid "Upload Image"
568
+ msgstr ""
569
+
570
+ #: classes/settings/class-settings-page.php:468
571
  msgid "ACTIVATED"
572
  msgstr "ACTIVADO"
573
 
574
+ #: classes/settings/class-settings-page.php:470
575
  msgid "NOT ACTIVE"
576
  msgstr "NÃO ACTIVO"
577
 
589
  "need to rerun the installer after changing weights."
590
  msgstr "Facilmente ajuste as prioridades usando os controles abaixo. Por favor, note que você precisa voltar a executar o instalador após trocar as prioridades."
591
 
592
+ #: classes/settings/class-settings-weights.php:29
593
+ #: classes/settings/class-settings-weights.php:33
594
+ msgid "Reset Weight"
595
+ msgstr ""
596
+
597
  #: classes/settings/class-settings-weights.php:30
598
+ msgid ""
599
+ "Reset the weights back to their defaults. Don't forget to Save the Changes "
600
+ "after resetting the weights."
601
+ msgstr ""
602
+
603
+ #: classes/settings/class-settings-weights.php:38
604
  msgid "The weight of the title."
605
  msgstr "A prioridade do título."
606
 
607
+ #: classes/settings/class-settings-weights.php:44
608
  msgid "Links"
609
  msgstr "Links"
610
 
611
+ #: classes/settings/class-settings-weights.php:45
612
  msgid "The weight of the links found in the content."
613
  msgstr "A prioridade dos links encontrados no conteúdo."
614
 
615
+ #: classes/settings/class-settings-weights.php:51
616
  msgid "Categories"
617
  msgstr "Categorias"
618
 
619
+ #: classes/settings/class-settings-weights.php:52
620
  msgid "The weight of the categories."
621
  msgstr "A prioridade das categorias."
622
 
623
+ #: classes/settings/class-settings-weights.php:58
624
  msgid "Tags"
625
  msgstr "Tags"
626
 
627
+ #: classes/settings/class-settings-weights.php:59
628
  msgid "The weight of the tags."
629
  msgstr "A prioridade das tags."
630
 
631
+ #: classes/settings/class-settings-weights.php:65
632
  msgid "Custom Taxonomies"
633
  msgstr "Taxonomias Personalizadas"
634
 
635
+ #: classes/settings/class-settings-weights.php:66
636
  msgid "The weight of custom taxonomies."
637
  msgstr "A prioridade das taxonomias personalizadas."
638
 
639
+ #: classes/settings/class-settings-words.php:18
640
+ msgid "Words"
641
+ msgstr ""
642
+
643
+ #: classes/settings/class-settings-words.php:24
644
+ msgid "Word related options"
645
+ msgstr ""
646
+
647
+ #: classes/settings/class-settings-words.php:25
648
+ msgid ""
649
+ "Control what extra words should be excluded and what word combinations "
650
+ "should be parsed as a single word."
651
+ msgstr ""
652
+
653
+ #: classes/settings/class-settings-words.php:29
654
+ msgid "Extra Ignored Words"
655
+ msgstr ""
656
+
657
+ #: classes/settings/class-settings-words.php:30
658
+ msgid ""
659
+ "By default we already ignore a lot of words based on your language that are "
660
+ "not related to your content. In English this would be words like %s and %s."
661
+ msgstr ""
662
+
663
+ #: classes/settings/class-settings-words.php:30
664
+ msgid "Add the extra words you would to ignore here, one word per row."
665
+ msgstr ""
666
+
667
+ #: classes/settings/class-settings-words.php:36
668
+ msgid "Joined Words"
669
+ msgstr ""
670
+
671
+ #: classes/settings/class-settings-words.php:37
672
+ msgid ""
673
+ "By default we split content per word but some word combinations should be "
674
+ "considered as one word. An example of this would be %s."
675
+ msgstr ""
676
+
677
+ #: classes/settings/class-settings-words.php:37
678
+ msgid "Add your joined words here, one joined word per row."
679
+ msgstr ""
680
+
681
  #: includes/updater/class-rp4wp-updater.php:131
682
  msgid "Hide notice"
683
  msgstr "Esconder mensagem"
695
  msgstr "A melhor maneira de mostrar posts relacionados no WordPress."
696
 
697
  #. Author of the plugin/theme
698
+ msgid "Never5"
699
+ msgstr ""
700
 
701
  #. Author URI of the plugin/theme
702
+ msgid "http://www.never5.com/"
703
+ msgstr ""
languages/related-posts-for-wp-sr_RS.mo CHANGED
Binary file
languages/related-posts-for-wp-sr_RS.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Barry Kooij
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
- "POT-Creation-Date: 2015-05-31 09:56:12+00:00\n"
11
- "PO-Revision-Date: 2015-06-07 19:41+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Serbian (Serbia) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/sr_RS/)\n"
14
  "MIME-Version: 1.0\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: sr_RS\n"
18
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
- "X-Generator: grunt-wp-i18n 0.4.8\n"
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
@@ -32,10 +32,30 @@ msgstr "%sНастави са инсталацијом%s или %sугаси о
32
  msgid "Are you sure you want to delete this related post?"
33
  msgstr "Да ли сте сигурни да желите да избришете овај повезани чланак?"
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  #: classes/class-link-related-table.php:45
36
  #: classes/hooks/class-hook-settings-page.php:20
37
  #: classes/meta-boxes/class-meta-box-manage.php:37
38
- #: classes/settings/class-settings-general.php:59
39
  msgid "Related Posts"
40
  msgstr "Повезани чланци"
41
 
@@ -44,30 +64,34 @@ msgid "All Posts"
44
  msgstr "Сви чланци"
45
 
46
  #: classes/class-link-related-table.php:95
47
- #: classes/settings/class-settings-weights.php:29
48
  msgid "Title"
49
  msgstr "Наслов"
50
 
51
  #: classes/class-link-related-table.php:96
52
- #: classes/hooks/class-hook-page-install.php:168
53
- #: classes/hooks/class-hook-settings-page.php:152
54
  msgid "Post Type"
55
  msgstr "Post Type"
56
 
57
- #: classes/class-link-related-table.php:260
 
 
 
 
58
  msgid "Link Post"
59
  msgstr "Повежи чланак"
60
 
61
- #: classes/class-link-related-table.php:268
62
  msgid "View Post"
63
  msgstr ""
64
 
65
- #: classes/class-link-related-table.php:299
66
  msgid "Link Posts"
67
  msgstr "Повежи чланке"
68
 
69
  #: classes/class-post-type-manager.php:21
70
- #: classes/hooks/class-hook-link-related-screen.php:155
71
  msgid "Posts"
72
  msgstr "Чланци"
73
 
@@ -87,46 +111,46 @@ msgstr "Прикажи повезане чланке."
87
  msgid "Settings"
88
  msgstr "Подешавања"
89
 
90
- #: classes/hooks/class-hook-link-related-screen.php:157
91
  msgid "Cancel linking"
92
  msgstr "Прекини линковање"
93
 
94
- #: classes/hooks/class-hook-link-related-screen.php:173
95
  msgid "Search"
96
  msgstr "Претражи"
97
 
98
- #: classes/hooks/class-hook-page-install.php:57
99
  msgid "Welcome"
100
  msgstr "Добродошли"
101
 
102
- #: classes/hooks/class-hook-page-install.php:58
103
  msgid "Caching Posts"
104
  msgstr "Кеширани чланци"
105
 
106
- #: classes/hooks/class-hook-page-install.php:59
107
  msgid "Linking Posts"
108
  msgstr "Повезани чланци"
109
 
110
- #: classes/hooks/class-hook-page-install.php:60
111
  msgid "Finished"
112
  msgstr "Завршено."
113
 
114
- #: classes/hooks/class-hook-page-install.php:71
115
  msgid ""
116
  "Missing post type parameter, please report this incident via %sour "
117
  "website%s."
118
  msgstr ""
119
 
120
- #: classes/hooks/class-hook-page-install.php:102
121
  msgid "Installation"
122
  msgstr "Инсталација"
123
 
124
- #: classes/hooks/class-hook-page-install.php:149
125
- #: classes/hooks/class-hook-page-install.php:228
126
  msgid "Thank you for choosing Related Posts for WordPress!"
127
  msgstr "Хвала што сте изабрали Повезане чланке за Вордпрес!"
128
 
129
- #: classes/hooks/class-hook-page-install.php:150
130
  msgid ""
131
  "Below you'll find your post types available for installation, by installing "
132
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -134,152 +158,150 @@ msgid ""
134
  "Type' button."
135
  msgstr "Испод ћете наћи ваше доступне post types за инсталацију, инсталирањем post type ми ћемо све кеширати и понудити Вам могућност да аутоматски повежете (подешене) чланке. Да инсталирате post type, једноставно кликните 'Инсталирај Post Type' дугме."
136
 
137
- #: classes/hooks/class-hook-page-install.php:169
138
  msgid "Related to Post Types"
139
  msgstr ""
140
 
141
- #: classes/hooks/class-hook-page-install.php:204
142
- msgid "Edit"
143
  msgstr ""
144
 
145
- #: classes/hooks/class-hook-page-install.php:229
146
  msgid ""
147
  "Before you can start using Related Posts for WordPress we need to cache your"
148
  " current posts."
149
  msgstr "Пре него што почнете са коришћењем Повезаних чланака за Вордпрес морамо да кеширамо све Ваше чланке."
150
 
151
- #: classes/hooks/class-hook-page-install.php:230
152
  msgid ""
153
  "This is a one time process which might take some time now, depending on the "
154
  "amount of posts you have, but will ensure your website's performance when "
155
  "using the plugin."
156
  msgstr "Ово је процес који може да узме мало више времена сада, зависно од броја Ваших чланака, али ће осигурати боље перформансе Вашег вебсајта када се додатак користи."
157
 
158
- #: classes/hooks/class-hook-page-install.php:232
159
  msgid ""
160
  "Do NOT close this window, wait for this process to finish and this wizard to"
161
  " take you to the next step."
162
  msgstr "Немојте да затварате овај прозор, сачекајте да се процес заврши и да вас одведе на следећи корак."
163
 
164
- #: classes/hooks/class-hook-page-install.php:266
165
  msgid "Great! All your posts were successfully cached!"
166
  msgstr "Одлично! Сви твоји чланци су успешно кеширани!"
167
 
168
- #: classes/hooks/class-hook-page-install.php:267
169
  msgid ""
170
  "You can let me link your posts, based on what I think is related, to each "
171
  "other. And don't worry, if I made a mistake at one of your posts you can "
172
  "easily correct this by editing it manually!"
173
  msgstr "Можете ме пустити да повежем Ваше чланке, судећи по томе како ја мислим да треба бити повезани. И не брините, ако погрешим, увек можете ручно исправити!"
174
 
175
- #: classes/hooks/class-hook-page-install.php:268
176
  msgid ""
177
  "Want me to start linking posts to each other? Fill in the amount of related "
178
  "posts each post should have and click on the \"Link now\" button. Rather "
179
  "link your posts manually? Click \"Skip linking\"."
180
  msgstr "Желите да отпочнемо са повезивањем чланака? Попуните колико повезаних чланака сваки чланак треба да има и кликните ”Повежи сада” дугме. Ипак желите сами да повежите своје чланке? Кликните ”Прескочи повезивање”."
181
 
182
- #: classes/hooks/class-hook-page-install.php:269
183
  msgid ""
184
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
185
  " process to finish and this wizard to take you to the next step."
186
  msgstr "Немојте да затварате овај прозор, сачекајте да се процес заврши и да вас одведе на следећи корак."
187
 
188
- #: classes/hooks/class-hook-page-install.php:275
189
  msgid "Amount of related posts:"
190
  msgstr ""
191
 
192
- #: classes/hooks/class-hook-page-install.php:277
193
  msgid "The amount of related items per %s"
194
  msgstr ""
195
 
196
- #: classes/hooks/class-hook-page-install.php:282
197
  msgid "Maximum Post Age:"
198
  msgstr ""
199
 
200
- #: classes/hooks/class-hook-page-install.php:284
201
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
202
  msgstr ""
203
 
204
- #: classes/hooks/class-hook-page-install.php:290
205
  msgid "Link now"
206
  msgstr "Повежи сада"
207
 
208
- #: classes/hooks/class-hook-page-install.php:291
209
  msgid "Skip linking"
210
  msgstr "Прескочи повезивање"
211
 
212
- #: classes/hooks/class-hook-page-install.php:309
213
  msgid "That's it, you're good to go!"
214
  msgstr "То је то, готово је за сада!"
215
 
216
- #: classes/hooks/class-hook-page-install.php:310
217
  msgid ""
218
  "Thanks again for using Related Posts for WordPress and if you have any "
219
  "questions be sure to ask them at the %sWordPress.org forums.%s"
220
  msgstr "Хвала још једном што користите Повезане чланке за Вордпрес и ако имате питања слободно их поставите на %sWordPress.org forums.%s"
221
 
222
- #: classes/hooks/class-hook-page-install.php:313
223
  msgid "Click here to return to step 1"
224
  msgstr "Кликните овде за повратак на корак 1"
225
 
226
- #: classes/hooks/class-hook-page-install.php:319
227
  msgid "Click here to go to the settings page"
228
  msgstr "Кликните овде за страницу са подешавањима"
229
 
230
- #: classes/hooks/class-hook-settings-page.php:57
231
  msgid "Plugin version"
232
  msgstr "Верзија додатка"
233
 
234
- #: classes/hooks/class-hook-settings-page.php:63
235
  msgid ""
236
  "Got a question? Simply send us an email at "
237
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
238
  "active license."
239
  msgstr ""
240
 
241
- #: classes/hooks/class-hook-settings-page.php:67
242
  msgid "More information"
243
  msgstr "Више информација"
244
 
245
- #: classes/hooks/class-hook-settings-page.php:69
246
  msgid "<a href='%s'>Documentation</a>"
247
  msgstr ""
248
 
249
- #: classes/hooks/class-hook-settings-page.php:71
250
  msgid "<a href='%s'>Changelog</a>"
251
  msgstr ""
252
 
253
- #: classes/hooks/class-hook-settings-page.php:73
254
  msgid "<a href='%s'>Give us a review</a>"
255
  msgstr "<a href='%s'>Дајте нам рецензију</a>"
256
 
257
- #: classes/hooks/class-hook-settings-page.php:78
258
- msgid "About the developer"
259
- msgstr "О програмеру"
260
 
261
- #: classes/hooks/class-hook-settings-page.php:80
262
- msgid ""
263
- "Barry is a WordPress developer that works on WooCommerce and is the author "
264
- "of various WordPress plugins that include Related Posts for WordPress, Post "
265
- "Connector and What The File."
266
  msgstr ""
267
 
268
- #: classes/hooks/class-hook-settings-page.php:82
269
  msgid ""
270
- "Barry likes contributing to open source projects and visiting WordCamps and "
271
- "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
 
272
  msgstr ""
273
 
274
- #: classes/hooks/class-hook-settings-page.php:84
275
- msgid "%sFollow Barry on Twitter%s."
276
  msgstr ""
277
 
278
- #: classes/hooks/class-hook-settings-page.php:110
279
  msgid "General"
280
  msgstr "Опште"
281
 
282
- #: classes/hooks/class-hook-settings-page.php:130
283
  msgid "Installer"
284
  msgstr "Инсталациони програм"
285
 
@@ -287,17 +309,17 @@ msgstr "Инсталациони програм"
287
  msgid "Add Related Posts"
288
  msgstr "Додај Повезани чланак"
289
 
290
- #: classes/meta-boxes/class-meta-box-manage.php:103
291
- #: classes/meta-boxes/class-meta-box-manage.php:104
292
  msgid "Edit Post"
293
  msgstr "Уреди чланак"
294
 
295
- #: classes/meta-boxes/class-meta-box-manage.php:106
296
- #: classes/meta-boxes/class-meta-box-manage.php:107
297
  msgid "Unlink Related Post"
298
  msgstr "Прекини везу Повезаних чланака"
299
 
300
- #: classes/meta-boxes/class-meta-box-manage.php:120
301
  msgid "No related posts found."
302
  msgstr "Нема пронађених повезаних чланака."
303
 
@@ -305,7 +327,7 @@ msgstr "Нема пронађених повезаних чланака."
305
  msgid "Related Posts Options"
306
  msgstr ""
307
 
308
- #: classes/meta-boxes/class-meta-box-options.php:59
309
  msgid "Exclude"
310
  msgstr ""
311
 
@@ -382,35 +404,91 @@ msgstr ""
382
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
383
  msgstr ""
384
 
385
- #: classes/settings/class-settings-general.php:51
386
  msgid "Frontend Settings"
387
  msgstr "Подешавања корисничког интерфејса"
388
 
389
- #: classes/settings/class-settings-general.php:52
390
  msgid ""
391
  "The following options affect how related %ss are displayed on the frontend."
392
  msgstr "Опције које следе утичу на то како ће повезани %s бити приказани у корисничком интерфејсу."
393
 
394
- #: classes/settings/class-settings-general.php:56
395
  msgid "Heading text"
396
  msgstr "Главни текст"
397
 
398
- #: classes/settings/class-settings-general.php:57
399
  msgid ""
400
  "The text that is displayed above the related %ss. To disable, leave field "
401
  "empty."
402
  msgstr "Текст који се приказује изнад повезаних %s. Да онемогућите, оставите празно поље."
403
 
404
- #: classes/settings/class-settings-general.php:63
405
  msgid "Excerpt length"
406
  msgstr "Дужина одломка"
407
 
408
- #: classes/settings/class-settings-general.php:64
409
  msgid ""
410
  "The amount of words to be displayed below the title on website. To disable, "
411
  "set value to 0."
412
  msgstr "Број речи које се приказују испод наслова на вебсајту. Да онемогућите, поставите вредност на 0."
413
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  #: classes/settings/class-settings-license.php:18
415
  msgid "License"
416
  msgstr ""
@@ -480,11 +558,19 @@ msgid ""
480
  "problems connecting to licensing server."
481
  msgstr ""
482
 
483
- #: classes/settings/class-settings-page.php:448
 
 
 
 
 
 
 
 
484
  msgid "ACTIVATED"
485
  msgstr ""
486
 
487
- #: classes/settings/class-settings-page.php:450
488
  msgid "NOT ACTIVE"
489
  msgstr ""
490
 
@@ -502,42 +588,95 @@ msgid ""
502
  "need to rerun the installer after changing weights."
503
  msgstr ""
504
 
 
 
 
 
 
505
  #: classes/settings/class-settings-weights.php:30
 
 
 
 
 
 
506
  msgid "The weight of the title."
507
  msgstr ""
508
 
509
- #: classes/settings/class-settings-weights.php:36
510
  msgid "Links"
511
  msgstr ""
512
 
513
- #: classes/settings/class-settings-weights.php:37
514
  msgid "The weight of the links found in the content."
515
  msgstr ""
516
 
517
- #: classes/settings/class-settings-weights.php:43
518
  msgid "Categories"
519
  msgstr ""
520
 
521
- #: classes/settings/class-settings-weights.php:44
522
  msgid "The weight of the categories."
523
  msgstr ""
524
 
525
- #: classes/settings/class-settings-weights.php:50
526
  msgid "Tags"
527
  msgstr ""
528
 
529
- #: classes/settings/class-settings-weights.php:51
530
  msgid "The weight of the tags."
531
  msgstr ""
532
 
533
- #: classes/settings/class-settings-weights.php:57
534
  msgid "Custom Taxonomies"
535
  msgstr ""
536
 
537
- #: classes/settings/class-settings-weights.php:58
538
  msgid "The weight of custom taxonomies."
539
  msgstr ""
540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
  #: includes/updater/class-rp4wp-updater.php:131
542
  msgid "Hide notice"
543
  msgstr "Сакриј обавештење"
@@ -555,9 +694,9 @@ msgid "The best way to display related posts in WordPress."
555
  msgstr "Најбољи начин да прикажете повезане чланке у Вордпресу."
556
 
557
  #. Author of the plugin/theme
558
- msgid "Barry Kooij"
559
- msgstr "Barry Kooij"
560
 
561
  #. Author URI of the plugin/theme
562
- msgid "http://www.barrykooij.com/"
563
- msgstr "http://www.barrykooij.com/"
1
+ # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
+ "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
11
+ "PO-Revision-Date: 2016-08-25 13:54+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Serbian (Serbia) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/sr_RS/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: sr_RS\n"
18
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
32
  msgid "Are you sure you want to delete this related post?"
33
  msgstr "Да ли сте сигурни да желите да избришете овај повезани чланак?"
34
 
35
+ #: classes/class-javascript-strings.php:15
36
+ msgid "Delete this post type"
37
+ msgstr ""
38
+
39
+ #: classes/class-javascript-strings.php:16
40
+ msgid "Relink related posts"
41
+ msgstr ""
42
+
43
+ #: classes/class-javascript-strings.php:17
44
+ msgid "Reinstall this post type"
45
+ msgstr ""
46
+
47
+ #: classes/class-javascript-strings.php:18
48
+ msgid "Save post type"
49
+ msgstr ""
50
+
51
+ #: classes/class-javascript-strings.php:19
52
+ msgid "Add post type"
53
+ msgstr ""
54
+
55
  #: classes/class-link-related-table.php:45
56
  #: classes/hooks/class-hook-settings-page.php:20
57
  #: classes/meta-boxes/class-meta-box-manage.php:37
58
+ #: classes/settings/class-settings-general.php:60
59
  msgid "Related Posts"
60
  msgstr "Повезани чланци"
61
 
64
  msgstr "Сви чланци"
65
 
66
  #: classes/class-link-related-table.php:95
67
+ #: classes/settings/class-settings-weights.php:37
68
  msgid "Title"
69
  msgstr "Наслов"
70
 
71
  #: classes/class-link-related-table.php:96
72
+ #: classes/hooks/class-hook-page-install.php:187
73
+ #: classes/hooks/class-hook-settings-page.php:155
74
  msgid "Post Type"
75
  msgstr "Post Type"
76
 
77
+ #: classes/class-link-related-table.php:97
78
+ msgid "Post Date"
79
+ msgstr ""
80
+
81
+ #: classes/class-link-related-table.php:270
82
  msgid "Link Post"
83
  msgstr "Повежи чланак"
84
 
85
+ #: classes/class-link-related-table.php:278
86
  msgid "View Post"
87
  msgstr ""
88
 
89
+ #: classes/class-link-related-table.php:317
90
  msgid "Link Posts"
91
  msgstr "Повежи чланке"
92
 
93
  #: classes/class-post-type-manager.php:21
94
+ #: classes/hooks/class-hook-link-related-screen.php:187
95
  msgid "Posts"
96
  msgstr "Чланци"
97
 
111
  msgid "Settings"
112
  msgstr "Подешавања"
113
 
114
+ #: classes/hooks/class-hook-link-related-screen.php:189
115
  msgid "Cancel linking"
116
  msgstr "Прекини линковање"
117
 
118
+ #: classes/hooks/class-hook-link-related-screen.php:205
119
  msgid "Search"
120
  msgstr "Претражи"
121
 
122
+ #: classes/hooks/class-hook-page-install.php:59
123
  msgid "Welcome"
124
  msgstr "Добродошли"
125
 
126
+ #: classes/hooks/class-hook-page-install.php:60
127
  msgid "Caching Posts"
128
  msgstr "Кеширани чланци"
129
 
130
+ #: classes/hooks/class-hook-page-install.php:61
131
  msgid "Linking Posts"
132
  msgstr "Повезани чланци"
133
 
134
+ #: classes/hooks/class-hook-page-install.php:62
135
  msgid "Finished"
136
  msgstr "Завршено."
137
 
138
+ #: classes/hooks/class-hook-page-install.php:78
139
  msgid ""
140
  "Missing post type parameter, please report this incident via %sour "
141
  "website%s."
142
  msgstr ""
143
 
144
+ #: classes/hooks/class-hook-page-install.php:121
145
  msgid "Installation"
146
  msgstr "Инсталација"
147
 
148
+ #: classes/hooks/class-hook-page-install.php:168
149
+ #: classes/hooks/class-hook-page-install.php:247
150
  msgid "Thank you for choosing Related Posts for WordPress!"
151
  msgstr "Хвала што сте изабрали Повезане чланке за Вордпрес!"
152
 
153
+ #: classes/hooks/class-hook-page-install.php:169
154
  msgid ""
155
  "Below you'll find your post types available for installation, by installing "
156
  "a post type we'll set up a cache and offer you the ability to automatic link"
158
  "Type' button."
159
  msgstr "Испод ћете наћи ваше доступне post types за инсталацију, инсталирањем post type ми ћемо све кеширати и понудити Вам могућност да аутоматски повежете (подешене) чланке. Да инсталирате post type, једноставно кликните 'Инсталирај Post Type' дугме."
160
 
161
+ #: classes/hooks/class-hook-page-install.php:188
162
  msgid "Related to Post Types"
163
  msgstr ""
164
 
165
+ #: classes/hooks/class-hook-page-install.php:223
166
+ msgid "Edit this post type"
167
  msgstr ""
168
 
169
+ #: classes/hooks/class-hook-page-install.php:248
170
  msgid ""
171
  "Before you can start using Related Posts for WordPress we need to cache your"
172
  " current posts."
173
  msgstr "Пре него што почнете са коришћењем Повезаних чланака за Вордпрес морамо да кеширамо све Ваше чланке."
174
 
175
+ #: classes/hooks/class-hook-page-install.php:249
176
  msgid ""
177
  "This is a one time process which might take some time now, depending on the "
178
  "amount of posts you have, but will ensure your website's performance when "
179
  "using the plugin."
180
  msgstr "Ово је процес који може да узме мало више времена сада, зависно од броја Ваших чланака, али ће осигурати боље перформансе Вашег вебсајта када се додатак користи."
181
 
182
+ #: classes/hooks/class-hook-page-install.php:251
183
  msgid ""
184
  "Do NOT close this window, wait for this process to finish and this wizard to"
185
  " take you to the next step."
186
  msgstr "Немојте да затварате овај прозор, сачекајте да се процес заврши и да вас одведе на следећи корак."
187
 
188
+ #: classes/hooks/class-hook-page-install.php:285
189
  msgid "Great! All your posts were successfully cached!"
190
  msgstr "Одлично! Сви твоји чланци су успешно кеширани!"
191
 
192
+ #: classes/hooks/class-hook-page-install.php:286
193
  msgid ""
194
  "You can let me link your posts, based on what I think is related, to each "
195
  "other. And don't worry, if I made a mistake at one of your posts you can "
196
  "easily correct this by editing it manually!"
197
  msgstr "Можете ме пустити да повежем Ваше чланке, судећи по томе како ја мислим да треба бити повезани. И не брините, ако погрешим, увек можете ручно исправити!"
198
 
199
+ #: classes/hooks/class-hook-page-install.php:287
200
  msgid ""
201
  "Want me to start linking posts to each other? Fill in the amount of related "
202
  "posts each post should have and click on the \"Link now\" button. Rather "
203
  "link your posts manually? Click \"Skip linking\"."
204
  msgstr "Желите да отпочнемо са повезивањем чланака? Попуните колико повезаних чланака сваки чланак треба да има и кликните ”Повежи сада” дугме. Ипак желите сами да повежите своје чланке? Кликните ”Прескочи повезивање”."
205
 
206
+ #: classes/hooks/class-hook-page-install.php:288
207
  msgid ""
208
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
209
  " process to finish and this wizard to take you to the next step."
210
  msgstr "Немојте да затварате овај прозор, сачекајте да се процес заврши и да вас одведе на следећи корак."
211
 
212
+ #: classes/hooks/class-hook-page-install.php:295
213
  msgid "Amount of related posts:"
214
  msgstr ""
215
 
216
+ #: classes/hooks/class-hook-page-install.php:299
217
  msgid "The amount of related items per %s"
218
  msgstr ""
219
 
220
+ #: classes/hooks/class-hook-page-install.php:305
221
  msgid "Maximum Post Age:"
222
  msgstr ""
223
 
224
+ #: classes/hooks/class-hook-page-install.php:309
225
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
226
  msgstr ""
227
 
228
+ #: classes/hooks/class-hook-page-install.php:316
229
  msgid "Link now"
230
  msgstr "Повежи сада"
231
 
232
+ #: classes/hooks/class-hook-page-install.php:318
233
  msgid "Skip linking"
234
  msgstr "Прескочи повезивање"
235
 
236
+ #: classes/hooks/class-hook-page-install.php:336
237
  msgid "That's it, you're good to go!"
238
  msgstr "То је то, готово је за сада!"
239
 
240
+ #: classes/hooks/class-hook-page-install.php:337
241
  msgid ""
242
  "Thanks again for using Related Posts for WordPress and if you have any "
243
  "questions be sure to ask them at the %sWordPress.org forums.%s"
244
  msgstr "Хвала још једном што користите Повезане чланке за Вордпрес и ако имате питања слободно их поставите на %sWordPress.org forums.%s"
245
 
246
+ #: classes/hooks/class-hook-page-install.php:340
247
  msgid "Click here to return to step 1"
248
  msgstr "Кликните овде за повратак на корак 1"
249
 
250
+ #: classes/hooks/class-hook-page-install.php:346
251
  msgid "Click here to go to the settings page"
252
  msgstr "Кликните овде за страницу са подешавањима"
253
 
254
+ #: classes/hooks/class-hook-settings-page.php:58
255
  msgid "Plugin version"
256
  msgstr "Верзија додатка"
257
 
258
+ #: classes/hooks/class-hook-settings-page.php:64
259
  msgid ""
260
  "Got a question? Simply send us an email at "
261
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
262
  "active license."
263
  msgstr ""
264
 
265
+ #: classes/hooks/class-hook-settings-page.php:68
266
  msgid "More information"
267
  msgstr "Више информација"
268
 
269
+ #: classes/hooks/class-hook-settings-page.php:70
270
  msgid "<a href='%s'>Documentation</a>"
271
  msgstr ""
272
 
273
+ #: classes/hooks/class-hook-settings-page.php:72
274
  msgid "<a href='%s'>Changelog</a>"
275
  msgstr ""
276
 
277
+ #: classes/hooks/class-hook-settings-page.php:74
278
  msgid "<a href='%s'>Give us a review</a>"
279
  msgstr "<a href='%s'>Дајте нам рецензију</a>"
280
 
281
+ #: classes/hooks/class-hook-settings-page.php:76
282
+ msgid "Check out our other plugins at Never5.com"
283
+ msgstr ""
284
 
285
+ #: classes/hooks/class-hook-settings-page.php:81
286
+ msgid "About Never5"
 
 
 
287
  msgstr ""
288
 
289
+ #: classes/hooks/class-hook-settings-page.php:85
290
  msgid ""
291
+ "At %sNever5%s we create high quality premium WordPress plugins, with "
292
+ "extensive support. We offer solutions in related posts, advanced download "
293
+ "management, vehicle management and connecting post types."
294
  msgstr ""
295
 
296
+ #: classes/hooks/class-hook-settings-page.php:87
297
+ msgid "%sFollow Never5 on Twitter%s"
298
  msgstr ""
299
 
300
+ #: classes/hooks/class-hook-settings-page.php:113
301
  msgid "General"
302
  msgstr "Опште"
303
 
304
+ #: classes/hooks/class-hook-settings-page.php:133
305
  msgid "Installer"
306
  msgstr "Инсталациони програм"
307
 
309
  msgid "Add Related Posts"
310
  msgstr "Додај Повезани чланак"
311
 
312
+ #: classes/meta-boxes/class-meta-box-manage.php:108
313
+ #: classes/meta-boxes/class-meta-box-manage.php:109
314
  msgid "Edit Post"
315
  msgstr "Уреди чланак"
316
 
317
+ #: classes/meta-boxes/class-meta-box-manage.php:111
318
+ #: classes/meta-boxes/class-meta-box-manage.php:112
319
  msgid "Unlink Related Post"
320
  msgstr "Прекини везу Повезаних чланака"
321
 
322
+ #: classes/meta-boxes/class-meta-box-manage.php:125
323
  msgid "No related posts found."
324
  msgstr "Нема пронађених повезаних чланака."
325
 
327
  msgid "Related Posts Options"
328
  msgstr ""
329
 
330
+ #: classes/meta-boxes/class-meta-box-options.php:62
331
  msgid "Exclude"
332
  msgstr ""
333
 
404
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
405
  msgstr ""
406
 
407
+ #: classes/settings/class-settings-general.php:52
408
  msgid "Frontend Settings"
409
  msgstr "Подешавања корисничког интерфејса"
410
 
411
+ #: classes/settings/class-settings-general.php:53
412
  msgid ""
413
  "The following options affect how related %ss are displayed on the frontend."
414
  msgstr "Опције које следе утичу на то како ће повезани %s бити приказани у корисничком интерфејсу."
415
 
416
+ #: classes/settings/class-settings-general.php:57
417
  msgid "Heading text"
418
  msgstr "Главни текст"
419
 
420
+ #: classes/settings/class-settings-general.php:58
421
  msgid ""
422
  "The text that is displayed above the related %ss. To disable, leave field "
423
  "empty."
424
  msgstr "Текст који се приказује изнад повезаних %s. Да онемогућите, оставите празно поље."
425
 
426
+ #: classes/settings/class-settings-general.php:64
427
  msgid "Excerpt length"
428
  msgstr "Дужина одломка"
429
 
430
+ #: classes/settings/class-settings-general.php:65
431
  msgid ""
432
  "The amount of words to be displayed below the title on website. To disable, "
433
  "set value to 0."
434
  msgstr "Број речи које се приказују испод наслова на вебсајту. Да онемогућите, поставите вредност на 0."
435
 
436
+ #: classes/settings/class-settings-general.php:73
437
+ msgid "Thumbnail size"
438
+ msgstr ""
439
+
440
+ #: classes/settings/class-settings-general.php:74
441
+ msgid ""
442
+ "These settings affect the display and dimensions of your related post "
443
+ "thumbnails – the display on the front-end will still be affected by CSS "
444
+ "styles. After changing these settings you may need to %sregenerate your "
445
+ "thumbnails.%s"
446
+ msgstr ""
447
+
448
+ #: classes/settings/class-settings-general.php:78
449
+ msgid "Width"
450
+ msgstr ""
451
+
452
+ #: classes/settings/class-settings-general.php:79
453
+ msgid "Thumbnail's width in pixels."
454
+ msgstr ""
455
+
456
+ #: classes/settings/class-settings-general.php:85
457
+ msgid "Height"
458
+ msgstr ""
459
+
460
+ #: classes/settings/class-settings-general.php:86
461
+ msgid "Thumbnail's height in pixels."
462
+ msgstr ""
463
+
464
+ #: classes/settings/class-settings-general.php:92
465
+ msgid "Crop"
466
+ msgstr ""
467
+
468
+ #: classes/settings/class-settings-general.php:93
469
+ msgid "Crop the image from the center."
470
+ msgstr ""
471
+
472
+ #: classes/settings/class-settings-general.php:101
473
+ msgid "Thumbnail Placeholder"
474
+ msgstr ""
475
+
476
+ #: classes/settings/class-settings-general.php:102
477
+ msgid ""
478
+ "The placeholder will be used if no featured image is set and no images could"
479
+ " be found in the content."
480
+ msgstr ""
481
+
482
+ #: classes/settings/class-settings-general.php:106
483
+ msgid "Placeholder"
484
+ msgstr ""
485
+
486
+ #: classes/settings/class-settings-general.php:107
487
+ msgid ""
488
+ "Thumbnail placeholder, the image that will be used if no other image is "
489
+ "found."
490
+ msgstr ""
491
+
492
  #: classes/settings/class-settings-license.php:18
493
  msgid "License"
494
  msgstr ""
558
  "problems connecting to licensing server."
559
  msgstr ""
560
 
561
+ #: classes/settings/class-settings-page.php:212
562
+ msgid "Image URL"
563
+ msgstr ""
564
+
565
+ #: classes/settings/class-settings-page.php:213
566
+ msgid "Upload Image"
567
+ msgstr ""
568
+
569
+ #: classes/settings/class-settings-page.php:468
570
  msgid "ACTIVATED"
571
  msgstr ""
572
 
573
+ #: classes/settings/class-settings-page.php:470
574
  msgid "NOT ACTIVE"
575
  msgstr ""
576
 
588
  "need to rerun the installer after changing weights."
589
  msgstr ""
590
 
591
+ #: classes/settings/class-settings-weights.php:29
592
+ #: classes/settings/class-settings-weights.php:33
593
+ msgid "Reset Weight"
594
+ msgstr ""
595
+
596
  #: classes/settings/class-settings-weights.php:30
597
+ msgid ""
598
+ "Reset the weights back to their defaults. Don't forget to Save the Changes "
599
+ "after resetting the weights."
600
+ msgstr ""
601
+
602
+ #: classes/settings/class-settings-weights.php:38
603
  msgid "The weight of the title."
604
  msgstr ""
605
 
606
+ #: classes/settings/class-settings-weights.php:44
607
  msgid "Links"
608
  msgstr ""
609
 
610
+ #: classes/settings/class-settings-weights.php:45
611
  msgid "The weight of the links found in the content."
612
  msgstr ""
613
 
614
+ #: classes/settings/class-settings-weights.php:51
615
  msgid "Categories"
616
  msgstr ""
617
 
618
+ #: classes/settings/class-settings-weights.php:52
619
  msgid "The weight of the categories."
620
  msgstr ""
621
 
622
+ #: classes/settings/class-settings-weights.php:58
623
  msgid "Tags"
624
  msgstr ""
625
 
626
+ #: classes/settings/class-settings-weights.php:59
627
  msgid "The weight of the tags."
628
  msgstr ""
629
 
630
+ #: classes/settings/class-settings-weights.php:65
631
  msgid "Custom Taxonomies"
632
  msgstr ""
633
 
634
+ #: classes/settings/class-settings-weights.php:66
635
  msgid "The weight of custom taxonomies."
636
  msgstr ""
637
 
638
+ #: classes/settings/class-settings-words.php:18
639
+ msgid "Words"
640
+ msgstr ""
641
+
642
+ #: classes/settings/class-settings-words.php:24
643
+ msgid "Word related options"
644
+ msgstr ""
645
+
646
+ #: classes/settings/class-settings-words.php:25
647
+ msgid ""
648
+ "Control what extra words should be excluded and what word combinations "
649
+ "should be parsed as a single word."
650
+ msgstr ""
651
+
652
+ #: classes/settings/class-settings-words.php:29
653
+ msgid "Extra Ignored Words"
654
+ msgstr ""
655
+
656
+ #: classes/settings/class-settings-words.php:30
657
+ msgid ""
658
+ "By default we already ignore a lot of words based on your language that are "
659
+ "not related to your content. In English this would be words like %s and %s."
660
+ msgstr ""
661
+
662
+ #: classes/settings/class-settings-words.php:30
663
+ msgid "Add the extra words you would to ignore here, one word per row."
664
+ msgstr ""
665
+
666
+ #: classes/settings/class-settings-words.php:36
667
+ msgid "Joined Words"
668
+ msgstr ""
669
+
670
+ #: classes/settings/class-settings-words.php:37
671
+ msgid ""
672
+ "By default we split content per word but some word combinations should be "
673
+ "considered as one word. An example of this would be %s."
674
+ msgstr ""
675
+
676
+ #: classes/settings/class-settings-words.php:37
677
+ msgid "Add your joined words here, one joined word per row."
678
+ msgstr ""
679
+
680
  #: includes/updater/class-rp4wp-updater.php:131
681
  msgid "Hide notice"
682
  msgstr "Сакриј обавештење"
694
  msgstr "Најбољи начин да прикажете повезане чланке у Вордпресу."
695
 
696
  #. Author of the plugin/theme
697
+ msgid "Never5"
698
+ msgstr ""
699
 
700
  #. Author URI of the plugin/theme
701
+ msgid "http://www.never5.com/"
702
+ msgstr ""
languages/related-posts-for-wp-sv_SE.mo CHANGED
Binary file
languages/related-posts-for-wp-sv_SE.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Barry Kooij
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
- "POT-Creation-Date: 2015-05-31 09:56:12+00:00\n"
11
- "PO-Revision-Date: 2015-06-07 19:41+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/sv_SE/)\n"
14
  "MIME-Version: 1.0\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: sv_SE\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: grunt-wp-i18n 0.4.8\n"
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
@@ -32,10 +32,30 @@ msgstr "%sÅteruppta installationsguiden%s eller %savfärda detta meddelande%s"
32
  msgid "Are you sure you want to delete this related post?"
33
  msgstr "Är du säker på att du vill radera det här relaterade inlägget?"
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  #: classes/class-link-related-table.php:45
36
  #: classes/hooks/class-hook-settings-page.php:20
37
  #: classes/meta-boxes/class-meta-box-manage.php:37
38
- #: classes/settings/class-settings-general.php:59
39
  msgid "Related Posts"
40
  msgstr "Relaterade inlägg"
41
 
@@ -44,30 +64,34 @@ msgid "All Posts"
44
  msgstr "Alla inlägg"
45
 
46
  #: classes/class-link-related-table.php:95
47
- #: classes/settings/class-settings-weights.php:29
48
  msgid "Title"
49
  msgstr "Rubrik"
50
 
51
  #: classes/class-link-related-table.php:96
52
- #: classes/hooks/class-hook-page-install.php:168
53
- #: classes/hooks/class-hook-settings-page.php:152
54
  msgid "Post Type"
55
  msgstr "Posttyp"
56
 
57
- #: classes/class-link-related-table.php:260
 
 
 
 
58
  msgid "Link Post"
59
  msgstr "Länka inlägg"
60
 
61
- #: classes/class-link-related-table.php:268
62
  msgid "View Post"
63
  msgstr ""
64
 
65
- #: classes/class-link-related-table.php:299
66
  msgid "Link Posts"
67
  msgstr "Länka inlägg"
68
 
69
  #: classes/class-post-type-manager.php:21
70
- #: classes/hooks/class-hook-link-related-screen.php:155
71
  msgid "Posts"
72
  msgstr "Inlägg"
73
 
@@ -87,46 +111,46 @@ msgstr "Visa relaterade inlägg."
87
  msgid "Settings"
88
  msgstr "Inställningar"
89
 
90
- #: classes/hooks/class-hook-link-related-screen.php:157
91
  msgid "Cancel linking"
92
  msgstr "Avbryt länkning"
93
 
94
- #: classes/hooks/class-hook-link-related-screen.php:173
95
  msgid "Search"
96
  msgstr "Sök"
97
 
98
- #: classes/hooks/class-hook-page-install.php:57
99
  msgid "Welcome"
100
  msgstr "Välkommen"
101
 
102
- #: classes/hooks/class-hook-page-install.php:58
103
  msgid "Caching Posts"
104
  msgstr "Cachar inlägg"
105
 
106
- #: classes/hooks/class-hook-page-install.php:59
107
  msgid "Linking Posts"
108
  msgstr "Länkar inlägg"
109
 
110
- #: classes/hooks/class-hook-page-install.php:60
111
  msgid "Finished"
112
  msgstr "Avslutad"
113
 
114
- #: classes/hooks/class-hook-page-install.php:71
115
  msgid ""
116
  "Missing post type parameter, please report this incident via %sour "
117
  "website%s."
118
  msgstr ""
119
 
120
- #: classes/hooks/class-hook-page-install.php:102
121
  msgid "Installation"
122
  msgstr "Installation"
123
 
124
- #: classes/hooks/class-hook-page-install.php:149
125
- #: classes/hooks/class-hook-page-install.php:228
126
  msgid "Thank you for choosing Related Posts for WordPress!"
127
  msgstr "Tack för att du valt Related Posts for WordPress!"
128
 
129
- #: classes/hooks/class-hook-page-install.php:150
130
  msgid ""
131
  "Below you'll find your post types available for installation, by installing "
132
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -134,152 +158,150 @@ msgid ""
134
  "Type' button."
135
  msgstr "Nedanför hittar du dina posttyper tillgängliga för installation. Genom att installera en posttyp skapar vi en cache och erbjuder dig möjligheten att automatiskt länka (egna) posttyper. För att installera en posttyp, klicka på 'Installera posttyp'-knappen."
136
 
137
- #: classes/hooks/class-hook-page-install.php:169
138
  msgid "Related to Post Types"
139
  msgstr ""
140
 
141
- #: classes/hooks/class-hook-page-install.php:204
142
- msgid "Edit"
143
  msgstr ""
144
 
145
- #: classes/hooks/class-hook-page-install.php:229
146
  msgid ""
147
  "Before you can start using Related Posts for WordPress we need to cache your"
148
  " current posts."
149
  msgstr "Före du kan börja använda Related Posts for WooCommerce behöver vi cache'a ditt nuvarande inlägg."
150
 
151
- #: classes/hooks/class-hook-page-install.php:230
152
  msgid ""
153
  "This is a one time process which might take some time now, depending on the "
154
  "amount of posts you have, but will ensure your website's performance when "
155
  "using the plugin."
156
  msgstr "Detta är en engångsprocess som kan ta en viss tid nu, beroende på antalet inlägg du har, men som kommer att säkerställa din webbplats prestanda när du använder pluginet."
157
 
158
- #: classes/hooks/class-hook-page-install.php:232
159
  msgid ""
160
  "Do NOT close this window, wait for this process to finish and this wizard to"
161
  " take you to the next step."
162
  msgstr "Stäng INTE det här fönstret, vänta på att den här processen ska avslutas och guiden tar dig till nästa steg."
163
 
164
- #: classes/hooks/class-hook-page-install.php:266
165
  msgid "Great! All your posts were successfully cached!"
166
  msgstr "Strålande! Alla dina inlägg cachades!"
167
 
168
- #: classes/hooks/class-hook-page-install.php:267
169
  msgid ""
170
  "You can let me link your posts, based on what I think is related, to each "
171
  "other. And don't worry, if I made a mistake at one of your posts you can "
172
  "easily correct this by editing it manually!"
173
  msgstr "Du kan låta mig länka dina inlägg, baserat på vad jag anser vara relaterat. Och inga problem - om jag gör ett misstag kan du alltid justera det genom att ändra det manuellt."
174
 
175
- #: classes/hooks/class-hook-page-install.php:268
176
  msgid ""
177
  "Want me to start linking posts to each other? Fill in the amount of related "
178
  "posts each post should have and click on the \"Link now\" button. Rather "
179
  "link your posts manually? Click \"Skip linking\"."
180
  msgstr "Vill du att jag ska starta att länka inlägg mellan varandra? Fyll i det antal relaterade inlägg som varje inlägg ska ha och klicka på \"Länka nu\"-knappen. Vill du hellre länka dina inlägg manuellt? Klicka \"Hoppa över länkning\""
181
 
182
- #: classes/hooks/class-hook-page-install.php:269
183
  msgid ""
184
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
185
  " process to finish and this wizard to take you to the next step."
186
  msgstr "Stäng INTE det här fönstret om du klickar \"Länka nu\"-knappen, vänta på att den här processen slutförs och guiden tar dig vidare till nästa steg."
187
 
188
- #: classes/hooks/class-hook-page-install.php:275
189
  msgid "Amount of related posts:"
190
  msgstr ""
191
 
192
- #: classes/hooks/class-hook-page-install.php:277
193
  msgid "The amount of related items per %s"
194
  msgstr ""
195
 
196
- #: classes/hooks/class-hook-page-install.php:282
197
  msgid "Maximum Post Age:"
198
  msgstr ""
199
 
200
- #: classes/hooks/class-hook-page-install.php:284
201
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
202
  msgstr ""
203
 
204
- #: classes/hooks/class-hook-page-install.php:290
205
  msgid "Link now"
206
  msgstr "Länka nu"
207
 
208
- #: classes/hooks/class-hook-page-install.php:291
209
  msgid "Skip linking"
210
  msgstr "Hoppa över länkning"
211
 
212
- #: classes/hooks/class-hook-page-install.php:309
213
  msgid "That's it, you're good to go!"
214
  msgstr "Det var det, nu kan du sätta igång!"
215
 
216
- #: classes/hooks/class-hook-page-install.php:310
217
  msgid ""
218
  "Thanks again for using Related Posts for WordPress and if you have any "
219
  "questions be sure to ask them at the %sWordPress.org forums.%s"
220
  msgstr "Tack igen för att du använder Related Posts for WordPress. Om du har några snabba frågor, ställ dem på %sWordPress.org forums.%s"
221
 
222
- #: classes/hooks/class-hook-page-install.php:313
223
  msgid "Click here to return to step 1"
224
  msgstr "Klicka här för att återvända till steg 1."
225
 
226
- #: classes/hooks/class-hook-page-install.php:319
227
  msgid "Click here to go to the settings page"
228
  msgstr "Klicka här för att gå till inställningssidan"
229
 
230
- #: classes/hooks/class-hook-settings-page.php:57
231
  msgid "Plugin version"
232
  msgstr "Pluginversion"
233
 
234
- #: classes/hooks/class-hook-settings-page.php:63
235
  msgid ""
236
  "Got a question? Simply send us an email at "
237
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
238
  "active license."
239
  msgstr ""
240
 
241
- #: classes/hooks/class-hook-settings-page.php:67
242
  msgid "More information"
243
  msgstr "Mer information"
244
 
245
- #: classes/hooks/class-hook-settings-page.php:69
246
  msgid "<a href='%s'>Documentation</a>"
247
  msgstr ""
248
 
249
- #: classes/hooks/class-hook-settings-page.php:71
250
  msgid "<a href='%s'>Changelog</a>"
251
  msgstr ""
252
 
253
- #: classes/hooks/class-hook-settings-page.php:73
254
  msgid "<a href='%s'>Give us a review</a>"
255
  msgstr "<a href='%s'>Ge oss en recension</a>"
256
 
257
- #: classes/hooks/class-hook-settings-page.php:78
258
- msgid "About the developer"
259
- msgstr "Om utvecklaren"
260
 
261
- #: classes/hooks/class-hook-settings-page.php:80
262
- msgid ""
263
- "Barry is a WordPress developer that works on WooCommerce and is the author "
264
- "of various WordPress plugins that include Related Posts for WordPress, Post "
265
- "Connector and What The File."
266
  msgstr ""
267
 
268
- #: classes/hooks/class-hook-settings-page.php:82
269
  msgid ""
270
- "Barry likes contributing to open source projects and visiting WordCamps and "
271
- "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
 
272
  msgstr ""
273
 
274
- #: classes/hooks/class-hook-settings-page.php:84
275
- msgid "%sFollow Barry on Twitter%s."
276
  msgstr ""
277
 
278
- #: classes/hooks/class-hook-settings-page.php:110
279
  msgid "General"
280
  msgstr "Allmänt"
281
 
282
- #: classes/hooks/class-hook-settings-page.php:130
283
  msgid "Installer"
284
  msgstr "Installer"
285
 
@@ -287,17 +309,17 @@ msgstr "Installer"
287
  msgid "Add Related Posts"
288
  msgstr "Lägg till relaterat inlägg"
289
 
290
- #: classes/meta-boxes/class-meta-box-manage.php:103
291
- #: classes/meta-boxes/class-meta-box-manage.php:104
292
  msgid "Edit Post"
293
  msgstr "Redigera inlägg"
294
 
295
- #: classes/meta-boxes/class-meta-box-manage.php:106
296
- #: classes/meta-boxes/class-meta-box-manage.php:107
297
  msgid "Unlink Related Post"
298
  msgstr "Ta bort länken för det relaterade inlägget"
299
 
300
- #: classes/meta-boxes/class-meta-box-manage.php:120
301
  msgid "No related posts found."
302
  msgstr "Inga relaterade inlägg hittades"
303
 
@@ -305,7 +327,7 @@ msgstr "Inga relaterade inlägg hittades"
305
  msgid "Related Posts Options"
306
  msgstr ""
307
 
308
- #: classes/meta-boxes/class-meta-box-options.php:59
309
  msgid "Exclude"
310
  msgstr ""
311
 
@@ -382,35 +404,91 @@ msgstr ""
382
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
383
  msgstr ""
384
 
385
- #: classes/settings/class-settings-general.php:51
386
  msgid "Frontend Settings"
387
  msgstr "Frontend-inställningar"
388
 
389
- #: classes/settings/class-settings-general.php:52
390
  msgid ""
391
  "The following options affect how related %ss are displayed on the frontend."
392
  msgstr "Följande alternativ påverkar hur relaterade %ss visas i frontend."
393
 
394
- #: classes/settings/class-settings-general.php:56
395
  msgid "Heading text"
396
  msgstr "Rubriktext"
397
 
398
- #: classes/settings/class-settings-general.php:57
399
  msgid ""
400
  "The text that is displayed above the related %ss. To disable, leave field "
401
  "empty."
402
  msgstr "Texten som visas ovanför relaterade %ss. Lämna tomt för att avaktivera."
403
 
404
- #: classes/settings/class-settings-general.php:63
405
  msgid "Excerpt length"
406
  msgstr "Utdragslängd"
407
 
408
- #: classes/settings/class-settings-general.php:64
409
  msgid ""
410
  "The amount of words to be displayed below the title on website. To disable, "
411
  "set value to 0."
412
  msgstr "Antalet ord som visas under rubriken på webbplatsen. Sätt värdet till 0 för att avaktivera."
413
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  #: classes/settings/class-settings-license.php:18
415
  msgid "License"
416
  msgstr ""
@@ -480,11 +558,19 @@ msgid ""
480
  "problems connecting to licensing server."
481
  msgstr ""
482
 
483
- #: classes/settings/class-settings-page.php:448
 
 
 
 
 
 
 
 
484
  msgid "ACTIVATED"
485
  msgstr ""
486
 
487
- #: classes/settings/class-settings-page.php:450
488
  msgid "NOT ACTIVE"
489
  msgstr ""
490
 
@@ -502,42 +588,95 @@ msgid ""
502
  "need to rerun the installer after changing weights."
503
  msgstr ""
504
 
 
 
 
 
 
505
  #: classes/settings/class-settings-weights.php:30
 
 
 
 
 
 
506
  msgid "The weight of the title."
507
  msgstr ""
508
 
509
- #: classes/settings/class-settings-weights.php:36
510
  msgid "Links"
511
  msgstr ""
512
 
513
- #: classes/settings/class-settings-weights.php:37
514
  msgid "The weight of the links found in the content."
515
  msgstr ""
516
 
517
- #: classes/settings/class-settings-weights.php:43
518
  msgid "Categories"
519
  msgstr ""
520
 
521
- #: classes/settings/class-settings-weights.php:44
522
  msgid "The weight of the categories."
523
  msgstr ""
524
 
525
- #: classes/settings/class-settings-weights.php:50
526
  msgid "Tags"
527
  msgstr ""
528
 
529
- #: classes/settings/class-settings-weights.php:51
530
  msgid "The weight of the tags."
531
  msgstr ""
532
 
533
- #: classes/settings/class-settings-weights.php:57
534
  msgid "Custom Taxonomies"
535
  msgstr ""
536
 
537
- #: classes/settings/class-settings-weights.php:58
538
  msgid "The weight of custom taxonomies."
539
  msgstr ""
540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
  #: includes/updater/class-rp4wp-updater.php:131
542
  msgid "Hide notice"
543
  msgstr "Dölj meddelande"
@@ -555,9 +694,9 @@ msgid "The best way to display related posts in WordPress."
555
  msgstr "Det bästa sättet att visa relaterade inlägg i WordPress."
556
 
557
  #. Author of the plugin/theme
558
- msgid "Barry Kooij"
559
- msgstr "Barry Kooij"
560
 
561
  #. Author URI of the plugin/theme
562
- msgid "http://www.barrykooij.com/"
563
- msgstr "http://www.barrykooij.com/"
1
+ # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
+ "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
11
+ "PO-Revision-Date: 2016-08-25 13:54+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/sv_SE/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: sv_SE\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
32
  msgid "Are you sure you want to delete this related post?"
33
  msgstr "Är du säker på att du vill radera det här relaterade inlägget?"
34
 
35
+ #: classes/class-javascript-strings.php:15
36
+ msgid "Delete this post type"
37
+ msgstr ""
38
+
39
+ #: classes/class-javascript-strings.php:16
40
+ msgid "Relink related posts"
41
+ msgstr ""
42
+
43
+ #: classes/class-javascript-strings.php:17
44
+ msgid "Reinstall this post type"
45
+ msgstr ""
46
+
47
+ #: classes/class-javascript-strings.php:18
48
+ msgid "Save post type"
49
+ msgstr ""
50
+
51
+ #: classes/class-javascript-strings.php:19
52
+ msgid "Add post type"
53
+ msgstr ""
54
+
55
  #: classes/class-link-related-table.php:45
56
  #: classes/hooks/class-hook-settings-page.php:20
57
  #: classes/meta-boxes/class-meta-box-manage.php:37
58
+ #: classes/settings/class-settings-general.php:60
59
  msgid "Related Posts"
60
  msgstr "Relaterade inlägg"
61
 
64
  msgstr "Alla inlägg"
65
 
66
  #: classes/class-link-related-table.php:95
67
+ #: classes/settings/class-settings-weights.php:37
68
  msgid "Title"
69
  msgstr "Rubrik"
70
 
71
  #: classes/class-link-related-table.php:96
72
+ #: classes/hooks/class-hook-page-install.php:187
73
+ #: classes/hooks/class-hook-settings-page.php:155
74
  msgid "Post Type"
75
  msgstr "Posttyp"
76
 
77
+ #: classes/class-link-related-table.php:97
78
+ msgid "Post Date"
79
+ msgstr ""
80
+
81
+ #: classes/class-link-related-table.php:270
82
  msgid "Link Post"
83
  msgstr "Länka inlägg"
84
 
85
+ #: classes/class-link-related-table.php:278
86
  msgid "View Post"
87
  msgstr ""
88
 
89
+ #: classes/class-link-related-table.php:317
90
  msgid "Link Posts"
91
  msgstr "Länka inlägg"
92
 
93
  #: classes/class-post-type-manager.php:21
94
+ #: classes/hooks/class-hook-link-related-screen.php:187
95
  msgid "Posts"
96
  msgstr "Inlägg"
97
 
111
  msgid "Settings"
112
  msgstr "Inställningar"
113
 
114
+ #: classes/hooks/class-hook-link-related-screen.php:189
115
  msgid "Cancel linking"
116
  msgstr "Avbryt länkning"
117
 
118
+ #: classes/hooks/class-hook-link-related-screen.php:205
119
  msgid "Search"
120
  msgstr "Sök"
121
 
122
+ #: classes/hooks/class-hook-page-install.php:59
123
  msgid "Welcome"
124
  msgstr "Välkommen"
125
 
126
+ #: classes/hooks/class-hook-page-install.php:60
127
  msgid "Caching Posts"
128
  msgstr "Cachar inlägg"
129
 
130
+ #: classes/hooks/class-hook-page-install.php:61
131
  msgid "Linking Posts"
132
  msgstr "Länkar inlägg"
133
 
134
+ #: classes/hooks/class-hook-page-install.php:62
135
  msgid "Finished"
136
  msgstr "Avslutad"
137
 
138
+ #: classes/hooks/class-hook-page-install.php:78
139
  msgid ""
140
  "Missing post type parameter, please report this incident via %sour "
141
  "website%s."
142
  msgstr ""
143
 
144
+ #: classes/hooks/class-hook-page-install.php:121
145
  msgid "Installation"
146
  msgstr "Installation"
147
 
148
+ #: classes/hooks/class-hook-page-install.php:168
149
+ #: classes/hooks/class-hook-page-install.php:247
150
  msgid "Thank you for choosing Related Posts for WordPress!"
151
  msgstr "Tack för att du valt Related Posts for WordPress!"
152
 
153
+ #: classes/hooks/class-hook-page-install.php:169
154
  msgid ""
155
  "Below you'll find your post types available for installation, by installing "
156
  "a post type we'll set up a cache and offer you the ability to automatic link"
158
  "Type' button."
159
  msgstr "Nedanför hittar du dina posttyper tillgängliga för installation. Genom att installera en posttyp skapar vi en cache och erbjuder dig möjligheten att automatiskt länka (egna) posttyper. För att installera en posttyp, klicka på 'Installera posttyp'-knappen."
160
 
161
+ #: classes/hooks/class-hook-page-install.php:188
162
  msgid "Related to Post Types"
163
  msgstr ""
164
 
165
+ #: classes/hooks/class-hook-page-install.php:223
166
+ msgid "Edit this post type"
167
  msgstr ""
168
 
169
+ #: classes/hooks/class-hook-page-install.php:248
170
  msgid ""
171
  "Before you can start using Related Posts for WordPress we need to cache your"
172
  " current posts."
173
  msgstr "Före du kan börja använda Related Posts for WooCommerce behöver vi cache'a ditt nuvarande inlägg."
174
 
175
+ #: classes/hooks/class-hook-page-install.php:249
176
  msgid ""
177
  "This is a one time process which might take some time now, depending on the "
178
  "amount of posts you have, but will ensure your website's performance when "
179
  "using the plugin."
180
  msgstr "Detta är en engångsprocess som kan ta en viss tid nu, beroende på antalet inlägg du har, men som kommer att säkerställa din webbplats prestanda när du använder pluginet."
181
 
182
+ #: classes/hooks/class-hook-page-install.php:251
183
  msgid ""
184
  "Do NOT close this window, wait for this process to finish and this wizard to"
185
  " take you to the next step."
186
  msgstr "Stäng INTE det här fönstret, vänta på att den här processen ska avslutas och guiden tar dig till nästa steg."
187
 
188
+ #: classes/hooks/class-hook-page-install.php:285
189
  msgid "Great! All your posts were successfully cached!"
190
  msgstr "Strålande! Alla dina inlägg cachades!"
191
 
192
+ #: classes/hooks/class-hook-page-install.php:286
193
  msgid ""
194
  "You can let me link your posts, based on what I think is related, to each "
195
  "other. And don't worry, if I made a mistake at one of your posts you can "
196
  "easily correct this by editing it manually!"
197
  msgstr "Du kan låta mig länka dina inlägg, baserat på vad jag anser vara relaterat. Och inga problem - om jag gör ett misstag kan du alltid justera det genom att ändra det manuellt."
198
 
199
+ #: classes/hooks/class-hook-page-install.php:287
200
  msgid ""
201
  "Want me to start linking posts to each other? Fill in the amount of related "
202
  "posts each post should have and click on the \"Link now\" button. Rather "
203
  "link your posts manually? Click \"Skip linking\"."
204
  msgstr "Vill du att jag ska starta att länka inlägg mellan varandra? Fyll i det antal relaterade inlägg som varje inlägg ska ha och klicka på \"Länka nu\"-knappen. Vill du hellre länka dina inlägg manuellt? Klicka \"Hoppa över länkning\""
205
 
206
+ #: classes/hooks/class-hook-page-install.php:288
207
  msgid ""
208
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
209
  " process to finish and this wizard to take you to the next step."
210
  msgstr "Stäng INTE det här fönstret om du klickar \"Länka nu\"-knappen, vänta på att den här processen slutförs och guiden tar dig vidare till nästa steg."
211
 
212
+ #: classes/hooks/class-hook-page-install.php:295
213
  msgid "Amount of related posts:"
214
  msgstr ""
215
 
216
+ #: classes/hooks/class-hook-page-install.php:299
217
  msgid "The amount of related items per %s"
218
  msgstr ""
219
 
220
+ #: classes/hooks/class-hook-page-install.php:305
221
  msgid "Maximum Post Age:"
222
  msgstr ""
223
 
224
+ #: classes/hooks/class-hook-page-install.php:309
225
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
226
  msgstr ""
227
 
228
+ #: classes/hooks/class-hook-page-install.php:316
229
  msgid "Link now"
230
  msgstr "Länka nu"
231
 
232
+ #: classes/hooks/class-hook-page-install.php:318
233
  msgid "Skip linking"
234
  msgstr "Hoppa över länkning"
235
 
236
+ #: classes/hooks/class-hook-page-install.php:336
237
  msgid "That's it, you're good to go!"
238
  msgstr "Det var det, nu kan du sätta igång!"
239
 
240
+ #: classes/hooks/class-hook-page-install.php:337
241
  msgid ""
242
  "Thanks again for using Related Posts for WordPress and if you have any "
243
  "questions be sure to ask them at the %sWordPress.org forums.%s"
244
  msgstr "Tack igen för att du använder Related Posts for WordPress. Om du har några snabba frågor, ställ dem på %sWordPress.org forums.%s"
245
 
246
+ #: classes/hooks/class-hook-page-install.php:340
247
  msgid "Click here to return to step 1"
248
  msgstr "Klicka här för att återvända till steg 1."
249
 
250
+ #: classes/hooks/class-hook-page-install.php:346
251
  msgid "Click here to go to the settings page"
252
  msgstr "Klicka här för att gå till inställningssidan"
253
 
254
+ #: classes/hooks/class-hook-settings-page.php:58
255
  msgid "Plugin version"
256
  msgstr "Pluginversion"
257
 
258
+ #: classes/hooks/class-hook-settings-page.php:64
259
  msgid ""
260
  "Got a question? Simply send us an email at "
261
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
262
  "active license."
263
  msgstr ""
264
 
265
+ #: classes/hooks/class-hook-settings-page.php:68
266
  msgid "More information"
267
  msgstr "Mer information"
268
 
269
+ #: classes/hooks/class-hook-settings-page.php:70
270
  msgid "<a href='%s'>Documentation</a>"
271
  msgstr ""
272
 
273
+ #: classes/hooks/class-hook-settings-page.php:72
274
  msgid "<a href='%s'>Changelog</a>"
275
  msgstr ""
276
 
277
+ #: classes/hooks/class-hook-settings-page.php:74
278
  msgid "<a href='%s'>Give us a review</a>"
279
  msgstr "<a href='%s'>Ge oss en recension</a>"
280
 
281
+ #: classes/hooks/class-hook-settings-page.php:76
282
+ msgid "Check out our other plugins at Never5.com"
283
+ msgstr ""
284
 
285
+ #: classes/hooks/class-hook-settings-page.php:81
286
+ msgid "About Never5"
 
 
 
287
  msgstr ""
288
 
289
+ #: classes/hooks/class-hook-settings-page.php:85
290
  msgid ""
291
+ "At %sNever5%s we create high quality premium WordPress plugins, with "
292
+ "extensive support. We offer solutions in related posts, advanced download "
293
+ "management, vehicle management and connecting post types."
294
  msgstr ""
295
 
296
+ #: classes/hooks/class-hook-settings-page.php:87
297
+ msgid "%sFollow Never5 on Twitter%s"
298
  msgstr ""
299
 
300
+ #: classes/hooks/class-hook-settings-page.php:113
301
  msgid "General"
302
  msgstr "Allmänt"
303
 
304
+ #: classes/hooks/class-hook-settings-page.php:133
305
  msgid "Installer"
306
  msgstr "Installer"
307
 
309
  msgid "Add Related Posts"
310
  msgstr "Lägg till relaterat inlägg"
311
 
312
+ #: classes/meta-boxes/class-meta-box-manage.php:108
313
+ #: classes/meta-boxes/class-meta-box-manage.php:109
314
  msgid "Edit Post"
315
  msgstr "Redigera inlägg"
316
 
317
+ #: classes/meta-boxes/class-meta-box-manage.php:111
318
+ #: classes/meta-boxes/class-meta-box-manage.php:112
319
  msgid "Unlink Related Post"
320
  msgstr "Ta bort länken för det relaterade inlägget"
321
 
322
+ #: classes/meta-boxes/class-meta-box-manage.php:125
323
  msgid "No related posts found."
324
  msgstr "Inga relaterade inlägg hittades"
325
 
327
  msgid "Related Posts Options"
328
  msgstr ""
329
 
330
+ #: classes/meta-boxes/class-meta-box-options.php:62
331
  msgid "Exclude"
332
  msgstr ""
333
 
404
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
405
  msgstr ""
406
 
407
+ #: classes/settings/class-settings-general.php:52
408
  msgid "Frontend Settings"
409
  msgstr "Frontend-inställningar"
410
 
411
+ #: classes/settings/class-settings-general.php:53
412
  msgid ""
413
  "The following options affect how related %ss are displayed on the frontend."
414
  msgstr "Följande alternativ påverkar hur relaterade %ss visas i frontend."
415
 
416
+ #: classes/settings/class-settings-general.php:57
417
  msgid "Heading text"
418
  msgstr "Rubriktext"
419
 
420
+ #: classes/settings/class-settings-general.php:58
421
  msgid ""
422
  "The text that is displayed above the related %ss. To disable, leave field "
423
  "empty."
424
  msgstr "Texten som visas ovanför relaterade %ss. Lämna tomt för att avaktivera."
425
 
426
+ #: classes/settings/class-settings-general.php:64
427
  msgid "Excerpt length"
428
  msgstr "Utdragslängd"
429
 
430
+ #: classes/settings/class-settings-general.php:65
431
  msgid ""
432
  "The amount of words to be displayed below the title on website. To disable, "
433
  "set value to 0."
434
  msgstr "Antalet ord som visas under rubriken på webbplatsen. Sätt värdet till 0 för att avaktivera."
435
 
436
+ #: classes/settings/class-settings-general.php:73
437
+ msgid "Thumbnail size"
438
+ msgstr ""
439
+
440
+ #: classes/settings/class-settings-general.php:74
441
+ msgid ""
442
+ "These settings affect the display and dimensions of your related post "
443
+ "thumbnails – the display on the front-end will still be affected by CSS "
444
+ "styles. After changing these settings you may need to %sregenerate your "
445
+ "thumbnails.%s"
446
+ msgstr ""
447
+
448
+ #: classes/settings/class-settings-general.php:78
449
+ msgid "Width"
450
+ msgstr ""
451
+
452
+ #: classes/settings/class-settings-general.php:79
453
+ msgid "Thumbnail's width in pixels."
454
+ msgstr ""
455
+
456
+ #: classes/settings/class-settings-general.php:85
457
+ msgid "Height"
458
+ msgstr ""
459
+
460
+ #: classes/settings/class-settings-general.php:86
461
+ msgid "Thumbnail's height in pixels."
462
+ msgstr ""
463
+
464
+ #: classes/settings/class-settings-general.php:92
465
+ msgid "Crop"
466
+ msgstr ""
467
+
468
+ #: classes/settings/class-settings-general.php:93
469
+ msgid "Crop the image from the center."
470
+ msgstr ""
471
+
472
+ #: classes/settings/class-settings-general.php:101
473
+ msgid "Thumbnail Placeholder"
474
+ msgstr ""
475
+
476
+ #: classes/settings/class-settings-general.php:102
477
+ msgid ""
478
+ "The placeholder will be used if no featured image is set and no images could"
479
+ " be found in the content."
480
+ msgstr ""
481
+
482
+ #: classes/settings/class-settings-general.php:106
483
+ msgid "Placeholder"
484
+ msgstr ""
485
+
486
+ #: classes/settings/class-settings-general.php:107
487
+ msgid ""
488
+ "Thumbnail placeholder, the image that will be used if no other image is "
489
+ "found."
490
+ msgstr ""
491
+
492
  #: classes/settings/class-settings-license.php:18
493
  msgid "License"
494
  msgstr ""
558
  "problems connecting to licensing server."
559
  msgstr ""
560
 
561
+ #: classes/settings/class-settings-page.php:212
562
+ msgid "Image URL"
563
+ msgstr ""
564
+
565
+ #: classes/settings/class-settings-page.php:213
566
+ msgid "Upload Image"
567
+ msgstr ""
568
+
569
+ #: classes/settings/class-settings-page.php:468
570
  msgid "ACTIVATED"
571
  msgstr ""
572
 
573
+ #: classes/settings/class-settings-page.php:470
574
  msgid "NOT ACTIVE"
575
  msgstr ""
576
 
588
  "need to rerun the installer after changing weights."
589
  msgstr ""
590
 
591
+ #: classes/settings/class-settings-weights.php:29
592
+ #: classes/settings/class-settings-weights.php:33
593
+ msgid "Reset Weight"
594
+ msgstr ""
595
+
596
  #: classes/settings/class-settings-weights.php:30
597
+ msgid ""
598
+ "Reset the weights back to their defaults. Don't forget to Save the Changes "
599
+ "after resetting the weights."
600
+ msgstr ""
601
+
602
+ #: classes/settings/class-settings-weights.php:38
603
  msgid "The weight of the title."
604
  msgstr ""
605
 
606
+ #: classes/settings/class-settings-weights.php:44
607
  msgid "Links"
608
  msgstr ""
609
 
610
+ #: classes/settings/class-settings-weights.php:45
611
  msgid "The weight of the links found in the content."
612
  msgstr ""
613
 
614
+ #: classes/settings/class-settings-weights.php:51
615
  msgid "Categories"
616
  msgstr ""
617
 
618
+ #: classes/settings/class-settings-weights.php:52
619
  msgid "The weight of the categories."
620
  msgstr ""
621
 
622
+ #: classes/settings/class-settings-weights.php:58
623
  msgid "Tags"
624
  msgstr ""
625
 
626
+ #: classes/settings/class-settings-weights.php:59
627
  msgid "The weight of the tags."
628
  msgstr ""
629
 
630
+ #: classes/settings/class-settings-weights.php:65
631
  msgid "Custom Taxonomies"
632
  msgstr ""
633
 
634
+ #: classes/settings/class-settings-weights.php:66
635
  msgid "The weight of custom taxonomies."
636
  msgstr ""
637
 
638
+ #: classes/settings/class-settings-words.php:18
639
+ msgid "Words"
640
+ msgstr ""
641
+
642
+ #: classes/settings/class-settings-words.php:24
643
+ msgid "Word related options"
644
+ msgstr ""
645
+
646
+ #: classes/settings/class-settings-words.php:25
647
+ msgid ""
648
+ "Control what extra words should be excluded and what word combinations "
649
+ "should be parsed as a single word."
650
+ msgstr ""
651
+
652
+ #: classes/settings/class-settings-words.php:29
653
+ msgid "Extra Ignored Words"
654
+ msgstr ""
655
+
656
+ #: classes/settings/class-settings-words.php:30
657
+ msgid ""
658
+ "By default we already ignore a lot of words based on your language that are "
659
+ "not related to your content. In English this would be words like %s and %s."
660
+ msgstr ""
661
+
662
+ #: classes/settings/class-settings-words.php:30
663
+ msgid "Add the extra words you would to ignore here, one word per row."
664
+ msgstr ""
665
+
666
+ #: classes/settings/class-settings-words.php:36
667
+ msgid "Joined Words"
668
+ msgstr ""
669
+
670
+ #: classes/settings/class-settings-words.php:37
671
+ msgid ""
672
+ "By default we split content per word but some word combinations should be "
673
+ "considered as one word. An example of this would be %s."
674
+ msgstr ""
675
+
676
+ #: classes/settings/class-settings-words.php:37
677
+ msgid "Add your joined words here, one joined word per row."
678
+ msgstr ""
679
+
680
  #: includes/updater/class-rp4wp-updater.php:131
681
  msgid "Hide notice"
682
  msgstr "Dölj meddelande"
694
  msgstr "Det bästa sättet att visa relaterade inlägg i WordPress."
695
 
696
  #. Author of the plugin/theme
697
+ msgid "Never5"
698
+ msgstr ""
699
 
700
  #. Author URI of the plugin/theme
701
+ msgid "http://www.never5.com/"
702
+ msgstr ""
languages/related-posts-for-wp-uk_UA.mo CHANGED
Binary file
languages/related-posts-for-wp-uk_UA.po CHANGED
@@ -1,20 +1,20 @@
1
- # Copyright (C) 2015 Barry Kooij
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Related Posts for WordPress\n"
7
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
8
- "POT-Creation-Date: 2015-05-31 09:56:12+00:00\n"
9
- "PO-Revision-Date: 2014-10-16 08:29+0000\n"
10
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
11
  "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/uk_UA/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: uk_UA\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
- "X-Generator: grunt-wp-i18n 0.4.8\n"
18
 
19
  #: classes/class-is-installing-notice.php:74
20
  msgid ""
@@ -30,10 +30,30 @@ msgstr ""
30
  msgid "Are you sure you want to delete this related post?"
31
  msgstr ""
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  #: classes/class-link-related-table.php:45
34
  #: classes/hooks/class-hook-settings-page.php:20
35
  #: classes/meta-boxes/class-meta-box-manage.php:37
36
- #: classes/settings/class-settings-general.php:59
37
  msgid "Related Posts"
38
  msgstr ""
39
 
@@ -42,30 +62,34 @@ msgid "All Posts"
42
  msgstr ""
43
 
44
  #: classes/class-link-related-table.php:95
45
- #: classes/settings/class-settings-weights.php:29
46
  msgid "Title"
47
  msgstr ""
48
 
49
  #: classes/class-link-related-table.php:96
50
- #: classes/hooks/class-hook-page-install.php:168
51
- #: classes/hooks/class-hook-settings-page.php:152
52
  msgid "Post Type"
53
  msgstr ""
54
 
55
- #: classes/class-link-related-table.php:260
 
 
 
 
56
  msgid "Link Post"
57
  msgstr ""
58
 
59
- #: classes/class-link-related-table.php:268
60
  msgid "View Post"
61
  msgstr ""
62
 
63
- #: classes/class-link-related-table.php:299
64
  msgid "Link Posts"
65
  msgstr ""
66
 
67
  #: classes/class-post-type-manager.php:21
68
- #: classes/hooks/class-hook-link-related-screen.php:155
69
  msgid "Posts"
70
  msgstr ""
71
 
@@ -85,46 +109,46 @@ msgstr ""
85
  msgid "Settings"
86
  msgstr ""
87
 
88
- #: classes/hooks/class-hook-link-related-screen.php:157
89
  msgid "Cancel linking"
90
  msgstr ""
91
 
92
- #: classes/hooks/class-hook-link-related-screen.php:173
93
  msgid "Search"
94
  msgstr ""
95
 
96
- #: classes/hooks/class-hook-page-install.php:57
97
  msgid "Welcome"
98
  msgstr ""
99
 
100
- #: classes/hooks/class-hook-page-install.php:58
101
  msgid "Caching Posts"
102
  msgstr ""
103
 
104
- #: classes/hooks/class-hook-page-install.php:59
105
  msgid "Linking Posts"
106
  msgstr ""
107
 
108
- #: classes/hooks/class-hook-page-install.php:60
109
  msgid "Finished"
110
  msgstr ""
111
 
112
- #: classes/hooks/class-hook-page-install.php:71
113
  msgid ""
114
  "Missing post type parameter, please report this incident via %sour "
115
  "website%s."
116
  msgstr ""
117
 
118
- #: classes/hooks/class-hook-page-install.php:102
119
  msgid "Installation"
120
  msgstr ""
121
 
122
- #: classes/hooks/class-hook-page-install.php:149
123
- #: classes/hooks/class-hook-page-install.php:228
124
  msgid "Thank you for choosing Related Posts for WordPress!"
125
  msgstr ""
126
 
127
- #: classes/hooks/class-hook-page-install.php:150
128
  msgid ""
129
  "Below you'll find your post types available for installation, by installing "
130
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -132,152 +156,150 @@ msgid ""
132
  "Type' button."
133
  msgstr ""
134
 
135
- #: classes/hooks/class-hook-page-install.php:169
136
  msgid "Related to Post Types"
137
  msgstr ""
138
 
139
- #: classes/hooks/class-hook-page-install.php:204
140
- msgid "Edit"
141
  msgstr ""
142
 
143
- #: classes/hooks/class-hook-page-install.php:229
144
  msgid ""
145
  "Before you can start using Related Posts for WordPress we need to cache your"
146
  " current posts."
147
  msgstr ""
148
 
149
- #: classes/hooks/class-hook-page-install.php:230
150
  msgid ""
151
  "This is a one time process which might take some time now, depending on the "
152
  "amount of posts you have, but will ensure your website's performance when "
153
  "using the plugin."
154
  msgstr ""
155
 
156
- #: classes/hooks/class-hook-page-install.php:232
157
  msgid ""
158
  "Do NOT close this window, wait for this process to finish and this wizard to"
159
  " take you to the next step."
160
  msgstr ""
161
 
162
- #: classes/hooks/class-hook-page-install.php:266
163
  msgid "Great! All your posts were successfully cached!"
164
  msgstr ""
165
 
166
- #: classes/hooks/class-hook-page-install.php:267
167
  msgid ""
168
  "You can let me link your posts, based on what I think is related, to each "
169
  "other. And don't worry, if I made a mistake at one of your posts you can "
170
  "easily correct this by editing it manually!"
171
  msgstr ""
172
 
173
- #: classes/hooks/class-hook-page-install.php:268
174
  msgid ""
175
  "Want me to start linking posts to each other? Fill in the amount of related "
176
  "posts each post should have and click on the \"Link now\" button. Rather "
177
  "link your posts manually? Click \"Skip linking\"."
178
  msgstr ""
179
 
180
- #: classes/hooks/class-hook-page-install.php:269
181
  msgid ""
182
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
183
  " process to finish and this wizard to take you to the next step."
184
  msgstr ""
185
 
186
- #: classes/hooks/class-hook-page-install.php:275
187
  msgid "Amount of related posts:"
188
  msgstr ""
189
 
190
- #: classes/hooks/class-hook-page-install.php:277
191
  msgid "The amount of related items per %s"
192
  msgstr ""
193
 
194
- #: classes/hooks/class-hook-page-install.php:282
195
  msgid "Maximum Post Age:"
196
  msgstr ""
197
 
198
- #: classes/hooks/class-hook-page-install.php:284
199
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
200
  msgstr ""
201
 
202
- #: classes/hooks/class-hook-page-install.php:290
203
  msgid "Link now"
204
  msgstr ""
205
 
206
- #: classes/hooks/class-hook-page-install.php:291
207
  msgid "Skip linking"
208
  msgstr ""
209
 
210
- #: classes/hooks/class-hook-page-install.php:309
211
  msgid "That's it, you're good to go!"
212
  msgstr ""
213
 
214
- #: classes/hooks/class-hook-page-install.php:310
215
  msgid ""
216
  "Thanks again for using Related Posts for WordPress and if you have any "
217
  "questions be sure to ask them at the %sWordPress.org forums.%s"
218
  msgstr ""
219
 
220
- #: classes/hooks/class-hook-page-install.php:313
221
  msgid "Click here to return to step 1"
222
  msgstr ""
223
 
224
- #: classes/hooks/class-hook-page-install.php:319
225
  msgid "Click here to go to the settings page"
226
  msgstr ""
227
 
228
- #: classes/hooks/class-hook-settings-page.php:57
229
  msgid "Plugin version"
230
  msgstr ""
231
 
232
- #: classes/hooks/class-hook-settings-page.php:63
233
  msgid ""
234
  "Got a question? Simply send us an email at "
235
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
236
  "active license."
237
  msgstr ""
238
 
239
- #: classes/hooks/class-hook-settings-page.php:67
240
  msgid "More information"
241
  msgstr ""
242
 
243
- #: classes/hooks/class-hook-settings-page.php:69
244
  msgid "<a href='%s'>Documentation</a>"
245
  msgstr ""
246
 
247
- #: classes/hooks/class-hook-settings-page.php:71
248
  msgid "<a href='%s'>Changelog</a>"
249
  msgstr ""
250
 
251
- #: classes/hooks/class-hook-settings-page.php:73
252
  msgid "<a href='%s'>Give us a review</a>"
253
  msgstr ""
254
 
255
- #: classes/hooks/class-hook-settings-page.php:78
256
- msgid "About the developer"
257
  msgstr ""
258
 
259
- #: classes/hooks/class-hook-settings-page.php:80
260
- msgid ""
261
- "Barry is a WordPress developer that works on WooCommerce and is the author "
262
- "of various WordPress plugins that include Related Posts for WordPress, Post "
263
- "Connector and What The File."
264
  msgstr ""
265
 
266
- #: classes/hooks/class-hook-settings-page.php:82
267
  msgid ""
268
- "Barry likes contributing to open source projects and visiting WordCamps and "
269
- "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
 
270
  msgstr ""
271
 
272
- #: classes/hooks/class-hook-settings-page.php:84
273
- msgid "%sFollow Barry on Twitter%s."
274
  msgstr ""
275
 
276
- #: classes/hooks/class-hook-settings-page.php:110
277
  msgid "General"
278
  msgstr ""
279
 
280
- #: classes/hooks/class-hook-settings-page.php:130
281
  msgid "Installer"
282
  msgstr ""
283
 
@@ -285,17 +307,17 @@ msgstr ""
285
  msgid "Add Related Posts"
286
  msgstr ""
287
 
288
- #: classes/meta-boxes/class-meta-box-manage.php:103
289
- #: classes/meta-boxes/class-meta-box-manage.php:104
290
  msgid "Edit Post"
291
  msgstr ""
292
 
293
- #: classes/meta-boxes/class-meta-box-manage.php:106
294
- #: classes/meta-boxes/class-meta-box-manage.php:107
295
  msgid "Unlink Related Post"
296
  msgstr ""
297
 
298
- #: classes/meta-boxes/class-meta-box-manage.php:120
299
  msgid "No related posts found."
300
  msgstr ""
301
 
@@ -303,7 +325,7 @@ msgstr ""
303
  msgid "Related Posts Options"
304
  msgstr ""
305
 
306
- #: classes/meta-boxes/class-meta-box-options.php:59
307
  msgid "Exclude"
308
  msgstr ""
309
 
@@ -380,35 +402,91 @@ msgstr ""
380
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
381
  msgstr ""
382
 
383
- #: classes/settings/class-settings-general.php:51
384
  msgid "Frontend Settings"
385
  msgstr ""
386
 
387
- #: classes/settings/class-settings-general.php:52
388
  msgid ""
389
  "The following options affect how related %ss are displayed on the frontend."
390
  msgstr ""
391
 
392
- #: classes/settings/class-settings-general.php:56
393
  msgid "Heading text"
394
  msgstr ""
395
 
396
- #: classes/settings/class-settings-general.php:57
397
  msgid ""
398
  "The text that is displayed above the related %ss. To disable, leave field "
399
  "empty."
400
  msgstr ""
401
 
402
- #: classes/settings/class-settings-general.php:63
403
  msgid "Excerpt length"
404
  msgstr ""
405
 
406
- #: classes/settings/class-settings-general.php:64
407
  msgid ""
408
  "The amount of words to be displayed below the title on website. To disable, "
409
  "set value to 0."
410
  msgstr ""
411
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
412
  #: classes/settings/class-settings-license.php:18
413
  msgid "License"
414
  msgstr ""
@@ -478,11 +556,19 @@ msgid ""
478
  "problems connecting to licensing server."
479
  msgstr ""
480
 
481
- #: classes/settings/class-settings-page.php:448
 
 
 
 
 
 
 
 
482
  msgid "ACTIVATED"
483
  msgstr ""
484
 
485
- #: classes/settings/class-settings-page.php:450
486
  msgid "NOT ACTIVE"
487
  msgstr ""
488
 
@@ -500,42 +586,95 @@ msgid ""
500
  "need to rerun the installer after changing weights."
501
  msgstr ""
502
 
 
 
 
 
 
503
  #: classes/settings/class-settings-weights.php:30
 
 
 
 
 
 
504
  msgid "The weight of the title."
505
  msgstr ""
506
 
507
- #: classes/settings/class-settings-weights.php:36
508
  msgid "Links"
509
  msgstr ""
510
 
511
- #: classes/settings/class-settings-weights.php:37
512
  msgid "The weight of the links found in the content."
513
  msgstr ""
514
 
515
- #: classes/settings/class-settings-weights.php:43
516
  msgid "Categories"
517
  msgstr ""
518
 
519
- #: classes/settings/class-settings-weights.php:44
520
  msgid "The weight of the categories."
521
  msgstr ""
522
 
523
- #: classes/settings/class-settings-weights.php:50
524
  msgid "Tags"
525
  msgstr ""
526
 
527
- #: classes/settings/class-settings-weights.php:51
528
  msgid "The weight of the tags."
529
  msgstr ""
530
 
531
- #: classes/settings/class-settings-weights.php:57
532
  msgid "Custom Taxonomies"
533
  msgstr ""
534
 
535
- #: classes/settings/class-settings-weights.php:58
536
  msgid "The weight of custom taxonomies."
537
  msgstr ""
538
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
539
  #: includes/updater/class-rp4wp-updater.php:131
540
  msgid "Hide notice"
541
  msgstr ""
@@ -553,9 +692,9 @@ msgid "The best way to display related posts in WordPress."
553
  msgstr ""
554
 
555
  #. Author of the plugin/theme
556
- msgid "Barry Kooij"
557
  msgstr ""
558
 
559
  #. Author URI of the plugin/theme
560
- msgid "http://www.barrykooij.com/"
561
  msgstr ""
1
+ # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Related Posts for WordPress\n"
7
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
8
+ "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
9
+ "PO-Revision-Date: 2016-08-25 13:54+0000\n"
10
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
11
  "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/uk_UA/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: uk_UA\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: grunt-wp-i18n 0.4.9\n"
18
 
19
  #: classes/class-is-installing-notice.php:74
20
  msgid ""
30
  msgid "Are you sure you want to delete this related post?"
31
  msgstr ""
32
 
33
+ #: classes/class-javascript-strings.php:15
34
+ msgid "Delete this post type"
35
+ msgstr ""
36
+
37
+ #: classes/class-javascript-strings.php:16
38
+ msgid "Relink related posts"
39
+ msgstr ""
40
+
41
+ #: classes/class-javascript-strings.php:17
42
+ msgid "Reinstall this post type"
43
+ msgstr ""
44
+
45
+ #: classes/class-javascript-strings.php:18
46
+ msgid "Save post type"
47
+ msgstr ""
48
+
49
+ #: classes/class-javascript-strings.php:19
50
+ msgid "Add post type"
51
+ msgstr ""
52
+
53
  #: classes/class-link-related-table.php:45
54
  #: classes/hooks/class-hook-settings-page.php:20
55
  #: classes/meta-boxes/class-meta-box-manage.php:37
56
+ #: classes/settings/class-settings-general.php:60
57
  msgid "Related Posts"
58
  msgstr ""
59
 
62
  msgstr ""
63
 
64
  #: classes/class-link-related-table.php:95
65
+ #: classes/settings/class-settings-weights.php:37
66
  msgid "Title"
67
  msgstr ""
68
 
69
  #: classes/class-link-related-table.php:96
70
+ #: classes/hooks/class-hook-page-install.php:187
71
+ #: classes/hooks/class-hook-settings-page.php:155
72
  msgid "Post Type"
73
  msgstr ""
74
 
75
+ #: classes/class-link-related-table.php:97
76
+ msgid "Post Date"
77
+ msgstr ""
78
+
79
+ #: classes/class-link-related-table.php:270
80
  msgid "Link Post"
81
  msgstr ""
82
 
83
+ #: classes/class-link-related-table.php:278
84
  msgid "View Post"
85
  msgstr ""
86
 
87
+ #: classes/class-link-related-table.php:317
88
  msgid "Link Posts"
89
  msgstr ""
90
 
91
  #: classes/class-post-type-manager.php:21
92
+ #: classes/hooks/class-hook-link-related-screen.php:187
93
  msgid "Posts"
94
  msgstr ""
95
 
109
  msgid "Settings"
110
  msgstr ""
111
 
112
+ #: classes/hooks/class-hook-link-related-screen.php:189
113
  msgid "Cancel linking"
114
  msgstr ""
115
 
116
+ #: classes/hooks/class-hook-link-related-screen.php:205
117
  msgid "Search"
118
  msgstr ""
119
 
120
+ #: classes/hooks/class-hook-page-install.php:59
121
  msgid "Welcome"
122
  msgstr ""
123
 
124
+ #: classes/hooks/class-hook-page-install.php:60
125
  msgid "Caching Posts"
126
  msgstr ""
127
 
128
+ #: classes/hooks/class-hook-page-install.php:61
129
  msgid "Linking Posts"
130
  msgstr ""
131
 
132
+ #: classes/hooks/class-hook-page-install.php:62
133
  msgid "Finished"
134
  msgstr ""
135
 
136
+ #: classes/hooks/class-hook-page-install.php:78
137
  msgid ""
138
  "Missing post type parameter, please report this incident via %sour "
139
  "website%s."
140
  msgstr ""
141
 
142
+ #: classes/hooks/class-hook-page-install.php:121
143
  msgid "Installation"
144
  msgstr ""
145
 
146
+ #: classes/hooks/class-hook-page-install.php:168
147
+ #: classes/hooks/class-hook-page-install.php:247
148
  msgid "Thank you for choosing Related Posts for WordPress!"
149
  msgstr ""
150
 
151
+ #: classes/hooks/class-hook-page-install.php:169
152
  msgid ""
153
  "Below you'll find your post types available for installation, by installing "
154
  "a post type we'll set up a cache and offer you the ability to automatic link"
156
  "Type' button."
157
  msgstr ""
158
 
159
+ #: classes/hooks/class-hook-page-install.php:188
160
  msgid "Related to Post Types"
161
  msgstr ""
162
 
163
+ #: classes/hooks/class-hook-page-install.php:223
164
+ msgid "Edit this post type"
165
  msgstr ""
166
 
167
+ #: classes/hooks/class-hook-page-install.php:248
168
  msgid ""
169
  "Before you can start using Related Posts for WordPress we need to cache your"
170
  " current posts."
171
  msgstr ""
172
 
173
+ #: classes/hooks/class-hook-page-install.php:249
174
  msgid ""
175
  "This is a one time process which might take some time now, depending on the "
176
  "amount of posts you have, but will ensure your website's performance when "
177
  "using the plugin."
178
  msgstr ""
179
 
180
+ #: classes/hooks/class-hook-page-install.php:251
181
  msgid ""
182
  "Do NOT close this window, wait for this process to finish and this wizard to"
183
  " take you to the next step."
184
  msgstr ""
185
 
186
+ #: classes/hooks/class-hook-page-install.php:285
187
  msgid "Great! All your posts were successfully cached!"
188
  msgstr ""
189
 
190
+ #: classes/hooks/class-hook-page-install.php:286
191
  msgid ""
192
  "You can let me link your posts, based on what I think is related, to each "
193
  "other. And don't worry, if I made a mistake at one of your posts you can "
194
  "easily correct this by editing it manually!"
195
  msgstr ""
196
 
197
+ #: classes/hooks/class-hook-page-install.php:287
198
  msgid ""
199
  "Want me to start linking posts to each other? Fill in the amount of related "
200
  "posts each post should have and click on the \"Link now\" button. Rather "
201
  "link your posts manually? Click \"Skip linking\"."
202
  msgstr ""
203
 
204
+ #: classes/hooks/class-hook-page-install.php:288
205
  msgid ""
206
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
207
  " process to finish and this wizard to take you to the next step."
208
  msgstr ""
209
 
210
+ #: classes/hooks/class-hook-page-install.php:295
211
  msgid "Amount of related posts:"
212
  msgstr ""
213
 
214
+ #: classes/hooks/class-hook-page-install.php:299
215
  msgid "The amount of related items per %s"
216
  msgstr ""
217
 
218
+ #: classes/hooks/class-hook-page-install.php:305
219
  msgid "Maximum Post Age:"
220
  msgstr ""
221
 
222
+ #: classes/hooks/class-hook-page-install.php:309
223
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
224
  msgstr ""
225
 
226
+ #: classes/hooks/class-hook-page-install.php:316
227
  msgid "Link now"
228
  msgstr ""
229
 
230
+ #: classes/hooks/class-hook-page-install.php:318
231
  msgid "Skip linking"
232
  msgstr ""
233
 
234
+ #: classes/hooks/class-hook-page-install.php:336
235
  msgid "That's it, you're good to go!"
236
  msgstr ""
237
 
238
+ #: classes/hooks/class-hook-page-install.php:337
239
  msgid ""
240
  "Thanks again for using Related Posts for WordPress and if you have any "
241
  "questions be sure to ask them at the %sWordPress.org forums.%s"
242
  msgstr ""
243
 
244
+ #: classes/hooks/class-hook-page-install.php:340
245
  msgid "Click here to return to step 1"
246
  msgstr ""
247
 
248
+ #: classes/hooks/class-hook-page-install.php:346
249
  msgid "Click here to go to the settings page"
250
  msgstr ""
251
 
252
+ #: classes/hooks/class-hook-settings-page.php:58
253
  msgid "Plugin version"
254
  msgstr ""
255
 
256
+ #: classes/hooks/class-hook-settings-page.php:64
257
  msgid ""
258
  "Got a question? Simply send us an email at "
259
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
260
  "active license."
261
  msgstr ""
262
 
263
+ #: classes/hooks/class-hook-settings-page.php:68
264
  msgid "More information"
265
  msgstr ""
266
 
267
+ #: classes/hooks/class-hook-settings-page.php:70
268
  msgid "<a href='%s'>Documentation</a>"
269
  msgstr ""
270
 
271
+ #: classes/hooks/class-hook-settings-page.php:72
272
  msgid "<a href='%s'>Changelog</a>"
273
  msgstr ""
274
 
275
+ #: classes/hooks/class-hook-settings-page.php:74
276
  msgid "<a href='%s'>Give us a review</a>"
277
  msgstr ""
278
 
279
+ #: classes/hooks/class-hook-settings-page.php:76
280
+ msgid "Check out our other plugins at Never5.com"
281
  msgstr ""
282
 
283
+ #: classes/hooks/class-hook-settings-page.php:81
284
+ msgid "About Never5"
 
 
 
285
  msgstr ""
286
 
287
+ #: classes/hooks/class-hook-settings-page.php:85
288
  msgid ""
289
+ "At %sNever5%s we create high quality premium WordPress plugins, with "
290
+ "extensive support. We offer solutions in related posts, advanced download "
291
+ "management, vehicle management and connecting post types."
292
  msgstr ""
293
 
294
+ #: classes/hooks/class-hook-settings-page.php:87
295
+ msgid "%sFollow Never5 on Twitter%s"
296
  msgstr ""
297
 
298
+ #: classes/hooks/class-hook-settings-page.php:113
299
  msgid "General"
300
  msgstr ""
301
 
302
+ #: classes/hooks/class-hook-settings-page.php:133
303
  msgid "Installer"
304
  msgstr ""
305
 
307
  msgid "Add Related Posts"
308
  msgstr ""
309
 
310
+ #: classes/meta-boxes/class-meta-box-manage.php:108
311
+ #: classes/meta-boxes/class-meta-box-manage.php:109
312
  msgid "Edit Post"
313
  msgstr ""
314
 
315
+ #: classes/meta-boxes/class-meta-box-manage.php:111
316
+ #: classes/meta-boxes/class-meta-box-manage.php:112
317
  msgid "Unlink Related Post"
318
  msgstr ""
319
 
320
+ #: classes/meta-boxes/class-meta-box-manage.php:125
321
  msgid "No related posts found."
322
  msgstr ""
323
 
325
  msgid "Related Posts Options"
326
  msgstr ""
327
 
328
+ #: classes/meta-boxes/class-meta-box-options.php:62
329
  msgid "Exclude"
330
  msgstr ""
331
 
402
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
403
  msgstr ""
404
 
405
+ #: classes/settings/class-settings-general.php:52
406
  msgid "Frontend Settings"
407
  msgstr ""
408
 
409
+ #: classes/settings/class-settings-general.php:53
410
  msgid ""
411
  "The following options affect how related %ss are displayed on the frontend."
412
  msgstr ""
413
 
414
+ #: classes/settings/class-settings-general.php:57
415
  msgid "Heading text"
416
  msgstr ""
417
 
418
+ #: classes/settings/class-settings-general.php:58
419
  msgid ""
420
  "The text that is displayed above the related %ss. To disable, leave field "
421
  "empty."
422
  msgstr ""
423
 
424
+ #: classes/settings/class-settings-general.php:64
425
  msgid "Excerpt length"
426
  msgstr ""
427
 
428
+ #: classes/settings/class-settings-general.php:65
429
  msgid ""
430
  "The amount of words to be displayed below the title on website. To disable, "
431
  "set value to 0."
432
  msgstr ""
433
 
434
+ #: classes/settings/class-settings-general.php:73
435
+ msgid "Thumbnail size"
436
+ msgstr ""
437
+
438
+ #: classes/settings/class-settings-general.php:74
439
+ msgid ""
440
+ "These settings affect the display and dimensions of your related post "
441
+ "thumbnails – the display on the front-end will still be affected by CSS "
442
+ "styles. After changing these settings you may need to %sregenerate your "
443
+ "thumbnails.%s"
444
+ msgstr ""
445
+
446
+ #: classes/settings/class-settings-general.php:78
447
+ msgid "Width"
448
+ msgstr ""
449
+
450
+ #: classes/settings/class-settings-general.php:79
451
+ msgid "Thumbnail's width in pixels."
452
+ msgstr ""
453
+
454
+ #: classes/settings/class-settings-general.php:85
455
+ msgid "Height"
456
+ msgstr ""
457
+
458
+ #: classes/settings/class-settings-general.php:86
459
+ msgid "Thumbnail's height in pixels."
460
+ msgstr ""
461
+
462
+ #: classes/settings/class-settings-general.php:92
463
+ msgid "Crop"
464
+ msgstr ""
465
+
466
+ #: classes/settings/class-settings-general.php:93
467
+ msgid "Crop the image from the center."
468
+ msgstr ""
469
+
470
+ #: classes/settings/class-settings-general.php:101
471
+ msgid "Thumbnail Placeholder"
472
+ msgstr ""
473
+
474
+ #: classes/settings/class-settings-general.php:102
475
+ msgid ""
476
+ "The placeholder will be used if no featured image is set and no images could"
477
+ " be found in the content."
478
+ msgstr ""
479
+
480
+ #: classes/settings/class-settings-general.php:106
481
+ msgid "Placeholder"
482
+ msgstr ""
483
+
484
+ #: classes/settings/class-settings-general.php:107
485
+ msgid ""
486
+ "Thumbnail placeholder, the image that will be used if no other image is "
487
+ "found."
488
+ msgstr ""
489
+
490
  #: classes/settings/class-settings-license.php:18
491
  msgid "License"
492
  msgstr ""
556
  "problems connecting to licensing server."
557
  msgstr ""
558
 
559
+ #: classes/settings/class-settings-page.php:212
560
+ msgid "Image URL"
561
+ msgstr ""
562
+
563
+ #: classes/settings/class-settings-page.php:213
564
+ msgid "Upload Image"
565
+ msgstr ""
566
+
567
+ #: classes/settings/class-settings-page.php:468
568
  msgid "ACTIVATED"
569
  msgstr ""
570
 
571
+ #: classes/settings/class-settings-page.php:470
572
  msgid "NOT ACTIVE"
573
  msgstr ""
574
 
586
  "need to rerun the installer after changing weights."
587
  msgstr ""
588
 
589
+ #: classes/settings/class-settings-weights.php:29
590
+ #: classes/settings/class-settings-weights.php:33
591
+ msgid "Reset Weight"
592
+ msgstr ""
593
+
594
  #: classes/settings/class-settings-weights.php:30
595
+ msgid ""
596
+ "Reset the weights back to their defaults. Don't forget to Save the Changes "
597
+ "after resetting the weights."
598
+ msgstr ""
599
+
600
+ #: classes/settings/class-settings-weights.php:38
601
  msgid "The weight of the title."
602
  msgstr ""
603
 
604
+ #: classes/settings/class-settings-weights.php:44
605
  msgid "Links"
606
  msgstr ""
607
 
608
+ #: classes/settings/class-settings-weights.php:45
609
  msgid "The weight of the links found in the content."
610
  msgstr ""
611
 
612
+ #: classes/settings/class-settings-weights.php:51
613
  msgid "Categories"
614
  msgstr ""
615
 
616
+ #: classes/settings/class-settings-weights.php:52
617
  msgid "The weight of the categories."
618
  msgstr ""
619
 
620
+ #: classes/settings/class-settings-weights.php:58
621
  msgid "Tags"
622
  msgstr ""
623
 
624
+ #: classes/settings/class-settings-weights.php:59
625
  msgid "The weight of the tags."
626
  msgstr ""
627
 
628
+ #: classes/settings/class-settings-weights.php:65
629
  msgid "Custom Taxonomies"
630
  msgstr ""
631
 
632
+ #: classes/settings/class-settings-weights.php:66
633
  msgid "The weight of custom taxonomies."
634
  msgstr ""
635
 
636
+ #: classes/settings/class-settings-words.php:18
637
+ msgid "Words"
638
+ msgstr ""
639
+
640
+ #: classes/settings/class-settings-words.php:24
641
+ msgid "Word related options"
642
+ msgstr ""
643
+
644
+ #: classes/settings/class-settings-words.php:25
645
+ msgid ""
646
+ "Control what extra words should be excluded and what word combinations "
647
+ "should be parsed as a single word."
648
+ msgstr ""
649
+
650
+ #: classes/settings/class-settings-words.php:29
651
+ msgid "Extra Ignored Words"
652
+ msgstr ""
653
+
654
+ #: classes/settings/class-settings-words.php:30
655
+ msgid ""
656
+ "By default we already ignore a lot of words based on your language that are "
657
+ "not related to your content. In English this would be words like %s and %s."
658
+ msgstr ""
659
+
660
+ #: classes/settings/class-settings-words.php:30
661
+ msgid "Add the extra words you would to ignore here, one word per row."
662
+ msgstr ""
663
+
664
+ #: classes/settings/class-settings-words.php:36
665
+ msgid "Joined Words"
666
+ msgstr ""
667
+
668
+ #: classes/settings/class-settings-words.php:37
669
+ msgid ""
670
+ "By default we split content per word but some word combinations should be "
671
+ "considered as one word. An example of this would be %s."
672
+ msgstr ""
673
+
674
+ #: classes/settings/class-settings-words.php:37
675
+ msgid "Add your joined words here, one joined word per row."
676
+ msgstr ""
677
+
678
  #: includes/updater/class-rp4wp-updater.php:131
679
  msgid "Hide notice"
680
  msgstr ""
692
  msgstr ""
693
 
694
  #. Author of the plugin/theme
695
+ msgid "Never5"
696
  msgstr ""
697
 
698
  #. Author URI of the plugin/theme
699
+ msgid "http://www.never5.com/"
700
  msgstr ""
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Related Posts for WordPress ===
2
- Contributors: never5, barrykooij
3
  Donate link: http://www.barrykooij.com/donate/
4
- Tags: related posts for wordpress, related posts for wp, simple related posts, easy related posts, related posts, related, relations, internal links, seo, bounce rate
5
  Requires at least: 3.6
6
- Tested up to: 4.6.1
7
- Stable tag: 1.9.3
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -118,6 +118,19 @@ There is one custom table created for the post cache, this table will however no
118
 
119
  == Changelog ==
120
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  = 1.9.3: May 2, 2016 =
122
  * Tweak: Fixed a bug that caused the search query to reset when navigating through pages on the manual linking page.
123
  * Tweak: Fixed unescaped page request variable on manual linking page.
1
  === Related Posts for WordPress ===
2
+ Contributors: never5, barrykooij, hchouhan
3
  Donate link: http://www.barrykooij.com/donate/
4
+ Tags: related posts for wordpress, related posts for wp, simple related posts, easy related posts, related posts, related post, related, relations, internal links, seo, bounce rate
5
  Requires at least: 3.6
6
+ Tested up to: 4.8.1
7
+ Stable tag: 2.0.0
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
118
 
119
  == Changelog ==
120
 
121
+ = 2.0.0: December 16, 2016 =
122
+ * Feature: New related post is found for parents of posts that are put back to draft or deleted.
123
+ * Feature: Related post are now removed when a post is put back to draft or deleted.
124
+ * Feature: Improved Content Matching Score algorithm. Better related content result. Rerun wizard for better results.
125
+ * Tweak: Fixed issue with search queries with multiple words in manual post linking.
126
+ * Tweak: Added post dates to manual linking screen.
127
+ * Tweak: Fixed jQuery lib include for HTTPS websites.
128
+ * Tweak: Added rp4wp_settings_sections filter to settings.
129
+ * Tweak: Renamed 'Restart wizard' to 'Rebuild Linkage'.
130
+ * Tweak: Added rp4wp_supported_post_types filter to various places.
131
+ * Tweak: Added keys to settings to allow for more detailed filtering.
132
+ * Tweak: Language updates for: NL, DE, FR, IT, BR, PT, RS, SE, UA.
133
+
134
  = 1.9.3: May 2, 2016 =
135
  * Tweak: Fixed a bug that caused the search query to reset when navigating through pages on the manual linking page.
136
  * Tweak: Fixed unescaped page request variable on manual linking page.
related-posts-for-wp.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Related Posts for WordPress
4
  Plugin URI: http://www.relatedpostsforwp.com/
5
  Description: Related Posts for WordPress, the best way to display related posts in WordPress.
6
- Version: 1.9.3
7
  Author: Never5
8
  Author URI: http://www.never5.com/
9
  License: GPL v3
3
  Plugin Name: Related Posts for WordPress
4
  Plugin URI: http://www.relatedpostsforwp.com/
5
  Description: Related Posts for WordPress, the best way to display related posts in WordPress.
6
+ Version: 2.0.0
7
  Author: Never5
8
  Author URI: http://www.never5.com/
9
  License: GPL v3
vendor/autoload_52.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
- return ComposerAutoloaderInit4547b3ffa653b535c9c3af8cf1e7f015::getLoader();
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
+ return ComposerAutoloaderInit0110ea92b1b5d6c9bde3a48a9bfbf3bc::getLoader();
vendor/composer/ClassLoader.php CHANGED
@@ -13,9 +13,7 @@
13
  namespace Composer\Autoload;
14
 
15
  /**
16
- * ClassLoader implements a PSR-0 class loader
17
- *
18
- * See https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
19
  *
20
  * $loader = new \Composer\Autoload\ClassLoader();
21
  *
@@ -39,6 +37,8 @@ namespace Composer\Autoload;
39
  *
40
  * @author Fabien Potencier <fabien@symfony.com>
41
  * @author Jordi Boggiano <j.boggiano@seld.be>
 
 
42
  */
43
  class ClassLoader
44
  {
@@ -147,7 +147,7 @@ class ClassLoader
147
  * appending or prepending to the ones previously set for this namespace.
148
  *
149
  * @param string $prefix The prefix/namespace, with trailing '\\'
150
- * @param array|string $paths The PSR-0 base directories
151
  * @param bool $prepend Whether to prepend the directories
152
  *
153
  * @throws \InvalidArgumentException
13
  namespace Composer\Autoload;
14
 
15
  /**
16
+ * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
 
 
17
  *
18
  * $loader = new \Composer\Autoload\ClassLoader();
19
  *
37
  *
38
  * @author Fabien Potencier <fabien@symfony.com>
39
  * @author Jordi Boggiano <j.boggiano@seld.be>
40
+ * @see http://www.php-fig.org/psr/psr-0/
41
+ * @see http://www.php-fig.org/psr/psr-4/
42
  */
43
  class ClassLoader
44
  {
147
  * appending or prepending to the ones previously set for this namespace.
148
  *
149
  * @param string $prefix The prefix/namespace, with trailing '\\'
150
+ * @param array|string $paths The PSR-4 base directories
151
  * @param bool $prepend Whether to prepend the directories
152
  *
153
  * @throws \InvalidArgumentException
vendor/composer/autoload_classmap.php CHANGED
@@ -28,6 +28,7 @@ return array(
28
  'RP4WP_Hook_Post_Type' => $baseDir . '/classes/hooks/class-hook-post-type.php',
29
  'RP4WP_Hook_Related_Auto_Link' => $baseDir . '/classes/hooks/class-hook-related-auto-link.php',
30
  'RP4WP_Hook_Related_Save_Words' => $baseDir . '/classes/hooks/class-hook-related-save-words.php',
 
31
  'RP4WP_Hook_Settings_Page' => $baseDir . '/classes/hooks/class-hook-settings-page.php',
32
  'RP4WP_Hook_Shortcode' => $baseDir . '/classes/hooks/class-hook-shortcode.php',
33
  'RP4WP_Hook_Widget' => $baseDir . '/classes/hooks/class-hook-widget.php',
28
  'RP4WP_Hook_Post_Type' => $baseDir . '/classes/hooks/class-hook-post-type.php',
29
  'RP4WP_Hook_Related_Auto_Link' => $baseDir . '/classes/hooks/class-hook-related-auto-link.php',
30
  'RP4WP_Hook_Related_Save_Words' => $baseDir . '/classes/hooks/class-hook-related-save-words.php',
31
+ 'RP4WP_Hook_Related_Update_Link' => $baseDir . '/classes/hooks/class-hook-related-update-link.php',
32
  'RP4WP_Hook_Settings_Page' => $baseDir . '/classes/hooks/class-hook-settings-page.php',
33
  'RP4WP_Hook_Shortcode' => $baseDir . '/classes/hooks/class-hook-shortcode.php',
34
  'RP4WP_Hook_Widget' => $baseDir . '/classes/hooks/class-hook-widget.php',
vendor/composer/autoload_real.php CHANGED
@@ -43,8 +43,3 @@ class ComposerAutoloaderInit26c472e17f80ae54ffe27bb18257c99f
43
  return $loader;
44
  }
45
  }
46
-
47
- function composerRequire26c472e17f80ae54ffe27bb18257c99f($file)
48
- {
49
- require $file;
50
- }
43
  return $loader;
44
  }
45
  }
 
 
 
 
 
vendor/composer/autoload_real_52.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
- class ComposerAutoloaderInit4547b3ffa653b535c9c3af8cf1e7f015 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit4547b3ffa653b535c9c3af8cf1e7f015 {
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit4547b3ffa653b535c9c3af8cf1e7f015', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit4547b3ffa653b535c9c3af8cf1e7f015', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
+ class ComposerAutoloaderInit0110ea92b1b5d6c9bde3a48a9bfbf3bc {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit0110ea92b1b5d6c9bde3a48a9bfbf3bc', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit0110ea92b1b5d6c9bde3a48a9bfbf3bc', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);