Yet Another Related Posts Plugin (YARPP) - Version 3.5.2b2

Version Description

Download this release

Release Info

Developer mitchoyoshitaka
Plugin Icon 128x128 Yet Another Related Posts Plugin (YARPP)
Version 3.5.2b2
Comparing to
See all releases

Code changes from version 3.5.1 to 3.5.2b2

class-admin.php CHANGED
@@ -234,7 +234,7 @@ jQuery(function () {
234
  'domain' => isset($_REQUEST['domain']) ? $_REQUEST['domain'] : 'website'
235
  );
236
  if ( $this->core->get_option('cross_relate') )
237
- $args['post_type'] = $yarpp->get_post_types();
238
 
239
  $return = $this->core->display_related(absint($_REQUEST['ID']), $args, false);
240
  echo $return;
@@ -253,7 +253,7 @@ jQuery(function () {
253
  );
254
 
255
  $return = $this->core->display_demo_related($args, false);
256
- echo ereg_replace("[\n\r]",'',nl2br(htmlspecialchars($return)));
257
  exit;
258
  }
259
  }
234
  'domain' => isset($_REQUEST['domain']) ? $_REQUEST['domain'] : 'website'
235
  );
236
  if ( $this->core->get_option('cross_relate') )
237
+ $args['post_type'] = $this->core->get_post_types();
238
 
239
  $return = $this->core->display_related(absint($_REQUEST['ID']), $args, false);
240
  echo $return;
253
  );
254
 
255
  $return = $this->core->display_demo_related($args, false);
256
+ echo preg_replace("/[\n\r]/",'',nl2br(htmlspecialchars($return)));
257
  exit;
258
  }
259
  }
