Related Posts for WordPress - Version 1.7.2

Version Description

Download this release

Release Info

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

Code changes from version 1.7.1 to 1.7.2

Files changed (34) hide show
  1. assets/css/install.css +1 -1
  2. assets/css/install.less +65 -43
  3. assets/css/settings.css +1 -1
  4. assets/css/settings.less +55 -47
  5. classes/class-related-post-manager.php +1 -1
  6. classes/class-rp4wp.php +1 -1
  7. classes/hooks/class-hook-link-related-screen.php +5 -7
  8. classes/hooks/class-hook-page-install.php +71 -46
  9. languages/related-posts-for-wp-bg_bg.mo +0 -0
  10. languages/related-posts-for-wp-bg_bg.po +456 -0
  11. languages/related-posts-for-wp-de_de.mo +0 -0
  12. languages/related-posts-for-wp-de_de.po +458 -0
  13. languages/related-posts-for-wp-en_en.mo +0 -0
  14. languages/related-posts-for-wp-en_en.po +455 -0
  15. languages/related-posts-for-wp-es_es.mo +0 -0
  16. languages/related-posts-for-wp-es_es.po +456 -0
  17. languages/related-posts-for-wp-fr_fr.mo +0 -0
  18. languages/related-posts-for-wp-fr_fr.po +456 -0
  19. languages/related-posts-for-wp-it_it.mo +0 -0
  20. languages/related-posts-for-wp-it_it.po +456 -0
  21. languages/related-posts-for-wp-nl_NL.mo +0 -0
  22. languages/related-posts-for-wp-nl_NL.po +325 -280
  23. languages/related-posts-for-wp-no_no.mo +0 -0
  24. languages/related-posts-for-wp-no_no.po +456 -0
  25. languages/related-posts-for-wp-pt_pt.mo +0 -0
  26. languages/related-posts-for-wp-pt_pt.po +456 -0
  27. languages/related-posts-for-wp-ru_ru.mo +0 -0
  28. languages/related-posts-for-wp-ru_ru.po +456 -0
  29. languages/related-posts-for-wp-sr_sr.mo +0 -0
  30. languages/related-posts-for-wp-sr_sr.po +457 -0
  31. languages/related-posts-for-wp-sv_sv.mo +0 -0
  32. languages/related-posts-for-wp-sv_sv.po +457 -0
  33. readme.txt +6 -1
  34. related-posts-for-wp.php +1 -1
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 #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-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 #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}
assets/css/install.less CHANGED
@@ -1,59 +1,81 @@
1
  .install-steps {
2
- li {
3
- width: 33%;
4
- padding: 10px 15px;
5
- font-weight: bold;
6
- color: #eee;
7
- background: #222222;
8
- float: left;
9
- -moz-box-sizing: border-box;
10
- -webkit-box-sizing: border-box;
11
- box-sizing: border-box;
12
-
13
- &.step-bar-active {
14
- background: #0074a2;
15
- }
16
-
17
- &:first-child {
18
- margin-left: 0;
19
- }
20
- }
21
  }
22
 
23
  .rp4wp-step {
24
 
25
- #progressbar {
26
- span {
27
- line-height: 28px;
28
- display: block;
29
- text-align: right;
30
- padding-right: 10px;
31
- color: #3B3B3B;
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  }
34
 
35
- .rp4wp-install-link-box {
36
- label {
37
- padding-right: 20px;
38
- }
39
- input {
40
- width: 40px;
41
- text-align: center;
42
- }
43
- a.rp4wp-link-now-btn {
44
- margin-left: 20px;
45
- margin-right: 10px;
46
- }
47
  }
 
48
 
49
  }
50
 
51
  .rp4wp-install-link-box {
52
- display: inline;
53
- padding: 15px;
54
- border: 1px solid #0074a2;
55
  }
56
 
57
  .rp4wp-step-2 #progressbar {
58
- margin-top: 30px;
59
  }
1
  .install-steps {
2
+ li {
3
+ width: 33%;
4
+ padding: 10px 15px;
5
+ font-weight: bold;
6
+ color: #eee;
7
+ background: #222222;
8
+ float: left;
9
+ -moz-box-sizing: border-box;
10
+ -webkit-box-sizing: border-box;
11
+ box-sizing: border-box;
12
+
13
+ &.step-bar-active {
14
+ background: #0074a2;
15
+ }
16
+
17
+ &:first-child {
18
+ margin-left: 0;
19
+ }
20
+ }
21
  }
22
 
23
  .rp4wp-step {
24
 
25
+ #progressbar {
26
+ span {
27
+ line-height: 28px;
28
+ display: block;
29
+ text-align: right;
30
+ padding-right: 10px;
31
+ color: #3B3B3B;
32
+ }
33
+ }
34
+
35
+ .rp4wp-install-link-box {
36
+ label {
37
+ padding-right: 20px;
38
+ }
39
+ input {
40
+ width: 40px;
41
+ text-align: center;
42
+ }
43
+ a.rp4wp-link-now-btn {
44
+ margin-left: 20px;
45
+ margin-right: 10px;
46
+ }
47
+ }
48
+
49
+ .rp4wp-box-upgrade {
50
+ background: #222;
51
+ color: #ddd;
52
+ margin: 25px 0 0;
53
+ padding: 20px 20px 10px;
54
+ -moz-box-sizing: border-box;
55
+ -webkit-box-sizing: border-box;
56
+ box-sizing: border-box;
57
+
58
+ h3 {
59
+ color: #fff;
60
+ border: 0;
61
+ padding: 0;
62
+ margin: 0;
63
  }
64
 
65
+ a {
66
+ color: #2ea2cc;
67
+ font-weight: bold;
 
 
 
 
 
 
 
 
 
68
  }
69
+ }
70
 
71
  }
72
 
73
  .rp4wp-install-link-box {
74
+ display: inline;
75
+ padding: 15px;
76
+ border: 1px solid #0074a2;
77
  }
78
 
79
  .rp4wp-step-2 #progressbar {
80
+ margin-top: 30px;
81
  }
