Version Description
- Fixed: Minor bug fix for location of thumbnail
Download this release
Release Info
Developer | Ajay |
Plugin | Contextual Related Posts |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.7 to 1.7.1
- admin.inc.php +10 -5
- contextual-related-posts.php +1 -1
- languages/crp-da_DK.mo +0 -0
- languages/crp-da_DK.po +23 -17
- languages/crp-de_DE.mo +0 -0
- languages/crp-de_DE.po +23 -17
- languages/crp-en_US.mo +0 -0
- languages/crp-en_US.po +21 -17
- languages/crp-en_US.pot +21 -17
- languages/crp-es_ES.mo +0 -0
- languages/crp-es_ES.po +23 -17
- languages/crp-it_IT.mo +0 -0
- languages/crp-it_IT.po +23 -17
- languages/crp-nl_NL.mo +0 -0
- languages/crp-nl_NL.po +23 -17
- languages/crp-ru_RU.mo +0 -0
- languages/crp-ru_RU.po +23 -17
- readme.txt +6 -0
admin.inc.php
CHANGED
@@ -217,15 +217,20 @@ function crp_options() {
|
|
217 |
<td>
|
218 |
<label>
|
219 |
<input type="radio" name="post_thumb_op" value="inline" id="post_thumb_op_0" <?php if ($crp_settings['post_thumb_op']=='inline') echo 'checked="checked"' ?> />
|
220 |
-
<?php _e('Display thumbnails inline with posts',
|
221 |
<br />
|
222 |
<label>
|
223 |
-
<input type="radio" name="post_thumb_op" value="
|
224 |
-
<?php _e('Display
|
225 |
<br />
|
226 |
<label>
|
227 |
-
<input type="radio" name="post_thumb_op" value="
|
228 |
-
<?php _e('
|
|
|
|
|
|
|
|
|
|
|
229 |
</td>
|
230 |
</tr>
|
231 |
<tr style="vertical-align: top;"><th scope="row"><label for="thumb_width"><?php _e('Maximum width of the thumbnail: ',CRP_LOCAL_NAME); ?></label></th>
|
217 |
<td>
|
218 |
<label>
|
219 |
<input type="radio" name="post_thumb_op" value="inline" id="post_thumb_op_0" <?php if ($crp_settings['post_thumb_op']=='inline') echo 'checked="checked"' ?> />
|
220 |
+
<?php _e('Display thumbnails inline with posts, before title',crp_LOCAL_NAME); ?></label>
|
221 |
<br />
|
222 |
<label>
|
223 |
+
<input type="radio" name="post_thumb_op" value="after" id="post_thumb_op_1" <?php if ($crp_settings['post_thumb_op']=='after') echo 'checked="checked"' ?> />
|
224 |
+
<?php _e('Display thumbnails inline with posts, after title',crp_LOCAL_NAME); ?></label>
|
225 |
<br />
|
226 |
<label>
|
227 |
+
<input type="radio" name="post_thumb_op" value="thumbs_only" id="post_thumb_op_2" <?php if ($crp_settings['post_thumb_op']=='thumbs_only') echo 'checked="checked"' ?> />
|
228 |
+
<?php _e('Display only thumbnails, no text',crp_LOCAL_NAME); ?></label>
|
229 |
+
<br />
|
230 |
+
<label>
|
231 |
+
<input type="radio" name="post_thumb_op" value="text_only" id="post_thumb_op_3" <?php if ($crp_settings['post_thumb_op']=='text_only') echo 'checked="checked"' ?> />
|
232 |
+
<?php _e('Do not display thumbnails, only text.',crp_LOCAL_NAME); ?></label>
|
233 |
+
<br />
|
234 |
</td>
|
235 |
</tr>
|
236 |
<tr style="vertical-align: top;"><th scope="row"><label for="thumb_width"><?php _e('Maximum width of the thumbnail: ',CRP_LOCAL_NAME); ?></label></th>
|
contextual-related-posts.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Contextual Related Posts
|
4 |
-
Version: 1.7
|
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
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Contextual Related Posts
|
4 |
+
Version: 1.7.1
|
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
|
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-03-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
@@ -186,73 +186,79 @@ msgid "Location of post thumbnail:"
|
|
186 |
msgstr ""
|
187 |
|
188 |
#: admin.inc.php:220
|
189 |
-
|
|
|
190 |
msgstr "Vis miniaturer inline med indlæg"
|
191 |
|
192 |
#: admin.inc.php:224
|
|
|
|
|
|
|
|
|
|
|
193 |
msgid "Display only thumbnails, no text"
|
194 |
msgstr "Vis kun miniaturer, ingen tekst"
|
195 |
|
196 |
-
#: admin.inc.php:
|
197 |
msgid "Do not display thumbnails, only text."
|
198 |
msgstr "Vis ikke miniaturer, kun tekst."
|
199 |
|
200 |
-
#: admin.inc.php:
|
201 |
msgid "Maximum width of the thumbnail: "
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: admin.inc.php:
|
205 |
msgid "Maximum height of the thumbnail: "
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: admin.inc.php:
|
209 |
#, fuzzy
|
210 |
msgid "Post thumbnail meta field name: "
|
211 |
msgstr "Indstillinger for indlægsminiaturer:"
|
212 |
|
213 |
-
#: admin.inc.php:
|
214 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: admin.inc.php:
|
218 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: admin.inc.php:
|
222 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: admin.inc.php:
|
226 |
msgid "Use default thumbnail? "
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: admin.inc.php:
|
230 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: admin.inc.php:
|
234 |
msgid "Default thumbnail: "
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: admin.inc.php:
|
238 |
#, fuzzy
|
239 |
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 above"
|
240 |
msgstr "Pluginnet tjekker først, om indlægget indeholder en miniature. Hvis indlægget ikke gør det, tjekker pluginnet metafeltet. Hvis dette ikke findes, vil det vise standardbilledet specificeret nedenfor:"
|
241 |
|
242 |
-
#: admin.inc.php:
|
243 |
msgid "Do you want to set options to Default?"
|
244 |
msgstr "Ønsker du at sætte indstillingerne til standardværdierne?"
|
245 |
|
246 |
-
#: admin.inc.php:
|
247 |
msgid "Are you sure you want to recreate the index?"
|
248 |
msgstr "Er du sikker på, du ønsker at gendanne indekset?"
|
249 |
|
250 |
-
#: admin.inc.php:
|
251 |
#, fuzzy
|
252 |
msgid "Contextual Related Posts"
|
253 |
msgstr "Related Posts (Lignende indlæg)"
|
254 |
|
255 |
-
#: admin.inc.php:
|
256 |
msgid "Related Posts"
|
257 |
msgstr "Related Posts (Lignende indlæg)"
|
258 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contextual Related Posts 1.5.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-23 00:18-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"
|
186 |
msgstr ""
|
187 |
|
188 |
#: admin.inc.php:220
|
189 |
+
#, fuzzy
|
190 |
+
msgid "Display thumbnails inline with posts, before title"
|
191 |
msgstr "Vis miniaturer inline med indlæg"
|
192 |
|
193 |
#: admin.inc.php:224
|
194 |
+
#, fuzzy
|
195 |
+
msgid "Display thumbnails inline with posts, after title"
|
196 |
+
msgstr "Vis miniaturer inline med indlæg"
|
197 |
+
|
198 |
+
#: admin.inc.php:228
|
199 |
msgid "Display only thumbnails, no text"
|
200 |
msgstr "Vis kun miniaturer, ingen tekst"
|
201 |
|
202 |
+
#: admin.inc.php:232
|
203 |
msgid "Do not display thumbnails, only text."
|
204 |
msgstr "Vis ikke miniaturer, kun tekst."
|
205 |
|
206 |
+
#: admin.inc.php:236
|
207 |
msgid "Maximum width of the thumbnail: "
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: admin.inc.php:239
|
211 |
msgid "Maximum height of the thumbnail: "
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: admin.inc.php:242
|
215 |
#, fuzzy
|
216 |
msgid "Post thumbnail meta field name: "
|
217 |
msgstr "Indstillinger for indlægsminiaturer:"
|
218 |
|
219 |
+
#: admin.inc.php:243
|
220 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: admin.inc.php:245
|
224 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: admin.inc.php:246
|
228 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: admin.inc.php:248
|
232 |
msgid "Use default thumbnail? "
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: admin.inc.php:249
|
236 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: admin.inc.php:251
|
240 |
msgid "Default thumbnail: "
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: admin.inc.php:252
|
244 |
#, fuzzy
|
245 |
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 above"
|
246 |
msgstr "Pluginnet tjekker først, om indlægget indeholder en miniature. Hvis indlægget ikke gør det, tjekker pluginnet metafeltet. Hvis dette ikke findes, vil det vise standardbilledet specificeret nedenfor:"
|
247 |
|
248 |
+
#: admin.inc.php:259
|
249 |
msgid "Do you want to set options to Default?"
|
250 |
msgstr "Ønsker du at sætte indstillingerne til standardværdierne?"
|
251 |
|
252 |
+
#: admin.inc.php:260
|
253 |
msgid "Are you sure you want to recreate the index?"
|
254 |
msgstr "Er du sikker på, du ønsker at gendanne indekset?"
|
255 |
|
256 |
+
#: admin.inc.php:290
|
257 |
#, fuzzy
|
258 |
msgid "Contextual Related Posts"
|
259 |
msgstr "Related Posts (Lignende indlæg)"
|
260 |
|
261 |
+
#: admin.inc.php:290
|
262 |
msgid "Related Posts"
|
263 |
msgstr "Related Posts (Lignende indlæg)"
|
264 |
|
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-03-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
"Language-Team: <me@ajaydsouza.com>\n"
|
@@ -181,74 +181,80 @@ msgid "Location of post thumbnail:"
|
|
181 |
msgstr ""
|
182 |
|
183 |
#: admin.inc.php:220
|
184 |
-
|
|
|
185 |
msgstr "Thumbnails und Beitragstitel anzeigen"
|
186 |
|
187 |
#: admin.inc.php:224
|
|
|
|
|
|
|
|
|
|
|
188 |
msgid "Display only thumbnails, no text"
|
189 |
msgstr "Nur Thumbnails, keine Beitragstitel anzeigen"
|
190 |
|
191 |
-
#: admin.inc.php:
|
192 |
msgid "Do not display thumbnails, only text."
|
193 |
msgstr "Keine Thumbnails, nur Beitragstitel anzeigen"
|
194 |
|
195 |
-
#: admin.inc.php:
|
196 |
msgid "Maximum width of the thumbnail: "
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin.inc.php:
|
200 |
msgid "Maximum height of the thumbnail: "
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin.inc.php:
|
204 |
#, fuzzy
|
205 |
msgid "Post thumbnail meta field name: "
|
206 |
msgstr "Optionen für die Beitrags-Thumbnails:"
|
207 |
|
208 |
-
#: admin.inc.php:
|
209 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: admin.inc.php:
|
213 |
#, fuzzy
|
214 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
215 |
msgstr "Wenn 'Postmeta' nicht gesetzt ist, dann soll das Plugin das erste Bild aus dem jeweiligen Beitrag verwenden. Das kann allerdings das Laden des Beitrags verlangsamen, wenn die Bilddateien der ähnlichen Beiträge groß sind!"
|
216 |
|
217 |
-
#: admin.inc.php:
|
218 |
#, fuzzy
|
219 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
220 |
msgstr "Wenn 'Postmeta' nicht gesetzt ist, dann soll das Plugin das erste Bild aus dem jeweiligen Beitrag verwenden. Das kann allerdings das Laden des Beitrags verlangsamen, wenn die Bilddateien der ähnlichen Beiträge groß sind!"
|
221 |
|
222 |
-
#: admin.inc.php:
|
223 |
msgid "Use default thumbnail? "
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: admin.inc.php:
|
227 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: admin.inc.php:
|
231 |
msgid "Default thumbnail: "
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: admin.inc.php:
|
235 |
#, fuzzy
|
236 |
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 above"
|
237 |
msgstr "Das Plugin prüft zunächst, ob der Beitrag einen Thumbnail enthält. Wenn nicht, wird das Meta-Feld überprüft. Wenn auch dieses nicht vorhanden ist, wird das unten spezifizierte Default-Thumbnail angezeigt:"
|
238 |
|
239 |
-
#: admin.inc.php:
|
240 |
msgid "Do you want to set options to Default?"
|
241 |
msgstr "Wollen Sie die Optionen auf die Voreinstellungen zurücksetzen?"
|
242 |
|
243 |
-
#: admin.inc.php:
|
244 |
msgid "Are you sure you want to recreate the index?"
|
245 |
msgstr "Sind Sie sicher, einen neuen Index zu erzeugen?"
|
246 |
|
247 |
-
#: admin.inc.php:
|
248 |
msgid "Contextual Related Posts"
|
249 |
msgstr "Contextual Related Posts"
|
250 |
|
251 |
-
#: admin.inc.php:
|
252 |
msgid "Related Posts"
|
253 |
msgstr "Related Posts"
|
254 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contextual Related Posts\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-23 00: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"
|
181 |
msgstr ""
|
182 |
|
183 |
#: admin.inc.php:220
|
184 |
+
#, fuzzy
|
185 |
+
msgid "Display thumbnails inline with posts, before title"
|
186 |
msgstr "Thumbnails und Beitragstitel anzeigen"
|
187 |
|
188 |
#: admin.inc.php:224
|
189 |
+
#, fuzzy
|
190 |
+
msgid "Display thumbnails inline with posts, after title"
|
191 |
+
msgstr "Thumbnails und Beitragstitel anzeigen"
|
192 |
+
|
193 |
+
#: admin.inc.php:228
|
194 |
msgid "Display only thumbnails, no text"
|
195 |
msgstr "Nur Thumbnails, keine Beitragstitel anzeigen"
|
196 |
|
197 |
+
#: admin.inc.php:232
|
198 |
msgid "Do not display thumbnails, only text."
|
199 |
msgstr "Keine Thumbnails, nur Beitragstitel anzeigen"
|
200 |
|
201 |
+
#: admin.inc.php:236
|
202 |
msgid "Maximum width of the thumbnail: "
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: admin.inc.php:239
|
206 |
msgid "Maximum height of the thumbnail: "
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: admin.inc.php:242
|
210 |
#, fuzzy
|
211 |
msgid "Post thumbnail meta field name: "
|
212 |
msgstr "Optionen für die Beitrags-Thumbnails:"
|
213 |
|
214 |
+
#: admin.inc.php:243
|
215 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: admin.inc.php:245
|
219 |
#, fuzzy
|
220 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
221 |
msgstr "Wenn 'Postmeta' nicht gesetzt ist, dann soll das Plugin das erste Bild aus dem jeweiligen Beitrag verwenden. Das kann allerdings das Laden des Beitrags verlangsamen, wenn die Bilddateien der ähnlichen Beiträge groß sind!"
|
222 |
|
223 |
+
#: admin.inc.php:246
|
224 |
#, fuzzy
|
225 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
226 |
msgstr "Wenn 'Postmeta' nicht gesetzt ist, dann soll das Plugin das erste Bild aus dem jeweiligen Beitrag verwenden. Das kann allerdings das Laden des Beitrags verlangsamen, wenn die Bilddateien der ähnlichen Beiträge groß sind!"
|
227 |
|
228 |
+
#: admin.inc.php:248
|
229 |
msgid "Use default thumbnail? "
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: admin.inc.php:249
|
233 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: admin.inc.php:251
|
237 |
msgid "Default thumbnail: "
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: admin.inc.php:252
|
241 |
#, fuzzy
|
242 |
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 above"
|
243 |
msgstr "Das Plugin prüft zunächst, ob der Beitrag einen Thumbnail enthält. Wenn nicht, wird das Meta-Feld überprüft. Wenn auch dieses nicht vorhanden ist, wird das unten spezifizierte Default-Thumbnail angezeigt:"
|
244 |
|
245 |
+
#: admin.inc.php:259
|
246 |
msgid "Do you want to set options to Default?"
|
247 |
msgstr "Wollen Sie die Optionen auf die Voreinstellungen zurücksetzen?"
|
248 |
|
249 |
+
#: admin.inc.php:260
|
250 |
msgid "Are you sure you want to recreate the index?"
|
251 |
msgstr "Sind Sie sicher, einen neuen Index zu erzeugen?"
|
252 |
|
253 |
+
#: admin.inc.php:290
|
254 |
msgid "Contextual Related Posts"
|
255 |
msgstr "Contextual Related Posts"
|
256 |
|
257 |
+
#: admin.inc.php:290
|
258 |
msgid "Related Posts"
|
259 |
msgstr "Related Posts"
|
260 |
|
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-03-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
"Language-Team: <me@ajaydsouza.com>\n"
|
@@ -177,70 +177,74 @@ msgid "Location of post thumbnail:"
|
|
177 |
msgstr ""
|
178 |
|
179 |
#: admin.inc.php:220
|
180 |
-
msgid "Display thumbnails inline with posts"
|
181 |
msgstr ""
|
182 |
|
183 |
#: admin.inc.php:224
|
184 |
-
msgid "Display
|
185 |
msgstr ""
|
186 |
|
187 |
#: admin.inc.php:228
|
|
|
|
|
|
|
|
|
188 |
msgid "Do not display thumbnails, only text."
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: admin.inc.php:
|
192 |
msgid "Maximum width of the thumbnail: "
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: admin.inc.php:
|
196 |
msgid "Maximum height of the thumbnail: "
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin.inc.php:
|
200 |
msgid "Post thumbnail meta field name: "
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin.inc.php:
|
204 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin.inc.php:
|
208 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: admin.inc.php:
|
212 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: admin.inc.php:
|
216 |
msgid "Use default thumbnail? "
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: admin.inc.php:
|
220 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: admin.inc.php:
|
224 |
msgid "Default thumbnail: "
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin.inc.php:
|
228 |
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 above"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: admin.inc.php:
|
232 |
msgid "Do you want to set options to Default?"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: admin.inc.php:
|
236 |
msgid "Are you sure you want to recreate the index?"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: admin.inc.php:
|
240 |
msgid "Contextual Related Posts"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: admin.inc.php:
|
244 |
msgid "Related Posts"
|
245 |
msgstr ""
|
246 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contextual Related Posts\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-23 00: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"
|
177 |
msgstr ""
|
178 |
|
179 |
#: admin.inc.php:220
|
180 |
+
msgid "Display thumbnails inline with posts, before title"
|
181 |
msgstr ""
|
182 |
|
183 |
#: admin.inc.php:224
|
184 |
+
msgid "Display thumbnails inline with posts, after title"
|
185 |
msgstr ""
|
186 |
|
187 |
#: admin.inc.php:228
|
188 |
+
msgid "Display only thumbnails, no text"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: admin.inc.php:232
|
192 |
msgid "Do not display thumbnails, only text."
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: admin.inc.php:236
|
196 |
msgid "Maximum width of the thumbnail: "
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: admin.inc.php:239
|
200 |
msgid "Maximum height of the thumbnail: "
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: admin.inc.php:242
|
204 |
msgid "Post thumbnail meta field name: "
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: admin.inc.php:243
|
208 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: admin.inc.php:245
|
212 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: admin.inc.php:246
|
216 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: admin.inc.php:248
|
220 |
msgid "Use default thumbnail? "
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: admin.inc.php:249
|
224 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: admin.inc.php:251
|
228 |
msgid "Default thumbnail: "
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: admin.inc.php:252
|
232 |
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 above"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: admin.inc.php:259
|
236 |
msgid "Do you want to set options to Default?"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: admin.inc.php:260
|
240 |
msgid "Are you sure you want to recreate the index?"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: admin.inc.php:290
|
244 |
msgid "Contextual Related Posts"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: admin.inc.php:290
|
248 |
msgid "Related Posts"
|
249 |
msgstr ""
|
250 |
|
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-03-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
"Language-Team: <me@ajaydsouza.com>\n"
|
@@ -177,70 +177,74 @@ msgid "Location of post thumbnail:"
|
|
177 |
msgstr ""
|
178 |
|
179 |
#: admin.inc.php:220
|
180 |
-
msgid "Display thumbnails inline with posts"
|
181 |
msgstr ""
|
182 |
|
183 |
#: admin.inc.php:224
|
184 |
-
msgid "Display
|
185 |
msgstr ""
|
186 |
|
187 |
#: admin.inc.php:228
|
|
|
|
|
|
|
|
|
188 |
msgid "Do not display thumbnails, only text."
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: admin.inc.php:
|
192 |
msgid "Maximum width of the thumbnail: "
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: admin.inc.php:
|
196 |
msgid "Maximum height of the thumbnail: "
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin.inc.php:
|
200 |
msgid "Post thumbnail meta field name: "
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin.inc.php:
|
204 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin.inc.php:
|
208 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: admin.inc.php:
|
212 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: admin.inc.php:
|
216 |
msgid "Use default thumbnail? "
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: admin.inc.php:
|
220 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: admin.inc.php:
|
224 |
msgid "Default thumbnail: "
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin.inc.php:
|
228 |
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 above"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: admin.inc.php:
|
232 |
msgid "Do you want to set options to Default?"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: admin.inc.php:
|
236 |
msgid "Are you sure you want to recreate the index?"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: admin.inc.php:
|
240 |
msgid "Contextual Related Posts"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: admin.inc.php:
|
244 |
msgid "Related Posts"
|
245 |
msgstr ""
|
246 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contextual Related Posts\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-23 00: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"
|
177 |
msgstr ""
|
178 |
|
179 |
#: admin.inc.php:220
|
180 |
+
msgid "Display thumbnails inline with posts, before title"
|
181 |
msgstr ""
|
182 |
|
183 |
#: admin.inc.php:224
|
184 |
+
msgid "Display thumbnails inline with posts, after title"
|
185 |
msgstr ""
|
186 |
|
187 |
#: admin.inc.php:228
|
188 |
+
msgid "Display only thumbnails, no text"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: admin.inc.php:232
|
192 |
msgid "Do not display thumbnails, only text."
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: admin.inc.php:236
|
196 |
msgid "Maximum width of the thumbnail: "
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: admin.inc.php:239
|
200 |
msgid "Maximum height of the thumbnail: "
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: admin.inc.php:242
|
204 |
msgid "Post thumbnail meta field name: "
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: admin.inc.php:243
|
208 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: admin.inc.php:245
|
212 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: admin.inc.php:246
|
216 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: admin.inc.php:248
|
220 |
msgid "Use default thumbnail? "
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: admin.inc.php:249
|
224 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: admin.inc.php:251
|
228 |
msgid "Default thumbnail: "
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: admin.inc.php:252
|
232 |
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 above"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: admin.inc.php:259
|
236 |
msgid "Do you want to set options to Default?"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: admin.inc.php:260
|
240 |
msgid "Are you sure you want to recreate the index?"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: admin.inc.php:290
|
244 |
msgid "Contextual Related Posts"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: admin.inc.php:290
|
248 |
msgid "Related Posts"
|
249 |
msgstr ""
|
250 |
|
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-03-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -182,74 +182,80 @@ msgid "Location of post thumbnail:"
|
|
182 |
msgstr ""
|
183 |
|
184 |
#: admin.inc.php:220
|
185 |
-
|
|
|
186 |
msgstr "Miniaturas en línea con los posts"
|
187 |
|
188 |
#: admin.inc.php:224
|
|
|
|
|
|
|
|
|
|
|
189 |
msgid "Display only thumbnails, no text"
|
190 |
msgstr "Solo miniaturas, sin texto"
|
191 |
|
192 |
-
#: admin.inc.php:
|
193 |
msgid "Do not display thumbnails, only text."
|
194 |
msgstr "No mostrar miniaturas, solo texto."
|
195 |
|
196 |
-
#: admin.inc.php:
|
197 |
msgid "Maximum width of the thumbnail: "
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: admin.inc.php:
|
201 |
msgid "Maximum height of the thumbnail: "
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: admin.inc.php:
|
205 |
#, fuzzy
|
206 |
msgid "Post thumbnail meta field name: "
|
207 |
msgstr "Opciones de miniaturas en el post:"
|
208 |
|
209 |
-
#: admin.inc.php:
|
210 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: admin.inc.php:
|
214 |
#, fuzzy
|
215 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
216 |
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"
|
217 |
|
218 |
-
#: admin.inc.php:
|
219 |
#, fuzzy
|
220 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
221 |
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"
|
222 |
|
223 |
-
#: admin.inc.php:
|
224 |
msgid "Use default thumbnail? "
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin.inc.php:
|
228 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: admin.inc.php:
|
232 |
msgid "Default thumbnail: "
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: admin.inc.php:
|
236 |
#, fuzzy
|
237 |
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 above"
|
238 |
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:"
|
239 |
|
240 |
-
#: admin.inc.php:
|
241 |
msgid "Do you want to set options to Default?"
|
242 |
msgstr "¿Quieres resetear las opciones?"
|
243 |
|
244 |
-
#: admin.inc.php:
|
245 |
msgid "Are you sure you want to recreate the index?"
|
246 |
msgstr "¿Está seguro que quiere recrear el index?"
|
247 |
|
248 |
-
#: admin.inc.php:
|
249 |
msgid "Contextual Related Posts"
|
250 |
msgstr "Posts Relacionados Contextualmente"
|
251 |
|
252 |
-
#: admin.inc.php:
|
253 |
msgid "Related Posts"
|
254 |
msgstr "Post Relacionados"
|
255 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contextual Related Posts\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-23 00:18-0000\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
"Language-Team: \n"
|
182 |
msgstr ""
|
183 |
|
184 |
#: admin.inc.php:220
|
185 |
+
#, fuzzy
|
186 |
+
msgid "Display thumbnails inline with posts, before title"
|
187 |
msgstr "Miniaturas en línea con los posts"
|
188 |
|
189 |
#: admin.inc.php:224
|
190 |
+
#, fuzzy
|
191 |
+
msgid "Display thumbnails inline with posts, after title"
|
192 |
+
msgstr "Miniaturas en línea con los posts"
|
193 |
+
|
194 |
+
#: admin.inc.php:228
|
195 |
msgid "Display only thumbnails, no text"
|
196 |
msgstr "Solo miniaturas, sin texto"
|
197 |
|
198 |
+
#: admin.inc.php:232
|
199 |
msgid "Do not display thumbnails, only text."
|
200 |
msgstr "No mostrar miniaturas, solo texto."
|
201 |
|
202 |
+
#: admin.inc.php:236
|
203 |
msgid "Maximum width of the thumbnail: "
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: admin.inc.php:239
|
207 |
msgid "Maximum height of the thumbnail: "
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: admin.inc.php:242
|
211 |
#, fuzzy
|
212 |
msgid "Post thumbnail meta field name: "
|
213 |
msgstr "Opciones de miniaturas en el post:"
|
214 |
|
215 |
+
#: admin.inc.php:243
|
216 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: admin.inc.php:245
|
220 |
#, fuzzy
|
221 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
222 |
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"
|
223 |
|
224 |
+
#: admin.inc.php:246
|
225 |
#, fuzzy
|
226 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
227 |
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"
|
228 |
|
229 |
+
#: admin.inc.php:248
|
230 |
msgid "Use default thumbnail? "
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: admin.inc.php:249
|
234 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: admin.inc.php:251
|
238 |
msgid "Default thumbnail: "
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: admin.inc.php:252
|
242 |
#, fuzzy
|
243 |
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 above"
|
244 |
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:"
|
245 |
|
246 |
+
#: admin.inc.php:259
|
247 |
msgid "Do you want to set options to Default?"
|
248 |
msgstr "¿Quieres resetear las opciones?"
|
249 |
|
250 |
+
#: admin.inc.php:260
|
251 |
msgid "Are you sure you want to recreate the index?"
|
252 |
msgstr "¿Está seguro que quiere recrear el index?"
|
253 |
|
254 |
+
#: admin.inc.php:290
|
255 |
msgid "Contextual Related Posts"
|
256 |
msgstr "Posts Relacionados Contextualmente"
|
257 |
|
258 |
+
#: admin.inc.php:290
|
259 |
msgid "Related Posts"
|
260 |
msgstr "Post Relacionados"
|
261 |
|
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-03-
|
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"
|
@@ -182,74 +182,80 @@ msgid "Location of post thumbnail:"
|
|
182 |
msgstr ""
|
183 |
|
184 |
#: admin.inc.php:220
|
185 |
-
|
|
|
186 |
msgstr "Mostra gli articoli con le miniature inline"
|
187 |
|
188 |
#: admin.inc.php:224
|
|
|
|
|
|
|
|
|
|
|
189 |
msgid "Display only thumbnails, no text"
|
190 |
msgstr "Mostra le sole miniature, nessun testo"
|
191 |
|
192 |
-
#: admin.inc.php:
|
193 |
msgid "Do not display thumbnails, only text."
|
194 |
msgstr "Non mostrare le miniature, solo testo."
|
195 |
|
196 |
-
#: admin.inc.php:
|
197 |
msgid "Maximum width of the thumbnail: "
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: admin.inc.php:
|
201 |
msgid "Maximum height of the thumbnail: "
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: admin.inc.php:
|
205 |
#, fuzzy
|
206 |
msgid "Post thumbnail meta field name: "
|
207 |
msgstr "Opzioni miniature articolo:"
|
208 |
|
209 |
-
#: admin.inc.php:
|
210 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: admin.inc.php:
|
214 |
#, fuzzy
|
215 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
216 |
msgstr "Se il postmeta non fosse stato impostato, il plugin estrarrà dall'articolo la prima immagine. Questa operazione potrebbe rallentare il caricamento del tuo articolo nel caso in cui la prima immagine corelata fosse di grandi dimensioni"
|
217 |
|
218 |
-
#: admin.inc.php:
|
219 |
#, fuzzy
|
220 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
221 |
msgstr "Se il postmeta non fosse stato impostato, il plugin estrarrà dall'articolo la prima immagine. Questa operazione potrebbe rallentare il caricamento del tuo articolo nel caso in cui la prima immagine corelata fosse di grandi dimensioni"
|
222 |
|
223 |
-
#: admin.inc.php:
|
224 |
msgid "Use default thumbnail? "
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin.inc.php:
|
228 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: admin.inc.php:
|
232 |
msgid "Default thumbnail: "
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: admin.inc.php:
|
236 |
#, fuzzy
|
237 |
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 above"
|
238 |
msgstr "Come prima operazione, il plugin controllerà la presenza di una miniatura nell'articolo. Nel caso in cui non fosse presente, verificherà il campo meta. Qualora non fosse disponibile, mostrerà l'immagine predefinita come specificato qui sotto:"
|
239 |
|
240 |
-
#: admin.inc.php:
|
241 |
msgid "Do you want to set options to Default?"
|
242 |
msgstr "Sei certo di volere impostare alle opzioni predefinite?"
|
243 |
|
244 |
-
#: admin.inc.php:
|
245 |
msgid "Are you sure you want to recreate the index?"
|
246 |
msgstr "Sei certo di volere ricreare l'indice?"
|
247 |
|
248 |
-
#: admin.inc.php:
|
249 |
msgid "Contextual Related Posts"
|
250 |
msgstr "Contextual Related Posts"
|
251 |
|
252 |
-
#: admin.inc.php:
|
253 |
msgid "Related Posts"
|
254 |
msgstr "Related Posts"
|
255 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contextual Related Posts in italiano\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-23 00:18-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"
|
182 |
msgstr ""
|
183 |
|
184 |
#: admin.inc.php:220
|
185 |
+
#, fuzzy
|
186 |
+
msgid "Display thumbnails inline with posts, before title"
|
187 |
msgstr "Mostra gli articoli con le miniature inline"
|
188 |
|
189 |
#: admin.inc.php:224
|
190 |
+
#, fuzzy
|
191 |
+
msgid "Display thumbnails inline with posts, after title"
|
192 |
+
msgstr "Mostra gli articoli con le miniature inline"
|
193 |
+
|
194 |
+
#: admin.inc.php:228
|
195 |
msgid "Display only thumbnails, no text"
|
196 |
msgstr "Mostra le sole miniature, nessun testo"
|
197 |
|
198 |
+
#: admin.inc.php:232
|
199 |
msgid "Do not display thumbnails, only text."
|
200 |
msgstr "Non mostrare le miniature, solo testo."
|
201 |
|
202 |
+
#: admin.inc.php:236
|
203 |
msgid "Maximum width of the thumbnail: "
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: admin.inc.php:239
|
207 |
msgid "Maximum height of the thumbnail: "
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: admin.inc.php:242
|
211 |
#, fuzzy
|
212 |
msgid "Post thumbnail meta field name: "
|
213 |
msgstr "Opzioni miniature articolo:"
|
214 |
|
215 |
+
#: admin.inc.php:243
|
216 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: admin.inc.php:245
|
220 |
#, fuzzy
|
221 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
222 |
msgstr "Se il postmeta non fosse stato impostato, il plugin estrarrà dall'articolo la prima immagine. Questa operazione potrebbe rallentare il caricamento del tuo articolo nel caso in cui la prima immagine corelata fosse di grandi dimensioni"
|
223 |
|
224 |
+
#: admin.inc.php:246
|
225 |
#, fuzzy
|
226 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
227 |
msgstr "Se il postmeta non fosse stato impostato, il plugin estrarrà dall'articolo la prima immagine. Questa operazione potrebbe rallentare il caricamento del tuo articolo nel caso in cui la prima immagine corelata fosse di grandi dimensioni"
|
228 |
|
229 |
+
#: admin.inc.php:248
|
230 |
msgid "Use default thumbnail? "
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: admin.inc.php:249
|
234 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: admin.inc.php:251
|
238 |
msgid "Default thumbnail: "
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: admin.inc.php:252
|
242 |
#, fuzzy
|
243 |
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 above"
|
244 |
msgstr "Come prima operazione, il plugin controllerà la presenza di una miniatura nell'articolo. Nel caso in cui non fosse presente, verificherà il campo meta. Qualora non fosse disponibile, mostrerà l'immagine predefinita come specificato qui sotto:"
|
245 |
|
246 |
+
#: admin.inc.php:259
|
247 |
msgid "Do you want to set options to Default?"
|
248 |
msgstr "Sei certo di volere impostare alle opzioni predefinite?"
|
249 |
|
250 |
+
#: admin.inc.php:260
|
251 |
msgid "Are you sure you want to recreate the index?"
|
252 |
msgstr "Sei certo di volere ricreare l'indice?"
|
253 |
|
254 |
+
#: admin.inc.php:290
|
255 |
msgid "Contextual Related Posts"
|
256 |
msgstr "Contextual Related Posts"
|
257 |
|
258 |
+
#: admin.inc.php:290
|
259 |
msgid "Related Posts"
|
260 |
msgstr "Related Posts"
|
261 |
|
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-03-
|
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"
|
@@ -184,74 +184,80 @@ msgid "Location of post thumbnail:"
|
|
184 |
msgstr ""
|
185 |
|
186 |
#: admin.inc.php:220
|
187 |
-
|
|
|
188 |
msgstr "Toon miniatuurafbeeldingen inline met berichten"
|
189 |
|
190 |
#: admin.inc.php:224
|
|
|
|
|
|
|
|
|
|
|
191 |
msgid "Display only thumbnails, no text"
|
192 |
msgstr "Alleen miniatuurafbeeldingen weergeven, geen tekst"
|
193 |
|
194 |
-
#: admin.inc.php:
|
195 |
msgid "Do not display thumbnails, only text."
|
196 |
msgstr "Geen miniatuurafbeeldingen weergeven, alleen tekst."
|
197 |
|
198 |
-
#: admin.inc.php:
|
199 |
msgid "Maximum width of the thumbnail: "
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: admin.inc.php:
|
203 |
msgid "Maximum height of the thumbnail: "
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: admin.inc.php:
|
207 |
#, fuzzy
|
208 |
msgid "Post thumbnail meta field name: "
|
209 |
msgstr "Berichtopties miniatuurafbeelding:"
|
210 |
|
211 |
-
#: admin.inc.php:
|
212 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: admin.inc.php:
|
216 |
#, fuzzy
|
217 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
218 |
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"
|
219 |
|
220 |
-
#: admin.inc.php:
|
221 |
#, fuzzy
|
222 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
223 |
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"
|
224 |
|
225 |
-
#: admin.inc.php:
|
226 |
msgid "Use default thumbnail? "
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: admin.inc.php:
|
230 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: admin.inc.php:
|
234 |
msgid "Default thumbnail: "
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: admin.inc.php:
|
238 |
#, fuzzy
|
239 |
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 above"
|
240 |
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:"
|
241 |
|
242 |
-
#: admin.inc.php:
|
243 |
msgid "Do you want to set options to Default?"
|
244 |
msgstr "Wil je opties terug naar standaard instellen?"
|
245 |
|
246 |
-
#: admin.inc.php:
|
247 |
msgid "Are you sure you want to recreate the index?"
|
248 |
msgstr "Weet je zeker dat je de index opnieuw wilt creeëren?"
|
249 |
|
250 |
-
#: admin.inc.php:
|
251 |
msgid "Contextual Related Posts"
|
252 |
msgstr "Contextual Related Posts"
|
253 |
|
254 |
-
#: admin.inc.php:
|
255 |
msgid "Related Posts"
|
256 |
msgstr "Gerelateerde Berichten"
|
257 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contextual Related Posts\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-23 00:18-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"
|
184 |
msgstr ""
|
185 |
|
186 |
#: admin.inc.php:220
|
187 |
+
#, fuzzy
|
188 |
+
msgid "Display thumbnails inline with posts, before title"
|
189 |
msgstr "Toon miniatuurafbeeldingen inline met berichten"
|
190 |
|
191 |
#: admin.inc.php:224
|
192 |
+
#, fuzzy
|
193 |
+
msgid "Display thumbnails inline with posts, after title"
|
194 |
+
msgstr "Toon miniatuurafbeeldingen inline met berichten"
|
195 |
+
|
196 |
+
#: admin.inc.php:228
|
197 |
msgid "Display only thumbnails, no text"
|
198 |
msgstr "Alleen miniatuurafbeeldingen weergeven, geen tekst"
|
199 |
|
200 |
+
#: admin.inc.php:232
|
201 |
msgid "Do not display thumbnails, only text."
|
202 |
msgstr "Geen miniatuurafbeeldingen weergeven, alleen tekst."
|
203 |
|
204 |
+
#: admin.inc.php:236
|
205 |
msgid "Maximum width of the thumbnail: "
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: admin.inc.php:239
|
209 |
msgid "Maximum height of the thumbnail: "
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: admin.inc.php:242
|
213 |
#, fuzzy
|
214 |
msgid "Post thumbnail meta field name: "
|
215 |
msgstr "Berichtopties miniatuurafbeelding:"
|
216 |
|
217 |
+
#: admin.inc.php:243
|
218 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: admin.inc.php:245
|
222 |
#, fuzzy
|
223 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
224 |
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"
|
225 |
|
226 |
+
#: admin.inc.php:246
|
227 |
#, fuzzy
|
228 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
229 |
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"
|
230 |
|
231 |
+
#: admin.inc.php:248
|
232 |
msgid "Use default thumbnail? "
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: admin.inc.php:249
|
236 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: admin.inc.php:251
|
240 |
msgid "Default thumbnail: "
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: admin.inc.php:252
|
244 |
#, fuzzy
|
245 |
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 above"
|
246 |
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:"
|
247 |
|
248 |
+
#: admin.inc.php:259
|
249 |
msgid "Do you want to set options to Default?"
|
250 |
msgstr "Wil je opties terug naar standaard instellen?"
|
251 |
|
252 |
+
#: admin.inc.php:260
|
253 |
msgid "Are you sure you want to recreate the index?"
|
254 |
msgstr "Weet je zeker dat je de index opnieuw wilt creeëren?"
|
255 |
|
256 |
+
#: admin.inc.php:290
|
257 |
msgid "Contextual Related Posts"
|
258 |
msgstr "Contextual Related Posts"
|
259 |
|
260 |
+
#: admin.inc.php:290
|
261 |
msgid "Related Posts"
|
262 |
msgstr "Gerelateerde Berichten"
|
263 |
|
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-03-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Ajay D'Souza <me@ajaydsouza.com>\n"
|
8 |
"Language-Team: <me@ajaydsouza.com>\n"
|
@@ -182,74 +182,80 @@ msgid "Location of post thumbnail:"
|
|
182 |
msgstr ""
|
183 |
|
184 |
#: admin.inc.php:220
|
185 |
-
|
|
|
186 |
msgstr "Показать эскизы в соответствии с сообщениями"
|
187 |
|
188 |
#: admin.inc.php:224
|
|
|
|
|
|
|
|
|
|
|
189 |
msgid "Display only thumbnails, no text"
|
190 |
msgstr "Показывать только изображения, без текста"
|
191 |
|
192 |
-
#: admin.inc.php:
|
193 |
msgid "Do not display thumbnails, only text."
|
194 |
msgstr "Не показывать изображения, только текст"
|
195 |
|
196 |
-
#: admin.inc.php:
|
197 |
msgid "Maximum width of the thumbnail: "
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: admin.inc.php:
|
201 |
msgid "Maximum height of the thumbnail: "
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: admin.inc.php:
|
205 |
#, fuzzy
|
206 |
msgid "Post thumbnail meta field name: "
|
207 |
msgstr "Опции изображения поста:"
|
208 |
|
209 |
-
#: admin.inc.php:
|
210 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: admin.inc.php:
|
214 |
#, fuzzy
|
215 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
216 |
msgstr "Если postmeta не установлен, то плагин скачает первое изображение поста. Это может замедлить загрузку сообщения (если изображение слишком велико)"
|
217 |
|
218 |
-
#: admin.inc.php:
|
219 |
#, fuzzy
|
220 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
221 |
msgstr "Если postmeta не установлен, то плагин скачает первое изображение поста. Это может замедлить загрузку сообщения (если изображение слишком велико)"
|
222 |
|
223 |
-
#: admin.inc.php:
|
224 |
msgid "Use default thumbnail? "
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin.inc.php:
|
228 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: admin.inc.php:
|
232 |
msgid "Default thumbnail: "
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: admin.inc.php:
|
236 |
#, fuzzy
|
237 |
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 above"
|
238 |
msgstr "Плагин сначала проверит, содержит ли пост миниатюры. Если они не обнаружатся, то плагин проверит мета-данные. Если они будут недоступны, то плагин будет показывать изображение по умолчанию, как указано ниже:"
|
239 |
|
240 |
-
#: admin.inc.php:
|
241 |
msgid "Do you want to set options to Default?"
|
242 |
msgstr "Вы хотите задать параметры по умолчанию?"
|
243 |
|
244 |
-
#: admin.inc.php:
|
245 |
msgid "Are you sure you want to recreate the index?"
|
246 |
msgstr "Вы уверены, что хотите воссоздать индекс?"
|
247 |
|
248 |
-
#: admin.inc.php:
|
249 |
msgid "Contextual Related Posts"
|
250 |
msgstr "Контекстные похожие посты"
|
251 |
|
252 |
-
#: admin.inc.php:
|
253 |
msgid "Related Posts"
|
254 |
msgstr "Похожие посты"
|
255 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contextual Related Posts\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-23 00: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"
|
182 |
msgstr ""
|
183 |
|
184 |
#: admin.inc.php:220
|
185 |
+
#, fuzzy
|
186 |
+
msgid "Display thumbnails inline with posts, before title"
|
187 |
msgstr "Показать эскизы в соответствии с сообщениями"
|
188 |
|
189 |
#: admin.inc.php:224
|
190 |
+
#, fuzzy
|
191 |
+
msgid "Display thumbnails inline with posts, after title"
|
192 |
+
msgstr "Показать эскизы в соответствии с сообщениями"
|
193 |
+
|
194 |
+
#: admin.inc.php:228
|
195 |
msgid "Display only thumbnails, no text"
|
196 |
msgstr "Показывать только изображения, без текста"
|
197 |
|
198 |
+
#: admin.inc.php:232
|
199 |
msgid "Do not display thumbnails, only text."
|
200 |
msgstr "Не показывать изображения, только текст"
|
201 |
|
202 |
+
#: admin.inc.php:236
|
203 |
msgid "Maximum width of the thumbnail: "
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: admin.inc.php:239
|
207 |
msgid "Maximum height of the thumbnail: "
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: admin.inc.php:242
|
211 |
#, fuzzy
|
212 |
msgid "Post thumbnail meta field name: "
|
213 |
msgstr "Опции изображения поста:"
|
214 |
|
215 |
+
#: admin.inc.php:243
|
216 |
msgid "The value of this field should contain the image source and is set in the <em>Add New Post</em> screen"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: admin.inc.php:245
|
220 |
#, fuzzy
|
221 |
msgid "If the postmeta is not set, then should the plugin extract the first image from the post?"
|
222 |
msgstr "Если postmeta не установлен, то плагин скачает первое изображение поста. Это может замедлить загрузку сообщения (если изображение слишком велико)"
|
223 |
|
224 |
+
#: admin.inc.php:246
|
225 |
#, fuzzy
|
226 |
msgid "This can slow down the loading of your page if the first image in the related posts is large in file-size"
|
227 |
msgstr "Если postmeta не установлен, то плагин скачает первое изображение поста. Это может замедлить загрузку сообщения (если изображение слишком велико)"
|
228 |
|
229 |
+
#: admin.inc.php:248
|
230 |
msgid "Use default thumbnail? "
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: admin.inc.php:249
|
234 |
msgid "If checked, when no thumbnail is found, show a default one from the URL below. If not checked and no thumbnail is found, no image will be shown."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: admin.inc.php:251
|
238 |
msgid "Default thumbnail: "
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: admin.inc.php:252
|
242 |
#, fuzzy
|
243 |
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 above"
|
244 |
msgstr "Плагин сначала проверит, содержит ли пост миниатюры. Если они не обнаружатся, то плагин проверит мета-данные. Если они будут недоступны, то плагин будет показывать изображение по умолчанию, как указано ниже:"
|
245 |
|
246 |
+
#: admin.inc.php:259
|
247 |
msgid "Do you want to set options to Default?"
|
248 |
msgstr "Вы хотите задать параметры по умолчанию?"
|
249 |
|
250 |
+
#: admin.inc.php:260
|
251 |
msgid "Are you sure you want to recreate the index?"
|
252 |
msgstr "Вы уверены, что хотите воссоздать индекс?"
|
253 |
|
254 |
+
#: admin.inc.php:290
|
255 |
msgid "Contextual Related Posts"
|
256 |
msgstr "Контекстные похожие посты"
|
257 |
|
258 |
+
#: admin.inc.php:290
|
259 |
msgid "Related Posts"
|
260 |
msgstr "Похожие посты"
|
261 |
|
readme.txt
CHANGED
@@ -32,6 +32,9 @@ The list is based on the content of the title and/or content of the posts which
|
|
32 |
|
33 |
== Upgrade Notice ==
|
34 |
|
|
|
|
|
|
|
35 |
= 1.7 =
|
36 |
* Added: Better thumbnail support
|
37 |
* Added: Limited support for InnoDB
|
@@ -40,6 +43,9 @@ The list is based on the content of the title and/or content of the posts which
|
|
40 |
|
41 |
== Changelog ==
|
42 |
|
|
|
|
|
|
|
43 |
= 1.7 =
|
44 |
* Added: New function <code>related posts()</code> that allows you to manually add posts to your theme
|
45 |
* Added: Support for <a href="https://wordpress.org/extend/plugins/video-thumbnails/">Video Thumbnails</a> plugin
|
32 |
|
33 |
== Upgrade Notice ==
|
34 |
|
35 |
+
= 1.7.1 =
|
36 |
+
* Fixed: Minor bug fix for location of thumbnail
|
37 |
+
|
38 |
= 1.7 =
|
39 |
* Added: Better thumbnail support
|
40 |
* Added: Limited support for InnoDB
|
43 |
|
44 |
== Changelog ==
|
45 |
|
46 |
+
= 1.7.1 =
|
47 |
+
* Fixed: Minor bug fix for location of thumbnail
|
48 |
+
|
49 |
= 1.7 =
|
50 |
* Added: New function <code>related posts()</code> that allows you to manually add posts to your theme
|
51 |
* Added: Support for <a href="https://wordpress.org/extend/plugins/video-thumbnails/">Video Thumbnails</a> plugin
|