class-core.php CHANGED
@@ -239,7 +239,9 @@ class YARPP {
239
  $this->upgrade_3_4_4b3();
240
  if ( $last_version && version_compare('3.4.4b4', $last_version) > 0 )
241
  $this->upgrade_3_4_4b4();
242
-
 
 
243
  $this->cache->upgrade($last_version);
244
  // flush cache in 3.4.1b5 as 3.4 messed up calculations.
245
  if ( $last_version && version_compare('3.4.1b5', $last_version) > 0 )
@@ -433,6 +435,21 @@ class YARPP {
433
  update_option( 'yarpp', $options );
434
  }
435
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436
  private $post_types = null;
437
  function get_post_types( $field = 'name' ) {
438
  if ( is_null($this->post_types) ) {
239
  $this->upgrade_3_4_4b3();
240
  if ( $last_version && version_compare('3.4.4b4', $last_version) > 0 )
241
  $this->upgrade_3_4_4b4();
242
+ if ( $last_version && version_compare('3.5.2b2', $last_version) > 0 )
243
+ $this->upgrade_3_5_2b2();
244
+
245
  $this->cache->upgrade($last_version);
246
  // flush cache in 3.4.1b5 as 3.4 messed up calculations.
247
  if ( $last_version && version_compare('3.4.1b5', $last_version) > 0 )
435
  update_option( 'yarpp', $options );
436
  }
437
 
438
+ function upgrade_3_5_2b2() {
439
+ // fixing the effects of a previous bug affecting non-MyISAM users
440
+ if ( is_null( yarpp_get_option('weight') ) ||
441
+ !is_array( yarpp_get_option('weight') ) ) {
442
+ $weight = $this->default_options['weight'];
443
+ // if we're still not using MyISAM
444
+ if ( !yarpp_get_option('myisam_override') &&
445
+ $this->myisam_check() !== true ) {
446
+ unset( $weight['title'] );
447
+ unset( $weight['body'] );
448
+ }
449
+ yarpp_set_option(array('weight' => $weight));
450
+ }
451
+ }
452
+
453
  private $post_types = null;
454
  function get_post_types( $field = 'name' ) {
455
  if ( is_null($this->post_types) ) {
lang/yarpp-cs_CZ.mo ADDED
Binary file
lang/yarpp-cs_CZ.po ADDED
@@ -0,0 +1,542 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.5.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2012-03-04 10:58+0000\n"
7
+ "Last-Translator: Zdenek Hejl <zdenek@zdenek-hejl.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Czech\n"
14
+ "X-Poedit-Country: CZECH REPUBLIC\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: class-admin.php:55
23
+ #: class-widget.php:7
24
+ #: class-widget.php:59
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "Podobné články (YARPP)"
28
+
29
+ #: class-admin.php:63
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Podobné články"
33
+
34
+ #: class-admin.php:63
35
+ #@ default
36
+ msgid "Configure"
37
+ msgstr ""
38
+
39
+ #: class-admin.php:89
40
+ #@ yarpp
41
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
42
+ msgstr "Děkuji, že jste si nainstalovali <span>Yet Another Related Posts Plugin</span>!"
43
+
44
+ #: class-admin.php:90
45
+ #@ yarpp
46
+ msgid "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
47
+ msgstr "Navštivte stránku s <a>nastavením podobných článků</a>, abyste mohli upravit YARPP."
48
+
49
+ #: class-admin.php:136
50
+ #@ default
51
+ msgid "Settings"
52
+ msgstr ""
53
+
54
+ #: class-admin.php:162
55
+ #@ yarpp
56
+ msgid "Related entries may be displayed once you save your entry"
57
+ msgstr "Podobné články mohou být zobrazeny, jakmile článek uložíte"
58
+
59
+ #: class-cache.php:522
60
+ #@ yarpp
61
+ msgid "Example post "
62
+ msgstr "Ukázkový článek "
63
+
64
+ #: class-core.php:71
65
+ #: class-core.php:81
66
+ #: class-core.php:267
67
+ #: class-core.php:278
68
+ #@ yarpp
69
+ msgid "Related posts:"
70
+ msgstr "Podobné články:"
71
+
72
+ #: class-core.php:73
73
+ #: class-core.php:83
74
+ #: class-core.php:269
75
+ #: class-core.php:280
76
+ #: template-metabox.php:30
77
+ #: template-widget.php:13
78
+ #@ yarpp
79
+ msgid "No related posts."
80
+ msgstr "Žádné podobné články."
81
+
82
+ #: class-core.php:565
83
+ #: class-core.php:680
84
+ #: options-meta-boxes.php:229
85
+ #: options-meta-boxes.php:284
86
+ #, php-format
87
+ #@ yarpp
88
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
89
+ msgstr "Podobné články vám přináší <a href='%s'>Yet Another Related Posts Plugin</a>."
90
+
91
+ #: class-widget.php:69
92
+ #@ default
93
+ msgid "Title:"
94
+ msgstr ""
95
+
96
+ #: class-widget.php:75
97
+ #: options-meta-boxes.php:17
98
+ #@ yarpp
99
+ msgid "Display using a custom template file"
100
+ msgstr "Zobrazit pomocí vlastní šablony."
101
+
102
+ #: class-widget.php:76
103
+ #: options-meta-boxes.php:196
104
+ #: options-meta-boxes.php:258
105
+ #@ yarpp
106
+ msgid "Template file:"
107
+ msgstr "Soubor se šablonou:"
108
+
109
+ #: class-widget.php:98
110
+ #: options-meta-boxes.php:227
111
+ #: options-meta-boxes.php:283
112
+ #@ yarpp
113
+ msgid "Help promote Yet Another Related Posts Plugin?"
114
+ msgstr "Chcete pomoci propagovat Yet Another Related Posts Plugin?"
115
+
116
+ #: options-meta-boxes.php:17
117
+ #: options-meta-boxes.php:113
118
+ #: options-meta-boxes.php:153
119
+ #: options-meta-boxes.php:169
120
+ #: options-meta-boxes.php:187
121
+ #: options-meta-boxes.php:228
122
+ #: options-meta-boxes.php:245
123
+ #: options-meta-boxes.php:247
124
+ #: options-meta-boxes.php:283
125
+ #@ yarpp
126
+ msgid "more&gt;"
127
+ msgstr "více&gt;"
128
+
129
+ #: options-meta-boxes.php:17
130
+ #@ yarpp
131
+ msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
132
+ msgstr "Pomocí této funkce získáte naprostou kontrolu nad tím, jak budou vaše podobné články zobrazeny. Šablony (uložené ve složce s vaší WordPress šablonou) jsou napsány v PHP."
133
+
134
+ #: options-meta-boxes.php:47
135
+ #: options-meta-boxes.php:59
136
+ #@ yarpp
137
+ msgid "do not consider"
138
+ msgstr "nezahrnovat"
139
+
140
+ #: options-meta-boxes.php:48
141
+ #: options-meta-boxes.php:60
142
+ #@ yarpp
143
+ msgid "consider"
144
+ msgstr "zahrnout"
145
+
146
+ #: options-meta-boxes.php:49
147
+ #: options-meta-boxes.php:61
148
+ #@ yarpp
149
+ msgid "consider with extra weight"
150
+ msgstr "klást zvýšený důraz"
151
+
152
+ #: options-meta-boxes.php:50
153
+ #, php-format
154
+ #@ yarpp
155
+ msgid "require at least one %s in common"
156
+ msgstr "alespoň jeden společná/jeden společný %s"
157
+
158
+ #: options-meta-boxes.php:51
159
+ #, php-format
160
+ #@ yarpp
161
+ msgid "require more than one %s in common"
162
+ msgstr "nutnost více společných %s"
163
+
164
+ #: options-meta-boxes.php:68
165
+ #@ yarpp
166
+ msgid "Order results:"
167
+ msgstr "Řazení výsledků:"
168
+
169
+ #: options-meta-boxes.php:71
170
+ #@ yarpp
171
+ msgid "score (high relevance to low)"
172
+ msgstr "dle relevance (od nejrelevantnějšího po nejméně relevantní)"
173
+
174
+ #: options-meta-boxes.php:72
175
+ #@ yarpp
176
+ msgid "score (low relevance to high)"
177
+ msgstr "dle relevance (od nejméně relevantního po nejrelevantnější)"
178
+
179
+ #: options-meta-boxes.php:73
180
+ #@ yarpp
181
+ msgid "date (new to old)"
182
+ msgstr "dle data (od nejnovějšího po nejstarší)"
183
+
184
+ #: options-meta-boxes.php:74
185
+ #@ yarpp
186
+ msgid "date (old to new)"
187
+ msgstr "dle data (od nejstaršího po nejnovější)"
188
+
189
+ #: options-meta-boxes.php:75
190
+ #@ yarpp
191
+ msgid "title (alphabetical)"
192
+ msgstr "dle titulku (od A po Z)"
193
+
194
+ #: options-meta-boxes.php:76
195
+ #@ yarpp
196
+ msgid "title (reverse alphabetical)"
197
+ msgstr "dle titulku (od Z po A)"
198
+
199
+ #: options-meta-boxes.php:109
200
+ #@ yarpp
201
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
202
+ msgstr "\"The Pool\" označuje množinu článků, které jsou potenciálními kandidáty na podobné články pro konkrétní článek."
203
+
204
+ #: options-meta-boxes.php:113
205
+ #@ yarpp
206
+ msgid "Post types considered:"
207
+ msgstr "Zahrnuté typy článků:"
208
+
209
+ #: options-meta-boxes.php:116
210
+ #, php-format
211
+ #@ yarpp
212
+ msgid "Disallow by %s:"
213
+ msgstr "Nezobrazovat články z %s:"
214
+
215
+ #: options-meta-boxes.php:118
216
+ #@ yarpp
217
+ msgid "Show password protected posts?"
218
+ msgstr "Zobrazit články chráněné heslem?"
219
+
220
+ #: options-meta-boxes.php:129
221
+ #@ yarpp
222
+ msgid "day(s)"
223
+ msgstr "dnů"
224
+
225
+ #: options-meta-boxes.php:130
226
+ #@ yarpp
227
+ msgid "week(s)"
228
+ msgstr "týdnů"
229
+
230
+ #: options-meta-boxes.php:131
231
+ #@ yarpp
232
+ msgid "month(s)"
233
+ msgstr "měsíců"
234
+
235
+ #: options-meta-boxes.php:137
236
+ #@ yarpp
237
+ msgid "Show only posts from the past NUMBER UNITS"
238
+ msgstr "Zobrazit pouze články z předchozích NUMBER UNITS"
239
+
240
+ #: options-meta-boxes.php:147
241
+ #@ yarpp
242
+ msgid "\"The Pool\""
243
+ msgstr "\"The Pool\""
244
+
245
+ #: options-meta-boxes.php:153
246
+ #@ yarpp
247
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
248
+ msgstr "YARPP omezuje seznam podobných článků na základě (1) nastaveného maximálního počtu článku a (3) <em>prahové hodnoty</em>."
249
+
250
+ #: options-meta-boxes.php:153
251
+ #@ yarpp
252
+ msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
253
+ msgstr "Čím vyšší prahovou hodnotu (tj. přísnější omezení) nastavíte, tím méně se většinou podobných článků zobrazí. Standardní prahová hodnota je nastavena na hodnotu 5. Jestliže chcete najít odpovídající prahovou hodnotu, prohlédněte si, jaké články s jakou prahovou hodnotou se zobrazují jako podobné články na webu. Zjistíte tak, jaké druhy článků jsou zobrazovány mezi podobnými články a jaké mají skóre relevance (zobrazuje se v závorce za názvem článku), což vám pomůže nastavit prahovou hodnotu pro váš web."
254
+
255
+ #: options-meta-boxes.php:159
256
+ #@ yarpp
257
+ msgid "Match threshold:"
258
+ msgstr "Prahová hodnota:"
259
+
260
+ #: options-meta-boxes.php:160
261
+ #@ yarpp
262
+ msgid "Titles: "
263
+ msgstr "Titulky: "
264
+
265
+ #: options-meta-boxes.php:162
266
+ #@ yarpp
267
+ msgid "Bodies: "
268
+ msgstr "Texty: "
269
+
270
+ #: options-meta-boxes.php:169
271
+ #@ yarpp
272
+ msgid "Display results from all post types"
273
+ msgstr "Zobrazit výsledky bez ohledu na typ článku"
274
+
275
+ #: options-meta-boxes.php:169
276
+ #@ yarpp
277
+ msgid "When \"display results from all post types\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc."
278
+ msgstr "Jakmile je možnost \\\"zobrazit výsledky bez ohledu na typ článku\\\" vypnutá, zobrazí se u příspěvků mezi podobnými články pouze jiné příspěvky, u stránek pouze jiné stránky apod."
279
+
280
+ #: options-meta-boxes.php:170
281
+ #@ yarpp
282
+ msgid "Show only previous posts?"
283
+ msgstr "Zobrazit pouze starší články?"
284
+
285
+ #: options-meta-boxes.php:178
286
+ #@ yarpp
287
+ msgid "\"Relatedness\" options"
288
+ msgstr "Nastavení podobnosti článků"
289
+
290
+ #: options-meta-boxes.php:187
291
+ #@ yarpp
292
+ msgid "Automatically display related posts?"
293
+ msgstr "Automaticky zobrazovat podobné články?"
294
+
295
+ #: options-meta-boxes.php:187
296
+ #@ yarpp
297
+ msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
298
+ msgstr "Podobné články budou automaticky zobrazovány ihned za textem článku. Jestliže je tato možnost vypnutá, budete muset ručně vložit <code>related_posts()</code> nebo varianty (<code>related_pages()</code> nebo <code>related_entries()</code>) do své WordPress šablony."
299
+
300
+ #: options-meta-boxes.php:188
301
+ #@ yarpp
302
+ msgid "Website display code example"
303
+ msgstr "Ukázka výsledného HTML kódu"
304
+
305
+ #: options-meta-boxes.php:188
306
+ #: options-meta-boxes.php:245
307
+ #@ yarpp
308
+ msgid "(Update options to reload.)"
309
+ msgstr "(Pro aktualizaci kódu uložte nastavení.)"
310
+
311
+ #: options-meta-boxes.php:190
312
+ #: options-meta-boxes.php:250
313
+ #@ yarpp
314
+ msgid "Maximum number of related posts:"
315
+ msgstr "Maximální počet podobných článků:"
316
+
317
+ #: options-meta-boxes.php:208
318
+ #: options-meta-boxes.php:271
319
+ #@ yarpp
320
+ msgid "Before / after related entries:"
321
+ msgstr "Před / po výpisu podobných článků:"
322
+
323
+ #: options-meta-boxes.php:208
324
+ #: options-meta-boxes.php:209
325
+ #: options-meta-boxes.php:217
326
+ #: options-meta-boxes.php:271
327
+ #: options-meta-boxes.php:272
328
+ #: options-meta-boxes.php:277
329
+ #@ yarpp
330
+ msgid "For example:"
331
+ msgstr "Například:"
332
+
333
+ #: options-meta-boxes.php:208
334
+ #: options-meta-boxes.php:209
335
+ #: options-meta-boxes.php:217
336
+ #: options-meta-boxes.php:271
337
+ #: options-meta-boxes.php:272
338
+ #: options-meta-boxes.php:277
339
+ #@ yarpp
340
+ msgid " or "
341
+ msgstr " nebo "
342
+
343
+ #: options-meta-boxes.php:209
344
+ #: options-meta-boxes.php:272
345
+ #@ yarpp
346
+ msgid "Before / after each related entry:"
347
+ msgstr "Před / po výpisu každého podobného článku:"
348
+
349
+ #: options-meta-boxes.php:211
350
+ #: options-meta-boxes.php:274
351
+ #@ yarpp
352
+ msgid "Show excerpt?"
353
+ msgstr "Zobrazit anotaci?"
354
+
355
+ #: options-meta-boxes.php:212
356
+ #: options-meta-boxes.php:275
357
+ #@ yarpp
358
+ msgid "Excerpt length (No. of words):"
359
+ msgstr "Délka anotace (počet slov):"
360
+
361
+ #: options-meta-boxes.php:216
362
+ #@ yarpp
363
+ msgid "Before / after (Excerpt):"
364
+ msgstr "Před / po anotaci:"
365
+
366
+ #: options-meta-boxes.php:224
367
+ #: options-meta-boxes.php:281
368
+ #@ yarpp
369
+ msgid "Default display if no results:"
370
+ msgstr "Co zobrazit, když nebudou nalezeny žádné podobné články:"
371
+
372
+ #: options-meta-boxes.php:229
373
+ #: options-meta-boxes.php:284
374
+ #, php-format
375
+ #@ yarpp
376
+ msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
377
+ msgstr "Povolením této možnosti přidáte automaticky do šablony kód %s. Uložte nastavení a prohlédněte si HTML kód v příkladu napravo. Děkuji za všechny odkazy a finanční příspěvky."
378
+
379
+ #: options-meta-boxes.php:236
380
+ #@ yarpp
381
+ msgid "Display options <small>for your website</small>"
382
+ msgstr "Nastavení zobrazení <small>pro váš web</small>"
383
+
384
+ #: options-meta-boxes.php:245
385
+ #@ yarpp
386
+ msgid "Display related posts in feeds?"
387
+ msgstr "Zobrazit podobné články v RSS feedech?"
388
+
389
+ #: options-meta-boxes.php:245
390
+ #@ yarpp
391
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
392
+ msgstr "Zajistí zobrazení podobných článků za každou položkou v RSS / Atom feedu. Nejsou potřeba žádné změny šablony."
393
+
394
+ #: options-meta-boxes.php:245
395
+ #@ yarpp
396
+ msgid "RSS display code example"
397
+ msgstr "Ukázka HTML kódu pro RSS feedy"
398
+
399
+ #: options-meta-boxes.php:247
400
+ #@ yarpp
401
+ msgid "Display related posts in the descriptions?"
402
+ msgstr "Zobrazit podobné články v popiscích RSS feedů?"
403
+
404
+ #: options-meta-boxes.php:247
405
+ #@ yarpp
406
+ msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
407
+ msgstr "Zajistí zobrazení podobných článků v popiscích článků v RSS feedech, ne jen v rámci obsahu článků. Jestliže jsou vaše RSS feedy nastaveny, aby zobrazovaly pouze anotace, tato možnost zajistí zobrazování podobných článků."
408
+
409
+ #: options-meta-boxes.php:277
410
+ #@ yarpp
411
+ msgid "Before / after (excerpt):"
412
+ msgstr "Před / po anotaci:"
413
+
414
+ #: options-meta-boxes.php:291
415
+ #@ yarpp
416
+ msgid "Display options <small>for RSS</small>"
417
+ msgstr "Nastavení zobrazení pro <small>RSS feedy</small>"
418
+
419
+ #: options-meta-boxes.php:298
420
+ #@ yarpp
421
+ msgid "YARPP Forum"
422
+ msgstr "Diskuzní fórum YARPP"
423
+
424
+ #: options-meta-boxes.php:299
425
+ #@ yarpp
426
+ msgid "YARPP on Twitter"
427
+ msgstr "YARPP na Twitteru"
428
+
429
+ #: options-meta-boxes.php:300
430
+ #@ yarpp
431
+ msgid "YARPP on the Web"
432
+ msgstr "Web YARPP"
433
+
434
+ #: options-meta-boxes.php:301
435
+ #@ yarpp
436
+ msgid "Rate YARPP on WordPress.org"
437
+ msgstr "Ohodnotit YARPP na WordPress.org"
438
+
439
+ #: options-meta-boxes.php:302
440
+ #@ default
441
+ #@ yarpp
442
+ msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
443
+ msgstr "Poslat finanční příspěvek autorovi pluginu pomocí PayPalu - mitcho (Michael Yoshitaka Erlewine)"
444
+
445
+ #: options-meta-boxes.php:337
446
+ #@ yarpp
447
+ msgid "Contact YARPP"
448
+ msgstr "Kontaktovat YARPP"
449
+
450
+ #: options.php:34
451
+ #, php-format
452
+ #@ default
453
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
454
+ msgstr ""
455
+
456
+ #: options.php:38
457
+ #, php-format
458
+ #@ yarpp
459
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
460
+ msgstr "K dispozici je nová beta verze (%s) pluginu Yet Another Related Posts Plugin. Můžete si ji <a href=\"%s\">stáhnout zde</a>, na vlastní nebezpečí."
461
+
462
+ #: options.php:46
463
+ #@ yarpp
464
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
465
+ msgstr "MyISAM kontrola byla přepsána. Nyní můžete použít kritéria relevance - \"zahrnout titulky\" a \"zahrnout texty článků\"."
466
+
467
+ #: options.php:54
468
+ #, php-format
469
+ #@ yarpp
470
+ msgid "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria require your <code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the table seems to be using the <code>%s</code> engine. These two options have been disabled."
471
+ msgstr "Kritéria relevance \"zahrnout titulky\" a \"zahrnout texty článků\" vyžadují, aby vaše <code>%s</code> tabulka využívala <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>databázový systém MyISAM</a>, ale vypadá to, že využívá systém <code>%s</code>. Tyto dvě možnosti byly zakázány."
472
+
473
+ #: options.php:56
474
+ #, php-format
475
+ #@ yarpp
476
+ msgid "To restore these features, please update your <code>%s</code> table by executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . No data will be erased by altering the table's engine, although there are performance implications."
477
+ msgstr "Pro zprovoznění těchto funkcí, updatujte <code>%s</code> tabulku prostřednictvím následujícího SQL příkazu: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Žádná data nebudou při změně smazána, ačkoliv může dojít k výkonnostním důsledkům."
478
+
479
+ #: options.php:58
480
+ #, php-format
481
+ #@ yarpp
482
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
483
+ msgstr "Jestliže jste si jistí, že tabulka <code>%s</code> používá MyISAM engine, klikněte na kouzelné tlačítko:"
484
+
485
+ #: options.php:61
486
+ #@ yarpp
487
+ msgid "Trust me. Let me use MyISAM features."
488
+ msgstr "Věřte mi. Nechte mě využít možnosti MyISAM."
489
+
490
+ #: options.php:76
491
+ #@ yarpp
492
+ msgid "The YARPP database had an error but has been fixed."
493
+ msgstr "V databázi YARPP vznikla chyba, ale je již opravena."
494
+
495
+ #: options.php:78
496
+ #@ yarpp
497
+ msgid "The YARPP database has an error which could not be fixed."
498
+ msgstr "V databázi YARPP vznikla chyba, která nemohla být opravena."
499
+
500
+ #: options.php:79
501
+ #, php-format
502
+ #@ yarpp
503
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
504
+ msgstr "Prosím, vyzkoušejte <a href=\"%s\" target=\"_blank\">ruční nastavení SQL</a>."
505
+
506
+ #: options.php:135
507
+ #@ yarpp
508
+ msgid "Options saved!"
509
+ msgstr "Nastavení uloženo!"
510
+
511
+ #: options.php:141
512
+ #@ yarpp
513
+ msgid "Yet Another Related Posts Plugin Options"
514
+ msgstr "Nastavení Yet Another Related Posts Plugin"
515
+
516
+ #: options.php:149
517
+ #, php-format
518
+ #@ yarpp
519
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
520
+ msgstr "autor <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
521
+
522
+ #: options.php:178
523
+ #@ default
524
+ msgid "Save Changes"
525
+ msgstr ""
526
+
527
+ #: template-builtin.php:21
528
+ #, php-format
529
+ #@ yarpp
530
+ msgid "%f is the YARPP match score between the current entry and this related entry. You are seeing this value because you are logged in to WordPress as an administrator. It is not shown to regular visitors."
531
+ msgstr "%f je YARPP skóre relevance mezi aktuálním článkem a podobným článkem. Vidíte tuto hodnotu, protože jste přihlášen do WordPressu jako administrátor. Tyto hodnoty nejsou zobrazovány běžným návštěvníkům."
532
+
533
+ #: template-metabox.php:12
534
+ #@ yarpp
535
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
536
+ msgstr "Existují podobné články k tomuto článku. Aktualizace tohoto článku může změnit přiřazené podobné články."
537
+
538
+ #: template-metabox.php:28
539
+ #@ yarpp
540
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
541
+ msgstr "Záleží na nastavení zobrazení YARPP, zda a jak se zobrazí všechny podobné články."
542
+
lang/yarpp-he_IL.mo ADDED
Binary file
lang/yarpp-he_IL.po ADDED
@@ -0,0 +1,665 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.0.11\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2009-09-05 17:16+0300\n"
7
+ "Last-Translator: admin <mickeyzel@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Hebrew\n"
14
+ "X-Poedit-Country: ISRAEL\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: includes.php:24
23
+ #: includes.php:35
24
+ #@ yarpp
25
+ msgid "Related posts:"
26
+ msgstr "פרסומים קשורים לנושא:"
27
+
28
+ #: includes.php:26
29
+ #: includes.php:37
30
+ #: template-metabox.php:28
31
+ #@ yarpp
32
+ msgid "No related posts."
33
+ msgstr "אין פרסומים קשורים לנושא."
34
+
35
+ #: includes.php:94
36
+ #@ yarpp
37
+ msgid "MySQL error on adding yarpp_title"
38
+ msgstr "שגיאת MYSQL בניסיון להוסיף yarpp_title"
39
+
40
+ #: includes.php:99
41
+ #@ yarpp
42
+ msgid "MySQL error on adding yarpp_content"
43
+ msgstr "שגיאת MySQL בניסיון להוסיף yarpp_content"
44
+
45
+ #: includes.php:110
46
+ #@ yarpp
47
+ msgid "MySQL error on creating yarpp_keyword_cache table"
48
+ msgstr "שגיאת MySQL בניסיון ליצור טבלת yarpp_keyword_cache"
49
+
50
+ #: includes.php:121
51
+ #@ yarpp
52
+ msgid "MySQL error on creating yarpp_related_cache table"
53
+ msgstr "שגיאת MySQL בניסיון ליצור טבלת yarpp_related_cache"
54
+
55
+ #: includes.php:197
56
+ #@ yarpp
57
+ msgid "Related Posts (YARPP)"
58
+ msgstr "פרסומים נוספים בנושא (YARPP)"
59
+
60
+ #: includes.php:225
61
+ #: yarpp.php:33
62
+ #@ yarpp
63
+ msgid "Related Posts"
64
+ msgstr "פרסומים נוספים בנושא"
65
+
66
+ #: includes.php:230
67
+ #@ yarpp
68
+ msgid "YARPP"
69
+ msgstr "YARPP"
70
+
71
+ #: magic.php:71
72
+ #@ yarpp
73
+ msgid "Example post "
74
+ msgstr "פרסום לדוגמא"
75
+
76
+ #: magic.php:342
77
+ #: options.php:456
78
+ #: options.php:519
79
+ #@ yarpp
80
+ msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
81
+ msgstr "פרסומים נוספים בנושא הובאו אליכם על ידי <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
82
+
83
+ #: options.php:10
84
+ #@ yarpp
85
+ msgid "Please move the YARPP template files into your theme to complete installation. Simply move the sample template files (currently in <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) to the <code>TEMPLATEPATH</code> directory."
86
+ msgstr ""
87
+
88
+ #: options.php:15
89
+ #@ yarpp
90
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
91
+ msgstr "לא נמצאו קבצי תבנית עיצוב בתבנית שלכם (<code>TEMPLATEPATH</code>). אפשרויות התבנית כובו."
92
+
93
+ #: options.php:26
94
+ #@ yarpp
95
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
96
+ msgstr "בדיקת MyISAM בוצעה. כעת ניתן להשתמש ב \"consider titles\" וב- \"consider bodies\" כמדדים לשייכות לנושא הפרסום."
97
+
98
+ #: options.php:35
99
+ #, php-format
100
+ #@ yarpp
101
+ msgid "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria require your <code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the table seems to be using the <code>%s</code> engine. These two options have been disabled."
102
+ msgstr "מדדי השייכות \"consider titles\" ו- \"consider bodies\" דורשים את טבלת ה-<code>%s</code> שלכם כדי להשתמש במנוע האחסון <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, אבל הטבלה כנראה משתמשת במנוע <code>%s</code>. שתי האפשרויות הללו בוטלו."
103
+
104
+ #: options.php:37
105
+ #, php-format
106
+ #@ yarpp
107
+ msgid "To restore these features, please update your <code>%s</code> table by executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . No data will be erased by altering the table's engine, although there are performance implications."
108
+ msgstr "בכדי להפעיל מחדש אפשרויות אלה, אנא עדכנו את טבלת <code>%s</code>על ידי הרצת פקודת SQL להלן <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> למרות השפעות על הביצועים, שום מידע לא יימחק כתוצאה משינוי מנועי הטבלאות"
109
+
110
+ #: options.php:39
111
+ #, php-format
112
+ #@ yarpp
113
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
114
+ msgstr "אם למרות הבדיקה, הינכם בטוחים ש <code>%s</code> משתמש במנוע MyISAM לחצו על כפתור הקסמים הזה:"
115
+
116
+ #: options.php:42
117
+ #@ yarpp
118
+ msgid "Trust me. Let me use MyISAM features."
119
+ msgstr "סמוך עלי, תן לי להשתמש באפשרויות של MyISAM."
120
+
121
+ #: options.php:65
122
+ #@ yarpp
123
+ msgid "The YARPP database had an error but has been fixed."
124
+ msgstr "מסד הנתונים של YARPP החיל בעיה אבל היא תוקנה."
125
+
126
+ #: options.php:67
127
+ #@ yarpp
128
+ msgid "The YARPP database has an error which could not be fixed."
129
+ msgstr "נמצאה בעיה במסד הנתונים של YARPP ולא ניתן לתקנה."
130
+
131
+ #: options.php:68
132
+ #@ yarpp
133
+ msgid "Please try <A>manual SQL setup</a>."
134
+ msgstr "בבקשה תנסו <A>להתקין SQL ידנית</a>."
135
+
136
+ #: options.php:98
137
+ #@ yarpp
138
+ msgid "Options saved!"
139
+ msgstr "האפשרויות נשמרו!"
140
+
141
+ #: options.php:99
142
+ #: options.php:112
143
+ #: options.php:115
144
+ #: options.php:528
145
+ #@ yarpp
146
+ msgid "Related posts cache status"
147
+ msgstr "מצב מטמון של פרסומים בנושא"
148
+
149
+ #: options.php:100
150
+ #@ yarpp
151
+ msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
152
+ msgstr ""
153
+
154
+ #: options.php:112
155
+ #@ yarpp
156
+ msgid "Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>."
157
+ msgstr ""
158
+
159
+ #: options.php:115
160
+ #@ yarpp
161
+ msgid "Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>."
162
+ msgstr "הזיכרון המטמון של הפרסומים בנושא ריק. אנא בנו את המטמון מתוך <A>מנגנון פרסומים בנושא</a>."
163
+
164
+ #: options.php:151
165
+ #@ yarpp
166
+ msgid "word"
167
+ msgstr "מילה"
168
+
169
+ #: options.php:152
170
+ #@ yarpp
171
+ msgid "tag"
172
+ msgstr "תגית"
173
+
174
+ #: options.php:153
175
+ #@ yarpp
176
+ msgid "category"
177
+ msgstr "קטגוריה"
178
+
179
+ #: options.php:157
180
+ #: options.php:174
181
+ #: options.php:186
182
+ #@ yarpp
183
+ msgid "do not consider"
184
+ msgstr "אל תכלול"
185
+
186
+ #: options.php:158
187
+ #: options.php:175
188
+ #: options.php:188
189
+ #@ yarpp
190
+ msgid "consider"
191
+ msgstr "תכלול"
192
+
193
+ #: options.php:160
194
+ #: options.php:190
195
+ #, php-format
196
+ #@ yarpp
197
+ msgid "require at least one %s in common"
198
+ msgstr "וודא שיש לפחות %s אחד במשותף"
199
+
200
+ #: options.php:162
201
+ #: options.php:192
202
+ #, php-format
203
+ #@ yarpp
204
+ msgid "require more than one %s in common"
205
+ msgstr "וודא שיש יותר מ %s אחד במשותף"
206
+
207
+ #: options.php:176
208
+ #@ yarpp
209
+ msgid "consider with extra weight"
210
+ msgstr "התחשב במשקל כבר יותר"
211
+
212
+ #: options.php:204
213
+ #@ yarpp
214
+ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
215
+ msgstr "היסטוריית גרסאות של YARPP"
216
+
217
+ #: options.php:258
218
+ #@ yarpp
219
+ msgid "Yet Another Related Posts Plugin Options"
220
+ msgstr "אפשרויות תוסף YARPP, פרסומים נוספים בנושא"
221
+
222
+ #: options.php:269
223
+ #@ yarpp
224
+ msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
225
+ msgstr "תרמו למיכאל יושיטקה אריוינה בעזרת PayPal"
226
+
227
+ #: options.php:271
228
+ #@ yarpp
229
+ msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
230
+ msgstr ""
231
+
232
+ #: options.php:271
233
+ #@ yarpp
234
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
235
+ msgstr ""
236
+
237
+ #: options.php:276
238
+ #@ yarpp
239
+ msgid "\"The Pool\""
240
+ msgstr ""
241
+
242
+ #: options.php:277
243
+ #@ yarpp
244
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
245
+ msgstr ""
246
+
247
+ #: options.php:282
248
+ #@ yarpp
249
+ msgid "Disallow by category:"
250
+ msgstr "חסום לפי קטגוריה:"
251
+
252
+ #: options.php:284
253
+ #@ yarpp
254
+ msgid "Disallow by tag:"
255
+ msgstr "חסום לפי תגיות:"
256
+
257
+ #: options.php:286
258
+ #@ yarpp
259
+ msgid "Show password protected posts?"
260
+ msgstr "האם להציג פרסומים מוגנים סיסמה?"
261
+
262
+ #: options.php:292
263
+ #@ yarpp
264
+ msgid "day(s)"
265
+ msgstr "ימים"
266
+
267
+ #: options.php:293
268
+ #@ yarpp
269
+ msgid "week(s)"
270
+ msgstr "שבועות"
271
+
272
+ #: options.php:294
273
+ #@ yarpp
274
+ msgid "month(s)"
275
+ msgstr "חודשים"
276
+
277
+ #: options.php:296
278
+ #@ yarpp
279
+ msgid "Show only posts from the past NUMBER UNITS"
280
+ msgstr ""
281
+
282
+ #: options.php:304
283
+ #@ yarpp
284
+ msgid "\"Relatedness\" options"
285
+ msgstr ""
286
+
287
+ #: options.php:306
288
+ #, php-format
289
+ #@ yarpp
290
+ msgid "YARPP is different than the <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">previous plugins it is based on</a> as it limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
291
+ msgstr ""
292
+
293
+ #: options.php:306
294
+ #: options.php:320
295
+ #: options.php:403
296
+ #: options.php:408
297
+ #: options.php:455
298
+ #: options.php:467
299
+ #: options.php:468
300
+ #: options.php:472
301
+ #: options.php:518
302
+ #: options.php:529
303
+ #@ yarpp
304
+ msgid "more&gt;"
305
+ msgstr ""
306
+
307
+ #: options.php:306
308
+ #@ yarpp
309
+ msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
310
+ msgstr "ככל שסף התאמה גבוה יותר, אתם מוגבלים יותר ותקבלו פחות פרסומים בנושא. סף התאמה ברירת המחדל הוא 5. אם אתם רוצים למצוא את סף ההתאמה המתאים, תסתכלו על כמה פירסומים של הודעות קשורות והניקוד שלהן. ניתן לראות אילו סוגים של הודעות קשורות נמצאו ועם איזה סוג של ציוני ההתאמה, ולקבוע סף התאמה עבור האתר שלכם."
311
+
312
+ #: options.php:311
313
+ #@ yarpp
314
+ msgid "Match threshold:"
315
+ msgstr "סף ההתאמה:"
316
+
317
+ #: options.php:312
318
+ #@ yarpp
319
+ msgid "Titles: "
320
+ msgstr "כותרות:"
321
+
322
+ #: options.php:314
323
+ #@ yarpp
324
+ msgid "Bodies: "
325
+ msgstr "גוף הפרסום:"
326
+
327
+ #: options.php:316
328
+ #@ yarpp
329
+ msgid "Tags: "
330
+ msgstr "תגיות:"
331
+
332
+ #: options.php:318
333
+ #@ yarpp
334
+ msgid "Categories: "
335
+ msgstr "קטגוריות:"
336
+
337
+ #: options.php:320
338
+ #@ yarpp
339
+ msgid "Cross-relate posts and pages?"
340
+ msgstr "עמודים ופרסומים מקושרים?"
341
+
342
+ #: options.php:320
343
+ #@ yarpp
344
+ msgid "When the \"Cross-relate posts and pages\" option is selected, the <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code> all will give the same output, returning both related pages and posts."
345
+ msgstr ""
346
+
347
+ #: options.php:386
348
+ #@ yarpp
349
+ msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
350
+ msgstr ""
351
+
352
+ #: options.php:388
353
+ #@ yarpp
354
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
355
+ msgstr "קיימת גרסא חדשה יותר של YARPP ותוכלו להוריד אותה <A>כאן</a>."
356
+
357
+ #: options.php:399
358
+ #@ yarpp
359
+ msgid "Display options <small>for your website</small>"
360
+ msgstr "אפשרויות תצוגה <small>לאתר שלכם</small>"
361
+
362
+ #: options.php:403
363
+ #@ yarpp
364
+ msgid "Automatically display related posts?"
365
+ msgstr "האם להציג אוטומטית פרסומים נוספים בנושא?"
366
+
367
+ #: options.php:403
368
+ #@ yarpp
369
+ msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
370
+ msgstr ""
371
+
372
+ #: options.php:404
373
+ #@ yarpp
374
+ msgid "Website display code example"
375
+ msgstr "דוגמת קוד לתצוגה באתר"
376
+
377
+ #: options.php:404
378
+ #: options.php:469
379
+ #@ yarpp
380
+ msgid "(Update options to reload.)"
381
+ msgstr "(אנא עדכנו את האפשרויות כדי לרענן.)"
382
+
383
+ #: options.php:407
384
+ #: options.php:471
385
+ #@ yarpp
386
+ msgid "Maximum number of related posts:"
387
+ msgstr "מספר מקסימלי של פרסומים נוספים בנושא:"
388
+
389
+ #: options.php:408
390
+ #: options.php:472
391
+ #@ yarpp
392
+ msgid "Display using a custom template file"
393
+ msgstr "הצג בעזרת קובץ תבנית מותאם אישית"
394
+
395
+ #: options.php:408
396
+ #: options.php:472
397
+ #: options.php:525
398
+ #@ yarpp
399
+ msgid "NEW!"
400
+ msgstr "חדש!"
401
+
402
+ #: options.php:408
403
+ #: options.php:472
404
+ #@ yarpp
405
+ msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
406
+ msgstr "אפשרות מתקדמת זו מאפשרת לכם שליטה מלאה בצורת הצגת הפרסומים הנוספים. תבניות (נמצאות בתקיית התבניות שלכם) כתובות ב- PHP."
407
+
408
+ #: options.php:410
409
+ #: options.php:474
410
+ #@ yarpp
411
+ msgid "Template file:"
412
+ msgstr "קובץ תבנית:"
413
+
414
+ #: options.php:420
415
+ #@ yarpp
416
+ msgid "Before / after related entries:"
417
+ msgstr "לפני / אחרי הפרסומים הנוספים בנושא:"
418
+
419
+ #: options.php:421
420
+ #: options.php:426
421
+ #: options.php:435
422
+ #: options.php:485
423
+ #: options.php:490
424
+ #: options.php:499
425
+ #@ yarpp
426
+ msgid "For example:"
427
+ msgstr "לדוגמא:"
428
+
429
+ #: options.php:421
430
+ #: options.php:426
431
+ #: options.php:435
432
+ #: options.php:485
433
+ #: options.php:490
434
+ #: options.php:499
435
+ #@ yarpp
436
+ msgid " or "
437
+ msgstr "או"
438
+
439
+ #: options.php:425
440
+ #: options.php:489
441
+ #@ yarpp
442
+ msgid "Before / after each related entry:"
443
+ msgstr "לפני / אחרי כל פרסום בנושא:"
444
+
445
+ #: options.php:429
446
+ #: options.php:493
447
+ #@ yarpp
448
+ msgid "Show excerpt?"
449
+ msgstr "להציג תקציר?"
450
+
451
+ #: options.php:430
452
+ #: options.php:494
453
+ #@ yarpp
454
+ msgid "Excerpt length (No. of words):"
455
+ msgstr "אורך תקציר (מספר מילים):"
456
+
457
+ #: options.php:434
458
+ #@ yarpp
459
+ msgid "Before / after (Excerpt):"
460
+ msgstr "לפני / אחרי התקציר:"
461
+
462
+ #: options.php:440
463
+ #: options.php:504
464
+ #@ yarpp
465
+ msgid "Order results:"
466
+ msgstr ""
467
+
468
+ #: options.php:442
469
+ #: options.php:506
470
+ #@ yarpp
471
+ msgid "score (high relevance to low)"
472
+ msgstr "ציון (הקשר גבוה לנמוך)"
473
+
474
+ #: options.php:443
475
+ #: options.php:507
476
+ #@ yarpp
477
+ msgid "score (low relevance to high)"
478
+ msgstr "ציון (הקשר נמוך לגבוה)"
479
+
480
+ #: options.php:444
481
+ #: options.php:508
482
+ #@ yarpp
483
+ msgid "date (new to old)"
484
+ msgstr "תאריך (חדש לישן)"
485
+
486
+ #: options.php:445
487
+ #: options.php:509
488
+ #@ yarpp
489
+ msgid "date (old to new)"
490
+ msgstr "תאריך (ישן לחדש)"
491
+
492
+ #: options.php:446
493
+ #: options.php:510
494
+ #@ yarpp
495
+ msgid "title (alphabetical)"
496
+ msgstr "כותרת (א-ת)"
497
+
498
+ #: options.php:447
499
+ #: options.php:511
500
+ #@ yarpp
501
+ msgid "title (reverse alphabetical)"
502
+ msgstr "כותרת (ת-א)"
503
+
504
+ #: options.php:452
505
+ #: options.php:516
506
+ #@ yarpp
507
+ msgid "Default display if no results:"
508
+ msgstr "תצוגה ברירת מחדל אם אין תוצאות:"
509
+
510
+ #: options.php:454
511
+ #: options.php:518
512
+ #@ yarpp
513
+ msgid "Help promote Yet Another Related Posts Plugin?"
514
+ msgstr "רוצים לעזור לקדם את התוסף?"
515
+
516
+ #: options.php:456
517
+ #: options.php:519
518
+ #, php-format
519
+ #@ yarpp
520
+ msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
521
+ msgstr "אפשרות זאת תוסיף את הקוד %s. נסו להפעילו, לעדכן את האפשרויות ובדקו את דוגמת הקוד המופיעה משמאל. "
522
+
523
+ #: options.php:462
524
+ #@ yarpp
525
+ msgid "Display options <small>for RSS</small>"
526
+ msgstr "הצג אפשרויות <small>עבור RSS</small>"
527
+
528
+ #: options.php:467
529
+ #@ yarpp
530
+ msgid "Display related posts in feeds?"
531
+ msgstr "להציג פרסומים נוספים בנושא בתוך ההזנות (Feeds)?"
532
+
533
+ #: options.php:467
534
+ #@ yarpp
535
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
536
+ msgstr "אפשרות זאת תציג את הפרסומים הנוספים בנושא בתוך הזנות Atom ו- RSS. אין צורך בשינויים בתבנית העיצוב."
537
+
538
+ #: options.php:468
539
+ #@ yarpp
540
+ msgid "Display related posts in the descriptions?"
541
+ msgstr "להציג פרסומים נוספים בתיאורי הפרסומים?"
542
+
543
+ #: options.php:468
544
+ #@ yarpp
545
+ msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
546
+ msgstr "אפשרות זאת תציג פרסומים נוספים בנושא בתוך תיאורי הזנות RSS ולא רק בתוכן. "
547
+
548
+ #: options.php:469
549
+ #@ yarpp
550
+ msgid "RSS display code example"
551
+ msgstr "דוגמא לקוד RSS"
552
+
553
+ #: options.php:484
554
+ #@ yarpp
555
+ msgid "Before / after related entries display:"
556
+ msgstr "לפני / אחרי תצוגת פרסומים נוספים בנושא:"
557
+
558
+ #: options.php:498
559
+ #@ yarpp
560
+ msgid "Before / after (excerpt):"
561
+ msgstr "לפני / אחרי (תקציר):"
562
+
563
+ #: options.php:525
564
+ #@ yarpp
565
+ msgid "Advanced"
566
+ msgstr "מתקדם"
567
+
568
+ #: options.php:528
569
+ #@ yarpp
570
+ msgid "Show cache status"
571
+ msgstr "הצג מצב זיכרון מטמון"
572
+
573
+ #: options.php:529
574
+ #@ yarpp
575
+ msgid "When the cache is incomplete, compute related posts on the fly?"
576
+ msgstr "כאשר המטמון אינו מלא, חשב פרסומים נוספים בנושא בצורה מהירה."
577
+
578
+ #: options.php:530
579
+ #@ yarpp
580
+ msgid "If a displayed post's related posts are not cached and this option is on, YARPP will compute them on the fly.<br />If this option is off and a post's related posts have not been cached, it will display as if it has no related posts."
581
+ msgstr ""
582
+
583
+ #: options.php:560
584
+ #@ yarpp
585
+ msgid "'MIN minute(s) and SEC second(s) remaining'"
586
+ msgstr "'MIN דקות ו- SEC שניות נשארו'"
587
+
588
+ #: options.php:562
589
+ #@ yarpp
590
+ msgid "'SEC second(s) remaining'"
591
+ msgstr "'SEC שניות נשארו'"
592
+
593
+ #: options.php:566
594
+ #@ yarpp
595
+ msgid "Your related posts cache is now complete."
596
+ msgstr "המטמון לפרסומים נוספים בנושא הושלם."
597
+
598
+ #: options.php:566
599
+ #@ yarpp
600
+ msgid "The SQL queries took SEC seconds."
601
+ msgstr "שאילתת SQL לקחה SEC שניות."
602
+
603
+ #: options.php:573
604
+ #@ yarpp
605
+ msgid "There was an error while constructing the related posts for TITLE"
606
+ msgstr "אראה שגיאה בניסיון ליצור פרסומים נוספים בנושא עבור TITLE"
607
+
608
+ #: options.php:575
609
+ #: options.php:581
610
+ #@ yarpp
611
+ msgid "Constructing the related posts timed out."
612
+ msgstr "יצירת קישורי פרסומים נוספים בנושא הופסקה לפני הזמן."
613
+
614
+ #: options.php:578
615
+ #: options.php:583
616
+ #@ yarpp
617
+ msgid "Try to continue..."
618
+ msgstr "נסה להמשיך...."
619
+
620
+ #: options.php:591
621
+ #@ yarpp
622
+ msgid "Your related posts cache is PERCENT% complete."
623
+ msgstr "הזיכרון המטמון עבור הפרסומים הנוספים באותו נושא הושלם ב- PERCENT%"
624
+
625
+ #: options.php:597
626
+ #@ yarpp
627
+ msgid "starting..."
628
+ msgstr "מתחיל..."
629
+
630
+ #: options.php:604
631
+ #@ yarpp
632
+ msgid "Update options"
633
+ msgstr "עדכן אפשרויות"
634
+
635
+ #: options.php:605
636
+ #@ yarpp
637
+ msgid "Do you really want to reset your configuration?"
638
+ msgstr "האם אתם בטוחים שברצונכם לאפס את ההגדרות?"
639
+
640
+ #: options.php:605
641
+ #@ yarpp
642
+ msgid "Reset options"
643
+ msgstr "איפוס אפשרויות"
644
+
645
+ #: services.php:59
646
+ #@ yarpp
647
+ msgid "You cannot rebuild the YARPP cache."
648
+ msgstr "אתם ךא יכולים לבנות מחדש את המטמון של YARPP."
649
+
650
+ #: template-builtin.php:35
651
+ #, php-format
652
+ #@ yarpp
653
+ msgid "%f is the YARPP match score between the current entry and this related entry. You are seeing this value because you are logged in to WordPress as an administrator. It is not shown to regular visitors."
654
+ msgstr ""
655
+
656
+ #: template-metabox.php:12
657
+ #@ yarpp
658
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
659
+ msgstr "להלן הפרסומים הקשורים לפרסום זה, עדכון פרסום זה יכול להשפיע על הפרסומים הקשורים האלה."
660
+
661
+ #: template-metabox.php:26
662
+ #@ yarpp
663
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
664
+ msgstr "אופן הצגת הפרסומים הללו תלוי בתצורת ההצגה של YARPP."
665
+
lang/yarpp-sr_RS.mo ADDED
Binary file
lang/yarpp-sr_RS.po ADDED
@@ -0,0 +1,542 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.5.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2012-06-02 19:33:10+0000\n"
7
+ "Last-Translator: Zarko Zivkovic <seoconsult@practicalseo.org>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Serbian\n"
14
+ "X-Poedit-Country: SERBIA\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: class-admin.php:55
23
+ #: class-widget.php:7
24
+ #: class-widget.php:59
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "Povezani Postovi (YARPP)"
28
+
29
+ #: class-admin.php:63
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Povezani Postovi"
33
+
34
+ #: class-admin.php:63
35
+ #@ default
36
+ msgid "Configure"
37
+ msgstr ""
38
+
39
+ #: class-admin.php:89
40
+ #@ yarpp
41
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
42
+ msgstr "Hvala vam što ste instalirali <span>I Još Jedan Plugin o Povezanim Postovima</span>!"
43
+
44
+ #: class-admin.php:90
45
+ #@ yarpp
46
+ msgid "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
47
+ msgstr "Obavezno posetite <a>konfiguraciju Povezanih Postova</a> da podesite YARPP."
48
+
49
+ #: class-admin.php:136
50
+ #@ default
51
+ msgid "Settings"
52
+ msgstr ""
53
+
54
+ #: class-admin.php:162
55
+ #@ yarpp
56
+ msgid "Related entries may be displayed once you save your entry"
57
+ msgstr "Povezani unosi će se pojaviti kada snimite unos"
58
+
59
+ #: class-cache.php:522
60
+ #@ yarpp
61
+ msgid "Example post "
62
+ msgstr "Primer posta"
63
+
64
+ #: class-core.php:71
65
+ #: class-core.php:81
66
+ #: class-core.php:267
67
+ #: class-core.php:278
68
+ #@ yarpp
69
+ msgid "Related posts:"
70
+ msgstr "Povezani postovi:"
71
+
72
+ #: class-core.php:73
73
+ #: class-core.php:83
74
+ #: class-core.php:269
75
+ #: class-core.php:280
76
+ #: template-metabox.php:30
77
+ #: template-widget.php:13
78
+ #@ yarpp
79
+ msgid "No related posts."
80
+ msgstr "Nema povezanih postova:"
81
+
82
+ #: class-core.php:565
83
+ #: class-core.php:680
84
+ #: options-meta-boxes.php:229
85
+ #: options-meta-boxes.php:284
86
+ #, php-format
87
+ #@ yarpp
88
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
89
+ msgstr "Povezani postovi omogućeni od strane <a href='%s'>Yet Another Related Posts Plugin</a>."
90
+
91
+ #: class-widget.php:69
92
+ #@ default
93
+ msgid "Title:"
94
+ msgstr ""
95
+
96
+ #: class-widget.php:75
97
+ #: options-meta-boxes.php:17
98
+ #@ yarpp
99
+ msgid "Display using a custom template file"
100
+ msgstr "Prikaži uz pomoć templejt fajla"
101
+
102
+ #: class-widget.php:76
103
+ #: options-meta-boxes.php:196
104
+ #: options-meta-boxes.php:258
105
+ #@ yarpp
106
+ msgid "Template file:"
107
+ msgstr "Templejt fajl:"
108
+
109
+ #: class-widget.php:98
110
+ #: options-meta-boxes.php:227
111
+ #: options-meta-boxes.php:283
112
+ #@ yarpp
113
+ msgid "Help promote Yet Another Related Posts Plugin?"
114
+ msgstr "Pomozite da promovišemo I Još Jedan Plugin o Povezanim Postovima?"
115
+
116
+ #: options-meta-boxes.php:17
117
+ #: options-meta-boxes.php:113
118
+ #: options-meta-boxes.php:153
119
+ #: options-meta-boxes.php:169
120
+ #: options-meta-boxes.php:187
121
+ #: options-meta-boxes.php:228
122
+ #: options-meta-boxes.php:245
123
+ #: options-meta-boxes.php:247
124
+ #: options-meta-boxes.php:283
125
+ #@ yarpp
126
+ msgid "more&gt;"
127
+ msgstr "još&gt;"
128
+
129
+ #: options-meta-boxes.php:17
130
+ #@ yarpp
131
+ msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
132
+ msgstr "Ova napredna opcija vam omogućava pun pristup konfiguraciji prikaza povezanih postova. Templejtovi (snimljeni u folderu teme) su pisani u PHP-u."
133
+
134
+ #: options-meta-boxes.php:47
135
+ #: options-meta-boxes.php:59
136
+ #@ yarpp
137
+ msgid "do not consider"
138
+ msgstr "ne uzimaj u obzir"
139
+
140
+ #: options-meta-boxes.php:48
141
+ #: options-meta-boxes.php:60
142
+ #@ yarpp
143
+ msgid "consider"
144
+ msgstr "uzmi u obzir"
145
+
146
+ #: options-meta-boxes.php:49
147
+ #: options-meta-boxes.php:61
148
+ #@ yarpp
149
+ msgid "consider with extra weight"
150
+ msgstr "uzmi u obzir obavezno"
151
+
152
+ #: options-meta-boxes.php:50
153
+ #, php-format
154
+ #@ yarpp
155
+ msgid "require at least one %s in common"
156
+ msgstr "zahtevaj barem jednu %s zajedničku"
157
+
158
+ #: options-meta-boxes.php:51
159
+ #, php-format
160
+ #@ yarpp
161
+ msgid "require more than one %s in common"
162
+ msgstr "zahtevaj više od jedne %s zajedničke"
163
+
164
+ #: options-meta-boxes.php:68
165
+ #@ yarpp
166
+ msgid "Order results:"
167
+ msgstr "Sortiraj po:"
168
+
169
+ #: options-meta-boxes.php:71
170
+ #@ yarpp
171
+ msgid "score (high relevance to low)"
172
+ msgstr "Rezultat (od najveće do najmanje relevantnosti)"
173
+
174
+ #: options-meta-boxes.php:72
175
+ #@ yarpp
176
+ msgid "score (low relevance to high)"
177
+ msgstr "Rezultat (od najniže do najviše relevantnosti)"
178
+
179
+ #: options-meta-boxes.php:73
180
+ #@ yarpp
181
+ msgid "date (new to old)"
182
+ msgstr "datum (novo ka starom)"
183
+
184
+ #: options-meta-boxes.php:74
185
+ #@ yarpp
186
+ msgid "date (old to new)"
187
+ msgstr "datum (staro ka novom)"
188
+
189
+ #: options-meta-boxes.php:75
190
+ #@ yarpp
191
+ msgid "title (alphabetical)"
192
+ msgstr "naslov (po alfabetu)"
193
+
194
+ #: options-meta-boxes.php:76
195
+ #@ yarpp
196
+ msgid "title (reverse alphabetical)"
197
+ msgstr "naslov (s'kraja alfabeta)"
198
+
199
+ #: options-meta-boxes.php:109
200
+ #@ yarpp
201
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
202
+ msgstr "\"The Pool\" se odnosi na skup postova i stranica koji su kandidati za prikaz kao relevantni za trenutni unos."
203
+
204
+ #: options-meta-boxes.php:113
205
+ #@ yarpp
206
+ msgid "Post types considered:"
207
+ msgstr "Tipovi postova koji su uračunati:"
208
+
209
+ #: options-meta-boxes.php:116
210
+ #, php-format
211
+ #@ yarpp
212
+ msgid "Disallow by %s:"
213
+ msgstr "Ne dozvoli %s:"
214
+
215
+ #: options-meta-boxes.php:118
216
+ #@ yarpp
217
+ msgid "Show password protected posts?"
218
+ msgstr "Pokaži postove zaštićene sifrom?"
219
+
220
+ #: options-meta-boxes.php:129
221
+ #@ yarpp
222
+ msgid "day(s)"
223
+ msgstr "dan(i)"
224
+
225
+ #: options-meta-boxes.php:130
226
+ #@ yarpp
227
+ msgid "week(s)"
228
+ msgstr "nedelja(e)"
229
+
230
+ #: options-meta-boxes.php:131
231
+ #@ yarpp
232
+ msgid "month(s)"
233
+ msgstr "mesec(i)"
234
+
235
+ #: options-meta-boxes.php:137
236
+ #@ yarpp
237
+ msgid "Show only posts from the past NUMBER UNITS"
238
+ msgstr "Prikaži samo postovi iz poslednjih BROJNIH JEDINICA"
239
+
240
+ #: options-meta-boxes.php:147
241
+ #@ yarpp
242
+ msgid "\"The Pool\""
243
+ msgstr "\"The Pool\""
244
+
245
+ #: options-meta-boxes.php:153
246
+ #@ yarpp
247
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
248
+ msgstr "YARPP ograničava listu povezanih postova za (1) najveći broj i (2) <em>prag poklapanja</em>."
249
+
250
+ #: options-meta-boxes.php:153
251
+ #@ yarpp
252
+ msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
253
+ msgstr "Što veći prag poklapanja, to više zabrana, i samim tim dobijate manje povezanih postova ukupno. Po osnovi prag poklapanja je 5. Ako želite da nađete odgovarajući prag poklapanja, pogledajte neke postove i njihove ocene. Tako možete videti koja vrsta postova je pokupljena i sa kojim ocenama poklapanja, i time odredite odgovarajući prag poklapanja za vaš sajt."
254
+
255
+ #: options-meta-boxes.php:159
256
+ #@ yarpp
257
+ msgid "Match threshold:"
258
+ msgstr "Prag poklapanja:"
259
+
260
+ #: options-meta-boxes.php:160
261
+ #@ yarpp
262
+ msgid "Titles: "
263
+ msgstr "Naslovi:"
264
+
265
+ #: options-meta-boxes.php:162
266
+ #@ yarpp
267
+ msgid "Bodies: "
268
+ msgstr "Tela:"
269
+
270
+ #: options-meta-boxes.php:169
271
+ #@ yarpp
272
+ msgid "Display results from all post types"
273
+ msgstr "Pokaži rezultate svih tipova posta."
274
+
275
+ #: options-meta-boxes.php:169
276
+ #@ yarpp
277
+ msgid "When \"display results from all post types\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc."
278
+ msgstr "Kada \"pokaži rezultate svih tipova posta\" je isključen, samo postovi povezani sa postom će biti prikazani, i samo stranice povezane sa stranicom će biti prikazane, itd."
279
+
280
+ #: options-meta-boxes.php:170
281
+ #@ yarpp
282
+ msgid "Show only previous posts?"
283
+ msgstr "Pokaži samo prethodne postove?"
284
+
285
+ #: options-meta-boxes.php:178
286
+ #@ yarpp
287
+ msgid "\"Relatedness\" options"
288
+ msgstr "\"Povezanost\" opcije"
289
+
290
+ #: options-meta-boxes.php:187
291
+ #@ yarpp
292
+ msgid "Automatically display related posts?"
293
+ msgstr "Automatski prikaži povezane postove?"
294
+
295
+ #: options-meta-boxes.php:187
296
+ #@ yarpp
297
+ msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
298
+ msgstr "Ova opcija automatski prikazuje povezane postove odmah ispod sadržaja na stranicama sa jednim unosom. Ako je ova opcija osključena, moraćete ručno da unesete <code>povezani_postovi()</code> ili varijante (<code>povezane_strane()</code> i <code>povezani_unosi()</code>) u fajlove teme."
299
+
300
+ #: options-meta-boxes.php:188
301
+ #@ yarpp
302
+ msgid "Website display code example"
303
+ msgstr "Primer koda prikaza na sajtu"
304
+
305
+ #: options-meta-boxes.php:188
306
+ #: options-meta-boxes.php:245
307
+ #@ yarpp
308
+ msgid "(Update options to reload.)"
309
+ msgstr "(Ažurirajte opcije da bi ponovo učitali)"
310
+
311
+ #: options-meta-boxes.php:190
312
+ #: options-meta-boxes.php:250
313
+ #@ yarpp
314
+ msgid "Maximum number of related posts:"
315
+ msgstr "maksimalni broj povezanih postova:"
316
+
317
+ #: options-meta-boxes.php:208
318
+ #: options-meta-boxes.php:271
319
+ #@ yarpp
320
+ msgid "Before / after related entries:"
321
+ msgstr "Pre / posle povezanih unosa:"
322
+
323
+ #: options-meta-boxes.php:208
324
+ #: options-meta-boxes.php:209
325
+ #: options-meta-boxes.php:217
326
+ #: options-meta-boxes.php:271
327
+ #: options-meta-boxes.php:272
328
+ #: options-meta-boxes.php:277
329
+ #@ yarpp
330
+ msgid "For example:"
331
+ msgstr "Na primer:"
332
+
333
+ #: options-meta-boxes.php:208
334
+ #: options-meta-boxes.php:209
335
+ #: options-meta-boxes.php:217
336
+ #: options-meta-boxes.php:271
337
+ #: options-meta-boxes.php:272
338
+ #: options-meta-boxes.php:277
339
+ #@ yarpp
340
+ msgid " or "
341
+ msgstr "ili"
342
+
343
+ #: options-meta-boxes.php:209
344
+ #: options-meta-boxes.php:272
345
+ #@ yarpp
346
+ msgid "Before / after each related entry:"
347
+ msgstr "Pre / posle svakog povezanog unosa:"
348
+
349
+ #: options-meta-boxes.php:211
350
+ #: options-meta-boxes.php:274
351
+ #@ yarpp
352
+ msgid "Show excerpt?"
353
+ msgstr "Prikaži isečak?"
354
+
355
+ #: options-meta-boxes.php:212
356
+ #: options-meta-boxes.php:275
357
+ #@ yarpp
358
+ msgid "Excerpt length (No. of words):"
359
+ msgstr "Dužina isečka (broj reči):"
360
+
361
+ #: options-meta-boxes.php:216
362
+ #@ yarpp
363
+ msgid "Before / after (Excerpt):"
364
+ msgstr "Pre / posle (Isečak):"
365
+
366
+ #: options-meta-boxes.php:224
367
+ #: options-meta-boxes.php:281
368
+ #@ yarpp
369
+ msgid "Default display if no results:"
370
+ msgstr "Prikaži uvek kada nema rezultata:"
371
+
372
+ #: options-meta-boxes.php:229
373
+ #: options-meta-boxes.php:284
374
+ #, php-format
375
+ #@ yarpp
376
+ msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
377
+ msgstr "Ova opcija će dodati kod %s. Pokušajte da uključite, ažurirajte opcije, i pogledajte kod u primeru koda sa desne strane. Ovi linkovi i donacije su veoma cenjeni i dobrodošli."
378
+
379
+ #: options-meta-boxes.php:236
380
+ #@ yarpp
381
+ msgid "Display options <small>for your website</small>"
382
+ msgstr "Prikaži opcije <small>za svoj sajt</small>"
383
+
384
+ #: options-meta-boxes.php:245
385
+ #@ yarpp
386
+ msgid "Display related posts in feeds?"
387
+ msgstr "Prikaži povezane postove u feed-u?"
388
+
389
+ #: options-meta-boxes.php:245
390
+ #@ yarpp
391
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
392
+ msgstr "ova opcija prikazuje povezane postove na kraju svake stavke u tvom RSS i Atom feed-u. Promene templejta nisu potrebne."
393
+
394
+ #: options-meta-boxes.php:245
395
+ #@ yarpp
396
+ msgid "RSS display code example"
397
+ msgstr "Primer koda za prikaz RSS-a"
398
+
399
+ #: options-meta-boxes.php:247
400
+ #@ yarpp
401
+ msgid "Display related posts in the descriptions?"
402
+ msgstr "Prikaži povezane postove u opisima?"
403
+
404
+ #: options-meta-boxes.php:247
405
+ #@ yarpp
406
+ msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
407
+ msgstr "Ova opcija prikazuje povezane postove u opisima RSS-a, a ne samo sadržaj. Ako je vaš feed namešten da prikazuje samo isečke samo polje opisa će biti iskorišćeno, tako da je ova opcija obavezna za bilo kakav prikaz."
408
+
409
+ #: options-meta-boxes.php:277
410
+ #@ yarpp
411
+ msgid "Before / after (excerpt):"
412
+ msgstr "Pre / posle (isečak):"
413
+
414
+ #: options-meta-boxes.php:291
415
+ #@ yarpp
416
+ msgid "Display options <small>for RSS</small>"
417
+ msgstr "Opcije prikaza <small>za RSS</small>"
418
+
419
+ #: options-meta-boxes.php:298
420
+ #@ yarpp
421
+ msgid "YARPP Forum"
422
+ msgstr "YARPP Forum"
423
+
424
+ #: options-meta-boxes.php:299
425
+ #@ yarpp
426
+ msgid "YARPP on Twitter"
427
+ msgstr "YARPP na Twitter-u"
428
+
429
+ #: options-meta-boxes.php:300
430
+ #@ yarpp
431
+ msgid "YARPP on the Web"
432
+ msgstr "YARPP na netu"
433
+
434
+ #: options-meta-boxes.php:301
435
+ #@ yarpp
436
+ msgid "Rate YARPP on WordPress.org"
437
+ msgstr "Ocenite YARPP na WordPress.org"
438
+
439
+ #: options-meta-boxes.php:302
440
+ #@ default
441
+ #@ yarpp
442
+ msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
443
+ msgstr "Donirajte mitcho-u (Michael Yoshitaka Erlewine) za ovaj plugin putem PayPal-a"
444
+
445
+ #: options-meta-boxes.php:337
446
+ #@ yarpp
447
+ msgid "Contact YARPP"
448
+ msgstr "Kontaktirajte YARPP"
449
+
450
+ #: options.php:34
451
+ #, php-format
452
+ #@ default
453
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
454
+ msgstr ""
455
+
456
+ #: options.php:38
457
+ #, php-format
458
+ #@ yarpp
459
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
460
+ msgstr "Postoji nova beta (%s) YARPP-a. Možete je <a href=\"%s\">skinuti ovde</a> na spostveni rizik."
461
+
462
+ #: options.php:46
463
+ #@ yarpp
464
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
465
+ msgstr "MyISAM provera je presnimljena. Sada možete korstiti \"razmotri naslove\" and \"razmotri tela\" kriterijume relevantnosti."
466
+
467
+ #: options.php:54
468
+ #, php-format
469
+ #@ yarpp
470
+ msgid "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria require your <code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the table seems to be using the <code>%s</code> engine. These two options have been disabled."
471
+ msgstr "YARPP-ovi \"razmotri naslove\" and \"razmotri tela\" kriterijumi relevntnosti zahtevaju <code>%s</code> tabelu da bi koristili <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM motoriku skladištenja</a>, ali tabela izgleda da koristi <code>%s</code> motoriku. Ove dve opciju su onemogućene."
472
+
473
+ #: options.php:56
474
+ #, php-format
475
+ #@ yarpp
476
+ msgid "To restore these features, please update your <code>%s</code> table by executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . No data will be erased by altering the table's engine, although there are performance implications."
477
+ msgstr "Da bi ste povratili ove funkcije, molimo vas ažurirajte <code>%s</code> tabelu pokrećući sledeću SQL direktivu: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Ništa neće biti obrisano menjanjem motorike tabele, ali može doći do promena u performansi."
478
+
479
+ #: options.php:58
480
+ #, php-format
481
+ #@ yarpp
482
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
483
+ msgstr "Ako, bez obzira na ovu promenu, ste vi sigurni da <code>%s</code> koristi MzISAM motoriku, pritisnite magično dugme:"
484
+
485
+ #: options.php:61
486
+ #@ yarpp
487
+ msgid "Trust me. Let me use MyISAM features."
488
+ msgstr "Veruj mi. Pusti me da koristim MzISAM funkcije."
489
+
490
+ #: options.php:76
491
+ #@ yarpp
492
+ msgid "The YARPP database had an error but has been fixed."
493
+ msgstr "YARPP databaza je imala grešku ali smo je popravili."
494
+
495
+ #: options.php:78
496
+ #@ yarpp
497
+ msgid "The YARPP database has an error which could not be fixed."
498
+ msgstr "YARPP databaza ima grešku koju nismo uspeli da ispravimo."
499
+
500
+ #: options.php:79
501
+ #, php-format
502
+ #@ yarpp
503
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
504
+ msgstr "Molimo pokušajte <a href=\"%s\" target=\"_blank\">ručno podešavanje SQL-a</a>."
505
+
506
+ #: options.php:135
507
+ #@ yarpp
508
+ msgid "Options saved!"
509
+ msgstr "Opcije snimljene!"
510
+
511
+ #: options.php:141
512
+ #@ yarpp
513
+ msgid "Yet Another Related Posts Plugin Options"
514
+ msgstr "YARPP Opcije"
515
+
516
+ #: options.php:149
517
+ #, php-format
518
+ #@ yarpp
519
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
520
+ msgstr "od <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
521
+
522
+ #: options.php:178
523
+ #@ default
524
+ msgid "Save Changes"
525
+ msgstr ""
526
+
527
+ #: template-builtin.php:21
528
+ #, php-format
529
+ #@ yarpp
530
+ msgid "%f is the YARPP match score between the current entry and this related entry. You are seeing this value because you are logged in to WordPress as an administrator. It is not shown to regular visitors."
531
+ msgstr "%f je YARPP rezultat poklapanja između trenutnog unosa i povezanog unosa. Vi vidite ovu vrednost jer ste ulogovani u WordPress kao administrator. Regularni korisnici ovo neće videti."
532
+
533
+ #: template-metabox.php:12
534
+ #@ yarpp
535
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
536
+ msgstr "Ovo su povezani unosi za ovaj unos. Ažuriranje ovog posta može promeniti ove povezane unose."
537
+
538
+ #: template-metabox.php:28
539
+ #@ yarpp
540
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
541
+ msgstr "Da li su svi ovi povezani unosi prikazani i kako su prikazani zavisi od vaših podešavanja YARPP displej opcija."
542
+
options-meta-boxes.php CHANGED
@@ -295,7 +295,7 @@ class YARPP_Meta_Box_Contact extends YARPP_Meta_Box {
295
  $pluginurl = plugin_dir_url(__FILE__);
296
  ?>
297
  <ul class='yarpp_contacts'>
298
- <li style="background: url(<?php echo $pluginurl . 'wordpress.png'; ?>) no-repeat left bottom;"><a href="http://wordpress.org/tags/yet-another-related-posts-plugin" target="_blank"><?php _e('YARPP Forum', 'yarpp'); ?></a></li>
299
  <li style="background: url(<?php echo $pluginurl . 'twitter.png' ; ?>) no-repeat left bottom;"><a href="http://twitter.com/yarpp" target="_blank"><?php _e('YARPP on Twitter', 'yarpp'); ?></a></li>
300
  <li style="background: url(<?php echo $pluginurl . 'plugin.png'; ?>) no-repeat left bottom;"><a href="http://yarpp.org" target="_blank"><?php _e('YARPP on the Web', 'yarpp'); ?></a></li>
301
  <li style="background: url(<?php echo $pluginurl . 'star.png'; ?>) no-repeat 3px 2px;"><a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/" target="_blank"><?php _e('Rate YARPP on WordPress.org', 'yarpp'); ?></a></li>
295
  $pluginurl = plugin_dir_url(__FILE__);
296
  ?>
297
  <ul class='yarpp_contacts'>
298
+ <li style="background: url(<?php echo $pluginurl . 'wordpress.png'; ?>) no-repeat left bottom;"><a href="http://wordpress.org/support/plugin/yet-another-related-posts-plugin" target="_blank"><?php _e('YARPP Forum', 'yarpp'); ?></a></li>
299
  <li style="background: url(<?php echo $pluginurl . 'twitter.png' ; ?>) no-repeat left bottom;"><a href="http://twitter.com/yarpp" target="_blank"><?php _e('YARPP on Twitter', 'yarpp'); ?></a></li>
300
  <li style="background: url(<?php echo $pluginurl . 'plugin.png'; ?>) no-repeat left bottom;"><a href="http://yarpp.org" target="_blank"><?php _e('YARPP on the Web', 'yarpp'); ?></a></li>
301
  <li style="background: url(<?php echo $pluginurl . 'star.png'; ?>) no-repeat 3px 2px;"><a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/" target="_blank"><?php _e('Rate YARPP on WordPress.org', 'yarpp'); ?></a></li>
options.php CHANGED
@@ -62,7 +62,7 @@ if ( !yarpp_get_option('myisam_override') ) {
62
  ."'></input></form>"
63
  ."</div>";
64
 
65
- $weight = yarpp_set_option('weight');
66
  unset($weight['title']);
67
  unset($weight['body']);
68
  yarpp_set_option(array('weight' => $weight));
62
  ."'></input></form>"
63
  ."</div>";
64
 
65
+ $weight = yarpp_get_option('weight');
66
  unset($weight['title']);
67
  unset($weight['body']);
68
  yarpp_set_option(array('weight' => $weight));
readme.txt CHANGED
@@ -28,7 +28,7 @@ This plugin requires PHP 5 and MySQL 4.1 or greater.
28
 
29
  = A note on support (June 2010) =
30
 
31
- I have begun instituting a stricter policy of not responding to support inquiries via email, instead directing senders to the appropriate WordPress.org forum, [here](http://wordpress.org/tags/yet-another-related-posts-plugin?forum_id=10#postform).
32
 
33
  I try to respond to inquiries on the forums on a regular basis and hope to build a community of users who can learn from each other's questions and experiences and can support one another. I ask for your understanding on this matter.
34
 
@@ -187,12 +187,13 @@ YARPP is currently localized in the following languages:
187
  * Belarussian (`by_BY`) by [Fat Cow](http://www.fatcow.com)
188
  * Bulgarian (`bg_BG`) by [Flash Gallery](http://www.flashgallery.org)
189
  * Simplified Chinese (`zh_CN`) by Jor Wang of [jorwang.com](http://jorwang.com)
190
- * Cypriot Greek (`el_CY`) by Aristidis Tonikidis of [akouseto.gr](http://www.akouseto.gr)
191
  * Dutch (`nl_NL`) by Sybrand van der Werf
192
  * Farsi/Persian (`fa_IR`) by [Moshen Derakhshan](http://webdesigner.downloadkar.com/)
193
  * French (`fr_FR`) by Lionel Chollet
194
  * Georgian (`ge_KA`) by Kasia Ciszewski of [Find My Hosting](www.findmyhosting.com)
195
  * German (`de_DE`) by Michael Kalina of [3th.be](http://3th.be) and Nils Armgart of [movie-blog.de.ms](http://www.movie-blog.de.ms)
 
196
  * Greek (`el_EL`) by Aristidis Tonikidis of [akouseto.gr](http://www.akouseto.gr)
197
  * Hebrew (`he_IL`) by Mickey Zelansky of [simpleidea.us](http://simpleidea.us)
198
  * Hindi (`hi_IN`) by [Outshine Solutions](http://outshinesolutions.com/)
@@ -210,6 +211,7 @@ YARPP is currently localized in the following languages:
210
  * Brazilian Portuguese (`pt_BR`) by Rafael Fischmann of [macmagazine.br](http://macmagazine.com.br/)
211
  * Romanian (`ro_RO`) by [Uhren Shop](http://uhrenstore.de/)
212
  * Russian (`ru_RU`) by Marat Latypov of [blogocms.ru](http://blogocms.ru)
 
213
  * Slovak (`sk_SK`) by [Forex](http://www.eforex.sk/)
214
  * Spanish (`es_ES`) by Rene of [WordPress Webshop](http://wpwebshop.com)
215
  * Swedish (`sv_SE`) by Max Elander
@@ -221,7 +223,6 @@ YARPP is currently localized in the following languages:
221
  <!--We already have localizers lined up for the following languages:
222
  * Danish
223
  * Catalan
224
- * Hungarian
225
  * Thai
226
  * Bhasa Indonesian
227
  -->
@@ -230,6 +231,14 @@ If you are a bilingual speaker of English and another language and an avid user
230
 
231
  == Changelog ==
232
 
 
 
 
 
 
 
 
 
233
  = 3.5.1 =
234
  * [Bugfix](http://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-catchable-fatal-error-object-of-class-stdclass-could-not-be-converted-to-string): change `$yarpp->get_post_types()` to return array of names by default
235
  * Ensure that all supported post types are used when "display results from all post types" is set
28
 
29
  = A note on support (June 2010) =
30
 
31
+ I have begun instituting a stricter policy of not responding to support inquiries via email, instead directing senders to the appropriate WordPress.org forum, [here](http://wordpress.org/support/plugin/yet-another-related-posts-plugin).
32
 
33
  I try to respond to inquiries on the forums on a regular basis and hope to build a community of users who can learn from each other's questions and experiences and can support one another. I ask for your understanding on this matter.
34
 
187
  * Belarussian (`by_BY`) by [Fat Cow](http://www.fatcow.com)
188
  * Bulgarian (`bg_BG`) by [Flash Gallery](http://www.flashgallery.org)
189
  * Simplified Chinese (`zh_CN`) by Jor Wang of [jorwang.com](http://jorwang.com)
190
+ * Czech (`cs_CZ`) by [Zdenek Hejl](http://www.zdenek-hejl.com)
191
  * Dutch (`nl_NL`) by Sybrand van der Werf
192
  * Farsi/Persian (`fa_IR`) by [Moshen Derakhshan](http://webdesigner.downloadkar.com/)
193
  * French (`fr_FR`) by Lionel Chollet
194
  * Georgian (`ge_KA`) by Kasia Ciszewski of [Find My Hosting](www.findmyhosting.com)
195
  * German (`de_DE`) by Michael Kalina of [3th.be](http://3th.be) and Nils Armgart of [movie-blog.de.ms](http://www.movie-blog.de.ms)
196
+ * Cypriot Greek (`el_CY`) by Aristidis Tonikidis of [akouseto.gr](http://www.akouseto.gr)
197
  * Greek (`el_EL`) by Aristidis Tonikidis of [akouseto.gr](http://www.akouseto.gr)
198
  * Hebrew (`he_IL`) by Mickey Zelansky of [simpleidea.us](http://simpleidea.us)
199
  * Hindi (`hi_IN`) by [Outshine Solutions](http://outshinesolutions.com/)
211
  * Brazilian Portuguese (`pt_BR`) by Rafael Fischmann of [macmagazine.br](http://macmagazine.com.br/)
212
  * Romanian (`ro_RO`) by [Uhren Shop](http://uhrenstore.de/)
213
  * Russian (`ru_RU`) by Marat Latypov of [blogocms.ru](http://blogocms.ru)
214
+ * Serbian (`sr_RS`) by [Zarko Zivkovic](http://www.zarkozivkovic.com/)
215
  * Slovak (`sk_SK`) by [Forex](http://www.eforex.sk/)
216
  * Spanish (`es_ES`) by Rene of [WordPress Webshop](http://wpwebshop.com)
217
  * Swedish (`sv_SE`) by Max Elander
223
  <!--We already have localizers lined up for the following languages:
224
  * Danish
225
  * Catalan
 
226
  * Thai
227
  * Bhasa Indonesian
228
  -->
231
 
232
  == Changelog ==
233
 
234
+ = 3.5.2 =
235
+ * [Bugfix](http://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-bug-found-with-solution): critical bugfix to an unfortunate typo which caused "no related posts" on many environments with non-MyISAM tables
236
+ * [Bugfix](http://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-351-error-call-to-a-member-function): reference to `get_post_types()` failed in ajax display
237
+ * Localizations:
238
+ * Added Czech (`cs_CZ`) localization by [Zdenek Hejl](http://www.zdenek-hejl.com)
239
+ * Added Serbian (`sr_RS`) by [Zarko Zivkovic](http://www.zarkozivkovic.com/)
240
+ * Clarified readme to require WordPress 3.1
241
+ * PHP 5.3+: replaced an instance of `ereg_replace`
242
  = 3.5.1 =
243
  * [Bugfix](http://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-catchable-fatal-error-object-of-class-stdclass-could-not-be-converted-to-string): change `$yarpp->get_post_types()` to return array of names by default
244
  * Ensure that all supported post types are used when "display results from all post types" is set
yarpp.php CHANGED
@@ -3,13 +3,13 @@
3
  Plugin Name: Yet Another Related Posts Plugin
4
  Plugin URI: http://yarpp.org/
5
  Description: Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. Now with custom post type support!
6
- Version: 3.5.1
7
  Author: mitcho (Michael Yoshitaka Erlewine)
8
  Author URI: http://mitcho.com/
9
  Donate link: http://tinyurl.com/donatetomitcho
10
  */
11
 
12
- define('YARPP_VERSION', '3.5.1');
13
  define('YARPP_DIR', dirname(__FILE__));
14
  define('YARPP_NO_RELATED', ':(');
15
  define('YARPP_RELATED', ':)');
3
  Plugin Name: Yet Another Related Posts Plugin
4
  Plugin URI: http://yarpp.org/
5
  Description: Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. Now with custom post type support!
6
+ Version: 3.5.2b2
7
  Author: mitcho (Michael Yoshitaka Erlewine)
8
  Author URI: http://mitcho.com/
9
  Donate link: http://tinyurl.com/donatetomitcho
10
  */
11
 
12
+ define('YARPP_VERSION', '3.5.2b2');
13
  define('YARPP_DIR', dirname(__FILE__));
14
  define('YARPP_NO_RELATED', ':(');
15
  define('YARPP_RELATED', ':)');