Contextual Related Posts - Version 1.8.3

Version Description

  • New widget support; performance improvements; use the excerpt; exclude posts / pages by page id.

=

Download this release

Release Info

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

Code changes from version 1.8.2 to 1.8.3

admin.inc.php CHANGED
@@ -132,9 +132,9 @@ function crp_options() {
132
  <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fajaydsouzacom&amp;width=292&amp;height=62&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=true&amp;appId=113175385243" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>
133
  </div>
134
  <div class="side-widget">
135
- <span class="title"><?php _e('Quick links') ?></span>
136
  <ul>
137
- <li><a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/"><?php _e('Contextual Related Posts ');_e('plugin page',CRP_LOCAL_NAME) ?></a></li>
138
  <li><a href="http://ajaydsouza.com/wordpress/plugins/"><?php _e('Other plugins',CRP_LOCAL_NAME) ?></a></li>
139
  <li><a href="http://ajaydsouza.com/"><?php _e('Ajay\'s blog',CRP_LOCAL_NAME) ?></a></li>
140
  <li><a href="http://wordpress.org/support/plugin/contextual-related-posts"><?php _e('Support',CRP_LOCAL_NAME) ?></a></li>
132
  <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fajaydsouzacom&amp;width=292&amp;height=62&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=true&amp;appId=113175385243" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>
133
  </div>
134
  <div class="side-widget">
135
+ <span class="title"><?php _e('Quick Links',CRP_LOCAL_NAME) ?></span>
136
  <ul>
137
+ <li><a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/"><?php _e('Contextual Related Posts plugin page',CRP_LOCAL_NAME) ?></a></li>
138
  <li><a href="http://ajaydsouza.com/wordpress/plugins/"><?php _e('Other plugins',CRP_LOCAL_NAME) ?></a></li>
139
  <li><a href="http://ajaydsouza.com/"><?php _e('Ajay\'s blog',CRP_LOCAL_NAME) ?></a></li>
140
  <li><a href="http://wordpress.org/support/plugin/contextual-related-posts"><?php _e('Support',CRP_LOCAL_NAME) ?></a></li>
contextual-related-posts.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Contextual Related Posts
4
- Version: 1.8.2
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/
6
  Description: Displaying a set of related posts on your website or in your feed. Increase reader retention and reduce bounce rates
7
  Author: Ajay D'Souza
@@ -178,7 +178,7 @@ function ald_crp_content($content) {
178
  add_filter('the_content', 'ald_crp_content');
179
 
180
  function echo_ald_crp() {
181
- echo get_crp(FALSE);
182
  }
183
 
184
  // Create a Wordpress Widget for CRP
1
  <?php
2
  /*
3
  Plugin Name: Contextual Related Posts
4
+ Version: 1.8.3
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/
6
  Description: Displaying a set of related posts on your website or in your feed. Increase reader retention and reduce bounce rates
7
  Author: Ajay D'Souza
178
  add_filter('the_content', 'ald_crp_content');
179
 
180
  function echo_ald_crp() {
181
+ echo ald_crp('is_widget=0');
182
  }
183
 
184
  // Create a Wordpress Widget for CRP
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: 2012-06-16 11:23-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"
@@ -43,18 +43,14 @@ msgid "Send your donation to the author of"
43
  msgstr ""
44
 
45
  #: admin.inc.php:135
46
- msgid "Quick links"
47
  msgstr ""
48
 
49
  #: admin.inc.php:137
50
  #, fuzzy
51
- msgid "Contextual Related Posts "
52
  msgstr "Related Posts (Lignende indlæg)"
53
 
54
- #: admin.inc.php:137
55
- msgid "plugin page"
56
- msgstr ""
57
-
58
  #: admin.inc.php:138
59
  msgid "Other plugins"
60
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts 1.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-06-17 09:19-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"
43
  msgstr ""
44
 
45
  #: admin.inc.php:135
46
+ msgid "Quick Links"
47
  msgstr ""
48
 
49
  #: admin.inc.php:137
50
  #, fuzzy
51
+ msgid "Contextual Related Posts plugin page"
52
  msgstr "Related Posts (Lignende indlæg)"
53
 
 
 
 
 
54
  #: admin.inc.php:138
55
  msgid "Other plugins"
56
  msgstr ""
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: 2012-06-16 11:22-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
@@ -39,17 +39,15 @@ msgid "Send your donation to the author of"
39
  msgstr "Schicken Sie eine Spende an den Autor von"
40
 
41
  #: admin.inc.php:135
42
- msgid "Quick links"
 
43
  msgstr "Links"
44
 
45
  #: admin.inc.php:137
46
- msgid "Contextual Related Posts "
 
47
  msgstr "Contextual Related Posts "
48
 
49
- #: admin.inc.php:137
50
- msgid "plugin page"
51
- msgstr "Plugin-Seite"
52
-
53
  #: admin.inc.php:138
54
  msgid "Other plugins"
55
  msgstr "Weitere Plugins"
@@ -378,6 +376,9 @@ msgstr "Einstellungen"
378
  msgid "Donate"
379
  msgstr "Spenden"
380
 
 
 
 
381
  #~ msgid "Exclude Pages in Related Posts"
382
  #~ msgstr "Statische Seiten in ähnlichen Beiträgen ausschließen"
383
 
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-06-17 09:19-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
39
  msgstr "Schicken Sie eine Spende an den Autor von"
40
 
41
  #: admin.inc.php:135
42
+ #, fuzzy
43
+ msgid "Quick Links"
44
  msgstr "Links"
45
 
46
  #: admin.inc.php:137
47
+ #, fuzzy
48
+ msgid "Contextual Related Posts plugin page"
49
  msgstr "Contextual Related Posts "
50
 
 
 
 
 
51
  #: admin.inc.php:138
52
  msgid "Other plugins"
53
  msgstr "Weitere Plugins"
376
  msgid "Donate"
377
  msgstr "Spenden"
378
 
379
+ #~ msgid "plugin page"
380
+ #~ msgstr "Plugin-Seite"
381
+
382
  #~ msgid "Exclude Pages in Related Posts"
383
  #~ msgstr "Statische Seiten in ähnlichen Beiträgen ausschließen"
384
 
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: 2012-06-16 11:21-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
@@ -39,15 +39,11 @@ msgid "Send your donation to the author of"
39
  msgstr ""
40
 
41
  #: admin.inc.php:135
42
- msgid "Quick links"
43
  msgstr ""
44
 
45
  #: admin.inc.php:137
46
- msgid "Contextual Related Posts "
47
- msgstr ""
48
-
49
- #: admin.inc.php:137
50
- msgid "plugin page"
51
  msgstr ""
52
 
53
  #: admin.inc.php:138
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-06-17 09:18-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
39
  msgstr ""
40
 
41
  #: admin.inc.php:135
42
+ msgid "Quick Links"
43
  msgstr ""
44
 
45
  #: admin.inc.php:137
46
+ msgid "Contextual Related Posts plugin page"
 
 
 
 
47
  msgstr ""
48
 
49
  #: admin.inc.php:138
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: 2012-06-16 11:21-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
@@ -39,15 +39,11 @@ msgid "Send your donation to the author of"
39
  msgstr ""
40
 
41
  #: admin.inc.php:135
42
- msgid "Quick links"
43
  msgstr ""
44
 
45
  #: admin.inc.php:137
46
- msgid "Contextual Related Posts "
47
- msgstr ""
48
-
49
- #: admin.inc.php:137
50
- msgid "plugin page"
51
  msgstr ""
52
 
53
  #: admin.inc.php:138
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-06-17 09:18-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
39
  msgstr ""
40
 
41
  #: admin.inc.php:135
42
+ msgid "Quick Links"
43
  msgstr ""
44
 
45
  #: admin.inc.php:137
46
+ msgid "Contextual Related Posts plugin page"
 
 
 
 
47
  msgstr ""
48
 
49
  #: admin.inc.php:138
languages/crp-es_ES.mo CHANGED
Binary file
languages/crp-es_ES.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: 2012-06-16 11:23-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: \n"
@@ -40,17 +40,15 @@ msgid "Send your donation to the author of"
40
  msgstr "Enviar tu donación al autor de"
41
 
42
  #: admin.inc.php:135
43
- msgid "Quick links"
 
44
  msgstr "Links rápidos"
45
 
46
  #: admin.inc.php:137
47
- msgid "Contextual Related Posts "
 
48
  msgstr "Posts relacionados contextualmente"
49
 
50
- #: admin.inc.php:137
51
- msgid "plugin page"
52
- msgstr "sitio del plugin"
53
-
54
  #: admin.inc.php:138
55
  msgid "Other plugins"
56
  msgstr "Otros plugins"
@@ -379,6 +377,9 @@ msgstr "Opciones"
379
  msgid "Donate"
380
  msgstr "Donar"
381
 
 
 
 
382
  #~ msgid "Exclude Pages in Related Posts"
383
  #~ msgstr "Excluir Post Relacionados de las Páginas"
384
 
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-06-17 09:19-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: \n"
40
  msgstr "Enviar tu donación al autor de"
41
 
42
  #: admin.inc.php:135
43
+ #, fuzzy
44
+ msgid "Quick Links"
45
  msgstr "Links rápidos"
46
 
47
  #: admin.inc.php:137
48
+ #, fuzzy
49
+ msgid "Contextual Related Posts plugin page"
50
  msgstr "Posts relacionados contextualmente"
51
 
 
 
 
 
52
  #: admin.inc.php:138
53
  msgid "Other plugins"
54
  msgstr "Otros plugins"
377
  msgid "Donate"
378
  msgstr "Donar"
379
 
380
+ #~ msgid "plugin page"
381
+ #~ msgstr "sitio del plugin"
382
+
383
  #~ msgid "Exclude Pages in Related Posts"
384
  #~ msgstr "Excluir Post Relacionados de las Páginas"
385
 
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: 2012-06-16 11:23-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"
@@ -40,17 +40,15 @@ msgid "Send your donation to the author of"
40
  msgstr "Invia la tua donazione all'autore di"
41
 
42
  #: admin.inc.php:135
43
- msgid "Quick links"
 
44
  msgstr "Collegamenti veloci"
45
 
46
  #: admin.inc.php:137
47
- msgid "Contextual Related Posts "
 
48
  msgstr "Contextual Related Posts "
49
 
50
- #: admin.inc.php:137
51
- msgid "plugin page"
52
- msgstr "pagina plugin"
53
-
54
  #: admin.inc.php:138
55
  msgid "Other plugins"
56
  msgstr "Altri plugin"
@@ -379,6 +377,9 @@ msgstr "Impostazioni"
379
  msgid "Donate"
380
  msgstr "Donazioni"
381
 
 
 
 
382
  #~ msgid "Exclude Pages in Related Posts"
383
  #~ msgstr "Escludi le pagine da Related Posts"
384
 
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-06-17 09:19-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"
40
  msgstr "Invia la tua donazione all'autore di"
41
 
42
  #: admin.inc.php:135
43
+ #, fuzzy
44
+ msgid "Quick Links"
45
  msgstr "Collegamenti veloci"
46
 
47
  #: admin.inc.php:137
48
+ #, fuzzy
49
+ msgid "Contextual Related Posts plugin page"
50
  msgstr "Contextual Related Posts "
51
 
 
 
 
 
52
  #: admin.inc.php:138
53
  msgid "Other plugins"
54
  msgstr "Altri plugin"
377
  msgid "Donate"
378
  msgstr "Donazioni"
379
 
380
+ #~ msgid "plugin page"
381
+ #~ msgstr "pagina plugin"
382
+
383
  #~ msgid "Exclude Pages in Related Posts"
384
  #~ msgstr "Escludi le pagine da Related Posts"
385
 
languages/crp-nl_NL.mo CHANGED
Binary file
languages/crp-nl_NL.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: 2012-06-16 11:23-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"
@@ -42,17 +42,15 @@ msgid "Send your donation to the author of"
42
  msgstr "Stuur je donatie aan de auteur van"
43
 
44
  #: admin.inc.php:135
45
- msgid "Quick links"
 
46
  msgstr "Quick links"
47
 
48
  #: admin.inc.php:137
49
- msgid "Contextual Related Posts "
 
50
  msgstr "Contextual Related Posts "
51
 
52
- #: admin.inc.php:137
53
- msgid "plugin page"
54
- msgstr "plugin pagina"
55
-
56
  #: admin.inc.php:138
57
  msgid "Other plugins"
58
  msgstr "Andere plugins"
@@ -381,6 +379,9 @@ msgstr "Instellingen"
381
  msgid "Donate"
382
  msgstr "Doneren"
383
 
 
 
 
384
  #~ msgid "Exclude Pages in Related Posts"
385
  #~ msgstr "Uitsluiten Pagina's in Gerelateerde Berichten"
386
 
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-06-17 09:20-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"
42
  msgstr "Stuur je donatie aan de auteur van"
43
 
44
  #: admin.inc.php:135
45
+ #, fuzzy
46
+ msgid "Quick Links"
47
  msgstr "Quick links"
48
 
49
  #: admin.inc.php:137
50
+ #, fuzzy
51
+ msgid "Contextual Related Posts plugin page"
52
  msgstr "Contextual Related Posts "
53
 
 
 
 
 
54
  #: admin.inc.php:138
55
  msgid "Other plugins"
56
  msgstr "Andere plugins"
379
  msgid "Donate"
380
  msgstr "Doneren"
381
 
382
+ #~ msgid "plugin page"
383
+ #~ msgstr "plugin pagina"
384
+
385
  #~ msgid "Exclude Pages in Related Posts"
386
  #~ msgstr "Uitsluiten Pagina's in Gerelateerde Berichten"
387
 
languages/crp-ru_RU.mo CHANGED
Binary file
languages/crp-ru_RU.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: 2012-06-16 11:23-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
@@ -40,17 +40,15 @@ msgid "Send your donation to the author of"
40
  msgstr "Отправить пожертвование автору"
41
 
42
  #: admin.inc.php:135
43
- msgid "Quick links"
 
44
  msgstr "Быстрые ссылки"
45
 
46
  #: admin.inc.php:137
47
- msgid "Contextual Related Posts "
 
48
  msgstr "Контекстные похожие посты"
49
 
50
- #: admin.inc.php:137
51
- msgid "plugin page"
52
- msgstr "Страница плагина"
53
-
54
  #: admin.inc.php:138
55
  msgid "Other plugins"
56
  msgstr "Другие плагины"
@@ -379,6 +377,9 @@ msgstr "Настройки"
379
  msgid "Donate"
380
  msgstr "Пожертвование"
381
 
 
 
 
382
  #~ msgid "Exclude Pages in Related Posts"
383
  #~ msgstr "Исключить страницы в Похожих постах"
384
 
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-06-17 09:19-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: <me@ajaydsouza.com>\n"
40
  msgstr "Отправить пожертвование автору"
41
 
42
  #: admin.inc.php:135
43
+ #, fuzzy
44
+ msgid "Quick Links"
45
  msgstr "Быстрые ссылки"
46
 
47
  #: admin.inc.php:137
48
+ #, fuzzy
49
+ msgid "Contextual Related Posts plugin page"
50
  msgstr "Контекстные похожие посты"
51
 
 
 
 
 
52
  #: admin.inc.php:138
53
  msgid "Other plugins"
54
  msgstr "Другие плагины"
377
  msgid "Donate"
378
  msgstr "Пожертвование"
379
 
380
+ #~ msgid "plugin page"
381
+ #~ msgstr "Страница плагина"
382
+
383
  #~ msgid "Exclude Pages in Related Posts"
384
  #~ msgstr "Исключить страницы в Похожих постах"
385
 
languages/crp-zh_CN.mo CHANGED
Binary file
languages/crp-zh_CN.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: 2012-06-16 11:23-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: \n"
@@ -40,17 +40,15 @@ msgid "Send your donation to the author of"
40
  msgstr "捐赠给作者"
41
 
42
  #: admin.inc.php:135
43
- msgid "Quick links"
44
- msgstr "快速链接"
 
45
 
46
  #: admin.inc.php:137
47
- msgid "Contextual Related Posts "
 
48
  msgstr "相关日志"
49
 
50
- #: admin.inc.php:137
51
- msgid "plugin page"
52
- msgstr "插件页面"
53
-
54
  #: admin.inc.php:138
55
  msgid "Other plugins"
56
  msgstr "其他插件"
@@ -90,7 +88,7 @@ msgstr "在 Windows 上使用 CTRL ,或在 Mac 上使用 COMMAND 进行多选"
90
 
91
  #: admin.inc.php:177
92
  msgid "Find related posts based on content as well as title"
93
- msgstr "根据标题和正文内容索引相关日志"
94
 
95
  #: admin.inc.php:178
96
  msgid "If unchecked, only posts titles are used. (I recommend using a caching plugin if you enable this)"
@@ -98,11 +96,11 @@ msgstr "假如没有勾选此项,则只从标题索引。(推荐已经开启
98
 
99
  #: admin.inc.php:180
100
  msgid "List of post or page IDs to exclude from the results: "
101
- msgstr ""
102
 
103
  #: admin.inc.php:183
104
  msgid "Exclude Categories: "
105
- msgstr "排除分类:"
106
 
107
  #: admin.inc.php:201
108
  msgid "Add related posts to the post content on single posts"
@@ -259,17 +257,15 @@ msgstr "添加自定义 CSS 到 header:"
259
 
260
  #: admin.inc.php:310
261
  msgid "Do not include <code>style</code> tags. Check out the <a href=\"http://wordpress.org/extend/plugins/contextual-related-posts/faq/\">FAQ</a> for available CSS classes to style."
262
- msgstr "不要包含 <code>style</code> 标签。请查看 <a href=\"http://wordpress.org/extend/plugins/contextual-related-posts/faq/\">FAQ</a> 中可用的 CSS classes。"
263
 
264
  #: admin.inc.php:314
265
- #, fuzzy
266
  msgid "Save Options"
267
- msgstr "显示设置"
268
 
269
  #: admin.inc.php:315
270
- #, fuzzy
271
  msgid "Default Options"
272
- msgstr "显示设置"
273
 
274
  #: admin.inc.php:315
275
  msgid "Do you want to set options to Default?"
@@ -277,7 +273,7 @@ msgstr "是否要重置设置?"
277
 
278
  #: admin.inc.php:316
279
  msgid "Recreate Index"
280
- msgstr ""
281
 
282
  #: admin.inc.php:316
283
  msgid "Are you sure you want to recreate the index?"
@@ -285,7 +281,7 @@ msgstr "是否要重建索引?"
285
 
286
  #: admin.inc.php:346
287
  msgid "Contextual Related Posts"
288
- msgstr "Contextual Related Posts 相关日志"
289
 
290
  #: admin.inc.php:346
291
  #: contextual-related-posts.php:190
@@ -298,11 +294,11 @@ msgstr "插件设置页面"
298
 
299
  #: admin.inc.php:360
300
  msgid "Contextual Related Posts plugin has just been installed / upgraded. Please visit the "
301
- msgstr "Contextual Related Posts 已经安装/升级完毕。请访问"
302
 
303
  #: admin.inc.php:360
304
  msgid " to configure."
305
- msgstr "设置插件"
306
 
307
  #: contextual-related-posts.php:146
308
  msgid "Powered by"
@@ -314,45 +310,38 @@ msgid "No related posts found"
314
  msgstr "没有发现相关日志"
315
 
316
  #: contextual-related-posts.php:189
317
- #, fuzzy
318
  msgid "Display Related Posts"
319
- msgstr "显示 \"没有相关日志\""
320
 
321
  #: contextual-related-posts.php:200
322
  msgid "Title"
323
- msgstr ""
324
 
325
  #: contextual-related-posts.php:205
326
  msgid "No. of posts"
327
- msgstr ""
328
 
329
  #: contextual-related-posts.php:209
330
- #, fuzzy
331
  msgid "Thumbnail options"
332
- msgstr "日志缩略图设置:"
333
 
334
  #: contextual-related-posts.php:211
335
- #, fuzzy
336
  msgid "Thumbnails inline, before title"
337
  msgstr "在标题前显示缩略图"
338
 
339
  #: contextual-related-posts.php:212
340
- #, fuzzy
341
  msgid "Thumbnails inline, after title"
342
  msgstr "在标题后显示缩略图"
343
 
344
  #: contextual-related-posts.php:213
345
- #, fuzzy
346
  msgid "Only thumbnails, no text"
347
  msgstr "不显示文本,只显示缩略图"
348
 
349
  #: contextual-related-posts.php:214
350
- #, fuzzy
351
  msgid "No thumbnails, only text."
352
  msgstr "不显示缩略图,只显示文本"
353
 
354
  #: contextual-related-posts.php:219
355
- #, fuzzy
356
  msgid " Show excerpt?"
357
  msgstr "是否显示日志摘要?"
358
 
@@ -368,5 +357,8 @@ msgstr "设置"
368
  msgid "Donate"
369
  msgstr "捐赠"
370
 
 
 
 
371
  #~ msgid "Exclude Pages in Related Posts"
372
  #~ msgstr "在相关日志中排除页面"
2
  msgstr ""
3
  "Project-Id-Version: Contextual Related Posts\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-06-17 09:18-0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
8
  "Language-Team: \n"
40
  msgstr "捐赠给作者"
41
 
42
  #: admin.inc.php:135
43
+ #, fuzzy
44
+ msgid "Quick Links"
45
+ msgstr "快捷链接"
46
 
47
  #: admin.inc.php:137
48
+ #, fuzzy
49
+ msgid "Contextual Related Posts plugin page"
50
  msgstr "相关日志"
51
 
 
 
 
 
52
  #: admin.inc.php:138
53
  msgid "Other plugins"
54
  msgstr "其他插件"
88
 
89
  #: admin.inc.php:177
90
  msgid "Find related posts based on content as well as title"
91
+ msgstr "根据标题和正文内容索引"
92
 
93
  #: admin.inc.php:178
94
  msgid "If unchecked, only posts titles are used. (I recommend using a caching plugin if you enable this)"
96
 
97
  #: admin.inc.php:180
98
  msgid "List of post or page IDs to exclude from the results: "
99
+ msgstr "排除的文章或页面 ID:"
100
 
101
  #: admin.inc.php:183
102
  msgid "Exclude Categories: "
103
+ msgstr "排除的分类 ID:"
104
 
105
  #: admin.inc.php:201
106
  msgid "Add related posts to the post content on single posts"
257
 
258
  #: admin.inc.php:310
259
  msgid "Do not include <code>style</code> tags. Check out the <a href=\"http://wordpress.org/extend/plugins/contextual-related-posts/faq/\">FAQ</a> for available CSS classes to style."
260
+ msgstr "不要使用 <code>style</code> 标签。请查看 <a href=\"http://wordpress.org/extend/plugins/contextual-related-posts/faq/\">FAQ</a> 中可用的 CSS classes。"
261
 
262
  #: admin.inc.php:314
 
263
  msgid "Save Options"
264
+ msgstr "保存设置"
265
 
266
  #: admin.inc.php:315
 
267
  msgid "Default Options"
268
+ msgstr "默认设置"
269
 
270
  #: admin.inc.php:315
271
  msgid "Do you want to set options to Default?"
273
 
274
  #: admin.inc.php:316
275
  msgid "Recreate Index"
276
+ msgstr "重建索引"
277
 
278
  #: admin.inc.php:316
279
  msgid "Are you sure you want to recreate the index?"
281
 
282
  #: admin.inc.php:346
283
  msgid "Contextual Related Posts"
284
+ msgstr "Contextual Related Posts"
285
 
286
  #: admin.inc.php:346
287
  #: contextual-related-posts.php:190
294
 
295
  #: admin.inc.php:360
296
  msgid "Contextual Related Posts plugin has just been installed / upgraded. Please visit the "
297
+ msgstr "Contextual Related Posts 插件已经安装/升级完毕。请访问"
298
 
299
  #: admin.inc.php:360
300
  msgid " to configure."
301
+ msgstr "设置插件。"
302
 
303
  #: contextual-related-posts.php:146
304
  msgid "Powered by"
310
  msgstr "没有发现相关日志"
311
 
312
  #: contextual-related-posts.php:189
 
313
  msgid "Display Related Posts"
314
+ msgstr "显示相关日志"
315
 
316
  #: contextual-related-posts.php:200
317
  msgid "Title"
318
+ msgstr "标题"
319
 
320
  #: contextual-related-posts.php:205
321
  msgid "No. of posts"
322
+ msgstr "日志数量"
323
 
324
  #: contextual-related-posts.php:209
 
325
  msgid "Thumbnail options"
326
+ msgstr "缩略图设置:"
327
 
328
  #: contextual-related-posts.php:211
 
329
  msgid "Thumbnails inline, before title"
330
  msgstr "在标题前显示缩略图"
331
 
332
  #: contextual-related-posts.php:212
 
333
  msgid "Thumbnails inline, after title"
334
  msgstr "在标题后显示缩略图"
335
 
336
  #: contextual-related-posts.php:213
 
337
  msgid "Only thumbnails, no text"
338
  msgstr "不显示文本,只显示缩略图"
339
 
340
  #: contextual-related-posts.php:214
 
341
  msgid "No thumbnails, only text."
342
  msgstr "不显示缩略图,只显示文本"
343
 
344
  #: contextual-related-posts.php:219
 
345
  msgid " Show excerpt?"
346
  msgstr "是否显示日志摘要?"
347
 
357
  msgid "Donate"
358
  msgstr "捐赠"
359
 
360
+ #~ msgid "plugin page"
361
+ #~ msgstr "插件页面"
362
+
363
  #~ msgid "Exclude Pages in Related Posts"
364
  #~ msgstr "在相关日志中排除页面"
readme.txt CHANGED
@@ -35,14 +35,18 @@ The list is based on the content of the title and/or content of the posts which
35
 
36
  == Upgrade Notice ==
37
 
38
- = 1.8.2 =
39
  * New widget support; performance improvements; use the excerpt; exclude posts / pages by page id.
40
 
41
 
42
  == Changelog ==
43
 
 
 
 
 
44
  = 1.8.2 =
45
- * Fixed: PHP warning error
46
 
47
  = 1.8.1 =
48
  * Added: Widget support. Widget display follows the same settings as having the related posts after content.
35
 
36
  == Upgrade Notice ==
37
 
38
+ = 1.8.3 =
39
  * New widget support; performance improvements; use the excerpt; exclude posts / pages by page id.
40
 
41
 
42
  == Changelog ==
43
 
44
+ = 1.8.3 =
45
+ * Fixed: PHP warning errors on manual code for sites with PHP error reporting turn on in strict mode
46
+ * Modified: Fixed some language related issues. If you would like to translate the plugin or update a translation, please <a href="http://ajaydsouza.com/contact/">contact me</a>.
47
+
48
  = 1.8.2 =
49
+ * Fixed: PHP warning errors for sites with PHP error reporting turn on in strict mode
50
 
51
  = 1.8.1 =
52
  * Added: Widget support. Widget display follows the same settings as having the related posts after content.