assets/css/settings.css CHANGED
@@ -1 +1 @@
1
- .rp4wp-content{width:65%;float:left;box-sizing:border-box}.rp4wp-content input.rp4wp-input-text{width:100%}.rp4wp-content textarea{width:100%;height:150px}.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 .rp4wp-sidebar-header{line-height:0;border-bottom:2px solid #005592}.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}
1
+ .rp4wp-content{width:65%;float:left;box-sizing:border-box}.rp4wp-content input.rp4wp-input-text{width:100%}.rp4wp-content textarea{width:100%;height:150px}.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 .rp4wp-sidebar-header{line-height:0;border-bottom:2px solid #005592}.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 a{color:#2ea2cc;font-weight:700}
assets/css/settings.less CHANGED
@@ -1,55 +1,63 @@
1
  .rp4wp-content {
2
- width: 65%;
3
- float: left;
4
- box-sizing: border-box;
5
-
6
- input.rp4wp-input-text {
7
- width: 100%;
8
- }
9
-
10
- textarea {
11
- width: 100%;
12
- height: 150px;
13
- }
14
-
15
- .rp4wp-description {
16
- display: block;
17
- margin: 5px 0;
18
- line-height: 1.4em;
19
- color: #666;
20
- font-style: italic;
21
- }
22
 
23
  }
24
 
25
  .rp4wp-sidebar {
26
- width: 33%;
27
- margin-left: 2%;
28
- padding: 0 0 0 2%;
29
- border-left: 1px solid #ccc;
30
- float: left;
31
- box-sizing: border-box;
32
-
33
- .rp4wp-box {
34
- margin-bottom: 20px;
35
-
36
- .rp4wp-sidebar-header {
37
- line-height: 0;
38
- border-bottom: 2px solid #005592;
39
- }
40
- }
41
-
42
- .rp4wp-box-upgrade {
43
- background: #222;
44
- color: #ddd;
45
- padding: 20px 20px 10px;
46
- -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  }
 
48
 
49
- .rp4wp-box-upgrade h3 {
50
- color: #fff;
51
- border: 0;
52
- padding: 0;
53
- margin: 0;
54
- }
55
  }
1
  .rp4wp-content {
2
+ width: 65%;
3
+ float: left;
4
+ box-sizing: border-box;
5
+
6
+ input.rp4wp-input-text {
7
+ width: 100%;
8
+ }
9
+
10
+ textarea {
11
+ width: 100%;
12
+ height: 150px;
13
+ }
14
+
15
+ .rp4wp-description {
16
+ display: block;
17
+ margin: 5px 0;
18
+ line-height: 1.4em;
19
+ color: #666;
20
+ font-style: italic;
21
+ }
22
 
23
  }
24
 
25
  .rp4wp-sidebar {
26
+ width: 33%;
27
+ margin-left: 2%;
28
+ padding: 0 0 0 2%;
29
+ border-left: 1px solid #ccc;
30
+ float: left;
31
+ box-sizing: border-box;
32
+
33
+ .rp4wp-box {
34
+ margin-bottom: 20px;
35
+
36
+ .rp4wp-sidebar-header {
37
+ line-height: 0;
38
+ border-bottom: 2px solid #005592;
39
+ }
40
+ }
41
+
42
+ .rp4wp-box-upgrade {
43
+ background: #222;
44
+ color: #ddd;
45
+ padding: 20px 20px 10px;
46
+ -moz-box-sizing: border-box;
47
+ -webkit-box-sizing: border-box;
48
+ box-sizing: border-box;
49
+
50
+ h3 {
51
+ color: #fff;
52
+ border: 0;
53
+ padding: 0;
54
+ margin: 0;
55
+ }
56
+
57
+ a {
58
+ color: #2ea2cc;
59
+ font-weight: bold;
60
  }
61
+ }
62
 
 
 
 
 
 
 
63
  }
classes/class-related-post-manager.php CHANGED
@@ -18,7 +18,7 @@ class RP4WP_Related_Post_Manager {
18
 
19
  // Build SQl
20
  $sql = "
21
- SELECT O.`word`, P.`ID`, P.`post_title`, SUM( R.`weight` ) AS `related_weight`
22
  FROM `" . RP4WP_Related_Word_Manager::get_database_table() . "` O
23
  INNER JOIN `" . RP4WP_Related_Word_Manager::get_database_table() . "` R ON R.`word` = O.`word`
24
  INNER JOIN `" . $wpdb->posts . "` P ON P.`ID` = R.`post_id`
18
 
19
  // Build SQl
20
  $sql = "
21
+ SELECT P.`ID`, P.`post_title`, SUM( R.`weight` ) AS `related_weight`
22
  FROM `" . RP4WP_Related_Word_Manager::get_database_table() . "` O
23
  INNER JOIN `" . RP4WP_Related_Word_Manager::get_database_table() . "` R ON R.`word` = O.`word`
24
  INNER JOIN `" . $wpdb->posts . "` P ON P.`ID` = R.`post_id`
classes/class-rp4wp.php CHANGED
@@ -8,7 +8,7 @@ class RP4WP {
8
 
9
  private static $instance = null;
10
 
11
- const VERSION = '1.7.1';
12
 
13
  /**
14
  * @var RP4WP_Settings
8
 
9
  private static $instance = null;
10
 
11
+ const VERSION = '1.7.2';
12
 
13
  /**
14
  * @var RP4WP_Settings
classes/hooks/class-hook-link-related-screen.php CHANGED
@@ -8,7 +8,6 @@ class RP4WP_Hook_Link_Related_Screen extends RP4WP_Hook {
8
  protected $tag = 'admin_menu';
9
 
10
  public function run() {
11
- $this->check_if_allowed();
12
 
13
  $this->handle_create_link();
14
  $this->handle_bulk_link();
@@ -35,9 +34,7 @@ class RP4WP_Hook_Link_Related_Screen extends RP4WP_Hook {
35
  if ( isset( $_GET['rp4wp_create_link'] ) && isset( $_GET['rp4wp_parent'] ) ) {
36
 
37
  // Check if user is allowed to do this
38
- if ( ! current_user_can( 'edit_posts' ) ) {
39
- return;
40
- }
41
 
42
  // Get parent
43
  $parent = $_GET['rp4wp_parent'];
@@ -73,9 +70,7 @@ class RP4WP_Hook_Link_Related_Screen extends RP4WP_Hook {
73
  $parent = $_GET['rp4wp_parent'];
74
 
75
  // Check if user is allowed to do this
76
- if ( ! current_user_can( 'edit_posts' ) ) {
77
- return;
78
- }
79
 
80
  // Post Link Manager
81
  $post_link_manager = new RP4WP_Post_Link_Manager();
@@ -109,6 +104,9 @@ class RP4WP_Hook_Link_Related_Screen extends RP4WP_Hook {
109
  */
110
  public function content() {
111
 
 
 
 
112
  if ( ! isset( $_GET['rp4wp_parent'] ) ) {
113
  wp_die( "Can't load page, no parent set. Please contact support and provide them this message" );
114
  }
8
  protected $tag = 'admin_menu';
9
 
10
  public function run() {
 
11
 
12
  $this->handle_create_link();
13
  $this->handle_bulk_link();
34
  if ( isset( $_GET['rp4wp_create_link'] ) && isset( $_GET['rp4wp_parent'] ) ) {
35
 
36
  // Check if user is allowed to do this
37
+ $this->check_if_allowed();
 
 
38
 
39
  // Get parent
40
  $parent = $_GET['rp4wp_parent'];
70
  $parent = $_GET['rp4wp_parent'];
71
 
72
  // Check if user is allowed to do this
73
+ $this->check_if_allowed();
 
 
74
 
75
  // Post Link Manager
76
  $post_link_manager = new RP4WP_Post_Link_Manager();
104
  */
105
  public function content() {
106
 
107
+ // Check if user is allowed to do this
108
+ $this->check_if_allowed();
109
+
110
  if ( ! isset( $_GET['rp4wp_parent'] ) ) {
111
  wp_die( "Can't load page, no parent set. Please contact support and provide them this message" );
112
  }
classes/hooks/class-hook-page-install.php CHANGED
@@ -9,7 +9,10 @@ class RP4WP_Hook_Page_Install extends RP4WP_Hook {
9
 
10
  public function run() {
11
 
12
- $menu_hook = add_submenu_page( null, 'RP4WPINSTALL', 'RP4WPINSTALL', 'edit_posts', 'rp4wp_install', array( $this, 'content' ) );
 
 
 
13
 
14
  add_action( 'load-' . $menu_hook, array( $this, 'enqueue_install_assets' ) );
15
  }
@@ -23,7 +26,11 @@ class RP4WP_Hook_Page_Install extends RP4WP_Hook {
23
  public function enqueue_install_assets() {
24
  global $wp_scripts;
25
  wp_enqueue_style( 'rp4wp-install-css', plugins_url( '/assets/css/install.css', RP4WP::get_plugin_file() ) );
26
- wp_enqueue_script( 'rp4wp-install-js', plugins_url( '/assets/js/install' . ( ( ! SCRIPT_DEBUG ) ? '.min' : '' ) . '.js', RP4WP::get_plugin_file() ), array( 'jquery', 'jquery-ui-core', 'jquery-ui-progressbar' ) );
 
 
 
 
27
  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 );
28
  }
29
 
@@ -48,8 +55,8 @@ class RP4WP_Hook_Page_Install extends RP4WP_Hook {
48
  // Get ID's of related post link posts
49
  $link_ids = get_posts(
50
  array(
51
- 'post_type' => RP4WP_Constants::LINK_PT,
52
- 'fields' => 'ids',
53
  'posts_per_page' => - 1
54
  )
55
  );
@@ -101,61 +108,79 @@ class RP4WP_Hook_Page_Install extends RP4WP_Hook {
101
  }
102
  ?>
103
  </ul>
104
- <br class="clear" />
105
 
106
- <h3><?php echo $steps[$cur_step]; ?></h3>
107
 
108
  <?php
109
  $cur_step = isset( $_GET['step'] ) ? $_GET['step'] : 1;
110
- echo "<div class='rp4wp-step rp4wp-step-" . $cur_step . "' rel='" . $cur_step . "'>";
 
 
 
 
 
 
111
 
112
- // Hidden fields
113
- echo "<input type='hidden' id='rp4wp_total_posts' value='" . wp_count_posts( 'post' )->publish . "' />" . PHP_EOL;
114
- echo "<input type='hidden' id='rp4wp_admin_url' value='" . admin_url() . "' />" . PHP_EOL;
115
 
116
- if ( 1 == $cur_step ) {
 
 
117
 
118
- // Echo current uncached posts
119
- $related_word_manager = new RP4WP_Related_Word_Manager();
120
- echo "<input type='hidden' id='rp4wp_uncached_posts' value='" . $related_word_manager->get_uncached_post_count() . "' />" . PHP_EOL;
 
121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  ?>
123
- <p><?php _e( 'Thank you for choosing Related Posts for WordPress!', 'related-posts-for-wp' ); ?></p>
124
- <p><?php _e( 'Before you can start using Related Posts for WordPress we need to cache your current posts.', 'related-posts-for-wp' ); ?></p>
125
- <p><?php _e( "This is a one time process which might take some time now, depending on the amount of posts you have, but will ensure your website's performance when using the plugin.", 'related-posts-for-wp' ); ?></p>
126
 
127
- <p style="font-weight: bold;"><?php _e( 'Do NOT close this window, wait for this process to finish and this wizard to take you to the next step.', 'related-posts-for-wp' ); ?></p>
 
128
 
129
- <div id="progressbar"></div>
130
- <?php
131
- } elseif ( 2 == $cur_step ) {
132
 
133
- // Echo current uncached posts
134
- $related_post_manager = new RP4WP_Related_Post_Manager();
135
- echo "<input type='hidden' id='rp4wp_uncached_posts' value='" . $related_post_manager->get_uncached_post_count() . "' />" . PHP_EOL;
136
 
137
- ?>
138
- <p style="font-weight: bold;"><?php _e( 'Great! All your posts were successfully cached!', 'related-posts-for-wp' ); ?></p>
139
- <p><?php _e( "You can let me link your posts, based on what I think is related, to each other. And don't worry, if I made a mistake at one of your posts you can easily correct this by editing it manually!", 'related-posts-for-wp' ); ?></p>
140
- <p><?php _e( 'Want me to start linking posts to each other? Fill in the amount of related posts each post should have and click on the "Link now" button. Rather link your posts manually? Click "Skip linking".', 'related-posts-for-wp' ); ?></p>
141
- <p style="font-weight: bold;"><?php _e( 'Do NOT close this window if you click the "Link now" button, wait for this process to finish and this wizard to take you to the next step.', 'related-posts-for-wp' ); ?></p>
142
- <br class="clear" />
143
- <p class="rp4wp-install-link-box">
144
- <label for="rp4wp_related_posts_amount"><?php _e( 'Amount of related posts per post:', 'related-posts-for-wp' ); ?></label><input class="form-input-tip" type="text" id="rp4wp_related_posts_amount" value="<?php echo RP4WP()->settings->get_option( 'automatic_linking_post_amount' ); ?>" />
145
- <a href="javascript:;" class="button button-primary button-large rp4wp-link-now-btn" id="rp4wp-link-now"><?php _e( 'Link now', 'related-posts-for-wp' ); ?></a>
146
- <a href="<?php echo admin_url(); ?>?page=rp4wp_install&step=3" class="button"><?php _e( 'Skip linking', 'related-posts-for-wp' ); ?></a>
147
- </p>
148
- <br class="clear" />
149
- <div id="progressbar"></div>
150
- <?php
151
- } elseif ( 3 == $cur_step ) {
152
- ?>
153
- <p><?php _e( "That's it, you're good to go!", 'related-posts-for-wp' ); ?></p>
154
- <p><?php printf( __( 'Thanks again for using Related Posts for WordPress and if you have any questions be sure to ask them at the %sWordPress.org forums.%s', 'related-posts-for-wp' ), '<a href="http://wordpress.org/support/plugin/related-posts-for-wp" target="_blank">', '</a>' ); ?></p>
155
- <?php
156
- }
157
- ?>
158
- </div>
159
 
160
  </div>
161
 
9
 
10
  public function run() {
11
 
12
+ $menu_hook = add_submenu_page( null, 'RP4WPINSTALL', 'RP4WPINSTALL', 'edit_posts', 'rp4wp_install', array(
13
+ $this,
14
+ 'content'
15
+ ) );
16
 
17
  add_action( 'load-' . $menu_hook, array( $this, 'enqueue_install_assets' ) );
18
  }
26
  public function enqueue_install_assets() {
27
  global $wp_scripts;
28
  wp_enqueue_style( 'rp4wp-install-css', plugins_url( '/assets/css/install.css', RP4WP::get_plugin_file() ) );
29
+ wp_enqueue_script( 'rp4wp-install-js', plugins_url( '/assets/js/install' . ( ( ! SCRIPT_DEBUG ) ? '.min' : '' ) . '.js', RP4WP::get_plugin_file() ), array(
30
+ 'jquery',
31
+ 'jquery-ui-core',
32
+ 'jquery-ui-progressbar'
33
+ ) );
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
 
55
  // Get ID's of related post link posts
56
  $link_ids = get_posts(
57
  array(
58
+ 'post_type' => RP4WP_Constants::LINK_PT,
59
+ 'fields' => 'ids',
60
  'posts_per_page' => - 1
61
  )
62
  );
108
  }
109
  ?>
110
  </ul>
111
+ <br class="clear"/>
112
 
113
+ <h3><?php echo $steps[ $cur_step ]; ?></h3>
114
 
115
  <?php
116
  $cur_step = isset( $_GET['step'] ) ? $_GET['step'] : 1;
117
+ ?>
118
+ <div class='rp4wp-step rp4wp-step-<?php echo $cur_step; ?>' rel='<?php echo $cur_step; ?>'>
119
+ <?php
120
+
121
+ // Hidden fields
122
+ echo "<input type='hidden' id='rp4wp_total_posts' value='" . wp_count_posts( 'post' )->publish . "' />" . PHP_EOL;
123
+ echo "<input type='hidden' id='rp4wp_admin_url' value='" . admin_url() . "' />" . PHP_EOL;
124
 
125
+ if ( 1 == $cur_step ) {
 
 
126
 
127
+ // Echo current uncached posts
128
+ $related_word_manager = new RP4WP_Related_Word_Manager();
129
+ echo "<input type='hidden' id='rp4wp_uncached_posts' value='" . $related_word_manager->get_uncached_post_count() . "' />" . PHP_EOL;
130
 
131
+ ?>
132
+ <p><?php _e( 'Thank you for choosing Related Posts for WordPress!', 'related-posts-for-wp' ); ?></p>
133
+ <p><?php _e( 'Before you can start using Related Posts for WordPress we need to cache your current posts.', 'related-posts-for-wp' ); ?></p>
134
+ <p><?php _e( "This is a one time process which might take some time now, depending on the amount of posts you have, but will ensure your website's performance when using the plugin.", 'related-posts-for-wp' ); ?></p>
135
 
136
+ <p style="font-weight: bold;"><?php _e( 'Do NOT close this window, wait for this process to finish and this wizard to take you to the next step.', 'related-posts-for-wp' ); ?></p>
137
+
138
+ <div id="progressbar"></div>
139
+ <?php
140
+ } elseif ( 2 == $cur_step ) {
141
+
142
+ // Echo current uncached posts
143
+ $related_post_manager = new RP4WP_Related_Post_Manager();
144
+ echo "<input type='hidden' id='rp4wp_uncached_posts' value='" . $related_post_manager->get_uncached_post_count() . "' />" . PHP_EOL;
145
+
146
+ ?>
147
+ <p style="font-weight: bold;"><?php _e( 'Great! All your posts were successfully cached!', 'related-posts-for-wp' ); ?></p>
148
+ <p><?php _e( "You can let me link your posts, based on what I think is related, to each other. And don't worry, if I made a mistake at one of your posts you can easily correct this by editing it manually!", 'related-posts-for-wp' ); ?></p>
149
+ <p><?php _e( 'Want me to start linking posts to each other? Fill in the amount of related posts each post should have and click on the "Link now" button. Rather link your posts manually? Click "Skip linking".', 'related-posts-for-wp' ); ?></p>
150
+ <p style="font-weight: bold;"><?php _e( 'Do NOT close this window if you click the "Link now" button, wait for this process to finish and this wizard to take you to the next step.', 'related-posts-for-wp' ); ?></p>
151
+ <br class="clear"/>
152
+ <p class="rp4wp-install-link-box">
153
+ <label
154
+ for="rp4wp_related_posts_amount"><?php _e( 'Amount of related posts per post:', 'related-posts-for-wp' ); ?></label><input
155
+ class="form-input-tip" type="text" id="rp4wp_related_posts_amount"
156
+ value="<?php echo RP4WP()->settings->get_option( 'automatic_linking_post_amount' ); ?>"/>
157
+ <a href="javascript:;" class="button button-primary button-large rp4wp-link-now-btn"
158
+ id="rp4wp-link-now"><?php _e( 'Link now', 'related-posts-for-wp' ); ?></a>
159
+ <a href="<?php echo admin_url(); ?>?page=rp4wp_install&step=3"
160
+ class="button"><?php _e( 'Skip linking', 'related-posts-for-wp' ); ?></a>
161
+ </p>
162
+ <br class="clear"/>
163
+ <div id="progressbar"></div>
164
+ <?php
165
+ } elseif ( 3 == $cur_step ) {
166
+ ?>
167
+ <p><?php _e( "That's it, you're good to go!", 'related-posts-for-wp' ); ?></p>
168
+ <p><?php printf( __( 'Thanks again for using Related Posts for WordPress and if you have any questions be sure to ask them at the %sWordPress.org forums.%s', 'related-posts-for-wp' ), '<a href="http://wordpress.org/support/plugin/related-posts-for-wp" target="_blank">', '</a>' ); ?></p>
169
+ <?php
170
+ }
171
  ?>
 
 
 
172
 
173
+ <div class="rp4wp-box rp4wp-box-upgrade">
174
+ <h3 class="rp4wp-title"><?php _e( 'Related Posts for WordPress Premium', 'related-posts-for-wp' ); ?></h3>
175
 
176
+ <p><?php _e( "This plugin has an even better premium version, I am sure you will love it.", 'related-posts-for-wp' ); ?></p>
 
 
177
 
178
+ <p><?php _e( "Premium features include custom post type support, related post themes, custom taxonomy support and priority support.", 'related-posts-for-wp' ); ?></p>
 
 
179
 
180
+ <p><?php printf( __( "%sMore information about Related Posts for WP Premium (opens in new window) »%s", 'related-posts-for-wp' ), '<a href="https://www.relatedpostsforwp.com/?utm_source=plugin&utm_medium=link&utm_campaign=install" target="_blank">', '</a>' ); ?></p>
181
+ </div>
182
+
183
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
 
185
  </div>
186
 
languages/related-posts-for-wp-bg_bg.mo ADDED
Binary file
languages/related-posts-for-wp-bg_bg.po ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 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: 2014-10-16 08:27:55+00:00\n"
10
+ "PO-Revision-Date: 2014-10-19 17:43+0000\n"
11
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
+ "Language-Team: Bulgarian (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/bg/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: bg\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 ""
22
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
23
+ "installation wizard!"
24
+ msgstr ""
25
+
26
+ #: classes/class-is-installing-notice.php:76
27
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
28
+ msgstr ""
29
+
30
+ #: classes/class-javascript-strings.php:14
31
+ msgid "Are you sure you want to delete this related post?"
32
+ msgstr ""
33
+
34
+ #: classes/class-link-related-table.php:47
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:52
38
+ msgid "Related Posts"
39
+ msgstr ""
40
+
41
+ #: classes/class-link-related-table.php:48
42
+ msgid "All Posts"
43
+ msgstr ""
44
+
45
+ #: classes/class-link-related-table.php:97
46
+ msgid "Title"
47
+ msgstr ""
48
+
49
+ #: classes/class-link-related-table.php:224
50
+ msgid "Link Post"
51
+ msgstr ""
52
+
53
+ #: classes/class-link-related-table.php:256
54
+ msgid "Link Posts"
55
+ msgstr ""
56
+
57
+ #: classes/class-post-type-manager.php:21
58
+ #: classes/hooks/class-hook-link-related-screen.php:131
59
+ msgid "Posts"
60
+ msgstr ""
61
+
62
+ #: classes/class-post-type-manager.php:22
63
+ msgid "Pages"
64
+ msgstr ""
65
+
66
+ #: classes/class-related-posts-widget.php:13
67
+ msgid "Related Posts for WordPress"
68
+ msgstr ""
69
+
70
+ #: classes/class-related-posts-widget.php:14
71
+ msgid "Display related posts."
72
+ msgstr ""
73
+
74
+ #: classes/filters/class-filter-plugin-links.php:29
75
+ msgid "Settings"
76
+ msgstr ""
77
+
78
+ #: classes/hooks/class-hook-link-related-screen.php:132
79
+ msgid "Cancel linking"
80
+ msgstr ""
81
+
82
+ #: classes/hooks/class-hook-link-related-screen.php:148
83
+ msgid "Search"
84
+ msgstr ""
85
+
86
+ #: classes/hooks/class-hook-page-install.php:92
87
+ msgid "Welcome"
88
+ msgstr ""
89
+
90
+ #: classes/hooks/class-hook-page-install.php:93
91
+ msgid "Caching Posts"
92
+ msgstr ""
93
+
94
+ #: classes/hooks/class-hook-page-install.php:94
95
+ msgid "Linking Posts"
96
+ msgstr ""
97
+
98
+ #: classes/hooks/class-hook-page-install.php:95
99
+ msgid "Finished"
100
+ msgstr ""
101
+
102
+ #: classes/hooks/class-hook-page-install.php:106
103
+ msgid ""
104
+ "Missing post type paramater, please report this incident via %sour "
105
+ "website%s."
106
+ msgstr ""
107
+
108
+ #: classes/hooks/class-hook-page-install.php:127
109
+ msgid "Installation"
110
+ msgstr ""
111
+
112
+ #: classes/hooks/class-hook-page-install.php:161
113
+ #: classes/hooks/class-hook-page-install.php:197
114
+ msgid "Thank you for choosing Related Posts for WordPress!"
115
+ msgstr ""
116
+
117
+ #: classes/hooks/class-hook-page-install.php:162
118
+ msgid ""
119
+ "Below you'll find your post types available for installation, by installing "
120
+ "a post type we'll set up a cache and offer you the ability to automatic link"
121
+ " (custom) posts. To install a post type, simply click the 'Install Post "
122
+ "Type' button."
123
+ msgstr ""
124
+
125
+ #: classes/hooks/class-hook-page-install.php:178
126
+ msgid "Disable Relations for %s"
127
+ msgstr ""
128
+
129
+ #: classes/hooks/class-hook-page-install.php:180
130
+ msgid "Enable Relations for %s"
131
+ msgstr ""
132
+
133
+ #: classes/hooks/class-hook-page-install.php:198
134
+ msgid ""
135
+ "Before you can start using Related Posts for WordPress we need to cache your"
136
+ " current posts."
137
+ msgstr ""
138
+
139
+ #: classes/hooks/class-hook-page-install.php:199
140
+ msgid ""
141
+ "This is a one time process which might take some time now, depending on the "
142
+ "amount of posts you have, but will ensure your website's performance when "
143
+ "using the plugin."
144
+ msgstr ""
145
+
146
+ #: classes/hooks/class-hook-page-install.php:201
147
+ msgid ""
148
+ "Do NOT close this window, wait for this process to finish and this wizard to"
149
+ " take you to the next step."
150
+ msgstr ""
151
+
152
+ #: classes/hooks/class-hook-page-install.php:219
153
+ msgid "Great! All your posts were successfully cached!"
154
+ msgstr ""
155
+
156
+ #: classes/hooks/class-hook-page-install.php:220
157
+ msgid ""
158
+ "You can let me link your posts, based on what I think is related, to each "
159
+ "other. And don't worry, if I made a mistake at one of your posts you can "
160
+ "easily correct this by editing it manually!"
161
+ msgstr ""
162
+
163
+ #: classes/hooks/class-hook-page-install.php:221
164
+ msgid ""
165
+ "Want me to start linking posts to each other? Fill in the amount of related "
166
+ "posts each post should have and click on the \"Link now\" button. Rather "
167
+ "link your posts manually? Click \"Skip linking\"."
168
+ msgstr ""
169
+
170
+ #: classes/hooks/class-hook-page-install.php:222
171
+ msgid ""
172
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
173
+ " process to finish and this wizard to take you to the next step."
174
+ msgstr ""
175
+
176
+ #: classes/hooks/class-hook-page-install.php:225
177
+ msgid "Amount of related posts per post:"
178
+ msgstr ""
179
+
180
+ #: classes/hooks/class-hook-page-install.php:226
181
+ msgid "Link now"
182
+ msgstr ""
183
+
184
+ #: classes/hooks/class-hook-page-install.php:227
185
+ msgid "Skip linking"
186
+ msgstr ""
187
+
188
+ #: classes/hooks/class-hook-page-install.php:235
189
+ msgid "That's it, you're good to go!"
190
+ msgstr ""
191
+
192
+ #: classes/hooks/class-hook-page-install.php:236
193
+ msgid ""
194
+ "Thanks again for using Related Posts for WordPress and if you have any "
195
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
196
+ msgstr ""
197
+
198
+ #: classes/hooks/class-hook-page-install.php:238
199
+ msgid "Click here to return to step 1"
200
+ msgstr ""
201
+
202
+ #: classes/hooks/class-hook-page-install.php:244
203
+ msgid "Click here to go to the settings page"
204
+ msgstr ""
205
+
206
+ #: classes/hooks/class-hook-settings-page.php:57
207
+ msgid "Plugin version"
208
+ msgstr ""
209
+
210
+ #: classes/hooks/class-hook-settings-page.php:61
211
+ msgid "More information"
212
+ msgstr ""
213
+
214
+ #: classes/hooks/class-hook-settings-page.php:63
215
+ msgid "<a href='%s'>FAQ</a>"
216
+ msgstr ""
217
+
218
+ #: classes/hooks/class-hook-settings-page.php:65
219
+ msgid "<a href='%s'>Change log</a>"
220
+ msgstr ""
221
+
222
+ #: classes/hooks/class-hook-settings-page.php:67
223
+ msgid "<a href='%s'>Give us a review</a>"
224
+ msgstr ""
225
+
226
+ #: classes/hooks/class-hook-settings-page.php:69
227
+ msgid "<a href='%s'>Release blog post</a>"
228
+ msgstr ""
229
+
230
+ #: classes/hooks/class-hook-settings-page.php:73
231
+ msgid "About the developer"
232
+ msgstr ""
233
+
234
+ #: classes/hooks/class-hook-settings-page.php:75
235
+ msgid ""
236
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
237
+ " the author of various WordPress plugins that include Post Connector, "
238
+ "Related Posts for WordPress and What The File."
239
+ msgstr ""
240
+
241
+ #: classes/hooks/class-hook-settings-page.php:77
242
+ msgid ""
243
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
244
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
245
+ msgstr ""
246
+
247
+ #: classes/hooks/class-hook-settings-page.php:79
248
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
249
+ msgstr ""
250
+
251
+ #: classes/hooks/class-hook-settings-page.php:105
252
+ msgid "General"
253
+ msgstr ""
254
+
255
+ #: classes/hooks/class-hook-settings-page.php:125
256
+ msgid "Installer"
257
+ msgstr ""
258
+
259
+ #: classes/hooks/class-hook-settings-page.php:147
260
+ msgid "Post Type"
261
+ msgstr ""
262
+
263
+ #: classes/meta-boxes/class-meta-box-manage.php:80
264
+ msgid "Add Related Posts"
265
+ msgstr ""
266
+
267
+ #: classes/meta-boxes/class-meta-box-manage.php:103
268
+ #: classes/meta-boxes/class-meta-box-manage.php:104
269
+ msgid "Edit Post"
270
+ msgstr ""
271
+
272
+ #: classes/meta-boxes/class-meta-box-manage.php:106
273
+ #: classes/meta-boxes/class-meta-box-manage.php:107
274
+ msgid "Unlink Related Post"
275
+ msgstr ""
276
+
277
+ #: classes/meta-boxes/class-meta-box-manage.php:120
278
+ msgid "No related posts found."
279
+ msgstr ""
280
+
281
+ #: classes/settings/class-settings-general.php:18
282
+ msgid "General settings for %s"
283
+ msgstr ""
284
+
285
+ #: classes/settings/class-settings-general.php:24
286
+ msgid "Automatic %ss linking"
287
+ msgstr ""
288
+
289
+ #: classes/settings/class-settings-general.php:25
290
+ msgid ""
291
+ "The following options affect how related posts are automatically linked for "
292
+ "%ss."
293
+ msgstr ""
294
+
295
+ #: classes/settings/class-settings-general.php:29
296
+ msgid "Enable"
297
+ msgstr ""
298
+
299
+ #: classes/settings/class-settings-general.php:30
300
+ msgid "Checking this will enable automatically linking posts to new %ss"
301
+ msgstr ""
302
+
303
+ #: classes/settings/class-settings-general.php:36
304
+ msgid "Amount of Posts"
305
+ msgstr ""
306
+
307
+ #: classes/settings/class-settings-general.php:37
308
+ msgid "The amount of automatically linked %ss"
309
+ msgstr ""
310
+
311
+ #: classes/settings/class-settings-general.php:44
312
+ msgid "Frontend Settings"
313
+ msgstr ""
314
+
315
+ #: classes/settings/class-settings-general.php:45
316
+ msgid ""
317
+ "The following options affect how related %ss are displayed on the frontend."
318
+ msgstr ""
319
+
320
+ #: classes/settings/class-settings-general.php:49
321
+ msgid "Heading text"
322
+ msgstr ""
323
+
324
+ #: classes/settings/class-settings-general.php:50
325
+ msgid ""
326
+ "The text that is displayed above the related %ss. To disable, leave field "
327
+ "empty."
328
+ msgstr ""
329
+
330
+ #: classes/settings/class-settings-general.php:56
331
+ msgid "Excerpt length"
332
+ msgstr ""
333
+
334
+ #: classes/settings/class-settings-general.php:57
335
+ msgid ""
336
+ "The amount of words to be displayed below the title on website. To disable, "
337
+ "set value to 0."
338
+ msgstr ""
339
+
340
+ #: classes/settings/class-settings-general.php:63
341
+ msgid "Display Image"
342
+ msgstr ""
343
+
344
+ #: classes/settings/class-settings-general.php:64
345
+ msgid "Checking this will enable displaying featured images of related %ss."
346
+ msgstr ""
347
+
348
+ #: classes/settings/class-settings-misc.php:18
349
+ msgid "Misc"
350
+ msgstr ""
351
+
352
+ #: classes/settings/class-settings-misc.php:31
353
+ msgid "Miscellaneous Settings"
354
+ msgstr ""
355
+
356
+ #: classes/settings/class-settings-misc.php:32
357
+ msgid "A shelter for options that just don't fit in."
358
+ msgstr ""
359
+
360
+ #: classes/settings/class-settings-misc.php:36
361
+ #: classes/settings/class-settings-weight.php:26
362
+ msgid "Remove Data on Uninstall?"
363
+ msgstr ""
364
+
365
+ #: classes/settings/class-settings-misc.php:37
366
+ #: classes/settings/class-settings-weight.php:27
367
+ msgid ""
368
+ "Check this box if you would like to completely remove all of its data when "
369
+ "the plugin is deleted."
370
+ msgstr ""
371
+
372
+ #: classes/settings/class-settings-themes.php:18
373
+ msgid "Styling"
374
+ msgstr ""
375
+
376
+ #: classes/settings/class-settings-themes.php:31
377
+ msgid "Styling settings"
378
+ msgstr ""
379
+
380
+ #: classes/settings/class-settings-themes.php:32
381
+ msgid "All settings related to frontend style your related posts."
382
+ msgstr ""
383
+
384
+ #: classes/settings/class-settings-themes.php:36
385
+ msgid "Themes"
386
+ msgstr ""
387
+
388
+ #: classes/settings/class-settings-themes.php:37
389
+ msgid ""
390
+ "Select one of the CSS themes above to display your related posts the way you"
391
+ " like to."
392
+ msgstr ""
393
+
394
+ #: classes/settings/class-settings-themes.php:43
395
+ msgid "Custom CSS"
396
+ msgstr ""
397
+
398
+ #: classes/settings/class-settings-themes.php:44
399
+ msgid ""
400
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
401
+ "error here will break frontend display. To disable, leave field empty."
402
+ msgstr ""
403
+
404
+ #: classes/settings/class-settings-weight.php:21
405
+ msgid "Post Types"
406
+ msgstr ""
407
+
408
+ #: classes/settings/class-settings-weight.php:22
409
+ msgid "Check the post."
410
+ msgstr ""
411
+
412
+ #: classes/themes/class-theme-column-one.php:13
413
+ msgid "One related post item per row."
414
+ msgstr ""
415
+
416
+ #: classes/themes/class-theme-column-three.php:13
417
+ msgid "Three related post items per row."
418
+ msgstr ""
419
+
420
+ #: classes/themes/class-theme-column-two.php:13
421
+ msgid "Two related post items per row."
422
+ msgstr ""
423
+
424
+ #: includes/updater/class-wpjm-updater.php:245
425
+ msgid "Hide notice"
426
+ msgstr ""
427
+
428
+ #: includes/updater/class-wpjm-updater.php:284
429
+ msgid "Licence"
430
+ msgstr ""
431
+
432
+ #: includes/updater/class-wpjm-updater.php:287
433
+ msgid ""
434
+ "Enter your licence key and email and hit return. A valid key is required for"
435
+ " automatic updates."
436
+ msgstr ""
437
+
438
+ #. Plugin Name of the plugin/theme
439
+ msgid "Related Posts for WordPress Premium"
440
+ msgstr "Related Posts for WordPress Premium"
441
+
442
+ #. Plugin URI of the plugin/theme
443
+ msgid "http://www.relatedpostsforwp.com/"
444
+ msgstr "http://www.relatedpostsforwp.com/"
445
+
446
+ #. Description of the plugin/theme
447
+ msgid "The best way to display related posts in WordPress."
448
+ msgstr ""
449
+
450
+ #. Author of the plugin/theme
451
+ msgid "Barry Kooij"
452
+ msgstr "Barry Kooij"
453
+
454
+ #. Author URI of the plugin/theme
455
+ msgid "http://www.barrykooij.com/"
456
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-de_de.mo ADDED
Binary file
languages/related-posts-for-wp-de_de.po ADDED
@@ -0,0 +1,458 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Barry Kooij
2
+ # This file is distributed under the GPL v3.
3
+ # Translators:
4
+ # JB, 2014
5
+ # Barry Kooij <mail@barrykooij.nl>, 2014
6
+ # Remy van Velthuijsen <remyvv@users.noreply.github.com>, 2014
7
+ 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: 2014-10-16 08:27:55+00:00\n"
12
+ "PO-Revision-Date: 2014-10-25 19:44+0000\n"
13
+ "Last-Translator: Remy van Velthuijsen <remyvv@users.noreply.github.com>\n"
14
+ "Language-Team: German (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/de/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: 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"
30
+ msgstr "%sSetze den Installationsassistenten fort%s oder %sverwerfe diese Meldung%s"
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:47
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:52
40
+ msgid "Related Posts"
41
+ msgstr "Verwante Beiträge"
42
+
43
+ #: classes/class-link-related-table.php:48
44
+ msgid "All Posts"
45
+ msgstr "Alle Beiträge"
46
+
47
+ #: classes/class-link-related-table.php:97
48
+ msgid "Title"
49
+ msgstr "Titel"
50
+
51
+ #: classes/class-link-related-table.php:224
52
+ msgid "Link Post"
53
+ msgstr "Verknüpfe Beitrag"
54
+
55
+ #: classes/class-link-related-table.php:256
56
+ msgid "Link Posts"
57
+ msgstr "Verknüpfe Beiträge"
58
+
59
+ #: classes/class-post-type-manager.php:21
60
+ #: classes/hooks/class-hook-link-related-screen.php:131
61
+ msgid "Posts"
62
+ msgstr "Beiträge"
63
+
64
+ #: classes/class-post-type-manager.php:22
65
+ msgid "Pages"
66
+ msgstr "Seiten"
67
+
68
+ #: classes/class-related-posts-widget.php:13
69
+ msgid "Related Posts for WordPress"
70
+ msgstr "Verwante Beiträge für WordPress"
71
+
72
+ #: classes/class-related-posts-widget.php:14
73
+ msgid "Display related posts."
74
+ msgstr "Zeige verwante Beiträge"
75
+
76
+ #: classes/filters/class-filter-plugin-links.php:29
77
+ msgid "Settings"
78
+ msgstr "Einstellungen"
79
+
80
+ #: classes/hooks/class-hook-link-related-screen.php:132
81
+ msgid "Cancel linking"
82
+ msgstr "Verknüpfen abbrechen"
83
+
84
+ #: classes/hooks/class-hook-link-related-screen.php:148
85
+ msgid "Search"
86
+ msgstr "Suchen"
87
+
88
+ #: classes/hooks/class-hook-page-install.php:92
89
+ msgid "Welcome"
90
+ msgstr "Willkommen"
91
+
92
+ #: classes/hooks/class-hook-page-install.php:93
93
+ msgid "Caching Posts"
94
+ msgstr "Beiträge zwischenspeichern"
95
+
96
+ #: classes/hooks/class-hook-page-install.php:94
97
+ msgid "Linking Posts"
98
+ msgstr "Beiträge verknüpfen"
99
+
100
+ #: classes/hooks/class-hook-page-install.php:95
101
+ msgid "Finished"
102
+ msgstr "Fertig"
103
+
104
+ #: classes/hooks/class-hook-page-install.php:106
105
+ msgid ""
106
+ "Missing post type paramater, please report this incident via %sour "
107
+ "website%s."
108
+ msgstr "Fehlender Beitrags-Typ Parameter, bitte melden Sie diesen Vorfall mittels %sunsere Webseite%s"
109
+
110
+ #: classes/hooks/class-hook-page-install.php:127
111
+ msgid "Installation"
112
+ msgstr "Installation"
113
+
114
+ #: classes/hooks/class-hook-page-install.php:161
115
+ #: classes/hooks/class-hook-page-install.php:197
116
+ msgid "Thank you for choosing Related Posts for WordPress!"
117
+ msgstr "Vielen dank für ihre Wahl für Verwante Beiträge für WordPress"
118
+
119
+ #: classes/hooks/class-hook-page-install.php:162
120
+ msgid ""
121
+ "Below you'll find your post types available for installation, by installing "
122
+ "a post type we'll set up a cache and offer you the ability to automatic link"
123
+ " (custom) posts. To install a post type, simply click the 'Install Post "
124
+ "Type' button."
125
+ 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' "
126
+
127
+ #: classes/hooks/class-hook-page-install.php:178
128
+ msgid "Disable Relations for %s"
129
+ msgstr "Verknüpfungen deaktivieren für %s"
130
+
131
+ #: classes/hooks/class-hook-page-install.php:180
132
+ msgid "Enable Relations for %s"
133
+ msgstr "Verknüpfungen aktivieren für %s"
134
+
135
+ #: classes/hooks/class-hook-page-install.php:198
136
+ msgid ""
137
+ "Before you can start using Related Posts for WordPress we need to cache your"
138
+ " current posts."
139
+ msgstr "Befor Sie anfangen können mit Verwante Beiträge für WordPress müssen wir Ihre aktuellen Beiträge zwischenspeichern."
140
+
141
+ #: classes/hooks/class-hook-page-install.php:199
142
+ msgid ""
143
+ "This is a one time process which might take some time now, depending on the "
144
+ "amount of posts you have, but will ensure your website's performance when "
145
+ "using the plugin."
146
+ 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."
147
+
148
+ #: classes/hooks/class-hook-page-install.php:201
149
+ msgid ""
150
+ "Do NOT close this window, wait for this process to finish and this wizard to"
151
+ " take you to the next step."
152
+ msgstr "Schließen Sie dieses Fenster bitte NICHT, warten bis der Prozess beendet ist und der Installationsassistent wird Sie weiterleiten zum nächtsten Schritt."
153
+
154
+ #: classes/hooks/class-hook-page-install.php:219
155
+ msgid "Great! All your posts were successfully cached!"
156
+ msgstr "Super! All Ihre Beiträge sind erfolgreich zwischengespeichert."
157
+
158
+ #: classes/hooks/class-hook-page-install.php:220
159
+ msgid ""
160
+ "You can let me link your posts, based on what I think is related, to each "
161
+ "other. And don't worry, if I made a mistake at one of your posts you can "
162
+ "easily correct this by editing it manually!"
163
+ 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."
164
+
165
+ #: classes/hooks/class-hook-page-install.php:221
166
+ msgid ""
167
+ "Want me to start linking posts to each other? Fill in the amount of related "
168
+ "posts each post should have and click on the \"Link now\" button. Rather "
169
+ "link your posts manually? Click \"Skip linking\"."
170
+ 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\"."
171
+
172
+ #: classes/hooks/class-hook-page-install.php:222
173
+ msgid ""
174
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
175
+ " process to finish and this wizard to take you to the next step."
176
+ 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."
177
+
178
+ #: classes/hooks/class-hook-page-install.php:225
179
+ msgid "Amount of related posts per post:"
180
+ msgstr "Menge der verwandten Beiträge pro Beitrag"
181
+
182
+ #: classes/hooks/class-hook-page-install.php:226
183
+ msgid "Link now"
184
+ msgstr "Verknüpfe jetzt"
185
+
186
+ #: classes/hooks/class-hook-page-install.php:227
187
+ msgid "Skip linking"
188
+ msgstr "Überspringe Verknüpfen"
189
+
190
+ #: classes/hooks/class-hook-page-install.php:235
191
+ msgid "That's it, you're good to go!"
192
+ msgstr "Das wars, jetzt kann es los gehen!"
193
+
194
+ #: classes/hooks/class-hook-page-install.php:236
195
+ msgid ""
196
+ "Thanks again for using Related Posts for WordPress and if you have any "
197
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
198
+ 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."
199
+
200
+ #: classes/hooks/class-hook-page-install.php:238
201
+ msgid "Click here to return to step 1"
202
+ msgstr "Drücken Sie hier um zurück zu Schritt 1 zu gehen"
203
+
204
+ #: classes/hooks/class-hook-page-install.php:244
205
+ msgid "Click here to go to the settings page"
206
+ msgstr "Drücken Sie hier um zurück zu den Einstellungen zu gehen"
207
+
208
+ #: classes/hooks/class-hook-settings-page.php:57
209
+ msgid "Plugin version"
210
+ msgstr "Plugin Version"
211
+
212
+ #: classes/hooks/class-hook-settings-page.php:61
213
+ msgid "More information"
214
+ msgstr "Weitere Information"
215
+
216
+ #: classes/hooks/class-hook-settings-page.php:63
217
+ msgid "<a href='%s'>FAQ</a>"
218
+ msgstr "<a href='%s'>FAQ</a>"
219
+
220
+ #: classes/hooks/class-hook-settings-page.php:65
221
+ msgid "<a href='%s'>Change log</a>"
222
+ msgstr "<a href='%s'>Change log</a>"
223
+
224
+ #: classes/hooks/class-hook-settings-page.php:67
225
+ msgid "<a href='%s'>Give us a review</a>"
226
+ msgstr "<a href='%s'>Geben Sie uns eine Bewertung</a>"
227
+
228
+ #: classes/hooks/class-hook-settings-page.php:69
229
+ msgid "<a href='%s'>Release blog post</a>"
230
+ msgstr "<a href='%s'>Veröffentlich Blogbeitrag</a>"
231
+
232
+ #: classes/hooks/class-hook-settings-page.php:73
233
+ msgid "About the developer"
234
+ msgstr "Über den Entwickler"
235
+
236
+ #: classes/hooks/class-hook-settings-page.php:75
237
+ msgid ""
238
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
239
+ " the author of various WordPress plugins that include Post Connector, "
240
+ "Related Posts for WordPress and What The File."
241
+ msgstr "Barry ist ein Wordpress-Entwickler der an WooCommerce arbeitet für WooThemes und ist Autor verschiedener Wordpress-Plugins, wie zum Beispiel Post Connector, Related Posts for Wordpress und What The File."
242
+
243
+ #: classes/hooks/class-hook-settings-page.php:77
244
+ msgid ""
245
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
246
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
247
+ msgstr "Barry mag es um bei zu tragen an opensource Opensource-Projekte, und das besuchen von WordCamps und WordPress Meetups. Er ist der Organisator des Wordpress Meetup in Tilburg."
248
+
249
+ #: classes/hooks/class-hook-settings-page.php:79
250
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
251
+ msgstr "Sie können Barry auf Twitter <a href='%s'>hier</a> folgen."
252
+
253
+ #: classes/hooks/class-hook-settings-page.php:105
254
+ msgid "General"
255
+ msgstr "Allgemein"
256
+
257
+ #: classes/hooks/class-hook-settings-page.php:125
258
+ msgid "Installer"
259
+ msgstr "Installer"
260
+
261
+ #: classes/hooks/class-hook-settings-page.php:147
262
+ msgid "Post Type"
263
+ msgstr "Beitrags-Typ"
264
+
265
+ #: classes/meta-boxes/class-meta-box-manage.php:80
266
+ msgid "Add Related Posts"
267
+ msgstr "Verwante Beiträge zufügen"
268
+
269
+ #: classes/meta-boxes/class-meta-box-manage.php:103
270
+ #: classes/meta-boxes/class-meta-box-manage.php:104
271
+ msgid "Edit Post"
272
+ msgstr "Beitrag bearbeiten"
273
+
274
+ #: classes/meta-boxes/class-meta-box-manage.php:106
275
+ #: classes/meta-boxes/class-meta-box-manage.php:107
276
+ msgid "Unlink Related Post"
277
+ msgstr "Verknüpfung aufheben"
278
+
279
+ #: classes/meta-boxes/class-meta-box-manage.php:120
280
+ msgid "No related posts found."
281
+ msgstr "Keine verwante Beiträge gefunden."
282
+
283
+ #: classes/settings/class-settings-general.php:18
284
+ msgid "General settings for %s"
285
+ msgstr "Allgemeine Einstellungen für %s"
286
+
287
+ #: classes/settings/class-settings-general.php:24
288
+ msgid "Automatic %ss linking"
289
+ msgstr "Automatische %s verknüpfung"
290
+
291
+ #: classes/settings/class-settings-general.php:25
292
+ msgid ""
293
+ "The following options affect how related posts are automatically linked for "
294
+ "%ss."
295
+ msgstr "Die folgenden Optionen beeinflussen, wie verwandten Beiträge automatisch verknüpft werden für %sen."
296
+
297
+ #: classes/settings/class-settings-general.php:29
298
+ msgid "Enable"
299
+ msgstr "Aktivieren"
300
+
301
+ #: classes/settings/class-settings-general.php:30
302
+ msgid "Checking this will enable automatically linking posts to new %ss"
303
+ msgstr "Aktivieren dieser Option wird automatisch die Verknüpfung von Beiträgen zu neuen %sen aktivieren."
304
+
305
+ #: classes/settings/class-settings-general.php:36
306
+ msgid "Amount of Posts"
307
+ msgstr "Menge der Beiträge"
308
+
309
+ #: classes/settings/class-settings-general.php:37
310
+ msgid "The amount of automatically linked %ss"
311
+ msgstr "Die Menge der automatisch verknüpfte %s"
312
+
313
+ #: classes/settings/class-settings-general.php:44
314
+ msgid "Frontend Settings"
315
+ msgstr "Frontend Einstellungen"
316
+
317
+ #: classes/settings/class-settings-general.php:45
318
+ msgid ""
319
+ "The following options affect how related %ss are displayed on the frontend."
320
+ msgstr "Die folgenden Optionen beeinflussen, wie verwandte %sen auf der Webseite gezeigt werden."
321
+
322
+ #: classes/settings/class-settings-general.php:49
323
+ msgid "Heading text"
324
+ msgstr "Überschrift Text"
325
+
326
+ #: classes/settings/class-settings-general.php:50
327
+ msgid ""
328
+ "The text that is displayed above the related %ss. To disable, leave field "
329
+ "empty."
330
+ msgstr "Der Text, wird über den Verwandten %sen gezeigt. Zum Deaktivieren, lassen Sie das Feld leer."
331
+
332
+ #: classes/settings/class-settings-general.php:56
333
+ msgid "Excerpt length"
334
+ msgstr "Auszug Länge"
335
+
336
+ #: classes/settings/class-settings-general.php:57
337
+ msgid ""
338
+ "The amount of words to be displayed below the title on website. To disable, "
339
+ "set value to 0."
340
+ msgstr "Die Menge der Wörter, die unter dem Titel auf der Webseite gezeigt werden. Um zu deaktivieren, setzen Sie den Wert auf 0."
341
+
342
+ #: classes/settings/class-settings-general.php:63
343
+ msgid "Display Image"
344
+ msgstr "Bild anzeigen"
345
+
346
+ #: classes/settings/class-settings-general.php:64
347
+ msgid "Checking this will enable displaying featured images of related %ss."
348
+ msgstr "Aktivieren dieser Option wird die Anzeige des Ausgewählten Bild für %sen einschalten."
349
+
350
+ #: classes/settings/class-settings-misc.php:18
351
+ msgid "Misc"
352
+ msgstr "Verschiedenes"
353
+
354
+ #: classes/settings/class-settings-misc.php:31
355
+ msgid "Miscellaneous Settings"
356
+ msgstr "Sonstige Einstellungen"
357
+
358
+ #: classes/settings/class-settings-misc.php:32
359
+ msgid "A shelter for options that just don't fit in."
360
+ msgstr "Ein Unterstand für Optionen, die einfach nicht passen."
361
+
362
+ #: classes/settings/class-settings-misc.php:36
363
+ #: classes/settings/class-settings-weight.php:26
364
+ msgid "Remove Data on Uninstall?"
365
+ msgstr "Daten entfernen beim Deinstallieren?"
366
+
367
+ #: classes/settings/class-settings-misc.php:37
368
+ #: classes/settings/class-settings-weight.php:27
369
+ msgid ""
370
+ "Check this box if you would like to completely remove all of its data when "
371
+ "the plugin is deleted."
372
+ msgstr "Aktivieren Sie dieses Kästchen, wenn Sie möchten, um alle Daten zu entfernen, wenn der Plugin gelöscht wird."
373
+
374
+ #: classes/settings/class-settings-themes.php:18
375
+ msgid "Styling"
376
+ msgstr "Styling"
377
+
378
+ #: classes/settings/class-settings-themes.php:31
379
+ msgid "Styling settings"
380
+ msgstr "Styling Einstellungen"
381
+
382
+ #: classes/settings/class-settings-themes.php:32
383
+ msgid "All settings related to frontend style your related posts."
384
+ msgstr "Alle Einstellungen in Bezug auf das Wiedergabe Styling von Ihren verwandten Beiträgen."
385
+
386
+ #: classes/settings/class-settings-themes.php:36
387
+ msgid "Themes"
388
+ msgstr "Themen"
389
+
390
+ #: classes/settings/class-settings-themes.php:37
391
+ msgid ""
392
+ "Select one of the CSS themes above to display your related posts the way you"
393
+ " like to."
394
+ msgstr "Wählen Sie eines der CSS Themen, so dass Ihre verwandten Beiträge angezeigt werden, wie Sie es mögen."
395
+
396
+ #: classes/settings/class-settings-themes.php:43
397
+ msgid "Custom CSS"
398
+ msgstr "Benutzerdefinierte CSS"
399
+
400
+ #: classes/settings/class-settings-themes.php:44
401
+ msgid ""
402
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
403
+ "error here will break frontend display. To disable, leave field empty."
404
+ 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."
405
+
406
+ #: classes/settings/class-settings-weight.php:21
407
+ msgid "Post Types"
408
+ msgstr "Beitrags-Typen"
409
+
410
+ #: classes/settings/class-settings-weight.php:22
411
+ msgid "Check the post."
412
+ msgstr "Überprüfe den Beitrag."
413
+
414
+ #: classes/themes/class-theme-column-one.php:13
415
+ msgid "One related post item per row."
416
+ msgstr "Einen verwandten Beitrag pro Zeile"
417
+
418
+ #: classes/themes/class-theme-column-three.php:13
419
+ msgid "Three related post items per row."
420
+ msgstr "Drei verwandte Beiträge pro Zeile"
421
+
422
+ #: classes/themes/class-theme-column-two.php:13
423
+ msgid "Two related post items per row."
424
+ msgstr "Zwei verwandte Beiträge pro Zeile"
425
+
426
+ #: includes/updater/class-wpjm-updater.php:245
427
+ msgid "Hide notice"
428
+ msgstr "Hinweis ausblenden"
429
+
430
+ #: includes/updater/class-wpjm-updater.php:284
431
+ msgid "Licence"
432
+ msgstr "Lizenz"
433
+
434
+ #: includes/updater/class-wpjm-updater.php:287
435
+ msgid ""
436
+ "Enter your licence key and email and hit return. A valid key is required for"
437
+ " automatic updates."
438
+ msgstr "Geben Sie Ihren Lizenzschlüssel und E-Mail ein und bestätigen sIe mit der Enter-Taste. Ein gültiger Schlüssel ist erforderlich für automatische Updates."
439
+
440
+ #. Plugin Name of the plugin/theme
441
+ msgid "Related Posts for WordPress Premium"
442
+ msgstr "Related Posts for WordPress Premium"
443
+
444
+ #. Plugin URI of the plugin/theme
445
+ msgid "http://www.relatedpostsforwp.com/"
446
+ msgstr "http://www.relatedpostsforwp.com/"
447
+
448
+ #. Description of the plugin/theme
449
+ msgid "The best way to display related posts in WordPress."
450
+ msgstr "Den besten Weg um verwandte Beiträge zu zeigen in WordPress."
451
+
452
+ #. Author of the plugin/theme
453
+ msgid "Barry Kooij"
454
+ msgstr "Barry Kooij"
455
+
456
+ #. Author URI of the plugin/theme
457
+ msgid "http://www.barrykooij.com/"
458
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-en_en.mo ADDED
Binary file
languages/related-posts-for-wp-en_en.po ADDED
@@ -0,0 +1,455 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 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: 2014-10-16 08:27:55+00:00\n"
9
+ "PO-Revision-Date: 2014-10-16 08:29+0000\n"
10
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
11
+ "Language-Team: English (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/en/)\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: en\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: grunt-wp-i18n 0.4.8\n"
18
+
19
+ #: classes/class-is-installing-notice.php:74
20
+ msgid ""
21
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
22
+ "installation wizard!"
23
+ msgstr "Woah! Looks like we weren't able to finish your Related Posts for WordPress installation wizard!"
24
+
25
+ #: classes/class-is-installing-notice.php:76
26
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
27
+ msgstr "%sResume the installation wizard%s or %sdismiss this notice%s"
28
+
29
+ #: classes/class-javascript-strings.php:14
30
+ msgid "Are you sure you want to delete this related post?"
31
+ msgstr "Are you sure you want to delete this related post?"
32
+
33
+ #: classes/class-link-related-table.php:47
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:52
37
+ msgid "Related Posts"
38
+ msgstr "Related Posts"
39
+
40
+ #: classes/class-link-related-table.php:48
41
+ msgid "All Posts"
42
+ msgstr "All Posts"
43
+
44
+ #: classes/class-link-related-table.php:97
45
+ msgid "Title"
46
+ msgstr "Title"
47
+
48
+ #: classes/class-link-related-table.php:224
49
+ msgid "Link Post"
50
+ msgstr "Link Post"
51
+
52
+ #: classes/class-link-related-table.php:256
53
+ msgid "Link Posts"
54
+ msgstr "Link Posts"
55
+
56
+ #: classes/class-post-type-manager.php:21
57
+ #: classes/hooks/class-hook-link-related-screen.php:131
58
+ msgid "Posts"
59
+ msgstr "Posts"
60
+
61
+ #: classes/class-post-type-manager.php:22
62
+ msgid "Pages"
63
+ msgstr "Pages"
64
+
65
+ #: classes/class-related-posts-widget.php:13
66
+ msgid "Related Posts for WordPress"
67
+ msgstr "Related Posts for WordPress"
68
+
69
+ #: classes/class-related-posts-widget.php:14
70
+ msgid "Display related posts."
71
+ msgstr "Display related posts."
72
+
73
+ #: classes/filters/class-filter-plugin-links.php:29
74
+ msgid "Settings"
75
+ msgstr "Settings"
76
+
77
+ #: classes/hooks/class-hook-link-related-screen.php:132
78
+ msgid "Cancel linking"
79
+ msgstr "Cancel linking"
80
+
81
+ #: classes/hooks/class-hook-link-related-screen.php:148
82
+ msgid "Search"
83
+ msgstr "Search"
84
+
85
+ #: classes/hooks/class-hook-page-install.php:92
86
+ msgid "Welcome"
87
+ msgstr "Welcome"
88
+
89
+ #: classes/hooks/class-hook-page-install.php:93
90
+ msgid "Caching Posts"
91
+ msgstr "Caching Posts"
92
+
93
+ #: classes/hooks/class-hook-page-install.php:94
94
+ msgid "Linking Posts"
95
+ msgstr "Linking Posts"
96
+
97
+ #: classes/hooks/class-hook-page-install.php:95
98
+ msgid "Finished"
99
+ msgstr "Finished"
100
+
101
+ #: classes/hooks/class-hook-page-install.php:106
102
+ msgid ""
103
+ "Missing post type paramater, please report this incident via %sour "
104
+ "website%s."
105
+ msgstr "Missing post type paramater, please report this incident via %sour website%s."
106
+
107
+ #: classes/hooks/class-hook-page-install.php:127
108
+ msgid "Installation"
109
+ msgstr "Installation"
110
+
111
+ #: classes/hooks/class-hook-page-install.php:161
112
+ #: classes/hooks/class-hook-page-install.php:197
113
+ msgid "Thank you for choosing Related Posts for WordPress!"
114
+ msgstr "Thank you for choosing Related Posts for WordPress!"
115
+
116
+ #: classes/hooks/class-hook-page-install.php:162
117
+ msgid ""
118
+ "Below you'll find your post types available for installation, by installing "
119
+ "a post type we'll set up a cache and offer you the ability to automatic link"
120
+ " (custom) posts. To install a post type, simply click the 'Install Post "
121
+ "Type' button."
122
+ msgstr "Below you'll find your post types available for installation, by installing a post type we'll set up a cache and offer you the ability to automatic link (custom) posts. To install a post type, simply click the 'Install Post Type' button."
123
+
124
+ #: classes/hooks/class-hook-page-install.php:178
125
+ msgid "Disable Relations for %s"
126
+ msgstr "Disable Relations for %s"
127
+
128
+ #: classes/hooks/class-hook-page-install.php:180
129
+ msgid "Enable Relations for %s"
130
+ msgstr "Enable Relations for %s"
131
+
132
+ #: classes/hooks/class-hook-page-install.php:198
133
+ msgid ""
134
+ "Before you can start using Related Posts for WordPress we need to cache your"
135
+ " current posts."
136
+ msgstr "Before you can start using Related Posts for WordPress we need to cache your current posts."
137
+
138
+ #: classes/hooks/class-hook-page-install.php:199
139
+ msgid ""
140
+ "This is a one time process which might take some time now, depending on the "
141
+ "amount of posts you have, but will ensure your website's performance when "
142
+ "using the plugin."
143
+ msgstr "This is a one time process which might take some time now, depending on the amount of posts you have, but will ensure your website's performance when using the plugin."
144
+
145
+ #: classes/hooks/class-hook-page-install.php:201
146
+ msgid ""
147
+ "Do NOT close this window, wait for this process to finish and this wizard to"
148
+ " take you to the next step."
149
+ msgstr "Do NOT close this window, wait for this process to finish and this wizard to take you to the next step."
150
+
151
+ #: classes/hooks/class-hook-page-install.php:219
152
+ msgid "Great! All your posts were successfully cached!"
153
+ msgstr "Great! All your posts were successfully cached!"
154
+
155
+ #: classes/hooks/class-hook-page-install.php:220
156
+ msgid ""
157
+ "You can let me link your posts, based on what I think is related, to each "
158
+ "other. And don't worry, if I made a mistake at one of your posts you can "
159
+ "easily correct this by editing it manually!"
160
+ msgstr "You can let me link your posts, based on what I think is related, to each other. And don't worry, if I made a mistake at one of your posts you can easily correct this by editing it manually!"
161
+
162
+ #: classes/hooks/class-hook-page-install.php:221
163
+ msgid ""
164
+ "Want me to start linking posts to each other? Fill in the amount of related "
165
+ "posts each post should have and click on the \"Link now\" button. Rather "
166
+ "link your posts manually? Click \"Skip linking\"."
167
+ msgstr "Want me to start linking posts to each other? Fill in the amount of related posts each post should have and click on the \"Link now\" button. Rather link your posts manually? Click \"Skip linking\"."
168
+
169
+ #: classes/hooks/class-hook-page-install.php:222
170
+ msgid ""
171
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
172
+ " process to finish and this wizard to take you to the next step."
173
+ msgstr "Do NOT close this window if you click the \"Link now\" button, wait for this process to finish and this wizard to take you to the next step."
174
+
175
+ #: classes/hooks/class-hook-page-install.php:225
176
+ msgid "Amount of related posts per post:"
177
+ msgstr "Amount of related posts per post:"
178
+
179
+ #: classes/hooks/class-hook-page-install.php:226
180
+ msgid "Link now"
181
+ msgstr "Link now"
182
+
183
+ #: classes/hooks/class-hook-page-install.php:227
184
+ msgid "Skip linking"
185
+ msgstr "Skip linking"
186
+
187
+ #: classes/hooks/class-hook-page-install.php:235
188
+ msgid "That's it, you're good to go!"
189
+ msgstr "That's it, you're good to go!"
190
+
191
+ #: classes/hooks/class-hook-page-install.php:236
192
+ msgid ""
193
+ "Thanks again for using Related Posts for WordPress and if you have any "
194
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
195
+ msgstr "Thanks again for using Related Posts for WordPress and if you have any questions be sure to ask them at the %sWordPress.org forums.%s"
196
+
197
+ #: classes/hooks/class-hook-page-install.php:238
198
+ msgid "Click here to return to step 1"
199
+ msgstr "Click here to return to step 1"
200
+
201
+ #: classes/hooks/class-hook-page-install.php:244
202
+ msgid "Click here to go to the settings page"
203
+ msgstr "Click here to go to the settings page"
204
+
205
+ #: classes/hooks/class-hook-settings-page.php:57
206
+ msgid "Plugin version"
207
+ msgstr "Plugin version"
208
+
209
+ #: classes/hooks/class-hook-settings-page.php:61
210
+ msgid "More information"
211
+ msgstr "More information"
212
+
213
+ #: classes/hooks/class-hook-settings-page.php:63
214
+ msgid "<a href='%s'>FAQ</a>"
215
+ msgstr "<a href='%s'>FAQ</a>"
216
+
217
+ #: classes/hooks/class-hook-settings-page.php:65
218
+ msgid "<a href='%s'>Change log</a>"
219
+ msgstr "<a href='%s'>Change log</a>"
220
+
221
+ #: classes/hooks/class-hook-settings-page.php:67
222
+ msgid "<a href='%s'>Give us a review</a>"
223
+ msgstr "<a href='%s'>Give us a review</a>"
224
+
225
+ #: classes/hooks/class-hook-settings-page.php:69
226
+ msgid "<a href='%s'>Release blog post</a>"
227
+ msgstr "<a href='%s'>Release blog post</a>"
228
+
229
+ #: classes/hooks/class-hook-settings-page.php:73
230
+ msgid "About the developer"
231
+ msgstr "About the developer"
232
+
233
+ #: classes/hooks/class-hook-settings-page.php:75
234
+ msgid ""
235
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
236
+ " the author of various WordPress plugins that include Post Connector, "
237
+ "Related Posts for WordPress and What The File."
238
+ msgstr "Barry is a WordPress developer that works on WooCommerce by WooThemes and is the author of various WordPress plugins that include Post Connector, Related Posts for WordPress and What The File."
239
+
240
+ #: classes/hooks/class-hook-settings-page.php:77
241
+ msgid ""
242
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
243
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
244
+ msgstr "Barry likes contributing to opensource projects and visiting WordCamps and WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
245
+
246
+ #: classes/hooks/class-hook-settings-page.php:79
247
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
248
+ msgstr "You can follow Barry on Twitter <a href='%s'>here</a>."
249
+
250
+ #: classes/hooks/class-hook-settings-page.php:105
251
+ msgid "General"
252
+ msgstr "General"
253
+
254
+ #: classes/hooks/class-hook-settings-page.php:125
255
+ msgid "Installer"
256
+ msgstr "Installer"
257
+
258
+ #: classes/hooks/class-hook-settings-page.php:147
259
+ msgid "Post Type"
260
+ msgstr "Post Type"
261
+
262
+ #: classes/meta-boxes/class-meta-box-manage.php:80
263
+ msgid "Add Related Posts"
264
+ msgstr "Add Related Posts"
265
+
266
+ #: classes/meta-boxes/class-meta-box-manage.php:103
267
+ #: classes/meta-boxes/class-meta-box-manage.php:104
268
+ msgid "Edit Post"
269
+ msgstr "Edit Post"
270
+
271
+ #: classes/meta-boxes/class-meta-box-manage.php:106
272
+ #: classes/meta-boxes/class-meta-box-manage.php:107
273
+ msgid "Unlink Related Post"
274
+ msgstr "Unlink Related Post"
275
+
276
+ #: classes/meta-boxes/class-meta-box-manage.php:120
277
+ msgid "No related posts found."
278
+ msgstr "No related posts found."
279
+
280
+ #: classes/settings/class-settings-general.php:18
281
+ msgid "General settings for %s"
282
+ msgstr "General settings for %s"
283
+
284
+ #: classes/settings/class-settings-general.php:24
285
+ msgid "Automatic %ss linking"
286
+ msgstr "Automatic %ss linking"
287
+
288
+ #: classes/settings/class-settings-general.php:25
289
+ msgid ""
290
+ "The following options affect how related posts are automatically linked for "
291
+ "%ss."
292
+ msgstr "The following options affect how related posts are automatically linked for %ss."
293
+
294
+ #: classes/settings/class-settings-general.php:29
295
+ msgid "Enable"
296
+ msgstr "Enable"
297
+
298
+ #: classes/settings/class-settings-general.php:30
299
+ msgid "Checking this will enable automatically linking posts to new %ss"
300
+ msgstr "Checking this will enable automatically linking posts to new %ss"
301
+
302
+ #: classes/settings/class-settings-general.php:36
303
+ msgid "Amount of Posts"
304
+ msgstr "Amount of Posts"
305
+
306
+ #: classes/settings/class-settings-general.php:37
307
+ msgid "The amount of automatically linked %ss"
308
+ msgstr "The amount of automatically linked %ss"
309
+
310
+ #: classes/settings/class-settings-general.php:44
311
+ msgid "Frontend Settings"
312
+ msgstr "Frontend Settings"
313
+
314
+ #: classes/settings/class-settings-general.php:45
315
+ msgid ""
316
+ "The following options affect how related %ss are displayed on the frontend."
317
+ msgstr "The following options affect how related %ss are displayed on the frontend."
318
+
319
+ #: classes/settings/class-settings-general.php:49
320
+ msgid "Heading text"
321
+ msgstr "Heading text"
322
+
323
+ #: classes/settings/class-settings-general.php:50
324
+ msgid ""
325
+ "The text that is displayed above the related %ss. To disable, leave field "
326
+ "empty."
327
+ msgstr "The text that is displayed above the related %ss. To disable, leave field empty."
328
+
329
+ #: classes/settings/class-settings-general.php:56
330
+ msgid "Excerpt length"
331
+ msgstr "Excerpt length"
332
+
333
+ #: classes/settings/class-settings-general.php:57
334
+ msgid ""
335
+ "The amount of words to be displayed below the title on website. To disable, "
336
+ "set value to 0."
337
+ msgstr "The amount of words to be displayed below the title on website. To disable, set value to 0."
338
+
339
+ #: classes/settings/class-settings-general.php:63
340
+ msgid "Display Image"
341
+ msgstr "Display Image"
342
+
343
+ #: classes/settings/class-settings-general.php:64
344
+ msgid "Checking this will enable displaying featured images of related %ss."
345
+ msgstr "Checking this will enable displaying featured images of related %ss."
346
+
347
+ #: classes/settings/class-settings-misc.php:18
348
+ msgid "Misc"
349
+ msgstr "Misc"
350
+
351
+ #: classes/settings/class-settings-misc.php:31
352
+ msgid "Miscellaneous Settings"
353
+ msgstr "Miscellaneous Settings"
354
+
355
+ #: classes/settings/class-settings-misc.php:32
356
+ msgid "A shelter for options that just don't fit in."
357
+ msgstr "A shelter for options that just don't fit in."
358
+
359
+ #: classes/settings/class-settings-misc.php:36
360
+ #: classes/settings/class-settings-weight.php:26
361
+ msgid "Remove Data on Uninstall?"
362
+ msgstr "Remove Data on Uninstall?"
363
+
364
+ #: classes/settings/class-settings-misc.php:37
365
+ #: classes/settings/class-settings-weight.php:27
366
+ msgid ""
367
+ "Check this box if you would like to completely remove all of its data when "
368
+ "the plugin is deleted."
369
+ msgstr "Check this box if you would like to completely remove all of its data when the plugin is deleted."
370
+
371
+ #: classes/settings/class-settings-themes.php:18
372
+ msgid "Styling"
373
+ msgstr "Styling"
374
+
375
+ #: classes/settings/class-settings-themes.php:31
376
+ msgid "Styling settings"
377
+ msgstr "Styling settings"
378
+
379
+ #: classes/settings/class-settings-themes.php:32
380
+ msgid "All settings related to frontend style your related posts."
381
+ msgstr "All settings related to frontend style your related posts."
382
+
383
+ #: classes/settings/class-settings-themes.php:36
384
+ msgid "Themes"
385
+ msgstr "Themes"
386
+
387
+ #: classes/settings/class-settings-themes.php:37
388
+ msgid ""
389
+ "Select one of the CSS themes above to display your related posts the way you"
390
+ " like to."
391
+ msgstr "Select one of the CSS themes above to display your related posts the way you like to."
392
+
393
+ #: classes/settings/class-settings-themes.php:43
394
+ msgid "Custom CSS"
395
+ msgstr "Custom CSS"
396
+
397
+ #: classes/settings/class-settings-themes.php:44
398
+ msgid ""
399
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
400
+ "error here will break frontend display. To disable, leave field empty."
401
+ msgstr "Add custom CSS to selected theme. Warning! This is an advanced feature! An error here will break frontend display. To disable, leave field empty."
402
+
403
+ #: classes/settings/class-settings-weight.php:21
404
+ msgid "Post Types"
405
+ msgstr "Post Types"
406
+
407
+ #: classes/settings/class-settings-weight.php:22
408
+ msgid "Check the post."
409
+ msgstr "Check the post."
410
+
411
+ #: classes/themes/class-theme-column-one.php:13
412
+ msgid "One related post item per row."
413
+ msgstr "One related post item per row."
414
+
415
+ #: classes/themes/class-theme-column-three.php:13
416
+ msgid "Three related post items per row."
417
+ msgstr "Three related post items per row."
418
+
419
+ #: classes/themes/class-theme-column-two.php:13
420
+ msgid "Two related post items per row."
421
+ msgstr "Two related post items per row."
422
+
423
+ #: includes/updater/class-wpjm-updater.php:245
424
+ msgid "Hide notice"
425
+ msgstr "Hide notice"
426
+
427
+ #: includes/updater/class-wpjm-updater.php:284
428
+ msgid "Licence"
429
+ msgstr "Licence"
430
+
431
+ #: includes/updater/class-wpjm-updater.php:287
432
+ msgid ""
433
+ "Enter your licence key and email and hit return. A valid key is required for"
434
+ " automatic updates."
435
+ msgstr "Enter your licence key and email and hit return. A valid key is required for automatic updates."
436
+
437
+ #. Plugin Name of the plugin/theme
438
+ msgid "Related Posts for WordPress Premium"
439
+ msgstr "Related Posts for WordPress Premium"
440
+
441
+ #. Plugin URI of the plugin/theme
442
+ msgid "http://www.relatedpostsforwp.com/"
443
+ msgstr "http://www.relatedpostsforwp.com/"
444
+
445
+ #. Description of the plugin/theme
446
+ msgid "The best way to display related posts in WordPress."
447
+ msgstr "The best way to display related posts in WordPress."
448
+
449
+ #. Author of the plugin/theme
450
+ msgid "Barry Kooij"
451
+ msgstr "Barry Kooij"
452
+
453
+ #. Author URI of the plugin/theme
454
+ msgid "http://www.barrykooij.com/"
455
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-es_es.mo ADDED
Binary file
languages/related-posts-for-wp-es_es.po ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 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: 2014-10-16 08:27:55+00:00\n"
10
+ "PO-Revision-Date: 2014-10-19 17:45+0000\n"
11
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
+ "Language-Team: Spanish (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/es/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: es\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 ""
22
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
23
+ "installation wizard!"
24
+ msgstr ""
25
+
26
+ #: classes/class-is-installing-notice.php:76
27
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
28
+ msgstr ""
29
+
30
+ #: classes/class-javascript-strings.php:14
31
+ msgid "Are you sure you want to delete this related post?"
32
+ msgstr ""
33
+
34
+ #: classes/class-link-related-table.php:47
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:52
38
+ msgid "Related Posts"
39
+ msgstr ""
40
+
41
+ #: classes/class-link-related-table.php:48
42
+ msgid "All Posts"
43
+ msgstr ""
44
+
45
+ #: classes/class-link-related-table.php:97
46
+ msgid "Title"
47
+ msgstr ""
48
+
49
+ #: classes/class-link-related-table.php:224
50
+ msgid "Link Post"
51
+ msgstr ""
52
+
53
+ #: classes/class-link-related-table.php:256
54
+ msgid "Link Posts"
55
+ msgstr ""
56
+
57
+ #: classes/class-post-type-manager.php:21
58
+ #: classes/hooks/class-hook-link-related-screen.php:131
59
+ msgid "Posts"
60
+ msgstr ""
61
+
62
+ #: classes/class-post-type-manager.php:22
63
+ msgid "Pages"
64
+ msgstr ""
65
+
66
+ #: classes/class-related-posts-widget.php:13
67
+ msgid "Related Posts for WordPress"
68
+ msgstr ""
69
+
70
+ #: classes/class-related-posts-widget.php:14
71
+ msgid "Display related posts."
72
+ msgstr ""
73
+
74
+ #: classes/filters/class-filter-plugin-links.php:29
75
+ msgid "Settings"
76
+ msgstr ""
77
+
78
+ #: classes/hooks/class-hook-link-related-screen.php:132
79
+ msgid "Cancel linking"
80
+ msgstr ""
81
+
82
+ #: classes/hooks/class-hook-link-related-screen.php:148
83
+ msgid "Search"
84
+ msgstr ""
85
+
86
+ #: classes/hooks/class-hook-page-install.php:92
87
+ msgid "Welcome"
88
+ msgstr ""
89
+
90
+ #: classes/hooks/class-hook-page-install.php:93
91
+ msgid "Caching Posts"
92
+ msgstr ""
93
+
94
+ #: classes/hooks/class-hook-page-install.php:94
95
+ msgid "Linking Posts"
96
+ msgstr ""
97
+
98
+ #: classes/hooks/class-hook-page-install.php:95
99
+ msgid "Finished"
100
+ msgstr ""
101
+
102
+ #: classes/hooks/class-hook-page-install.php:106
103
+ msgid ""
104
+ "Missing post type paramater, please report this incident via %sour "
105
+ "website%s."
106
+ msgstr ""
107
+
108
+ #: classes/hooks/class-hook-page-install.php:127
109
+ msgid "Installation"
110
+ msgstr ""
111
+
112
+ #: classes/hooks/class-hook-page-install.php:161
113
+ #: classes/hooks/class-hook-page-install.php:197
114
+ msgid "Thank you for choosing Related Posts for WordPress!"
115
+ msgstr ""
116
+
117
+ #: classes/hooks/class-hook-page-install.php:162
118
+ msgid ""
119
+ "Below you'll find your post types available for installation, by installing "
120
+ "a post type we'll set up a cache and offer you the ability to automatic link"
121
+ " (custom) posts. To install a post type, simply click the 'Install Post "
122
+ "Type' button."
123
+ msgstr ""
124
+
125
+ #: classes/hooks/class-hook-page-install.php:178
126
+ msgid "Disable Relations for %s"
127
+ msgstr ""
128
+
129
+ #: classes/hooks/class-hook-page-install.php:180
130
+ msgid "Enable Relations for %s"
131
+ msgstr ""
132
+
133
+ #: classes/hooks/class-hook-page-install.php:198
134
+ msgid ""
135
+ "Before you can start using Related Posts for WordPress we need to cache your"
136
+ " current posts."
137
+ msgstr ""
138
+
139
+ #: classes/hooks/class-hook-page-install.php:199
140
+ msgid ""
141
+ "This is a one time process which might take some time now, depending on the "
142
+ "amount of posts you have, but will ensure your website's performance when "
143
+ "using the plugin."
144
+ msgstr ""
145
+
146
+ #: classes/hooks/class-hook-page-install.php:201
147
+ msgid ""
148
+ "Do NOT close this window, wait for this process to finish and this wizard to"
149
+ " take you to the next step."
150
+ msgstr ""
151
+
152
+ #: classes/hooks/class-hook-page-install.php:219
153
+ msgid "Great! All your posts were successfully cached!"
154
+ msgstr ""
155
+
156
+ #: classes/hooks/class-hook-page-install.php:220
157
+ msgid ""
158
+ "You can let me link your posts, based on what I think is related, to each "
159
+ "other. And don't worry, if I made a mistake at one of your posts you can "
160
+ "easily correct this by editing it manually!"
161
+ msgstr ""
162
+
163
+ #: classes/hooks/class-hook-page-install.php:221
164
+ msgid ""
165
+ "Want me to start linking posts to each other? Fill in the amount of related "
166
+ "posts each post should have and click on the \"Link now\" button. Rather "
167
+ "link your posts manually? Click \"Skip linking\"."
168
+ msgstr ""
169
+
170
+ #: classes/hooks/class-hook-page-install.php:222
171
+ msgid ""
172
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
173
+ " process to finish and this wizard to take you to the next step."
174
+ msgstr ""
175
+
176
+ #: classes/hooks/class-hook-page-install.php:225
177
+ msgid "Amount of related posts per post:"
178
+ msgstr ""
179
+
180
+ #: classes/hooks/class-hook-page-install.php:226
181
+ msgid "Link now"
182
+ msgstr ""
183
+
184
+ #: classes/hooks/class-hook-page-install.php:227
185
+ msgid "Skip linking"
186
+ msgstr ""
187
+
188
+ #: classes/hooks/class-hook-page-install.php:235
189
+ msgid "That's it, you're good to go!"
190
+ msgstr ""
191
+
192
+ #: classes/hooks/class-hook-page-install.php:236
193
+ msgid ""
194
+ "Thanks again for using Related Posts for WordPress and if you have any "
195
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
196
+ msgstr ""
197
+
198
+ #: classes/hooks/class-hook-page-install.php:238
199
+ msgid "Click here to return to step 1"
200
+ msgstr ""
201
+
202
+ #: classes/hooks/class-hook-page-install.php:244
203
+ msgid "Click here to go to the settings page"
204
+ msgstr ""
205
+
206
+ #: classes/hooks/class-hook-settings-page.php:57
207
+ msgid "Plugin version"
208
+ msgstr ""
209
+
210
+ #: classes/hooks/class-hook-settings-page.php:61
211
+ msgid "More information"
212
+ msgstr ""
213
+
214
+ #: classes/hooks/class-hook-settings-page.php:63
215
+ msgid "<a href='%s'>FAQ</a>"
216
+ msgstr ""
217
+
218
+ #: classes/hooks/class-hook-settings-page.php:65
219
+ msgid "<a href='%s'>Change log</a>"
220
+ msgstr ""
221
+
222
+ #: classes/hooks/class-hook-settings-page.php:67
223
+ msgid "<a href='%s'>Give us a review</a>"
224
+ msgstr ""
225
+
226
+ #: classes/hooks/class-hook-settings-page.php:69
227
+ msgid "<a href='%s'>Release blog post</a>"
228
+ msgstr ""
229
+
230
+ #: classes/hooks/class-hook-settings-page.php:73
231
+ msgid "About the developer"
232
+ msgstr ""
233
+
234
+ #: classes/hooks/class-hook-settings-page.php:75
235
+ msgid ""
236
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
237
+ " the author of various WordPress plugins that include Post Connector, "
238
+ "Related Posts for WordPress and What The File."
239
+ msgstr ""
240
+
241
+ #: classes/hooks/class-hook-settings-page.php:77
242
+ msgid ""
243
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
244
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
245
+ msgstr ""
246
+
247
+ #: classes/hooks/class-hook-settings-page.php:79
248
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
249
+ msgstr ""
250
+
251
+ #: classes/hooks/class-hook-settings-page.php:105
252
+ msgid "General"
253
+ msgstr ""
254
+
255
+ #: classes/hooks/class-hook-settings-page.php:125
256
+ msgid "Installer"
257
+ msgstr ""
258
+
259
+ #: classes/hooks/class-hook-settings-page.php:147
260
+ msgid "Post Type"
261
+ msgstr ""
262
+
263
+ #: classes/meta-boxes/class-meta-box-manage.php:80
264
+ msgid "Add Related Posts"
265
+ msgstr ""
266
+
267
+ #: classes/meta-boxes/class-meta-box-manage.php:103
268
+ #: classes/meta-boxes/class-meta-box-manage.php:104
269
+ msgid "Edit Post"
270
+ msgstr ""
271
+
272
+ #: classes/meta-boxes/class-meta-box-manage.php:106
273
+ #: classes/meta-boxes/class-meta-box-manage.php:107
274
+ msgid "Unlink Related Post"
275
+ msgstr ""
276
+
277
+ #: classes/meta-boxes/class-meta-box-manage.php:120
278
+ msgid "No related posts found."
279
+ msgstr ""
280
+
281
+ #: classes/settings/class-settings-general.php:18
282
+ msgid "General settings for %s"
283
+ msgstr ""
284
+
285
+ #: classes/settings/class-settings-general.php:24
286
+ msgid "Automatic %ss linking"
287
+ msgstr ""
288
+
289
+ #: classes/settings/class-settings-general.php:25
290
+ msgid ""
291
+ "The following options affect how related posts are automatically linked for "
292
+ "%ss."
293
+ msgstr ""
294
+
295
+ #: classes/settings/class-settings-general.php:29
296
+ msgid "Enable"
297
+ msgstr ""
298
+
299
+ #: classes/settings/class-settings-general.php:30
300
+ msgid "Checking this will enable automatically linking posts to new %ss"
301
+ msgstr ""
302
+
303
+ #: classes/settings/class-settings-general.php:36
304
+ msgid "Amount of Posts"
305
+ msgstr ""
306
+
307
+ #: classes/settings/class-settings-general.php:37
308
+ msgid "The amount of automatically linked %ss"
309
+ msgstr ""
310
+
311
+ #: classes/settings/class-settings-general.php:44
312
+ msgid "Frontend Settings"
313
+ msgstr ""
314
+
315
+ #: classes/settings/class-settings-general.php:45
316
+ msgid ""
317
+ "The following options affect how related %ss are displayed on the frontend."
318
+ msgstr ""
319
+
320
+ #: classes/settings/class-settings-general.php:49
321
+ msgid "Heading text"
322
+ msgstr ""
323
+
324
+ #: classes/settings/class-settings-general.php:50
325
+ msgid ""
326
+ "The text that is displayed above the related %ss. To disable, leave field "
327
+ "empty."
328
+ msgstr ""
329
+
330
+ #: classes/settings/class-settings-general.php:56
331
+ msgid "Excerpt length"
332
+ msgstr ""
333
+
334
+ #: classes/settings/class-settings-general.php:57
335
+ msgid ""
336
+ "The amount of words to be displayed below the title on website. To disable, "
337
+ "set value to 0."
338
+ msgstr ""
339
+
340
+ #: classes/settings/class-settings-general.php:63
341
+ msgid "Display Image"
342
+ msgstr ""
343
+
344
+ #: classes/settings/class-settings-general.php:64
345
+ msgid "Checking this will enable displaying featured images of related %ss."
346
+ msgstr ""
347
+
348
+ #: classes/settings/class-settings-misc.php:18
349
+ msgid "Misc"
350
+ msgstr ""
351
+
352
+ #: classes/settings/class-settings-misc.php:31
353
+ msgid "Miscellaneous Settings"
354
+ msgstr ""
355
+
356
+ #: classes/settings/class-settings-misc.php:32
357
+ msgid "A shelter for options that just don't fit in."
358
+ msgstr ""
359
+
360
+ #: classes/settings/class-settings-misc.php:36
361
+ #: classes/settings/class-settings-weight.php:26
362
+ msgid "Remove Data on Uninstall?"
363
+ msgstr ""
364
+
365
+ #: classes/settings/class-settings-misc.php:37
366
+ #: classes/settings/class-settings-weight.php:27
367
+ msgid ""
368
+ "Check this box if you would like to completely remove all of its data when "
369
+ "the plugin is deleted."
370
+ msgstr ""
371
+
372
+ #: classes/settings/class-settings-themes.php:18
373
+ msgid "Styling"
374
+ msgstr ""
375
+
376
+ #: classes/settings/class-settings-themes.php:31
377
+ msgid "Styling settings"
378
+ msgstr ""
379
+
380
+ #: classes/settings/class-settings-themes.php:32
381
+ msgid "All settings related to frontend style your related posts."
382
+ msgstr ""
383
+
384
+ #: classes/settings/class-settings-themes.php:36
385
+ msgid "Themes"
386
+ msgstr ""
387
+
388
+ #: classes/settings/class-settings-themes.php:37
389
+ msgid ""
390
+ "Select one of the CSS themes above to display your related posts the way you"
391
+ " like to."
392
+ msgstr ""
393
+
394
+ #: classes/settings/class-settings-themes.php:43
395
+ msgid "Custom CSS"
396
+ msgstr ""
397
+
398
+ #: classes/settings/class-settings-themes.php:44
399
+ msgid ""
400
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
401
+ "error here will break frontend display. To disable, leave field empty."
402
+ msgstr ""
403
+
404
+ #: classes/settings/class-settings-weight.php:21
405
+ msgid "Post Types"
406
+ msgstr ""
407
+
408
+ #: classes/settings/class-settings-weight.php:22
409
+ msgid "Check the post."
410
+ msgstr ""
411
+
412
+ #: classes/themes/class-theme-column-one.php:13
413
+ msgid "One related post item per row."
414
+ msgstr ""
415
+
416
+ #: classes/themes/class-theme-column-three.php:13
417
+ msgid "Three related post items per row."
418
+ msgstr ""
419
+
420
+ #: classes/themes/class-theme-column-two.php:13
421
+ msgid "Two related post items per row."
422
+ msgstr ""
423
+
424
+ #: includes/updater/class-wpjm-updater.php:245
425
+ msgid "Hide notice"
426
+ msgstr ""
427
+
428
+ #: includes/updater/class-wpjm-updater.php:284
429
+ msgid "Licence"
430
+ msgstr ""
431
+
432
+ #: includes/updater/class-wpjm-updater.php:287
433
+ msgid ""
434
+ "Enter your licence key and email and hit return. A valid key is required for"
435
+ " automatic updates."
436
+ msgstr ""
437
+
438
+ #. Plugin Name of the plugin/theme
439
+ msgid "Related Posts for WordPress Premium"
440
+ msgstr "Related Posts for WordPress Premium"
441
+
442
+ #. Plugin URI of the plugin/theme
443
+ msgid "http://www.relatedpostsforwp.com/"
444
+ msgstr "http://www.relatedpostsforwp.com/"
445
+
446
+ #. Description of the plugin/theme
447
+ msgid "The best way to display related posts in WordPress."
448
+ msgstr ""
449
+
450
+ #. Author of the plugin/theme
451
+ msgid "Barry Kooij"
452
+ msgstr "Barry Kooij"
453
+
454
+ #. Author URI of the plugin/theme
455
+ msgid "http://www.barrykooij.com/"
456
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-fr_fr.mo ADDED
Binary file
languages/related-posts-for-wp-fr_fr.po ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 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: 2014-10-16 08:27:55+00:00\n"
10
+ "PO-Revision-Date: 2014-10-19 17:43+0000\n"
11
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
+ "Language-Team: French (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/fr/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: fr\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 ""
22
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
23
+ "installation wizard!"
24
+ msgstr ""
25
+
26
+ #: classes/class-is-installing-notice.php:76
27
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
28
+ msgstr ""
29
+
30
+ #: classes/class-javascript-strings.php:14
31
+ msgid "Are you sure you want to delete this related post?"
32
+ msgstr ""
33
+
34
+ #: classes/class-link-related-table.php:47
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:52
38
+ msgid "Related Posts"
39
+ msgstr ""
40
+
41
+ #: classes/class-link-related-table.php:48
42
+ msgid "All Posts"
43
+ msgstr ""
44
+
45
+ #: classes/class-link-related-table.php:97
46
+ msgid "Title"
47
+ msgstr ""
48
+
49
+ #: classes/class-link-related-table.php:224
50
+ msgid "Link Post"
51
+ msgstr ""
52
+
53
+ #: classes/class-link-related-table.php:256
54
+ msgid "Link Posts"
55
+ msgstr ""
56
+
57
+ #: classes/class-post-type-manager.php:21
58
+ #: classes/hooks/class-hook-link-related-screen.php:131
59
+ msgid "Posts"
60
+ msgstr ""
61
+
62
+ #: classes/class-post-type-manager.php:22
63
+ msgid "Pages"
64
+ msgstr ""
65
+
66
+ #: classes/class-related-posts-widget.php:13
67
+ msgid "Related Posts for WordPress"
68
+ msgstr ""
69
+
70
+ #: classes/class-related-posts-widget.php:14
71
+ msgid "Display related posts."
72
+ msgstr ""
73
+
74
+ #: classes/filters/class-filter-plugin-links.php:29
75
+ msgid "Settings"
76
+ msgstr ""
77
+
78
+ #: classes/hooks/class-hook-link-related-screen.php:132
79
+ msgid "Cancel linking"
80
+ msgstr ""
81
+
82
+ #: classes/hooks/class-hook-link-related-screen.php:148
83
+ msgid "Search"
84
+ msgstr ""
85
+
86
+ #: classes/hooks/class-hook-page-install.php:92
87
+ msgid "Welcome"
88
+ msgstr ""
89
+
90
+ #: classes/hooks/class-hook-page-install.php:93
91
+ msgid "Caching Posts"
92
+ msgstr ""
93
+
94
+ #: classes/hooks/class-hook-page-install.php:94
95
+ msgid "Linking Posts"
96
+ msgstr ""
97
+
98
+ #: classes/hooks/class-hook-page-install.php:95
99
+ msgid "Finished"
100
+ msgstr ""
101
+
102
+ #: classes/hooks/class-hook-page-install.php:106
103
+ msgid ""
104
+ "Missing post type paramater, please report this incident via %sour "
105
+ "website%s."
106
+ msgstr ""
107
+
108
+ #: classes/hooks/class-hook-page-install.php:127
109
+ msgid "Installation"
110
+ msgstr ""
111
+
112
+ #: classes/hooks/class-hook-page-install.php:161
113
+ #: classes/hooks/class-hook-page-install.php:197
114
+ msgid "Thank you for choosing Related Posts for WordPress!"
115
+ msgstr ""
116
+
117
+ #: classes/hooks/class-hook-page-install.php:162
118
+ msgid ""
119
+ "Below you'll find your post types available for installation, by installing "
120
+ "a post type we'll set up a cache and offer you the ability to automatic link"
121
+ " (custom) posts. To install a post type, simply click the 'Install Post "
122
+ "Type' button."
123
+ msgstr ""
124
+
125
+ #: classes/hooks/class-hook-page-install.php:178
126
+ msgid "Disable Relations for %s"
127
+ msgstr ""
128
+
129
+ #: classes/hooks/class-hook-page-install.php:180
130
+ msgid "Enable Relations for %s"
131
+ msgstr ""
132
+
133
+ #: classes/hooks/class-hook-page-install.php:198
134
+ msgid ""
135
+ "Before you can start using Related Posts for WordPress we need to cache your"
136
+ " current posts."
137
+ msgstr ""
138
+
139
+ #: classes/hooks/class-hook-page-install.php:199
140
+ msgid ""
141
+ "This is a one time process which might take some time now, depending on the "
142
+ "amount of posts you have, but will ensure your website's performance when "
143
+ "using the plugin."
144
+ msgstr ""
145
+
146
+ #: classes/hooks/class-hook-page-install.php:201
147
+ msgid ""
148
+ "Do NOT close this window, wait for this process to finish and this wizard to"
149
+ " take you to the next step."
150
+ msgstr ""
151
+
152
+ #: classes/hooks/class-hook-page-install.php:219
153
+ msgid "Great! All your posts were successfully cached!"
154
+ msgstr ""
155
+
156
+ #: classes/hooks/class-hook-page-install.php:220
157
+ msgid ""
158
+ "You can let me link your posts, based on what I think is related, to each "
159
+ "other. And don't worry, if I made a mistake at one of your posts you can "
160
+ "easily correct this by editing it manually!"
161
+ msgstr ""
162
+
163
+ #: classes/hooks/class-hook-page-install.php:221
164
+ msgid ""
165
+ "Want me to start linking posts to each other? Fill in the amount of related "
166
+ "posts each post should have and click on the \"Link now\" button. Rather "
167
+ "link your posts manually? Click \"Skip linking\"."
168
+ msgstr ""
169
+
170
+ #: classes/hooks/class-hook-page-install.php:222
171
+ msgid ""
172
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
173
+ " process to finish and this wizard to take you to the next step."
174
+ msgstr ""
175
+
176
+ #: classes/hooks/class-hook-page-install.php:225
177
+ msgid "Amount of related posts per post:"
178
+ msgstr ""
179
+
180
+ #: classes/hooks/class-hook-page-install.php:226
181
+ msgid "Link now"
182
+ msgstr ""
183
+
184
+ #: classes/hooks/class-hook-page-install.php:227
185
+ msgid "Skip linking"
186
+ msgstr ""
187
+
188
+ #: classes/hooks/class-hook-page-install.php:235
189
+ msgid "That's it, you're good to go!"
190
+ msgstr ""
191
+
192
+ #: classes/hooks/class-hook-page-install.php:236
193
+ msgid ""
194
+ "Thanks again for using Related Posts for WordPress and if you have any "
195
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
196
+ msgstr ""
197
+
198
+ #: classes/hooks/class-hook-page-install.php:238
199
+ msgid "Click here to return to step 1"
200
+ msgstr ""
201
+
202
+ #: classes/hooks/class-hook-page-install.php:244
203
+ msgid "Click here to go to the settings page"
204
+ msgstr ""
205
+
206
+ #: classes/hooks/class-hook-settings-page.php:57
207
+ msgid "Plugin version"
208
+ msgstr ""
209
+
210
+ #: classes/hooks/class-hook-settings-page.php:61
211
+ msgid "More information"
212
+ msgstr ""
213
+
214
+ #: classes/hooks/class-hook-settings-page.php:63
215
+ msgid "<a href='%s'>FAQ</a>"
216
+ msgstr ""
217
+
218
+ #: classes/hooks/class-hook-settings-page.php:65
219
+ msgid "<a href='%s'>Change log</a>"
220
+ msgstr ""
221
+
222
+ #: classes/hooks/class-hook-settings-page.php:67
223
+ msgid "<a href='%s'>Give us a review</a>"
224
+ msgstr ""
225
+
226
+ #: classes/hooks/class-hook-settings-page.php:69
227
+ msgid "<a href='%s'>Release blog post</a>"
228
+ msgstr ""
229
+
230
+ #: classes/hooks/class-hook-settings-page.php:73
231
+ msgid "About the developer"
232
+ msgstr ""
233
+
234
+ #: classes/hooks/class-hook-settings-page.php:75
235
+ msgid ""
236
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
237
+ " the author of various WordPress plugins that include Post Connector, "
238
+ "Related Posts for WordPress and What The File."
239
+ msgstr ""
240
+
241
+ #: classes/hooks/class-hook-settings-page.php:77
242
+ msgid ""
243
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
244
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
245
+ msgstr ""
246
+
247
+ #: classes/hooks/class-hook-settings-page.php:79
248
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
249
+ msgstr ""
250
+
251
+ #: classes/hooks/class-hook-settings-page.php:105
252
+ msgid "General"
253
+ msgstr ""
254
+
255
+ #: classes/hooks/class-hook-settings-page.php:125
256
+ msgid "Installer"
257
+ msgstr ""
258
+
259
+ #: classes/hooks/class-hook-settings-page.php:147
260
+ msgid "Post Type"
261
+ msgstr ""
262
+
263
+ #: classes/meta-boxes/class-meta-box-manage.php:80
264
+ msgid "Add Related Posts"
265
+ msgstr ""
266
+
267
+ #: classes/meta-boxes/class-meta-box-manage.php:103
268
+ #: classes/meta-boxes/class-meta-box-manage.php:104
269
+ msgid "Edit Post"
270
+ msgstr ""
271
+
272
+ #: classes/meta-boxes/class-meta-box-manage.php:106
273
+ #: classes/meta-boxes/class-meta-box-manage.php:107
274
+ msgid "Unlink Related Post"
275
+ msgstr ""
276
+
277
+ #: classes/meta-boxes/class-meta-box-manage.php:120
278
+ msgid "No related posts found."
279
+ msgstr ""
280
+
281
+ #: classes/settings/class-settings-general.php:18
282
+ msgid "General settings for %s"
283
+ msgstr ""
284
+
285
+ #: classes/settings/class-settings-general.php:24
286
+ msgid "Automatic %ss linking"
287
+ msgstr ""
288
+
289
+ #: classes/settings/class-settings-general.php:25
290
+ msgid ""
291
+ "The following options affect how related posts are automatically linked for "
292
+ "%ss."
293
+ msgstr ""
294
+
295
+ #: classes/settings/class-settings-general.php:29
296
+ msgid "Enable"
297
+ msgstr ""
298
+
299
+ #: classes/settings/class-settings-general.php:30
300
+ msgid "Checking this will enable automatically linking posts to new %ss"
301
+ msgstr ""
302
+
303
+ #: classes/settings/class-settings-general.php:36
304
+ msgid "Amount of Posts"
305
+ msgstr ""
306
+
307
+ #: classes/settings/class-settings-general.php:37
308
+ msgid "The amount of automatically linked %ss"
309
+ msgstr ""
310
+
311
+ #: classes/settings/class-settings-general.php:44
312
+ msgid "Frontend Settings"
313
+ msgstr ""
314
+
315
+ #: classes/settings/class-settings-general.php:45
316
+ msgid ""
317
+ "The following options affect how related %ss are displayed on the frontend."
318
+ msgstr ""
319
+
320
+ #: classes/settings/class-settings-general.php:49
321
+ msgid "Heading text"
322
+ msgstr ""
323
+
324
+ #: classes/settings/class-settings-general.php:50
325
+ msgid ""
326
+ "The text that is displayed above the related %ss. To disable, leave field "
327
+ "empty."
328
+ msgstr ""
329
+
330
+ #: classes/settings/class-settings-general.php:56
331
+ msgid "Excerpt length"
332
+ msgstr ""
333
+
334
+ #: classes/settings/class-settings-general.php:57
335
+ msgid ""
336
+ "The amount of words to be displayed below the title on website. To disable, "
337
+ "set value to 0."
338
+ msgstr ""
339
+
340
+ #: classes/settings/class-settings-general.php:63
341
+ msgid "Display Image"
342
+ msgstr ""
343
+
344
+ #: classes/settings/class-settings-general.php:64
345
+ msgid "Checking this will enable displaying featured images of related %ss."
346
+ msgstr ""
347
+
348
+ #: classes/settings/class-settings-misc.php:18
349
+ msgid "Misc"
350
+ msgstr ""
351
+
352
+ #: classes/settings/class-settings-misc.php:31
353
+ msgid "Miscellaneous Settings"
354
+ msgstr ""
355
+
356
+ #: classes/settings/class-settings-misc.php:32
357
+ msgid "A shelter for options that just don't fit in."
358
+ msgstr ""
359
+
360
+ #: classes/settings/class-settings-misc.php:36
361
+ #: classes/settings/class-settings-weight.php:26
362
+ msgid "Remove Data on Uninstall?"
363
+ msgstr ""
364
+
365
+ #: classes/settings/class-settings-misc.php:37
366
+ #: classes/settings/class-settings-weight.php:27
367
+ msgid ""
368
+ "Check this box if you would like to completely remove all of its data when "
369
+ "the plugin is deleted."
370
+ msgstr ""
371
+
372
+ #: classes/settings/class-settings-themes.php:18
373
+ msgid "Styling"
374
+ msgstr ""
375
+
376
+ #: classes/settings/class-settings-themes.php:31
377
+ msgid "Styling settings"
378
+ msgstr ""
379
+
380
+ #: classes/settings/class-settings-themes.php:32
381
+ msgid "All settings related to frontend style your related posts."
382
+ msgstr ""
383
+
384
+ #: classes/settings/class-settings-themes.php:36
385
+ msgid "Themes"
386
+ msgstr ""
387
+
388
+ #: classes/settings/class-settings-themes.php:37
389
+ msgid ""
390
+ "Select one of the CSS themes above to display your related posts the way you"
391
+ " like to."
392
+ msgstr ""
393
+
394
+ #: classes/settings/class-settings-themes.php:43
395
+ msgid "Custom CSS"
396
+ msgstr ""
397
+
398
+ #: classes/settings/class-settings-themes.php:44
399
+ msgid ""
400
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
401
+ "error here will break frontend display. To disable, leave field empty."
402
+ msgstr ""
403
+
404
+ #: classes/settings/class-settings-weight.php:21
405
+ msgid "Post Types"
406
+ msgstr ""
407
+
408
+ #: classes/settings/class-settings-weight.php:22
409
+ msgid "Check the post."
410
+ msgstr ""
411
+
412
+ #: classes/themes/class-theme-column-one.php:13
413
+ msgid "One related post item per row."
414
+ msgstr ""
415
+
416
+ #: classes/themes/class-theme-column-three.php:13
417
+ msgid "Three related post items per row."
418
+ msgstr ""
419
+
420
+ #: classes/themes/class-theme-column-two.php:13
421
+ msgid "Two related post items per row."
422
+ msgstr ""
423
+
424
+ #: includes/updater/class-wpjm-updater.php:245
425
+ msgid "Hide notice"
426
+ msgstr ""
427
+
428
+ #: includes/updater/class-wpjm-updater.php:284
429
+ msgid "Licence"
430
+ msgstr ""
431
+
432
+ #: includes/updater/class-wpjm-updater.php:287
433
+ msgid ""
434
+ "Enter your licence key and email and hit return. A valid key is required for"
435
+ " automatic updates."
436
+ msgstr ""
437
+
438
+ #. Plugin Name of the plugin/theme
439
+ msgid "Related Posts for WordPress Premium"
440
+ msgstr "Related Posts for WordPress Premium"
441
+
442
+ #. Plugin URI of the plugin/theme
443
+ msgid "http://www.relatedpostsforwp.com/"
444
+ msgstr "http://www.relatedpostsforwp.com/"
445
+
446
+ #. Description of the plugin/theme
447
+ msgid "The best way to display related posts in WordPress."
448
+ msgstr ""
449
+
450
+ #. Author of the plugin/theme
451
+ msgid "Barry Kooij"
452
+ msgstr "Barry Kooij"
453
+
454
+ #. Author URI of the plugin/theme
455
+ msgid "http://www.barrykooij.com/"
456
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-it_it.mo ADDED
Binary file
languages/related-posts-for-wp-it_it.po ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 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: 2014-10-16 08:27:55+00:00\n"
10
+ "PO-Revision-Date: 2014-10-19 17:44+0000\n"
11
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
+ "Language-Team: Italian (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/it/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: it\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 ""
22
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
23
+ "installation wizard!"
24
+ msgstr ""
25
+
26
+ #: classes/class-is-installing-notice.php:76
27
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
28
+ msgstr ""
29
+
30
+ #: classes/class-javascript-strings.php:14
31
+ msgid "Are you sure you want to delete this related post?"
32
+ msgstr ""
33
+
34
+ #: classes/class-link-related-table.php:47
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:52
38
+ msgid "Related Posts"
39
+ msgstr ""
40
+
41
+ #: classes/class-link-related-table.php:48
42
+ msgid "All Posts"
43
+ msgstr ""
44
+
45
+ #: classes/class-link-related-table.php:97
46
+ msgid "Title"
47
+ msgstr ""
48
+
49
+ #: classes/class-link-related-table.php:224
50
+ msgid "Link Post"
51
+ msgstr ""
52
+
53
+ #: classes/class-link-related-table.php:256
54
+ msgid "Link Posts"
55
+ msgstr ""
56
+
57
+ #: classes/class-post-type-manager.php:21
58
+ #: classes/hooks/class-hook-link-related-screen.php:131
59
+ msgid "Posts"
60
+ msgstr ""
61
+
62
+ #: classes/class-post-type-manager.php:22
63
+ msgid "Pages"
64
+ msgstr ""
65
+
66
+ #: classes/class-related-posts-widget.php:13
67
+ msgid "Related Posts for WordPress"
68
+ msgstr ""
69
+
70
+ #: classes/class-related-posts-widget.php:14
71
+ msgid "Display related posts."
72
+ msgstr ""
73
+
74
+ #: classes/filters/class-filter-plugin-links.php:29
75
+ msgid "Settings"
76
+ msgstr ""
77
+
78
+ #: classes/hooks/class-hook-link-related-screen.php:132
79
+ msgid "Cancel linking"
80
+ msgstr ""
81
+
82
+ #: classes/hooks/class-hook-link-related-screen.php:148
83
+ msgid "Search"
84
+ msgstr ""
85
+
86
+ #: classes/hooks/class-hook-page-install.php:92
87
+ msgid "Welcome"
88
+ msgstr ""
89
+
90
+ #: classes/hooks/class-hook-page-install.php:93
91
+ msgid "Caching Posts"
92
+ msgstr ""
93
+
94
+ #: classes/hooks/class-hook-page-install.php:94
95
+ msgid "Linking Posts"
96
+ msgstr ""
97
+
98
+ #: classes/hooks/class-hook-page-install.php:95
99
+ msgid "Finished"
100
+ msgstr ""
101
+
102
+ #: classes/hooks/class-hook-page-install.php:106
103
+ msgid ""
104
+ "Missing post type paramater, please report this incident via %sour "
105
+ "website%s."
106
+ msgstr ""
107
+
108
+ #: classes/hooks/class-hook-page-install.php:127
109
+ msgid "Installation"
110
+ msgstr ""
111
+
112
+ #: classes/hooks/class-hook-page-install.php:161
113
+ #: classes/hooks/class-hook-page-install.php:197
114
+ msgid "Thank you for choosing Related Posts for WordPress!"
115
+ msgstr ""
116
+
117
+ #: classes/hooks/class-hook-page-install.php:162
118
+ msgid ""
119
+ "Below you'll find your post types available for installation, by installing "
120
+ "a post type we'll set up a cache and offer you the ability to automatic link"
121
+ " (custom) posts. To install a post type, simply click the 'Install Post "
122
+ "Type' button."
123
+ msgstr ""
124
+
125
+ #: classes/hooks/class-hook-page-install.php:178
126
+ msgid "Disable Relations for %s"
127
+ msgstr ""
128
+
129
+ #: classes/hooks/class-hook-page-install.php:180
130
+ msgid "Enable Relations for %s"
131
+ msgstr ""
132
+
133
+ #: classes/hooks/class-hook-page-install.php:198
134
+ msgid ""
135
+ "Before you can start using Related Posts for WordPress we need to cache your"
136
+ " current posts."
137
+ msgstr ""
138
+
139
+ #: classes/hooks/class-hook-page-install.php:199
140
+ msgid ""
141
+ "This is a one time process which might take some time now, depending on the "
142
+ "amount of posts you have, but will ensure your website's performance when "
143
+ "using the plugin."
144
+ msgstr ""
145
+
146
+ #: classes/hooks/class-hook-page-install.php:201
147
+ msgid ""
148
+ "Do NOT close this window, wait for this process to finish and this wizard to"
149
+ " take you to the next step."
150
+ msgstr ""
151
+
152
+ #: classes/hooks/class-hook-page-install.php:219
153
+ msgid "Great! All your posts were successfully cached!"
154
+ msgstr ""
155
+
156
+ #: classes/hooks/class-hook-page-install.php:220
157
+ msgid ""
158
+ "You can let me link your posts, based on what I think is related, to each "
159
+ "other. And don't worry, if I made a mistake at one of your posts you can "
160
+ "easily correct this by editing it manually!"
161
+ msgstr ""
162
+
163
+ #: classes/hooks/class-hook-page-install.php:221
164
+ msgid ""
165
+ "Want me to start linking posts to each other? Fill in the amount of related "
166
+ "posts each post should have and click on the \"Link now\" button. Rather "
167
+ "link your posts manually? Click \"Skip linking\"."
168
+ msgstr ""
169
+
170
+ #: classes/hooks/class-hook-page-install.php:222
171
+ msgid ""
172
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
173
+ " process to finish and this wizard to take you to the next step."
174
+ msgstr ""
175
+
176
+ #: classes/hooks/class-hook-page-install.php:225
177
+ msgid "Amount of related posts per post:"
178
+ msgstr ""
179
+
180
+ #: classes/hooks/class-hook-page-install.php:226
181
+ msgid "Link now"
182
+ msgstr ""
183
+
184
+ #: classes/hooks/class-hook-page-install.php:227
185
+ msgid "Skip linking"
186
+ msgstr ""
187
+
188
+ #: classes/hooks/class-hook-page-install.php:235
189
+ msgid "That's it, you're good to go!"
190
+ msgstr ""
191
+
192
+ #: classes/hooks/class-hook-page-install.php:236
193
+ msgid ""
194
+ "Thanks again for using Related Posts for WordPress and if you have any "
195
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
196
+ msgstr ""
197
+
198
+ #: classes/hooks/class-hook-page-install.php:238
199
+ msgid "Click here to return to step 1"
200
+ msgstr ""
201
+
202
+ #: classes/hooks/class-hook-page-install.php:244
203
+ msgid "Click here to go to the settings page"
204
+ msgstr ""
205
+
206
+ #: classes/hooks/class-hook-settings-page.php:57
207
+ msgid "Plugin version"
208
+ msgstr ""
209
+
210
+ #: classes/hooks/class-hook-settings-page.php:61
211
+ msgid "More information"
212
+ msgstr ""
213
+
214
+ #: classes/hooks/class-hook-settings-page.php:63
215
+ msgid "<a href='%s'>FAQ</a>"
216
+ msgstr ""
217
+
218
+ #: classes/hooks/class-hook-settings-page.php:65
219
+ msgid "<a href='%s'>Change log</a>"
220
+ msgstr ""
221
+
222
+ #: classes/hooks/class-hook-settings-page.php:67
223
+ msgid "<a href='%s'>Give us a review</a>"
224
+ msgstr ""
225
+
226
+ #: classes/hooks/class-hook-settings-page.php:69
227
+ msgid "<a href='%s'>Release blog post</a>"
228
+ msgstr ""
229
+
230
+ #: classes/hooks/class-hook-settings-page.php:73
231
+ msgid "About the developer"
232
+ msgstr ""
233
+
234
+ #: classes/hooks/class-hook-settings-page.php:75
235
+ msgid ""
236
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
237
+ " the author of various WordPress plugins that include Post Connector, "
238
+ "Related Posts for WordPress and What The File."
239
+ msgstr ""
240
+
241
+ #: classes/hooks/class-hook-settings-page.php:77
242
+ msgid ""
243
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
244
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
245
+ msgstr ""
246
+
247
+ #: classes/hooks/class-hook-settings-page.php:79
248
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
249
+ msgstr ""
250
+
251
+ #: classes/hooks/class-hook-settings-page.php:105
252
+ msgid "General"
253
+ msgstr ""
254
+
255
+ #: classes/hooks/class-hook-settings-page.php:125
256
+ msgid "Installer"
257
+ msgstr ""
258
+
259
+ #: classes/hooks/class-hook-settings-page.php:147
260
+ msgid "Post Type"
261
+ msgstr ""
262
+
263
+ #: classes/meta-boxes/class-meta-box-manage.php:80
264
+ msgid "Add Related Posts"
265
+ msgstr ""
266
+
267
+ #: classes/meta-boxes/class-meta-box-manage.php:103
268
+ #: classes/meta-boxes/class-meta-box-manage.php:104
269
+ msgid "Edit Post"
270
+ msgstr ""
271
+
272
+ #: classes/meta-boxes/class-meta-box-manage.php:106
273
+ #: classes/meta-boxes/class-meta-box-manage.php:107
274
+ msgid "Unlink Related Post"
275
+ msgstr ""
276
+
277
+ #: classes/meta-boxes/class-meta-box-manage.php:120
278
+ msgid "No related posts found."
279
+ msgstr ""
280
+
281
+ #: classes/settings/class-settings-general.php:18
282
+ msgid "General settings for %s"
283
+ msgstr ""
284
+
285
+ #: classes/settings/class-settings-general.php:24
286
+ msgid "Automatic %ss linking"
287
+ msgstr ""
288
+
289
+ #: classes/settings/class-settings-general.php:25
290
+ msgid ""
291
+ "The following options affect how related posts are automatically linked for "
292
+ "%ss."
293
+ msgstr ""
294
+
295
+ #: classes/settings/class-settings-general.php:29
296
+ msgid "Enable"
297
+ msgstr ""
298
+
299
+ #: classes/settings/class-settings-general.php:30
300
+ msgid "Checking this will enable automatically linking posts to new %ss"
301
+ msgstr ""
302
+
303
+ #: classes/settings/class-settings-general.php:36
304
+ msgid "Amount of Posts"
305
+ msgstr ""
306
+
307
+ #: classes/settings/class-settings-general.php:37
308
+ msgid "The amount of automatically linked %ss"
309
+ msgstr ""
310
+
311
+ #: classes/settings/class-settings-general.php:44
312
+ msgid "Frontend Settings"
313
+ msgstr ""
314
+
315
+ #: classes/settings/class-settings-general.php:45
316
+ msgid ""
317
+ "The following options affect how related %ss are displayed on the frontend."
318
+ msgstr ""
319
+
320
+ #: classes/settings/class-settings-general.php:49
321
+ msgid "Heading text"
322
+ msgstr ""
323
+
324
+ #: classes/settings/class-settings-general.php:50
325
+ msgid ""
326
+ "The text that is displayed above the related %ss. To disable, leave field "
327
+ "empty."
328
+ msgstr ""
329
+
330
+ #: classes/settings/class-settings-general.php:56
331
+ msgid "Excerpt length"
332
+ msgstr ""
333
+
334
+ #: classes/settings/class-settings-general.php:57
335
+ msgid ""
336
+ "The amount of words to be displayed below the title on website. To disable, "
337
+ "set value to 0."
338
+ msgstr ""
339
+
340
+ #: classes/settings/class-settings-general.php:63
341
+ msgid "Display Image"
342
+ msgstr ""
343
+
344
+ #: classes/settings/class-settings-general.php:64
345
+ msgid "Checking this will enable displaying featured images of related %ss."
346
+ msgstr ""
347
+
348
+ #: classes/settings/class-settings-misc.php:18
349
+ msgid "Misc"
350
+ msgstr ""
351
+
352
+ #: classes/settings/class-settings-misc.php:31
353
+ msgid "Miscellaneous Settings"
354
+ msgstr ""
355
+
356
+ #: classes/settings/class-settings-misc.php:32
357
+ msgid "A shelter for options that just don't fit in."
358
+ msgstr ""
359
+
360
+ #: classes/settings/class-settings-misc.php:36
361
+ #: classes/settings/class-settings-weight.php:26
362
+ msgid "Remove Data on Uninstall?"
363
+ msgstr ""
364
+
365
+ #: classes/settings/class-settings-misc.php:37
366
+ #: classes/settings/class-settings-weight.php:27
367
+ msgid ""
368
+ "Check this box if you would like to completely remove all of its data when "
369
+ "the plugin is deleted."
370
+ msgstr ""
371
+
372
+ #: classes/settings/class-settings-themes.php:18
373
+ msgid "Styling"
374
+ msgstr ""
375
+
376
+ #: classes/settings/class-settings-themes.php:31
377
+ msgid "Styling settings"
378
+ msgstr ""
379
+
380
+ #: classes/settings/class-settings-themes.php:32
381
+ msgid "All settings related to frontend style your related posts."
382
+ msgstr ""
383
+
384
+ #: classes/settings/class-settings-themes.php:36
385
+ msgid "Themes"
386
+ msgstr ""
387
+
388
+ #: classes/settings/class-settings-themes.php:37
389
+ msgid ""
390
+ "Select one of the CSS themes above to display your related posts the way you"
391
+ " like to."
392
+ msgstr ""
393
+
394
+ #: classes/settings/class-settings-themes.php:43
395
+ msgid "Custom CSS"
396
+ msgstr ""
397
+
398
+ #: classes/settings/class-settings-themes.php:44
399
+ msgid ""
400
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
401
+ "error here will break frontend display. To disable, leave field empty."
402
+ msgstr ""
403
+
404
+ #: classes/settings/class-settings-weight.php:21
405
+ msgid "Post Types"
406
+ msgstr ""
407
+
408
+ #: classes/settings/class-settings-weight.php:22
409
+ msgid "Check the post."
410
+ msgstr ""
411
+
412
+ #: classes/themes/class-theme-column-one.php:13
413
+ msgid "One related post item per row."
414
+ msgstr ""
415
+
416
+ #: classes/themes/class-theme-column-three.php:13
417
+ msgid "Three related post items per row."
418
+ msgstr ""
419
+
420
+ #: classes/themes/class-theme-column-two.php:13
421
+ msgid "Two related post items per row."
422
+ msgstr ""
423
+
424
+ #: includes/updater/class-wpjm-updater.php:245
425
+ msgid "Hide notice"
426
+ msgstr ""
427
+
428
+ #: includes/updater/class-wpjm-updater.php:284
429
+ msgid "Licence"
430
+ msgstr ""
431
+
432
+ #: includes/updater/class-wpjm-updater.php:287
433
+ msgid ""
434
+ "Enter your licence key and email and hit return. A valid key is required for"
435
+ " automatic updates."
436
+ msgstr ""
437
+
438
+ #. Plugin Name of the plugin/theme
439
+ msgid "Related Posts for WordPress Premium"
440
+ msgstr "Related Posts for WordPress Premium"
441
+
442
+ #. Plugin URI of the plugin/theme
443
+ msgid "http://www.relatedpostsforwp.com/"
444
+ msgstr "http://www.relatedpostsforwp.com/"
445
+
446
+ #. Description of the plugin/theme
447
+ msgid "The best way to display related posts in WordPress."
448
+ msgstr ""
449
+
450
+ #. Author of the plugin/theme
451
+ msgid "Barry Kooij"
452
+ msgstr "Barry Kooij"
453
+
454
+ #. Author URI of the plugin/theme
455
+ msgid "http://www.barrykooij.com/"
456
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-nl_NL.mo CHANGED
Binary file
languages/related-posts-for-wp-nl_NL.po CHANGED
@@ -1,411 +1,456 @@
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Related Posts for WordPress\n"
4
- "POT-Creation-Date: 2014-08-23 15:29+0100\n"
5
- "PO-Revision-Date: 2014-08-23 15:30+0100\n"
6
- "Last-Translator: Barry Kooij <barry@cageworks.nl>\n"
7
- "Language-Team: Cageworks <barry@cageworks.nl>\n"
8
- "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.8\n"
13
- "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: _e;__;_x\n"
17
- "X-Poedit-SearchPath-0: ../.\n"
18
 
19
- #: .././classes/class-javascript-strings.php:14
 
 
 
 
 
 
 
 
 
 
20
  msgid "Are you sure you want to delete this related post?"
21
  msgstr "Weet je zeker dat je dit gerelateerde bericht wilt verwijderen?"
22
 
23
- #: .././classes/class-link-related-table.php:47
24
- #: .././classes/hooks/class-hook-settings-page.php:17
25
- #: .././classes/meta-boxes/class-meta-box-manage.php:32
 
26
  msgid "Related Posts"
27
  msgstr "Gerelateerde Berichten"
28
 
29
- #: .././classes/class-link-related-table.php:48
30
  msgid "All Posts"
31
  msgstr "Alle Berichten"
32
 
33
- #: .././classes/class-link-related-table.php:97
34
  msgid "Title"
35
  msgstr "Titel"
36
 
37
- #: .././classes/class-link-related-table.php:224
38
  msgid "Link Post"
39
  msgstr "Link Bericht"
40
 
41
- #: .././classes/class-link-related-table.php:256
42
  msgid "Link Posts"
43
  msgstr "Link Berichten"
44
 
45
- #: .././classes/class-nag-manager.php:105
46
- #, php-format
47
- msgid ""
48
- "You've been using %sRelated Posts for WordPress%s for some time now, could "
49
- "you please give it a review at wordpress.org?"
50
- msgstr ""
51
- "Je gebruikt %sRelated Posts for WordPress%s nu al best een tijdje, zou je "
52
- "ons alsjeblieft een review willen geven op wordpress.org?"
53
-
54
- #: .././classes/class-nag-manager.php:107
55
- #, php-format
56
- msgid "%sYes, take me there!%s - %sI've already done this!%s"
57
- msgstr "%sJa, ga er heen!%s - %sIk heb dit al gedaan!%s"
58
-
59
- #: .././classes/class-settings.php:37
60
- msgid "Automatic post linking"
61
- msgstr "Automatisch linken van berichten"
62
-
63
- #: .././classes/class-settings.php:38
64
- msgid ""
65
- "The following options affect how related posts are automatically linked."
66
- msgstr ""
67
- "Deze opties beïnvloeden hoe gerelateerde berichten automatisch gelinkt "
68
- "worden."
69
-
70
- #: .././classes/class-settings.php:42
71
- msgid "Enable"
72
- msgstr "Activeren"
73
-
74
- #: .././classes/class-settings.php:43
75
- msgid "Checking this will enable automatically linking posts to new posts"
76
- msgstr ""
77
- "Door dit aan te vinken zullen berichten automatisch gekoppeld worden aan "
78
- "nieuwe berichten"
79
-
80
- #: .././classes/class-settings.php:49
81
- msgid "Amount of Posts"
82
- msgstr "Aantal berichten"
83
-
84
- #: .././classes/class-settings.php:50
85
- msgid "The amount of automatically linked post"
86
- msgstr "Het aantal automatisch gelinkte berichten"
87
-
88
- #: .././classes/class-settings.php:57
89
- msgid "Frontend Settings"
90
- msgstr "Frontend Instellingen"
91
-
92
- #: .././classes/class-settings.php:58
93
- msgid ""
94
- "The following options affect how related posts are displayed on the frontend."
95
- msgstr ""
96
- "Deze opties beïnvloeden hoe gerelateerde berichten getoond worden op uw "
97
- "website."
98
-
99
- #: .././classes/class-settings.php:62
100
- msgid "Heading text"
101
- msgstr "Titel tekst"
102
-
103
- #: .././classes/class-settings.php:63
104
- msgid ""
105
- "The text that is displayed above the related posts. To disable, leave field "
106
- "empty."
107
- msgstr ""
108
- "De tekst welke boven de gerelateerde berichten getoond wordt. Laat dit veld "
109
- "leeg om het uit te schakelen."
110
-
111
- #: .././classes/class-settings.php:69
112
- msgid "Excerpt length"
113
- msgstr "Samenvatting lengte"
114
-
115
- #: .././classes/class-settings.php:70
116
- msgid ""
117
- "The amount of words to be displayed below the title on website. To disable, "
118
- "set value to 0."
119
- msgstr ""
120
- "Het aantal woorden dat getoond wordt onder de titel. Vul 0 in om het uit te "
121
- "schakelen."
122
-
123
- #: .././classes/class-settings.php:76
124
- msgid "Display Image"
125
- msgstr "Toon afbeelding"
126
-
127
- #: .././classes/class-settings.php:77
128
- msgid "Checking this will enable displaying featured images of related posts."
129
- msgstr ""
130
- "Door dit aan te vinken zullen afbeeldingen van berichten getoond worden."
131
-
132
- #: .././classes/class-settings.php:83
133
- msgid "CSS"
134
- msgstr "CSS"
135
 
136
- #: .././classes/class-settings.php:84
137
- msgid ""
138
- "Warning! This is an advanced feature! An error here will break frontend "
139
- "display. To disable, leave field empty."
140
- msgstr ""
141
- "Waarschuwing! Dit is een geavanceerde functie! Een fout hier kan uw website "
142
- "incorrect laten tonen. Laat dit veld leeg om deze functie uit te schakelen."
143
 
144
- #: .././classes/class-settings.php:91
145
- msgid "Miscellaneous Settings"
146
- msgstr "Diversen Instellingen"
147
 
148
- #: .././classes/class-settings.php:92
149
- msgid "A shelter for options that just don't fit in."
150
- msgstr "Een opvang voor opties die nergens bijhoren."
151
 
152
- #: .././classes/class-settings.php:96
153
- msgid "Remove Data on Uninstall?"
154
- msgstr "Verwijder gegevens bij deïnstallatie?"
155
 
156
- #: .././classes/class-settings.php:97
157
- msgid ""
158
- "Check this box if you would like to completely remove all of its data when "
159
- "the plugin is deleted."
160
- msgstr ""
161
- "Door dit aan te vinken zullen alle plugin gegevens verwijderd worden waneer "
162
- "u de plugin verwijderd."
163
-
164
- #: .././classes/hooks/class-hook-link-related-screen.php:131
165
- msgid "Posts"
166
- msgstr "Berichten"
167
-
168
- #: .././classes/hooks/class-hook-link-related-screen.php:132
169
  msgid "Cancel linking"
170
  msgstr "Annuleer linken"
171
 
172
- #: .././classes/hooks/class-hook-link-related-screen.php:148
173
  msgid "Search"
174
  msgstr "Zoeken"
175
 
176
- #: .././classes/hooks/class-hook-page-install.php:39
 
 
 
 
177
  msgid "Caching Posts"
178
  msgstr "Cachen van berichten"
179
 
180
- #: .././classes/hooks/class-hook-page-install.php:40
181
  msgid "Linking Posts"
182
  msgstr "Linken van berichten"
183
 
184
- #: .././classes/hooks/class-hook-page-install.php:41
185
  msgid "Finished"
186
  msgstr "Klaar"
187
 
188
- #: .././classes/hooks/class-hook-page-install.php:48
 
 
 
 
 
 
189
  msgid "Installation"
190
  msgstr "Installatie"
191
 
192
- #: .././classes/hooks/class-hook-page-install.php:71
 
193
  msgid "Thank you for choosing Related Posts for WordPress!"
194
  msgstr "Bedankt voor het kiezen voor Related Posts for WordPress!"
195
 
196
- #: .././classes/hooks/class-hook-page-install.php:72
197
  msgid ""
198
- "Before you can start using Related Posts for WordPress we need to cache your "
199
- "current posts."
200
- msgstr ""
201
- "Voordat je Related Posts for WordPress kan gebruiken moeten we eerst je "
202
- "huidige berichten cachen."
 
 
 
 
 
 
 
 
203
 
204
- #: .././classes/hooks/class-hook-page-install.php:73
 
 
 
 
 
 
205
  msgid ""
206
  "This is a one time process which might take some time now, depending on the "
207
  "amount of posts you have, but will ensure your website's performance when "
208
  "using the plugin."
209
- msgstr ""
210
- "Dit is een eenmalig proces wat, afhankelijk van het aantal berichten dat je "
211
- "hebt, nu even kan duren maar wat er voor zorgt dat de prestatie van je "
212
- "website hoog blijft."
213
 
214
- #: .././classes/hooks/class-hook-page-install.php:75
215
  msgid ""
216
- "Do NOT close this window, wait for this process to finish and this wizard to "
217
- "take you to the next step."
218
- msgstr ""
219
- "Sluit dit venster NIET, wacht tot het proces klaar is en de wizard je naar "
220
- "de volgende stap stuurt."
221
 
222
- #: .././classes/hooks/class-hook-page-install.php:81
223
  msgid "Great! All your posts were successfully cached!"
224
  msgstr "Perfect! Al je berichten zijn succesvol gecached."
225
 
226
- #: .././classes/hooks/class-hook-page-install.php:82
227
  msgid ""
228
  "You can let me link your posts, based on what I think is related, to each "
229
  "other. And don't worry, if I made a mistake at one of your posts you can "
230
  "easily correct this by editing it manually!"
231
- msgstr ""
232
- "Je kan mij, op basis van wat ik denk dat gerelateerd is, je berichten aan "
233
- "elkaar laten koppelen. Maak je geen zorgen, als ik een fout gemaakt hebt kan "
234
- "je deze gemakkelijk later corrigeren!"
235
 
236
- #: .././classes/hooks/class-hook-page-install.php:83
237
  msgid ""
238
  "Want me to start linking posts to each other? Fill in the amount of related "
239
  "posts each post should have and click on the \"Link now\" button. Rather "
240
  "link your posts manually? Click \"Skip linking\"."
241
- msgstr ""
242
- "Wil je dat ik begin met het linken van gerelateerde berichten? Vul het "
243
- "aantal gerelateerde berichten in dat ieder bericht moet krijgen en klik op "
244
- "\"Nu linken\". Liever je berichten handmatig linken? Klik op \"Sla linken "
245
- "over\"."
246
 
247
- #: .././classes/hooks/class-hook-page-install.php:84
248
  msgid ""
249
- "Do NOT close this window if you click the \"Link now\" button, wait for this "
250
- "process to finish and this wizard to take you to the next step."
251
- msgstr ""
252
- "Sluit dit venster NIET wanneer je \"Nu linken\" hebt gekozen, wacht tot het "
253
- "proces klaar is en de wizard je naar de volgende stap stuurt."
254
 
255
- #: .././classes/hooks/class-hook-page-install.php:87
256
  msgid "Amount of related posts per post:"
257
  msgstr "Aantal gerelateerde berichten per bericht:"
258
 
259
- #: .././classes/hooks/class-hook-page-install.php:88
260
  msgid "Link now"
261
  msgstr "Nu linken"
262
 
263
- #: .././classes/hooks/class-hook-page-install.php:89
264
  msgid "Skip linking"
265
  msgstr "Sla linken over"
266
 
267
- #: .././classes/hooks/class-hook-page-install.php:96
268
  msgid "That's it, you're good to go!"
269
- msgstr ""
270
- "Super, de wizard is klaar en je hebt nu gerelateerde berichten op je website!"
271
 
272
- #: .././classes/hooks/class-hook-page-install.php:97
273
- #, php-format
274
  msgid ""
275
  "Thanks again for using Related Posts for WordPress and if you have any "
276
  "questions be sure to ask them at the %sWordPress.org forums.%s"
277
- msgstr ""
278
- "Nogmaals bedankt voor het kiezen voor Related Posts for WordPress en als je "
279
- "nog vragen hebt kan je deze stellen op %shet WordPress.org forum%s."
280
 
281
- #: .././classes/hooks/class-hook-settings-page.php:50
 
 
 
 
 
 
 
 
282
  msgid "Plugin version"
283
  msgstr "Plugin versie"
284
 
285
- #: .././classes/hooks/class-hook-settings-page.php:54
286
  msgid "More information"
287
  msgstr "Meer informatie"
288
 
289
- #: .././classes/hooks/class-hook-settings-page.php:56
290
- #, php-format
291
  msgid "<a href='%s'>FAQ</a>"
292
  msgstr "<a href='%s'>FAQ</a>"
293
 
294
- #: .././classes/hooks/class-hook-settings-page.php:58
295
- #, php-format
296
  msgid "<a href='%s'>Change log</a>"
297
  msgstr "<a href='%s'>Change log</a>"
298
 
299
- #: .././classes/hooks/class-hook-settings-page.php:60
300
- #, php-format
301
  msgid "<a href='%s'>Give us a review</a>"
302
  msgstr "<a href='%s'>Geef ons een review</a>"
303
 
304
- #: .././classes/hooks/class-hook-settings-page.php:62
305
- #, php-format
306
  msgid "<a href='%s'>Release blog post</a>"
307
  msgstr "<a href='%s'>Release blog bericht</a>"
308
 
309
- #: .././classes/hooks/class-hook-settings-page.php:66
310
  msgid "About the developer"
311
  msgstr "Over de ontwikkelaar"
312
 
313
- #: .././classes/hooks/class-hook-settings-page.php:68
314
  msgid ""
315
- "Barry is a WordPress developer that works on WooCommerce by WooThemes and is "
316
- "the author of various WordPress plugins that include Post Connector, Related "
317
- "Posts for WordPress and What The File."
318
- msgstr ""
319
- "Barry is een WordPress ontwikkelaar werkzaam bij WooThemes waar hij werkt "
320
- "aan WooCommerce. Ook is hij de schrijver van verschillende WordPress plugins "
321
- "zoals Post Connector, Related Posts for WordPress en What The File."
322
 
323
- #: .././classes/hooks/class-hook-settings-page.php:70
324
  msgid ""
325
  "Barry likes contributing to opensource projects and visiting WordCamps and "
326
  "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
327
- msgstr ""
328
- "Barry houd van het bijdragen aan opensource projecten en het bezoeken van "
329
- "WordCamps en WordPress meetups. Hij is de organisator van de WordPress "
330
- "meetup in Tilburg."
331
 
332
- #: .././classes/hooks/class-hook-settings-page.php:72
333
- #, php-format
334
  msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
335
  msgstr "<a href='%s'>Volg Barry op Twitter</a>."
336
 
337
- #: .././classes/meta-boxes/class-meta-box-manage.php:75
 
 
 
 
 
 
 
 
 
 
 
 
338
  msgid "Add Related Posts"
339
  msgstr "Voeg gerelateerde posts toe"
340
 
341
- #: .././classes/meta-boxes/class-meta-box-manage.php:98
342
- msgid "Edit this item"
343
- msgstr "Bewerk dit item"
344
-
345
- #: .././classes/meta-boxes/class-meta-box-manage.php:99
346
  msgid "Edit Post"
347
  msgstr "Bewerk Bericht"
348
 
349
- #: .././classes/meta-boxes/class-meta-box-manage.php:101
350
- msgid "Delete this item"
351
- msgstr "Verwijder dit item"
 
352
 
353
- #: .././classes/meta-boxes/class-meta-box-manage.php:102
354
- msgid "Delete Post"
355
- msgstr "Verwijder Bericht"
356
-
357
- #: .././classes/meta-boxes/class-meta-box-manage.php:115
358
  msgid "No related posts found."
359
  msgstr "Geen gerelateerde berichten gevonden."
360
 
361
- #: .././node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:3
362
- #: .././node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:5
363
- #: .././node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:4
364
- #: .././node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:6
365
- #: .././node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:3
366
- #: .././node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:5
367
- #: .././node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:3
368
- #: .././node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:5
369
- #: .././node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:3
370
- #: .././node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:5
371
- #: .././node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:3
372
- #: .././node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:5
373
- #: .././node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:4
374
- #: .././node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:6
375
- msgid "Hello World"
376
- msgstr "Hallo Wereld"
377
-
378
- #: .././node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:4
379
- #: .././node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:5
380
- #: .././node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:4
381
- #: .././node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:4
382
- #: .././node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:4
383
- #: .././node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:4
384
- #: .././node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:5
385
- msgid "Post"
386
- msgstr "Bericht"
387
-
388
- #: .././node_modules/grunt-wp-i18n/test/fixtures/basic-theme/exclude/file.php:3
389
- #: .././node_modules/grunt-wp-i18n/test/fixtures/plugin-include/plugin-include.php:6
390
- msgid "Exclude"
391
- msgstr "Uitsluiten"
392
-
393
- #: .././node_modules/grunt-wp-i18n/test/fixtures/plugin-include/include/file.php:2
394
- msgid "Include"
395
- msgstr "Insluiten"
396
-
397
- #: .././node_modules/grunt-wp-i18n/test/fixtures/text-domains/add-domain.php:2
398
- #: .././node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-domains.php:2
399
- #: .././node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-domains.php:3
400
- msgid "String"
401
- msgstr "String"
402
-
403
- #~ msgid "This section contains automatic post link related settings."
404
- #~ msgstr ""
405
- #~ "Dit gedeelte bevat instellingen van de automatisch gelinkte berichten."
406
-
407
- #~ msgid "This section contains frontend related settings."
408
- #~ msgstr "Dit gedeelte bevat frontend gerelateerde instellingen."
409
-
410
- #~ msgid "Related Posts for WordPress Installation"
411
- #~ msgstr "Related Posts for WordPress installatie"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 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: 2014-10-16 08:27:55+00:00\n"
10
+ "PO-Revision-Date: 2014-10-16 19:33+0000\n"
11
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
+ "Language-Team: Dutch (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/nl/)\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: 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 ""
22
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
23
+ "installation wizard!"
24
+ msgstr "Woah! Het ziet eruit dat de Related Posts for WordPress wizard nog niet klaar is!"
25
+
26
+ #: classes/class-is-installing-notice.php:76
27
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
28
+ msgstr "%sGa door met de wizard%s of %sverberg dit bericht%s"
29
+
30
+ #: classes/class-javascript-strings.php:14
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:47
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:52
38
  msgid "Related Posts"
39
  msgstr "Gerelateerde Berichten"
40
 
41
+ #: classes/class-link-related-table.php:48
42
  msgid "All Posts"
43
  msgstr "Alle Berichten"
44
 
45
+ #: classes/class-link-related-table.php:97
46
  msgid "Title"
47
  msgstr "Titel"
48
 
49
+ #: classes/class-link-related-table.php:224
50
  msgid "Link Post"
51
  msgstr "Link Bericht"
52
 
53
+ #: classes/class-link-related-table.php:256
54
  msgid "Link Posts"
55
  msgstr "Link Berichten"
56
 
57
+ #: classes/class-post-type-manager.php:21
58
+ #: classes/hooks/class-hook-link-related-screen.php:131
59
+ msgid "Posts"
60
+ msgstr "Berichten"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
+ #: classes/class-post-type-manager.php:22
63
+ msgid "Pages"
64
+ msgstr "Pagina's"
 
 
 
 
65
 
66
+ #: classes/class-related-posts-widget.php:13
67
+ msgid "Related Posts for WordPress"
68
+ msgstr "Related Posts for WordPress"
69
 
70
+ #: classes/class-related-posts-widget.php:14
71
+ msgid "Display related posts."
72
+ msgstr "Toon gerelateerde berichten."
73
 
74
+ #: classes/filters/class-filter-plugin-links.php:29
75
+ msgid "Settings"
76
+ msgstr "Instellingen"
77
 
78
+ #: classes/hooks/class-hook-link-related-screen.php:132
 
 
 
 
 
 
 
 
 
 
 
 
79
  msgid "Cancel linking"
80
  msgstr "Annuleer linken"
81
 
82
+ #: classes/hooks/class-hook-link-related-screen.php:148
83
  msgid "Search"
84
  msgstr "Zoeken"
85
 
86
+ #: classes/hooks/class-hook-page-install.php:92
87
+ msgid "Welcome"
88
+ msgstr "Welkom"
89
+
90
+ #: classes/hooks/class-hook-page-install.php:93
91
  msgid "Caching Posts"
92
  msgstr "Cachen van berichten"
93
 
94
+ #: classes/hooks/class-hook-page-install.php:94
95
  msgid "Linking Posts"
96
  msgstr "Linken van berichten"
97
 
98
+ #: classes/hooks/class-hook-page-install.php:95
99
  msgid "Finished"
100
  msgstr "Klaar"
101
 
102
+ #: classes/hooks/class-hook-page-install.php:106
103
+ msgid ""
104
+ "Missing post type paramater, please report this incident via %sour "
105
+ "website%s."
106
+ msgstr "Post type parameter ontbreekt, meld dit incident a.u.b. op %sonze website%s."
107
+
108
+ #: classes/hooks/class-hook-page-install.php:127
109
  msgid "Installation"
110
  msgstr "Installatie"
111
 
112
+ #: classes/hooks/class-hook-page-install.php:161
113
+ #: classes/hooks/class-hook-page-install.php:197
114
  msgid "Thank you for choosing Related Posts for WordPress!"
115
  msgstr "Bedankt voor het kiezen voor Related Posts for WordPress!"
116
 
117
+ #: classes/hooks/class-hook-page-install.php:162
118
  msgid ""
119
+ "Below you'll find your post types available for installation, by installing "
120
+ "a post type we'll set up a cache and offer you the ability to automatic link"
121
+ " (custom) posts. To install a post type, simply click the 'Install Post "
122
+ "Type' button."
123
+ 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."
124
+
125
+ #: classes/hooks/class-hook-page-install.php:178
126
+ msgid "Disable Relations for %s"
127
+ msgstr "Schakel relaties uit voor %s"
128
+
129
+ #: classes/hooks/class-hook-page-install.php:180
130
+ msgid "Enable Relations for %s"
131
+ msgstr "Schakel relaties in voor %s"
132
 
133
+ #: classes/hooks/class-hook-page-install.php:198
134
+ msgid ""
135
+ "Before you can start using Related Posts for WordPress we need to cache your"
136
+ " current posts."
137
+ msgstr "Voordat je Related Posts for WordPress kan gebruiken moeten we eerst je huidige berichten cachen."
138
+
139
+ #: classes/hooks/class-hook-page-install.php:199
140
  msgid ""
141
  "This is a one time process which might take some time now, depending on the "
142
  "amount of posts you have, but will ensure your website's performance when "
143
  "using the plugin."
144
+ msgstr "Dit is een eenmalig proces wat, afhankelijk van het aantal berichten dat je hebt, nu even kan duren maar wat er voor zorgt dat de prestatie van je website hoog blijft."
 
 
 
145
 
146
+ #: classes/hooks/class-hook-page-install.php:201
147
  msgid ""
148
+ "Do NOT close this window, wait for this process to finish and this wizard to"
149
+ " take you to the next step."
150
+ msgstr "Sluit dit venster NIET, wacht tot het proces klaar is en de wizard je naar de volgende stap stuurt."
 
 
151
 
152
+ #: classes/hooks/class-hook-page-install.php:219
153
  msgid "Great! All your posts were successfully cached!"
154
  msgstr "Perfect! Al je berichten zijn succesvol gecached."
155
 
156
+ #: classes/hooks/class-hook-page-install.php:220
157
  msgid ""
158
  "You can let me link your posts, based on what I think is related, to each "
159
  "other. And don't worry, if I made a mistake at one of your posts you can "
160
  "easily correct this by editing it manually!"
161
+ msgstr "Je kan mij, op basis van wat ik denk dat gerelateerd is, je berichten aan elkaar laten koppelen. Maak je geen zorgen, als ik een fout gemaakt hebt kan je deze gemakkelijk later corrigeren!"
 
 
 
162
 
163
+ #: classes/hooks/class-hook-page-install.php:221
164
  msgid ""
165
  "Want me to start linking posts to each other? Fill in the amount of related "
166
  "posts each post should have and click on the \"Link now\" button. Rather "
167
  "link your posts manually? Click \"Skip linking\"."
168
+ msgstr "Wil je dat ik begin met het linken van gerelateerde berichten? Vul het aantal gerelateerde berichten in dat ieder bericht moet krijgen en klik op \"Nu linken\". Liever je berichten handmatig linken? Klik op \"Sla linken over\"."
 
 
 
 
169
 
170
+ #: classes/hooks/class-hook-page-install.php:222
171
  msgid ""
172
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
173
+ " process to finish and this wizard to take you to the next step."
174
+ 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."
 
 
175
 
176
+ #: classes/hooks/class-hook-page-install.php:225
177
  msgid "Amount of related posts per post:"
178
  msgstr "Aantal gerelateerde berichten per bericht:"
179
 
180
+ #: classes/hooks/class-hook-page-install.php:226
181
  msgid "Link now"
182
  msgstr "Nu linken"
183
 
184
+ #: classes/hooks/class-hook-page-install.php:227
185
  msgid "Skip linking"
186
  msgstr "Sla linken over"
187
 
188
+ #: classes/hooks/class-hook-page-install.php:235
189
  msgid "That's it, you're good to go!"
190
+ msgstr "Super, de wizard is klaar en je hebt nu gerelateerde berichten op je website!"
 
191
 
192
+ #: classes/hooks/class-hook-page-install.php:236
 
193
  msgid ""
194
  "Thanks again for using Related Posts for WordPress and if you have any "
195
  "questions be sure to ask them at the %sWordPress.org forums.%s"
196
+ 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."
 
 
197
 
198
+ #: classes/hooks/class-hook-page-install.php:238
199
+ msgid "Click here to return to step 1"
200
+ msgstr "Klik hier om terug te gaan naar stap 1"
201
+
202
+ #: classes/hooks/class-hook-page-install.php:244
203
+ msgid "Click here to go to the settings page"
204
+ msgstr "Klik hier om naar de instellingen pagina te gaan"
205
+
206
+ #: classes/hooks/class-hook-settings-page.php:57
207
  msgid "Plugin version"
208
  msgstr "Plugin versie"
209
 
210
+ #: classes/hooks/class-hook-settings-page.php:61
211
  msgid "More information"
212
  msgstr "Meer informatie"
213
 
214
+ #: classes/hooks/class-hook-settings-page.php:63
 
215
  msgid "<a href='%s'>FAQ</a>"
216
  msgstr "<a href='%s'>FAQ</a>"
217
 
218
+ #: classes/hooks/class-hook-settings-page.php:65
 
219
  msgid "<a href='%s'>Change log</a>"
220
  msgstr "<a href='%s'>Change log</a>"
221
 
222
+ #: classes/hooks/class-hook-settings-page.php:67
 
223
  msgid "<a href='%s'>Give us a review</a>"
224
  msgstr "<a href='%s'>Geef ons een review</a>"
225
 
226
+ #: classes/hooks/class-hook-settings-page.php:69
 
227
  msgid "<a href='%s'>Release blog post</a>"
228
  msgstr "<a href='%s'>Release blog bericht</a>"
229
 
230
+ #: classes/hooks/class-hook-settings-page.php:73
231
  msgid "About the developer"
232
  msgstr "Over de ontwikkelaar"
233
 
234
+ #: classes/hooks/class-hook-settings-page.php:75
235
  msgid ""
236
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
237
+ " the author of various WordPress plugins that include Post Connector, "
238
+ "Related Posts for WordPress and What The File."
239
+ msgstr "Barry is een WordPress ontwikkelaar werkzaam bij WooThemes waar hij werkt aan WooCommerce. Ook is hij de schrijver van verschillende WordPress plugins zoals Post Connector, Related Posts for WordPress en What The File."
 
 
 
240
 
241
+ #: classes/hooks/class-hook-settings-page.php:77
242
  msgid ""
243
  "Barry likes contributing to opensource projects and visiting WordCamps and "
244
  "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
245
+ msgstr "Barry houd van het bijdragen aan opensource projecten en het bezoeken van WordCamps en WordPress meetups. Hij is de organisator van de WordPress meetup in Tilburg."
 
 
 
246
 
247
+ #: classes/hooks/class-hook-settings-page.php:79
 
248
  msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
249
  msgstr "<a href='%s'>Volg Barry op Twitter</a>."
250
 
251
+ #: classes/hooks/class-hook-settings-page.php:105
252
+ msgid "General"
253
+ msgstr "Algemeen"
254
+
255
+ #: classes/hooks/class-hook-settings-page.php:125
256
+ msgid "Installer"
257
+ msgstr "Installatie wizard"
258
+
259
+ #: classes/hooks/class-hook-settings-page.php:147
260
+ msgid "Post Type"
261
+ msgstr "Post Type"
262
+
263
+ #: classes/meta-boxes/class-meta-box-manage.php:80
264
  msgid "Add Related Posts"
265
  msgstr "Voeg gerelateerde posts toe"
266
 
267
+ #: classes/meta-boxes/class-meta-box-manage.php:103
268
+ #: classes/meta-boxes/class-meta-box-manage.php:104
 
 
 
269
  msgid "Edit Post"
270
  msgstr "Bewerk Bericht"
271
 
272
+ #: classes/meta-boxes/class-meta-box-manage.php:106
273
+ #: classes/meta-boxes/class-meta-box-manage.php:107
274
+ msgid "Unlink Related Post"
275
+ msgstr "Ontkoppel Related Post"
276
 
277
+ #: classes/meta-boxes/class-meta-box-manage.php:120
 
 
 
 
278
  msgid "No related posts found."
279
  msgstr "Geen gerelateerde berichten gevonden."
280
 
281
+ #: classes/settings/class-settings-general.php:18
282
+ msgid "General settings for %s"
283
+ msgstr "Algemene instellingen voor %s"
284
+
285
+ #: classes/settings/class-settings-general.php:24
286
+ msgid "Automatic %ss linking"
287
+ msgstr "Automatisch koppelen voor %s"
288
+
289
+ #: classes/settings/class-settings-general.php:25
290
+ msgid ""
291
+ "The following options affect how related posts are automatically linked for "
292
+ "%ss."
293
+ msgstr "De volgende opties beïnvloeden hoe gerelateerde berichten automatisch gekoppeld worden voor %s. "
294
+
295
+ #: classes/settings/class-settings-general.php:29
296
+ msgid "Enable"
297
+ msgstr "Activeren"
298
+
299
+ #: classes/settings/class-settings-general.php:30
300
+ msgid "Checking this will enable automatically linking posts to new %ss"
301
+ msgstr "Door dit aan te vinken schakel je automatisch koppelen van berichten in voor %s"
302
+
303
+ #: classes/settings/class-settings-general.php:36
304
+ msgid "Amount of Posts"
305
+ msgstr "Aantal berichten"
306
+
307
+ #: classes/settings/class-settings-general.php:37
308
+ msgid "The amount of automatically linked %ss"
309
+ msgstr "Het aantal automatisch gekoppelde %s"
310
+
311
+ #: classes/settings/class-settings-general.php:44
312
+ msgid "Frontend Settings"
313
+ msgstr "Frontend Instellingen"
314
+
315
+ #: classes/settings/class-settings-general.php:45
316
+ msgid ""
317
+ "The following options affect how related %ss are displayed on the frontend."
318
+ msgstr "De volgende opties beïnvloeden hoe gerelateerde %s getoond worden aan de voorkant van de website. "
319
+
320
+ #: classes/settings/class-settings-general.php:49
321
+ msgid "Heading text"
322
+ msgstr "Titel tekst"
323
+
324
+ #: classes/settings/class-settings-general.php:50
325
+ msgid ""
326
+ "The text that is displayed above the related %ss. To disable, leave field "
327
+ "empty."
328
+ msgstr "De tekst welke boven de gerelateerde %s getoond wordt. Laat het veld leeg om uit te schakelen."
329
+
330
+ #: classes/settings/class-settings-general.php:56
331
+ msgid "Excerpt length"
332
+ msgstr "Samenvatting lengte"
333
+
334
+ #: classes/settings/class-settings-general.php:57
335
+ msgid ""
336
+ "The amount of words to be displayed below the title on website. To disable, "
337
+ "set value to 0."
338
+ msgstr "Het aantal woorden dat getoond wordt onder de titel. Vul 0 in om het uit te schakelen."
339
+
340
+ #: classes/settings/class-settings-general.php:63
341
+ msgid "Display Image"
342
+ msgstr "Toon afbeelding"
343
+
344
+ #: classes/settings/class-settings-general.php:64
345
+ msgid "Checking this will enable displaying featured images of related %ss."
346
+ msgstr "Door dit aan te vinken schakel je het tonen van uitgelichte afbeeldingen in voor %s."
347
+
348
+ #: classes/settings/class-settings-misc.php:18
349
+ msgid "Misc"
350
+ msgstr "Overige"
351
+
352
+ #: classes/settings/class-settings-misc.php:31
353
+ msgid "Miscellaneous Settings"
354
+ msgstr "Diversen Instellingen"
355
+
356
+ #: classes/settings/class-settings-misc.php:32
357
+ msgid "A shelter for options that just don't fit in."
358
+ msgstr "Een opvang voor opties die nergens bijhoren."
359
+
360
+ #: classes/settings/class-settings-misc.php:36
361
+ #: classes/settings/class-settings-weight.php:26
362
+ msgid "Remove Data on Uninstall?"
363
+ msgstr "Verwijder gegevens bij deïnstallatie?"
364
+
365
+ #: classes/settings/class-settings-misc.php:37
366
+ #: classes/settings/class-settings-weight.php:27
367
+ msgid ""
368
+ "Check this box if you would like to completely remove all of its data when "
369
+ "the plugin is deleted."
370
+ msgstr "Door dit aan te vinken zullen alle plugin gegevens verwijderd worden waneer u de plugin verwijderd."
371
+
372
+ #: classes/settings/class-settings-themes.php:18
373
+ msgid "Styling"
374
+ msgstr "Styling"
375
+
376
+ #: classes/settings/class-settings-themes.php:31
377
+ msgid "Styling settings"
378
+ msgstr "Styling instellingen"
379
+
380
+ #: classes/settings/class-settings-themes.php:32
381
+ msgid "All settings related to frontend style your related posts."
382
+ msgstr "Alle instellingen voor het stylen van je gerelateerde berichten."
383
+
384
+ #: classes/settings/class-settings-themes.php:36
385
+ msgid "Themes"
386
+ msgstr "Thema's"
387
+
388
+ #: classes/settings/class-settings-themes.php:37
389
+ msgid ""
390
+ "Select one of the CSS themes above to display your related posts the way you"
391
+ " like to."
392
+ msgstr "Kies een CSS thema hierboven om je gerelateerde berichten te tonen zoals jij dat wilt."
393
+
394
+ #: classes/settings/class-settings-themes.php:43
395
+ msgid "Custom CSS"
396
+ msgstr "Eigen CSS"
397
+
398
+ #: classes/settings/class-settings-themes.php:44
399
+ msgid ""
400
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
401
+ "error here will break frontend display. To disable, leave field empty."
402
+ msgstr "Voeg je eigen CSS toe aan het hierboven gekozen thema. Dit is een geavanceerde instelling! Een fout hier zal voor ongewenste effecten zorgen op je website. Laat dit veld leeg om het uit te schakelen."
403
+
404
+ #: classes/settings/class-settings-weight.php:21
405
+ msgid "Post Types"
406
+ msgstr "Post Types"
407
+
408
+ #: classes/settings/class-settings-weight.php:22
409
+ msgid "Check the post."
410
+ msgstr "Check het bericht."
411
+
412
+ #: classes/themes/class-theme-column-one.php:13
413
+ msgid "One related post item per row."
414
+ msgstr "Één gerelateerd bericht per rij."
415
+
416
+ #: classes/themes/class-theme-column-three.php:13
417
+ msgid "Three related post items per row."
418
+ msgstr "Drie gerelateerde berichten per rij."
419
+
420
+ #: classes/themes/class-theme-column-two.php:13
421
+ msgid "Two related post items per row."
422
+ msgstr "Twee gerelateerde berichten per rij."
423
+
424
+ #: includes/updater/class-wpjm-updater.php:245
425
+ msgid "Hide notice"
426
+ msgstr "Verberg bericht"
427
+
428
+ #: includes/updater/class-wpjm-updater.php:284
429
+ msgid "Licence"
430
+ msgstr "Licentie"
431
+
432
+ #: includes/updater/class-wpjm-updater.php:287
433
+ msgid ""
434
+ "Enter your licence key and email and hit return. A valid key is required for"
435
+ " automatic updates."
436
+ msgstr "Vul je licentie sleutel en email adres in en druk op enter. Een actieve licentie is veriest voor automatisch updates."
437
+
438
+ #. Plugin Name of the plugin/theme
439
+ msgid "Related Posts for WordPress Premium"
440
+ msgstr "Related Posts for WordPress Premium"
441
+
442
+ #. Plugin URI of the plugin/theme
443
+ msgid "http://www.relatedpostsforwp.com/"
444
+ msgstr "http://www.relatedpostsforwp.com/"
445
+
446
+ #. Description of the plugin/theme
447
+ msgid "The best way to display related posts in WordPress."
448
+ msgstr "De beste manier om gerelateerde berichten te tonen in WordPress."
449
+
450
+ #. Author of the plugin/theme
451
+ msgid "Barry Kooij"
452
+ msgstr "Barry Kooij"
453
+
454
+ #. Author URI of the plugin/theme
455
+ msgid "http://www.barrykooij.com/"
456
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-no_no.mo ADDED
Binary file
languages/related-posts-for-wp-no_no.po ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 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: 2014-10-16 08:27:55+00:00\n"
10
+ "PO-Revision-Date: 2014-10-19 17:44+0000\n"
11
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
+ "Language-Team: Norwegian (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/no/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: no\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 ""
22
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
23
+ "installation wizard!"
24
+ msgstr ""
25
+
26
+ #: classes/class-is-installing-notice.php:76
27
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
28
+ msgstr ""
29
+
30
+ #: classes/class-javascript-strings.php:14
31
+ msgid "Are you sure you want to delete this related post?"
32
+ msgstr ""
33
+
34
+ #: classes/class-link-related-table.php:47
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:52
38
+ msgid "Related Posts"
39
+ msgstr ""
40
+
41
+ #: classes/class-link-related-table.php:48
42
+ msgid "All Posts"
43
+ msgstr ""
44
+
45
+ #: classes/class-link-related-table.php:97
46
+ msgid "Title"
47
+ msgstr ""
48
+
49
+ #: classes/class-link-related-table.php:224
50
+ msgid "Link Post"
51
+ msgstr ""
52
+
53
+ #: classes/class-link-related-table.php:256
54
+ msgid "Link Posts"
55
+ msgstr ""
56
+
57
+ #: classes/class-post-type-manager.php:21
58
+ #: classes/hooks/class-hook-link-related-screen.php:131
59
+ msgid "Posts"
60
+ msgstr ""
61
+
62
+ #: classes/class-post-type-manager.php:22
63
+ msgid "Pages"
64
+ msgstr ""
65
+
66
+ #: classes/class-related-posts-widget.php:13
67
+ msgid "Related Posts for WordPress"
68
+ msgstr ""
69
+
70
+ #: classes/class-related-posts-widget.php:14
71
+ msgid "Display related posts."
72
+ msgstr ""
73
+
74
+ #: classes/filters/class-filter-plugin-links.php:29
75
+ msgid "Settings"
76
+ msgstr ""
77
+
78
+ #: classes/hooks/class-hook-link-related-screen.php:132
79
+ msgid "Cancel linking"
80
+ msgstr ""
81
+
82
+ #: classes/hooks/class-hook-link-related-screen.php:148
83
+ msgid "Search"
84
+ msgstr ""
85
+
86
+ #: classes/hooks/class-hook-page-install.php:92
87
+ msgid "Welcome"
88
+ msgstr ""
89
+
90
+ #: classes/hooks/class-hook-page-install.php:93
91
+ msgid "Caching Posts"
92
+ msgstr ""
93
+
94
+ #: classes/hooks/class-hook-page-install.php:94
95
+ msgid "Linking Posts"
96
+ msgstr ""
97
+
98
+ #: classes/hooks/class-hook-page-install.php:95
99
+ msgid "Finished"
100
+ msgstr ""
101
+
102
+ #: classes/hooks/class-hook-page-install.php:106
103
+ msgid ""
104
+ "Missing post type paramater, please report this incident via %sour "
105
+ "website%s."
106
+ msgstr ""
107
+
108
+ #: classes/hooks/class-hook-page-install.php:127
109
+ msgid "Installation"
110
+ msgstr ""
111
+
112
+ #: classes/hooks/class-hook-page-install.php:161
113
+ #: classes/hooks/class-hook-page-install.php:197
114
+ msgid "Thank you for choosing Related Posts for WordPress!"
115
+ msgstr ""
116
+
117
+ #: classes/hooks/class-hook-page-install.php:162
118
+ msgid ""
119
+ "Below you'll find your post types available for installation, by installing "
120
+ "a post type we'll set up a cache and offer you the ability to automatic link"
121
+ " (custom) posts. To install a post type, simply click the 'Install Post "
122
+ "Type' button."
123
+ msgstr ""
124
+
125
+ #: classes/hooks/class-hook-page-install.php:178
126
+ msgid "Disable Relations for %s"
127
+ msgstr ""
128
+
129
+ #: classes/hooks/class-hook-page-install.php:180
130
+ msgid "Enable Relations for %s"
131
+ msgstr ""
132
+
133
+ #: classes/hooks/class-hook-page-install.php:198
134
+ msgid ""
135
+ "Before you can start using Related Posts for WordPress we need to cache your"
136
+ " current posts."
137
+ msgstr ""
138
+
139
+ #: classes/hooks/class-hook-page-install.php:199
140
+ msgid ""
141
+ "This is a one time process which might take some time now, depending on the "
142
+ "amount of posts you have, but will ensure your website's performance when "
143
+ "using the plugin."
144
+ msgstr ""
145
+
146
+ #: classes/hooks/class-hook-page-install.php:201
147
+ msgid ""
148
+ "Do NOT close this window, wait for this process to finish and this wizard to"
149
+ " take you to the next step."
150
+ msgstr ""
151
+
152
+ #: classes/hooks/class-hook-page-install.php:219
153
+ msgid "Great! All your posts were successfully cached!"
154
+ msgstr ""
155
+
156
+ #: classes/hooks/class-hook-page-install.php:220
157
+ msgid ""
158
+ "You can let me link your posts, based on what I think is related, to each "
159
+ "other. And don't worry, if I made a mistake at one of your posts you can "
160
+ "easily correct this by editing it manually!"
161
+ msgstr ""
162
+
163
+ #: classes/hooks/class-hook-page-install.php:221
164
+ msgid ""
165
+ "Want me to start linking posts to each other? Fill in the amount of related "
166
+ "posts each post should have and click on the \"Link now\" button. Rather "
167
+ "link your posts manually? Click \"Skip linking\"."
168
+ msgstr ""
169
+
170
+ #: classes/hooks/class-hook-page-install.php:222
171
+ msgid ""
172
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
173
+ " process to finish and this wizard to take you to the next step."
174
+ msgstr ""
175
+
176
+ #: classes/hooks/class-hook-page-install.php:225
177
+ msgid "Amount of related posts per post:"
178
+ msgstr ""
179
+
180
+ #: classes/hooks/class-hook-page-install.php:226
181
+ msgid "Link now"
182
+ msgstr ""
183
+
184
+ #: classes/hooks/class-hook-page-install.php:227
185
+ msgid "Skip linking"
186
+ msgstr ""
187
+
188
+ #: classes/hooks/class-hook-page-install.php:235
189
+ msgid "That's it, you're good to go!"
190
+ msgstr ""
191
+
192
+ #: classes/hooks/class-hook-page-install.php:236
193
+ msgid ""
194
+ "Thanks again for using Related Posts for WordPress and if you have any "
195
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
196
+ msgstr ""
197
+
198
+ #: classes/hooks/class-hook-page-install.php:238
199
+ msgid "Click here to return to step 1"
200
+ msgstr ""
201
+
202
+ #: classes/hooks/class-hook-page-install.php:244
203
+ msgid "Click here to go to the settings page"
204
+ msgstr ""
205
+
206
+ #: classes/hooks/class-hook-settings-page.php:57
207
+ msgid "Plugin version"
208
+ msgstr ""
209
+
210
+ #: classes/hooks/class-hook-settings-page.php:61
211
+ msgid "More information"
212
+ msgstr ""
213
+
214
+ #: classes/hooks/class-hook-settings-page.php:63
215
+ msgid "<a href='%s'>FAQ</a>"
216
+ msgstr ""
217
+
218
+ #: classes/hooks/class-hook-settings-page.php:65
219
+ msgid "<a href='%s'>Change log</a>"
220
+ msgstr ""
221
+
222
+ #: classes/hooks/class-hook-settings-page.php:67
223
+ msgid "<a href='%s'>Give us a review</a>"
224
+ msgstr ""
225
+
226
+ #: classes/hooks/class-hook-settings-page.php:69
227
+ msgid "<a href='%s'>Release blog post</a>"
228
+ msgstr ""
229
+
230
+ #: classes/hooks/class-hook-settings-page.php:73
231
+ msgid "About the developer"
232
+ msgstr ""
233
+
234
+ #: classes/hooks/class-hook-settings-page.php:75
235
+ msgid ""
236
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
237
+ " the author of various WordPress plugins that include Post Connector, "
238
+ "Related Posts for WordPress and What The File."
239
+ msgstr ""
240
+
241
+ #: classes/hooks/class-hook-settings-page.php:77
242
+ msgid ""
243
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
244
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
245
+ msgstr ""
246
+
247
+ #: classes/hooks/class-hook-settings-page.php:79
248
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
249
+ msgstr ""
250
+
251
+ #: classes/hooks/class-hook-settings-page.php:105
252
+ msgid "General"
253
+ msgstr ""
254
+
255
+ #: classes/hooks/class-hook-settings-page.php:125
256
+ msgid "Installer"
257
+ msgstr ""
258
+
259
+ #: classes/hooks/class-hook-settings-page.php:147
260
+ msgid "Post Type"
261
+ msgstr ""
262
+
263
+ #: classes/meta-boxes/class-meta-box-manage.php:80
264
+ msgid "Add Related Posts"
265
+ msgstr ""
266
+
267
+ #: classes/meta-boxes/class-meta-box-manage.php:103
268
+ #: classes/meta-boxes/class-meta-box-manage.php:104
269
+ msgid "Edit Post"
270
+ msgstr ""
271
+
272
+ #: classes/meta-boxes/class-meta-box-manage.php:106
273
+ #: classes/meta-boxes/class-meta-box-manage.php:107
274
+ msgid "Unlink Related Post"
275
+ msgstr ""
276
+
277
+ #: classes/meta-boxes/class-meta-box-manage.php:120
278
+ msgid "No related posts found."
279
+ msgstr ""
280
+
281
+ #: classes/settings/class-settings-general.php:18
282
+ msgid "General settings for %s"
283
+ msgstr ""
284
+
285
+ #: classes/settings/class-settings-general.php:24
286
+ msgid "Automatic %ss linking"
287
+ msgstr ""
288
+
289
+ #: classes/settings/class-settings-general.php:25
290
+ msgid ""
291
+ "The following options affect how related posts are automatically linked for "
292
+ "%ss."
293
+ msgstr ""
294
+
295
+ #: classes/settings/class-settings-general.php:29
296
+ msgid "Enable"
297
+ msgstr ""
298
+
299
+ #: classes/settings/class-settings-general.php:30
300
+ msgid "Checking this will enable automatically linking posts to new %ss"
301
+ msgstr ""
302
+
303
+ #: classes/settings/class-settings-general.php:36
304
+ msgid "Amount of Posts"
305
+ msgstr ""
306
+
307
+ #: classes/settings/class-settings-general.php:37
308
+ msgid "The amount of automatically linked %ss"
309
+ msgstr ""
310
+
311
+ #: classes/settings/class-settings-general.php:44
312
+ msgid "Frontend Settings"
313
+ msgstr ""
314
+
315
+ #: classes/settings/class-settings-general.php:45
316
+ msgid ""
317
+ "The following options affect how related %ss are displayed on the frontend."
318
+ msgstr ""
319
+
320
+ #: classes/settings/class-settings-general.php:49
321
+ msgid "Heading text"
322
+ msgstr ""
323
+
324
+ #: classes/settings/class-settings-general.php:50
325
+ msgid ""
326
+ "The text that is displayed above the related %ss. To disable, leave field "
327
+ "empty."
328
+ msgstr ""
329
+
330
+ #: classes/settings/class-settings-general.php:56
331
+ msgid "Excerpt length"
332
+ msgstr ""
333
+
334
+ #: classes/settings/class-settings-general.php:57
335
+ msgid ""
336
+ "The amount of words to be displayed below the title on website. To disable, "
337
+ "set value to 0."
338
+ msgstr ""
339
+
340
+ #: classes/settings/class-settings-general.php:63
341
+ msgid "Display Image"
342
+ msgstr ""
343
+
344
+ #: classes/settings/class-settings-general.php:64
345
+ msgid "Checking this will enable displaying featured images of related %ss."
346
+ msgstr ""
347
+
348
+ #: classes/settings/class-settings-misc.php:18
349
+ msgid "Misc"
350
+ msgstr ""
351
+
352
+ #: classes/settings/class-settings-misc.php:31
353
+ msgid "Miscellaneous Settings"
354
+ msgstr ""
355
+
356
+ #: classes/settings/class-settings-misc.php:32
357
+ msgid "A shelter for options that just don't fit in."
358
+ msgstr ""
359
+
360
+ #: classes/settings/class-settings-misc.php:36
361
+ #: classes/settings/class-settings-weight.php:26
362
+ msgid "Remove Data on Uninstall?"
363
+ msgstr ""
364
+
365
+ #: classes/settings/class-settings-misc.php:37
366
+ #: classes/settings/class-settings-weight.php:27
367
+ msgid ""
368
+ "Check this box if you would like to completely remove all of its data when "
369
+ "the plugin is deleted."
370
+ msgstr ""
371
+
372
+ #: classes/settings/class-settings-themes.php:18
373
+ msgid "Styling"
374
+ msgstr ""
375
+
376
+ #: classes/settings/class-settings-themes.php:31
377
+ msgid "Styling settings"
378
+ msgstr ""
379
+
380
+ #: classes/settings/class-settings-themes.php:32
381
+ msgid "All settings related to frontend style your related posts."
382
+ msgstr ""
383
+
384
+ #: classes/settings/class-settings-themes.php:36
385
+ msgid "Themes"
386
+ msgstr ""
387
+
388
+ #: classes/settings/class-settings-themes.php:37
389
+ msgid ""
390
+ "Select one of the CSS themes above to display your related posts the way you"
391
+ " like to."
392
+ msgstr ""
393
+
394
+ #: classes/settings/class-settings-themes.php:43
395
+ msgid "Custom CSS"
396
+ msgstr ""
397
+
398
+ #: classes/settings/class-settings-themes.php:44
399
+ msgid ""
400
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
401
+ "error here will break frontend display. To disable, leave field empty."
402
+ msgstr ""
403
+
404
+ #: classes/settings/class-settings-weight.php:21
405
+ msgid "Post Types"
406
+ msgstr ""
407
+
408
+ #: classes/settings/class-settings-weight.php:22
409
+ msgid "Check the post."
410
+ msgstr ""
411
+
412
+ #: classes/themes/class-theme-column-one.php:13
413
+ msgid "One related post item per row."
414
+ msgstr ""
415
+
416
+ #: classes/themes/class-theme-column-three.php:13
417
+ msgid "Three related post items per row."
418
+ msgstr ""
419
+
420
+ #: classes/themes/class-theme-column-two.php:13
421
+ msgid "Two related post items per row."
422
+ msgstr ""
423
+
424
+ #: includes/updater/class-wpjm-updater.php:245
425
+ msgid "Hide notice"
426
+ msgstr ""
427
+
428
+ #: includes/updater/class-wpjm-updater.php:284
429
+ msgid "Licence"
430
+ msgstr ""
431
+
432
+ #: includes/updater/class-wpjm-updater.php:287
433
+ msgid ""
434
+ "Enter your licence key and email and hit return. A valid key is required for"
435
+ " automatic updates."
436
+ msgstr ""
437
+
438
+ #. Plugin Name of the plugin/theme
439
+ msgid "Related Posts for WordPress Premium"
440
+ msgstr "Related Posts for WordPress Premium"
441
+
442
+ #. Plugin URI of the plugin/theme
443
+ msgid "http://www.relatedpostsforwp.com/"
444
+ msgstr "http://www.relatedpostsforwp.com/"
445
+
446
+ #. Description of the plugin/theme
447
+ msgid "The best way to display related posts in WordPress."
448
+ msgstr ""
449
+
450
+ #. Author of the plugin/theme
451
+ msgid "Barry Kooij"
452
+ msgstr "Barry Kooij"
453
+
454
+ #. Author URI of the plugin/theme
455
+ msgid "http://www.barrykooij.com/"
456
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-pt_pt.mo ADDED
Binary file
languages/related-posts-for-wp-pt_pt.po ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 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: 2014-10-16 08:27:55+00:00\n"
10
+ "PO-Revision-Date: 2014-10-19 17:44+0000\n"
11
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
+ "Language-Team: Portuguese (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/pt/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: pt\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 ""
22
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
23
+ "installation wizard!"
24
+ msgstr ""
25
+
26
+ #: classes/class-is-installing-notice.php:76
27
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
28
+ msgstr ""
29
+
30
+ #: classes/class-javascript-strings.php:14
31
+ msgid "Are you sure you want to delete this related post?"
32
+ msgstr ""
33
+
34
+ #: classes/class-link-related-table.php:47
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:52
38
+ msgid "Related Posts"
39
+ msgstr ""
40
+
41
+ #: classes/class-link-related-table.php:48
42
+ msgid "All Posts"
43
+ msgstr ""
44
+
45
+ #: classes/class-link-related-table.php:97
46
+ msgid "Title"
47
+ msgstr ""
48
+
49
+ #: classes/class-link-related-table.php:224
50
+ msgid "Link Post"
51
+ msgstr ""
52
+
53
+ #: classes/class-link-related-table.php:256
54
+ msgid "Link Posts"
55
+ msgstr ""
56
+
57
+ #: classes/class-post-type-manager.php:21
58
+ #: classes/hooks/class-hook-link-related-screen.php:131
59
+ msgid "Posts"
60
+ msgstr ""
61
+
62
+ #: classes/class-post-type-manager.php:22
63
+ msgid "Pages"
64
+ msgstr ""
65
+
66
+ #: classes/class-related-posts-widget.php:13
67
+ msgid "Related Posts for WordPress"
68
+ msgstr ""
69
+
70
+ #: classes/class-related-posts-widget.php:14
71
+ msgid "Display related posts."
72
+ msgstr ""
73
+
74
+ #: classes/filters/class-filter-plugin-links.php:29
75
+ msgid "Settings"
76
+ msgstr ""
77
+
78
+ #: classes/hooks/class-hook-link-related-screen.php:132
79
+ msgid "Cancel linking"
80
+ msgstr ""
81
+
82
+ #: classes/hooks/class-hook-link-related-screen.php:148
83
+ msgid "Search"
84
+ msgstr ""
85
+
86
+ #: classes/hooks/class-hook-page-install.php:92
87
+ msgid "Welcome"
88
+ msgstr ""
89
+
90
+ #: classes/hooks/class-hook-page-install.php:93
91
+ msgid "Caching Posts"
92
+ msgstr ""
93
+
94
+ #: classes/hooks/class-hook-page-install.php:94
95
+ msgid "Linking Posts"
96
+ msgstr ""
97
+
98
+ #: classes/hooks/class-hook-page-install.php:95
99
+ msgid "Finished"
100
+ msgstr ""
101
+
102
+ #: classes/hooks/class-hook-page-install.php:106
103
+ msgid ""
104
+ "Missing post type paramater, please report this incident via %sour "
105
+ "website%s."
106
+ msgstr ""
107
+
108
+ #: classes/hooks/class-hook-page-install.php:127
109
+ msgid "Installation"
110
+ msgstr ""
111
+
112
+ #: classes/hooks/class-hook-page-install.php:161
113
+ #: classes/hooks/class-hook-page-install.php:197
114
+ msgid "Thank you for choosing Related Posts for WordPress!"
115
+ msgstr ""
116
+
117
+ #: classes/hooks/class-hook-page-install.php:162
118
+ msgid ""
119
+ "Below you'll find your post types available for installation, by installing "
120
+ "a post type we'll set up a cache and offer you the ability to automatic link"
121
+ " (custom) posts. To install a post type, simply click the 'Install Post "
122
+ "Type' button."
123
+ msgstr ""
124
+
125
+ #: classes/hooks/class-hook-page-install.php:178
126
+ msgid "Disable Relations for %s"
127
+ msgstr ""
128
+
129
+ #: classes/hooks/class-hook-page-install.php:180
130
+ msgid "Enable Relations for %s"
131
+ msgstr ""
132
+
133
+ #: classes/hooks/class-hook-page-install.php:198
134
+ msgid ""
135
+ "Before you can start using Related Posts for WordPress we need to cache your"
136
+ " current posts."
137
+ msgstr ""
138
+
139
+ #: classes/hooks/class-hook-page-install.php:199
140
+ msgid ""
141
+ "This is a one time process which might take some time now, depending on the "
142
+ "amount of posts you have, but will ensure your website's performance when "
143
+ "using the plugin."
144
+ msgstr ""
145
+
146
+ #: classes/hooks/class-hook-page-install.php:201
147
+ msgid ""
148
+ "Do NOT close this window, wait for this process to finish and this wizard to"
149
+ " take you to the next step."
150
+ msgstr ""
151
+
152
+ #: classes/hooks/class-hook-page-install.php:219
153
+ msgid "Great! All your posts were successfully cached!"
154
+ msgstr ""
155
+
156
+ #: classes/hooks/class-hook-page-install.php:220
157
+ msgid ""
158
+ "You can let me link your posts, based on what I think is related, to each "
159
+ "other. And don't worry, if I made a mistake at one of your posts you can "
160
+ "easily correct this by editing it manually!"
161
+ msgstr ""
162
+
163
+ #: classes/hooks/class-hook-page-install.php:221
164
+ msgid ""
165
+ "Want me to start linking posts to each other? Fill in the amount of related "
166
+ "posts each post should have and click on the \"Link now\" button. Rather "
167
+ "link your posts manually? Click \"Skip linking\"."
168
+ msgstr ""
169
+
170
+ #: classes/hooks/class-hook-page-install.php:222
171
+ msgid ""
172
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
173
+ " process to finish and this wizard to take you to the next step."
174
+ msgstr ""
175
+
176
+ #: classes/hooks/class-hook-page-install.php:225
177
+ msgid "Amount of related posts per post:"
178
+ msgstr ""
179
+
180
+ #: classes/hooks/class-hook-page-install.php:226
181
+ msgid "Link now"
182
+ msgstr ""
183
+
184
+ #: classes/hooks/class-hook-page-install.php:227
185
+ msgid "Skip linking"
186
+ msgstr ""
187
+
188
+ #: classes/hooks/class-hook-page-install.php:235
189
+ msgid "That's it, you're good to go!"
190
+ msgstr ""
191
+
192
+ #: classes/hooks/class-hook-page-install.php:236
193
+ msgid ""
194
+ "Thanks again for using Related Posts for WordPress and if you have any "
195
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
196
+ msgstr ""
197
+
198
+ #: classes/hooks/class-hook-page-install.php:238
199
+ msgid "Click here to return to step 1"
200
+ msgstr ""
201
+
202
+ #: classes/hooks/class-hook-page-install.php:244
203
+ msgid "Click here to go to the settings page"
204
+ msgstr ""
205
+
206
+ #: classes/hooks/class-hook-settings-page.php:57
207
+ msgid "Plugin version"
208
+ msgstr ""
209
+
210
+ #: classes/hooks/class-hook-settings-page.php:61
211
+ msgid "More information"
212
+ msgstr ""
213
+
214
+ #: classes/hooks/class-hook-settings-page.php:63
215
+ msgid "<a href='%s'>FAQ</a>"
216
+ msgstr ""
217
+
218
+ #: classes/hooks/class-hook-settings-page.php:65
219
+ msgid "<a href='%s'>Change log</a>"
220
+ msgstr ""
221
+
222
+ #: classes/hooks/class-hook-settings-page.php:67
223
+ msgid "<a href='%s'>Give us a review</a>"
224
+ msgstr ""
225
+
226
+ #: classes/hooks/class-hook-settings-page.php:69
227
+ msgid "<a href='%s'>Release blog post</a>"
228
+ msgstr ""
229
+
230
+ #: classes/hooks/class-hook-settings-page.php:73
231
+ msgid "About the developer"
232
+ msgstr ""
233
+
234
+ #: classes/hooks/class-hook-settings-page.php:75
235
+ msgid ""
236
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
237
+ " the author of various WordPress plugins that include Post Connector, "
238
+ "Related Posts for WordPress and What The File."
239
+ msgstr ""
240
+
241
+ #: classes/hooks/class-hook-settings-page.php:77
242
+ msgid ""
243
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
244
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
245
+ msgstr ""
246
+
247
+ #: classes/hooks/class-hook-settings-page.php:79
248
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
249
+ msgstr ""
250
+
251
+ #: classes/hooks/class-hook-settings-page.php:105
252
+ msgid "General"
253
+ msgstr ""
254
+
255
+ #: classes/hooks/class-hook-settings-page.php:125
256
+ msgid "Installer"
257
+ msgstr ""
258
+
259
+ #: classes/hooks/class-hook-settings-page.php:147
260
+ msgid "Post Type"
261
+ msgstr ""
262
+
263
+ #: classes/meta-boxes/class-meta-box-manage.php:80
264
+ msgid "Add Related Posts"
265
+ msgstr ""
266
+
267
+ #: classes/meta-boxes/class-meta-box-manage.php:103
268
+ #: classes/meta-boxes/class-meta-box-manage.php:104
269
+ msgid "Edit Post"
270
+ msgstr ""
271
+
272
+ #: classes/meta-boxes/class-meta-box-manage.php:106
273
+ #: classes/meta-boxes/class-meta-box-manage.php:107
274
+ msgid "Unlink Related Post"
275
+ msgstr ""
276
+
277
+ #: classes/meta-boxes/class-meta-box-manage.php:120
278
+ msgid "No related posts found."
279
+ msgstr ""
280
+
281
+ #: classes/settings/class-settings-general.php:18
282
+ msgid "General settings for %s"
283
+ msgstr ""
284
+
285
+ #: classes/settings/class-settings-general.php:24
286
+ msgid "Automatic %ss linking"
287
+ msgstr ""
288
+
289
+ #: classes/settings/class-settings-general.php:25
290
+ msgid ""
291
+ "The following options affect how related posts are automatically linked for "
292
+ "%ss."
293
+ msgstr ""
294
+
295
+ #: classes/settings/class-settings-general.php:29
296
+ msgid "Enable"
297
+ msgstr ""
298
+
299
+ #: classes/settings/class-settings-general.php:30
300
+ msgid "Checking this will enable automatically linking posts to new %ss"
301
+ msgstr ""
302
+
303
+ #: classes/settings/class-settings-general.php:36
304
+ msgid "Amount of Posts"
305
+ msgstr ""
306
+
307
+ #: classes/settings/class-settings-general.php:37
308
+ msgid "The amount of automatically linked %ss"
309
+ msgstr ""
310
+
311
+ #: classes/settings/class-settings-general.php:44
312
+ msgid "Frontend Settings"
313
+ msgstr ""
314
+
315
+ #: classes/settings/class-settings-general.php:45
316
+ msgid ""
317
+ "The following options affect how related %ss are displayed on the frontend."
318
+ msgstr ""
319
+
320
+ #: classes/settings/class-settings-general.php:49
321
+ msgid "Heading text"
322
+ msgstr ""
323
+
324
+ #: classes/settings/class-settings-general.php:50
325
+ msgid ""
326
+ "The text that is displayed above the related %ss. To disable, leave field "
327
+ "empty."
328
+ msgstr ""
329
+
330
+ #: classes/settings/class-settings-general.php:56
331
+ msgid "Excerpt length"
332
+ msgstr ""
333
+
334
+ #: classes/settings/class-settings-general.php:57
335
+ msgid ""
336
+ "The amount of words to be displayed below the title on website. To disable, "
337
+ "set value to 0."
338
+ msgstr ""
339
+
340
+ #: classes/settings/class-settings-general.php:63
341
+ msgid "Display Image"
342
+ msgstr ""
343
+
344
+ #: classes/settings/class-settings-general.php:64
345
+ msgid "Checking this will enable displaying featured images of related %ss."
346
+ msgstr ""
347
+
348
+ #: classes/settings/class-settings-misc.php:18
349
+ msgid "Misc"
350
+ msgstr ""
351
+
352
+ #: classes/settings/class-settings-misc.php:31
353
+ msgid "Miscellaneous Settings"
354
+ msgstr ""
355
+
356
+ #: classes/settings/class-settings-misc.php:32
357
+ msgid "A shelter for options that just don't fit in."
358
+ msgstr ""
359
+
360
+ #: classes/settings/class-settings-misc.php:36
361
+ #: classes/settings/class-settings-weight.php:26
362
+ msgid "Remove Data on Uninstall?"
363
+ msgstr ""
364
+
365
+ #: classes/settings/class-settings-misc.php:37
366
+ #: classes/settings/class-settings-weight.php:27
367
+ msgid ""
368
+ "Check this box if you would like to completely remove all of its data when "
369
+ "the plugin is deleted."
370
+ msgstr ""
371
+
372
+ #: classes/settings/class-settings-themes.php:18
373
+ msgid "Styling"
374
+ msgstr ""
375
+
376
+ #: classes/settings/class-settings-themes.php:31
377
+ msgid "Styling settings"
378
+ msgstr ""
379
+
380
+ #: classes/settings/class-settings-themes.php:32
381
+ msgid "All settings related to frontend style your related posts."
382
+ msgstr ""
383
+
384
+ #: classes/settings/class-settings-themes.php:36
385
+ msgid "Themes"
386
+ msgstr ""
387
+
388
+ #: classes/settings/class-settings-themes.php:37
389
+ msgid ""
390
+ "Select one of the CSS themes above to display your related posts the way you"
391
+ " like to."
392
+ msgstr ""
393
+
394
+ #: classes/settings/class-settings-themes.php:43
395
+ msgid "Custom CSS"
396
+ msgstr ""
397
+
398
+ #: classes/settings/class-settings-themes.php:44
399
+ msgid ""
400
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
401
+ "error here will break frontend display. To disable, leave field empty."
402
+ msgstr ""
403
+
404
+ #: classes/settings/class-settings-weight.php:21
405
+ msgid "Post Types"
406
+ msgstr ""
407
+
408
+ #: classes/settings/class-settings-weight.php:22
409
+ msgid "Check the post."
410
+ msgstr ""
411
+
412
+ #: classes/themes/class-theme-column-one.php:13
413
+ msgid "One related post item per row."
414
+ msgstr ""
415
+
416
+ #: classes/themes/class-theme-column-three.php:13
417
+ msgid "Three related post items per row."
418
+ msgstr ""
419
+
420
+ #: classes/themes/class-theme-column-two.php:13
421
+ msgid "Two related post items per row."
422
+ msgstr ""
423
+
424
+ #: includes/updater/class-wpjm-updater.php:245
425
+ msgid "Hide notice"
426
+ msgstr ""
427
+
428
+ #: includes/updater/class-wpjm-updater.php:284
429
+ msgid "Licence"
430
+ msgstr ""
431
+
432
+ #: includes/updater/class-wpjm-updater.php:287
433
+ msgid ""
434
+ "Enter your licence key and email and hit return. A valid key is required for"
435
+ " automatic updates."
436
+ msgstr ""
437
+
438
+ #. Plugin Name of the plugin/theme
439
+ msgid "Related Posts for WordPress Premium"
440
+ msgstr "Related Posts for WordPress Premium"
441
+
442
+ #. Plugin URI of the plugin/theme
443
+ msgid "http://www.relatedpostsforwp.com/"
444
+ msgstr "http://www.relatedpostsforwp.com/"
445
+
446
+ #. Description of the plugin/theme
447
+ msgid "The best way to display related posts in WordPress."
448
+ msgstr ""
449
+
450
+ #. Author of the plugin/theme
451
+ msgid "Barry Kooij"
452
+ msgstr "Barry Kooij"
453
+
454
+ #. Author URI of the plugin/theme
455
+ msgid "http://www.barrykooij.com/"
456
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-ru_ru.mo ADDED
Binary file
languages/related-posts-for-wp-ru_ru.po ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 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: 2014-10-16 08:27:55+00:00\n"
10
+ "PO-Revision-Date: 2014-10-19 17:44+0000\n"
11
+ "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
+ "Language-Team: Russian (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/ru/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: ru\n"
17
+ "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"
18
+ "X-Generator: grunt-wp-i18n 0.4.8\n"
19
+
20
+ #: classes/class-is-installing-notice.php:74
21
+ msgid ""
22
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
23
+ "installation wizard!"
24
+ msgstr ""
25
+
26
+ #: classes/class-is-installing-notice.php:76
27
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
28
+ msgstr ""
29
+
30
+ #: classes/class-javascript-strings.php:14
31
+ msgid "Are you sure you want to delete this related post?"
32
+ msgstr ""
33
+
34
+ #: classes/class-link-related-table.php:47
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:52
38
+ msgid "Related Posts"
39
+ msgstr ""
40
+
41
+ #: classes/class-link-related-table.php:48
42
+ msgid "All Posts"
43
+ msgstr ""
44
+
45
+ #: classes/class-link-related-table.php:97
46
+ msgid "Title"
47
+ msgstr ""
48
+
49
+ #: classes/class-link-related-table.php:224
50
+ msgid "Link Post"
51
+ msgstr ""
52
+
53
+ #: classes/class-link-related-table.php:256
54
+ msgid "Link Posts"
55
+ msgstr ""
56
+
57
+ #: classes/class-post-type-manager.php:21
58
+ #: classes/hooks/class-hook-link-related-screen.php:131
59
+ msgid "Posts"
60
+ msgstr ""
61
+
62
+ #: classes/class-post-type-manager.php:22
63
+ msgid "Pages"
64
+ msgstr ""
65
+
66
+ #: classes/class-related-posts-widget.php:13
67
+ msgid "Related Posts for WordPress"
68
+ msgstr ""
69
+
70
+ #: classes/class-related-posts-widget.php:14
71
+ msgid "Display related posts."
72
+ msgstr ""
73
+
74
+ #: classes/filters/class-filter-plugin-links.php:29
75
+ msgid "Settings"
76
+ msgstr ""
77
+
78
+ #: classes/hooks/class-hook-link-related-screen.php:132
79
+ msgid "Cancel linking"
80
+ msgstr ""
81
+
82
+ #: classes/hooks/class-hook-link-related-screen.php:148
83
+ msgid "Search"
84
+ msgstr ""
85
+
86
+ #: classes/hooks/class-hook-page-install.php:92
87
+ msgid "Welcome"
88
+ msgstr ""
89
+
90
+ #: classes/hooks/class-hook-page-install.php:93
91
+ msgid "Caching Posts"
92
+ msgstr ""
93
+
94
+ #: classes/hooks/class-hook-page-install.php:94
95
+ msgid "Linking Posts"
96
+ msgstr ""
97
+
98
+ #: classes/hooks/class-hook-page-install.php:95
99
+ msgid "Finished"
100
+ msgstr ""
101
+
102
+ #: classes/hooks/class-hook-page-install.php:106
103
+ msgid ""
104
+ "Missing post type paramater, please report this incident via %sour "
105
+ "website%s."
106
+ msgstr ""
107
+
108
+ #: classes/hooks/class-hook-page-install.php:127
109
+ msgid "Installation"
110
+ msgstr ""
111
+
112
+ #: classes/hooks/class-hook-page-install.php:161
113
+ #: classes/hooks/class-hook-page-install.php:197
114
+ msgid "Thank you for choosing Related Posts for WordPress!"
115
+ msgstr ""
116
+
117
+ #: classes/hooks/class-hook-page-install.php:162
118
+ msgid ""
119
+ "Below you'll find your post types available for installation, by installing "
120
+ "a post type we'll set up a cache and offer you the ability to automatic link"
121
+ " (custom) posts. To install a post type, simply click the 'Install Post "
122
+ "Type' button."
123
+ msgstr ""
124
+
125
+ #: classes/hooks/class-hook-page-install.php:178
126
+ msgid "Disable Relations for %s"
127
+ msgstr ""
128
+
129
+ #: classes/hooks/class-hook-page-install.php:180
130
+ msgid "Enable Relations for %s"
131
+ msgstr ""
132
+
133
+ #: classes/hooks/class-hook-page-install.php:198
134
+ msgid ""
135
+ "Before you can start using Related Posts for WordPress we need to cache your"
136
+ " current posts."
137
+ msgstr ""
138
+
139
+ #: classes/hooks/class-hook-page-install.php:199
140
+ msgid ""
141
+ "This is a one time process which might take some time now, depending on the "
142
+ "amount of posts you have, but will ensure your website's performance when "
143
+ "using the plugin."
144
+ msgstr ""
145
+
146
+ #: classes/hooks/class-hook-page-install.php:201
147
+ msgid ""
148
+ "Do NOT close this window, wait for this process to finish and this wizard to"
149
+ " take you to the next step."
150
+ msgstr ""
151
+
152
+ #: classes/hooks/class-hook-page-install.php:219
153
+ msgid "Great! All your posts were successfully cached!"
154
+ msgstr ""
155
+
156
+ #: classes/hooks/class-hook-page-install.php:220
157
+ msgid ""
158
+ "You can let me link your posts, based on what I think is related, to each "
159
+ "other. And don't worry, if I made a mistake at one of your posts you can "
160
+ "easily correct this by editing it manually!"
161
+ msgstr ""
162
+
163
+ #: classes/hooks/class-hook-page-install.php:221
164
+ msgid ""
165
+ "Want me to start linking posts to each other? Fill in the amount of related "
166
+ "posts each post should have and click on the \"Link now\" button. Rather "
167
+ "link your posts manually? Click \"Skip linking\"."
168
+ msgstr ""
169
+
170
+ #: classes/hooks/class-hook-page-install.php:222
171
+ msgid ""
172
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
173
+ " process to finish and this wizard to take you to the next step."
174
+ msgstr ""
175
+
176
+ #: classes/hooks/class-hook-page-install.php:225
177
+ msgid "Amount of related posts per post:"
178
+ msgstr ""
179
+
180
+ #: classes/hooks/class-hook-page-install.php:226
181
+ msgid "Link now"
182
+ msgstr ""
183
+
184
+ #: classes/hooks/class-hook-page-install.php:227
185
+ msgid "Skip linking"
186
+ msgstr ""
187
+
188
+ #: classes/hooks/class-hook-page-install.php:235
189
+ msgid "That's it, you're good to go!"
190
+ msgstr ""
191
+
192
+ #: classes/hooks/class-hook-page-install.php:236
193
+ msgid ""
194
+ "Thanks again for using Related Posts for WordPress and if you have any "
195
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
196
+ msgstr ""
197
+
198
+ #: classes/hooks/class-hook-page-install.php:238
199
+ msgid "Click here to return to step 1"
200
+ msgstr ""
201
+
202
+ #: classes/hooks/class-hook-page-install.php:244
203
+ msgid "Click here to go to the settings page"
204
+ msgstr ""
205
+
206
+ #: classes/hooks/class-hook-settings-page.php:57
207
+ msgid "Plugin version"
208
+ msgstr ""
209
+
210
+ #: classes/hooks/class-hook-settings-page.php:61
211
+ msgid "More information"
212
+ msgstr ""
213
+
214
+ #: classes/hooks/class-hook-settings-page.php:63
215
+ msgid "<a href='%s'>FAQ</a>"
216
+ msgstr ""
217
+
218
+ #: classes/hooks/class-hook-settings-page.php:65
219
+ msgid "<a href='%s'>Change log</a>"
220
+ msgstr ""
221
+
222
+ #: classes/hooks/class-hook-settings-page.php:67
223
+ msgid "<a href='%s'>Give us a review</a>"
224
+ msgstr ""
225
+
226
+ #: classes/hooks/class-hook-settings-page.php:69
227
+ msgid "<a href='%s'>Release blog post</a>"
228
+ msgstr ""
229
+
230
+ #: classes/hooks/class-hook-settings-page.php:73
231
+ msgid "About the developer"
232
+ msgstr ""
233
+
234
+ #: classes/hooks/class-hook-settings-page.php:75
235
+ msgid ""
236
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
237
+ " the author of various WordPress plugins that include Post Connector, "
238
+ "Related Posts for WordPress and What The File."
239
+ msgstr ""
240
+
241
+ #: classes/hooks/class-hook-settings-page.php:77
242
+ msgid ""
243
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
244
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
245
+ msgstr ""
246
+
247
+ #: classes/hooks/class-hook-settings-page.php:79
248
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
249
+ msgstr ""
250
+
251
+ #: classes/hooks/class-hook-settings-page.php:105
252
+ msgid "General"
253
+ msgstr ""
254
+
255
+ #: classes/hooks/class-hook-settings-page.php:125
256
+ msgid "Installer"
257
+ msgstr ""
258
+
259
+ #: classes/hooks/class-hook-settings-page.php:147
260
+ msgid "Post Type"
261
+ msgstr ""
262
+
263
+ #: classes/meta-boxes/class-meta-box-manage.php:80
264
+ msgid "Add Related Posts"
265
+ msgstr ""
266
+
267
+ #: classes/meta-boxes/class-meta-box-manage.php:103
268
+ #: classes/meta-boxes/class-meta-box-manage.php:104
269
+ msgid "Edit Post"
270
+ msgstr ""
271
+
272
+ #: classes/meta-boxes/class-meta-box-manage.php:106
273
+ #: classes/meta-boxes/class-meta-box-manage.php:107
274
+ msgid "Unlink Related Post"
275
+ msgstr ""
276
+
277
+ #: classes/meta-boxes/class-meta-box-manage.php:120
278
+ msgid "No related posts found."
279
+ msgstr ""
280
+
281
+ #: classes/settings/class-settings-general.php:18
282
+ msgid "General settings for %s"
283
+ msgstr ""
284
+
285
+ #: classes/settings/class-settings-general.php:24
286
+ msgid "Automatic %ss linking"
287
+ msgstr ""
288
+
289
+ #: classes/settings/class-settings-general.php:25
290
+ msgid ""
291
+ "The following options affect how related posts are automatically linked for "
292
+ "%ss."
293
+ msgstr ""
294
+
295
+ #: classes/settings/class-settings-general.php:29
296
+ msgid "Enable"
297
+ msgstr ""
298
+
299
+ #: classes/settings/class-settings-general.php:30
300
+ msgid "Checking this will enable automatically linking posts to new %ss"
301
+ msgstr ""
302
+
303
+ #: classes/settings/class-settings-general.php:36
304
+ msgid "Amount of Posts"
305
+ msgstr ""
306
+
307
+ #: classes/settings/class-settings-general.php:37
308
+ msgid "The amount of automatically linked %ss"
309
+ msgstr ""
310
+
311
+ #: classes/settings/class-settings-general.php:44
312
+ msgid "Frontend Settings"
313
+ msgstr ""
314
+
315
+ #: classes/settings/class-settings-general.php:45
316
+ msgid ""
317
+ "The following options affect how related %ss are displayed on the frontend."
318
+ msgstr ""
319
+
320
+ #: classes/settings/class-settings-general.php:49
321
+ msgid "Heading text"
322
+ msgstr ""
323
+
324
+ #: classes/settings/class-settings-general.php:50
325
+ msgid ""
326
+ "The text that is displayed above the related %ss. To disable, leave field "
327
+ "empty."
328
+ msgstr ""
329
+
330
+ #: classes/settings/class-settings-general.php:56
331
+ msgid "Excerpt length"
332
+ msgstr ""
333
+
334
+ #: classes/settings/class-settings-general.php:57
335
+ msgid ""
336
+ "The amount of words to be displayed below the title on website. To disable, "
337
+ "set value to 0."
338
+ msgstr ""
339
+
340
+ #: classes/settings/class-settings-general.php:63
341
+ msgid "Display Image"
342
+ msgstr ""
343
+
344
+ #: classes/settings/class-settings-general.php:64
345
+ msgid "Checking this will enable displaying featured images of related %ss."
346
+ msgstr ""
347
+
348
+ #: classes/settings/class-settings-misc.php:18
349
+ msgid "Misc"
350
+ msgstr ""
351
+
352
+ #: classes/settings/class-settings-misc.php:31
353
+ msgid "Miscellaneous Settings"
354
+ msgstr ""
355
+
356
+ #: classes/settings/class-settings-misc.php:32
357
+ msgid "A shelter for options that just don't fit in."
358
+ msgstr ""
359
+
360
+ #: classes/settings/class-settings-misc.php:36
361
+ #: classes/settings/class-settings-weight.php:26
362
+ msgid "Remove Data on Uninstall?"
363
+ msgstr ""
364
+
365
+ #: classes/settings/class-settings-misc.php:37
366
+ #: classes/settings/class-settings-weight.php:27
367
+ msgid ""
368
+ "Check this box if you would like to completely remove all of its data when "
369
+ "the plugin is deleted."
370
+ msgstr ""
371
+
372
+ #: classes/settings/class-settings-themes.php:18
373
+ msgid "Styling"
374
+ msgstr ""
375
+
376
+ #: classes/settings/class-settings-themes.php:31
377
+ msgid "Styling settings"
378
+ msgstr ""
379
+
380
+ #: classes/settings/class-settings-themes.php:32
381
+ msgid "All settings related to frontend style your related posts."
382
+ msgstr ""
383
+
384
+ #: classes/settings/class-settings-themes.php:36
385
+ msgid "Themes"
386
+ msgstr ""
387
+
388
+ #: classes/settings/class-settings-themes.php:37
389
+ msgid ""
390
+ "Select one of the CSS themes above to display your related posts the way you"
391
+ " like to."
392
+ msgstr ""
393
+
394
+ #: classes/settings/class-settings-themes.php:43
395
+ msgid "Custom CSS"
396
+ msgstr ""
397
+
398
+ #: classes/settings/class-settings-themes.php:44
399
+ msgid ""
400
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
401
+ "error here will break frontend display. To disable, leave field empty."
402
+ msgstr ""
403
+
404
+ #: classes/settings/class-settings-weight.php:21
405
+ msgid "Post Types"
406
+ msgstr ""
407
+
408
+ #: classes/settings/class-settings-weight.php:22
409
+ msgid "Check the post."
410
+ msgstr ""
411
+
412
+ #: classes/themes/class-theme-column-one.php:13
413
+ msgid "One related post item per row."
414
+ msgstr ""
415
+
416
+ #: classes/themes/class-theme-column-three.php:13
417
+ msgid "Three related post items per row."
418
+ msgstr ""
419
+
420
+ #: classes/themes/class-theme-column-two.php:13
421
+ msgid "Two related post items per row."
422
+ msgstr ""
423
+
424
+ #: includes/updater/class-wpjm-updater.php:245
425
+ msgid "Hide notice"
426
+ msgstr ""
427
+
428
+ #: includes/updater/class-wpjm-updater.php:284
429
+ msgid "Licence"
430
+ msgstr ""
431
+
432
+ #: includes/updater/class-wpjm-updater.php:287
433
+ msgid ""
434
+ "Enter your licence key and email and hit return. A valid key is required for"
435
+ " automatic updates."
436
+ msgstr ""
437
+
438
+ #. Plugin Name of the plugin/theme
439
+ msgid "Related Posts for WordPress Premium"
440
+ msgstr "Related Posts for WordPress Premium"
441
+
442
+ #. Plugin URI of the plugin/theme
443
+ msgid "http://www.relatedpostsforwp.com/"
444
+ msgstr "http://www.relatedpostsforwp.com/"
445
+
446
+ #. Description of the plugin/theme
447
+ msgid "The best way to display related posts in WordPress."
448
+ msgstr ""
449
+
450
+ #. Author of the plugin/theme
451
+ msgid "Barry Kooij"
452
+ msgstr "Barry Kooij"
453
+
454
+ #. Author URI of the plugin/theme
455
+ msgid "http://www.barrykooij.com/"
456
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-sr_sr.mo ADDED
Binary file
languages/related-posts-for-wp-sr_sr.po ADDED
@@ -0,0 +1,457 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Barry Kooij
2
+ # This file is distributed under the GPL v3.
3
+ # Translators:
4
+ # Barry Kooij <mail@barrykooij.nl>, 2014
5
+ # Milan Ivanovic <lanche86@gmail.com>, 2014
6
+ 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: 2014-10-16 08:27:55+00:00\n"
11
+ "PO-Revision-Date: 2014-10-22 19:12+0000\n"
12
+ "Last-Translator: Milan Ivanovic <lanche86@gmail.com>\n"
13
+ "Language-Team: Serbian (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/sr/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: sr\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 ""
23
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
24
+ "installation wizard!"
25
+ msgstr "Ау! Изгледа да нисмо могли да завршимо твоју инсталацију Повезаних чланака!"
26
+
27
+ #: classes/class-is-installing-notice.php:76
28
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
29
+ msgstr "%sНастави са инсталацијом%s или %sугаси ово обавештење%s"
30
+
31
+ #: classes/class-javascript-strings.php:14
32
+ msgid "Are you sure you want to delete this related post?"
33
+ msgstr "Да ли сте сигурни да желите да избришете овај повезани чланак?"
34
+
35
+ #: classes/class-link-related-table.php:47
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:52
39
+ msgid "Related Posts"
40
+ msgstr "Повезани чланци"
41
+
42
+ #: classes/class-link-related-table.php:48
43
+ msgid "All Posts"
44
+ msgstr "Сви чланци"
45
+
46
+ #: classes/class-link-related-table.php:97
47
+ msgid "Title"
48
+ msgstr "Наслов"
49
+
50
+ #: classes/class-link-related-table.php:224
51
+ msgid "Link Post"
52
+ msgstr "Повежи чланак"
53
+
54
+ #: classes/class-link-related-table.php:256
55
+ msgid "Link Posts"
56
+ msgstr "Повежи чланке"
57
+
58
+ #: classes/class-post-type-manager.php:21
59
+ #: classes/hooks/class-hook-link-related-screen.php:131
60
+ msgid "Posts"
61
+ msgstr "Чланци"
62
+
63
+ #: classes/class-post-type-manager.php:22
64
+ msgid "Pages"
65
+ msgstr "Странице"
66
+
67
+ #: classes/class-related-posts-widget.php:13
68
+ msgid "Related Posts for WordPress"
69
+ msgstr "Повезани чланци за Вордпрес"
70
+
71
+ #: classes/class-related-posts-widget.php:14
72
+ msgid "Display related posts."
73
+ msgstr "Прикажи повезане чланке."
74
+
75
+ #: classes/filters/class-filter-plugin-links.php:29
76
+ msgid "Settings"
77
+ msgstr "Подешавања"
78
+
79
+ #: classes/hooks/class-hook-link-related-screen.php:132
80
+ msgid "Cancel linking"
81
+ msgstr "Прекини линковање"
82
+
83
+ #: classes/hooks/class-hook-link-related-screen.php:148
84
+ msgid "Search"
85
+ msgstr "Претражи"
86
+
87
+ #: classes/hooks/class-hook-page-install.php:92
88
+ msgid "Welcome"
89
+ msgstr "Добродошли"
90
+
91
+ #: classes/hooks/class-hook-page-install.php:93
92
+ msgid "Caching Posts"
93
+ msgstr "Кеширани чланци"
94
+
95
+ #: classes/hooks/class-hook-page-install.php:94
96
+ msgid "Linking Posts"
97
+ msgstr "Повезани чланци"
98
+
99
+ #: classes/hooks/class-hook-page-install.php:95
100
+ msgid "Finished"
101
+ msgstr "Завршено."
102
+
103
+ #: classes/hooks/class-hook-page-install.php:106
104
+ msgid ""
105
+ "Missing post type paramater, please report this incident via %sour "
106
+ "website%s."
107
+ msgstr "Недостаје post type параметар, пријавите овај инцидент преко %sнашег вебсајта%s."
108
+
109
+ #: classes/hooks/class-hook-page-install.php:127
110
+ msgid "Installation"
111
+ msgstr "Инсталација"
112
+
113
+ #: classes/hooks/class-hook-page-install.php:161
114
+ #: classes/hooks/class-hook-page-install.php:197
115
+ msgid "Thank you for choosing Related Posts for WordPress!"
116
+ msgstr "Хвала што сте изабрали Повезане чланке за Вордпрес!"
117
+
118
+ #: classes/hooks/class-hook-page-install.php:162
119
+ msgid ""
120
+ "Below you'll find your post types available for installation, by installing "
121
+ "a post type we'll set up a cache and offer you the ability to automatic link"
122
+ " (custom) posts. To install a post type, simply click the 'Install Post "
123
+ "Type' button."
124
+ msgstr "Испод ћете наћи ваше доступне post types за инсталацију, инсталирањем post type ми ћемо све кеширати и понудити Вам могућност да аутоматски повежете (подешене) чланке. Да инсталирате post type, једноставно кликните 'Инсталирај Post Type' дугме."
125
+
126
+ #: classes/hooks/class-hook-page-install.php:178
127
+ msgid "Disable Relations for %s"
128
+ msgstr "Онемогући везу за %s"
129
+
130
+ #: classes/hooks/class-hook-page-install.php:180
131
+ msgid "Enable Relations for %s"
132
+ msgstr "Одобри везу за %s"
133
+
134
+ #: classes/hooks/class-hook-page-install.php:198
135
+ msgid ""
136
+ "Before you can start using Related Posts for WordPress we need to cache your"
137
+ " current posts."
138
+ msgstr "Пре него што почнете са коришћењем Повезаних чланака за Вордпрес морамо да кеширамо све Ваше чланке."
139
+
140
+ #: classes/hooks/class-hook-page-install.php:199
141
+ msgid ""
142
+ "This is a one time process which might take some time now, depending on the "
143
+ "amount of posts you have, but will ensure your website's performance when "
144
+ "using the plugin."
145
+ msgstr "Ово је процес који може да узме мало више времена сада, зависно од броја Ваших чланака, али ће осигурати боље перформансе Вашег вебсајта када се додатак користи."
146
+
147
+ #: classes/hooks/class-hook-page-install.php:201
148
+ msgid ""
149
+ "Do NOT close this window, wait for this process to finish and this wizard to"
150
+ " take you to the next step."
151
+ msgstr "Немојте да затварате овај прозор, сачекајте да се процес заврши и да вас одведе на следећи корак."
152
+
153
+ #: classes/hooks/class-hook-page-install.php:219
154
+ msgid "Great! All your posts were successfully cached!"
155
+ msgstr "Одлично! Сви твоји чланци су успешно кеширани!"
156
+
157
+ #: classes/hooks/class-hook-page-install.php:220
158
+ msgid ""
159
+ "You can let me link your posts, based on what I think is related, to each "
160
+ "other. And don't worry, if I made a mistake at one of your posts you can "
161
+ "easily correct this by editing it manually!"
162
+ msgstr "Можете ме пустити да повежем Ваше чланке, судећи по томе како ја мислим да треба бити повезани. И не брините, ако погрешим, увек можете ручно исправити!"
163
+
164
+ #: classes/hooks/class-hook-page-install.php:221
165
+ msgid ""
166
+ "Want me to start linking posts to each other? Fill in the amount of related "
167
+ "posts each post should have and click on the \"Link now\" button. Rather "
168
+ "link your posts manually? Click \"Skip linking\"."
169
+ msgstr "Желите да отпочнемо са повезивањем чланака? Попуните колико повезаних чланака сваки чланак треба да има и кликните ”Повежи сада” дугме. Ипак желите сами да повежите своје чланке? Кликните ”Прескочи повезивање”."
170
+
171
+ #: classes/hooks/class-hook-page-install.php:222
172
+ msgid ""
173
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
174
+ " process to finish and this wizard to take you to the next step."
175
+ msgstr "Немојте да затварате овај прозор, сачекајте да се процес заврши и да вас одведе на следећи корак."
176
+
177
+ #: classes/hooks/class-hook-page-install.php:225
178
+ msgid "Amount of related posts per post:"
179
+ msgstr "Број повезаних чланака по чланку:"
180
+
181
+ #: classes/hooks/class-hook-page-install.php:226
182
+ msgid "Link now"
183
+ msgstr "Повежи сада"
184
+
185
+ #: classes/hooks/class-hook-page-install.php:227
186
+ msgid "Skip linking"
187
+ msgstr "Прескочи повезивање"
188
+
189
+ #: classes/hooks/class-hook-page-install.php:235
190
+ msgid "That's it, you're good to go!"
191
+ msgstr "То је то, готово је за сада!"
192
+
193
+ #: classes/hooks/class-hook-page-install.php:236
194
+ msgid ""
195
+ "Thanks again for using Related Posts for WordPress and if you have any "
196
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
197
+ msgstr "Хвала још једном што користите Повезане чланке за Вордпрес и ако имате питања слободно их поставите на %sWordPress.org forums.%s"
198
+
199
+ #: classes/hooks/class-hook-page-install.php:238
200
+ msgid "Click here to return to step 1"
201
+ msgstr "Кликните овде за повратак на корак 1"
202
+
203
+ #: classes/hooks/class-hook-page-install.php:244
204
+ msgid "Click here to go to the settings page"
205
+ msgstr "Кликните овде за страницу са подешавањима"
206
+
207
+ #: classes/hooks/class-hook-settings-page.php:57
208
+ msgid "Plugin version"
209
+ msgstr "Верзија додатка"
210
+
211
+ #: classes/hooks/class-hook-settings-page.php:61
212
+ msgid "More information"
213
+ msgstr "Више информација"
214
+
215
+ #: classes/hooks/class-hook-settings-page.php:63
216
+ msgid "<a href='%s'>FAQ</a>"
217
+ msgstr "<a href='%s'>Питања</a>"
218
+
219
+ #: classes/hooks/class-hook-settings-page.php:65
220
+ msgid "<a href='%s'>Change log</a>"
221
+ msgstr "<a href='%s'>Историја промена</a>"
222
+
223
+ #: classes/hooks/class-hook-settings-page.php:67
224
+ msgid "<a href='%s'>Give us a review</a>"
225
+ msgstr "<a href='%s'>Дајте нам рецензију</a>"
226
+
227
+ #: classes/hooks/class-hook-settings-page.php:69
228
+ msgid "<a href='%s'>Release blog post</a>"
229
+ msgstr "<a href='%s'>Блог чланак издања</a>"
230
+
231
+ #: classes/hooks/class-hook-settings-page.php:73
232
+ msgid "About the developer"
233
+ msgstr "О програмеру"
234
+
235
+ #: classes/hooks/class-hook-settings-page.php:75
236
+ msgid ""
237
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
238
+ " the author of various WordPress plugins that include Post Connector, "
239
+ "Related Posts for WordPress and What The File."
240
+ msgstr "Бари је Вордпрес програмер који ради на WooCommerce од WooThemes и аутор је разних додатака за Вордпрес Post Connector, Related Posts for WordPress и What The File."
241
+
242
+ #: classes/hooks/class-hook-settings-page.php:77
243
+ msgid ""
244
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
245
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
246
+ msgstr "Бари воли да доприноси пројектима отвореног кода као и посетама Вордкамповима и Вордпрес окупљањима. Он је организатор Вордпрес окупљања у Тилбургу."
247
+
248
+ #: classes/hooks/class-hook-settings-page.php:79
249
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
250
+ msgstr "Запратите Барија на Твитеру <a href='%s'>овде</a>."
251
+
252
+ #: classes/hooks/class-hook-settings-page.php:105
253
+ msgid "General"
254
+ msgstr "Опште"
255
+
256
+ #: classes/hooks/class-hook-settings-page.php:125
257
+ msgid "Installer"
258
+ msgstr "Инсталациони програм"
259
+
260
+ #: classes/hooks/class-hook-settings-page.php:147
261
+ msgid "Post Type"
262
+ msgstr "Post Type"
263
+
264
+ #: classes/meta-boxes/class-meta-box-manage.php:80
265
+ msgid "Add Related Posts"
266
+ msgstr "Додај Повезани чланак"
267
+
268
+ #: classes/meta-boxes/class-meta-box-manage.php:103
269
+ #: classes/meta-boxes/class-meta-box-manage.php:104
270
+ msgid "Edit Post"
271
+ msgstr "Уреди чланак"
272
+
273
+ #: classes/meta-boxes/class-meta-box-manage.php:106
274
+ #: classes/meta-boxes/class-meta-box-manage.php:107
275
+ msgid "Unlink Related Post"
276
+ msgstr "Прекини везу Повезаних чланака"
277
+
278
+ #: classes/meta-boxes/class-meta-box-manage.php:120
279
+ msgid "No related posts found."
280
+ msgstr "Нема пронађених повезаних чланака."
281
+
282
+ #: classes/settings/class-settings-general.php:18
283
+ msgid "General settings for %s"
284
+ msgstr "Општа подешавања за %s"
285
+
286
+ #: classes/settings/class-settings-general.php:24
287
+ msgid "Automatic %ss linking"
288
+ msgstr "Аутоматско %s повезивање"
289
+
290
+ #: classes/settings/class-settings-general.php:25
291
+ msgid ""
292
+ "The following options affect how related posts are automatically linked for "
293
+ "%ss."
294
+ msgstr "Опције које следе ће утицати како се повезани чланци аутоматски повезују за %s"
295
+
296
+ #: classes/settings/class-settings-general.php:29
297
+ msgid "Enable"
298
+ msgstr "Омогући"
299
+
300
+ #: classes/settings/class-settings-general.php:30
301
+ msgid "Checking this will enable automatically linking posts to new %ss"
302
+ msgstr "Означавање овога ће одобрити аутоматско повезивање чланака са новим %s"
303
+
304
+ #: classes/settings/class-settings-general.php:36
305
+ msgid "Amount of Posts"
306
+ msgstr "Количина чланака"
307
+
308
+ #: classes/settings/class-settings-general.php:37
309
+ msgid "The amount of automatically linked %ss"
310
+ msgstr "Број аутоматско повезаних %s"
311
+
312
+ #: classes/settings/class-settings-general.php:44
313
+ msgid "Frontend Settings"
314
+ msgstr "Подешавања корисничког интерфејса"
315
+
316
+ #: classes/settings/class-settings-general.php:45
317
+ msgid ""
318
+ "The following options affect how related %ss are displayed on the frontend."
319
+ msgstr "Опције које следе утичу на то како ће повезани %s бити приказани у корисничком интерфејсу."
320
+
321
+ #: classes/settings/class-settings-general.php:49
322
+ msgid "Heading text"
323
+ msgstr "Главни текст"
324
+
325
+ #: classes/settings/class-settings-general.php:50
326
+ msgid ""
327
+ "The text that is displayed above the related %ss. To disable, leave field "
328
+ "empty."
329
+ msgstr "Текст који се приказује изнад повезаних %s. Да онемогућите, оставите празно поље."
330
+
331
+ #: classes/settings/class-settings-general.php:56
332
+ msgid "Excerpt length"
333
+ msgstr "Дужина одломка"
334
+
335
+ #: classes/settings/class-settings-general.php:57
336
+ msgid ""
337
+ "The amount of words to be displayed below the title on website. To disable, "
338
+ "set value to 0."
339
+ msgstr "Број речи које се приказују испод наслова на вебсајту. Да онемогућите, поставите вредност на 0."
340
+
341
+ #: classes/settings/class-settings-general.php:63
342
+ msgid "Display Image"
343
+ msgstr "Прикажи слику"
344
+
345
+ #: classes/settings/class-settings-general.php:64
346
+ msgid "Checking this will enable displaying featured images of related %ss."
347
+ msgstr "Означавање овога ће омогућити приказ истакнуте слике повезаних %s."
348
+
349
+ #: classes/settings/class-settings-misc.php:18
350
+ msgid "Misc"
351
+ msgstr "Разно"
352
+
353
+ #: classes/settings/class-settings-misc.php:31
354
+ msgid "Miscellaneous Settings"
355
+ msgstr "Остала подешавања"
356
+
357
+ #: classes/settings/class-settings-misc.php:32
358
+ msgid "A shelter for options that just don't fit in."
359
+ msgstr "Склониште за опције које се једноставно не уклапају."
360
+
361
+ #: classes/settings/class-settings-misc.php:36
362
+ #: classes/settings/class-settings-weight.php:26
363
+ msgid "Remove Data on Uninstall?"
364
+ msgstr "Избрисати податке при уклањању?"
365
+
366
+ #: classes/settings/class-settings-misc.php:37
367
+ #: classes/settings/class-settings-weight.php:27
368
+ msgid ""
369
+ "Check this box if you would like to completely remove all of its data when "
370
+ "the plugin is deleted."
371
+ msgstr "Означите овај квадратић ако желите да комплетно избришете све његове податке када је додатак избрисан."
372
+
373
+ #: classes/settings/class-settings-themes.php:18
374
+ msgid "Styling"
375
+ msgstr "Стилизовање"
376
+
377
+ #: classes/settings/class-settings-themes.php:31
378
+ msgid "Styling settings"
379
+ msgstr "Подешавање стилова"
380
+
381
+ #: classes/settings/class-settings-themes.php:32
382
+ msgid "All settings related to frontend style your related posts."
383
+ msgstr "Сва подешавања повезана са стиловима изгледа Ваших повезаних чланака."
384
+
385
+ #: classes/settings/class-settings-themes.php:36
386
+ msgid "Themes"
387
+ msgstr "Теме"
388
+
389
+ #: classes/settings/class-settings-themes.php:37
390
+ msgid ""
391
+ "Select one of the CSS themes above to display your related posts the way you"
392
+ " like to."
393
+ msgstr "Означи један од CSS тема изнад за приказ повезаних чланака како се Вама свиђа."
394
+
395
+ #: classes/settings/class-settings-themes.php:43
396
+ msgid "Custom CSS"
397
+ msgstr "Прилагођени CSS"
398
+
399
+ #: classes/settings/class-settings-themes.php:44
400
+ msgid ""
401
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
402
+ "error here will break frontend display. To disable, leave field empty."
403
+ msgstr "Додајте подешени CSS означеној теми. Упозорење! Ово је напредна функционалност! Грешка овде може направити проблем у корисничком интерфејсу."
404
+
405
+ #: classes/settings/class-settings-weight.php:21
406
+ msgid "Post Types"
407
+ msgstr "Post Types"
408
+
409
+ #: classes/settings/class-settings-weight.php:22
410
+ msgid "Check the post."
411
+ msgstr "Провери чланак."
412
+
413
+ #: classes/themes/class-theme-column-one.php:13
414
+ msgid "One related post item per row."
415
+ msgstr "Један повезани чланак по реду."
416
+
417
+ #: classes/themes/class-theme-column-three.php:13
418
+ msgid "Three related post items per row."
419
+ msgstr "Три повезаних чланака по реду."
420
+
421
+ #: classes/themes/class-theme-column-two.php:13
422
+ msgid "Two related post items per row."
423
+ msgstr "Два повезана чланка по реду."
424
+
425
+ #: includes/updater/class-wpjm-updater.php:245
426
+ msgid "Hide notice"
427
+ msgstr "Сакриј обавештење"
428
+
429
+ #: includes/updater/class-wpjm-updater.php:284
430
+ msgid "Licence"
431
+ msgstr "Лиценца"
432
+
433
+ #: includes/updater/class-wpjm-updater.php:287
434
+ msgid ""
435
+ "Enter your licence key and email and hit return. A valid key is required for"
436
+ " automatic updates."
437
+ msgstr "Унесите своју лиценцу и имејл и стисните Ентер. Важећа лиценца је неопходна за аутоматско ажурирање."
438
+
439
+ #. Plugin Name of the plugin/theme
440
+ msgid "Related Posts for WordPress Premium"
441
+ msgstr "Related Posts for WordPress Premium"
442
+
443
+ #. Plugin URI of the plugin/theme
444
+ msgid "http://www.relatedpostsforwp.com/"
445
+ msgstr "http://www.relatedpostsforwp.com/"
446
+
447
+ #. Description of the plugin/theme
448
+ msgid "The best way to display related posts in WordPress."
449
+ msgstr "Најбољи начин да прикажете повезане чланке у Вордпресу."
450
+
451
+ #. Author of the plugin/theme
452
+ msgid "Barry Kooij"
453
+ msgstr "Barry Kooij"
454
+
455
+ #. Author URI of the plugin/theme
456
+ msgid "http://www.barrykooij.com/"
457
+ msgstr "http://www.barrykooij.com/"
languages/related-posts-for-wp-sv_sv.mo ADDED
Binary file
languages/related-posts-for-wp-sv_sv.po ADDED
@@ -0,0 +1,457 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Barry Kooij
2
+ # This file is distributed under the GPL v3.
3
+ # Translators:
4
+ # Barry Kooij <mail@barrykooij.nl>, 2014
5
+ # Niklas Högefjord <niklas@krokedil.se>, 2014
6
+ 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: 2014-10-16 08:27:55+00:00\n"
11
+ "PO-Revision-Date: 2014-10-22 20:49+0000\n"
12
+ "Last-Translator: Niklas Högefjord <niklas@krokedil.se>\n"
13
+ "Language-Team: Swedish (http://www.transifex.com/projects/p/related-posts-for-wordpress/language/sv/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: sv\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 ""
23
+ "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
24
+ "installation wizard!"
25
+ msgstr "Oj! Det ser ut som att vi inte kunde slutföra installationsguiden av Related Posts for WordPress!"
26
+
27
+ #: classes/class-is-installing-notice.php:76
28
+ msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
29
+ msgstr "%sÅteruppta installationsguiden%s eller %savfärda detta meddelande%s"
30
+
31
+ #: classes/class-javascript-strings.php:14
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:47
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:52
39
+ msgid "Related Posts"
40
+ msgstr "Relaterade inlägg"
41
+
42
+ #: classes/class-link-related-table.php:48
43
+ msgid "All Posts"
44
+ msgstr "Alla inlägg"
45
+
46
+ #: classes/class-link-related-table.php:97
47
+ msgid "Title"
48
+ msgstr "Rubrik"
49
+
50
+ #: classes/class-link-related-table.php:224
51
+ msgid "Link Post"
52
+ msgstr "Länka inlägg"
53
+
54
+ #: classes/class-link-related-table.php:256
55
+ msgid "Link Posts"
56
+ msgstr "Länka inlägg"
57
+
58
+ #: classes/class-post-type-manager.php:21
59
+ #: classes/hooks/class-hook-link-related-screen.php:131
60
+ msgid "Posts"
61
+ msgstr "Inlägg"
62
+
63
+ #: classes/class-post-type-manager.php:22
64
+ msgid "Pages"
65
+ msgstr "Sidor"
66
+
67
+ #: classes/class-related-posts-widget.php:13
68
+ msgid "Related Posts for WordPress"
69
+ msgstr "Relaterade inlägg för WordPress"
70
+
71
+ #: classes/class-related-posts-widget.php:14
72
+ msgid "Display related posts."
73
+ msgstr "Visa relaterade inlägg."
74
+
75
+ #: classes/filters/class-filter-plugin-links.php:29
76
+ msgid "Settings"
77
+ msgstr "Inställningar"
78
+
79
+ #: classes/hooks/class-hook-link-related-screen.php:132
80
+ msgid "Cancel linking"
81
+ msgstr "Avbryt länkning"
82
+
83
+ #: classes/hooks/class-hook-link-related-screen.php:148
84
+ msgid "Search"
85
+ msgstr "Sök"
86
+
87
+ #: classes/hooks/class-hook-page-install.php:92
88
+ msgid "Welcome"
89
+ msgstr "Välkommen"
90
+
91
+ #: classes/hooks/class-hook-page-install.php:93
92
+ msgid "Caching Posts"
93
+ msgstr "Cachar inlägg"
94
+
95
+ #: classes/hooks/class-hook-page-install.php:94
96
+ msgid "Linking Posts"
97
+ msgstr "Länkar inlägg"
98
+
99
+ #: classes/hooks/class-hook-page-install.php:95
100
+ msgid "Finished"
101
+ msgstr "Avslutad"
102
+
103
+ #: classes/hooks/class-hook-page-install.php:106
104
+ msgid ""
105
+ "Missing post type paramater, please report this incident via %sour "
106
+ "website%s."
107
+ msgstr "Saknar posttypparameter, vänligen rapportera denna händelse via %svår webbplats%s."
108
+
109
+ #: classes/hooks/class-hook-page-install.php:127
110
+ msgid "Installation"
111
+ msgstr "Installation"
112
+
113
+ #: classes/hooks/class-hook-page-install.php:161
114
+ #: classes/hooks/class-hook-page-install.php:197
115
+ msgid "Thank you for choosing Related Posts for WordPress!"
116
+ msgstr "Tack för att du valt Related Posts for WordPress!"
117
+
118
+ #: classes/hooks/class-hook-page-install.php:162
119
+ msgid ""
120
+ "Below you'll find your post types available for installation, by installing "
121
+ "a post type we'll set up a cache and offer you the ability to automatic link"
122
+ " (custom) posts. To install a post type, simply click the 'Install Post "
123
+ "Type' button."
124
+ 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."
125
+
126
+ #: classes/hooks/class-hook-page-install.php:178
127
+ msgid "Disable Relations for %s"
128
+ msgstr "Inaktivera relationer för %s"
129
+
130
+ #: classes/hooks/class-hook-page-install.php:180
131
+ msgid "Enable Relations for %s"
132
+ msgstr "Aktivera relationer för %s"
133
+
134
+ #: classes/hooks/class-hook-page-install.php:198
135
+ msgid ""
136
+ "Before you can start using Related Posts for WordPress we need to cache your"
137
+ " current posts."
138
+ msgstr "Före du kan börja använda Related Posts for WooCommerce behöver vi cache'a ditt nuvarande inlägg."
139
+
140
+ #: classes/hooks/class-hook-page-install.php:199
141
+ msgid ""
142
+ "This is a one time process which might take some time now, depending on the "
143
+ "amount of posts you have, but will ensure your website's performance when "
144
+ "using the plugin."
145
+ 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."
146
+
147
+ #: classes/hooks/class-hook-page-install.php:201
148
+ msgid ""
149
+ "Do NOT close this window, wait for this process to finish and this wizard to"
150
+ " take you to the next step."
151
+ 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."
152
+
153
+ #: classes/hooks/class-hook-page-install.php:219
154
+ msgid "Great! All your posts were successfully cached!"
155
+ msgstr "Strålande! Alla dina inlägg cachades!"
156
+
157
+ #: classes/hooks/class-hook-page-install.php:220
158
+ msgid ""
159
+ "You can let me link your posts, based on what I think is related, to each "
160
+ "other. And don't worry, if I made a mistake at one of your posts you can "
161
+ "easily correct this by editing it manually!"
162
+ 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."
163
+
164
+ #: classes/hooks/class-hook-page-install.php:221
165
+ msgid ""
166
+ "Want me to start linking posts to each other? Fill in the amount of related "
167
+ "posts each post should have and click on the \"Link now\" button. Rather "
168
+ "link your posts manually? Click \"Skip linking\"."
169
+ 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\""
170
+
171
+ #: classes/hooks/class-hook-page-install.php:222
172
+ msgid ""
173
+ "Do NOT close this window if you click the \"Link now\" button, wait for this"
174
+ " process to finish and this wizard to take you to the next step."
175
+ 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."
176
+
177
+ #: classes/hooks/class-hook-page-install.php:225
178
+ msgid "Amount of related posts per post:"
179
+ msgstr "Antal relaterade inlägg per inlägg:"
180
+
181
+ #: classes/hooks/class-hook-page-install.php:226
182
+ msgid "Link now"
183
+ msgstr "Länka nu"
184
+
185
+ #: classes/hooks/class-hook-page-install.php:227
186
+ msgid "Skip linking"
187
+ msgstr "Hoppa över länkning"
188
+
189
+ #: classes/hooks/class-hook-page-install.php:235
190
+ msgid "That's it, you're good to go!"
191
+ msgstr "Det var det, nu kan du sätta igång!"
192
+
193
+ #: classes/hooks/class-hook-page-install.php:236
194
+ msgid ""
195
+ "Thanks again for using Related Posts for WordPress and if you have any "
196
+ "questions be sure to ask them at the %sWordPress.org forums.%s"
197
+ 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"
198
+
199
+ #: classes/hooks/class-hook-page-install.php:238
200
+ msgid "Click here to return to step 1"
201
+ msgstr "Klicka här för att återvända till steg 1."
202
+
203
+ #: classes/hooks/class-hook-page-install.php:244
204
+ msgid "Click here to go to the settings page"
205
+ msgstr "Klicka här för att gå till inställningssidan"
206
+
207
+ #: classes/hooks/class-hook-settings-page.php:57
208
+ msgid "Plugin version"
209
+ msgstr "Pluginversion"
210
+
211
+ #: classes/hooks/class-hook-settings-page.php:61
212
+ msgid "More information"
213
+ msgstr "Mer information"
214
+
215
+ #: classes/hooks/class-hook-settings-page.php:63
216
+ msgid "<a href='%s'>FAQ</a>"
217
+ msgstr "<a href='%s'>FAQ</a>"
218
+
219
+ #: classes/hooks/class-hook-settings-page.php:65
220
+ msgid "<a href='%s'>Change log</a>"
221
+ msgstr "<a href='%s'>Change log</a>"
222
+
223
+ #: classes/hooks/class-hook-settings-page.php:67
224
+ msgid "<a href='%s'>Give us a review</a>"
225
+ msgstr "<a href='%s'>Ge oss en recension</a>"
226
+
227
+ #: classes/hooks/class-hook-settings-page.php:69
228
+ msgid "<a href='%s'>Release blog post</a>"
229
+ msgstr "<a href='%s'>Frige bloggpost</a>"
230
+
231
+ #: classes/hooks/class-hook-settings-page.php:73
232
+ msgid "About the developer"
233
+ msgstr "Om utvecklaren"
234
+
235
+ #: classes/hooks/class-hook-settings-page.php:75
236
+ msgid ""
237
+ "Barry is a WordPress developer that works on WooCommerce by WooThemes and is"
238
+ " the author of various WordPress plugins that include Post Connector, "
239
+ "Related Posts for WordPress and What The File."
240
+ msgstr "Barry är en WordPress-utvecklare som jobbar på WooCommerce från WooThemes och är författare till WordPress-plugin så som Post Connector, Related Posts for WordPress och What The File."
241
+
242
+ #: classes/hooks/class-hook-settings-page.php:77
243
+ msgid ""
244
+ "Barry likes contributing to opensource projects and visiting WordCamps and "
245
+ "WordPress meetups. He’s the organizer of the WordPress meetup in Tilburg."
246
+ msgstr "Barry gillar att bidra till opensource-projekt och besöka WordCamps och WordPress-meetups. Han är arrangören bakom WordPress meetup i Tilburg."
247
+
248
+ #: classes/hooks/class-hook-settings-page.php:79
249
+ msgid "You can follow Barry on Twitter <a href='%s'>here</a>."
250
+ msgstr "Följ Barry på Twitter <a href='%s'>här</a>."
251
+
252
+ #: classes/hooks/class-hook-settings-page.php:105
253
+ msgid "General"
254
+ msgstr "Allmänt"
255
+
256
+ #: classes/hooks/class-hook-settings-page.php:125
257
+ msgid "Installer"
258
+ msgstr "Installer"
259
+
260
+ #: classes/hooks/class-hook-settings-page.php:147
261
+ msgid "Post Type"
262
+ msgstr "Posttyp"
263
+
264
+ #: classes/meta-boxes/class-meta-box-manage.php:80
265
+ msgid "Add Related Posts"
266
+ msgstr "Lägg till relaterat inlägg"
267
+
268
+ #: classes/meta-boxes/class-meta-box-manage.php:103
269
+ #: classes/meta-boxes/class-meta-box-manage.php:104
270
+ msgid "Edit Post"
271
+ msgstr "Redigera inlägg"
272
+
273
+ #: classes/meta-boxes/class-meta-box-manage.php:106
274
+ #: classes/meta-boxes/class-meta-box-manage.php:107
275
+ msgid "Unlink Related Post"
276
+ msgstr "Ta bort länken för det relaterade inlägget"
277
+
278
+ #: classes/meta-boxes/class-meta-box-manage.php:120
279
+ msgid "No related posts found."
280
+ msgstr "Inga relaterade inlägg hittades"
281
+
282
+ #: classes/settings/class-settings-general.php:18
283
+ msgid "General settings for %s"
284
+ msgstr "Generella inställningar för %s"
285
+
286
+ #: classes/settings/class-settings-general.php:24
287
+ msgid "Automatic %ss linking"
288
+ msgstr "Automatisk %ss länkning"
289
+
290
+ #: classes/settings/class-settings-general.php:25
291
+ msgid ""
292
+ "The following options affect how related posts are automatically linked for "
293
+ "%ss."
294
+ msgstr "Följande alternativ påverkar hur relaterade inlägg automatiskt länkas för %ss."
295
+
296
+ #: classes/settings/class-settings-general.php:29
297
+ msgid "Enable"
298
+ msgstr "Aktivera"
299
+
300
+ #: classes/settings/class-settings-general.php:30
301
+ msgid "Checking this will enable automatically linking posts to new %ss"
302
+ msgstr "Kryssa i den här för att automatiskt länka inlägg till nya %ss"
303
+
304
+ #: classes/settings/class-settings-general.php:36
305
+ msgid "Amount of Posts"
306
+ msgstr "Antal inlägg"
307
+
308
+ #: classes/settings/class-settings-general.php:37
309
+ msgid "The amount of automatically linked %ss"
310
+ msgstr "Antalet automatiskt länkade %ss"
311
+
312
+ #: classes/settings/class-settings-general.php:44
313
+ msgid "Frontend Settings"
314
+ msgstr "Frontend-inställningar"
315
+
316
+ #: classes/settings/class-settings-general.php:45
317
+ msgid ""
318
+ "The following options affect how related %ss are displayed on the frontend."
319
+ msgstr "Följande alternativ påverkar hur relaterade %ss visas i frontend."
320
+
321
+ #: classes/settings/class-settings-general.php:49
322
+ msgid "Heading text"
323
+ msgstr "Rubriktext"
324
+
325
+ #: classes/settings/class-settings-general.php:50
326
+ msgid ""
327
+ "The text that is displayed above the related %ss. To disable, leave field "
328
+ "empty."
329
+ msgstr "Texten som visas ovanför relaterade %ss. Lämna tomt för att avaktivera."
330
+
331
+ #: classes/settings/class-settings-general.php:56
332
+ msgid "Excerpt length"
333
+ msgstr "Utdragslängd"
334
+
335
+ #: classes/settings/class-settings-general.php:57
336
+ msgid ""
337
+ "The amount of words to be displayed below the title on website. To disable, "
338
+ "set value to 0."
339
+ msgstr "Antalet ord som visas under rubriken på webbplatsen. Sätt värdet till 0 för att avaktivera."
340
+
341
+ #: classes/settings/class-settings-general.php:63
342
+ msgid "Display Image"
343
+ msgstr "Visa bild"
344
+
345
+ #: classes/settings/class-settings-general.php:64
346
+ msgid "Checking this will enable displaying featured images of related %ss."
347
+ msgstr "Kryssa i den här för att aktivera utvalda bilder för relaterade %ss."
348
+
349
+ #: classes/settings/class-settings-misc.php:18
350
+ msgid "Misc"
351
+ msgstr "Övrigt"
352
+
353
+ #: classes/settings/class-settings-misc.php:31
354
+ msgid "Miscellaneous Settings"
355
+ msgstr "Övriga inställningar"
356
+
357
+ #: classes/settings/class-settings-misc.php:32
358
+ msgid "A shelter for options that just don't fit in."
359
+ msgstr "En tillflykt för inställningar som helt enkelt inte passar in."
360
+
361
+ #: classes/settings/class-settings-misc.php:36
362
+ #: classes/settings/class-settings-weight.php:26
363
+ msgid "Remove Data on Uninstall?"
364
+ msgstr "Avlägsna data vid avinstallation?"
365
+
366
+ #: classes/settings/class-settings-misc.php:37
367
+ #: classes/settings/class-settings-weight.php:27
368
+ msgid ""
369
+ "Check this box if you would like to completely remove all of its data when "
370
+ "the plugin is deleted."
371
+ msgstr "Kryssa i den här rutan om du vill avlägsna all data i samband med att pluginet raderas."
372
+
373
+ #: classes/settings/class-settings-themes.php:18
374
+ msgid "Styling"
375
+ msgstr "Styling"
376
+
377
+ #: classes/settings/class-settings-themes.php:31
378
+ msgid "Styling settings"
379
+ msgstr "Styling-inställningar"
380
+
381
+ #: classes/settings/class-settings-themes.php:32
382
+ msgid "All settings related to frontend style your related posts."
383
+ msgstr "Alla inställningar relaterade till frontend style för dina relaterade inlägg."
384
+
385
+ #: classes/settings/class-settings-themes.php:36
386
+ msgid "Themes"
387
+ msgstr "Teman"
388
+
389
+ #: classes/settings/class-settings-themes.php:37
390
+ msgid ""
391
+ "Select one of the CSS themes above to display your related posts the way you"
392
+ " like to."
393
+ msgstr "Välj ett CSS-tema ovan för att visa dina relaterade inlägg på det sätt du vill ha det."
394
+
395
+ #: classes/settings/class-settings-themes.php:43
396
+ msgid "Custom CSS"
397
+ msgstr "Egen CSS"
398
+
399
+ #: classes/settings/class-settings-themes.php:44
400
+ msgid ""
401
+ "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
402
+ "error here will break frontend display. To disable, leave field empty."
403
+ msgstr "Lägg till egen CSS till det valda temat. Varning! Detta är en avancerad funktion! Ett fel här kan förstöra designen i frontend. Lämna tomt för att avaktivera."
404
+
405
+ #: classes/settings/class-settings-weight.php:21
406
+ msgid "Post Types"
407
+ msgstr "Posttyper"
408
+
409
+ #: classes/settings/class-settings-weight.php:22
410
+ msgid "Check the post."
411
+ msgstr "Markera inlägget."
412
+
413
+ #: classes/themes/class-theme-column-one.php:13
414
+ msgid "One related post item per row."
415
+ msgstr "Ett relaterad inlägg per rad."
416
+
417
+ #: classes/themes/class-theme-column-three.php:13
418
+ msgid "Three related post items per row."
419
+ msgstr "Tre relaterade inlägg per rad."
420
+
421
+ #: classes/themes/class-theme-column-two.php:13
422
+ msgid "Two related post items per row."
423
+ msgstr "Två relaterade inlägg per rad."
424
+
425
+ #: includes/updater/class-wpjm-updater.php:245
426
+ msgid "Hide notice"
427
+ msgstr "Dölj meddelande"
428
+
429
+ #: includes/updater/class-wpjm-updater.php:284
430
+ msgid "Licence"
431
+ msgstr "Licens"
432
+
433
+ #: includes/updater/class-wpjm-updater.php:287
434
+ msgid ""
435
+ "Enter your licence key and email and hit return. A valid key is required for"
436
+ " automatic updates."
437
+ msgstr "Ange din licensnyckel och e-postadress och klicka på return. En giltig licensnyckel krävs för automatiska uppdateringar."
438
+
439
+ #. Plugin Name of the plugin/theme
440
+ msgid "Related Posts for WordPress Premium"
441
+ msgstr "Related Posts for WordPress Premium"
442
+
443
+ #. Plugin URI of the plugin/theme
444
+ msgid "http://www.relatedpostsforwp.com/"
445
+ msgstr "http://www.relatedpostsforwp.com/"
446
+
447
+ #. Description of the plugin/theme
448
+ msgid "The best way to display related posts in WordPress."
449
+ msgstr "Det bästa sättet att visa relaterade inlägg i WordPress."
450
+
451
+ #. Author of the plugin/theme
452
+ msgid "Barry Kooij"
453
+ msgstr "Barry Kooij"
454
+
455
+ #. Author URI of the plugin/theme
456
+ msgid "http://www.barrykooij.com/"
457
+ msgstr "http://www.barrykooij.com/"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.relatedpostsforwp.com/
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.0
7
- Stable tag: 1.7.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -107,6 +107,11 @@ There is one custom table created for the post cache, this table will however no
107
 
108
  == Changelog ==
109
 
 
 
 
 
 
110
  = 1.7.1: October 17, 2014 =
111
  * Fixed a bug with manually creating links.
112
 
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.0
7
+ Stable tag: 1.7.2
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
107
 
108
  == Changelog ==
109
 
110
+ = 1.7.2: October 27, 2014 =
111
+ * Fixed a bug where permission were checked to soon.
112
+ * Removed an unused query var.
113
+ * Updated Dutch, German, Serbian, Swedish.
114
+
115
  = 1.7.1: October 17, 2014 =
116
  * Fixed a bug with manually creating links.
117
 
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.7.1
7
  Author: Barry Kooij
8
  Author URI: http://www.barrykooij.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: 1.7.2
7
  Author: Barry Kooij
8
  Author URI: http://www.barrykooij.com/
9
  License: GPL v3