Related Posts for WordPress - Version 2.0.1

Version Description

Download this release

Release Info

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

Code changes from version 2.0.0 to 2.0.1

classes/class-dependencies.php ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) {
4
+ exit;
5
+ } // Exit if accessed directly
6
+
7
+ class RP4WP_Dependencies {
8
+
9
+ /**
10
+ * Check for dependencies
11
+ */
12
+ public function check() {
13
+
14
+ // check if mbstring is loaded
15
+ if ( ! extension_loaded( "mbstring" ) ) {
16
+ add_action( 'admin_notices', array( $this, 'display_mbstring_error' ) );
17
+ }
18
+
19
+ }
20
+
21
+ /**
22
+ * Display error if mbstring is not loaded
23
+ */
24
+ public function display_mbstring_error() {
25
+ ?>
26
+ <div class="notice notice-error">
27
+ <p><strong><?php _e( "Error:", "related-posts-for-wp"); ?></strong> <?php _e( sprintf( "The %s extension needs to be installed and activated for Related Posts for WP to work!", "<strong>mbstring</strong>" ), 'related-posts-for-wp' ); ?></p>
28
+ <p><?php _e( sprintf( "Please contact your host and ask them to install the %s PHP extension.", "<strong>mbstring</strong>" ), 'related-posts-for-wp' ); ?></p>
29
+ </div>
30
+ <?php
31
+ }
32
+
33
+ }
classes/class-rp4wp.php CHANGED
@@ -8,7 +8,7 @@ class RP4WP {
8
 
9
  private static $instance = null;
10
 
11
- const VERSION = '2.0.0';
12
 
13
  /**
14
  * @var RP4WP_Settings
@@ -79,6 +79,10 @@ class RP4WP {
79
  // Check if we need to display an 'is installing' notice
80
  $is_installing_notice = new RP4WP_Is_Installing_Notice();
81
  $is_installing_notice->check();
 
 
 
 
82
  }
83
 
84
  // Setup settings
8
 
9
  private static $instance = null;
10
 
11
+ const VERSION = '2.0.1';
12
 
13
  /**
14
  * @var RP4WP_Settings
79
  // Check if we need to display an 'is installing' notice
80
  $is_installing_notice = new RP4WP_Is_Installing_Notice();
81
  $is_installing_notice->check();
82
+
83
+ // check for dependencies
84
+ $dep = new RP4WP_Dependencies();
85
+ $dep->check();
86
  }
87
 
88
  // Setup settings
composer.lock DELETED
@@ -1,50 +0,0 @@
1
- {
2
- "_readme": [
3
- "This file locks the dependencies of your project to a known state",
4
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
- "This file is @generated automatically"
6
- ],
7
- "hash": "ababe672a96bb294fc7260e09f940f0e",
8
- "content-hash": "df49fc6a62cf1658476ec876ed16f6af",
9
- "packages": [
10
- {
11
- "name": "xrstf/composer-php52",
12
- "version": "v1.0.20",
13
- "source": {
14
- "type": "git",
15
- "url": "https://github.com/composer-php52/composer-php52.git",
16
- "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8"
17
- },
18
- "dist": {
19
- "type": "zip",
20
- "url": "https://api.github.com/repos/composer-php52/composer-php52/zipball/bd41459d5e27df8d33057842b32377c39e97a5a8",
21
- "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8",
22
- "shasum": ""
23
- },
24
- "type": "library",
25
- "extra": {
26
- "branch-alias": {
27
- "dev-default": "1.x-dev"
28
- }
29
- },
30
- "autoload": {
31
- "psr-0": {
32
- "xrstf\\Composer52": "lib/"
33
- }
34
- },
35
- "notification-url": "https://packagist.org/downloads/",
36
- "license": [
37
- "MIT"
38
- ],
39
- "time": "2016-04-16 21:52:24"
40
- }
41
- ],
42
- "packages-dev": [],
43
- "aliases": [],
44
- "minimum-stability": "stable",
45
- "stability-flags": [],
46
- "prefer-stable": false,
47
- "prefer-lowest": false,
48
- "platform": [],
49
- "platform-dev": []
50
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/related-posts-for-wp-de_DE.mo CHANGED
Binary file
languages/related-posts-for-wp-de_DE.po CHANGED
@@ -1,6 +1,7 @@
1
- # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
 
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
5
  # JB, 2014
6
  # Remy van Velthuijsen <remyvv@users.noreply.github.com>, 2014
@@ -8,8 +9,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: Related Posts for WordPress\n"
10
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
11
- "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
12
- "PO-Revision-Date: 2016-11-29 18:20+0000\n"
13
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
14
  "Language-Team: German (Germany) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/de_DE/)\n"
15
  "MIME-Version: 1.0\n"
@@ -17,37 +18,41 @@ msgstr ""
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: de_DE\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Generator: grunt-wp-i18n 0.4.9\n"
 
 
 
 
21
 
22
  #: classes/class-is-installing-notice.php:74
23
  msgid ""
24
  "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
25
  "installation wizard!"
26
- msgstr "Oha! Es sieht so aus, als wären wir nicht in der Lage, den Related Posts für WordPress-Installationsassistenten zu beenden!"
27
 
28
  #: classes/class-is-installing-notice.php:76
29
  msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
30
- msgstr "%sSetze den Installationsassistenten fort%s oder %sverwerfe diese Meldung%s"
31
 
32
  #: classes/class-javascript-strings.php:14
33
  msgid "Are you sure you want to delete this related post?"
34
- msgstr "Bist du sicher, dass du diesen verwandten Beitrag löschen willst?"
35
 
36
  #: classes/class-javascript-strings.php:15
37
  msgid "Delete this post type"
38
- msgstr "Diesen Beitragstyp löschen"
39
 
40
  #: classes/class-javascript-strings.php:16
41
  msgid "Relink related posts"
42
- msgstr "Verwandte Beiträg neu verlinken"
43
 
44
  #: classes/class-javascript-strings.php:17
45
  msgid "Reinstall this post type"
46
- msgstr "Diesen Post Type erneut installieren"
47
 
48
  #: classes/class-javascript-strings.php:18
49
  msgid "Save post type"
50
- msgstr "Post Type speichern"
51
 
52
  #: classes/class-javascript-strings.php:19
53
  msgid "Add post type"
@@ -70,14 +75,14 @@ msgid "Title"
70
  msgstr "Titel"
71
 
72
  #: classes/class-link-related-table.php:96
73
- #: classes/hooks/class-hook-page-install.php:187
74
  #: classes/hooks/class-hook-settings-page.php:155
75
  msgid "Post Type"
76
- msgstr "Beitrags-Typ"
77
 
78
  #: classes/class-link-related-table.php:97
79
  msgid "Post Date"
80
- msgstr "Beitragsdatum"
81
 
82
  #: classes/class-link-related-table.php:270
83
  msgid "Link Post"
@@ -108,13 +113,17 @@ msgstr "Verwandte Beiträge für WordPress"
108
  msgid "Display related posts."
109
  msgstr "Zeige verwandte Beiträge"
110
 
 
 
 
 
111
  #: classes/filters/class-filter-plugin-links.php:29
112
  msgid "Settings"
113
  msgstr "Einstellungen"
114
 
115
  #: classes/hooks/class-hook-link-related-screen.php:189
116
  msgid "Cancel linking"
117
- msgstr "Verknüpfung abbrechen"
118
 
119
  #: classes/hooks/class-hook-link-related-screen.php:205
120
  msgid "Search"
@@ -136,121 +145,121 @@ msgstr "Beiträge verknüpfen"
136
  msgid "Finished"
137
  msgstr "Fertig"
138
 
139
- #: classes/hooks/class-hook-page-install.php:78
140
  msgid ""
141
  "Missing post type parameter, please report this incident via %sour "
142
  "website%s."
143
- msgstr "Fehlender Beitragstyp-Parameter. Bitte melde uns das auf %sunserer Website%s"
144
 
145
  #: classes/hooks/class-hook-page-install.php:121
146
  msgid "Installation"
147
  msgstr "Installation"
148
 
149
- #: classes/hooks/class-hook-page-install.php:168
150
- #: classes/hooks/class-hook-page-install.php:247
151
  msgid "Thank you for choosing Related Posts for WordPress!"
152
- msgstr "Vielen Dank fürs Verwenden von Related Posts for WordPress!"
153
 
154
- #: classes/hooks/class-hook-page-install.php:169
155
  msgid ""
156
  "Below you'll find your post types available for installation, by installing "
157
  "a post type we'll set up a cache and offer you the ability to automatic link"
158
  " (custom) posts. To install a post type, simply click the 'Install Post "
159
  "Type' button."
160
- msgstr "Nachfolgend findest du die verfügbaren Beitragstypen für die Installation. Dabei wird pro Beitragstyp ein Zwischenspeicher eingerichtet und wir bieten eine automatische Verknüpfung der Beiträge an. Klick für die Installation einfach auf \"Beitragstyp installieren\"."
161
 
162
- #: classes/hooks/class-hook-page-install.php:188
163
  msgid "Related to Post Types"
164
- msgstr "Verwandt mit Post Types"
165
 
166
- #: classes/hooks/class-hook-page-install.php:223
167
  msgid "Edit this post type"
168
- msgstr "Diesen Post Type bearbeiten"
169
 
170
- #: classes/hooks/class-hook-page-install.php:248
171
  msgid ""
172
  "Before you can start using Related Posts for WordPress we need to cache your"
173
  " current posts."
174
- msgstr "Bevor du Related Posts for WordPress benutzen kannst, müssen wir deine aktuellen Beiträge zwischenspeichern."
175
 
176
- #: classes/hooks/class-hook-page-install.php:249
177
  msgid ""
178
  "This is a one time process which might take some time now, depending on the "
179
  "amount of posts you have, but will ensure your website's performance when "
180
  "using the plugin."
181
- msgstr "Dies ist ein einmaliger Vorgang, der je nach Anzahl Beiträge etwas dauern kann, aber notwendig ist um optimale Leistung bei Verwendung dieses Plugins zu garantieren."
182
 
183
- #: classes/hooks/class-hook-page-install.php:251
184
  msgid ""
185
  "Do NOT close this window, wait for this process to finish and this wizard to"
186
  " take you to the next step."
187
- msgstr "Dieses Fenster NICHT schliessen. Warte, bis der Vorgang beendet ist und der Installationsassistent dich zum nächsten Schritt weiterleitet."
188
 
189
- #: classes/hooks/class-hook-page-install.php:285
190
  msgid "Great! All your posts were successfully cached!"
191
- msgstr "Super! All deine Beiträge sind erfolgreich zwischengespeichert."
192
 
193
- #: classes/hooks/class-hook-page-install.php:286
194
  msgid ""
195
  "You can let me link your posts, based on what I think is related, to each "
196
  "other. And don't worry, if I made a mistake at one of your posts you can "
197
  "easily correct this by editing it manually!"
198
- msgstr "Du kannst mich die Verknüpfungen vornehmen lassen. Wenn mir ein Fehler unterläuft, kannst du den ganz einfach korrigieren, indem du den Beitrag bearbeitest."
199
 
200
- #: classes/hooks/class-hook-page-install.php:287
201
  msgid ""
202
  "Want me to start linking posts to each other? Fill in the amount of related "
203
  "posts each post should have and click on the \"Link now\" button. Rather "
204
  "link your posts manually? Click \"Skip linking\"."
205
- msgstr "Möchtest du, dass ich beginne Beiträge zu verknüpfen? Gib die Anzahl verwandter Beiträge an, die jeder Beitrag haben soll und klick anschliessend auf \"Jetzt verknüpfen\". Lieber selbst deine Beiträge verknüpfen? Klick auf \"Verknüpfung überspringen\"."
206
 
207
- #: classes/hooks/class-hook-page-install.php:288
208
  msgid ""
209
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
210
  " process to finish and this wizard to take you to the next step."
211
- msgstr "Dieses Fenster NICHT schliessen nachdem du auf \"Jetzt verknüpfen\" geklickt hast. Warte, bis der Vorgang beendet ist und der Installationsassistent dich zum nächsten Schritt weiterleitet."
212
 
213
- #: classes/hooks/class-hook-page-install.php:295
214
  msgid "Amount of related posts:"
215
- msgstr "Anzahl verwandter Beiträge:"
216
 
217
- #: classes/hooks/class-hook-page-install.php:299
218
  msgid "The amount of related items per %s"
219
- msgstr "Die Anzahl verwandter Einträge pro %s."
220
 
221
- #: classes/hooks/class-hook-page-install.php:305
222
  msgid "Maximum Post Age:"
223
  msgstr "Maximales Beitragsalter:"
224
 
225
- #: classes/hooks/class-hook-page-install.php:309
226
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
227
- msgstr "Maximale Anzahl Tage für welche der Beitrag (%s) verknüpft wird. (0 = unlimitiert)"
228
 
229
- #: classes/hooks/class-hook-page-install.php:316
230
  msgid "Link now"
231
  msgstr "Verknüpfe jetzt"
232
 
233
- #: classes/hooks/class-hook-page-install.php:318
234
  msgid "Skip linking"
235
- msgstr "Verknüpfung überspringen"
236
 
237
- #: classes/hooks/class-hook-page-install.php:336
238
  msgid "That's it, you're good to go!"
239
- msgstr "Das wars, es kann los gehen!"
240
 
241
- #: classes/hooks/class-hook-page-install.php:337
242
  msgid ""
243
  "Thanks again for using Related Posts for WordPress and if you have any "
244
  "questions be sure to ask them at the %sWordPress.org forums.%s"
245
- msgstr "Nochmals vielen Dank für die Verwendung von Related Posts für WordPress. Wenn du irgendwelche Fragen hast, frag am besten im %sWordPress.org Forum%s nach."
246
 
247
- #: classes/hooks/class-hook-page-install.php:340
248
  msgid "Click here to return to step 1"
249
- msgstr "Zurück zu Schritt 1"
250
 
251
- #: classes/hooks/class-hook-page-install.php:346
252
  msgid "Click here to go to the settings page"
253
- msgstr "Zurück zu den Einstellungen"
254
 
255
  #: classes/hooks/class-hook-settings-page.php:58
256
  msgid "Plugin version"
@@ -261,11 +270,11 @@ msgid ""
261
  "Got a question? Simply send us an email at "
262
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
263
  "active license."
264
- msgstr "Hast du eine Frage? Schreib uns eine E-Mail an %ssupport@relatedpostsforwp.com%s. Bitte beachte, dass für Support eine aktive Lizenz benötigt wird."
265
 
266
  #: classes/hooks/class-hook-settings-page.php:68
267
  msgid "More information"
268
- msgstr "Weitere Information"
269
 
270
  #: classes/hooks/class-hook-settings-page.php:70
271
  msgid "<a href='%s'>Documentation</a>"
@@ -277,11 +286,11 @@ msgstr "<a href='%s'>Changelog</a>"
277
 
278
  #: classes/hooks/class-hook-settings-page.php:74
279
  msgid "<a href='%s'>Give us a review</a>"
280
- msgstr "<a href='%s'>Gib uns eine Bewertung</a>"
281
 
282
  #: classes/hooks/class-hook-settings-page.php:76
283
  msgid "Check out our other plugins at Never5.com"
284
- msgstr "Sieh dir auch unsere andern Plugins auf Never5.com an"
285
 
286
  #: classes/hooks/class-hook-settings-page.php:81
287
  msgid "About Never5"
@@ -304,11 +313,11 @@ msgstr "Allgemein"
304
 
305
  #: classes/hooks/class-hook-settings-page.php:133
306
  msgid "Installer"
307
- msgstr "Installer"
308
 
309
  #: classes/meta-boxes/class-meta-box-manage.php:80
310
  msgid "Add Related Posts"
311
- msgstr "Verwandte Beiträge zufügen"
312
 
313
  #: classes/meta-boxes/class-meta-box-manage.php:108
314
  #: classes/meta-boxes/class-meta-box-manage.php:109
@@ -326,11 +335,32 @@ msgstr "Keine verwandte Beiträge gefunden."
326
 
327
  #: classes/meta-boxes/class-meta-box-options.php:37
328
  msgid "Related Posts Options"
329
- msgstr "Einstellungen für verwandte Beiträge"
330
 
331
  #: classes/meta-boxes/class-meta-box-options.php:62
332
  msgid "Exclude"
333
- msgstr "Ausschliessen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
 
335
  #: classes/settings/class-settings-configurator.php:18
336
  msgid "Styling"
@@ -338,7 +368,7 @@ msgstr "Styling"
338
 
339
  #: classes/settings/class-settings-configurator.php:24
340
  msgid "Full control on how your related posts are displayed."
341
- msgstr "Vollständige Kontrolle über die Darstellung deiner verwandten Beiträge."
342
 
343
  #: classes/settings/class-settings-configurator.php:33
344
  msgid "Posts per row"
@@ -346,26 +376,26 @@ msgstr "Beiträge pro Zeile"
346
 
347
  #: classes/settings/class-settings-configurator.php:34
348
  msgid "The amount of related posts per row."
349
- msgstr "Die Anzahl verwandter Beiträge pro Zeile."
350
 
351
  #: classes/settings/class-settings-configurator.php:46
352
  msgid "Row fixed height"
353
- msgstr "Fixe Zeilengrösse"
354
 
355
  #: classes/settings/class-settings-configurator.php:47
356
  msgid ""
357
  "The fixed height per row in pixels, set to 0 to allow dynamic heights.."
358
- msgstr "Die fixe Zeilenhöhe in Pixel. 0 für dynamische Höhe."
359
 
360
  #: classes/settings/class-settings-configurator.php:53
361
  msgid "Custom CSS"
362
- msgstr "Benutzerdefinierte CSS"
363
 
364
  #: classes/settings/class-settings-configurator.php:54
365
  msgid ""
366
  "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
367
  "error here will break frontend display. To disable, leave field empty."
368
- msgstr "Füge benutzerdefiniertes CSS zum aktuellen Theme hinzu. Achtung: Dies ist eine fortgeschrittenere Funktionalität! Ein Fehler kann die ganze Anzeige auf der Website kaputt machen. Zum Deaktivieren leer lassen."
369
 
370
  #: classes/settings/class-settings-general.php:18
371
  msgid "General settings for %s"
@@ -373,13 +403,13 @@ msgstr "Allgemeine Einstellungen für %s"
373
 
374
  #: classes/settings/class-settings-general.php:24
375
  msgid "Automatic %ss linking"
376
- msgstr "Automatische %s verknüpfung"
377
 
378
  #: classes/settings/class-settings-general.php:25
379
  msgid ""
380
  "The following options affect how related posts are automatically linked for "
381
  "%ss."
382
- msgstr "Die folgenden Optionen beeinflussen, wie verwandte Beiträge (%s) automatisch verknüpft werden."
383
 
384
  #: classes/settings/class-settings-general.php:29
385
  msgid "Enable"
@@ -387,7 +417,7 @@ msgstr "Aktivieren"
387
 
388
  #: classes/settings/class-settings-general.php:30
389
  msgid "Checking this will enable automatically linking posts to new %ss"
390
- msgstr "Aktiviere diese Option um die automatische Verknüpfung von Einträgen (%s) zu aktiveren."
391
 
392
  #: classes/settings/class-settings-general.php:36
393
  msgid "Amount of Posts"
@@ -395,7 +425,7 @@ msgstr "Menge der Beiträge"
395
 
396
  #: classes/settings/class-settings-general.php:37
397
  msgid "The amount of automatically linked %ss"
398
- msgstr "Die Menge der automatisch verknüpften Einträge (%s)"
399
 
400
  #: classes/settings/class-settings-general.php:43
401
  msgid "Maximum Post Age"
@@ -403,7 +433,7 @@ msgstr "Maximales Beitragsalter"
403
 
404
  #: classes/settings/class-settings-general.php:44
405
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
406
- msgstr "Maximale Anzahl Tage für welche die Beiträge (%s) verknüpft werden. (0 = unlimitiert)"
407
 
408
  #: classes/settings/class-settings-general.php:52
409
  msgid "Frontend Settings"
@@ -412,31 +442,31 @@ msgstr "Frontend Einstellungen"
412
  #: classes/settings/class-settings-general.php:53
413
  msgid ""
414
  "The following options affect how related %ss are displayed on the frontend."
415
- msgstr "Die folgenden Optionen beeinflussen, wie verwandte Einträge (%s) auf der Webseite gezeigt werden."
416
 
417
  #: classes/settings/class-settings-general.php:57
418
  msgid "Heading text"
419
- msgstr "Überschrift Text"
420
 
421
  #: classes/settings/class-settings-general.php:58
422
  msgid ""
423
  "The text that is displayed above the related %ss. To disable, leave field "
424
  "empty."
425
- msgstr "Der Text, der über den verwandten Einträgen (%s) angezeigt wird. Zum Deaktivieren Feld leer lassen."
426
 
427
  #: classes/settings/class-settings-general.php:64
428
  msgid "Excerpt length"
429
- msgstr "Auszug Länge"
430
 
431
  #: classes/settings/class-settings-general.php:65
432
  msgid ""
433
  "The amount of words to be displayed below the title on website. To disable, "
434
  "set value to 0."
435
- msgstr "Die Anzahl Wörter, die unter dem Titel auf der Webseite angezeigt werden. Zum Deaktivieren Wert auf 0 setzen."
436
 
437
  #: classes/settings/class-settings-general.php:73
438
  msgid "Thumbnail size"
439
- msgstr "Vorschaubildgrösse"
440
 
441
  #: classes/settings/class-settings-general.php:74
442
  msgid ""
@@ -444,7 +474,7 @@ msgid ""
444
  "thumbnails – the display on the front-end will still be affected by CSS "
445
  "styles. After changing these settings you may need to %sregenerate your "
446
  "thumbnails.%s"
447
- msgstr "Diese Einstellungen beeinflussen die Darstellung und Dimensionen der Vorschaubilder verwandter Beiträge. Die Darstellung im Frontend wird weiterhin über CSS gesteuert. Nach einer Änderung musst du eventuell %sVorschaubilder regenerieren%s."
448
 
449
  #: classes/settings/class-settings-general.php:78
450
  msgid "Width"
@@ -452,7 +482,7 @@ msgstr "Breite"
452
 
453
  #: classes/settings/class-settings-general.php:79
454
  msgid "Thumbnail's width in pixels."
455
- msgstr "Breite des Vorschaubilds in Pixel."
456
 
457
  #: classes/settings/class-settings-general.php:85
458
  msgid "Height"
@@ -460,7 +490,7 @@ msgstr "Höhe"
460
 
461
  #: classes/settings/class-settings-general.php:86
462
  msgid "Thumbnail's height in pixels."
463
- msgstr "Höhe des Vorschaubilds in Pixel."
464
 
465
  #: classes/settings/class-settings-general.php:92
466
  msgid "Crop"
@@ -468,17 +498,17 @@ msgstr "Zuschneiden"
468
 
469
  #: classes/settings/class-settings-general.php:93
470
  msgid "Crop the image from the center."
471
- msgstr "Bild von der Mitte aus zuschneiden."
472
 
473
  #: classes/settings/class-settings-general.php:101
474
  msgid "Thumbnail Placeholder"
475
- msgstr "Vorschaubildplatzhalter"
476
 
477
  #: classes/settings/class-settings-general.php:102
478
  msgid ""
479
  "The placeholder will be used if no featured image is set and no images could"
480
  " be found in the content."
481
- msgstr "Der Platzhalter wird verwendet, wenn kein Vorschaubild vorhanden ist und auch im Inhalt kein Bild gefunden werden konnte."
482
 
483
  #: classes/settings/class-settings-general.php:106
484
  msgid "Placeholder"
@@ -488,7 +518,7 @@ msgstr "Platzhalter"
488
  msgid ""
489
  "Thumbnail placeholder, the image that will be used if no other image is "
490
  "found."
491
- msgstr "Platzhalter für den Fall, dass kein Vorschaubild vorhanden ist."
492
 
493
  #: classes/settings/class-settings-license.php:18
494
  msgid "License"
@@ -496,7 +526,7 @@ msgstr "Lizenz"
496
 
497
  #: classes/settings/class-settings-license.php:29
498
  msgid "License Status"
499
- msgstr "Lizenzstatus"
500
 
501
  #: classes/settings/class-settings-license.php:36
502
  msgid "License Key"
@@ -505,17 +535,17 @@ msgstr "Lizenzschlüssel"
505
  #: classes/settings/class-settings-license.php:37
506
  msgid ""
507
  "Your license key. You can find your license key in your %sMy Account%s page."
508
- msgstr "Dein Lizenzschlüssel. Du findest ihn auf der %sMy Account%s Seite."
509
 
510
  #: classes/settings/class-settings-license.php:44
511
  msgid "Activation Email"
512
- msgstr "Aktivierungsemail"
513
 
514
  #: classes/settings/class-settings-license.php:45
515
  msgid ""
516
  "Your activation email address. You can find your activation email address in"
517
  " your %sMy Account%s page."
518
- msgstr "Deine Aktivierungsemail. Du findest sie auf der %sMy Account%s Seite."
519
 
520
  #: classes/settings/class-settings-misc.php:18
521
  msgid "Misc"
@@ -527,7 +557,7 @@ msgstr "Sonstige Einstellungen"
527
 
528
  #: classes/settings/class-settings-misc.php:25
529
  msgid "A shelter for options that just don't fit in."
530
- msgstr "Ein Bereich für Optionen, die einfach nirgendwo sonst reinpassen."
531
 
532
  #: classes/settings/class-settings-misc.php:29
533
  msgid "Remove Data on Uninstall?"
@@ -537,7 +567,7 @@ msgstr "Daten entfernen beim Deinstallieren?"
537
  msgid ""
538
  "Check this box if you would like to completely remove all of its data when "
539
  "the plugin is deleted."
540
- msgstr "Aktiviere diese Checkbox, wenn du beim Löschen dieses Plugins auch all dessen Daten löschen möchtest."
541
 
542
  #: classes/settings/class-settings-misc.php:36
543
  msgid "Show love?"
@@ -551,43 +581,43 @@ msgstr "Zeige eine 'Powered by' Zeile unter den verwandten Beiträge. <strong>VO
551
 
552
  #: classes/settings/class-settings-misc.php:43
553
  msgid "Disable SSL Verification"
554
- msgstr "Deaktiviere SSL-Verifizierung"
555
 
556
  #: classes/settings/class-settings-misc.php:44
557
  msgid ""
558
  "Disable SSL verification in license requests. Check this if you've got "
559
  "problems connecting to licensing server."
560
- msgstr "Deaktiviere SSL-Verifizierung für Lizenzprüfungen. Wähle diese Option aus, wenn es Problem bei der Verbindung mit dem Lizenz-Server gibt."
561
 
562
  #: classes/settings/class-settings-page.php:212
563
  msgid "Image URL"
564
- msgstr "Bild-URL"
565
 
566
  #: classes/settings/class-settings-page.php:213
567
  msgid "Upload Image"
568
  msgstr "Bild hochladen"
569
 
570
- #: classes/settings/class-settings-page.php:468
571
  msgid "ACTIVATED"
572
  msgstr "AKTIVIERT"
573
 
574
- #: classes/settings/class-settings-page.php:470
575
  msgid "NOT ACTIVE"
576
- msgstr "NICHT AKTIV"
577
 
578
  #: classes/settings/class-settings-weights.php:18
579
  msgid "Weights"
580
- msgstr "Gewichtungen"
581
 
582
  #: classes/settings/class-settings-weights.php:24
583
  msgid "Weight settings"
584
- msgstr "Gewichtungseinstellung"
585
 
586
  #: classes/settings/class-settings-weights.php:25
587
  msgid ""
588
  "Easily adjust the weights by using the sliders below. Please note that you "
589
  "need to rerun the installer after changing weights."
590
- msgstr "Passe die Gewichtung einfach an mit Hilfe der nachfolgenden Schieberegler. Bitte beachte, dass das Installationsprogramm nach einer Änderung erneut ausgeführt werden muss."
591
 
592
  #: classes/settings/class-settings-weights.php:29
593
  #: classes/settings/class-settings-weights.php:33
@@ -598,11 +628,11 @@ msgstr "Gewichtung zurücksetzen"
598
  msgid ""
599
  "Reset the weights back to their defaults. Don't forget to Save the Changes "
600
  "after resetting the weights."
601
- msgstr "Gewichtungen zurück auf die Ursprungswerte zurücksetzen. Vergiss nicht die Änderung anschliessend zu speichern."
602
 
603
  #: classes/settings/class-settings-weights.php:38
604
  msgid "The weight of the title."
605
- msgstr "Gewichtung des Titels."
606
 
607
  #: classes/settings/class-settings-weights.php:44
608
  msgid "Links"
@@ -610,23 +640,19 @@ msgstr "Verknüpfungen"
610
 
611
  #: classes/settings/class-settings-weights.php:45
612
  msgid "The weight of the links found in the content."
613
- msgstr "Gewichtung der Links in dem Inhalt."
614
-
615
- #: classes/settings/class-settings-weights.php:51
616
- msgid "Categories"
617
- msgstr "Kategorien"
618
 
619
  #: classes/settings/class-settings-weights.php:52
620
  msgid "The weight of the categories."
621
- msgstr "Gewichtung der Kategorien."
622
 
623
  #: classes/settings/class-settings-weights.php:58
624
  msgid "Tags"
625
- msgstr "Schlagwörter"
626
 
627
  #: classes/settings/class-settings-weights.php:59
628
  msgid "The weight of the tags."
629
- msgstr "Gewichtung der Schlagwörter."
630
 
631
  #: classes/settings/class-settings-weights.php:65
632
  msgid "Custom Taxonomies"
@@ -634,7 +660,7 @@ msgstr "Benutzerdefinierte Taxonomien"
634
 
635
  #: classes/settings/class-settings-weights.php:66
636
  msgid "The weight of custom taxonomies."
637
- msgstr "Gewichtung der benutzerdefinierte Taxonomien."
638
 
639
  #: classes/settings/class-settings-words.php:18
640
  msgid "Words"
@@ -642,41 +668,41 @@ msgstr "Wörter"
642
 
643
  #: classes/settings/class-settings-words.php:24
644
  msgid "Word related options"
645
- msgstr "Wörter-bezogene Einstellungen"
646
 
647
  #: classes/settings/class-settings-words.php:25
648
  msgid ""
649
  "Control what extra words should be excluded and what word combinations "
650
  "should be parsed as a single word."
651
- msgstr "Kontrolliere, welche zusätzlichen Wörter ausgeschlossen werden soll und welche Wortkombinationen als einzelne Wörter gelten."
652
 
653
  #: classes/settings/class-settings-words.php:29
654
  msgid "Extra Ignored Words"
655
- msgstr "Weitere i"
656
 
657
  #: classes/settings/class-settings-words.php:30
658
  msgid ""
659
  "By default we already ignore a lot of words based on your language that are "
660
  "not related to your content. In English this would be words like %s and %s."
661
- msgstr "Standardmässig ignorieren wir bereits eine Menge Wörter pro Sprache, welche nicht zum Inhalt gehören. In Englisch wären das Wörter wie %s und %s."
662
 
663
  #: classes/settings/class-settings-words.php:30
664
  msgid "Add the extra words you would to ignore here, one word per row."
665
- msgstr "Füge pro Zeile ein weiteres Wort ein, welches ignoriert werden soll."
666
 
667
  #: classes/settings/class-settings-words.php:36
668
  msgid "Joined Words"
669
- msgstr "Verbundene Wörter"
670
 
671
  #: classes/settings/class-settings-words.php:37
672
  msgid ""
673
  "By default we split content per word but some word combinations should be "
674
  "considered as one word. An example of this would be %s."
675
- msgstr "Standardmässig teilen wir den Inhalt in Wörter auf, aber manche Wortkombinationen gelten als ein Wort. Ein solches Beispiel ist etwa %s."
676
 
677
  #: classes/settings/class-settings-words.php:37
678
  msgid "Add your joined words here, one joined word per row."
679
- msgstr "Füge pro Zeile ein weiteres verbundenes Wort hinzu."
680
 
681
  #: includes/updater/class-rp4wp-updater.php:131
682
  msgid "Hide notice"
@@ -692,7 +718,7 @@ msgstr "http://www.relatedpostsforwp.com/"
692
 
693
  #. Description of the plugin/theme
694
  msgid "The best way to display related posts in WordPress."
695
- msgstr "Der beste Weg verwandte Beiträge in WordPress darzustellen."
696
 
697
  #. Author of the plugin/theme
698
  msgid "Never5"
1
+ # Copyright (C) 2017 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
+ # A. Iven <arend@iven.tv>, 2017
5
  # Barry Kooij <mail@barrykooij.nl>, 2014
6
  # JB, 2014
7
  # Remy van Velthuijsen <remyvv@users.noreply.github.com>, 2014
9
  msgstr ""
10
  "Project-Id-Version: Related Posts for WordPress\n"
11
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
12
+ "POT-Creation-Date: 2017-09-06 17:17:09+00:00\n"
13
+ "PO-Revision-Date: 2017-09-06 17:20+0000\n"
14
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
15
  "Language-Team: German (Germany) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/de_DE/)\n"
16
  "MIME-Version: 1.0\n"
18
  "Content-Transfer-Encoding: 8bit\n"
19
  "Language: de_DE\n"
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
+ "X-Generator: grunt-wp-i18n1.0.0\n"
22
+
23
+ #: classes/class-dependencies.php:27
24
+ msgid "Error:"
25
+ msgstr ""
26
 
27
  #: classes/class-is-installing-notice.php:74
28
  msgid ""
29
  "Woah! Looks like we weren't able to finish your Related Posts for WordPress "
30
  "installation wizard!"
31
+ msgstr "Ufff! Es scheint, als hätte es bei der Ausführung des Installationsprogramms für Related Posts für WordPress einen Fehler gegeben!"
32
 
33
  #: classes/class-is-installing-notice.php:76
34
  msgid "%sResume the installation wizard%s or %sdismiss this notice%s"
35
+ msgstr "%sSetzen Sie den Installationsassistenten fort%s oder %sverwerfen diese Meldung%s"
36
 
37
  #: classes/class-javascript-strings.php:14
38
  msgid "Are you sure you want to delete this related post?"
39
+ msgstr "Sind Sie sicher, dass Sie diesen verwandten Beitrag löschen wollen?"
40
 
41
  #: classes/class-javascript-strings.php:15
42
  msgid "Delete this post type"
43
+ msgstr "Diesen Inhaltstyp löschen"
44
 
45
  #: classes/class-javascript-strings.php:16
46
  msgid "Relink related posts"
47
+ msgstr "Verwandte Artikel erneut verlinken"
48
 
49
  #: classes/class-javascript-strings.php:17
50
  msgid "Reinstall this post type"
51
+ msgstr "Diesen Beitragstyp erneut installieren"
52
 
53
  #: classes/class-javascript-strings.php:18
54
  msgid "Save post type"
55
+ msgstr "Beitragstyp speichern"
56
 
57
  #: classes/class-javascript-strings.php:19
58
  msgid "Add post type"
75
  msgstr "Titel"
76
 
77
  #: classes/class-link-related-table.php:96
78
+ #: classes/hooks/class-hook-page-install.php:191
79
  #: classes/hooks/class-hook-settings-page.php:155
80
  msgid "Post Type"
81
+ msgstr "Beitragstyp"
82
 
83
  #: classes/class-link-related-table.php:97
84
  msgid "Post Date"
85
+ msgstr "Veröffentlichungsdatum"
86
 
87
  #: classes/class-link-related-table.php:270
88
  msgid "Link Post"
113
  msgid "Display related posts."
114
  msgstr "Zeige verwandte Beiträge"
115
 
116
+ #: classes/class-related-posts-widget.php:52
117
+ msgid "Output template"
118
+ msgstr ""
119
+
120
  #: classes/filters/class-filter-plugin-links.php:29
121
  msgid "Settings"
122
  msgstr "Einstellungen"
123
 
124
  #: classes/hooks/class-hook-link-related-screen.php:189
125
  msgid "Cancel linking"
126
+ msgstr "Verknüpfen abbrechen"
127
 
128
  #: classes/hooks/class-hook-link-related-screen.php:205
129
  msgid "Search"
145
  msgid "Finished"
146
  msgstr "Fertig"
147
 
148
+ #: classes/hooks/class-hook-page-install.php:73
149
  msgid ""
150
  "Missing post type parameter, please report this incident via %sour "
151
  "website%s."
152
+ msgstr "Ein Beitragstyp-Parameter fehlt. Bitte melden Sie diesen Vorfall auf %sour website%."
153
 
154
  #: classes/hooks/class-hook-page-install.php:121
155
  msgid "Installation"
156
  msgstr "Installation"
157
 
158
+ #: classes/hooks/class-hook-page-install.php:172
159
+ #: classes/hooks/class-hook-page-install.php:243
160
  msgid "Thank you for choosing Related Posts for WordPress!"
161
+ msgstr "Vielen Dank, dass Sie das \"Related Posts\"-Plugin für WordPress gewählt haben!"
162
 
163
+ #: classes/hooks/class-hook-page-install.php:173
164
  msgid ""
165
  "Below you'll find your post types available for installation, by installing "
166
  "a post type we'll set up a cache and offer you the ability to automatic link"
167
  " (custom) posts. To install a post type, simply click the 'Install Post "
168
  "Type' button."
169
+ msgstr "Nachfolgend finden Sie verfügbare Beitragstyps für eine Installation. Bei der Installation eines Beitragstyps richten wir einen Zwischenspeicher (Cache) ein und es besteht die Möglichkeit, automatisch verwandte Beiträge verknüpfen zu lassen. Um ein Beitragstyp zu installieren, klicken Sie auf den Button \"Installiere Beitrags-Typ\"."
170
 
171
+ #: classes/hooks/class-hook-page-install.php:192
172
  msgid "Related to Post Types"
173
+ msgstr "Verwandte Beitragstypen"
174
 
175
+ #: classes/hooks/class-hook-page-install.php:227
176
  msgid "Edit this post type"
177
+ msgstr "Diesen Beitragstyp bearbeiten"
178
 
179
+ #: classes/hooks/class-hook-page-install.php:244
180
  msgid ""
181
  "Before you can start using Related Posts for WordPress we need to cache your"
182
  " current posts."
183
+ msgstr "Befor Sie anfangen Related Posts für WordPress zu nutzen, müssen wir Ihre aktuellen Beiträge zwischenspeichern."
184
 
185
+ #: classes/hooks/class-hook-page-install.php:245
186
  msgid ""
187
  "This is a one time process which might take some time now, depending on the "
188
  "amount of posts you have, but will ensure your website's performance when "
189
  "using the plugin."
190
+ msgstr "Dies ist ein einmaliger Vorgang, der - abhängig von der Anzahl der Beiträg - einige Zeit dauern kann. Dies wird die Leistung Ihrer Webseite verbessern, wenn Sie das Plug-in benutzen."
191
 
192
+ #: classes/hooks/class-hook-page-install.php:247
193
  msgid ""
194
  "Do NOT close this window, wait for this process to finish and this wizard to"
195
  " take you to the next step."
196
+ msgstr "Schließen Sie dieses Fenster bitte NICHT. Warten Sie bis der Prozess beendet ist und der Installationsassistent Sie zum nächsten Schritt weiterleitet."
197
 
198
+ #: classes/hooks/class-hook-page-install.php:273
199
  msgid "Great! All your posts were successfully cached!"
200
+ msgstr "Super! Ihre Beiträge sind erfolgreich zwischengespeichert."
201
 
202
+ #: classes/hooks/class-hook-page-install.php:274
203
  msgid ""
204
  "You can let me link your posts, based on what I think is related, to each "
205
  "other. And don't worry, if I made a mistake at one of your posts you can "
206
  "easily correct this by editing it manually!"
207
+ msgstr "Sie können mich die Verknüpfungen zwischen den einzelnen Beiträgen erstellen lassen. Dabei verlinke ich alles, wovon ich denke, dass es miteinander verwandt ist. Wenn ich einen Fehler mache, können Sie ganz einfach korrigieren. Bearbeiten Sie dazu den entsprechenden Beitrag selbst."
208
 
209
+ #: classes/hooks/class-hook-page-install.php:275
210
  msgid ""
211
  "Want me to start linking posts to each other? Fill in the amount of related "
212
  "posts each post should have and click on the \"Link now\" button. Rather "
213
  "link your posts manually? Click \"Skip linking\"."
214
+ msgstr "Möchten Sie dass ich anfange die Beiträge miteinander zu verknüpfen? Bitte geben Sie ein, wie viele verwandte Beiträge jedem Beitrag zugeordnet werden sollen und klicken Sie den \"jetzt verlinken\"-Button. Möchten Sie Ihre Beiträge lieber selbst verknüpfen? Klicken Sie \"verknüpfen abbrechen\"."
215
 
216
+ #: classes/hooks/class-hook-page-install.php:276
217
  msgid ""
218
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
219
  " process to finish and this wizard to take you to the next step."
220
+ msgstr "Schließen Sie dieses Fenster bitte NICHT. Warten Sie, bis der Prozess beendet ist und der Installationsassistent Sie zum nächtsten Schritt weiterleitet."
221
 
222
+ #: classes/hooks/class-hook-page-install.php:283
223
  msgid "Amount of related posts:"
224
+ msgstr "Anzahl an verwandten Beiträgen"
225
 
226
+ #: classes/hooks/class-hook-page-install.php:287
227
  msgid "The amount of related items per %s"
228
+ msgstr "Anzahl der verwandten Einträge pro %s"
229
 
230
+ #: classes/hooks/class-hook-page-install.php:293
231
  msgid "Maximum Post Age:"
232
  msgstr "Maximales Beitragsalter:"
233
 
234
+ #: classes/hooks/class-hook-page-install.php:297
235
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
236
+ msgstr "Das maximale Alter von %s, die verlinkt werden. (0 = unendlich)"
237
 
238
+ #: classes/hooks/class-hook-page-install.php:304
239
  msgid "Link now"
240
  msgstr "Verknüpfe jetzt"
241
 
242
+ #: classes/hooks/class-hook-page-install.php:306
243
  msgid "Skip linking"
244
+ msgstr "Verknüpfen überspringen"
245
 
246
+ #: classes/hooks/class-hook-page-install.php:324
247
  msgid "That's it, you're good to go!"
248
+ msgstr "Das war's, jetzt kann es los gehen!"
249
 
250
+ #: classes/hooks/class-hook-page-install.php:325
251
  msgid ""
252
  "Thanks again for using Related Posts for WordPress and if you have any "
253
  "questions be sure to ask them at the %sWordPress.org forums.%s"
254
+ msgstr "Nochmals vielen Dank für die Verwendung von Related Posts für Wordpress und wenn Sie irgendwelche Fragen haben, fragen Sie sie auf den %sWordPress.org Foren%s."
255
 
256
+ #: classes/hooks/class-hook-page-install.php:328
257
  msgid "Click here to return to step 1"
258
+ msgstr "Drücken Sie hier um zurück zu Schritt 1 zu gelangen"
259
 
260
+ #: classes/hooks/class-hook-page-install.php:334
261
  msgid "Click here to go to the settings page"
262
+ msgstr "Klicken Sie hier um zurück zu den Einstellungen zu gelangen"
263
 
264
  #: classes/hooks/class-hook-settings-page.php:58
265
  msgid "Plugin version"
270
  "Got a question? Simply send us an email at "
271
  "%ssupport@relatedpostsforwp.com%s. Please note that support requires an "
272
  "active license."
273
+ msgstr "Sie haben eine Frage? Senden Sie uns einfach eine E-Mail an %ssupport@relatedpostsforwp.com%s. Bitte beachten Sie, dass eine gültige Lizenz eine Grundvoraussetzung für Support ist."
274
 
275
  #: classes/hooks/class-hook-settings-page.php:68
276
  msgid "More information"
277
+ msgstr "Weitere Informationen"
278
 
279
  #: classes/hooks/class-hook-settings-page.php:70
280
  msgid "<a href='%s'>Documentation</a>"
286
 
287
  #: classes/hooks/class-hook-settings-page.php:74
288
  msgid "<a href='%s'>Give us a review</a>"
289
+ msgstr "<a href='%s'>Bewerten Sie uns</a>"
290
 
291
  #: classes/hooks/class-hook-settings-page.php:76
292
  msgid "Check out our other plugins at Never5.com"
293
+ msgstr "Sieh dir auch unsere anderen Plugins auf Never5.com an"
294
 
295
  #: classes/hooks/class-hook-settings-page.php:81
296
  msgid "About Never5"
313
 
314
  #: classes/hooks/class-hook-settings-page.php:133
315
  msgid "Installer"
316
+ msgstr "Installationswerkzeug"
317
 
318
  #: classes/meta-boxes/class-meta-box-manage.php:80
319
  msgid "Add Related Posts"
320
+ msgstr "Verwandte Beiträge hinzufügen"
321
 
322
  #: classes/meta-boxes/class-meta-box-manage.php:108
323
  #: classes/meta-boxes/class-meta-box-manage.php:109
335
 
336
  #: classes/meta-boxes/class-meta-box-options.php:37
337
  msgid "Related Posts Options"
338
+ msgstr "Optionen für verwandte Beiträge"
339
 
340
  #: classes/meta-boxes/class-meta-box-options.php:62
341
  msgid "Exclude"
342
+ msgstr "Ausschließen"
343
+
344
+ #: classes/settings/class-settings-categories.php:18
345
+ #: classes/settings/class-settings-weights.php:51
346
+ msgid "Categories"
347
+ msgstr "Kategorien"
348
+
349
+ #: classes/settings/class-settings-categories.php:27
350
+ msgid "Limit Post Categories"
351
+ msgstr ""
352
+
353
+ #: classes/settings/class-settings-categories.php:28
354
+ msgid "Limit the categories related content is selected from."
355
+ msgstr ""
356
+
357
+ #: classes/settings/class-settings-categories.php:34
358
+ msgid "Select Categories"
359
+ msgstr ""
360
+
361
+ #: classes/settings/class-settings-categories.php:35
362
+ msgid "Select what categories we need to select related content from."
363
+ msgstr ""
364
 
365
  #: classes/settings/class-settings-configurator.php:18
366
  msgid "Styling"
368
 
369
  #: classes/settings/class-settings-configurator.php:24
370
  msgid "Full control on how your related posts are displayed."
371
+ msgstr "Volle Kontrolle über das Aussehen Ihrer \"related Posts\""
372
 
373
  #: classes/settings/class-settings-configurator.php:33
374
  msgid "Posts per row"
376
 
377
  #: classes/settings/class-settings-configurator.php:34
378
  msgid "The amount of related posts per row."
379
+ msgstr "Anzahl an verwandten Beiträgen pro Zeile."
380
 
381
  #: classes/settings/class-settings-configurator.php:46
382
  msgid "Row fixed height"
383
+ msgstr "Feste Zeilenhöhe"
384
 
385
  #: classes/settings/class-settings-configurator.php:47
386
  msgid ""
387
  "The fixed height per row in pixels, set to 0 to allow dynamic heights.."
388
+ msgstr "Feste Zeilenhöhe in Pixeln. Setzen Sie 0 um dynamische Höhen zu erlauben."
389
 
390
  #: classes/settings/class-settings-configurator.php:53
391
  msgid "Custom CSS"
392
+ msgstr "Benutzerdefiniertes CSS"
393
 
394
  #: classes/settings/class-settings-configurator.php:54
395
  msgid ""
396
  "Add custom CSS to selected theme. Warning! This is an advanced feature! An "
397
  "error here will break frontend display. To disable, leave field empty."
398
+ msgstr "Fügen Sie benutzerdefiniertes CSS zu Ihrem Theme hinzu. Warnung! Dies ist eine erweiterte Funktion! Ein Fehler kann die Ausgabe im Frontend beschädigen. Zum Deativieren, lassen Sie das Feld leer."
399
 
400
  #: classes/settings/class-settings-general.php:18
401
  msgid "General settings for %s"
403
 
404
  #: classes/settings/class-settings-general.php:24
405
  msgid "Automatic %ss linking"
406
+ msgstr "Automatische Verlinkung %sS"
407
 
408
  #: classes/settings/class-settings-general.php:25
409
  msgid ""
410
  "The following options affect how related posts are automatically linked for "
411
  "%ss."
412
+ msgstr "Die folgenden Optionen beeinflussen, wie verwandten Beiträge automatisch verknüpft werden für %sen."
413
 
414
  #: classes/settings/class-settings-general.php:29
415
  msgid "Enable"
417
 
418
  #: classes/settings/class-settings-general.php:30
419
  msgid "Checking this will enable automatically linking posts to new %ss"
420
+ msgstr "Das Aktivieren dieser Option wird automatisch die Verknüpfung von Beiträgen zu neuen %sen aktivieren."
421
 
422
  #: classes/settings/class-settings-general.php:36
423
  msgid "Amount of Posts"
425
 
426
  #: classes/settings/class-settings-general.php:37
427
  msgid "The amount of automatically linked %ss"
428
+ msgstr "Die Menge der automatisch verknüpfte %s"
429
 
430
  #: classes/settings/class-settings-general.php:43
431
  msgid "Maximum Post Age"
433
 
434
  #: classes/settings/class-settings-general.php:44
435
  msgid "The maximum age in days of %ss that will be linked. (0 = unlimited)"
436
+ msgstr "Das maximale Alter von %s, die verlinkt werden. (0 = unendlich)"
437
 
438
  #: classes/settings/class-settings-general.php:52
439
  msgid "Frontend Settings"
442
  #: classes/settings/class-settings-general.php:53
443
  msgid ""
444
  "The following options affect how related %ss are displayed on the frontend."
445
+ msgstr "Die folgenden Optionen beeinflussen, wie verwandte %sen auf der Webseite gezeigt werden."
446
 
447
  #: classes/settings/class-settings-general.php:57
448
  msgid "Heading text"
449
+ msgstr "Überschrift"
450
 
451
  #: classes/settings/class-settings-general.php:58
452
  msgid ""
453
  "The text that is displayed above the related %ss. To disable, leave field "
454
  "empty."
455
+ msgstr "Text, der überr den Verwandten %sen angezeigt wird. Zum Deaktivieren, lassen Sie das Feld leer."
456
 
457
  #: classes/settings/class-settings-general.php:64
458
  msgid "Excerpt length"
459
+ msgstr "Länge des Textauszugs"
460
 
461
  #: classes/settings/class-settings-general.php:65
462
  msgid ""
463
  "The amount of words to be displayed below the title on website. To disable, "
464
  "set value to 0."
465
+ msgstr "Die Anzahl der Wörter, die unter dem Titel auf der Webseite gezeigt werden. Zum Deaktivieren, setzen Sie den Wert auf 0."
466
 
467
  #: classes/settings/class-settings-general.php:73
468
  msgid "Thumbnail size"
469
+ msgstr "Größe des Thumbnail"
470
 
471
  #: classes/settings/class-settings-general.php:74
472
  msgid ""
474
  "thumbnails – the display on the front-end will still be affected by CSS "
475
  "styles. After changing these settings you may need to %sregenerate your "
476
  "thumbnails.%s"
477
+ msgstr "Diese Einstellungen beeinflussen die Ausgabe und Größe der Thumbnails die Ausgabe im Frontend wird weiterhin vom CSS beeinflusst. Nach der Änderung dieser Einstellungen müssen Sie vielleicht die %sThumbnails neu generieren.%s"
478
 
479
  #: classes/settings/class-settings-general.php:78
480
  msgid "Width"
482
 
483
  #: classes/settings/class-settings-general.php:79
484
  msgid "Thumbnail's width in pixels."
485
+ msgstr "Breite der Thumbnails in Pixeln"
486
 
487
  #: classes/settings/class-settings-general.php:85
488
  msgid "Height"
490
 
491
  #: classes/settings/class-settings-general.php:86
492
  msgid "Thumbnail's height in pixels."
493
+ msgstr "Höhe des Thumbnail in Pixeln"
494
 
495
  #: classes/settings/class-settings-general.php:92
496
  msgid "Crop"
498
 
499
  #: classes/settings/class-settings-general.php:93
500
  msgid "Crop the image from the center."
501
+ msgstr "Das Bild von der Mitte beschneiden."
502
 
503
  #: classes/settings/class-settings-general.php:101
504
  msgid "Thumbnail Placeholder"
505
+ msgstr "Thumbnail Platzhalter"
506
 
507
  #: classes/settings/class-settings-general.php:102
508
  msgid ""
509
  "The placeholder will be used if no featured image is set and no images could"
510
  " be found in the content."
511
+ msgstr "Der Platzhalter wird ausgegeben, wenn kein Beitragbild hinterlegt ist und keine Bilder im Inhalt gefunden werden können."
512
 
513
  #: classes/settings/class-settings-general.php:106
514
  msgid "Placeholder"
518
  msgid ""
519
  "Thumbnail placeholder, the image that will be used if no other image is "
520
  "found."
521
+ msgstr "Platzhalterbild. Diese Bild wird verwendet, wenn kein anderes Bild gefunden wird."
522
 
523
  #: classes/settings/class-settings-license.php:18
524
  msgid "License"
526
 
527
  #: classes/settings/class-settings-license.php:29
528
  msgid "License Status"
529
+ msgstr "Status der Lizenz"
530
 
531
  #: classes/settings/class-settings-license.php:36
532
  msgid "License Key"
535
  #: classes/settings/class-settings-license.php:37
536
  msgid ""
537
  "Your license key. You can find your license key in your %sMy Account%s page."
538
+ msgstr "Ihr Lizenzschlüssel. Sie können Ihn auf ihrer %sKundenkonto%s-Seite finden."
539
 
540
  #: classes/settings/class-settings-license.php:44
541
  msgid "Activation Email"
542
+ msgstr "Aktivierung-E-Mail"
543
 
544
  #: classes/settings/class-settings-license.php:45
545
  msgid ""
546
  "Your activation email address. You can find your activation email address in"
547
  " your %sMy Account%s page."
548
+ msgstr "Ihr Aktivierungs-E-Mail-Adresse. Sie können Ihre Adresse auf Ihrer %sKundenkonto%s-Seite finden."
549
 
550
  #: classes/settings/class-settings-misc.php:18
551
  msgid "Misc"
557
 
558
  #: classes/settings/class-settings-misc.php:25
559
  msgid "A shelter for options that just don't fit in."
560
+ msgstr "Ein Zufluchtsort für Optionen, die sonst nirgendwo passen."
561
 
562
  #: classes/settings/class-settings-misc.php:29
563
  msgid "Remove Data on Uninstall?"
567
  msgid ""
568
  "Check this box if you would like to completely remove all of its data when "
569
  "the plugin is deleted."
570
+ msgstr "Aktivieren Sie dieses Kästchen, wenn Sie möchten, dass alle Daten entfernt werden, wenn das Plugin gelöscht wird."
571
 
572
  #: classes/settings/class-settings-misc.php:36
573
  msgid "Show love?"
581
 
582
  #: classes/settings/class-settings-misc.php:43
583
  msgid "Disable SSL Verification"
584
+ msgstr "SSL Verification deaktivieren"
585
 
586
  #: classes/settings/class-settings-misc.php:44
587
  msgid ""
588
  "Disable SSL verification in license requests. Check this if you've got "
589
  "problems connecting to licensing server."
590
+ msgstr "SSL Verifikation bei den Lizentabfragen deaktivieren. Wählen Sie diese Option an, wenn Sie Probleme haben den Lizenzserver zu erreichen."
591
 
592
  #: classes/settings/class-settings-page.php:212
593
  msgid "Image URL"
594
+ msgstr "URL des Bildes"
595
 
596
  #: classes/settings/class-settings-page.php:213
597
  msgid "Upload Image"
598
  msgstr "Bild hochladen"
599
 
600
+ #: classes/settings/class-settings-page.php:471
601
  msgid "ACTIVATED"
602
  msgstr "AKTIVIERT"
603
 
604
+ #: classes/settings/class-settings-page.php:473
605
  msgid "NOT ACTIVE"
606
+ msgstr "DEAKTIVIERT"
607
 
608
  #: classes/settings/class-settings-weights.php:18
609
  msgid "Weights"
610
+ msgstr "Gewichtung"
611
 
612
  #: classes/settings/class-settings-weights.php:24
613
  msgid "Weight settings"
614
+ msgstr "Gewichtungseinstellungen"
615
 
616
  #: classes/settings/class-settings-weights.php:25
617
  msgid ""
618
  "Easily adjust the weights by using the sliders below. Please note that you "
619
  "need to rerun the installer after changing weights."
620
+ msgstr "Einfache Anpassung der Gewichtung mit Hilfe der Schieberegler unten. Bitte beachten Sie, dass Sie das Installationsprogramm nach dem Ändern der Gewichtung erneut ausführen müssen."
621
 
622
  #: classes/settings/class-settings-weights.php:29
623
  #: classes/settings/class-settings-weights.php:33
628
  msgid ""
629
  "Reset the weights back to their defaults. Don't forget to Save the Changes "
630
  "after resetting the weights."
631
+ msgstr "Gewichtung auf Ausgangszustand zurücksetzen. Bitte vergessen Sie nicht die Änderungen zu speichern, nachdem Sie die Gewichtung zurückgesetzt haben."
632
 
633
  #: classes/settings/class-settings-weights.php:38
634
  msgid "The weight of the title."
635
+ msgstr "Die gewichtung des Titels."
636
 
637
  #: classes/settings/class-settings-weights.php:44
638
  msgid "Links"
640
 
641
  #: classes/settings/class-settings-weights.php:45
642
  msgid "The weight of the links found in the content."
643
+ msgstr "Die Gewichtung der Links, die im Inhalt gefunden wurden."
 
 
 
 
644
 
645
  #: classes/settings/class-settings-weights.php:52
646
  msgid "The weight of the categories."
647
+ msgstr "Die Gewichtung der Kategorien."
648
 
649
  #: classes/settings/class-settings-weights.php:58
650
  msgid "Tags"
651
+ msgstr "Tags"
652
 
653
  #: classes/settings/class-settings-weights.php:59
654
  msgid "The weight of the tags."
655
+ msgstr "Die Gewichtung der Tags."
656
 
657
  #: classes/settings/class-settings-weights.php:65
658
  msgid "Custom Taxonomies"
660
 
661
  #: classes/settings/class-settings-weights.php:66
662
  msgid "The weight of custom taxonomies."
663
+ msgstr "Die Gewichtung der benutzerdefinierte Taxonomien."
664
 
665
  #: classes/settings/class-settings-words.php:18
666
  msgid "Words"
668
 
669
  #: classes/settings/class-settings-words.php:24
670
  msgid "Word related options"
671
+ msgstr "Wortbasierte Optionen"
672
 
673
  #: classes/settings/class-settings-words.php:25
674
  msgid ""
675
  "Control what extra words should be excluded and what word combinations "
676
  "should be parsed as a single word."
677
+ msgstr "Stellen Sie ein, welche Wörter ausgenommen werden sollen und welche Wortkombinationen als ein einziges Wort geparsed werden sollen."
678
 
679
  #: classes/settings/class-settings-words.php:29
680
  msgid "Extra Ignored Words"
681
+ msgstr "Ignorierte Wörter"
682
 
683
  #: classes/settings/class-settings-words.php:30
684
  msgid ""
685
  "By default we already ignore a lot of words based on your language that are "
686
  "not related to your content. In English this would be words like %s and %s."
687
+ msgstr "Standardmäßig ignorieren wir schon viele Wörter, die nicht zu deinem Content gehören. Im Englischen wären das Wörter wie %s und %s."
688
 
689
  #: classes/settings/class-settings-words.php:30
690
  msgid "Add the extra words you would to ignore here, one word per row."
691
+ msgstr "Fügen Sie hier weitere Wörter hinzu, die ignoriert werden sollen. Bitte jeweils ein Wort pro Reihe."
692
 
693
  #: classes/settings/class-settings-words.php:36
694
  msgid "Joined Words"
695
+ msgstr "Zusammengesetzte Wörter"
696
 
697
  #: classes/settings/class-settings-words.php:37
698
  msgid ""
699
  "By default we split content per word but some word combinations should be "
700
  "considered as one word. An example of this would be %s."
701
+ msgstr "Standardmäßig trennen wir alles in Wörter auf. Manche Wortkombinationen sollten aber als ein Wort behandelt werden. Ein Beispiel ist %s."
702
 
703
  #: classes/settings/class-settings-words.php:37
704
  msgid "Add your joined words here, one joined word per row."
705
+ msgstr "Fügen Sie hier Ihre zusammengesetzten Wörter ein. Bitte jeweils ein Wort pro Reihe."
706
 
707
  #: includes/updater/class-rp4wp-updater.php:131
708
  msgid "Hide notice"
718
 
719
  #. Description of the plugin/theme
720
  msgid "The best way to display related posts in WordPress."
721
+ msgstr "Den besten Weg um verwandte Beiträge in WordPress zu zeigen."
722
 
723
  #. Author of the plugin/theme
724
  msgid "Never5"
languages/related-posts-for-wp-fr_FR.mo CHANGED
Binary file
languages/related-posts-for-wp-fr_FR.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
- "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
11
- "PO-Revision-Date: 2016-08-25 13:54+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: French (France) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/fr_FR/)\n"
14
  "MIME-Version: 1.0\n"
@@ -16,7 +16,11 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: fr_FR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
- "X-Generator: grunt-wp-i18n 0.4.9\n"
 
 
 
 
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
@@ -69,7 +73,7 @@ msgid "Title"
69
  msgstr "Titre"
70
 
71
  #: classes/class-link-related-table.php:96
72
- #: classes/hooks/class-hook-page-install.php:187
73
  #: classes/hooks/class-hook-settings-page.php:155
74
  msgid "Post Type"
75
  msgstr ""
@@ -107,6 +111,10 @@ msgstr "Related Posts pour WordPress"
107
  msgid "Display related posts."
108
  msgstr "Afficher les articles liés."
109
 
 
 
 
 
110
  #: classes/filters/class-filter-plugin-links.php:29
111
  msgid "Settings"
112
  msgstr "Paramètres"
@@ -135,7 +143,7 @@ msgstr "Liaison des articles"
135
  msgid "Finished"
136
  msgstr "Terminé"
137
 
138
- #: classes/hooks/class-hook-page-install.php:78
139
  msgid ""
140
  "Missing post type parameter, please report this incident via %sour "
141
  "website%s."
@@ -145,12 +153,12 @@ msgstr ""
145
  msgid "Installation"
146
  msgstr "Installation"
147
 
148
- #: classes/hooks/class-hook-page-install.php:168
149
- #: classes/hooks/class-hook-page-install.php:247
150
  msgid "Thank you for choosing Related Posts for WordPress!"
151
  msgstr "Merci d'avoir choisi \"Related Posts\" pour WordPress !"
152
 
153
- #: classes/hooks/class-hook-page-install.php:169
154
  msgid ""
155
  "Below you'll find your post types available for installation, by installing "
156
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -158,96 +166,96 @@ msgid ""
158
  "Type' button."
159
  msgstr "Vous trouverez ci-dessous vos types de contenu disponibles. En installant un type de contenu nous installerons un cache et vous permettrons de les lier automatiquement. Pour installer un type de contenu cliquez sur \"Installer un Type de contenu\"."
160
 
161
- #: classes/hooks/class-hook-page-install.php:188
162
  msgid "Related to Post Types"
163
  msgstr ""
164
 
165
- #: classes/hooks/class-hook-page-install.php:223
166
  msgid "Edit this post type"
167
  msgstr ""
168
 
169
- #: classes/hooks/class-hook-page-install.php:248
170
  msgid ""
171
  "Before you can start using Related Posts for WordPress we need to cache your"
172
  " current posts."
173
  msgstr "Avant que vous puissiez commencer à utiliser \"Related Posts\" pour WordPress nous devons mettre vos articles en cache."
174
 
175
- #: classes/hooks/class-hook-page-install.php:249
176
  msgid ""
177
  "This is a one time process which might take some time now, depending on the "
178
  "amount of posts you have, but will ensure your website's performance when "
179
  "using the plugin."
180
  msgstr "Il s'agit d'un processus unique qui peut prendre un peu de temps. Cela dépend du nombre d'articles que vous avez."
181
 
182
- #: classes/hooks/class-hook-page-install.php:251
183
  msgid ""
184
  "Do NOT close this window, wait for this process to finish and this wizard to"
185
  " take you to the next step."
186
  msgstr "Ne fermez PAS cette fenêtre, merci d'attendre que le processus soit terminé. Cet assistant vous emmenera à la prochaine étape."
187
 
188
- #: classes/hooks/class-hook-page-install.php:285
189
  msgid "Great! All your posts were successfully cached!"
190
  msgstr "Super ! Tous vos articles ont été mis en cache !"
191
 
192
- #: classes/hooks/class-hook-page-install.php:286
193
  msgid ""
194
  "You can let me link your posts, based on what I think is related, to each "
195
  "other. And don't worry, if I made a mistake at one of your posts you can "
196
  "easily correct this by editing it manually!"
197
  msgstr ""
198
 
199
- #: classes/hooks/class-hook-page-install.php:287
200
  msgid ""
201
  "Want me to start linking posts to each other? Fill in the amount of related "
202
  "posts each post should have and click on the \"Link now\" button. Rather "
203
  "link your posts manually? Click \"Skip linking\"."
204
  msgstr ""
205
 
206
- #: classes/hooks/class-hook-page-install.php:288
207
  msgid ""
208
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
209
  " process to finish and this wizard to take you to the next step."
210
  msgstr ""
211
 
212
- #: classes/hooks/class-hook-page-install.php:295
213
  msgid "Amount of related posts:"
214
  msgstr ""
215
 
216
- #: classes/hooks/class-hook-page-install.php:299
217
  msgid "The amount of related items per %s"
218
  msgstr ""
219
 
220
- #: classes/hooks/class-hook-page-install.php:305
221
  msgid "Maximum Post Age:"
222
  msgstr ""
223
 
224
- #: classes/hooks/class-hook-page-install.php:309
225
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
226
  msgstr ""
227
 
228
- #: classes/hooks/class-hook-page-install.php:316
229
  msgid "Link now"
230
  msgstr "Lier maintenant"
231
 
232
- #: classes/hooks/class-hook-page-install.php:318
233
  msgid "Skip linking"
234
  msgstr "Sauter les liaisons"
235
 
236
- #: classes/hooks/class-hook-page-install.php:336
237
  msgid "That's it, you're good to go!"
238
  msgstr "C'est tout ! Vous êtes prêts à utiliser le plugin !"
239
 
240
- #: classes/hooks/class-hook-page-install.php:337
241
  msgid ""
242
  "Thanks again for using Related Posts for WordPress and if you have any "
243
  "questions be sure to ask them at the %sWordPress.org forums.%s"
244
  msgstr "Merci encore d'utiliser \"Related Posts\" pour WordPress. Si vous avez des questions, n'hésitez pas à les poser sur %sle forum de WordPress.org.%s"
245
 
246
- #: classes/hooks/class-hook-page-install.php:340
247
  msgid "Click here to return to step 1"
248
  msgstr "Cliquez ici pour revenir à l'étape 1"
249
 
250
- #: classes/hooks/class-hook-page-install.php:346
251
  msgid "Click here to go to the settings page"
252
  msgstr ""
253
 
@@ -331,6 +339,27 @@ msgstr ""
331
  msgid "Exclude"
332
  msgstr ""
333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  #: classes/settings/class-settings-configurator.php:18
335
  msgid "Styling"
336
  msgstr ""
@@ -566,11 +595,11 @@ msgstr ""
566
  msgid "Upload Image"
567
  msgstr ""
568
 
569
- #: classes/settings/class-settings-page.php:468
570
  msgid "ACTIVATED"
571
  msgstr ""
572
 
573
- #: classes/settings/class-settings-page.php:470
574
  msgid "NOT ACTIVE"
575
  msgstr ""
576
 
@@ -611,10 +640,6 @@ msgstr ""
611
  msgid "The weight of the links found in the content."
612
  msgstr ""
613
 
614
- #: classes/settings/class-settings-weights.php:51
615
- msgid "Categories"
616
- msgstr ""
617
-
618
  #: classes/settings/class-settings-weights.php:52
619
  msgid "The weight of the categories."
620
  msgstr ""
1
+ # Copyright (C) 2017 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
+ "POT-Creation-Date: 2017-09-06 17:17:09+00:00\n"
11
+ "PO-Revision-Date: 2017-09-06 17:20+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: French (France) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/fr_FR/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: fr_FR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "X-Generator: grunt-wp-i18n1.0.0\n"
20
+
21
+ #: classes/class-dependencies.php:27
22
+ msgid "Error:"
23
+ msgstr ""
24
 
25
  #: classes/class-is-installing-notice.php:74
26
  msgid ""
73
  msgstr "Titre"
74
 
75
  #: classes/class-link-related-table.php:96
76
+ #: classes/hooks/class-hook-page-install.php:191
77
  #: classes/hooks/class-hook-settings-page.php:155
78
  msgid "Post Type"
79
  msgstr ""
111
  msgid "Display related posts."
112
  msgstr "Afficher les articles liés."
113
 
114
+ #: classes/class-related-posts-widget.php:52
115
+ msgid "Output template"
116
+ msgstr ""
117
+
118
  #: classes/filters/class-filter-plugin-links.php:29
119
  msgid "Settings"
120
  msgstr "Paramètres"
143
  msgid "Finished"
144
  msgstr "Terminé"
145
 
146
+ #: classes/hooks/class-hook-page-install.php:73
147
  msgid ""
148
  "Missing post type parameter, please report this incident via %sour "
149
  "website%s."
153
  msgid "Installation"
154
  msgstr "Installation"
155
 
156
+ #: classes/hooks/class-hook-page-install.php:172
157
+ #: classes/hooks/class-hook-page-install.php:243
158
  msgid "Thank you for choosing Related Posts for WordPress!"
159
  msgstr "Merci d'avoir choisi \"Related Posts\" pour WordPress !"
160
 
161
+ #: classes/hooks/class-hook-page-install.php:173
162
  msgid ""
163
  "Below you'll find your post types available for installation, by installing "
164
  "a post type we'll set up a cache and offer you the ability to automatic link"
166
  "Type' button."
167
  msgstr "Vous trouverez ci-dessous vos types de contenu disponibles. En installant un type de contenu nous installerons un cache et vous permettrons de les lier automatiquement. Pour installer un type de contenu cliquez sur \"Installer un Type de contenu\"."
168
 
169
+ #: classes/hooks/class-hook-page-install.php:192
170
  msgid "Related to Post Types"
171
  msgstr ""
172
 
173
+ #: classes/hooks/class-hook-page-install.php:227
174
  msgid "Edit this post type"
175
  msgstr ""
176
 
177
+ #: classes/hooks/class-hook-page-install.php:244
178
  msgid ""
179
  "Before you can start using Related Posts for WordPress we need to cache your"
180
  " current posts."
181
  msgstr "Avant que vous puissiez commencer à utiliser \"Related Posts\" pour WordPress nous devons mettre vos articles en cache."
182
 
183
+ #: classes/hooks/class-hook-page-install.php:245
184
  msgid ""
185
  "This is a one time process which might take some time now, depending on the "
186
  "amount of posts you have, but will ensure your website's performance when "
187
  "using the plugin."
188
  msgstr "Il s'agit d'un processus unique qui peut prendre un peu de temps. Cela dépend du nombre d'articles que vous avez."
189
 
190
+ #: classes/hooks/class-hook-page-install.php:247
191
  msgid ""
192
  "Do NOT close this window, wait for this process to finish and this wizard to"
193
  " take you to the next step."
194
  msgstr "Ne fermez PAS cette fenêtre, merci d'attendre que le processus soit terminé. Cet assistant vous emmenera à la prochaine étape."
195
 
196
+ #: classes/hooks/class-hook-page-install.php:273
197
  msgid "Great! All your posts were successfully cached!"
198
  msgstr "Super ! Tous vos articles ont été mis en cache !"
199
 
200
+ #: classes/hooks/class-hook-page-install.php:274
201
  msgid ""
202
  "You can let me link your posts, based on what I think is related, to each "
203
  "other. And don't worry, if I made a mistake at one of your posts you can "
204
  "easily correct this by editing it manually!"
205
  msgstr ""
206
 
207
+ #: classes/hooks/class-hook-page-install.php:275
208
  msgid ""
209
  "Want me to start linking posts to each other? Fill in the amount of related "
210
  "posts each post should have and click on the \"Link now\" button. Rather "
211
  "link your posts manually? Click \"Skip linking\"."
212
  msgstr ""
213
 
214
+ #: classes/hooks/class-hook-page-install.php:276
215
  msgid ""
216
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
217
  " process to finish and this wizard to take you to the next step."
218
  msgstr ""
219
 
220
+ #: classes/hooks/class-hook-page-install.php:283
221
  msgid "Amount of related posts:"
222
  msgstr ""
223
 
224
+ #: classes/hooks/class-hook-page-install.php:287
225
  msgid "The amount of related items per %s"
226
  msgstr ""
227
 
228
+ #: classes/hooks/class-hook-page-install.php:293
229
  msgid "Maximum Post Age:"
230
  msgstr ""
231
 
232
+ #: classes/hooks/class-hook-page-install.php:297
233
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
234
  msgstr ""
235
 
236
+ #: classes/hooks/class-hook-page-install.php:304
237
  msgid "Link now"
238
  msgstr "Lier maintenant"
239
 
240
+ #: classes/hooks/class-hook-page-install.php:306
241
  msgid "Skip linking"
242
  msgstr "Sauter les liaisons"
243
 
244
+ #: classes/hooks/class-hook-page-install.php:324
245
  msgid "That's it, you're good to go!"
246
  msgstr "C'est tout ! Vous êtes prêts à utiliser le plugin !"
247
 
248
+ #: classes/hooks/class-hook-page-install.php:325
249
  msgid ""
250
  "Thanks again for using Related Posts for WordPress and if you have any "
251
  "questions be sure to ask them at the %sWordPress.org forums.%s"
252
  msgstr "Merci encore d'utiliser \"Related Posts\" pour WordPress. Si vous avez des questions, n'hésitez pas à les poser sur %sle forum de WordPress.org.%s"
253
 
254
+ #: classes/hooks/class-hook-page-install.php:328
255
  msgid "Click here to return to step 1"
256
  msgstr "Cliquez ici pour revenir à l'étape 1"
257
 
258
+ #: classes/hooks/class-hook-page-install.php:334
259
  msgid "Click here to go to the settings page"
260
  msgstr ""
261
 
339
  msgid "Exclude"
340
  msgstr ""
341
 
342
+ #: classes/settings/class-settings-categories.php:18
343
+ #: classes/settings/class-settings-weights.php:51
344
+ msgid "Categories"
345
+ msgstr ""
346
+
347
+ #: classes/settings/class-settings-categories.php:27
348
+ msgid "Limit Post Categories"
349
+ msgstr ""
350
+
351
+ #: classes/settings/class-settings-categories.php:28
352
+ msgid "Limit the categories related content is selected from."
353
+ msgstr ""
354
+
355
+ #: classes/settings/class-settings-categories.php:34
356
+ msgid "Select Categories"
357
+ msgstr ""
358
+
359
+ #: classes/settings/class-settings-categories.php:35
360
+ msgid "Select what categories we need to select related content from."
361
+ msgstr ""
362
+
363
  #: classes/settings/class-settings-configurator.php:18
364
  msgid "Styling"
365
  msgstr ""
595
  msgid "Upload Image"
596
  msgstr ""
597
 
598
+ #: classes/settings/class-settings-page.php:471
599
  msgid "ACTIVATED"
600
  msgstr ""
601
 
602
+ #: classes/settings/class-settings-page.php:473
603
  msgid "NOT ACTIVE"
604
  msgstr ""
605
 
640
  msgid "The weight of the links found in the content."
641
  msgstr ""
642
 
 
 
 
 
643
  #: classes/settings/class-settings-weights.php:52
644
  msgid "The weight of the categories."
645
  msgstr ""
languages/related-posts-for-wp-it_IT.mo CHANGED
Binary file
languages/related-posts-for-wp-it_IT.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
- "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
11
- "PO-Revision-Date: 2016-08-25 13:54+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Italian (Italy) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/it_IT/)\n"
14
  "MIME-Version: 1.0\n"
@@ -16,7 +16,11 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: it_IT\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: grunt-wp-i18n 0.4.9\n"
 
 
 
 
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
@@ -69,7 +73,7 @@ msgid "Title"
69
  msgstr "Titolo"
70
 
71
  #: classes/class-link-related-table.php:96
72
- #: classes/hooks/class-hook-page-install.php:187
73
  #: classes/hooks/class-hook-settings-page.php:155
74
  msgid "Post Type"
75
  msgstr "Post Type"
@@ -107,6 +111,10 @@ msgstr "Related Posts for WordPress"
107
  msgid "Display related posts."
108
  msgstr "Mostra articoli correlati."
109
 
 
 
 
 
110
  #: classes/filters/class-filter-plugin-links.php:29
111
  msgid "Settings"
112
  msgstr "Impostazioni"
@@ -135,7 +143,7 @@ msgstr "Collegamento Articoli"
135
  msgid "Finished"
136
  msgstr "Completato"
137
 
138
- #: classes/hooks/class-hook-page-install.php:78
139
  msgid ""
140
  "Missing post type parameter, please report this incident via %sour "
141
  "website%s."
@@ -145,12 +153,12 @@ msgstr "Parametro post type mancance, per favore segnala questo problema tramite
145
  msgid "Installation"
146
  msgstr "Installazione"
147
 
148
- #: classes/hooks/class-hook-page-install.php:168
149
- #: classes/hooks/class-hook-page-install.php:247
150
  msgid "Thank you for choosing Related Posts for WordPress!"
151
  msgstr "Grazie per aver scelto Related Posts for WordPress!"
152
 
153
- #: classes/hooks/class-hook-page-install.php:169
154
  msgid ""
155
  "Below you'll find your post types available for installation, by installing "
156
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -158,96 +166,96 @@ msgid ""
158
  "Type' button."
159
  msgstr "Qui sotto troverai i post type disponibili per l'installazione, installando un post type noi imposteremo una cache e ti daremo la possibilit&agrave; di collegare automaticamente articoli (custom). Per installare un post type, clicca semplicemente sul bottone 'Installa Post Type'."
160
 
161
- #: classes/hooks/class-hook-page-install.php:188
162
  msgid "Related to Post Types"
163
  msgstr "Correlato ai Post Type"
164
 
165
- #: classes/hooks/class-hook-page-install.php:223
166
  msgid "Edit this post type"
167
  msgstr ""
168
 
169
- #: classes/hooks/class-hook-page-install.php:248
170
  msgid ""
171
  "Before you can start using Related Posts for WordPress we need to cache your"
172
  " current posts."
173
  msgstr "Prima di poter utilizzare Related Posts for WordPress abbiamo bisogno di creare una cache dei tuo articoli attuali."
174
 
175
- #: classes/hooks/class-hook-page-install.php:249
176
  msgid ""
177
  "This is a one time process which might take some time now, depending on the "
178
  "amount of posts you have, but will ensure your website's performance when "
179
  "using the plugin."
180
  msgstr "Questo &egrave; un processo che viene eseguito una sola volta e potrebbero essere necessari alcuni minuti, in base al numero di articoli che hai, ma ti assicurer&agrave; migliori performance per il tuo sito durante l'utilizzo di questo plugin."
181
 
182
- #: classes/hooks/class-hook-page-install.php:251
183
  msgid ""
184
  "Do NOT close this window, wait for this process to finish and this wizard to"
185
  " take you to the next step."
186
  msgstr "NON chiudere questa finestra, attendi che il processo venga completato e che questo wizard ti porti allo step successivo."
187
 
188
- #: classes/hooks/class-hook-page-install.php:285
189
  msgid "Great! All your posts were successfully cached!"
190
  msgstr "Grandioso! La cache di tutti i tuoi articoli &egrave; stata creata correttamente!"
191
 
192
- #: classes/hooks/class-hook-page-install.php:286
193
  msgid ""
194
  "You can let me link your posts, based on what I think is related, to each "
195
  "other. And don't worry, if I made a mistake at one of your posts you can "
196
  "easily correct this by editing it manually!"
197
  msgstr "Puoi lasciarmi collegare i tuoi articoli, in base a coas io penso che sia correlato tra essi. E non preoccuparti, se faccio un errore in qualcuno di essi puoi sempre correggerlo facilmente modificando l'articolo manualmente!"
198
 
199
- #: classes/hooks/class-hook-page-install.php:287
200
  msgid ""
201
  "Want me to start linking posts to each other? Fill in the amount of related "
202
  "posts each post should have and click on the \"Link now\" button. Rather "
203
  "link your posts manually? Click \"Skip linking\"."
204
  msgstr "Vuoi che inizia a collegare gli articoli tra essi? Inserisci il numero ti articoli correlati che ogni articolo dovrebbe avere e clicca sul bottone \"Collega ora\". Vuoi farlo manualmente? Clicca su \"Salta collegamento\"."
205
 
206
- #: classes/hooks/class-hook-page-install.php:288
207
  msgid ""
208
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
209
  " process to finish and this wizard to take you to the next step."
210
  msgstr "NON chiudere questa finestra se clicchi sul bottone \"Collega ora\", attendi che questo processo finisca e che il wizard ti porti allo step successivo."
211
 
212
- #: classes/hooks/class-hook-page-install.php:295
213
  msgid "Amount of related posts:"
214
  msgstr "Numero di articoli correlati:"
215
 
216
- #: classes/hooks/class-hook-page-install.php:299
217
  msgid "The amount of related items per %s"
218
  msgstr "Il numero di elementi correlati per %s"
219
 
220
- #: classes/hooks/class-hook-page-install.php:305
221
  msgid "Maximum Post Age:"
222
  msgstr "Et&agrave; massima dell'articolo:"
223
 
224
- #: classes/hooks/class-hook-page-install.php:309
225
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
226
  msgstr ""
227
 
228
- #: classes/hooks/class-hook-page-install.php:316
229
  msgid "Link now"
230
  msgstr "Collega ora"
231
 
232
- #: classes/hooks/class-hook-page-install.php:318
233
  msgid "Skip linking"
234
  msgstr "Salta collegamento"
235
 
236
- #: classes/hooks/class-hook-page-install.php:336
237
  msgid "That's it, you're good to go!"
238
  msgstr "Ecco fatto, sei pronto!"
239
 
240
- #: classes/hooks/class-hook-page-install.php:337
241
  msgid ""
242
  "Thanks again for using Related Posts for WordPress and if you have any "
243
  "questions be sure to ask them at the %sWordPress.org forums.%s"
244
  msgstr "Grazie ancora per aver utilizzato Related Posts for WordPress e se hai domande assicurati di chiederlo sui %sforum di WordPress.org.%s"
245
 
246
- #: classes/hooks/class-hook-page-install.php:340
247
  msgid "Click here to return to step 1"
248
  msgstr "Clicca qui per tornare allo step 1"
249
 
250
- #: classes/hooks/class-hook-page-install.php:346
251
  msgid "Click here to go to the settings page"
252
  msgstr "Clicca qui per andare alla pagina delle impostazioni"
253
 
@@ -331,6 +339,27 @@ msgstr "Opzioni Articoli Correlati"
331
  msgid "Exclude"
332
  msgstr "Escludi"
333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  #: classes/settings/class-settings-configurator.php:18
335
  msgid "Styling"
336
  msgstr "Stile"
@@ -566,11 +595,11 @@ msgstr ""
566
  msgid "Upload Image"
567
  msgstr ""
568
 
569
- #: classes/settings/class-settings-page.php:468
570
  msgid "ACTIVATED"
571
  msgstr "ATTIVATO"
572
 
573
- #: classes/settings/class-settings-page.php:470
574
  msgid "NOT ACTIVE"
575
  msgstr "NON ATTIVO"
576
 
@@ -611,10 +640,6 @@ msgstr "Collegamenti"
611
  msgid "The weight of the links found in the content."
612
  msgstr "Il peso dei collegamenti trovati nel contenuto."
613
 
614
- #: classes/settings/class-settings-weights.php:51
615
- msgid "Categories"
616
- msgstr "Categorie"
617
-
618
  #: classes/settings/class-settings-weights.php:52
619
  msgid "The weight of the categories."
620
  msgstr "Il peso delle categorie."
1
+ # Copyright (C) 2017 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
+ "POT-Creation-Date: 2017-09-06 17:17:09+00:00\n"
11
+ "PO-Revision-Date: 2017-09-06 17:20+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Italian (Italy) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/it_IT/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: it_IT\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: grunt-wp-i18n1.0.0\n"
20
+
21
+ #: classes/class-dependencies.php:27
22
+ msgid "Error:"
23
+ msgstr ""
24
 
25
  #: classes/class-is-installing-notice.php:74
26
  msgid ""
73
  msgstr "Titolo"
74
 
75
  #: classes/class-link-related-table.php:96
76
+ #: classes/hooks/class-hook-page-install.php:191
77
  #: classes/hooks/class-hook-settings-page.php:155
78
  msgid "Post Type"
79
  msgstr "Post Type"
111
  msgid "Display related posts."
112
  msgstr "Mostra articoli correlati."
113
 
114
+ #: classes/class-related-posts-widget.php:52
115
+ msgid "Output template"
116
+ msgstr ""
117
+
118
  #: classes/filters/class-filter-plugin-links.php:29
119
  msgid "Settings"
120
  msgstr "Impostazioni"
143
  msgid "Finished"
144
  msgstr "Completato"
145
 
146
+ #: classes/hooks/class-hook-page-install.php:73
147
  msgid ""
148
  "Missing post type parameter, please report this incident via %sour "
149
  "website%s."
153
  msgid "Installation"
154
  msgstr "Installazione"
155
 
156
+ #: classes/hooks/class-hook-page-install.php:172
157
+ #: classes/hooks/class-hook-page-install.php:243
158
  msgid "Thank you for choosing Related Posts for WordPress!"
159
  msgstr "Grazie per aver scelto Related Posts for WordPress!"
160
 
161
+ #: classes/hooks/class-hook-page-install.php:173
162
  msgid ""
163
  "Below you'll find your post types available for installation, by installing "
164
  "a post type we'll set up a cache and offer you the ability to automatic link"
166
  "Type' button."
167
  msgstr "Qui sotto troverai i post type disponibili per l'installazione, installando un post type noi imposteremo una cache e ti daremo la possibilit&agrave; di collegare automaticamente articoli (custom). Per installare un post type, clicca semplicemente sul bottone 'Installa Post Type'."
168
 
169
+ #: classes/hooks/class-hook-page-install.php:192
170
  msgid "Related to Post Types"
171
  msgstr "Correlato ai Post Type"
172
 
173
+ #: classes/hooks/class-hook-page-install.php:227
174
  msgid "Edit this post type"
175
  msgstr ""
176
 
177
+ #: classes/hooks/class-hook-page-install.php:244
178
  msgid ""
179
  "Before you can start using Related Posts for WordPress we need to cache your"
180
  " current posts."
181
  msgstr "Prima di poter utilizzare Related Posts for WordPress abbiamo bisogno di creare una cache dei tuo articoli attuali."
182
 
183
+ #: classes/hooks/class-hook-page-install.php:245
184
  msgid ""
185
  "This is a one time process which might take some time now, depending on the "
186
  "amount of posts you have, but will ensure your website's performance when "
187
  "using the plugin."
188
  msgstr "Questo &egrave; un processo che viene eseguito una sola volta e potrebbero essere necessari alcuni minuti, in base al numero di articoli che hai, ma ti assicurer&agrave; migliori performance per il tuo sito durante l'utilizzo di questo plugin."
189
 
190
+ #: classes/hooks/class-hook-page-install.php:247
191
  msgid ""
192
  "Do NOT close this window, wait for this process to finish and this wizard to"
193
  " take you to the next step."
194
  msgstr "NON chiudere questa finestra, attendi che il processo venga completato e che questo wizard ti porti allo step successivo."
195
 
196
+ #: classes/hooks/class-hook-page-install.php:273
197
  msgid "Great! All your posts were successfully cached!"
198
  msgstr "Grandioso! La cache di tutti i tuoi articoli &egrave; stata creata correttamente!"
199
 
200
+ #: classes/hooks/class-hook-page-install.php:274
201
  msgid ""
202
  "You can let me link your posts, based on what I think is related, to each "
203
  "other. And don't worry, if I made a mistake at one of your posts you can "
204
  "easily correct this by editing it manually!"
205
  msgstr "Puoi lasciarmi collegare i tuoi articoli, in base a coas io penso che sia correlato tra essi. E non preoccuparti, se faccio un errore in qualcuno di essi puoi sempre correggerlo facilmente modificando l'articolo manualmente!"
206
 
207
+ #: classes/hooks/class-hook-page-install.php:275
208
  msgid ""
209
  "Want me to start linking posts to each other? Fill in the amount of related "
210
  "posts each post should have and click on the \"Link now\" button. Rather "
211
  "link your posts manually? Click \"Skip linking\"."
212
  msgstr "Vuoi che inizia a collegare gli articoli tra essi? Inserisci il numero ti articoli correlati che ogni articolo dovrebbe avere e clicca sul bottone \"Collega ora\". Vuoi farlo manualmente? Clicca su \"Salta collegamento\"."
213
 
214
+ #: classes/hooks/class-hook-page-install.php:276
215
  msgid ""
216
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
217
  " process to finish and this wizard to take you to the next step."
218
  msgstr "NON chiudere questa finestra se clicchi sul bottone \"Collega ora\", attendi che questo processo finisca e che il wizard ti porti allo step successivo."
219
 
220
+ #: classes/hooks/class-hook-page-install.php:283
221
  msgid "Amount of related posts:"
222
  msgstr "Numero di articoli correlati:"
223
 
224
+ #: classes/hooks/class-hook-page-install.php:287
225
  msgid "The amount of related items per %s"
226
  msgstr "Il numero di elementi correlati per %s"
227
 
228
+ #: classes/hooks/class-hook-page-install.php:293
229
  msgid "Maximum Post Age:"
230
  msgstr "Et&agrave; massima dell'articolo:"
231
 
232
+ #: classes/hooks/class-hook-page-install.php:297
233
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
234
  msgstr ""
235
 
236
+ #: classes/hooks/class-hook-page-install.php:304
237
  msgid "Link now"
238
  msgstr "Collega ora"
239
 
240
+ #: classes/hooks/class-hook-page-install.php:306
241
  msgid "Skip linking"
242
  msgstr "Salta collegamento"
243
 
244
+ #: classes/hooks/class-hook-page-install.php:324
245
  msgid "That's it, you're good to go!"
246
  msgstr "Ecco fatto, sei pronto!"
247
 
248
+ #: classes/hooks/class-hook-page-install.php:325
249
  msgid ""
250
  "Thanks again for using Related Posts for WordPress and if you have any "
251
  "questions be sure to ask them at the %sWordPress.org forums.%s"
252
  msgstr "Grazie ancora per aver utilizzato Related Posts for WordPress e se hai domande assicurati di chiederlo sui %sforum di WordPress.org.%s"
253
 
254
+ #: classes/hooks/class-hook-page-install.php:328
255
  msgid "Click here to return to step 1"
256
  msgstr "Clicca qui per tornare allo step 1"
257
 
258
+ #: classes/hooks/class-hook-page-install.php:334
259
  msgid "Click here to go to the settings page"
260
  msgstr "Clicca qui per andare alla pagina delle impostazioni"
261
 
339
  msgid "Exclude"
340
  msgstr "Escludi"
341
 
342
+ #: classes/settings/class-settings-categories.php:18
343
+ #: classes/settings/class-settings-weights.php:51
344
+ msgid "Categories"
345
+ msgstr "Categorie"
346
+
347
+ #: classes/settings/class-settings-categories.php:27
348
+ msgid "Limit Post Categories"
349
+ msgstr ""
350
+
351
+ #: classes/settings/class-settings-categories.php:28
352
+ msgid "Limit the categories related content is selected from."
353
+ msgstr ""
354
+
355
+ #: classes/settings/class-settings-categories.php:34
356
+ msgid "Select Categories"
357
+ msgstr ""
358
+
359
+ #: classes/settings/class-settings-categories.php:35
360
+ msgid "Select what categories we need to select related content from."
361
+ msgstr ""
362
+
363
  #: classes/settings/class-settings-configurator.php:18
364
  msgid "Styling"
365
  msgstr "Stile"
595
  msgid "Upload Image"
596
  msgstr ""
597
 
598
+ #: classes/settings/class-settings-page.php:471
599
  msgid "ACTIVATED"
600
  msgstr "ATTIVATO"
601
 
602
+ #: classes/settings/class-settings-page.php:473
603
  msgid "NOT ACTIVE"
604
  msgstr "NON ATTIVO"
605
 
640
  msgid "The weight of the links found in the content."
641
  msgstr "Il peso dei collegamenti trovati nel contenuto."
642
 
 
 
 
 
643
  #: classes/settings/class-settings-weights.php:52
644
  msgid "The weight of the categories."
645
  msgstr "Il peso delle categorie."
languages/related-posts-for-wp-nl_NL.mo CHANGED
Binary file
languages/related-posts-for-wp-nl_NL.po CHANGED
@@ -1,13 +1,13 @@
1
- # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
- # Barry Kooij <mail@barrykooij.nl>, 2014,2016
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Related Posts for WordPress\n"
8
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
9
- "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
10
- "PO-Revision-Date: 2016-08-25 14:10+0000\n"
11
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/nl_NL/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,11 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: grunt-wp-i18n 0.4.9\n"
 
 
 
 
19
 
20
  #: classes/class-is-installing-notice.php:74
21
  msgid ""
@@ -68,7 +72,7 @@ msgid "Title"
68
  msgstr "Titel"
69
 
70
  #: classes/class-link-related-table.php:96
71
- #: classes/hooks/class-hook-page-install.php:187
72
  #: classes/hooks/class-hook-settings-page.php:155
73
  msgid "Post Type"
74
  msgstr "Post Type"
@@ -106,6 +110,10 @@ msgstr "Related Posts for WordPress"
106
  msgid "Display related posts."
107
  msgstr "Toon gerelateerde berichten."
108
 
 
 
 
 
109
  #: classes/filters/class-filter-plugin-links.php:29
110
  msgid "Settings"
111
  msgstr "Instellingen"
@@ -134,7 +142,7 @@ msgstr "Linken van berichten"
134
  msgid "Finished"
135
  msgstr "Klaar"
136
 
137
- #: classes/hooks/class-hook-page-install.php:78
138
  msgid ""
139
  "Missing post type parameter, please report this incident via %sour "
140
  "website%s."
@@ -144,12 +152,12 @@ msgstr "De post type parameter ontbreekt, neem a.u.b. contact op via %sonze webs
144
  msgid "Installation"
145
  msgstr "Installatie"
146
 
147
- #: classes/hooks/class-hook-page-install.php:168
148
- #: classes/hooks/class-hook-page-install.php:247
149
  msgid "Thank you for choosing Related Posts for WordPress!"
150
  msgstr "Bedankt voor het kiezen voor Related Posts for WordPress!"
151
 
152
- #: classes/hooks/class-hook-page-install.php:169
153
  msgid ""
154
  "Below you'll find your post types available for installation, by installing "
155
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -157,96 +165,96 @@ msgid ""
157
  "Type' button."
158
  msgstr "Hieronder vind je de beschikbare (custom) post types. Wanneer je een post type installeert zullen wij de content cachen en je daarna de mogelijkheid bieden om automatisch gerelateerde content aan elkaar te koppelen. Om een post type te installeren, klik op de 'Installeer post type' knop."
159
 
160
- #: classes/hooks/class-hook-page-install.php:188
161
  msgid "Related to Post Types"
162
  msgstr "Gerelateerde Post Types"
163
 
164
- #: classes/hooks/class-hook-page-install.php:223
165
  msgid "Edit this post type"
166
  msgstr "Bewerk dit post type"
167
 
168
- #: classes/hooks/class-hook-page-install.php:248
169
  msgid ""
170
  "Before you can start using Related Posts for WordPress we need to cache your"
171
  " current posts."
172
  msgstr "Voordat je Related Posts for WordPress kan gebruiken moeten we eerst je huidige berichten cachen."
173
 
174
- #: classes/hooks/class-hook-page-install.php:249
175
  msgid ""
176
  "This is a one time process which might take some time now, depending on the "
177
  "amount of posts you have, but will ensure your website's performance when "
178
  "using the plugin."
179
  msgstr "Dit is een eenmalig proces wat nu even kan duren, afhankelijk van het aantal berichten dat je hebt. Het zorgt er wel voor dat de prestatie van je website hoog blijft."
180
 
181
- #: classes/hooks/class-hook-page-install.php:251
182
  msgid ""
183
  "Do NOT close this window, wait for this process to finish and this wizard to"
184
  " take you to the next step."
185
  msgstr "Sluit dit venster NIET, wacht tot het proces klaar is en de wizard je naar de volgende stap stuurt."
186
 
187
- #: classes/hooks/class-hook-page-install.php:285
188
  msgid "Great! All your posts were successfully cached!"
189
  msgstr "Perfect! Al je berichten zijn succesvol gecached."
190
 
191
- #: classes/hooks/class-hook-page-install.php:286
192
  msgid ""
193
  "You can let me link your posts, based on what I think is related, to each "
194
  "other. And don't worry, if I made a mistake at one of your posts you can "
195
  "easily correct this by editing it manually!"
196
  msgstr "Je kunt mij, op basis van wat ik denk dat gerelateerd is, je berichten aan elkaar laten koppelen. Maak je geen zorgen, als ik een fout heb gemaakt kun je deze later gemakkelijk corrigeren!"
197
 
198
- #: classes/hooks/class-hook-page-install.php:287
199
  msgid ""
200
  "Want me to start linking posts to each other? Fill in the amount of related "
201
  "posts each post should have and click on the \"Link now\" button. Rather "
202
  "link your posts manually? Click \"Skip linking\"."
203
  msgstr "Wil je dat ik begin met het linken van gerelateerde berichten? Vul het aantal gerelateerde berichten dat ieder bericht moet krijgen in en klik op \"Nu linken\". Liever je berichten handmatig linken? Klik op \"Sla linken over\"."
204
 
205
- #: classes/hooks/class-hook-page-install.php:288
206
  msgid ""
207
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
208
  " process to finish and this wizard to take you to the next step."
209
  msgstr "Sluit dit venster NIET wanneer je \"Nu linken\" hebt gekozen, wacht tot het proces klaar is en de wizard je naar de volgende stap stuurt."
210
 
211
- #: classes/hooks/class-hook-page-install.php:295
212
  msgid "Amount of related posts:"
213
  msgstr "Aantal gerelateerde berichten:"
214
 
215
- #: classes/hooks/class-hook-page-install.php:299
216
  msgid "The amount of related items per %s"
217
  msgstr "Het aantal gerelateerde berichten per %s"
218
 
219
- #: classes/hooks/class-hook-page-install.php:305
220
  msgid "Maximum Post Age:"
221
  msgstr "Maximum Post Leeftijd:"
222
 
223
- #: classes/hooks/class-hook-page-install.php:309
224
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
225
  msgstr "De maximum leeftijd in dagen van %s die gelinked worden (0 = oneindig)"
226
 
227
- #: classes/hooks/class-hook-page-install.php:316
228
  msgid "Link now"
229
  msgstr "Nu linken"
230
 
231
- #: classes/hooks/class-hook-page-install.php:318
232
  msgid "Skip linking"
233
  msgstr "Sla linken over"
234
 
235
- #: classes/hooks/class-hook-page-install.php:336
236
  msgid "That's it, you're good to go!"
237
  msgstr "Super, de wizard is klaar en je hebt nu gerelateerde berichten op je website!"
238
 
239
- #: classes/hooks/class-hook-page-install.php:337
240
  msgid ""
241
  "Thanks again for using Related Posts for WordPress and if you have any "
242
  "questions be sure to ask them at the %sWordPress.org forums.%s"
243
  msgstr "Nogmaals bedankt voor het kiezen voor Related Posts for WordPress en als je nog vragen hebt kan je deze stellen op %shet WordPress.org forum%s."
244
 
245
- #: classes/hooks/class-hook-page-install.php:340
246
  msgid "Click here to return to step 1"
247
  msgstr "Klik hier om terug te gaan naar stap 1"
248
 
249
- #: classes/hooks/class-hook-page-install.php:346
250
  msgid "Click here to go to the settings page"
251
  msgstr "Klik hier om naar de instellingen pagina te gaan"
252
 
@@ -330,6 +338,27 @@ msgstr "Gerelateerde Post Opties"
330
  msgid "Exclude"
331
  msgstr "Uitsluiten"
332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  #: classes/settings/class-settings-configurator.php:18
334
  msgid "Styling"
335
  msgstr "Styling"
@@ -565,11 +594,11 @@ msgstr "Afbeelding URL"
565
  msgid "Upload Image"
566
  msgstr "Afbeeldingen Uploaden"
567
 
568
- #: classes/settings/class-settings-page.php:468
569
  msgid "ACTIVATED"
570
  msgstr "GEACTIVEERD"
571
 
572
- #: classes/settings/class-settings-page.php:470
573
  msgid "NOT ACTIVE"
574
  msgstr "NIET ACTIEF"
575
 
@@ -610,10 +639,6 @@ msgstr "Links"
610
  msgid "The weight of the links found in the content."
611
  msgstr "Het gewicht van de content."
612
 
613
- #: classes/settings/class-settings-weights.php:51
614
- msgid "Categories"
615
- msgstr "Categorieën."
616
-
617
  #: classes/settings/class-settings-weights.php:52
618
  msgid "The weight of the categories."
619
  msgstr "Het gewicht van de categorieën."
1
+ # Copyright (C) 2017 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
+ # Barry Kooij <mail@barrykooij.nl>, 2014,2016-2017
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Related Posts for WordPress\n"
8
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
9
+ "POT-Creation-Date: 2017-09-06 17:17:09+00:00\n"
10
+ "PO-Revision-Date: 2017-09-06 17:23+0000\n"
11
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
12
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/nl_NL/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: grunt-wp-i18n1.0.0\n"
19
+
20
+ #: classes/class-dependencies.php:27
21
+ msgid "Error:"
22
+ msgstr "Foutmelding:"
23
 
24
  #: classes/class-is-installing-notice.php:74
25
  msgid ""
72
  msgstr "Titel"
73
 
74
  #: classes/class-link-related-table.php:96
75
+ #: classes/hooks/class-hook-page-install.php:191
76
  #: classes/hooks/class-hook-settings-page.php:155
77
  msgid "Post Type"
78
  msgstr "Post Type"
110
  msgid "Display related posts."
111
  msgstr "Toon gerelateerde berichten."
112
 
113
+ #: classes/class-related-posts-widget.php:52
114
+ msgid "Output template"
115
+ msgstr "Output template"
116
+
117
  #: classes/filters/class-filter-plugin-links.php:29
118
  msgid "Settings"
119
  msgstr "Instellingen"
142
  msgid "Finished"
143
  msgstr "Klaar"
144
 
145
+ #: classes/hooks/class-hook-page-install.php:73
146
  msgid ""
147
  "Missing post type parameter, please report this incident via %sour "
148
  "website%s."
152
  msgid "Installation"
153
  msgstr "Installatie"
154
 
155
+ #: classes/hooks/class-hook-page-install.php:172
156
+ #: classes/hooks/class-hook-page-install.php:243
157
  msgid "Thank you for choosing Related Posts for WordPress!"
158
  msgstr "Bedankt voor het kiezen voor Related Posts for WordPress!"
159
 
160
+ #: classes/hooks/class-hook-page-install.php:173
161
  msgid ""
162
  "Below you'll find your post types available for installation, by installing "
163
  "a post type we'll set up a cache and offer you the ability to automatic link"
165
  "Type' button."
166
  msgstr "Hieronder vind je de beschikbare (custom) post types. Wanneer je een post type installeert zullen wij de content cachen en je daarna de mogelijkheid bieden om automatisch gerelateerde content aan elkaar te koppelen. Om een post type te installeren, klik op de 'Installeer post type' knop."
167
 
168
+ #: classes/hooks/class-hook-page-install.php:192
169
  msgid "Related to Post Types"
170
  msgstr "Gerelateerde Post Types"
171
 
172
+ #: classes/hooks/class-hook-page-install.php:227
173
  msgid "Edit this post type"
174
  msgstr "Bewerk dit post type"
175
 
176
+ #: classes/hooks/class-hook-page-install.php:244
177
  msgid ""
178
  "Before you can start using Related Posts for WordPress we need to cache your"
179
  " current posts."
180
  msgstr "Voordat je Related Posts for WordPress kan gebruiken moeten we eerst je huidige berichten cachen."
181
 
182
+ #: classes/hooks/class-hook-page-install.php:245
183
  msgid ""
184
  "This is a one time process which might take some time now, depending on the "
185
  "amount of posts you have, but will ensure your website's performance when "
186
  "using the plugin."
187
  msgstr "Dit is een eenmalig proces wat nu even kan duren, afhankelijk van het aantal berichten dat je hebt. Het zorgt er wel voor dat de prestatie van je website hoog blijft."
188
 
189
+ #: classes/hooks/class-hook-page-install.php:247
190
  msgid ""
191
  "Do NOT close this window, wait for this process to finish and this wizard to"
192
  " take you to the next step."
193
  msgstr "Sluit dit venster NIET, wacht tot het proces klaar is en de wizard je naar de volgende stap stuurt."
194
 
195
+ #: classes/hooks/class-hook-page-install.php:273
196
  msgid "Great! All your posts were successfully cached!"
197
  msgstr "Perfect! Al je berichten zijn succesvol gecached."
198
 
199
+ #: classes/hooks/class-hook-page-install.php:274
200
  msgid ""
201
  "You can let me link your posts, based on what I think is related, to each "
202
  "other. And don't worry, if I made a mistake at one of your posts you can "
203
  "easily correct this by editing it manually!"
204
  msgstr "Je kunt mij, op basis van wat ik denk dat gerelateerd is, je berichten aan elkaar laten koppelen. Maak je geen zorgen, als ik een fout heb gemaakt kun je deze later gemakkelijk corrigeren!"
205
 
206
+ #: classes/hooks/class-hook-page-install.php:275
207
  msgid ""
208
  "Want me to start linking posts to each other? Fill in the amount of related "
209
  "posts each post should have and click on the \"Link now\" button. Rather "
210
  "link your posts manually? Click \"Skip linking\"."
211
  msgstr "Wil je dat ik begin met het linken van gerelateerde berichten? Vul het aantal gerelateerde berichten dat ieder bericht moet krijgen in en klik op \"Nu linken\". Liever je berichten handmatig linken? Klik op \"Sla linken over\"."
212
 
213
+ #: classes/hooks/class-hook-page-install.php:276
214
  msgid ""
215
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
216
  " process to finish and this wizard to take you to the next step."
217
  msgstr "Sluit dit venster NIET wanneer je \"Nu linken\" hebt gekozen, wacht tot het proces klaar is en de wizard je naar de volgende stap stuurt."
218
 
219
+ #: classes/hooks/class-hook-page-install.php:283
220
  msgid "Amount of related posts:"
221
  msgstr "Aantal gerelateerde berichten:"
222
 
223
+ #: classes/hooks/class-hook-page-install.php:287
224
  msgid "The amount of related items per %s"
225
  msgstr "Het aantal gerelateerde berichten per %s"
226
 
227
+ #: classes/hooks/class-hook-page-install.php:293
228
  msgid "Maximum Post Age:"
229
  msgstr "Maximum Post Leeftijd:"
230
 
231
+ #: classes/hooks/class-hook-page-install.php:297
232
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
233
  msgstr "De maximum leeftijd in dagen van %s die gelinked worden (0 = oneindig)"
234
 
235
+ #: classes/hooks/class-hook-page-install.php:304
236
  msgid "Link now"
237
  msgstr "Nu linken"
238
 
239
+ #: classes/hooks/class-hook-page-install.php:306
240
  msgid "Skip linking"
241
  msgstr "Sla linken over"
242
 
243
+ #: classes/hooks/class-hook-page-install.php:324
244
  msgid "That's it, you're good to go!"
245
  msgstr "Super, de wizard is klaar en je hebt nu gerelateerde berichten op je website!"
246
 
247
+ #: classes/hooks/class-hook-page-install.php:325
248
  msgid ""
249
  "Thanks again for using Related Posts for WordPress and if you have any "
250
  "questions be sure to ask them at the %sWordPress.org forums.%s"
251
  msgstr "Nogmaals bedankt voor het kiezen voor Related Posts for WordPress en als je nog vragen hebt kan je deze stellen op %shet WordPress.org forum%s."
252
 
253
+ #: classes/hooks/class-hook-page-install.php:328
254
  msgid "Click here to return to step 1"
255
  msgstr "Klik hier om terug te gaan naar stap 1"
256
 
257
+ #: classes/hooks/class-hook-page-install.php:334
258
  msgid "Click here to go to the settings page"
259
  msgstr "Klik hier om naar de instellingen pagina te gaan"
260
 
338
  msgid "Exclude"
339
  msgstr "Uitsluiten"
340
 
341
+ #: classes/settings/class-settings-categories.php:18
342
+ #: classes/settings/class-settings-weights.php:51
343
+ msgid "Categories"
344
+ msgstr "Categorieën."
345
+
346
+ #: classes/settings/class-settings-categories.php:27
347
+ msgid "Limit Post Categories"
348
+ msgstr "Limiteer Post Categorieën"
349
+
350
+ #: classes/settings/class-settings-categories.php:28
351
+ msgid "Limit the categories related content is selected from."
352
+ msgstr "Limiteer de categorieën waaruit berichten worden geselecteerd."
353
+
354
+ #: classes/settings/class-settings-categories.php:34
355
+ msgid "Select Categories"
356
+ msgstr "Kies Categorieën"
357
+
358
+ #: classes/settings/class-settings-categories.php:35
359
+ msgid "Select what categories we need to select related content from."
360
+ msgstr "Selecteer de categorieën waaruit we gerelateerde content mogen zoeken."
361
+
362
  #: classes/settings/class-settings-configurator.php:18
363
  msgid "Styling"
364
  msgstr "Styling"
594
  msgid "Upload Image"
595
  msgstr "Afbeeldingen Uploaden"
596
 
597
+ #: classes/settings/class-settings-page.php:471
598
  msgid "ACTIVATED"
599
  msgstr "GEACTIVEERD"
600
 
601
+ #: classes/settings/class-settings-page.php:473
602
  msgid "NOT ACTIVE"
603
  msgstr "NIET ACTIEF"
604
 
639
  msgid "The weight of the links found in the content."
640
  msgstr "Het gewicht van de content."
641
 
 
 
 
 
642
  #: classes/settings/class-settings-weights.php:52
643
  msgid "The weight of the categories."
644
  msgstr "Het gewicht van de categorieën."
languages/related-posts-for-wp-pt_BR.mo CHANGED
Binary file
languages/related-posts-for-wp-pt_BR.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
- "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
11
- "PO-Revision-Date: 2016-08-25 13:54+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
@@ -16,7 +16,11 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: pt_BR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
- "X-Generator: grunt-wp-i18n 0.4.9\n"
 
 
 
 
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
@@ -69,7 +73,7 @@ msgid "Title"
69
  msgstr "Título"
70
 
71
  #: classes/class-link-related-table.php:96
72
- #: classes/hooks/class-hook-page-install.php:187
73
  #: classes/hooks/class-hook-settings-page.php:155
74
  msgid "Post Type"
75
  msgstr "Tipo de Post"
@@ -107,6 +111,10 @@ msgstr "Posts Relacionados para WordPress"
107
  msgid "Display related posts."
108
  msgstr "Exibir posts relacionados."
109
 
 
 
 
 
110
  #: classes/filters/class-filter-plugin-links.php:29
111
  msgid "Settings"
112
  msgstr "Configurações"
@@ -135,7 +143,7 @@ msgstr "Vinculação de Posts"
135
  msgid "Finished"
136
  msgstr "Terminado"
137
 
138
- #: classes/hooks/class-hook-page-install.php:78
139
  msgid ""
140
  "Missing post type parameter, please report this incident via %sour "
141
  "website%s."
@@ -145,12 +153,12 @@ msgstr ""
145
  msgid "Installation"
146
  msgstr "Instalação"
147
 
148
- #: classes/hooks/class-hook-page-install.php:168
149
- #: classes/hooks/class-hook-page-install.php:247
150
  msgid "Thank you for choosing Related Posts for WordPress!"
151
  msgstr "Obrigado por escolher Posts Relacionados para WordPress!"
152
 
153
- #: classes/hooks/class-hook-page-install.php:169
154
  msgid ""
155
  "Below you'll find your post types available for installation, by installing "
156
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -158,96 +166,96 @@ msgid ""
158
  "Type' button."
159
  msgstr "Abaixo você vai encontrar seus tipos de posts disponíveis para instalação, através da instalação de um tipo de post vamos configurar um cache e oferecer-lhe a capacidade de relacionamento automático (customizado). Para instalar um tipo de post, basta clicar no botão \"Instalar Tipo de Post '."
160
 
161
- #: classes/hooks/class-hook-page-install.php:188
162
  msgid "Related to Post Types"
163
  msgstr "Relacionados para Tipos de Post"
164
 
165
- #: classes/hooks/class-hook-page-install.php:223
166
  msgid "Edit this post type"
167
  msgstr ""
168
 
169
- #: classes/hooks/class-hook-page-install.php:248
170
  msgid ""
171
  "Before you can start using Related Posts for WordPress we need to cache your"
172
  " current posts."
173
  msgstr "Antes que você possa começar a usar Posts Relacionados para WordPress nos precisamos armazenar os seus posts atuais."
174
 
175
- #: classes/hooks/class-hook-page-install.php:249
176
  msgid ""
177
  "This is a one time process which might take some time now, depending on the "
178
  "amount of posts you have, but will ensure your website's performance when "
179
  "using the plugin."
180
  msgstr "Este é um processo pode demorar algum tempo, dependendo da quantidade de posts que você tem, mas vai garantir o desempenho do seu site ao usar o plugin."
181
 
182
- #: classes/hooks/class-hook-page-install.php:251
183
  msgid ""
184
  "Do NOT close this window, wait for this process to finish and this wizard to"
185
  " take you to the next step."
186
  msgstr "NÃO feche esta janela, espere este processo terminar e este assistente para levá-lo para a próxima etapa."
187
 
188
- #: classes/hooks/class-hook-page-install.php:285
189
  msgid "Great! All your posts were successfully cached!"
190
  msgstr "Ótimo! Todos os seus posts foram armazenados com sucesso!"
191
 
192
- #: classes/hooks/class-hook-page-install.php:286
193
  msgid ""
194
  "You can let me link your posts, based on what I think is related, to each "
195
  "other. And don't worry, if I made a mistake at one of your posts you can "
196
  "easily correct this by editing it manually!"
197
  msgstr "Você pode deixar que seja vinculado os seus posts com base no que eu acho que está relacionado, entre si. E não se preocupe, se eu cometi um erro em um dos seus posts você pode facilmente corrigir isso editando-lo manualmente!"
198
 
199
- #: classes/hooks/class-hook-page-install.php:287
200
  msgid ""
201
  "Want me to start linking posts to each other? Fill in the amount of related "
202
  "posts each post should have and click on the \"Link now\" button. Rather "
203
  "link your posts manually? Click \"Skip linking\"."
204
  msgstr "Quer que eu comece a vincular os seus posts uns aos outros? Preencha a quantidade de posts relacionados que cada post deve ter e clique em \"Vincular Agora\". Sim vincular manualmente seus posts? Clique em \"Ir Vinculando\"."
205
 
206
- #: classes/hooks/class-hook-page-install.php:288
207
  msgid ""
208
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
209
  " process to finish and this wizard to take you to the next step."
210
  msgstr "NÃO feche esta janela se você clicou em \"Vincular Agora\", espere para que este processo termine e este que assistente levá-o para a próxima etapa."
211
 
212
- #: classes/hooks/class-hook-page-install.php:295
213
  msgid "Amount of related posts:"
214
  msgstr ""
215
 
216
- #: classes/hooks/class-hook-page-install.php:299
217
  msgid "The amount of related items per %s"
218
  msgstr ""
219
 
220
- #: classes/hooks/class-hook-page-install.php:305
221
  msgid "Maximum Post Age:"
222
  msgstr ""
223
 
224
- #: classes/hooks/class-hook-page-install.php:309
225
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
226
  msgstr ""
227
 
228
- #: classes/hooks/class-hook-page-install.php:316
229
  msgid "Link now"
230
  msgstr "Vincular agora"
231
 
232
- #: classes/hooks/class-hook-page-install.php:318
233
  msgid "Skip linking"
234
  msgstr "Pular vinculação"
235
 
236
- #: classes/hooks/class-hook-page-install.php:336
237
  msgid "That's it, you're good to go!"
238
  msgstr "É isso aí, você está pronto para ir!"
239
 
240
- #: classes/hooks/class-hook-page-install.php:337
241
  msgid ""
242
  "Thanks again for using Related Posts for WordPress and if you have any "
243
  "questions be sure to ask them at the %sWordPress.org forums.%s"
244
  msgstr "Obrigado novamente por usar Posts Relacionados para WordPress e se você tiver alguma dúvida não se esqueça de pedir-lhes no %sfóruns do WordPress.org.%s"
245
 
246
- #: classes/hooks/class-hook-page-install.php:340
247
  msgid "Click here to return to step 1"
248
  msgstr "Clique aqui para voltar ao passo 1"
249
 
250
- #: classes/hooks/class-hook-page-install.php:346
251
  msgid "Click here to go to the settings page"
252
  msgstr "Clique aqui para ir à página de configurações"
253
 
@@ -331,6 +339,27 @@ msgstr ""
331
  msgid "Exclude"
332
  msgstr "Excluir"
333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  #: classes/settings/class-settings-configurator.php:18
335
  msgid "Styling"
336
  msgstr "Estilos"
@@ -566,11 +595,11 @@ msgstr ""
566
  msgid "Upload Image"
567
  msgstr ""
568
 
569
- #: classes/settings/class-settings-page.php:468
570
  msgid "ACTIVATED"
571
  msgstr "ATIVADO"
572
 
573
- #: classes/settings/class-settings-page.php:470
574
  msgid "NOT ACTIVE"
575
  msgstr "NÃO ATIVADO"
576
 
@@ -611,10 +640,6 @@ msgstr "Links"
611
  msgid "The weight of the links found in the content."
612
  msgstr "A prioridade dos links encontrados no conteúdo."
613
 
614
- #: classes/settings/class-settings-weights.php:51
615
- msgid "Categories"
616
- msgstr "Categorias"
617
-
618
  #: classes/settings/class-settings-weights.php:52
619
  msgid "The weight of the categories."
620
  msgstr "A prioridade das categorias."
1
+ # Copyright (C) 2017 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
+ "POT-Creation-Date: 2017-09-06 17:17:09+00:00\n"
11
+ "PO-Revision-Date: 2017-09-06 17:20+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: pt_BR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "X-Generator: grunt-wp-i18n1.0.0\n"
20
+
21
+ #: classes/class-dependencies.php:27
22
+ msgid "Error:"
23
+ msgstr ""
24
 
25
  #: classes/class-is-installing-notice.php:74
26
  msgid ""
73
  msgstr "Título"
74
 
75
  #: classes/class-link-related-table.php:96
76
+ #: classes/hooks/class-hook-page-install.php:191
77
  #: classes/hooks/class-hook-settings-page.php:155
78
  msgid "Post Type"
79
  msgstr "Tipo de Post"
111
  msgid "Display related posts."
112
  msgstr "Exibir posts relacionados."
113
 
114
+ #: classes/class-related-posts-widget.php:52
115
+ msgid "Output template"
116
+ msgstr ""
117
+
118
  #: classes/filters/class-filter-plugin-links.php:29
119
  msgid "Settings"
120
  msgstr "Configurações"
143
  msgid "Finished"
144
  msgstr "Terminado"
145
 
146
+ #: classes/hooks/class-hook-page-install.php:73
147
  msgid ""
148
  "Missing post type parameter, please report this incident via %sour "
149
  "website%s."
153
  msgid "Installation"
154
  msgstr "Instalação"
155
 
156
+ #: classes/hooks/class-hook-page-install.php:172
157
+ #: classes/hooks/class-hook-page-install.php:243
158
  msgid "Thank you for choosing Related Posts for WordPress!"
159
  msgstr "Obrigado por escolher Posts Relacionados para WordPress!"
160
 
161
+ #: classes/hooks/class-hook-page-install.php:173
162
  msgid ""
163
  "Below you'll find your post types available for installation, by installing "
164
  "a post type we'll set up a cache and offer you the ability to automatic link"
166
  "Type' button."
167
  msgstr "Abaixo você vai encontrar seus tipos de posts disponíveis para instalação, através da instalação de um tipo de post vamos configurar um cache e oferecer-lhe a capacidade de relacionamento automático (customizado). Para instalar um tipo de post, basta clicar no botão \"Instalar Tipo de Post '."
168
 
169
+ #: classes/hooks/class-hook-page-install.php:192
170
  msgid "Related to Post Types"
171
  msgstr "Relacionados para Tipos de Post"
172
 
173
+ #: classes/hooks/class-hook-page-install.php:227
174
  msgid "Edit this post type"
175
  msgstr ""
176
 
177
+ #: classes/hooks/class-hook-page-install.php:244
178
  msgid ""
179
  "Before you can start using Related Posts for WordPress we need to cache your"
180
  " current posts."
181
  msgstr "Antes que você possa começar a usar Posts Relacionados para WordPress nos precisamos armazenar os seus posts atuais."
182
 
183
+ #: classes/hooks/class-hook-page-install.php:245
184
  msgid ""
185
  "This is a one time process which might take some time now, depending on the "
186
  "amount of posts you have, but will ensure your website's performance when "
187
  "using the plugin."
188
  msgstr "Este é um processo pode demorar algum tempo, dependendo da quantidade de posts que você tem, mas vai garantir o desempenho do seu site ao usar o plugin."
189
 
190
+ #: classes/hooks/class-hook-page-install.php:247
191
  msgid ""
192
  "Do NOT close this window, wait for this process to finish and this wizard to"
193
  " take you to the next step."
194
  msgstr "NÃO feche esta janela, espere este processo terminar e este assistente para levá-lo para a próxima etapa."
195
 
196
+ #: classes/hooks/class-hook-page-install.php:273
197
  msgid "Great! All your posts were successfully cached!"
198
  msgstr "Ótimo! Todos os seus posts foram armazenados com sucesso!"
199
 
200
+ #: classes/hooks/class-hook-page-install.php:274
201
  msgid ""
202
  "You can let me link your posts, based on what I think is related, to each "
203
  "other. And don't worry, if I made a mistake at one of your posts you can "
204
  "easily correct this by editing it manually!"
205
  msgstr "Você pode deixar que seja vinculado os seus posts com base no que eu acho que está relacionado, entre si. E não se preocupe, se eu cometi um erro em um dos seus posts você pode facilmente corrigir isso editando-lo manualmente!"
206
 
207
+ #: classes/hooks/class-hook-page-install.php:275
208
  msgid ""
209
  "Want me to start linking posts to each other? Fill in the amount of related "
210
  "posts each post should have and click on the \"Link now\" button. Rather "
211
  "link your posts manually? Click \"Skip linking\"."
212
  msgstr "Quer que eu comece a vincular os seus posts uns aos outros? Preencha a quantidade de posts relacionados que cada post deve ter e clique em \"Vincular Agora\". Sim vincular manualmente seus posts? Clique em \"Ir Vinculando\"."
213
 
214
+ #: classes/hooks/class-hook-page-install.php:276
215
  msgid ""
216
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
217
  " process to finish and this wizard to take you to the next step."
218
  msgstr "NÃO feche esta janela se você clicou em \"Vincular Agora\", espere para que este processo termine e este que assistente levá-o para a próxima etapa."
219
 
220
+ #: classes/hooks/class-hook-page-install.php:283
221
  msgid "Amount of related posts:"
222
  msgstr ""
223
 
224
+ #: classes/hooks/class-hook-page-install.php:287
225
  msgid "The amount of related items per %s"
226
  msgstr ""
227
 
228
+ #: classes/hooks/class-hook-page-install.php:293
229
  msgid "Maximum Post Age:"
230
  msgstr ""
231
 
232
+ #: classes/hooks/class-hook-page-install.php:297
233
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
234
  msgstr ""
235
 
236
+ #: classes/hooks/class-hook-page-install.php:304
237
  msgid "Link now"
238
  msgstr "Vincular agora"
239
 
240
+ #: classes/hooks/class-hook-page-install.php:306
241
  msgid "Skip linking"
242
  msgstr "Pular vinculação"
243
 
244
+ #: classes/hooks/class-hook-page-install.php:324
245
  msgid "That's it, you're good to go!"
246
  msgstr "É isso aí, você está pronto para ir!"
247
 
248
+ #: classes/hooks/class-hook-page-install.php:325
249
  msgid ""
250
  "Thanks again for using Related Posts for WordPress and if you have any "
251
  "questions be sure to ask them at the %sWordPress.org forums.%s"
252
  msgstr "Obrigado novamente por usar Posts Relacionados para WordPress e se você tiver alguma dúvida não se esqueça de pedir-lhes no %sfóruns do WordPress.org.%s"
253
 
254
+ #: classes/hooks/class-hook-page-install.php:328
255
  msgid "Click here to return to step 1"
256
  msgstr "Clique aqui para voltar ao passo 1"
257
 
258
+ #: classes/hooks/class-hook-page-install.php:334
259
  msgid "Click here to go to the settings page"
260
  msgstr "Clique aqui para ir à página de configurações"
261
 
339
  msgid "Exclude"
340
  msgstr "Excluir"
341
 
342
+ #: classes/settings/class-settings-categories.php:18
343
+ #: classes/settings/class-settings-weights.php:51
344
+ msgid "Categories"
345
+ msgstr "Categorias"
346
+
347
+ #: classes/settings/class-settings-categories.php:27
348
+ msgid "Limit Post Categories"
349
+ msgstr ""
350
+
351
+ #: classes/settings/class-settings-categories.php:28
352
+ msgid "Limit the categories related content is selected from."
353
+ msgstr ""
354
+
355
+ #: classes/settings/class-settings-categories.php:34
356
+ msgid "Select Categories"
357
+ msgstr ""
358
+
359
+ #: classes/settings/class-settings-categories.php:35
360
+ msgid "Select what categories we need to select related content from."
361
+ msgstr ""
362
+
363
  #: classes/settings/class-settings-configurator.php:18
364
  msgid "Styling"
365
  msgstr "Estilos"
595
  msgid "Upload Image"
596
  msgstr ""
597
 
598
+ #: classes/settings/class-settings-page.php:471
599
  msgid "ACTIVATED"
600
  msgstr "ATIVADO"
601
 
602
+ #: classes/settings/class-settings-page.php:473
603
  msgid "NOT ACTIVE"
604
  msgstr "NÃO ATIVADO"
605
 
640
  msgid "The weight of the links found in the content."
641
  msgstr "A prioridade dos links encontrados no conteúdo."
642
 
 
 
 
 
643
  #: classes/settings/class-settings-weights.php:52
644
  msgid "The weight of the categories."
645
  msgstr "A prioridade das categorias."
languages/related-posts-for-wp-pt_PT.mo CHANGED
Binary file
languages/related-posts-for-wp-pt_PT.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -8,8 +8,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: Related Posts for WordPress\n"
10
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
11
- "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
12
- "PO-Revision-Date: 2016-08-25 13:54+0000\n"
13
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
14
  "Language-Team: Portuguese (Portugal) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/pt_PT/)\n"
15
  "MIME-Version: 1.0\n"
@@ -17,7 +17,11 @@ msgstr ""
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: pt_PT\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Generator: grunt-wp-i18n 0.4.9\n"
 
 
 
 
21
 
22
  #: classes/class-is-installing-notice.php:74
23
  msgid ""
@@ -70,7 +74,7 @@ msgid "Title"
70
  msgstr "Título"
71
 
72
  #: classes/class-link-related-table.php:96
73
- #: classes/hooks/class-hook-page-install.php:187
74
  #: classes/hooks/class-hook-settings-page.php:155
75
  msgid "Post Type"
76
  msgstr "Tipo de Post"
@@ -108,6 +112,10 @@ msgstr "Posts Relacionados para WordPress"
108
  msgid "Display related posts."
109
  msgstr "Exibir posts relacionados."
110
 
 
 
 
 
111
  #: classes/filters/class-filter-plugin-links.php:29
112
  msgid "Settings"
113
  msgstr "Configurações"
@@ -136,7 +144,7 @@ msgstr "Vinculação de Posts"
136
  msgid "Finished"
137
  msgstr "Terminado"
138
 
139
- #: classes/hooks/class-hook-page-install.php:78
140
  msgid ""
141
  "Missing post type parameter, please report this incident via %sour "
142
  "website%s."
@@ -146,12 +154,12 @@ msgstr "Tipo de post em falta, por favor report o incidente através do %snosso
146
  msgid "Installation"
147
  msgstr "Instalação"
148
 
149
- #: classes/hooks/class-hook-page-install.php:168
150
- #: classes/hooks/class-hook-page-install.php:247
151
  msgid "Thank you for choosing Related Posts for WordPress!"
152
  msgstr "Obrigado por escolher Posts Relacionados para WordPress!"
153
 
154
- #: classes/hooks/class-hook-page-install.php:169
155
  msgid ""
156
  "Below you'll find your post types available for installation, by installing "
157
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -159,96 +167,96 @@ msgid ""
159
  "Type' button."
160
  msgstr "Abaixo você vai encontrar seus tipos de posts disponíveis para instalação, através da instalação de um tipo de post vamos configurar um cache e oferecer-lhe a capacidade de relacionamento automático (customizado). Para instalar um tipo de post, basta clicar no botão \"Instalar Tipo de Post '."
161
 
162
- #: classes/hooks/class-hook-page-install.php:188
163
  msgid "Related to Post Types"
164
  msgstr "Tipos de Post Relacionados"
165
 
166
- #: classes/hooks/class-hook-page-install.php:223
167
  msgid "Edit this post type"
168
  msgstr ""
169
 
170
- #: classes/hooks/class-hook-page-install.php:248
171
  msgid ""
172
  "Before you can start using Related Posts for WordPress we need to cache your"
173
  " current posts."
174
  msgstr "Antes que você possa começar a usar Posts Relacionados para WordPress nos precisamos armazenar os seus posts atuais."
175
 
176
- #: classes/hooks/class-hook-page-install.php:249
177
  msgid ""
178
  "This is a one time process which might take some time now, depending on the "
179
  "amount of posts you have, but will ensure your website's performance when "
180
  "using the plugin."
181
  msgstr "Este é um processo pode demorar algum tempo, dependendo da quantidade de posts que você tem, mas vai garantir o desempenho do seu site ao usar o plugin."
182
 
183
- #: classes/hooks/class-hook-page-install.php:251
184
  msgid ""
185
  "Do NOT close this window, wait for this process to finish and this wizard to"
186
  " take you to the next step."
187
  msgstr "NÃO feche esta janela, espere este processo terminar e este assistente para levá-lo para a próxima etapa."
188
 
189
- #: classes/hooks/class-hook-page-install.php:285
190
  msgid "Great! All your posts were successfully cached!"
191
  msgstr "Ótimo! Todos os seus posts foram armazenados com sucesso!"
192
 
193
- #: classes/hooks/class-hook-page-install.php:286
194
  msgid ""
195
  "You can let me link your posts, based on what I think is related, to each "
196
  "other. And don't worry, if I made a mistake at one of your posts you can "
197
  "easily correct this by editing it manually!"
198
  msgstr "Você pode deixar que seja vinculado os seus posts com base no que eu acho que está relacionado, entre si. E não se preocupe, se eu cometi um erro em um dos seus posts você pode facilmente corrigir isso editando-lo manualmente!"
199
 
200
- #: classes/hooks/class-hook-page-install.php:287
201
  msgid ""
202
  "Want me to start linking posts to each other? Fill in the amount of related "
203
  "posts each post should have and click on the \"Link now\" button. Rather "
204
  "link your posts manually? Click \"Skip linking\"."
205
  msgstr "Quer que eu comece a vincular os seus posts uns aos outros? Preencha a quantidade de posts relacionados que cada post deve ter e clique em \"Vincular Agora\". Sim vincular manualmente seus posts? Clique em \"Ir Vinculando\"."
206
 
207
- #: classes/hooks/class-hook-page-install.php:288
208
  msgid ""
209
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
210
  " process to finish and this wizard to take you to the next step."
211
  msgstr "NÃO feche esta janela se você clicou em \"Vincular Agora\", espere para que este processo termine e este que assistente levá-o para a próxima etapa."
212
 
213
- #: classes/hooks/class-hook-page-install.php:295
214
  msgid "Amount of related posts:"
215
  msgstr "Quantidade de posts relacionados:"
216
 
217
- #: classes/hooks/class-hook-page-install.php:299
218
  msgid "The amount of related items per %s"
219
  msgstr "Quantidade de itens relacionados por %s"
220
 
221
- #: classes/hooks/class-hook-page-install.php:305
222
  msgid "Maximum Post Age:"
223
  msgstr "Idade máxima do post:"
224
 
225
- #: classes/hooks/class-hook-page-install.php:309
226
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
227
  msgstr "A idade máxima em dias de %s que serão associados. (0 = ilimitado)"
228
 
229
- #: classes/hooks/class-hook-page-install.php:316
230
  msgid "Link now"
231
  msgstr "Vincular agora"
232
 
233
- #: classes/hooks/class-hook-page-install.php:318
234
  msgid "Skip linking"
235
  msgstr "Pular vinculação"
236
 
237
- #: classes/hooks/class-hook-page-install.php:336
238
  msgid "That's it, you're good to go!"
239
  msgstr "É isso aí, você está pronto para ir!"
240
 
241
- #: classes/hooks/class-hook-page-install.php:337
242
  msgid ""
243
  "Thanks again for using Related Posts for WordPress and if you have any "
244
  "questions be sure to ask them at the %sWordPress.org forums.%s"
245
  msgstr "Obrigado novamente por usar Posts Relacionados para WordPress e se você tiver alguma dúvida não se esqueça de pedir-lhes no %sfóruns do WordPress.org.%s"
246
 
247
- #: classes/hooks/class-hook-page-install.php:340
248
  msgid "Click here to return to step 1"
249
  msgstr "Clique aqui para voltar ao passo 1"
250
 
251
- #: classes/hooks/class-hook-page-install.php:346
252
  msgid "Click here to go to the settings page"
253
  msgstr "Clique aqui para ir à página de configurações"
254
 
@@ -332,6 +340,27 @@ msgstr "Opções do Related Posts"
332
  msgid "Exclude"
333
  msgstr "Excluir"
334
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  #: classes/settings/class-settings-configurator.php:18
336
  msgid "Styling"
337
  msgstr "Estilos"
@@ -567,11 +596,11 @@ msgstr ""
567
  msgid "Upload Image"
568
  msgstr ""
569
 
570
- #: classes/settings/class-settings-page.php:468
571
  msgid "ACTIVATED"
572
  msgstr "ACTIVADO"
573
 
574
- #: classes/settings/class-settings-page.php:470
575
  msgid "NOT ACTIVE"
576
  msgstr "NÃO ACTIVO"
577
 
@@ -612,10 +641,6 @@ msgstr "Links"
612
  msgid "The weight of the links found in the content."
613
  msgstr "A prioridade dos links encontrados no conteúdo."
614
 
615
- #: classes/settings/class-settings-weights.php:51
616
- msgid "Categories"
617
- msgstr "Categorias"
618
-
619
  #: classes/settings/class-settings-weights.php:52
620
  msgid "The weight of the categories."
621
  msgstr "A prioridade das categorias."
1
+ # Copyright (C) 2017 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
8
  msgstr ""
9
  "Project-Id-Version: Related Posts for WordPress\n"
10
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
11
+ "POT-Creation-Date: 2017-09-06 17:17:09+00:00\n"
12
+ "PO-Revision-Date: 2017-09-06 17:20+0000\n"
13
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
14
  "Language-Team: Portuguese (Portugal) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/pt_PT/)\n"
15
  "MIME-Version: 1.0\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: pt_PT\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "X-Generator: grunt-wp-i18n1.0.0\n"
21
+
22
+ #: classes/class-dependencies.php:27
23
+ msgid "Error:"
24
+ msgstr ""
25
 
26
  #: classes/class-is-installing-notice.php:74
27
  msgid ""
74
  msgstr "Título"
75
 
76
  #: classes/class-link-related-table.php:96
77
+ #: classes/hooks/class-hook-page-install.php:191
78
  #: classes/hooks/class-hook-settings-page.php:155
79
  msgid "Post Type"
80
  msgstr "Tipo de Post"
112
  msgid "Display related posts."
113
  msgstr "Exibir posts relacionados."
114
 
115
+ #: classes/class-related-posts-widget.php:52
116
+ msgid "Output template"
117
+ msgstr ""
118
+
119
  #: classes/filters/class-filter-plugin-links.php:29
120
  msgid "Settings"
121
  msgstr "Configurações"
144
  msgid "Finished"
145
  msgstr "Terminado"
146
 
147
+ #: classes/hooks/class-hook-page-install.php:73
148
  msgid ""
149
  "Missing post type parameter, please report this incident via %sour "
150
  "website%s."
154
  msgid "Installation"
155
  msgstr "Instalação"
156
 
157
+ #: classes/hooks/class-hook-page-install.php:172
158
+ #: classes/hooks/class-hook-page-install.php:243
159
  msgid "Thank you for choosing Related Posts for WordPress!"
160
  msgstr "Obrigado por escolher Posts Relacionados para WordPress!"
161
 
162
+ #: classes/hooks/class-hook-page-install.php:173
163
  msgid ""
164
  "Below you'll find your post types available for installation, by installing "
165
  "a post type we'll set up a cache and offer you the ability to automatic link"
167
  "Type' button."
168
  msgstr "Abaixo você vai encontrar seus tipos de posts disponíveis para instalação, através da instalação de um tipo de post vamos configurar um cache e oferecer-lhe a capacidade de relacionamento automático (customizado). Para instalar um tipo de post, basta clicar no botão \"Instalar Tipo de Post '."
169
 
170
+ #: classes/hooks/class-hook-page-install.php:192
171
  msgid "Related to Post Types"
172
  msgstr "Tipos de Post Relacionados"
173
 
174
+ #: classes/hooks/class-hook-page-install.php:227
175
  msgid "Edit this post type"
176
  msgstr ""
177
 
178
+ #: classes/hooks/class-hook-page-install.php:244
179
  msgid ""
180
  "Before you can start using Related Posts for WordPress we need to cache your"
181
  " current posts."
182
  msgstr "Antes que você possa começar a usar Posts Relacionados para WordPress nos precisamos armazenar os seus posts atuais."
183
 
184
+ #: classes/hooks/class-hook-page-install.php:245
185
  msgid ""
186
  "This is a one time process which might take some time now, depending on the "
187
  "amount of posts you have, but will ensure your website's performance when "
188
  "using the plugin."
189
  msgstr "Este é um processo pode demorar algum tempo, dependendo da quantidade de posts que você tem, mas vai garantir o desempenho do seu site ao usar o plugin."
190
 
191
+ #: classes/hooks/class-hook-page-install.php:247
192
  msgid ""
193
  "Do NOT close this window, wait for this process to finish and this wizard to"
194
  " take you to the next step."
195
  msgstr "NÃO feche esta janela, espere este processo terminar e este assistente para levá-lo para a próxima etapa."
196
 
197
+ #: classes/hooks/class-hook-page-install.php:273
198
  msgid "Great! All your posts were successfully cached!"
199
  msgstr "Ótimo! Todos os seus posts foram armazenados com sucesso!"
200
 
201
+ #: classes/hooks/class-hook-page-install.php:274
202
  msgid ""
203
  "You can let me link your posts, based on what I think is related, to each "
204
  "other. And don't worry, if I made a mistake at one of your posts you can "
205
  "easily correct this by editing it manually!"
206
  msgstr "Você pode deixar que seja vinculado os seus posts com base no que eu acho que está relacionado, entre si. E não se preocupe, se eu cometi um erro em um dos seus posts você pode facilmente corrigir isso editando-lo manualmente!"
207
 
208
+ #: classes/hooks/class-hook-page-install.php:275
209
  msgid ""
210
  "Want me to start linking posts to each other? Fill in the amount of related "
211
  "posts each post should have and click on the \"Link now\" button. Rather "
212
  "link your posts manually? Click \"Skip linking\"."
213
  msgstr "Quer que eu comece a vincular os seus posts uns aos outros? Preencha a quantidade de posts relacionados que cada post deve ter e clique em \"Vincular Agora\". Sim vincular manualmente seus posts? Clique em \"Ir Vinculando\"."
214
 
215
+ #: classes/hooks/class-hook-page-install.php:276
216
  msgid ""
217
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
218
  " process to finish and this wizard to take you to the next step."
219
  msgstr "NÃO feche esta janela se você clicou em \"Vincular Agora\", espere para que este processo termine e este que assistente levá-o para a próxima etapa."
220
 
221
+ #: classes/hooks/class-hook-page-install.php:283
222
  msgid "Amount of related posts:"
223
  msgstr "Quantidade de posts relacionados:"
224
 
225
+ #: classes/hooks/class-hook-page-install.php:287
226
  msgid "The amount of related items per %s"
227
  msgstr "Quantidade de itens relacionados por %s"
228
 
229
+ #: classes/hooks/class-hook-page-install.php:293
230
  msgid "Maximum Post Age:"
231
  msgstr "Idade máxima do post:"
232
 
233
+ #: classes/hooks/class-hook-page-install.php:297
234
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
235
  msgstr "A idade máxima em dias de %s que serão associados. (0 = ilimitado)"
236
 
237
+ #: classes/hooks/class-hook-page-install.php:304
238
  msgid "Link now"
239
  msgstr "Vincular agora"
240
 
241
+ #: classes/hooks/class-hook-page-install.php:306
242
  msgid "Skip linking"
243
  msgstr "Pular vinculação"
244
 
245
+ #: classes/hooks/class-hook-page-install.php:324
246
  msgid "That's it, you're good to go!"
247
  msgstr "É isso aí, você está pronto para ir!"
248
 
249
+ #: classes/hooks/class-hook-page-install.php:325
250
  msgid ""
251
  "Thanks again for using Related Posts for WordPress and if you have any "
252
  "questions be sure to ask them at the %sWordPress.org forums.%s"
253
  msgstr "Obrigado novamente por usar Posts Relacionados para WordPress e se você tiver alguma dúvida não se esqueça de pedir-lhes no %sfóruns do WordPress.org.%s"
254
 
255
+ #: classes/hooks/class-hook-page-install.php:328
256
  msgid "Click here to return to step 1"
257
  msgstr "Clique aqui para voltar ao passo 1"
258
 
259
+ #: classes/hooks/class-hook-page-install.php:334
260
  msgid "Click here to go to the settings page"
261
  msgstr "Clique aqui para ir à página de configurações"
262
 
340
  msgid "Exclude"
341
  msgstr "Excluir"
342
 
343
+ #: classes/settings/class-settings-categories.php:18
344
+ #: classes/settings/class-settings-weights.php:51
345
+ msgid "Categories"
346
+ msgstr "Categorias"
347
+
348
+ #: classes/settings/class-settings-categories.php:27
349
+ msgid "Limit Post Categories"
350
+ msgstr ""
351
+
352
+ #: classes/settings/class-settings-categories.php:28
353
+ msgid "Limit the categories related content is selected from."
354
+ msgstr ""
355
+
356
+ #: classes/settings/class-settings-categories.php:34
357
+ msgid "Select Categories"
358
+ msgstr ""
359
+
360
+ #: classes/settings/class-settings-categories.php:35
361
+ msgid "Select what categories we need to select related content from."
362
+ msgstr ""
363
+
364
  #: classes/settings/class-settings-configurator.php:18
365
  msgid "Styling"
366
  msgstr "Estilos"
596
  msgid "Upload Image"
597
  msgstr ""
598
 
599
+ #: classes/settings/class-settings-page.php:471
600
  msgid "ACTIVATED"
601
  msgstr "ACTIVADO"
602
 
603
+ #: classes/settings/class-settings-page.php:473
604
  msgid "NOT ACTIVE"
605
  msgstr "NÃO ACTIVO"
606
 
641
  msgid "The weight of the links found in the content."
642
  msgstr "A prioridade dos links encontrados no conteúdo."
643
 
 
 
 
 
644
  #: classes/settings/class-settings-weights.php:52
645
  msgid "The weight of the categories."
646
  msgstr "A prioridade das categorias."
languages/related-posts-for-wp-sr_RS.mo CHANGED
Binary file
languages/related-posts-for-wp-sr_RS.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
- "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
11
- "PO-Revision-Date: 2016-08-25 13:54+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Serbian (Serbia) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/sr_RS/)\n"
14
  "MIME-Version: 1.0\n"
@@ -16,7 +16,11 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: sr_RS\n"
18
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
- "X-Generator: grunt-wp-i18n 0.4.9\n"
 
 
 
 
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
@@ -69,7 +73,7 @@ msgid "Title"
69
  msgstr "Наслов"
70
 
71
  #: classes/class-link-related-table.php:96
72
- #: classes/hooks/class-hook-page-install.php:187
73
  #: classes/hooks/class-hook-settings-page.php:155
74
  msgid "Post Type"
75
  msgstr "Post Type"
@@ -107,6 +111,10 @@ msgstr "Повезани чланци за Вордпрес"
107
  msgid "Display related posts."
108
  msgstr "Прикажи повезане чланке."
109
 
 
 
 
 
110
  #: classes/filters/class-filter-plugin-links.php:29
111
  msgid "Settings"
112
  msgstr "Подешавања"
@@ -135,7 +143,7 @@ msgstr "Повезани чланци"
135
  msgid "Finished"
136
  msgstr "Завршено."
137
 
138
- #: classes/hooks/class-hook-page-install.php:78
139
  msgid ""
140
  "Missing post type parameter, please report this incident via %sour "
141
  "website%s."
@@ -145,12 +153,12 @@ msgstr ""
145
  msgid "Installation"
146
  msgstr "Инсталација"
147
 
148
- #: classes/hooks/class-hook-page-install.php:168
149
- #: classes/hooks/class-hook-page-install.php:247
150
  msgid "Thank you for choosing Related Posts for WordPress!"
151
  msgstr "Хвала што сте изабрали Повезане чланке за Вордпрес!"
152
 
153
- #: classes/hooks/class-hook-page-install.php:169
154
  msgid ""
155
  "Below you'll find your post types available for installation, by installing "
156
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -158,96 +166,96 @@ msgid ""
158
  "Type' button."
159
  msgstr "Испод ћете наћи ваше доступне post types за инсталацију, инсталирањем post type ми ћемо све кеширати и понудити Вам могућност да аутоматски повежете (подешене) чланке. Да инсталирате post type, једноставно кликните 'Инсталирај Post Type' дугме."
160
 
161
- #: classes/hooks/class-hook-page-install.php:188
162
  msgid "Related to Post Types"
163
  msgstr ""
164
 
165
- #: classes/hooks/class-hook-page-install.php:223
166
  msgid "Edit this post type"
167
  msgstr ""
168
 
169
- #: classes/hooks/class-hook-page-install.php:248
170
  msgid ""
171
  "Before you can start using Related Posts for WordPress we need to cache your"
172
  " current posts."
173
  msgstr "Пре него што почнете са коришћењем Повезаних чланака за Вордпрес морамо да кеширамо све Ваше чланке."
174
 
175
- #: classes/hooks/class-hook-page-install.php:249
176
  msgid ""
177
  "This is a one time process which might take some time now, depending on the "
178
  "amount of posts you have, but will ensure your website's performance when "
179
  "using the plugin."
180
  msgstr "Ово је процес који може да узме мало више времена сада, зависно од броја Ваших чланака, али ће осигурати боље перформансе Вашег вебсајта када се додатак користи."
181
 
182
- #: classes/hooks/class-hook-page-install.php:251
183
  msgid ""
184
  "Do NOT close this window, wait for this process to finish and this wizard to"
185
  " take you to the next step."
186
  msgstr "Немојте да затварате овај прозор, сачекајте да се процес заврши и да вас одведе на следећи корак."
187
 
188
- #: classes/hooks/class-hook-page-install.php:285
189
  msgid "Great! All your posts were successfully cached!"
190
  msgstr "Одлично! Сви твоји чланци су успешно кеширани!"
191
 
192
- #: classes/hooks/class-hook-page-install.php:286
193
  msgid ""
194
  "You can let me link your posts, based on what I think is related, to each "
195
  "other. And don't worry, if I made a mistake at one of your posts you can "
196
  "easily correct this by editing it manually!"
197
  msgstr "Можете ме пустити да повежем Ваше чланке, судећи по томе како ја мислим да треба бити повезани. И не брините, ако погрешим, увек можете ручно исправити!"
198
 
199
- #: classes/hooks/class-hook-page-install.php:287
200
  msgid ""
201
  "Want me to start linking posts to each other? Fill in the amount of related "
202
  "posts each post should have and click on the \"Link now\" button. Rather "
203
  "link your posts manually? Click \"Skip linking\"."
204
  msgstr "Желите да отпочнемо са повезивањем чланака? Попуните колико повезаних чланака сваки чланак треба да има и кликните ”Повежи сада” дугме. Ипак желите сами да повежите своје чланке? Кликните ”Прескочи повезивање”."
205
 
206
- #: classes/hooks/class-hook-page-install.php:288
207
  msgid ""
208
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
209
  " process to finish and this wizard to take you to the next step."
210
  msgstr "Немојте да затварате овај прозор, сачекајте да се процес заврши и да вас одведе на следећи корак."
211
 
212
- #: classes/hooks/class-hook-page-install.php:295
213
  msgid "Amount of related posts:"
214
  msgstr ""
215
 
216
- #: classes/hooks/class-hook-page-install.php:299
217
  msgid "The amount of related items per %s"
218
  msgstr ""
219
 
220
- #: classes/hooks/class-hook-page-install.php:305
221
  msgid "Maximum Post Age:"
222
  msgstr ""
223
 
224
- #: classes/hooks/class-hook-page-install.php:309
225
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
226
  msgstr ""
227
 
228
- #: classes/hooks/class-hook-page-install.php:316
229
  msgid "Link now"
230
  msgstr "Повежи сада"
231
 
232
- #: classes/hooks/class-hook-page-install.php:318
233
  msgid "Skip linking"
234
  msgstr "Прескочи повезивање"
235
 
236
- #: classes/hooks/class-hook-page-install.php:336
237
  msgid "That's it, you're good to go!"
238
  msgstr "То је то, готово је за сада!"
239
 
240
- #: classes/hooks/class-hook-page-install.php:337
241
  msgid ""
242
  "Thanks again for using Related Posts for WordPress and if you have any "
243
  "questions be sure to ask them at the %sWordPress.org forums.%s"
244
  msgstr "Хвала још једном што користите Повезане чланке за Вордпрес и ако имате питања слободно их поставите на %sWordPress.org forums.%s"
245
 
246
- #: classes/hooks/class-hook-page-install.php:340
247
  msgid "Click here to return to step 1"
248
  msgstr "Кликните овде за повратак на корак 1"
249
 
250
- #: classes/hooks/class-hook-page-install.php:346
251
  msgid "Click here to go to the settings page"
252
  msgstr "Кликните овде за страницу са подешавањима"
253
 
@@ -331,6 +339,27 @@ msgstr ""
331
  msgid "Exclude"
332
  msgstr ""
333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  #: classes/settings/class-settings-configurator.php:18
335
  msgid "Styling"
336
  msgstr "Стилизовање"
@@ -566,11 +595,11 @@ msgstr ""
566
  msgid "Upload Image"
567
  msgstr ""
568
 
569
- #: classes/settings/class-settings-page.php:468
570
  msgid "ACTIVATED"
571
  msgstr ""
572
 
573
- #: classes/settings/class-settings-page.php:470
574
  msgid "NOT ACTIVE"
575
  msgstr ""
576
 
@@ -611,10 +640,6 @@ msgstr ""
611
  msgid "The weight of the links found in the content."
612
  msgstr ""
613
 
614
- #: classes/settings/class-settings-weights.php:51
615
- msgid "Categories"
616
- msgstr ""
617
-
618
  #: classes/settings/class-settings-weights.php:52
619
  msgid "The weight of the categories."
620
  msgstr ""
1
+ # Copyright (C) 2017 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
+ "POT-Creation-Date: 2017-09-06 17:17:09+00:00\n"
11
+ "PO-Revision-Date: 2017-09-06 17:20+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Serbian (Serbia) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/sr_RS/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: sr_RS\n"
18
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
+ "X-Generator: grunt-wp-i18n1.0.0\n"
20
+
21
+ #: classes/class-dependencies.php:27
22
+ msgid "Error:"
23
+ msgstr ""
24
 
25
  #: classes/class-is-installing-notice.php:74
26
  msgid ""
73
  msgstr "Наслов"
74
 
75
  #: classes/class-link-related-table.php:96
76
+ #: classes/hooks/class-hook-page-install.php:191
77
  #: classes/hooks/class-hook-settings-page.php:155
78
  msgid "Post Type"
79
  msgstr "Post Type"
111
  msgid "Display related posts."
112
  msgstr "Прикажи повезане чланке."
113
 
114
+ #: classes/class-related-posts-widget.php:52
115
+ msgid "Output template"
116
+ msgstr ""
117
+
118
  #: classes/filters/class-filter-plugin-links.php:29
119
  msgid "Settings"
120
  msgstr "Подешавања"
143
  msgid "Finished"
144
  msgstr "Завршено."
145
 
146
+ #: classes/hooks/class-hook-page-install.php:73
147
  msgid ""
148
  "Missing post type parameter, please report this incident via %sour "
149
  "website%s."
153
  msgid "Installation"
154
  msgstr "Инсталација"
155
 
156
+ #: classes/hooks/class-hook-page-install.php:172
157
+ #: classes/hooks/class-hook-page-install.php:243
158
  msgid "Thank you for choosing Related Posts for WordPress!"
159
  msgstr "Хвала што сте изабрали Повезане чланке за Вордпрес!"
160
 
161
+ #: classes/hooks/class-hook-page-install.php:173
162
  msgid ""
163
  "Below you'll find your post types available for installation, by installing "
164
  "a post type we'll set up a cache and offer you the ability to automatic link"
166
  "Type' button."
167
  msgstr "Испод ћете наћи ваше доступне post types за инсталацију, инсталирањем post type ми ћемо све кеширати и понудити Вам могућност да аутоматски повежете (подешене) чланке. Да инсталирате post type, једноставно кликните 'Инсталирај Post Type' дугме."
168
 
169
+ #: classes/hooks/class-hook-page-install.php:192
170
  msgid "Related to Post Types"
171
  msgstr ""
172
 
173
+ #: classes/hooks/class-hook-page-install.php:227
174
  msgid "Edit this post type"
175
  msgstr ""
176
 
177
+ #: classes/hooks/class-hook-page-install.php:244
178
  msgid ""
179
  "Before you can start using Related Posts for WordPress we need to cache your"
180
  " current posts."
181
  msgstr "Пре него што почнете са коришћењем Повезаних чланака за Вордпрес морамо да кеширамо све Ваше чланке."
182
 
183
+ #: classes/hooks/class-hook-page-install.php:245
184
  msgid ""
185
  "This is a one time process which might take some time now, depending on the "
186
  "amount of posts you have, but will ensure your website's performance when "
187
  "using the plugin."
188
  msgstr "Ово је процес који може да узме мало више времена сада, зависно од броја Ваших чланака, али ће осигурати боље перформансе Вашег вебсајта када се додатак користи."
189
 
190
+ #: classes/hooks/class-hook-page-install.php:247
191
  msgid ""
192
  "Do NOT close this window, wait for this process to finish and this wizard to"
193
  " take you to the next step."
194
  msgstr "Немојте да затварате овај прозор, сачекајте да се процес заврши и да вас одведе на следећи корак."
195
 
196
+ #: classes/hooks/class-hook-page-install.php:273
197
  msgid "Great! All your posts were successfully cached!"
198
  msgstr "Одлично! Сви твоји чланци су успешно кеширани!"
199
 
200
+ #: classes/hooks/class-hook-page-install.php:274
201
  msgid ""
202
  "You can let me link your posts, based on what I think is related, to each "
203
  "other. And don't worry, if I made a mistake at one of your posts you can "
204
  "easily correct this by editing it manually!"
205
  msgstr "Можете ме пустити да повежем Ваше чланке, судећи по томе како ја мислим да треба бити повезани. И не брините, ако погрешим, увек можете ручно исправити!"
206
 
207
+ #: classes/hooks/class-hook-page-install.php:275
208
  msgid ""
209
  "Want me to start linking posts to each other? Fill in the amount of related "
210
  "posts each post should have and click on the \"Link now\" button. Rather "
211
  "link your posts manually? Click \"Skip linking\"."
212
  msgstr "Желите да отпочнемо са повезивањем чланака? Попуните колико повезаних чланака сваки чланак треба да има и кликните ”Повежи сада” дугме. Ипак желите сами да повежите своје чланке? Кликните ”Прескочи повезивање”."
213
 
214
+ #: classes/hooks/class-hook-page-install.php:276
215
  msgid ""
216
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
217
  " process to finish and this wizard to take you to the next step."
218
  msgstr "Немојте да затварате овај прозор, сачекајте да се процес заврши и да вас одведе на следећи корак."
219
 
220
+ #: classes/hooks/class-hook-page-install.php:283
221
  msgid "Amount of related posts:"
222
  msgstr ""
223
 
224
+ #: classes/hooks/class-hook-page-install.php:287
225
  msgid "The amount of related items per %s"
226
  msgstr ""
227
 
228
+ #: classes/hooks/class-hook-page-install.php:293
229
  msgid "Maximum Post Age:"
230
  msgstr ""
231
 
232
+ #: classes/hooks/class-hook-page-install.php:297
233
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
234
  msgstr ""
235
 
236
+ #: classes/hooks/class-hook-page-install.php:304
237
  msgid "Link now"
238
  msgstr "Повежи сада"
239
 
240
+ #: classes/hooks/class-hook-page-install.php:306
241
  msgid "Skip linking"
242
  msgstr "Прескочи повезивање"
243
 
244
+ #: classes/hooks/class-hook-page-install.php:324
245
  msgid "That's it, you're good to go!"
246
  msgstr "То је то, готово је за сада!"
247
 
248
+ #: classes/hooks/class-hook-page-install.php:325
249
  msgid ""
250
  "Thanks again for using Related Posts for WordPress and if you have any "
251
  "questions be sure to ask them at the %sWordPress.org forums.%s"
252
  msgstr "Хвала још једном што користите Повезане чланке за Вордпрес и ако имате питања слободно их поставите на %sWordPress.org forums.%s"
253
 
254
+ #: classes/hooks/class-hook-page-install.php:328
255
  msgid "Click here to return to step 1"
256
  msgstr "Кликните овде за повратак на корак 1"
257
 
258
+ #: classes/hooks/class-hook-page-install.php:334
259
  msgid "Click here to go to the settings page"
260
  msgstr "Кликните овде за страницу са подешавањима"
261
 
339
  msgid "Exclude"
340
  msgstr ""
341
 
342
+ #: classes/settings/class-settings-categories.php:18
343
+ #: classes/settings/class-settings-weights.php:51
344
+ msgid "Categories"
345
+ msgstr ""
346
+
347
+ #: classes/settings/class-settings-categories.php:27
348
+ msgid "Limit Post Categories"
349
+ msgstr ""
350
+
351
+ #: classes/settings/class-settings-categories.php:28
352
+ msgid "Limit the categories related content is selected from."
353
+ msgstr ""
354
+
355
+ #: classes/settings/class-settings-categories.php:34
356
+ msgid "Select Categories"
357
+ msgstr ""
358
+
359
+ #: classes/settings/class-settings-categories.php:35
360
+ msgid "Select what categories we need to select related content from."
361
+ msgstr ""
362
+
363
  #: classes/settings/class-settings-configurator.php:18
364
  msgid "Styling"
365
  msgstr "Стилизовање"
595
  msgid "Upload Image"
596
  msgstr ""
597
 
598
+ #: classes/settings/class-settings-page.php:471
599
  msgid "ACTIVATED"
600
  msgstr ""
601
 
602
+ #: classes/settings/class-settings-page.php:473
603
  msgid "NOT ACTIVE"
604
  msgstr ""
605
 
640
  msgid "The weight of the links found in the content."
641
  msgstr ""
642
 
 
 
 
 
643
  #: classes/settings/class-settings-weights.php:52
644
  msgid "The weight of the categories."
645
  msgstr ""
languages/related-posts-for-wp-sv_SE.mo CHANGED
Binary file
languages/related-posts-for-wp-sv_SE.po CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
- "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
11
- "PO-Revision-Date: 2016-08-25 13:54+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/sv_SE/)\n"
14
  "MIME-Version: 1.0\n"
@@ -16,7 +16,11 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: sv_SE\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: grunt-wp-i18n 0.4.9\n"
 
 
 
 
20
 
21
  #: classes/class-is-installing-notice.php:74
22
  msgid ""
@@ -69,7 +73,7 @@ msgid "Title"
69
  msgstr "Rubrik"
70
 
71
  #: classes/class-link-related-table.php:96
72
- #: classes/hooks/class-hook-page-install.php:187
73
  #: classes/hooks/class-hook-settings-page.php:155
74
  msgid "Post Type"
75
  msgstr "Posttyp"
@@ -107,6 +111,10 @@ msgstr "Relaterade inlägg för WordPress"
107
  msgid "Display related posts."
108
  msgstr "Visa relaterade inlägg."
109
 
 
 
 
 
110
  #: classes/filters/class-filter-plugin-links.php:29
111
  msgid "Settings"
112
  msgstr "Inställningar"
@@ -135,7 +143,7 @@ msgstr "Länkar inlägg"
135
  msgid "Finished"
136
  msgstr "Avslutad"
137
 
138
- #: classes/hooks/class-hook-page-install.php:78
139
  msgid ""
140
  "Missing post type parameter, please report this incident via %sour "
141
  "website%s."
@@ -145,12 +153,12 @@ msgstr ""
145
  msgid "Installation"
146
  msgstr "Installation"
147
 
148
- #: classes/hooks/class-hook-page-install.php:168
149
- #: classes/hooks/class-hook-page-install.php:247
150
  msgid "Thank you for choosing Related Posts for WordPress!"
151
  msgstr "Tack för att du valt Related Posts for WordPress!"
152
 
153
- #: classes/hooks/class-hook-page-install.php:169
154
  msgid ""
155
  "Below you'll find your post types available for installation, by installing "
156
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -158,96 +166,96 @@ msgid ""
158
  "Type' button."
159
  msgstr "Nedanför hittar du dina posttyper tillgängliga för installation. Genom att installera en posttyp skapar vi en cache och erbjuder dig möjligheten att automatiskt länka (egna) posttyper. För att installera en posttyp, klicka på 'Installera posttyp'-knappen."
160
 
161
- #: classes/hooks/class-hook-page-install.php:188
162
  msgid "Related to Post Types"
163
  msgstr ""
164
 
165
- #: classes/hooks/class-hook-page-install.php:223
166
  msgid "Edit this post type"
167
  msgstr ""
168
 
169
- #: classes/hooks/class-hook-page-install.php:248
170
  msgid ""
171
  "Before you can start using Related Posts for WordPress we need to cache your"
172
  " current posts."
173
  msgstr "Före du kan börja använda Related Posts for WooCommerce behöver vi cache'a ditt nuvarande inlägg."
174
 
175
- #: classes/hooks/class-hook-page-install.php:249
176
  msgid ""
177
  "This is a one time process which might take some time now, depending on the "
178
  "amount of posts you have, but will ensure your website's performance when "
179
  "using the plugin."
180
  msgstr "Detta är en engångsprocess som kan ta en viss tid nu, beroende på antalet inlägg du har, men som kommer att säkerställa din webbplats prestanda när du använder pluginet."
181
 
182
- #: classes/hooks/class-hook-page-install.php:251
183
  msgid ""
184
  "Do NOT close this window, wait for this process to finish and this wizard to"
185
  " take you to the next step."
186
  msgstr "Stäng INTE det här fönstret, vänta på att den här processen ska avslutas och guiden tar dig till nästa steg."
187
 
188
- #: classes/hooks/class-hook-page-install.php:285
189
  msgid "Great! All your posts were successfully cached!"
190
  msgstr "Strålande! Alla dina inlägg cachades!"
191
 
192
- #: classes/hooks/class-hook-page-install.php:286
193
  msgid ""
194
  "You can let me link your posts, based on what I think is related, to each "
195
  "other. And don't worry, if I made a mistake at one of your posts you can "
196
  "easily correct this by editing it manually!"
197
  msgstr "Du kan låta mig länka dina inlägg, baserat på vad jag anser vara relaterat. Och inga problem - om jag gör ett misstag kan du alltid justera det genom att ändra det manuellt."
198
 
199
- #: classes/hooks/class-hook-page-install.php:287
200
  msgid ""
201
  "Want me to start linking posts to each other? Fill in the amount of related "
202
  "posts each post should have and click on the \"Link now\" button. Rather "
203
  "link your posts manually? Click \"Skip linking\"."
204
  msgstr "Vill du att jag ska starta att länka inlägg mellan varandra? Fyll i det antal relaterade inlägg som varje inlägg ska ha och klicka på \"Länka nu\"-knappen. Vill du hellre länka dina inlägg manuellt? Klicka \"Hoppa över länkning\""
205
 
206
- #: classes/hooks/class-hook-page-install.php:288
207
  msgid ""
208
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
209
  " process to finish and this wizard to take you to the next step."
210
  msgstr "Stäng INTE det här fönstret om du klickar \"Länka nu\"-knappen, vänta på att den här processen slutförs och guiden tar dig vidare till nästa steg."
211
 
212
- #: classes/hooks/class-hook-page-install.php:295
213
  msgid "Amount of related posts:"
214
  msgstr ""
215
 
216
- #: classes/hooks/class-hook-page-install.php:299
217
  msgid "The amount of related items per %s"
218
  msgstr ""
219
 
220
- #: classes/hooks/class-hook-page-install.php:305
221
  msgid "Maximum Post Age:"
222
  msgstr ""
223
 
224
- #: classes/hooks/class-hook-page-install.php:309
225
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
226
  msgstr ""
227
 
228
- #: classes/hooks/class-hook-page-install.php:316
229
  msgid "Link now"
230
  msgstr "Länka nu"
231
 
232
- #: classes/hooks/class-hook-page-install.php:318
233
  msgid "Skip linking"
234
  msgstr "Hoppa över länkning"
235
 
236
- #: classes/hooks/class-hook-page-install.php:336
237
  msgid "That's it, you're good to go!"
238
  msgstr "Det var det, nu kan du sätta igång!"
239
 
240
- #: classes/hooks/class-hook-page-install.php:337
241
  msgid ""
242
  "Thanks again for using Related Posts for WordPress and if you have any "
243
  "questions be sure to ask them at the %sWordPress.org forums.%s"
244
  msgstr "Tack igen för att du använder Related Posts for WordPress. Om du har några snabba frågor, ställ dem på %sWordPress.org forums.%s"
245
 
246
- #: classes/hooks/class-hook-page-install.php:340
247
  msgid "Click here to return to step 1"
248
  msgstr "Klicka här för att återvända till steg 1."
249
 
250
- #: classes/hooks/class-hook-page-install.php:346
251
  msgid "Click here to go to the settings page"
252
  msgstr "Klicka här för att gå till inställningssidan"
253
 
@@ -331,6 +339,27 @@ msgstr ""
331
  msgid "Exclude"
332
  msgstr ""
333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  #: classes/settings/class-settings-configurator.php:18
335
  msgid "Styling"
336
  msgstr "Styling"
@@ -566,11 +595,11 @@ msgstr ""
566
  msgid "Upload Image"
567
  msgstr ""
568
 
569
- #: classes/settings/class-settings-page.php:468
570
  msgid "ACTIVATED"
571
  msgstr ""
572
 
573
- #: classes/settings/class-settings-page.php:470
574
  msgid "NOT ACTIVE"
575
  msgstr ""
576
 
@@ -611,10 +640,6 @@ msgstr ""
611
  msgid "The weight of the links found in the content."
612
  msgstr ""
613
 
614
- #: classes/settings/class-settings-weights.php:51
615
- msgid "Categories"
616
- msgstr ""
617
-
618
  #: classes/settings/class-settings-weights.php:52
619
  msgid "The weight of the categories."
620
  msgstr ""
1
+ # Copyright (C) 2017 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  # Barry Kooij <mail@barrykooij.nl>, 2014
7
  msgstr ""
8
  "Project-Id-Version: Related Posts for WordPress\n"
9
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
10
+ "POT-Creation-Date: 2017-09-06 17:17:09+00:00\n"
11
+ "PO-Revision-Date: 2017-09-06 17:20+0000\n"
12
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
13
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/sv_SE/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: sv_SE\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: grunt-wp-i18n1.0.0\n"
20
+
21
+ #: classes/class-dependencies.php:27
22
+ msgid "Error:"
23
+ msgstr ""
24
 
25
  #: classes/class-is-installing-notice.php:74
26
  msgid ""
73
  msgstr "Rubrik"
74
 
75
  #: classes/class-link-related-table.php:96
76
+ #: classes/hooks/class-hook-page-install.php:191
77
  #: classes/hooks/class-hook-settings-page.php:155
78
  msgid "Post Type"
79
  msgstr "Posttyp"
111
  msgid "Display related posts."
112
  msgstr "Visa relaterade inlägg."
113
 
114
+ #: classes/class-related-posts-widget.php:52
115
+ msgid "Output template"
116
+ msgstr ""
117
+
118
  #: classes/filters/class-filter-plugin-links.php:29
119
  msgid "Settings"
120
  msgstr "Inställningar"
143
  msgid "Finished"
144
  msgstr "Avslutad"
145
 
146
+ #: classes/hooks/class-hook-page-install.php:73
147
  msgid ""
148
  "Missing post type parameter, please report this incident via %sour "
149
  "website%s."
153
  msgid "Installation"
154
  msgstr "Installation"
155
 
156
+ #: classes/hooks/class-hook-page-install.php:172
157
+ #: classes/hooks/class-hook-page-install.php:243
158
  msgid "Thank you for choosing Related Posts for WordPress!"
159
  msgstr "Tack för att du valt Related Posts for WordPress!"
160
 
161
+ #: classes/hooks/class-hook-page-install.php:173
162
  msgid ""
163
  "Below you'll find your post types available for installation, by installing "
164
  "a post type we'll set up a cache and offer you the ability to automatic link"
166
  "Type' button."
167
  msgstr "Nedanför hittar du dina posttyper tillgängliga för installation. Genom att installera en posttyp skapar vi en cache och erbjuder dig möjligheten att automatiskt länka (egna) posttyper. För att installera en posttyp, klicka på 'Installera posttyp'-knappen."
168
 
169
+ #: classes/hooks/class-hook-page-install.php:192
170
  msgid "Related to Post Types"
171
  msgstr ""
172
 
173
+ #: classes/hooks/class-hook-page-install.php:227
174
  msgid "Edit this post type"
175
  msgstr ""
176
 
177
+ #: classes/hooks/class-hook-page-install.php:244
178
  msgid ""
179
  "Before you can start using Related Posts for WordPress we need to cache your"
180
  " current posts."
181
  msgstr "Före du kan börja använda Related Posts for WooCommerce behöver vi cache'a ditt nuvarande inlägg."
182
 
183
+ #: classes/hooks/class-hook-page-install.php:245
184
  msgid ""
185
  "This is a one time process which might take some time now, depending on the "
186
  "amount of posts you have, but will ensure your website's performance when "
187
  "using the plugin."
188
  msgstr "Detta är en engångsprocess som kan ta en viss tid nu, beroende på antalet inlägg du har, men som kommer att säkerställa din webbplats prestanda när du använder pluginet."
189
 
190
+ #: classes/hooks/class-hook-page-install.php:247
191
  msgid ""
192
  "Do NOT close this window, wait for this process to finish and this wizard to"
193
  " take you to the next step."
194
  msgstr "Stäng INTE det här fönstret, vänta på att den här processen ska avslutas och guiden tar dig till nästa steg."
195
 
196
+ #: classes/hooks/class-hook-page-install.php:273
197
  msgid "Great! All your posts were successfully cached!"
198
  msgstr "Strålande! Alla dina inlägg cachades!"
199
 
200
+ #: classes/hooks/class-hook-page-install.php:274
201
  msgid ""
202
  "You can let me link your posts, based on what I think is related, to each "
203
  "other. And don't worry, if I made a mistake at one of your posts you can "
204
  "easily correct this by editing it manually!"
205
  msgstr "Du kan låta mig länka dina inlägg, baserat på vad jag anser vara relaterat. Och inga problem - om jag gör ett misstag kan du alltid justera det genom att ändra det manuellt."
206
 
207
+ #: classes/hooks/class-hook-page-install.php:275
208
  msgid ""
209
  "Want me to start linking posts to each other? Fill in the amount of related "
210
  "posts each post should have and click on the \"Link now\" button. Rather "
211
  "link your posts manually? Click \"Skip linking\"."
212
  msgstr "Vill du att jag ska starta att länka inlägg mellan varandra? Fyll i det antal relaterade inlägg som varje inlägg ska ha och klicka på \"Länka nu\"-knappen. Vill du hellre länka dina inlägg manuellt? Klicka \"Hoppa över länkning\""
213
 
214
+ #: classes/hooks/class-hook-page-install.php:276
215
  msgid ""
216
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
217
  " process to finish and this wizard to take you to the next step."
218
  msgstr "Stäng INTE det här fönstret om du klickar \"Länka nu\"-knappen, vänta på att den här processen slutförs och guiden tar dig vidare till nästa steg."
219
 
220
+ #: classes/hooks/class-hook-page-install.php:283
221
  msgid "Amount of related posts:"
222
  msgstr ""
223
 
224
+ #: classes/hooks/class-hook-page-install.php:287
225
  msgid "The amount of related items per %s"
226
  msgstr ""
227
 
228
+ #: classes/hooks/class-hook-page-install.php:293
229
  msgid "Maximum Post Age:"
230
  msgstr ""
231
 
232
+ #: classes/hooks/class-hook-page-install.php:297
233
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
234
  msgstr ""
235
 
236
+ #: classes/hooks/class-hook-page-install.php:304
237
  msgid "Link now"
238
  msgstr "Länka nu"
239
 
240
+ #: classes/hooks/class-hook-page-install.php:306
241
  msgid "Skip linking"
242
  msgstr "Hoppa över länkning"
243
 
244
+ #: classes/hooks/class-hook-page-install.php:324
245
  msgid "That's it, you're good to go!"
246
  msgstr "Det var det, nu kan du sätta igång!"
247
 
248
+ #: classes/hooks/class-hook-page-install.php:325
249
  msgid ""
250
  "Thanks again for using Related Posts for WordPress and if you have any "
251
  "questions be sure to ask them at the %sWordPress.org forums.%s"
252
  msgstr "Tack igen för att du använder Related Posts for WordPress. Om du har några snabba frågor, ställ dem på %sWordPress.org forums.%s"
253
 
254
+ #: classes/hooks/class-hook-page-install.php:328
255
  msgid "Click here to return to step 1"
256
  msgstr "Klicka här för att återvända till steg 1."
257
 
258
+ #: classes/hooks/class-hook-page-install.php:334
259
  msgid "Click here to go to the settings page"
260
  msgstr "Klicka här för att gå till inställningssidan"
261
 
339
  msgid "Exclude"
340
  msgstr ""
341
 
342
+ #: classes/settings/class-settings-categories.php:18
343
+ #: classes/settings/class-settings-weights.php:51
344
+ msgid "Categories"
345
+ msgstr ""
346
+
347
+ #: classes/settings/class-settings-categories.php:27
348
+ msgid "Limit Post Categories"
349
+ msgstr ""
350
+
351
+ #: classes/settings/class-settings-categories.php:28
352
+ msgid "Limit the categories related content is selected from."
353
+ msgstr ""
354
+
355
+ #: classes/settings/class-settings-categories.php:34
356
+ msgid "Select Categories"
357
+ msgstr ""
358
+
359
+ #: classes/settings/class-settings-categories.php:35
360
+ msgid "Select what categories we need to select related content from."
361
+ msgstr ""
362
+
363
  #: classes/settings/class-settings-configurator.php:18
364
  msgid "Styling"
365
  msgstr "Styling"
595
  msgid "Upload Image"
596
  msgstr ""
597
 
598
+ #: classes/settings/class-settings-page.php:471
599
  msgid "ACTIVATED"
600
  msgstr ""
601
 
602
+ #: classes/settings/class-settings-page.php:473
603
  msgid "NOT ACTIVE"
604
  msgstr ""
605
 
640
  msgid "The weight of the links found in the content."
641
  msgstr ""
642
 
 
 
 
 
643
  #: classes/settings/class-settings-weights.php:52
644
  msgid "The weight of the categories."
645
  msgstr ""
languages/related-posts-for-wp-uk_UA.mo CHANGED
Binary file
languages/related-posts-for-wp-uk_UA.po CHANGED
@@ -1,12 +1,12 @@
1
- # Copyright (C) 2016 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Related Posts for WordPress\n"
7
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
8
- "POT-Creation-Date: 2016-08-25 13:53:23+00:00\n"
9
- "PO-Revision-Date: 2016-08-25 13:54+0000\n"
10
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
11
  "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/uk_UA/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,11 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: uk_UA\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
- "X-Generator: grunt-wp-i18n 0.4.9\n"
 
 
 
 
18
 
19
  #: classes/class-is-installing-notice.php:74
20
  msgid ""
@@ -67,7 +71,7 @@ msgid "Title"
67
  msgstr ""
68
 
69
  #: classes/class-link-related-table.php:96
70
- #: classes/hooks/class-hook-page-install.php:187
71
  #: classes/hooks/class-hook-settings-page.php:155
72
  msgid "Post Type"
73
  msgstr ""
@@ -105,6 +109,10 @@ msgstr ""
105
  msgid "Display related posts."
106
  msgstr ""
107
 
 
 
 
 
108
  #: classes/filters/class-filter-plugin-links.php:29
109
  msgid "Settings"
110
  msgstr ""
@@ -133,7 +141,7 @@ msgstr ""
133
  msgid "Finished"
134
  msgstr ""
135
 
136
- #: classes/hooks/class-hook-page-install.php:78
137
  msgid ""
138
  "Missing post type parameter, please report this incident via %sour "
139
  "website%s."
@@ -143,12 +151,12 @@ msgstr ""
143
  msgid "Installation"
144
  msgstr ""
145
 
146
- #: classes/hooks/class-hook-page-install.php:168
147
- #: classes/hooks/class-hook-page-install.php:247
148
  msgid "Thank you for choosing Related Posts for WordPress!"
149
  msgstr ""
150
 
151
- #: classes/hooks/class-hook-page-install.php:169
152
  msgid ""
153
  "Below you'll find your post types available for installation, by installing "
154
  "a post type we'll set up a cache and offer you the ability to automatic link"
@@ -156,96 +164,96 @@ msgid ""
156
  "Type' button."
157
  msgstr ""
158
 
159
- #: classes/hooks/class-hook-page-install.php:188
160
  msgid "Related to Post Types"
161
  msgstr ""
162
 
163
- #: classes/hooks/class-hook-page-install.php:223
164
  msgid "Edit this post type"
165
  msgstr ""
166
 
167
- #: classes/hooks/class-hook-page-install.php:248
168
  msgid ""
169
  "Before you can start using Related Posts for WordPress we need to cache your"
170
  " current posts."
171
  msgstr ""
172
 
173
- #: classes/hooks/class-hook-page-install.php:249
174
  msgid ""
175
  "This is a one time process which might take some time now, depending on the "
176
  "amount of posts you have, but will ensure your website's performance when "
177
  "using the plugin."
178
  msgstr ""
179
 
180
- #: classes/hooks/class-hook-page-install.php:251
181
  msgid ""
182
  "Do NOT close this window, wait for this process to finish and this wizard to"
183
  " take you to the next step."
184
  msgstr ""
185
 
186
- #: classes/hooks/class-hook-page-install.php:285
187
  msgid "Great! All your posts were successfully cached!"
188
  msgstr ""
189
 
190
- #: classes/hooks/class-hook-page-install.php:286
191
  msgid ""
192
  "You can let me link your posts, based on what I think is related, to each "
193
  "other. And don't worry, if I made a mistake at one of your posts you can "
194
  "easily correct this by editing it manually!"
195
  msgstr ""
196
 
197
- #: classes/hooks/class-hook-page-install.php:287
198
  msgid ""
199
  "Want me to start linking posts to each other? Fill in the amount of related "
200
  "posts each post should have and click on the \"Link now\" button. Rather "
201
  "link your posts manually? Click \"Skip linking\"."
202
  msgstr ""
203
 
204
- #: classes/hooks/class-hook-page-install.php:288
205
  msgid ""
206
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
207
  " process to finish and this wizard to take you to the next step."
208
  msgstr ""
209
 
210
- #: classes/hooks/class-hook-page-install.php:295
211
  msgid "Amount of related posts:"
212
  msgstr ""
213
 
214
- #: classes/hooks/class-hook-page-install.php:299
215
  msgid "The amount of related items per %s"
216
  msgstr ""
217
 
218
- #: classes/hooks/class-hook-page-install.php:305
219
  msgid "Maximum Post Age:"
220
  msgstr ""
221
 
222
- #: classes/hooks/class-hook-page-install.php:309
223
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
224
  msgstr ""
225
 
226
- #: classes/hooks/class-hook-page-install.php:316
227
  msgid "Link now"
228
  msgstr ""
229
 
230
- #: classes/hooks/class-hook-page-install.php:318
231
  msgid "Skip linking"
232
  msgstr ""
233
 
234
- #: classes/hooks/class-hook-page-install.php:336
235
  msgid "That's it, you're good to go!"
236
  msgstr ""
237
 
238
- #: classes/hooks/class-hook-page-install.php:337
239
  msgid ""
240
  "Thanks again for using Related Posts for WordPress and if you have any "
241
  "questions be sure to ask them at the %sWordPress.org forums.%s"
242
  msgstr ""
243
 
244
- #: classes/hooks/class-hook-page-install.php:340
245
  msgid "Click here to return to step 1"
246
  msgstr ""
247
 
248
- #: classes/hooks/class-hook-page-install.php:346
249
  msgid "Click here to go to the settings page"
250
  msgstr ""
251
 
@@ -329,6 +337,27 @@ msgstr ""
329
  msgid "Exclude"
330
  msgstr ""
331
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
332
  #: classes/settings/class-settings-configurator.php:18
333
  msgid "Styling"
334
  msgstr ""
@@ -564,11 +593,11 @@ msgstr ""
564
  msgid "Upload Image"
565
  msgstr ""
566
 
567
- #: classes/settings/class-settings-page.php:468
568
  msgid "ACTIVATED"
569
  msgstr ""
570
 
571
- #: classes/settings/class-settings-page.php:470
572
  msgid "NOT ACTIVE"
573
  msgstr ""
574
 
@@ -609,10 +638,6 @@ msgstr ""
609
  msgid "The weight of the links found in the content."
610
  msgstr ""
611
 
612
- #: classes/settings/class-settings-weights.php:51
613
- msgid "Categories"
614
- msgstr ""
615
-
616
  #: classes/settings/class-settings-weights.php:52
617
  msgid "The weight of the categories."
618
  msgstr ""
1
+ # Copyright (C) 2017 Never5
2
  # This file is distributed under the GPL v3.
3
  # Translators:
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Related Posts for WordPress\n"
7
  "Report-Msgid-Bugs-To: https://github.com/barrykooij/related-posts-for-wp/issues\n"
8
+ "POT-Creation-Date: 2017-09-06 17:17:09+00:00\n"
9
+ "PO-Revision-Date: 2017-09-06 17:20+0000\n"
10
  "Last-Translator: Barry Kooij <mail@barrykooij.nl>\n"
11
  "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/barrykooijplugins/related-posts-for-wordpress/language/uk_UA/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: uk_UA\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: grunt-wp-i18n1.0.0\n"
18
+
19
+ #: classes/class-dependencies.php:27
20
+ msgid "Error:"
21
+ msgstr ""
22
 
23
  #: classes/class-is-installing-notice.php:74
24
  msgid ""
71
  msgstr ""
72
 
73
  #: classes/class-link-related-table.php:96
74
+ #: classes/hooks/class-hook-page-install.php:191
75
  #: classes/hooks/class-hook-settings-page.php:155
76
  msgid "Post Type"
77
  msgstr ""
109
  msgid "Display related posts."
110
  msgstr ""
111
 
112
+ #: classes/class-related-posts-widget.php:52
113
+ msgid "Output template"
114
+ msgstr ""
115
+
116
  #: classes/filters/class-filter-plugin-links.php:29
117
  msgid "Settings"
118
  msgstr ""
141
  msgid "Finished"
142
  msgstr ""
143
 
144
+ #: classes/hooks/class-hook-page-install.php:73
145
  msgid ""
146
  "Missing post type parameter, please report this incident via %sour "
147
  "website%s."
151
  msgid "Installation"
152
  msgstr ""
153
 
154
+ #: classes/hooks/class-hook-page-install.php:172
155
+ #: classes/hooks/class-hook-page-install.php:243
156
  msgid "Thank you for choosing Related Posts for WordPress!"
157
  msgstr ""
158
 
159
+ #: classes/hooks/class-hook-page-install.php:173
160
  msgid ""
161
  "Below you'll find your post types available for installation, by installing "
162
  "a post type we'll set up a cache and offer you the ability to automatic link"
164
  "Type' button."
165
  msgstr ""
166
 
167
+ #: classes/hooks/class-hook-page-install.php:192
168
  msgid "Related to Post Types"
169
  msgstr ""
170
 
171
+ #: classes/hooks/class-hook-page-install.php:227
172
  msgid "Edit this post type"
173
  msgstr ""
174
 
175
+ #: classes/hooks/class-hook-page-install.php:244
176
  msgid ""
177
  "Before you can start using Related Posts for WordPress we need to cache your"
178
  " current posts."
179
  msgstr ""
180
 
181
+ #: classes/hooks/class-hook-page-install.php:245
182
  msgid ""
183
  "This is a one time process which might take some time now, depending on the "
184
  "amount of posts you have, but will ensure your website's performance when "
185
  "using the plugin."
186
  msgstr ""
187
 
188
+ #: classes/hooks/class-hook-page-install.php:247
189
  msgid ""
190
  "Do NOT close this window, wait for this process to finish and this wizard to"
191
  " take you to the next step."
192
  msgstr ""
193
 
194
+ #: classes/hooks/class-hook-page-install.php:273
195
  msgid "Great! All your posts were successfully cached!"
196
  msgstr ""
197
 
198
+ #: classes/hooks/class-hook-page-install.php:274
199
  msgid ""
200
  "You can let me link your posts, based on what I think is related, to each "
201
  "other. And don't worry, if I made a mistake at one of your posts you can "
202
  "easily correct this by editing it manually!"
203
  msgstr ""
204
 
205
+ #: classes/hooks/class-hook-page-install.php:275
206
  msgid ""
207
  "Want me to start linking posts to each other? Fill in the amount of related "
208
  "posts each post should have and click on the \"Link now\" button. Rather "
209
  "link your posts manually? Click \"Skip linking\"."
210
  msgstr ""
211
 
212
+ #: classes/hooks/class-hook-page-install.php:276
213
  msgid ""
214
  "Do NOT close this window if you click the \"Link now\" button, wait for this"
215
  " process to finish and this wizard to take you to the next step."
216
  msgstr ""
217
 
218
+ #: classes/hooks/class-hook-page-install.php:283
219
  msgid "Amount of related posts:"
220
  msgstr ""
221
 
222
+ #: classes/hooks/class-hook-page-install.php:287
223
  msgid "The amount of related items per %s"
224
  msgstr ""
225
 
226
+ #: classes/hooks/class-hook-page-install.php:293
227
  msgid "Maximum Post Age:"
228
  msgstr ""
229
 
230
+ #: classes/hooks/class-hook-page-install.php:297
231
  msgid "The maximum age in days of %s that will be linked. (0 = unlimited)"
232
  msgstr ""
233
 
234
+ #: classes/hooks/class-hook-page-install.php:304
235
  msgid "Link now"
236
  msgstr ""
237
 
238
+ #: classes/hooks/class-hook-page-install.php:306
239
  msgid "Skip linking"
240
  msgstr ""
241
 
242
+ #: classes/hooks/class-hook-page-install.php:324
243
  msgid "That's it, you're good to go!"
244
  msgstr ""
245
 
246
+ #: classes/hooks/class-hook-page-install.php:325
247
  msgid ""
248
  "Thanks again for using Related Posts for WordPress and if you have any "
249
  "questions be sure to ask them at the %sWordPress.org forums.%s"
250
  msgstr ""
251
 
252
+ #: classes/hooks/class-hook-page-install.php:328
253
  msgid "Click here to return to step 1"
254
  msgstr ""
255
 
256
+ #: classes/hooks/class-hook-page-install.php:334
257
  msgid "Click here to go to the settings page"
258
  msgstr ""
259
 
337
  msgid "Exclude"
338
  msgstr ""
339
 
340
+ #: classes/settings/class-settings-categories.php:18
341
+ #: classes/settings/class-settings-weights.php:51
342
+ msgid "Categories"
343
+ msgstr ""
344
+
345
+ #: classes/settings/class-settings-categories.php:27
346
+ msgid "Limit Post Categories"
347
+ msgstr ""
348
+
349
+ #: classes/settings/class-settings-categories.php:28
350
+ msgid "Limit the categories related content is selected from."
351
+ msgstr ""
352
+
353
+ #: classes/settings/class-settings-categories.php:34
354
+ msgid "Select Categories"
355
+ msgstr ""
356
+
357
+ #: classes/settings/class-settings-categories.php:35
358
+ msgid "Select what categories we need to select related content from."
359
+ msgstr ""
360
+
361
  #: classes/settings/class-settings-configurator.php:18
362
  msgid "Styling"
363
  msgstr ""
593
  msgid "Upload Image"
594
  msgstr ""
595
 
596
+ #: classes/settings/class-settings-page.php:471
597
  msgid "ACTIVATED"
598
  msgstr ""
599
 
600
+ #: classes/settings/class-settings-page.php:473
601
  msgid "NOT ACTIVE"
602
  msgstr ""
603
 
638
  msgid "The weight of the links found in the content."
639
  msgstr ""
640
 
 
 
 
 
641
  #: classes/settings/class-settings-weights.php:52
642
  msgid "The weight of the categories."
643
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.barrykooij.com/donate/
4
  Tags: related posts for wordpress, related posts for wp, simple related posts, easy related posts, related posts, related post, related, relations, internal links, seo, bounce rate
5
  Requires at least: 3.6
6
  Tested up to: 4.8.1
7
- Stable tag: 2.0.0
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -118,6 +118,11 @@ There is one custom table created for the post cache, this table will however no
118
 
119
  == Changelog ==
120
 
 
 
 
 
 
121
  = 2.0.0: December 16, 2016 =
122
  * Feature: New related post is found for parents of posts that are put back to draft or deleted.
123
  * Feature: Related post are now removed when a post is put back to draft or deleted.
4
  Tags: related posts for wordpress, related posts for wp, simple related posts, easy related posts, related posts, related post, related, relations, internal links, seo, bounce rate
5
  Requires at least: 3.6
6
  Tested up to: 4.8.1
7
+ Stable tag: 2.0.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
118
 
119
  == Changelog ==
120
 
121
+ = 2.0.1: September 7, 2017 =
122
+ * Tweak: Plugin is now checking if required mbstring PHP extension is installed.
123
+ * Tweak: Improved handling of plugin when premium version is also activated.
124
+ * Tweak: Updated various translations.
125
+
126
  = 2.0.0: December 16, 2016 =
127
  * Feature: New related post is found for parents of posts that are put back to draft or deleted.
128
  * Feature: Related post are now removed when a post is put back to draft or deleted.
related-posts-for-wp.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Related Posts for WordPress
4
  Plugin URI: http://www.relatedpostsforwp.com/
5
  Description: Related Posts for WordPress, the best way to display related posts in WordPress.
6
- Version: 2.0.0
7
  Author: Never5
8
  Author URI: http://www.never5.com/
9
  License: GPL v3
@@ -29,7 +29,10 @@ if ( ! defined( 'ABSPATH' ) ) {
29
 
30
  function rp4wp_load_plugin() {
31
 
 
32
  if ( defined( 'RP4WP_PLUGIN_FILE' ) ) {
 
 
33
  return false;
34
  }
35
 
3
  Plugin Name: Related Posts for WordPress
4
  Plugin URI: http://www.relatedpostsforwp.com/
5
  Description: Related Posts for WordPress, the best way to display related posts in WordPress.
6
+ Version: 2.0.1
7
  Author: Never5
8
  Author URI: http://www.never5.com/
9
  License: GPL v3
29
 
30
  function rp4wp_load_plugin() {
31
 
32
+ // Deactivate own plugin if Premium is loaded
33
  if ( defined( 'RP4WP_PLUGIN_FILE' ) ) {
34
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
35
+ deactivate_plugins( plugin_basename( __FILE__ ) );
36
  return false;
37
  }
38
 
vendor/autoload_52.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
- return ComposerAutoloaderInit0110ea92b1b5d6c9bde3a48a9bfbf3bc::getLoader();
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
+ return ComposerAutoloaderInit442e3f5637b89254b0477194a9f1fb8b::getLoader();
vendor/composer/ClassLoader.php CHANGED
@@ -53,8 +53,9 @@ class ClassLoader
53
 
54
  private $useIncludePath = false;
55
  private $classMap = array();
56
-
57
  private $classMapAuthoritative = false;
 
 
58
 
59
  public function getPrefixes()
60
  {
@@ -271,6 +272,26 @@ class ClassLoader
271
  return $this->classMapAuthoritative;
272
  }
273
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  /**
275
  * Registers this instance as an autoloader.
276
  *
@@ -313,29 +334,34 @@ class ClassLoader
313
  */
314
  public function findFile($class)
315
  {
316
- // work around for PHP 5.3.0 - 5.3.2 https://bugs.php.net/50731
317
- if ('\\' == $class[0]) {
318
- $class = substr($class, 1);
319
- }
320
-
321
  // class map lookup
322
  if (isset($this->classMap[$class])) {
323
  return $this->classMap[$class];
324
  }
325
- if ($this->classMapAuthoritative) {
326
  return false;
327
  }
 
 
 
 
 
 
328
 
329
  $file = $this->findFileWithExtension($class, '.php');
330
 
331
  // Search for Hack files if we are running on HHVM
332
- if ($file === null && defined('HHVM_VERSION')) {
333
  $file = $this->findFileWithExtension($class, '.hh');
334
  }
335
 
336
- if ($file === null) {
 
 
 
 
337
  // Remember that this class does not exist.
338
- return $this->classMap[$class] = false;
339
  }
340
 
341
  return $file;
@@ -348,9 +374,13 @@ class ClassLoader
348
 
349
  $first = $class[0];
350
  if (isset($this->prefixLengthsPsr4[$first])) {
351
- foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) {
352
- if (0 === strpos($class, $prefix)) {
353
- foreach ($this->prefixDirsPsr4[$prefix] as $dir) {
 
 
 
 
354
  if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
355
  return $file;
356
  }
@@ -399,6 +429,8 @@ class ClassLoader
399
  if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
400
  return $file;
401
  }
 
 
402
  }
403
  }
404
 
53
 
54
  private $useIncludePath = false;
55
  private $classMap = array();
 
56
  private $classMapAuthoritative = false;
57
+ private $missingClasses = array();
58
+ private $apcuPrefix;
59
 
60
  public function getPrefixes()
61
  {
272
  return $this->classMapAuthoritative;
273
  }
274
 
275
+ /**
276
+ * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
277
+ *
278
+ * @param string|null $apcuPrefix
279
+ */
280
+ public function setApcuPrefix($apcuPrefix)
281
+ {
282
+ $this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
283
+ }
284
+
285
+ /**
286
+ * The APCu prefix in use, or null if APCu caching is not enabled.
287
+ *
288
+ * @return string|null
289
+ */
290
+ public function getApcuPrefix()
291
+ {
292
+ return $this->apcuPrefix;
293
+ }
294
+
295
  /**
296
  * Registers this instance as an autoloader.
297
  *
334
  */
335
  public function findFile($class)
336
  {
 
 
 
 
 
337
  // class map lookup
338
  if (isset($this->classMap[$class])) {
339
  return $this->classMap[$class];
340
  }
341
+ if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
342
  return false;
343
  }
344
+ if (null !== $this->apcuPrefix) {
345
+ $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346
+ if ($hit) {
347
+ return $file;
348
+ }
349
+ }
350
 
351
  $file = $this->findFileWithExtension($class, '.php');
352
 
353
  // Search for Hack files if we are running on HHVM
354
+ if (false === $file && defined('HHVM_VERSION')) {
355
  $file = $this->findFileWithExtension($class, '.hh');
356
  }
357
 
358
+ if (null !== $this->apcuPrefix) {
359
+ apcu_add($this->apcuPrefix.$class, $file);
360
+ }
361
+
362
+ if (false === $file) {
363
  // Remember that this class does not exist.
364
+ $this->missingClasses[$class] = true;
365
  }
366
 
367
  return $file;
374
 
375
  $first = $class[0];
376
  if (isset($this->prefixLengthsPsr4[$first])) {
377
+ $subPath = $class;
378
+ while (false !== $lastPos = strrpos($subPath, '\\')) {
379
+ $subPath = substr($subPath, 0, $lastPos);
380
+ $search = $subPath.'\\';
381
+ if (isset($this->prefixDirsPsr4[$search])) {
382
+ foreach ($this->prefixDirsPsr4[$search] as $dir) {
383
+ $length = $this->prefixLengthsPsr4[$first][$search];
384
  if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
385
  return $file;
386
  }
429
  if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
430
  return $file;
431
  }
432
+
433
+ return false;
434
  }
435
  }
436
 
vendor/composer/LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Copyright (c) Nils Adermann, Jordi Boggiano
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is furnished
9
+ to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all
12
+ copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
+ THE SOFTWARE.
21
+
vendor/composer/autoload_classmap.php CHANGED
@@ -10,6 +10,7 @@ return array(
10
  'RP4WP_Cap_Manager' => $baseDir . '/classes/class-cap-manager.php',
11
  'RP4WP_Class_Manager' => $baseDir . '/classes/class-class-manager.php',
12
  'RP4WP_Constants' => $baseDir . '/classes/class-constants.php',
 
13
  'RP4WP_Filter' => $baseDir . '/classes/filters/class-filter.php',
14
  'RP4WP_Filter_After_Post' => $baseDir . '/classes/filters/class-filter-after-post.php',
15
  'RP4WP_Filter_Plugin_Links' => $baseDir . '/classes/filters/class-filter-plugin-links.php',
10
  'RP4WP_Cap_Manager' => $baseDir . '/classes/class-cap-manager.php',
11
  'RP4WP_Class_Manager' => $baseDir . '/classes/class-class-manager.php',
12
  'RP4WP_Constants' => $baseDir . '/classes/class-constants.php',
13
+ 'RP4WP_Dependencies' => $baseDir . '/classes/class-dependencies.php',
14
  'RP4WP_Filter' => $baseDir . '/classes/filters/class-filter.php',
15
  'RP4WP_Filter_After_Post' => $baseDir . '/classes/filters/class-filter-after-post.php',
16
  'RP4WP_Filter_Plugin_Links' => $baseDir . '/classes/filters/class-filter-plugin-links.php',
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit26c472e17f80ae54ffe27bb18257c99f
6
  {
7
  private static $loader;
8
 
@@ -19,23 +19,30 @@ class ComposerAutoloaderInit26c472e17f80ae54ffe27bb18257c99f
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit26c472e17f80ae54ffe27bb18257c99f', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit26c472e17f80ae54ffe27bb18257c99f', 'loadClassLoader'));
25
-
26
- $map = require __DIR__ . '/autoload_namespaces.php';
27
- foreach ($map as $namespace => $path) {
28
- $loader->set($namespace, $path);
29
- }
30
-
31
- $map = require __DIR__ . '/autoload_psr4.php';
32
- foreach ($map as $namespace => $path) {
33
- $loader->setPsr4($namespace, $path);
34
- }
35
-
36
- $classMap = require __DIR__ . '/autoload_classmap.php';
37
- if ($classMap) {
38
- $loader->addClassMap($classMap);
 
 
 
 
 
 
 
39
  }
40
 
41
  $loader->register(true);
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderIniteda194100eccf2275d23589996347a97
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderIniteda194100eccf2275d23589996347a97', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderIniteda194100eccf2275d23589996347a97', 'loadClassLoader'));
25
+
26
+ $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
+ if ($useStaticLoader) {
28
+ require_once __DIR__ . '/autoload_static.php';
29
+
30
+ call_user_func(\Composer\Autoload\ComposerStaticIniteda194100eccf2275d23589996347a97::getInitializer($loader));
31
+ } else {
32
+ $map = require __DIR__ . '/autoload_namespaces.php';
33
+ foreach ($map as $namespace => $path) {
34
+ $loader->set($namespace, $path);
35
+ }
36
+
37
+ $map = require __DIR__ . '/autoload_psr4.php';
38
+ foreach ($map as $namespace => $path) {
39
+ $loader->setPsr4($namespace, $path);
40
+ }
41
+
42
+ $classMap = require __DIR__ . '/autoload_classmap.php';
43
+ if ($classMap) {
44
+ $loader->addClassMap($classMap);
45
+ }
46
  }
