Contextual Related Posts - Version 1.6.5

Version Description

  • Fixed: Few code tweaks to optimise MySQL performance
  • Added: Dutch and Spanish language files
Download this release

Release Info

Developer Ajay
Plugin Icon 128x128 Contextual Related Posts
Version 1.6.5
Comparing to
See all releases

Code changes from version 1.6.4 to 1.6.5

contextual-related-posts.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Contextual Related Posts
4
- Version: 1.6.4
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/
6
  Description: Show user defined number of contextually related posts. Based on the plugin by <a href="http://weblogtoolscollection.com">Mark Ghosh</a>. <a href="options-general.php?page=crp_options">Configure...</a>
7
  Author: Ajay D'Souza
@@ -61,15 +61,14 @@ function ald_crp() {
61
 
62
 
63
  if ((is_int($post->ID))&&($stuff != '')) {
64
- $sql = "SELECT DISTINCT ID,post_title,post_date,post_content,"
65
- . "MATCH(post_title,post_content) AGAINST ('".$stuff."') AS score "
66
  . "FROM ".$wpdb->posts." WHERE "
67
  . "MATCH (post_title,post_content) AGAINST ('".$stuff."') "
68
  . "AND post_date <= '".$now."' "
69
  . "AND post_status = 'publish' "
70
  . "AND id != ".$post->ID." ";
71
  if ($crp_settings['exclude_pages']) $sql .= "AND post_type = 'post' ";
72
- $sql .= "ORDER BY score DESC ";
73
 
74
  $search_counter = 0;
75
  $searches = $wpdb->get_results($sql);
@@ -100,7 +99,7 @@ function ald_crp() {
100
  } else {
101
  $postimage = get_post_meta($search->ID, $crp_settings[thumb_meta], true);
102
  if ((!$postimage)&&($crp_settings['scan_images'])) {
103
- preg_match_all( '|<img.*?src=[\'"](.*?)[\'"].*?>|i', $search->post_content, $matches );
104
  // any image there?
105
  if( isset( $matches ) && $matches[1][0] ) {
106
  $postimage = $matches[1][0]; // we need the first one only!
@@ -115,7 +114,7 @@ function ald_crp() {
115
  $output .= '<a href="'.get_permalink($search->ID).'" rel="bookmark" class="crp_title">'.$title.'</a>';
116
  }
117
  if ($crp_settings['show_excerpt']) {
118
- $output .= '<span class="crp_excerpt"> '.crp_excerpt($search->post_content,$crp_settings['excerpt_length']).'</span>';
119
  }
120
  $output .= $crp_settings['after_list_item'];
121
  $search_counter++;
@@ -234,7 +233,8 @@ if (function_exists('register_activation_hook')) {
234
  register_activation_hook(__FILE__,'ald_crp_activate');
235
  }
236
 
237
- function crp_excerpt($content,$excerpt_length){
 
238
  $out = strip_tags($content);
239
  $blah = explode(' ',$out);
240
  if (!$excerpt_length) $excerpt_length = 10;
1
  <?php
2
  /*
3
  Plugin Name: Contextual Related Posts
4
+ Version: 1.6.5
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/
6
  Description: Show user defined number of contextually related posts. Based on the plugin by <a href="http://weblogtoolscollection.com">Mark Ghosh</a>. <a href="options-general.php?page=crp_options">Configure...</a>
7
  Author: Ajay D'Souza
61
 
62
 
63
  if ((is_int($post->ID))&&($stuff != '')) {
64
+ $sql = "SELECT DISTINCT ID,post_title,post_date "
 
65
  . "FROM ".$wpdb->posts." WHERE "
66
  . "MATCH (post_title,post_content) AGAINST ('".$stuff."') "
67
  . "AND post_date <= '".$now."' "
68
  . "AND post_status = 'publish' "
69
  . "AND id != ".$post->ID." ";
70
  if ($crp_settings['exclude_pages']) $sql .= "AND post_type = 'post' ";
71
+ $sql .= "LIMIT ".$limit*3;
72
 
73
  $search_counter = 0;
74
  $searches = $wpdb->get_results($sql);
99
  } else {
100
  $postimage = get_post_meta($search->ID, $crp_settings[thumb_meta], true);
101
  if ((!$postimage)&&($crp_settings['scan_images'])) {
102
+ preg_match_all( '|<img.*?src=[\'"](.*?)[\'"].*?>|i', get_post($search->ID)->post_content, $matches );
103
  // any image there?
104
  if( isset( $matches ) && $matches[1][0] ) {
105
  $postimage = $matches[1][0]; // we need the first one only!
114
  $output .= '<a href="'.get_permalink($search->ID).'" rel="bookmark" class="crp_title">'.$title.'</a>';
115
  }
116
  if ($crp_settings['show_excerpt']) {
117
+ $output .= '<span class="crp_excerpt"> '.crp_excerpt($search->ID,$crp_settings['excerpt_length']).'</span>';
118
  }
119
  $output .= $crp_settings['after_list_item'];
120
  $search_counter++;
233
  register_activation_hook(__FILE__,'ald_crp_activate');
234
  }
235
 
236
+ function crp_excerpt($id,$excerpt_length){
237
+ $content = get_post($id)->post_content;
238
  $out = strip_tags($content);
239
  $blah = explode(' ',$out);
240
  if (!$excerpt_length) $excerpt_length = 10;
languages/crp-da_DK.mo CHANGED
Binary file
languages/crp-da_DK.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts 1.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-02-20 11:50+0530\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
@@ -217,28 +217,28 @@ msgstr "Related Posts (Lignende indlæg)"
217
  msgid "Related Posts"
218
  msgstr "Related Posts (Lignende indlæg)"
219
 
220
- #: contextual-related-posts.php:127
221
  msgid "Powered by"
222
  msgstr ""
223
 
224
- #: contextual-related-posts.php:132
225
- #: contextual-related-posts.php:136
226
  msgid "No related posts found"
227
  msgstr "Ingen lignende indlæg fundet"
228
 
229
- #: contextual-related-posts.php:169
230
  msgid "<h3>Related Posts:</h3>"
231
  msgstr "<h3>Lignende indlæg:</h3>"
232
 
233
- #: contextual-related-posts.php:267
234
  msgid "Settings"
235
  msgstr "Opsætning"
236
 
237
- #: contextual-related-posts.php:268
238
  msgid "Support"
239
  msgstr "Support"
240
 
241
- #: contextual-related-posts.php:269
242
  msgid "Donate"
243
  msgstr "Donation"
244
 
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts 1.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-10-07 18:40-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
217
  msgid "Related Posts"
218
  msgstr "Related Posts (Lignende indlæg)"
219
 
220
+ #: contextual-related-posts.php:126
221
  msgid "Powered by"
222
  msgstr ""
223
 
224
+ #: contextual-related-posts.php:131
225
+ #: contextual-related-posts.php:135
226
  msgid "No related posts found"
227
  msgstr "Ingen lignende indlæg fundet"
228
 
229
+ #: contextual-related-posts.php:168
230
  msgid "<h3>Related Posts:</h3>"
231
  msgstr "<h3>Lignende indlæg:</h3>"
232
 
233
+ #: contextual-related-posts.php:268
234
  msgid "Settings"
235
  msgstr "Opsætning"
236
 
237
+ #: contextual-related-posts.php:269
238
  msgid "Support"
239
  msgstr "Support"
240
 
241
+ #: contextual-related-posts.php:270
242
  msgid "Donate"
243
  msgstr "Donation"
244
 
languages/crp-de_DE.mo CHANGED
Binary file
languages/crp-de_DE.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-02-20 11:50+0530\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
@@ -210,28 +210,28 @@ msgstr "Contextual Related Posts"
210
  msgid "Related Posts"
211
  msgstr "Related Posts"
212
 
213
- #: contextual-related-posts.php:127
214
  msgid "Powered by"
215
  msgstr "Powered by"
216
 
217
- #: contextual-related-posts.php:132
218
- #: contextual-related-posts.php:136
219
  msgid "No related posts found"
220
  msgstr "Keine ähnlichen Beiträge gefunden"
221
 
222
- #: contextual-related-posts.php:169
223
  msgid "<h3>Related Posts:</h3>"
224
  msgstr "<h3>Ähnliche Beiträge:</h3>"
225
 
226
- #: contextual-related-posts.php:267
227
  msgid "Settings"
228
  msgstr "Einstellungen"
229
 
230
- #: contextual-related-posts.php:268
231
  msgid "Support"
232
  msgstr "Support"
233
 
234
- #: contextual-related-posts.php:269
235
  msgid "Donate"
236
  msgstr "Spenden"
237
 
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-10-07 18:40-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
210
  msgid "Related Posts"
211
  msgstr "Related Posts"
212
 
213
+ #: contextual-related-posts.php:126
214
  msgid "Powered by"
215
  msgstr "Powered by"
216
 
217
+ #: contextual-related-posts.php:131
218
+ #: contextual-related-posts.php:135
219
  msgid "No related posts found"
220
  msgstr "Keine ähnlichen Beiträge gefunden"
221
 
222
+ #: contextual-related-posts.php:168
223
  msgid "<h3>Related Posts:</h3>"
224
  msgstr "<h3>Ähnliche Beiträge:</h3>"
225
 
226
+ #: contextual-related-posts.php:268
227
  msgid "Settings"
228
  msgstr "Einstellungen"
229
 
230
+ #: contextual-related-posts.php:269
231
  msgid "Support"
232
  msgstr "Support"
233
 
234
+ #: contextual-related-posts.php:270
235
  msgid "Donate"
236
  msgstr "Spenden"
237
 
languages/crp-en_US.mo CHANGED
Binary file
languages/crp-en_US.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-02-20 11:50+0530\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
@@ -210,28 +210,28 @@ msgstr ""
210
  msgid "Related Posts"
211
  msgstr ""
212
 
213
- #: contextual-related-posts.php:127
214
  msgid "Powered by"
215
  msgstr ""
216
 
217
- #: contextual-related-posts.php:132
218
- #: contextual-related-posts.php:136
219
  msgid "No related posts found"
220
  msgstr ""
221
 
222
- #: contextual-related-posts.php:169
223
  msgid "<h3>Related Posts:</h3>"
224
  msgstr ""
225
 
226
- #: contextual-related-posts.php:267
227
  msgid "Settings"
228
  msgstr ""
229
 
230
- #: contextual-related-posts.php:268
231
  msgid "Support"
232
  msgstr ""
233
 
234
- #: contextual-related-posts.php:269
235
  msgid "Donate"
236
  msgstr ""
237
 
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-10-07 18:40-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
210
  msgid "Related Posts"
211
  msgstr ""
212
 
213
+ #: contextual-related-posts.php:126
214
  msgid "Powered by"
215
  msgstr ""
216
 
217
+ #: contextual-related-posts.php:131
218
+ #: contextual-related-posts.php:135
219
  msgid "No related posts found"
220
  msgstr ""
221
 
222
+ #: contextual-related-posts.php:168
223
  msgid "<h3>Related Posts:</h3>"
224
  msgstr ""
225
 
226
+ #: contextual-related-posts.php:268
227
  msgid "Settings"
228
  msgstr ""
229
 
230
+ #: contextual-related-posts.php:269
231
  msgid "Support"
232
  msgstr ""
233
 
234
+ #: contextual-related-posts.php:270
235
  msgid "Donate"
236
  msgstr ""
237
 
languages/crp-en_US.pot CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-02-20 11:50+0530\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
@@ -210,28 +210,28 @@ msgstr ""
210
  msgid "Related Posts"
211
  msgstr ""
212
 
213
- #: contextual-related-posts.php:127
214
  msgid "Powered by"
215
  msgstr ""
216
 
217
- #: contextual-related-posts.php:132
218
- #: contextual-related-posts.php:136
219
  msgid "No related posts found"
220
  msgstr ""
221
 
222
- #: contextual-related-posts.php:169
223
  msgid "<h3>Related Posts:</h3>"
224
  msgstr ""
225
 
226
- #: contextual-related-posts.php:267
227
  msgid "Settings"
228
  msgstr ""
229
 
230
- #: contextual-related-posts.php:268
231
  msgid "Support"
232
  msgstr ""
233
 
234
- #: contextual-related-posts.php:269
235
  msgid "Donate"
236
  msgstr ""
237
 
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-10-07 18:40-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
210
  msgid "Related Posts"
211
  msgstr ""
212
 
213
+ #: contextual-related-posts.php:126
214
  msgid "Powered by"
215
  msgstr ""
216
 
217
+ #: contextual-related-posts.php:131
218
+ #: contextual-related-posts.php:135
219
  msgid "No related posts found"
220
  msgstr ""
221
 
222
+ #: contextual-related-posts.php:168
223
  msgid "<h3>Related Posts:</h3>"
224
  msgstr ""
225
 
226
+ #: contextual-related-posts.php:268
227
  msgid "Settings"
228
  msgstr ""
229
 
230
+ #: contextual-related-posts.php:269
231
  msgid "Support"
232
  msgstr ""
233
 
234
+ #: contextual-related-posts.php:270
235
  msgid "Donate"
236
  msgstr ""
237
 
languages/crp-es_ES.mo ADDED
Binary file
languages/crp-es_ES.po ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Contextual Related Posts\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-10-07 18:40-0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e;_c;__ngettext\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "X-Poedit-Language: Spanish\n"
15
+ "X-Poedit-Country: SPAIN\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: admin.inc.php:50
19
+ msgid "Options saved successfully."
20
+ msgstr "Opciones guardadas correctament."
21
+
22
+ #: admin.inc.php:59
23
+ msgid "Options set to Default."
24
+ msgstr "Restablecer opciones originales"
25
+
26
+ #: admin.inc.php:74
27
+ msgid "Index recreated"
28
+ msgstr "Recrear el Index"
29
+
30
+ #: admin.inc.php:86
31
+ msgid "Options:"
32
+ msgstr "Opciones:"
33
+
34
+ #: admin.inc.php:91
35
+ msgid "Number of related posts to display: "
36
+ msgstr "Número de posts relacionados a mostrar:"
37
+
38
+ #: admin.inc.php:95
39
+ msgid "Exclude Categories: "
40
+ msgstr "Excluir Categorías:"
41
+
42
+ #: admin.inc.php:113
43
+ msgid "Add related posts to the post content on single posts. <br />If you choose to disable this, please add <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code> to your template file where you want it displayed"
44
+ msgstr "Agregar posts relacionados al contenido en posts únicos. <br />Si eliges desabilitar esto, por favor agrega <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code> a tu archivo de template donde quieras q se muestre"
45
+
46
+ #: admin.inc.php:119
47
+ msgid "Add related posts to pages. <br />If you choose to disable this, please add <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code> to your template file where you want it displayed"
48
+ msgstr "Agregar posts relacionados a páginas. <br />Si eliges desabilitar esto, por favor agrega <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code> a tu archivo de template donde quieras q se muestre"
49
+
50
+ #: admin.inc.php:125
51
+ msgid "Add related posts to feed"
52
+ msgstr "Agregar posts relacionados al feed"
53
+
54
+ #: admin.inc.php:131
55
+ msgid "Find related posts based on content as well as title. If unchecked, only posts titles are used. (I recommend using a caching plugin if you enable this)"
56
+ msgstr "Encuentra posts relacionados basados en el contexto y el título. Si es deseleccionado, solo los títulos serán usados. (Recomiendo usar un plugin de caché si activas esto)"
57
+
58
+ #: admin.inc.php:137
59
+ msgid "Exclude Pages in Related Posts"
60
+ msgstr "Excluir Post Relacionados de las Páginas"
61
+
62
+ #: admin.inc.php:143
63
+ msgid "Append link to this plugin as item. Optional, but would be nice to give me some link love"
64
+ msgstr "Agregar link al creador del plugin. Opcional, pero seria bueno que me dieran algo de enlace de cariño."
65
+
66
+ #: admin.inc.php:147
67
+ msgid "Output Options:"
68
+ msgstr "Opciones de Salida:"
69
+
70
+ #: admin.inc.php:151
71
+ msgid "Title of related posts: "
72
+ msgstr "Título de posts relacionados:"
73
+
74
+ #: admin.inc.php:155
75
+ msgid "When there are no posts, what should be shown?"
76
+ msgstr "Cuando no hay posts, ¿Qué se debe mostrar?"
77
+
78
+ #: admin.inc.php:158
79
+ msgid "Blank Output"
80
+ msgstr "Salida vacía"
81
+
82
+ #: admin.inc.php:162
83
+ msgid "Display \"No Related Posts\""
84
+ msgstr "Mostrar \"Posts No Relacionados\""
85
+
86
+ #: admin.inc.php:168
87
+ msgid "Show post excerpt in list?"
88
+ msgstr "¿Mostrar extracto con los items?"
89
+
90
+ #: admin.inc.php:173
91
+ msgid "Length of excerpt (in words): "
92
+ msgstr "Tamaño del extracto (en palabras):"
93
+
94
+ #: admin.inc.php:177
95
+ msgid "Customize the output:"
96
+ msgstr "Personalizar la salida:"
97
+
98
+ #: admin.inc.php:180
99
+ msgid "HTML to display before the list of posts: "
100
+ msgstr "HTML a mostrar antes de todos los items:"
101
+
102
+ #: admin.inc.php:186
103
+ msgid "HTML to display before each list item: "
104
+ msgstr "HTML a mostrar antes de cada item:"
105
+
106
+ #: admin.inc.php:192
107
+ msgid "HTML to display after each list item: "
108
+ msgstr "HTML a mostrar despues de cada item:"
109
+
110
+ #: admin.inc.php:198
111
+ msgid "HTML to display after the list of posts: "
112
+ msgstr "HTML a mostrar despues de todos los items:"
113
+
114
+ #: admin.inc.php:202
115
+ msgid "Post thumbnail options:"
116
+ msgstr "Opciones de miniaturas en el post:"
117
+
118
+ #: admin.inc.php:206
119
+ msgid "Display thumbnails inline with posts"
120
+ msgstr "Miniaturas en línea con los posts"
121
+
122
+ #: admin.inc.php:210
123
+ msgid "Display only thumbnails, no text"
124
+ msgstr "Solo miniaturas, sin texto"
125
+
126
+ #: admin.inc.php:214
127
+ msgid "Do not display thumbnails, only text."
128
+ msgstr "No mostrar miniaturas, solo texto."
129
+
130
+ #: admin.inc.php:219
131
+ msgid "Post thumbnail meta field (the meta should point contain the image source): "
132
+ msgstr "Campo meta de miniatura del post (debe apuntar al código de la imágen)"
133
+
134
+ #: admin.inc.php:226
135
+ msgid "If the postmeta is not set, then should the plugin extract the first image from the post. This can slow down the loading of your post if the first image in the related posts is large in file-size"
136
+ msgstr "Si el postmeta no está definido, entonces el plugin extrae la primera imágen del post. Esto puede relentizar la carga si la primera imágen es de gran tamaño"
137
+
138
+ #: admin.inc.php:229
139
+ msgid "Thumbnail dimensions:"
140
+ msgstr "Dimensiones miniatura:"
141
+
142
+ #: admin.inc.php:231
143
+ msgid "Max width: "
144
+ msgstr "Ancho máximo:"
145
+
146
+ #: admin.inc.php:236
147
+ msgid "Max height: "
148
+ msgstr "Altura máxima:"
149
+
150
+ #: admin.inc.php:240
151
+ msgid "The plugin will first check if the post contains a thumbnail. If it doesn't then it will check the meta field. If this is not available, then it will show the default image as specified below:"
152
+ msgstr "El plugin primero verificará si el post contiene miniaturas. Si no tiene ninguno verificará el campo meta. Si no está disponible, entonces mostrará la imágen padrón especificada a continuación:"
153
+
154
+ #: admin.inc.php:245
155
+ msgid "Do you want to set options to Default?"
156
+ msgstr "¿Quieres resetear las opciones?"
157
+
158
+ #: admin.inc.php:246
159
+ msgid "Are you sure you want to recreate the index?"
160
+ msgstr "¿Está seguro que quiere recrear el index?"
161
+
162
+ #: admin.inc.php:254
163
+ msgid "Quick links"
164
+ msgstr "Links rápidos"
165
+
166
+ #: admin.inc.php:256
167
+ msgid "Contextual Related Posts "
168
+ msgstr "Posts relacionados contextualmente"
169
+
170
+ #: admin.inc.php:256
171
+ msgid "plugin page"
172
+ msgstr "sitio del plugin"
173
+
174
+ #: admin.inc.php:257
175
+ msgid "Other plugins"
176
+ msgstr "Otros plugins"
177
+
178
+ #: admin.inc.php:258
179
+ msgid "Ajay's blog"
180
+ msgstr ""
181
+
182
+ #: admin.inc.php:259
183
+ msgid "Support forum"
184
+ msgstr "Forum de Soporte"
185
+
186
+ #: admin.inc.php:260
187
+ msgid "Follow @ajaydsouza on Twitter"
188
+ msgstr "Seguir @ajaydsouza en Twitter"
189
+
190
+ #: admin.inc.php:264
191
+ msgid "Recent developments"
192
+ msgstr "Desarrollos recientes"
193
+
194
+ #: admin.inc.php:269
195
+ msgid "Support the development"
196
+ msgstr "Apoya el desarrollo"
197
+
198
+ #: admin.inc.php:277
199
+ msgid "Enter amount in USD: "
200
+ msgstr "Ingresa monto en USD:"
201
+
202
+ #: admin.inc.php:281
203
+ msgid "Send your donation to the author of"
204
+ msgstr "Enviar tu donación al autor de"
205
+
206
+ #: admin.inc.php:309
207
+ msgid "Contextual Related Posts"
208
+ msgstr "Posts Relacionados Contextualmente"
209
+
210
+ #: admin.inc.php:309
211
+ msgid "Related Posts"
212
+ msgstr "Post Relacionados"
213
+
214
+ #: contextual-related-posts.php:126
215
+ msgid "Powered by"
216
+ msgstr "Creado por"
217
+
218
+ #: contextual-related-posts.php:131
219
+ #: contextual-related-posts.php:135
220
+ msgid "No related posts found"
221
+ msgstr "No hay posts relacionados"
222
+
223
+ #: contextual-related-posts.php:168
224
+ msgid "<h3>Related Posts:</h3>"
225
+ msgstr "<h3>Post Relacionados:</h3>"
226
+
227
+ #: contextual-related-posts.php:268
228
+ msgid "Settings"
229
+ msgstr "Opciones"
230
+
231
+ #: contextual-related-posts.php:269
232
+ msgid "Support"
233
+ msgstr "Soporte"
234
+
235
+ #: contextual-related-posts.php:270
236
+ msgid "Donate"
237
+ msgstr "Donar"
238
+
languages/crp-it_IT.mo CHANGED
Binary file
languages/crp-it_IT.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-02-20 11:50+0530\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
@@ -211,28 +211,28 @@ msgstr "Contextual Related Posts"
211
  msgid "Related Posts"
212
  msgstr "Related Posts"
213
 
214
- #: contextual-related-posts.php:127
215
  msgid "Powered by"
216
  msgstr "Powered by"
217
 
218
- #: contextual-related-posts.php:132
219
- #: contextual-related-posts.php:136
220
  msgid "No related posts found"
221
  msgstr "Non é stato trovato alcun articolo correlato"
222
 
223
- #: contextual-related-posts.php:169
224
  msgid "<h3>Related Posts:</h3>"
225
  msgstr "<h3>Related Posts:</h3>"
226
 
227
- #: contextual-related-posts.php:267
228
  msgid "Settings"
229
  msgstr "Impostazioni"
230
 
231
- #: contextual-related-posts.php:268
232
  msgid "Support"
233
  msgstr "Supporto"
234
 
235
- #: contextual-related-posts.php:269
236
  msgid "Donate"
237
  msgstr "Donazioni"
238
 
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-10-07 18:40-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
211
  msgid "Related Posts"
212
  msgstr "Related Posts"
213
 
214
+ #: contextual-related-posts.php:126
215
  msgid "Powered by"
216
  msgstr "Powered by"
217
 
218
+ #: contextual-related-posts.php:131
219
+ #: contextual-related-posts.php:135
220
  msgid "No related posts found"
221
  msgstr "Non é stato trovato alcun articolo correlato"
222
 
223
+ #: contextual-related-posts.php:168
224
  msgid "<h3>Related Posts:</h3>"
225
  msgstr "<h3>Related Posts:</h3>"
226
 
227
+ #: contextual-related-posts.php:268
228
  msgid "Settings"
229
  msgstr "Impostazioni"
230
 
231
+ #: contextual-related-posts.php:269
232
  msgid "Support"
233
  msgstr "Supporto"
234
 
235
+ #: contextual-related-posts.php:270
236
  msgid "Donate"
237
  msgstr "Donazioni"
238
 
languages/crp-nl_NL.mo ADDED
Binary file
languages/crp-nl_NL.po ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Contextual Related Posts\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-10-07 18:40-0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
+ "Language-Team: http://WPwebshop.com <info@wppg.me>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e;_c;__ngettext\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1)\n"
15
+ "X-Poedit-Language: Dutch\n"
16
+ "X-Poedit-Country: NETHERLANDS\n"
17
+ "X-Poedit-SourceCharset: utf-8\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: admin.inc.php:50
21
+ msgid "Options saved successfully."
22
+ msgstr "Opties succesvol opgeslagen."
23
+
24
+ #: admin.inc.php:59
25
+ msgid "Options set to Default."
26
+ msgstr "Opties ingesteld op standaard."
27
+
28
+ #: admin.inc.php:74
29
+ msgid "Index recreated"
30
+ msgstr "Index opnieuw gemaakt"
31
+
32
+ #: admin.inc.php:86
33
+ msgid "Options:"
34
+ msgstr "Opties:"
35
+
36
+ #: admin.inc.php:91
37
+ msgid "Number of related posts to display: "
38
+ msgstr "Aantal weer te geven gerelateerde berichten:"
39
+
40
+ #: admin.inc.php:95
41
+ msgid "Exclude Categories: "
42
+ msgstr "Uitsluiten Categorieën"
43
+
44
+ #: admin.inc.php:113
45
+ msgid "Add related posts to the post content on single posts. <br />If you choose to disable this, please add <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code> to your template file where you want it displayed"
46
+ msgstr "Voeg gerelateerde berichten toe aan de bericht inhoud op enkele pagina's. <br />Wanneer je ervoor kiest om dit uit te zetten moet je de code <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code> toevoegen aan je sjabloon bestand waar je het wilt laten weergeven"
47
+
48
+ #: admin.inc.php:119
49
+ msgid "Add related posts to pages. <br />If you choose to disable this, please add <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code> to your template file where you want it displayed"
50
+ msgstr "Voeg gerelateerde berichten toe aan pagina's. <br />Wanneer je ervoor kiest om dit uit te zetten moet je de code <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code> toevoegen aan je sjabloon bestand waar je het wilt laten weergeven"
51
+
52
+ #: admin.inc.php:125
53
+ msgid "Add related posts to feed"
54
+ msgstr "Voeg gerelateerde berichten toe aan feed"
55
+
56
+ #: admin.inc.php:131
57
+ msgid "Find related posts based on content as well as title. If unchecked, only posts titles are used. (I recommend using a caching plugin if you enable this)"
58
+ msgstr "Vind gerelateerde berichten gebaseerd op zowel content als titel. Indien niet geselecteerd worden er alleen berichttitels gebruikt. (Ik beveel het gebruik van een caching plugin aan wanneer je dit inschakelt)"
59
+
60
+ #: admin.inc.php:137
61
+ msgid "Exclude Pages in Related Posts"
62
+ msgstr "Uitsluiten Pagina's in Gerelateerde Berichten"
63
+
64
+ #: admin.inc.php:143
65
+ msgid "Append link to this plugin as item. Optional, but would be nice to give me some link love"
66
+ msgstr "Voeg een link naar deze plugin als item toe. Optioneel, maar het zou leuk zijn als je me wat linkgenot geeft"
67
+
68
+ #: admin.inc.php:147
69
+ msgid "Output Options:"
70
+ msgstr "Output Opties:"
71
+
72
+ #: admin.inc.php:151
73
+ msgid "Title of related posts: "
74
+ msgstr "Titel van gerelateerde berichten:"
75
+
76
+ #: admin.inc.php:155
77
+ msgid "When there are no posts, what should be shown?"
78
+ msgstr "Wat moet er weergegeven worden wanneer er geen berichten zijn?"
79
+
80
+ #: admin.inc.php:158
81
+ msgid "Blank Output"
82
+ msgstr "Lege Output"
83
+
84
+ #: admin.inc.php:162
85
+ msgid "Display \"No Related Posts\""
86
+ msgstr "Weergave \"Geen Gerelateerde Berichten\""
87
+
88
+ #: admin.inc.php:168
89
+ msgid "Show post excerpt in list?"
90
+ msgstr "Laat bericht uittreksel zien in lijst?"
91
+
92
+ #: admin.inc.php:173
93
+ msgid "Length of excerpt (in words): "
94
+ msgstr "Lengte van uittreksel (in woorden):"
95
+
96
+ #: admin.inc.php:177
97
+ msgid "Customize the output:"
98
+ msgstr "Aanpassen van de output:"
99
+
100
+ #: admin.inc.php:180
101
+ msgid "HTML to display before the list of posts: "
102
+ msgstr "Weer te geven HTML voor de berichtenlijst:"
103
+
104
+ #: admin.inc.php:186
105
+ msgid "HTML to display before each list item: "
106
+ msgstr "Weer te geven HTML voor elk item in de lijst:"
107
+
108
+ #: admin.inc.php:192
109
+ msgid "HTML to display after each list item: "
110
+ msgstr "Weer te geven HTML na elk item in de lijst:"
111
+
112
+ #: admin.inc.php:198
113
+ msgid "HTML to display after the list of posts: "
114
+ msgstr "Weer te geven HTML na de berichtenlijst:"
115
+
116
+ #: admin.inc.php:202
117
+ msgid "Post thumbnail options:"
118
+ msgstr "Berichtopties miniatuurafbeelding:"
119
+
120
+ #: admin.inc.php:206
121
+ msgid "Display thumbnails inline with posts"
122
+ msgstr "Toon miniatuurafbeeldingen inline met berichten"
123
+
124
+ #: admin.inc.php:210
125
+ msgid "Display only thumbnails, no text"
126
+ msgstr "Alleen miniatuurafbeeldingen weergeven, geen tekst"
127
+
128
+ #: admin.inc.php:214
129
+ msgid "Do not display thumbnails, only text."
130
+ msgstr "Geen miniatuurafbeeldingen weergeven, alleen tekst."
131
+
132
+ #: admin.inc.php:219
133
+ msgid "Post thumbnail meta field (the meta should point contain the image source): "
134
+ msgstr "Bericht miniatuurafbeelding metaveld (de meta moet de afbeeldingsbron bevatten):"
135
+
136
+ #: admin.inc.php:226
137
+ msgid "If the postmeta is not set, then should the plugin extract the first image from the post. This can slow down the loading of your post if the first image in the related posts is large in file-size"
138
+ msgstr "Als de postmeta niet is ingesteld moet de plugin de eerste afbeelding van het bericht uitpakken. Dit kan het laden van uw bericht vertragen, indien het eerste beeld in de gerelateerde berichten groot is qua bestandsgrootte"
139
+
140
+ #: admin.inc.php:229
141
+ msgid "Thumbnail dimensions:"
142
+ msgstr "Afmetingen miniatuurafbeelding:"
143
+
144
+ #: admin.inc.php:231
145
+ msgid "Max width: "
146
+ msgstr "Maximale breedte:"
147
+
148
+ #: admin.inc.php:236
149
+ msgid "Max height: "
150
+ msgstr "Maximale hoogte:"
151
+
152
+ #: admin.inc.php:240
153
+ msgid "The plugin will first check if the post contains a thumbnail. If it doesn't then it will check the meta field. If this is not available, then it will show the default image as specified below:"
154
+ msgstr "De plugin zal eerst controleren of het bericht een miniatuurafbeelding bevat, zoniet dan zal de plugin het metaveld controleren. Wanneer het geen miniatuurafbeelding bevat wordt de standaard afbeelding getoond zoals hieronder aangegeven:"
155
+
156
+ #: admin.inc.php:245
157
+ msgid "Do you want to set options to Default?"
158
+ msgstr "Wil je opties terug naar standaard instellen?"
159
+
160
+ #: admin.inc.php:246
161
+ msgid "Are you sure you want to recreate the index?"
162
+ msgstr "Weet je zeker dat je de index opnieuw wilt creeëren?"
163
+
164
+ #: admin.inc.php:254
165
+ msgid "Quick links"
166
+ msgstr "Quick links"
167
+
168
+ #: admin.inc.php:256
169
+ msgid "Contextual Related Posts "
170
+ msgstr "Contextual Related Posts "
171
+
172
+ #: admin.inc.php:256
173
+ msgid "plugin page"
174
+ msgstr "plugin pagina"
175
+
176
+ #: admin.inc.php:257
177
+ msgid "Other plugins"
178
+ msgstr "Andere plugins"
179
+
180
+ #: admin.inc.php:258
181
+ msgid "Ajay's blog"
182
+ msgstr "Ajay's blog"
183
+
184
+ #: admin.inc.php:259
185
+ msgid "Support forum"
186
+ msgstr "Ondersteuningsforum"
187
+
188
+ #: admin.inc.php:260
189
+ msgid "Follow @ajaydsouza on Twitter"
190
+ msgstr "Volg @ajaydsouza via Twitter"
191
+
192
+ #: admin.inc.php:264
193
+ msgid "Recent developments"
194
+ msgstr "Recente ontwikkelingen"
195
+
196
+ #: admin.inc.php:269
197
+ msgid "Support the development"
198
+ msgstr "Ondersteun de ontwikkeling"
199
+
200
+ #: admin.inc.php:277
201
+ msgid "Enter amount in USD: "
202
+ msgstr "Voer het bedrag in USD in:"
203
+
204
+ #: admin.inc.php:281
205
+ msgid "Send your donation to the author of"
206
+ msgstr "Stuur je donatie aan de auteur van"
207
+
208
+ #: admin.inc.php:309
209
+ msgid "Contextual Related Posts"
210
+ msgstr "Contextual Related Posts"
211
+
212
+ #: admin.inc.php:309
213
+ msgid "Related Posts"
214
+ msgstr "Gerelateerde Berichten"
215
+
216
+ #: contextual-related-posts.php:126
217
+ msgid "Powered by"
218
+ msgstr "Powered by"
219
+
220
+ #: contextual-related-posts.php:131
221
+ #: contextual-related-posts.php:135
222
+ msgid "No related posts found"
223
+ msgstr "Geen gerelateerde berichten gevonden"
224
+
225
+ #: contextual-related-posts.php:168
226
+ msgid "<h3>Related Posts:</h3>"
227
+ msgstr "<h3>Gerelateerde Berichten:</h3>"
228
+
229
+ #: contextual-related-posts.php:268
230
+ msgid "Settings"
231
+ msgstr "Instellingen"
232
+
233
+ #: contextual-related-posts.php:269
234
+ msgid "Support"
235
+ msgstr "Ondersteuning"
236
+
237
+ #: contextual-related-posts.php:270
238
+ msgid "Donate"
239
+ msgstr "Doneren"
240
+
languages/crp-ru_RU.mo ADDED
Binary file
languages/crp-ru_RU.po ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Contextual Related Posts\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-11-13 19:16-0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
+ "Language-Team: <me@ajaydsouza.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Russian\n"
13
+ "X-Poedit-KeywordsList: __;_e;_c;__ngettext\n"
14
+ "X-Poedit-Basepath: ../\n"
15
+ "X-Poedit-Country: RUSSIAN FEDERATION\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: admin.inc.php:50
19
+ msgid "Options saved successfully."
20
+ msgstr "Настройки сохранены успешно."
21
+
22
+ #: admin.inc.php:59
23
+ msgid "Options set to Default."
24
+ msgstr "Опции возвращены к стандартным"
25
+
26
+ #: admin.inc.php:74
27
+ msgid "Index recreated"
28
+ msgstr "Индекс воссоздан"
29
+
30
+ #: admin.inc.php:86
31
+ msgid "Options:"
32
+ msgstr "Опции:"
33
+
34
+ #: admin.inc.php:91
35
+ msgid "Number of related posts to display: "
36
+ msgstr "Количество отображаемых похожих постов:"
37
+
38
+ #: admin.inc.php:95
39
+ msgid "Exclude Categories: "
40
+ msgstr "Исключить категории:"
41
+
42
+ #: admin.inc.php:113
43
+ msgid "Add related posts to the post content on single posts. <br />If you choose to disable this, please add <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code> to your template file where you want it displayed"
44
+ msgstr "Добавить связанные посты в содержание поста. Если вы захотите отключить это, пожалуйста, добавьте код: <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code>, в файл шаблона вашего сайта"
45
+
46
+ #: admin.inc.php:119
47
+ msgid "Add related posts to pages. <br />If you choose to disable this, please add <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code> to your template file where you want it displayed"
48
+ msgstr "Показывать связанные посты на страницах. <br />Если вы захотите отключить эту опцию, пожалуйста, добавьте код: <code>&lt;?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?&gt;</code>, в отображаемый шаблон на вашем сайте"
49
+
50
+ #: admin.inc.php:125
51
+ msgid "Add related posts to feed"
52
+ msgstr "Добавить похожие посты в фид"
53
+
54
+ #: admin.inc.php:131
55
+ msgid "Find related posts based on content as well as title. If unchecked, only posts titles are used. (I recommend using a caching plugin if you enable this)"
56
+ msgstr "Найти связанные сообщения в зависимости от содержания и заголовка. Если вы не выберете эту опцию, то для поиска будут использоваться только заголовки сообщений. (Я рекомендую использовать плагин кэширования, если вы включите опцию)"
57
+
58
+ #: admin.inc.php:137
59
+ msgid "Exclude Pages in Related Posts"
60
+ msgstr "Исключить страницы в Похожих постах"
61
+
62
+ #: admin.inc.php:143
63
+ msgid "Append link to this plugin as item. Optional, but would be nice to give me some link love"
64
+ msgstr "Добавить ссылку на этот плагин в качестве пункта. Необязательно, но было бы неплохо, чтобы поддержать разработчика."
65
+
66
+ #: admin.inc.php:147
67
+ msgid "Output Options:"
68
+ msgstr "Опции вывода:"
69
+
70
+ #: admin.inc.php:151
71
+ msgid "Title of related posts: "
72
+ msgstr "Названия связанных постов:"
73
+
74
+ #: admin.inc.php:155
75
+ msgid "When there are no posts, what should be shown?"
76
+ msgstr "Когда нет сообщений, что должно быть показано?"
77
+
78
+ #: admin.inc.php:158
79
+ msgid "Blank Output"
80
+ msgstr "Пустой выход"
81
+
82
+ #: admin.inc.php:162
83
+ msgid "Display \"No Related Posts\""
84
+ msgstr "Показывать \"Нет похожих постов\""
85
+
86
+ #: admin.inc.php:168
87
+ msgid "Show post excerpt in list?"
88
+ msgstr "Показать выдержки из поста в списке?"
89
+
90
+ #: admin.inc.php:173
91
+ msgid "Length of excerpt (in words): "
92
+ msgstr "Длина выдержки (в словах):"
93
+
94
+ #: admin.inc.php:177
95
+ msgid "Customize the output:"
96
+ msgstr "Настройки выхода:"
97
+
98
+ #: admin.inc.php:180
99
+ msgid "HTML to display before the list of posts: "
100
+ msgstr "HTML для показа перед списком сообщений: "
101
+
102
+ #: admin.inc.php:186
103
+ msgid "HTML to display before each list item: "
104
+ msgstr "HTML для показа перед каждым элементом списка: "
105
+
106
+ #: admin.inc.php:192
107
+ msgid "HTML to display after each list item: "
108
+ msgstr "HTML для отображения после каждого элемента списка: "
109
+
110
+ #: admin.inc.php:198
111
+ msgid "HTML to display after the list of posts: "
112
+ msgstr "HTML для отображения после списка сообщений: "
113
+
114
+ #: admin.inc.php:202
115
+ msgid "Post thumbnail options:"
116
+ msgstr "Опции изображения поста:"
117
+
118
+ #: admin.inc.php:206
119
+ msgid "Display thumbnails inline with posts"
120
+ msgstr "Показать эскизы в соответствии с сообщениями"
121
+
122
+ #: admin.inc.php:210
123
+ msgid "Display only thumbnails, no text"
124
+ msgstr "Показывать только изображения, без текста"
125
+
126
+ #: admin.inc.php:214
127
+ msgid "Do not display thumbnails, only text."
128
+ msgstr "Не показывать изображения, только текст"
129
+
130
+ #: admin.inc.php:219
131
+ msgid "Post thumbnail meta field (the meta should point contain the image source): "
132
+ msgstr "Мета-данные изображения поста (они должны содержать источник изображения):"
133
+
134
+ #: admin.inc.php:226
135
+ msgid "If the postmeta is not set, then should the plugin extract the first image from the post. This can slow down the loading of your post if the first image in the related posts is large in file-size"
136
+ msgstr "Если postmeta не установлен, то плагин скачает первое изображение поста. Это может замедлить загрузку сообщения (если изображение слишком велико)"
137
+
138
+ #: admin.inc.php:229
139
+ msgid "Thumbnail dimensions:"
140
+ msgstr "Размеры уменьшенного изображения:"
141
+
142
+ #: admin.inc.php:231
143
+ msgid "Max width: "
144
+ msgstr "Максимальная ширина:"
145
+
146
+ #: admin.inc.php:236
147
+ msgid "Max height: "
148
+ msgstr "Максимальная высота:"
149
+
150
+ #: admin.inc.php:240
151
+ msgid "The plugin will first check if the post contains a thumbnail. If it doesn't then it will check the meta field. If this is not available, then it will show the default image as specified below:"
152
+ msgstr "Плагин сначала проверит, содержит ли пост миниатюры. Если они не обнаружатся, то плагин проверит мета-данные. Если они будут недоступны, то плагин будет показывать изображение по умолчанию, как указано ниже:"
153
+
154
+ #: admin.inc.php:245
155
+ msgid "Do you want to set options to Default?"
156
+ msgstr "Вы хотите задать параметры по умолчанию?"
157
+
158
+ #: admin.inc.php:246
159
+ msgid "Are you sure you want to recreate the index?"
160
+ msgstr "Вы уверены, что хотите воссоздать индекс?"
161
+
162
+ #: admin.inc.php:254
163
+ msgid "Quick links"
164
+ msgstr "Быстрые ссылки"
165
+
166
+ #: admin.inc.php:256
167
+ msgid "Contextual Related Posts "
168
+ msgstr "Контекстные похожие посты"
169
+
170
+ #: admin.inc.php:256
171
+ msgid "plugin page"
172
+ msgstr "Страница плагина"
173
+
174
+ #: admin.inc.php:257
175
+ msgid "Other plugins"
176
+ msgstr "Другие плагины"
177
+
178
+ #: admin.inc.php:258
179
+ msgid "Ajay's blog"
180
+ msgstr "Блог автора (Ajay, английский язык)"
181
+
182
+ #: admin.inc.php:259
183
+ msgid "Support forum"
184
+ msgstr "Форум поддержки"
185
+
186
+ #: admin.inc.php:260
187
+ msgid "Follow @ajaydsouza on Twitter"
188
+ msgstr "Следовать @ajaydsouza на Твиттере"
189
+
190
+ #: admin.inc.php:264
191
+ msgid "Recent developments"
192
+ msgstr "Последние разработки"
193
+
194
+ #: admin.inc.php:269
195
+ msgid "Support the development"
196
+ msgstr "Поддержка развития проекта"
197
+
198
+ #: admin.inc.php:277
199
+ msgid "Enter amount in USD: "
200
+ msgstr "Введите сумму в долларах США:"
201
+
202
+ #: admin.inc.php:281
203
+ msgid "Send your donation to the author of"
204
+ msgstr "Отправить пожертвование автору"
205
+
206
+ #: admin.inc.php:309
207
+ msgid "Contextual Related Posts"
208
+ msgstr "Контекстные похожие посты"
209
+
210
+ #: admin.inc.php:309
211
+ msgid "Related Posts"
212
+ msgstr "Похожие посты"
213
+
214
+ #: contextual-related-posts.php:126
215
+ msgid "Powered by"
216
+ msgstr "Автор:"
217
+
218
+ #: contextual-related-posts.php:131
219
+ #: contextual-related-posts.php:135
220
+ msgid "No related posts found"
221
+ msgstr "Не найдены похожие посты"
222
+
223
+ #: contextual-related-posts.php:168
224
+ msgid "<h3>Related Posts:</h3>"
225
+ msgstr "<h3>Похожие посты:</h3>"
226
+
227
+ #: contextual-related-posts.php:268
228
+ msgid "Settings"
229
+ msgstr "Настройки"
230
+
231
+ #: contextual-related-posts.php:269
232
+ msgid "Support"
233
+ msgstr "Поддержка"
234
+
235
+ #: contextual-related-posts.php:270
236
+ msgid "Donate"
237
+ msgstr "Пожертвование"
238
+
readme.txt CHANGED
@@ -32,6 +32,10 @@ Now, you can choose to exclude posts from certain categories as well as exclude
32
 
33
  == Changelog ==
34
 
 
 
 
 
35
  = 1.6.4 =
36
  * Fixed: Undefined constants PHP errors
37
 
32
 
33
  == Changelog ==
34
 
35
+ = 1.6.5 =
36
+ * Fixed: Few code tweaks to optimise MySQL performance
37
+ * Added: Dutch and Spanish language files
38
+
39
  = 1.6.4 =
40
  * Fixed: Undefined constants PHP errors
41
 
update-info.txt CHANGED
@@ -1 +1,2 @@
1
- * Fixed: Undefined constants PHP errors
 
1
+ * Fixed: Few code tweaks to optimise MySQL performance<br />
2
+ * Added: Dutch and Spanish language files