47
 
48
  $loader->register(true);
vendor/composer/autoload_real_52.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
- class ComposerAutoloaderInit0110ea92b1b5d6c9bde3a48a9bfbf3bc {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit0110ea92b1b5d6c9bde3a48a9bfbf3bc {
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit0110ea92b1b5d6c9bde3a48a9bfbf3bc', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit0110ea92b1b5d6c9bde3a48a9bfbf3bc', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
+ class ComposerAutoloaderInit442e3f5637b89254b0477194a9f1fb8b {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit442e3f5637b89254b0477194a9f1fb8b', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit442e3f5637b89254b0477194a9f1fb8b', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
vendor/composer/autoload_static.php ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_static.php @generated by Composer
4
+
5
+ namespace Composer\Autoload;
6
+
7
+ class ComposerStaticIniteda194100eccf2275d23589996347a97
8
+ {
9
+ public static $prefixesPsr0 = array (
10
+ 'x' =>
11
+ array (
12
+ 'xrstf\\Composer52' =>
13
+ array (
14
+ 0 => __DIR__ . '/..' . '/xrstf/composer-php52/lib',
15
+ ),
16
+ ),
17
+ );
18
+
19
+ public static $classMap = array (
20
+ 'RP4WP' => __DIR__ . '/../..' . '/classes/class-rp4wp.php',
21
+ 'RP4WP_Cap_Manager' => __DIR__ . '/../..' . '/classes/class-cap-manager.php',
22
+ 'RP4WP_Class_Manager' => __DIR__ . '/../..' . '/classes/class-class-manager.php',
23
+ 'RP4WP_Constants' => __DIR__ . '/../..' . '/classes/class-constants.php',
24
+ 'RP4WP_Dependencies' => __DIR__ . '/../..' . '/classes/class-dependencies.php',
25
+ 'RP4WP_Filter' => __DIR__ . '/../..' . '/classes/filters/class-filter.php',
26
+ 'RP4WP_Filter_After_Post' => __DIR__ . '/../..' . '/classes/filters/class-filter-after-post.php',
27
+ 'RP4WP_Filter_Plugin_Links' => __DIR__ . '/../..' . '/classes/filters/class-filter-plugin-links.php',
28
+ 'RP4WP_Filter_Set_Screen_Option' => __DIR__ . '/../..' . '/classes/filters/class-filter-set-screen-option.php',
29
+ 'RP4WP_Hook' => __DIR__ . '/../..' . '/classes/hooks/class-hook.php',
30
+ 'RP4WP_Hook_Admin_Scripts' => __DIR__ . '/../..' . '/classes/hooks/class-hook-admin-scripts.php',
31
+ 'RP4WP_Hook_Ajax_Delete_Link' => __DIR__ . '/../..' . '/classes/hooks/class-hook-ajax-delete-link.php',
32
+ 'RP4WP_Hook_Ajax_Install_Link_Posts' => __DIR__ . '/../..' . '/classes/hooks/class-hook-ajax-install-link-posts.php',
33
+ 'RP4WP_Hook_Ajax_Install_Save_Words' => __DIR__ . '/../..' . '/classes/hooks/class-hook-ajax-install-save-words.php',
34
+ 'RP4WP_Hook_Delete_Words' => __DIR__ . '/../..' . '/classes/hooks/class-hook-delete-words.php',
35
+ 'RP4WP_Hook_Frontend_Css' => __DIR__ . '/../..' . '/classes/hooks/class-hook-frontend-css.php',
36
+ 'RP4WP_Hook_Link_Related_Screen' => __DIR__ . '/../..' . '/classes/hooks/class-hook-link-related-screen.php',
37
+ 'RP4WP_Hook_Meta_Box' => __DIR__ . '/../..' . '/classes/hooks/class-hook-meta-box.php',
38
+ 'RP4WP_Hook_Meta_Box_Ajax_Sort' => __DIR__ . '/../..' . '/classes/hooks/class-hook-meta-box-ajax-sort.php',
39
+ 'RP4WP_Hook_Page_Install' => __DIR__ . '/../..' . '/classes/hooks/class-hook-page-install.php',
40
+ 'RP4WP_Hook_Post_Type' => __DIR__ . '/../..' . '/classes/hooks/class-hook-post-type.php',
41
+ 'RP4WP_Hook_Related_Auto_Link' => __DIR__ . '/../..' . '/classes/hooks/class-hook-related-auto-link.php',
42
+ 'RP4WP_Hook_Related_Save_Words' => __DIR__ . '/../..' . '/classes/hooks/class-hook-related-save-words.php',
43
+ 'RP4WP_Hook_Related_Update_Link' => __DIR__ . '/../..' . '/classes/hooks/class-hook-related-update-link.php',
44
+ 'RP4WP_Hook_Settings_Page' => __DIR__ . '/../..' . '/classes/hooks/class-hook-settings-page.php',
45
+ 'RP4WP_Hook_Shortcode' => __DIR__ . '/../..' . '/classes/hooks/class-hook-shortcode.php',
46
+ 'RP4WP_Hook_Widget' => __DIR__ . '/../..' . '/classes/hooks/class-hook-widget.php',
47
+ 'RP4WP_Is_Installing_Notice' => __DIR__ . '/../..' . '/classes/class-is-installing-notice.php',
48
+ 'RP4WP_Javascript_Strings' => __DIR__ . '/../..' . '/classes/class-javascript-strings.php',
49
+ 'RP4WP_Link_Related_Table' => __DIR__ . '/../..' . '/classes/class-link-related-table.php',
50
+ 'RP4WP_Manager_Filter' => __DIR__ . '/../..' . '/classes/class-manager-filter.php',
51
+ 'RP4WP_Manager_Hook' => __DIR__ . '/../..' . '/classes/class-manager-hook.php',
52
+ 'RP4WP_Meta_Box_Manage' => __DIR__ . '/../..' . '/classes/meta-boxes/class-meta-box-manage.php',
53
+ 'RP4WP_Multisite_Notice' => __DIR__ . '/../..' . '/classes/class-multisite-notice.php',
54
+ 'RP4WP_Nag_Manager' => __DIR__ . '/../..' . '/classes/class-nag-manager.php',
55
+ 'RP4WP_Post_Link_Manager' => __DIR__ . '/../..' . '/classes/class-post-link-manager.php',
56
+ 'RP4WP_Related_Post_Manager' => __DIR__ . '/../..' . '/classes/class-related-post-manager.php',
57
+ 'RP4WP_Related_Posts_Widget' => __DIR__ . '/../..' . '/classes/class-related-posts-widget.php',
58
+ 'RP4WP_Related_Word_Manager' => __DIR__ . '/../..' . '/classes/class-related-word-manager.php',
59
+ 'RP4WP_Settings' => __DIR__ . '/../..' . '/classes/settings/class-settings.php',
60
+ );
61
+
62
+ public static function getInitializer(ClassLoader $loader)
63
+ {
64
+ return \Closure::bind(function () use ($loader) {
65
+ $loader->prefixesPsr0 = ComposerStaticIniteda194100eccf2275d23589996347a97::$prefixesPsr0;
66
+ $loader->classMap = ComposerStaticIniteda194100eccf2275d23589996347a97::$classMap;
67
+
68
+ }, null, ClassLoader::class);
69
+ }
70
+ }