Yet Another Related Posts Plugin (YARPP) - Version 3.2.3b1

Version Description

Download this release

Release Info

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

Code changes from version 3.2.2 to 3.2.3b1

includes.php CHANGED
@@ -34,13 +34,13 @@ $yarpp_value_options = array(
34
  'rss_after_title' => '</li>',
35
  'rss_before_post' => ' <small>',
36
  'rss_after_post' => '</small>',
37
- 'rss_before_related' => '<p>'.__('Related posts:','yarpp').'<ol>',
38
- 'rss_after_related' => '</ol></p>',
39
  'rss_no_results' => '<p>'.__('No related posts.','yarpp').'</p>',
40
  'rss_order' => 'score DESC',
41
  'title' => '2',
42
  'body' => '2',
43
- 'categories' => '2',
44
  'tags' => '2',
45
  'distags' => '',
46
  'discats' => '');
@@ -146,16 +146,27 @@ function yarpp_upgrade_check() {
146
  }
147
 
148
  function yarpp_admin_menu() {
149
- $hook = add_options_page(__('Related Posts (YARPP)','yarpp'),__('Related Posts (YARPP)','yarpp'), 'manage_options', 'yet-another-related-posts-plugin/options.php', 'yarpp_options_page');
150
  add_action("load-$hook",'yarpp_load_thickbox');
 
 
151
  // new in 3.0.12: add settings link to the plugins page
152
  add_filter('plugin_action_links', 'yarpp_settings_link', 10, 2);
153
  }
154
 
 
 
 
 
 
 
 
 
 
155
  function yarpp_settings_link($links, $file) {
156
  $this_plugin = dirname(plugin_basename(__FILE__)) . '/yarpp.php';
157
  if($file == $this_plugin) {
158
- $links[] = '<a href="options-general.php?page='.dirname(plugin_basename(__FILE__)).'/options.php">' . __('Settings', 'yarpp') . '</a>';
159
  }
160
  return $links;
161
  }
@@ -168,6 +179,7 @@ function yarpp_load_thickbox() {
168
  }
169
 
170
  function yarpp_options_page() {
 
171
  require(YARPP_DIR.'/options.php');
172
  }
173
 
@@ -377,3 +389,10 @@ function yarpp_metabox() {
377
  echo "<p>".__("Related entries may be displayed once you save your entry",'yarpp').".</p>";
378
  echo '</div>';
379
  }
 
 
 
 
 
 
 
34
  'rss_after_title' => '</li>',
35
  'rss_before_post' => ' <small>',
36
  'rss_after_post' => '</small>',
37
+ 'rss_before_related' => '<p>'.__('Related posts:','yarpp').'</p><ol>',
38
+ 'rss_after_related' => '</ol>',
39
  'rss_no_results' => '<p>'.__('No related posts.','yarpp').'</p>',
40
  'rss_order' => 'score DESC',
41
  'title' => '2',
42
  'body' => '2',
43
+ 'categories' => '1', // changed default in 3.2.3
44
  'tags' => '2',
45
  'distags' => '',
46
  'discats' => '');
146
  }
147
 
148
  function yarpp_admin_menu() {
149
+ $hook = add_options_page(__('Related Posts (YARPP)','yarpp'),__('Related Posts (YARPP)','yarpp'), 'manage_options', 'yarpp', 'yarpp_options_page');
150
  add_action("load-$hook",'yarpp_load_thickbox');
151
+ // new in 3.2.3: load options page sections as metaboxes
152
+ include('options-meta-boxes.php');
153
  // new in 3.0.12: add settings link to the plugins page
154
  add_filter('plugin_action_links', 'yarpp_settings_link', 10, 2);
155
  }
156
 
157
+ // since 3.2.3
158
+ function yarpp_admin_enqueue() {
159
+ global $current_screen;
160
+ if (is_object($current_screen) && $current_screen->id == 'settings_page_yarpp') {
161
+ wp_enqueue_script( 'postbox' );
162
+ wp_enqueue_style( 'yarpp_options', plugins_url( 'options.css', __FILE__ ), array(), YARPP_VERSION );
163
+ }
164
+ }
165
+
166
  function yarpp_settings_link($links, $file) {
167
  $this_plugin = dirname(plugin_basename(__FILE__)) . '/yarpp.php';
168
  if($file == $this_plugin) {
169
+ $links[] = '<a href="options-general.php?page=yarpp">' . __('Settings', 'yarpp') . '</a>';
170
  }
171
  return $links;
172
  }
179
  }
180
 
181
  function yarpp_options_page() {
182
+ // for proper metabox support:
183
  require(YARPP_DIR.'/options.php');
184
  }
185
 
389
  echo "<p>".__("Related entries may be displayed once you save your entry",'yarpp').".</p>";
390
  echo '</div>';
391
  }
392
+
393
+ // since 3.2.3: default metaboxes to show:
394
+ function yarpp_default_hidden_meta_boxes($hidden, $screen) {
395
+ if ( 'settings_page_yarpp' == $screen->id )
396
+ $hidden = array( 'yarpp_pool', 'yarpp_relatedness' );
397
+ return $hidden;
398
+ }
install.txt DELETED
@@ -1,28 +0,0 @@
1
- === Yet Another Related Posts Plugin ===
2
- by mitcho (Michael Yoshitaka Erlewine)
3
- Twitter: http://twitter.com/yarpp/
4
- Support forum: http://wordpress.org/tags/yet-another-related-posts-plugin
5
-
6
- == INSTALLATION ==
7
-
8
- 1. Copy the folder `yet-another-related-posts-plugin` into the directory `wp-content/plugins/` and (optionally) the sample template files inside the `yarpp-templates` folder into your active theme.
9
-
10
- 2. Activate the plugin.
11
-
12
- 3. Find the Related Posts (YARPP) settings page in your `wp-admin` and update if necessary.
13
-
14
- NOTE: If you run a large and complex site and/or worry about your SQL query volume, it may be better to simply make sure the "compute related posts on the fly" option is turned on and *not* try to build the cache all at once.
15
-
16
- == IN CASE OF TROUBLE ==
17
-
18
- If you see an error saying "The YARPP database has an error which could not be fixed", please try manual SQL setup:
19
-
20
- http://mitcho.com/code/yarpp/sql/
21
-
22
- == SUPPORT ==
23
-
24
- Read the FAQ:
25
- http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/faq/
26
-
27
- If it's not in the FAQ, find it or ask it in the forum:
28
- http://wordpress.org/tags/yet-another-related-posts-plugin?forum_id=10#postform
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
keywords.php CHANGED
@@ -8,8 +8,9 @@ function yarpp_extract_keywords($source,$max = 20) {
8
  $source = str_replace($softhyphen, '', $source);
9
 
10
  if (function_exists('mb_split')) {
11
- mb_regex_encoding(get_option('blog_charset'));
12
- $wordlist = mb_split('\s*\W+\s*', mb_strtolower($source));
 
13
  } else
14
  $wordlist = preg_split('%\s*\W+\s*%', strtolower($source));
15
 
8
  $source = str_replace($softhyphen, '', $source);
9
 
10
  if (function_exists('mb_split')) {
11
+ $charset = get_option('blog_charset');
12
+ mb_regex_encoding($charset);
13
+ $wordlist = mb_split('\s*\W+\s*', mb_strtolower($source, $charset));
14
  } else
15
  $wordlist = preg_split('%\s*\W+\s*%', strtolower($source));
16
 
lang/{words-cs-CZ.php → words-cs_CZ.php} RENAMED
File without changes
lang/yarpp-gb_IR.mo ADDED
Binary file
lang/yarpp-gb_IR.po ADDED
@@ -0,0 +1,555 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YARPP_GB\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-11-17 14:23+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Ashish Jha <ashish@outshinesolutions.com>\n"
8
+ "Language-Team: Letsbefamous.com <ray@letsbefamous.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Irish\n"
13
+ "X-Poedit-Country: IRELAND\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: _e;__\n"
16
+ "X-Poedit-Basepath: .\n"
17
+ ": \n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: includes.php:94
21
+ msgid "MySQL error on adding yarpp_title"
22
+ msgstr "MySQL earráid ar chur yarpp_title"
23
+
24
+ #: includes.php:99
25
+ msgid "MySQL error on adding yarpp_content"
26
+ msgstr "MySQL earráid ar chur yarpp_content"
27
+
28
+ #: includes.php:185
29
+ msgid "<h3>An important message from YARPP:</h3><p>Thank you for upgrading to YARPP 2. YARPP 2.0 adds the much requested ability to limit related entry results by certain tags or categories. 2.0 also brings more fine tuned control of the magic algorithm, letting you specify how the algorithm should consider or not consider entry content, titles, tags, and categories. Make sure to adjust the new settings to your liking and perhaps readjust your threshold.</p><p>For more information, check out the <a href=\"http://mitcho.com/code/yarpp/\">YARPP documentation</a>. (This message will not be displayed again.)</p>"
30
+ msgstr "<h3> An teachtaireacht thábhachtach ó YARPP: <p> </ h3> Go raibh maith agat as uasghrádú a YARPP 2. YARPP 2.0 Cuireann an cumas i bhfad iarrtha chun teorainn a bhaineann le torthaí a iontráil ag tags nó catagóirí áirithe. 2.0 Tugann freisin, níos mó smachta fíneáil tiúnta an algartam draíochta, is féidir a shonrú conas ba cheart don algartam mheasann nó nach bhfuil ábhar a iontráil, do Theidil, tags, agus na catagóirí a mheas. Bí cinnte leis na socruithe nua a choigeartú do liking agus b'fhéidir do tairseach readjust. <a href=\"http://mitcho.com/code/yarpp/\">YARPP documentation</a>.(Ní bheidh an teachtaireacht seo a chur ar taispeáint arís.) </ p>"
31
+
32
+ #: includes.php:197
33
+ msgid "Related Posts (YARPP)"
34
+ msgstr "Related Poist (YARPP)"
35
+
36
+ #: includes.php:224
37
+ #: yarpp.php:31
38
+ msgid "Related Posts"
39
+ msgstr "Related Poist "
40
+
41
+ #: includes.php:229
42
+ msgid "YARPP"
43
+ msgstr "YARPP"
44
+
45
+ #: template-builtin.php:35
46
+ #, php-format
47
+ 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."
48
+ msgstr "Is %f den scór cluiche YARPP idir an iontráil reatha agus ar an iontráil seo a bhaineann leo. Tá tú ag féachaint ar an luacha seo toisc go bhfuil tú logáilte isteach chun WordPress mar riarthóir. Níl sé léirithe le cuairteoirí rialta."
49
+
50
+ #: magic.php:322
51
+ #: options.php:458
52
+ #: options.php:521
53
+ msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
54
+ msgstr "Poist ghaolmhara a thabhairt duit ag <a href='http://mitcho.com/code/yarpp/'> Ach eile Related Poist Plugin </ a>."
55
+
56
+ #: options.php:26
57
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
58
+ msgstr "Tá an seiceáil MyISAM a shárú. Is féidir leat úsáid a bhaint anois \"teidil a mheas \" agus \"comhlachtaí a mheas \" critéir relatedness."
59
+
60
+ #: options.php:35
61
+ #, php-format
62
+ 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."
63
+ msgstr "YARPP s \"a mheas teidil \" agus \"comhlachtaí a mheas \" a cheangal ar na critéir relatedness do<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>,ach is cosúil leis an tábla a bheidh le baint úsáide as an <code>%s</code>inneall. Tá an dá rogha a bheith curtha faoi mhíchumas."
64
+
65
+ #: options.php:37
66
+ #, php-format
67
+ 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."
68
+ msgstr "A chur ar ais na gnéithe seo, le do thoil do thabhairt suas chun dáta <code>%s</code> tábla ag forghníomhaitheach an méid seo a leanas treoir SQL:<code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Ní dhéanfar aon sonraí a scriosadh ag athrú an tábla's inneall, cé go bhfuil impleachtaí feidhmíochta."
69
+
70
+ #: options.php:39
71
+ #, php-format
72
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
73
+ msgstr "ás rud é, in ainneoin seo a sheiceáil, go bhfuil tú cinnte go <code>%s</code> Tá baint úsáide as an inneall MyISAM, brúigh an cnaipe draíochta:"
74
+
75
+ #: options.php:42
76
+ msgid "Trust me. Let me use MyISAM features."
77
+ msgstr "Iontaobhas dom. Lig dom úsáid gnéithe MyISAM."
78
+
79
+ #: options.php:65
80
+ msgid "The YARPP database had an error but has been fixed."
81
+ msgstr "Tá an bunachar sonraí YARPP raibh earráid ach tá socraithe."
82
+
83
+ #: options.php:67
84
+ msgid "The YARPP database has an error which could not be fixed."
85
+ msgstr "Tá an bunachar sonraí YARPP earráid nach bhféadfaí a bheith seasta."
86
+
87
+ #: options.php:154
88
+ #: options.php:171
89
+ #: options.php:183
90
+ msgid "do not consider"
91
+ msgstr "ná a mheas"
92
+
93
+ #: options.php:155
94
+ #: options.php:172
95
+ #: options.php:185
96
+ msgid "consider"
97
+ msgstr "machnamh"
98
+
99
+ #: options.php:173
100
+ msgid "consider with extra weight"
101
+ msgstr "a mheas le meáchan breise"
102
+
103
+ #: options.php:201
104
+ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
105
+ msgstr "Ach eile Related Poist stair leagan Plugin (RSS 2.0)"
106
+
107
+ #: options.php:271
108
+ msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
+ msgstr "Síntiúis a mitcho (Michael Yoshitaka Erlewine) mbreiseán seo trí PayPal"
110
+
111
+ #: options.php:255
112
+ msgid "Yet Another Related Posts Plugin Options"
113
+ msgstr "Ach eile Related Poist Roghanna Bhreiseáin"
114
+
115
+ #: options.php:278
116
+ msgid "\"The Pool\""
117
+ msgstr " \"An Linn \""
118
+
119
+ #: options.php:279
120
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
121
+ msgstr " \"An Díorma \" Tagraíonn an linn na bpost agus leathanaigh sin is iarrthóirí ar taispeáint mar a bhaineann leis an iontráil ann faoi láthair."
122
+
123
+ #: options.php:284
124
+ msgid "Disallow by category:"
125
+ msgstr "Dhícheadú de réir catagóire:"
126
+
127
+ #: options.php:286
128
+ msgid "Disallow by tag:"
129
+ msgstr "Dhícheadú ag tag:"
130
+
131
+ #: options.php:288
132
+ msgid "Show password protected posts?"
133
+ msgstr "Taispeáin phasfhocal post a chosaint?"
134
+
135
+ #: options.php:289
136
+ msgid "Show only previous posts?"
137
+ msgstr "Taispeáin ach post roimhe seo?"
138
+
139
+ #: options.php:306
140
+ msgid "\"Relatedness\" options"
141
+ msgstr "\"Relatedness\" roghanna"
142
+
143
+ #: options.php:308
144
+ #, php-format
145
+ 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>."
146
+ msgstr "YARPP é éagsúla ná an <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">Breiseáin roimhe sin tá sé bunaithe art</a>:Did you mean: The YARPP database has an error but has been fixed.Type text or a website address or translate a document.CancelListenRead phoneticallyEnglish to Irish translationmar atá sé na teorainneacha a bhaineann le post liosta ag (1) ar líon uasta agus (2) go céimlaghdaitheach agus chluiche <em> </em>."
147
+
148
+ #: options.php:308
149
+ #: options.php:322
150
+ #: options.php:405
151
+ #: options.php:410
152
+ #: options.php:457
153
+ #: options.php:469
154
+ #: options.php:470
155
+ #: options.php:474
156
+ #: options.php:520
157
+ #: options.php:531
158
+ msgid "more&gt;"
159
+ msgstr "more&gt;"
160
+
161
+ #: options.php:313
162
+ msgid "Match threshold:"
163
+ msgstr "Tairseach Match:"
164
+
165
+ #: options.php:314
166
+ msgid "Titles: "
167
+ msgstr "Teideal:"
168
+
169
+ #: options.php:316
170
+ msgid "Bodies: "
171
+ msgstr "Comhlachtaí:"
172
+
173
+ #: options.php:318
174
+ msgid "Tags: "
175
+ msgstr "Tags:"
176
+
177
+ #: options.php:320
178
+ msgid "Categories: "
179
+ msgstr "Catagóirí:"
180
+
181
+ #: options.php:322
182
+ msgid "Cross-relate posts and pages?"
183
+ msgstr "Tras-Baineann post agus leathanaigh?"
184
+
185
+ #: options.php:322
186
+ 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."
187
+ msgstr "Nuair a bheidh an \"Tras-phoist agus na leathanaigh a bhaineann \" tá an rogha roghnaithe, leis an <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code>Beidh go léir a thabhairt ar an aschur céanna, ag filleadh ar an dá lth gaolmhar agus post."
188
+
189
+ #: options.php:401
190
+ msgid "Display options <small>for your website</small>"
191
+ msgstr "Taispeáin roghanna <small> ar do láithreán gréasáin </small>"
192
+
193
+ #: options.php:405
194
+ msgid "Automatically display related posts?"
195
+ msgstr "Thaispeáint go huathoibríoch post a bhaineann?"
196
+
197
+ #: options.php:405
198
+ 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."
199
+ msgstr "Taispeánann an rogha seo go huathoibríoch post a bhaineann le ceart tar éis an t-ábhar ar leathanaigh iontrála aonair. Má tá an rogha seo amach, beidh ort isteach de láimh <code>related_posts()</code> Leaganacha Tor (<code>related_pages()</code> oder <code>related_entries()</code>) isteach i do chuid comhad téama.."
200
+
201
+ #: options.php:406
202
+ msgid "Website display code example"
203
+ msgstr "Suíomh Gréasáin an Cód mar shampla taispeáint"
204
+
205
+ #: options.php:406
206
+ #: options.php:471
207
+ msgid "(Update options to reload.)"
208
+ msgstr "(roghanna Nuashonrú a athluchtú.)"
209
+
210
+ #: options.php:409
211
+ #: options.php:473
212
+ msgid "Maximum number of related posts:"
213
+ msgstr "Uasmhéid an líon post a bhaineann le:"
214
+
215
+ #: options.php:422
216
+ msgid "Before / after related entries:"
217
+ msgstr "Sula / i ndiaidh iontrálacha a bhaineann le:"
218
+
219
+ #: options.php:423
220
+ #: options.php:428
221
+ #: options.php:437
222
+ #: options.php:487
223
+ #: options.php:492
224
+ #: options.php:501
225
+ msgid "For example:"
226
+ msgstr "Mar shampla:"
227
+
228
+ #: options.php:427
229
+ #: options.php:491
230
+ msgid "Before / after each related entry:"
231
+ msgstr "Roimh / tar éis gach iontráil a bhaineann le:"
232
+
233
+ #: options.php:431
234
+ #: options.php:495
235
+ msgid "Show excerpt?"
236
+ msgstr "Taispeáin Sliocht?"
237
+
238
+ #: options.php:432
239
+ #: options.php:496
240
+ msgid "Excerpt length (No. of words):"
241
+ msgstr "Sliocht fad (Uimh. de na focail):"
242
+
243
+ #: options.php:436
244
+ msgid "Before / after (Excerpt):"
245
+ msgstr "Sula / i ndiaidh (Sliocht):"
246
+
247
+ #: options.php:442
248
+ #: options.php:506
249
+ msgid "Order results:"
250
+ msgstr "Ordú na torthaí:"
251
+
252
+ #: options.php:444
253
+ #: options.php:508
254
+ msgid "score (high relevance to low)"
255
+ msgstr "scór (ábhartha maidir leis an ard go híseal)"
256
+
257
+ #: options.php:445
258
+ #: options.php:509
259
+ msgid "score (low relevance to high)"
260
+ msgstr "scór (ábharthacht íseal ard)"
261
+
262
+ #: options.php:446
263
+ #: options.php:510
264
+ msgid "date (new to old)"
265
+ msgstr "Dáta (nua chun d'aois)"
266
+
267
+ #: options.php:447
268
+ #: options.php:511
269
+ msgid "date (old to new)"
270
+ msgstr "Dáta (sean go nua)"
271
+
272
+ #: options.php:448
273
+ #: options.php:512
274
+ msgid "title (alphabetical)"
275
+ msgstr "teideal (aibítreach)"
276
+
277
+ #: options.php:449
278
+ #: options.php:513
279
+ msgid "title (reverse alphabetical)"
280
+ msgstr "teideal (mhalairt aibítreach)"
281
+
282
+ #: options.php:454
283
+ #: options.php:518
284
+ msgid "Default display if no results:"
285
+ msgstr "Default taispeáint más rud é gan torthaí:"
286
+
287
+ #: options.php:456
288
+ #: options.php:520
289
+ msgid "Help promote Yet Another Related Posts Plugin?"
290
+ msgstr "Cabhair cinn Ach eile Related Poist Plugin?"
291
+
292
+ #: options.php:458
293
+ #: options.php:521
294
+ #, php-format
295
+ 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."
296
+ msgstr "Beidh an rogha seo a chur leis an gcód% s. Bain triail as casadh ar sé, do roghanna a thabhairt cothrom le dáta, agus ar an cód sa sampla cód a bhfeiceann leis an gceart. Tá na naisc agus na síntiúis a bhfuil meas mór."
297
+
298
+ #: options.php:464
299
+ msgid "Display options <small>for RSS</small>"
300
+ msgstr "Taispeáin roghanna<small>(RSS)</small>"
301
+
302
+ #: options.php:469
303
+ msgid "Display related posts in feeds?"
304
+ msgstr "Post Taispeáin gaolmhara Fothaí in?"
305
+
306
+ #: options.php:470
307
+ msgid "Display related posts in the descriptions?"
308
+ msgstr "Taispeáin bhaineann le post sa tuairiscí?"
309
+
310
+ #: options.php:470
311
+ 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."
312
+ msgstr "Taispeánann an rogha seo an post a bhaineann i réimsí an tuairisc RSS, ní hamháin ar an ábhar. Má tá do feeds ar bun a thaispeáint ach sleachta, áfach, tá cur síos ar an réimse a úsáid ach amháin, agus mar sin tá an rogha seo ag teastáil le haghaidh aon taispeáint ar chor ar bith."
313
+
314
+ #: options.php:471
315
+ msgid "RSS display code example"
316
+ msgstr "RSS Cód thaispeáint mar shampla"
317
+
318
+ #: options.php:486
319
+ msgid "Before / after related entries display:"
320
+ msgstr "Sula / tar éis a thaispeáint iontrálacha a bhaineann le:"
321
+
322
+ #: options.php:500
323
+ msgid "Before / after (excerpt):"
324
+ msgstr "Sula / i ndiaidh (sliocht):"
325
+
326
+ #: options.php:148
327
+ msgid "word"
328
+ msgstr "focal"
329
+
330
+ #: options.php:149
331
+ msgid "tag"
332
+ msgstr "tag"
333
+
334
+ #: options.php:150
335
+ msgid "category"
336
+ msgstr "Catagóir"
337
+
338
+ #: options.php:157
339
+ #: options.php:187
340
+ #, php-format
341
+ msgid "require at least one %s in common"
342
+ msgstr "a cheangal ar amháin ar a laghad i gcoiteann% s"
343
+
344
+ #: options.php:159
345
+ #: options.php:189
346
+ #, php-format
347
+ msgid "require more than one %s in common"
348
+ msgstr "a cheangal ar níos mó ná aon %s i bpáirt"
349
+
350
+ #: options.php:126
351
+ msgid "Options saved!"
352
+ msgstr "Roghanna shábháil!"
353
+
354
+ #: options.php:308
355
+ 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."
356
+ msgstr "Dá airde an tairseach do mhargadh an níos sriantaí, agus gheobhaidh tú post níos lú a bhaineann iomlán. Tá an tairseach do chluiche réamhshocraithe 5. Más mian leat teacht ar an tairseach chluiche iomchuí, a chur le breathnú ar roinnt iar's post a bhaineann le taispeáint agus a n-scóir. Is féidir leat a fheiceáil cad iad na cineálacha post a bhaineann mbailítear agus le cén cineál na scóir mheaitseáil, agus tairseach chuí ar do shuíomh a chinneadh."
357
+
358
+ #: options.php:606
359
+ msgid "Update options"
360
+ msgstr "Roghanna Nuashonraithe"
361
+
362
+ #: options.php:607
363
+ msgid "Do you really want to reset your configuration?"
364
+ msgstr "An bhfuil tú cinnte gur mhaith leat a athshocrú do chumraíocht?"
365
+
366
+ #: options.php:607
367
+ msgid "Reset options"
368
+ msgstr "Roghanna Athshocraigh"
369
+
370
+ #: includes.php:24
371
+ #: includes.php:35
372
+ msgid "Related posts:"
373
+ msgstr "Poist ghaolmhara:"
374
+
375
+ #: includes.php:26
376
+ #: includes.php:37
377
+ #: template-metabox.php:27
378
+ msgid "No related posts."
379
+ msgstr "Uimh phoist a bhaineann leo."
380
+
381
+ #: includes.php:110
382
+ msgid "MySQL error on creating yarpp_keyword_cache table"
383
+ msgstr "MySQL earráid ar an tábla seo a chruthú yarpp_keyword_cache"
384
+
385
+ #: includes.php:121
386
+ msgid "MySQL error on creating yarpp_related_cache table"
387
+ msgstr "MySQL earráid ar an tábla seo a chruthú yarpp_related_cache"
388
+
389
+ #: magic.php:71
390
+ msgid "Example post "
391
+ msgstr "Sampla post"
392
+
393
+ #: options.php:10
394
+ 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."
395
+ msgstr "Cuir bogadh an comhad teimpléad YARPP isteach i do théama shuiteáil a chur i gcrích. Níl ort ach bogadh an comhad teimpléad sampla (wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates faoi láthair i <code> / </code>) chuig an TEMPLATEPATH <code> </ code> eolaire."
396
+
397
+ #: options.php:15
398
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
399
+ msgstr "Ní bhfuarthas aon chomhaid teimpléad YARPP i do théama (<code>TEMPLATEPATH</code>)mar sin tá an ghné templating curtha casta as."
400
+
401
+ #: options.php:68
402
+ msgid "Please try <A>manual SQL setup</a>."
403
+ msgstr "Déan iarracht lámhleabhar <A> thus SQL </ a>."
404
+
405
+ #: options.php:82
406
+ #: options.php:85
407
+ #: options.php:127
408
+ #: options.php:530
409
+ msgid "Related posts cache status"
410
+ msgstr "Stádas taisce gaolmhara post"
411
+
412
+ #: options.php:82
413
+ msgid "Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>."
414
+ msgstr "Tá do gaolmhara post taisce neamhiomlán. Cuir thógáil do taisce ó na poist <A> a bhaineann le stádas phána </ a>."
415
+
416
+ #: options.php:85
417
+ msgid "Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>."
418
+ msgstr "Tá do gaolmhara post taisce folamh. Cuir thógáil do taisce ó na poist <A> a bhaineann le stádas phána </ a>."
419
+
420
+ #: options.php:128
421
+ msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
422
+ msgstr "Má tá tú cothrom le dáta an \"linn \" nó na roghanna \"relatedness \" roghanna ar taispeáint, le do thoil atógáil do taisce anois ó na poist <A> bhaineann le stádas phána </ a>."
423
+
424
+ #: options.php:273
425
+ msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
426
+ msgstr "ag <a href=\"http://mitcho.com/code/\"> mitcho (Michael 芳 贵 Erlewine) </ a>"
427
+
428
+ #: options.php:273
429
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
430
+ msgstr "Lean href=\"http://twitter.com/yarpp/\"> <a Ach eile Related Poist Plugin ar Twitter </ a>"
431
+
432
+ #: options.php:294
433
+ msgid "day(s)"
434
+ msgstr "lá (í)"
435
+
436
+ #: options.php:295
437
+ msgid "week(s)"
438
+ msgstr "tseachtain (í)"
439
+
440
+ #: options.php:296
441
+ msgid "month(s)"
442
+ msgstr "mí (í)"
443
+
444
+ #: options.php:298
445
+ msgid "Show only posts from the past NUMBER UNITS"
446
+ msgstr "Taispeáin post amháin ón am atá thart UIMHIR AONAID"
447
+
448
+ #: options.php:388
449
+ msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
450
+ msgstr "Tá beta nua (VERSION) de Ach eile Related Poist Plugin. Is féidir leat íoslódáil <A> sé anseo </ a> ar do phriacal féin."
451
+
452
+ #: options.php:390
453
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
454
+ msgstr "Tá leagan nua (VERSION) de Ach eile Related Poist atá ar fáil Plugin! Is féidir leat íoslódáil <A> sé anseo </ a>."
455
+
456
+ #: options.php:410
457
+ #: options.php:474
458
+ msgid "Display using a custom template file"
459
+ msgstr "Taispeáin ag baint úsáide as comhad teimpléad saincheaptha"
460
+
461
+ #: options.php:410
462
+ #: options.php:474
463
+ #: options.php:527
464
+ msgid "NEW!"
465
+ msgstr "NUA!"
466
+
467
+ #: options.php:410
468
+ #: options.php:474
469
+ 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."
470
+ msgstr "Tugann an rogha seo chun cinn duit chumhacht iomlán a shaincheapadh conas do phoist a bhaineann leis ar taispeáint. Teimpléid (stóráilte i do fhillteán téama) atá scríofa i PHP."
471
+
472
+ #: options.php:412
473
+ #: options.php:476
474
+ msgid "Template file:"
475
+ msgstr "Teimpléad Saghas comhaid:"
476
+
477
+ #: options.php:423
478
+ #: options.php:428
479
+ #: options.php:437
480
+ #: options.php:487
481
+ #: options.php:492
482
+ #: options.php:501
483
+ msgid " or "
484
+ msgstr "nó"
485
+
486
+ #: options.php:469
487
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
488
+ msgstr "Taispeánann an rogha seo a bhaineann le post ag deireadh gach míre i do RSS agus Atom feeds. Aon athrú a teimpléad atá ag teastáil."
489
+
490
+ #: options.php:527
491
+ msgid "Advanced"
492
+ msgstr "Advanced"
493
+
494
+ #: options.php:530
495
+ msgid "Show cache status"
496
+ msgstr "Taispeáin stádas taisce"
497
+
498
+ #: options.php:531
499
+ msgid "When the cache is incomplete, compute related posts on the fly?"
500
+ msgstr "Nuair a bhíonn an taisce neamhiomlán, ríomh phoist a bhaineann ar an eitilt?"
501
+
502
+ #: options.php:532
503
+ msgid "If a displayed post's related posts are not cached and this option is on, YARPP will compute them on the fly. Do not turn this option on if you have a high-traffic site.<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."
504
+ msgstr "Más rud é nach bhfuil post taispeáint's post a bhaineann atá i dtaisce agus tá sé ar an rogha seo, beidh YARPP iad a ríomh ar an eitilt. Ná dhiaidh sin an rogha seo má tá tú ar an suíomh ard-tráchta.<br /> Má tá an rogha seo amach agus nach bhfuil post's post a bhaineann le bheith i dtaisce, beidh sé ar taispeáint mar má tá sé ar aon phoist a bhaineann leo."
505
+
506
+ #: options.php:562
507
+ msgid "'MIN minute(s) and SEC second(s) remaining'"
508
+ msgstr "If'MIN nóiméad (í) agus an dara SEC (í) eile '"
509
+
510
+ #: options.php:564
511
+ msgid "'SEC second(s) remaining'"
512
+ msgstr "'dara SEC (í) eile'"
513
+
514
+ #: options.php:568
515
+ msgid "Your related posts cache is now complete."
516
+ msgstr "Tá do gaolmhara post taisce i gcrích anois."
517
+
518
+ #: options.php:568
519
+ msgid "The SQL queries took SEC seconds."
520
+ msgstr "Na ceisteanna SQL ghlac soicind CSS."
521
+
522
+ #: options.php:575
523
+ msgid "There was an error while constructing the related posts for TITLE"
524
+ msgstr "Tharla earráid agus tóg an post a bhaineann le do TEIDEAL"
525
+
526
+ #: options.php:577
527
+ #: options.php:583
528
+ msgid "Constructing the related posts timed out."
529
+ msgstr "Thógáil ar an post a bhaineann thar am"
530
+
531
+ #: options.php:580
532
+ #: options.php:585
533
+ msgid "Try to continue..."
534
+ msgstr "Déan iarracht chun leanúint ar aghaidh ..."
535
+
536
+ #: options.php:593
537
+ msgid "Your related posts cache is PERCENT% complete."
538
+ msgstr "Tá do gaolmhara post taisce% faoin gcéad i gcrích."
539
+
540
+ #: options.php:599
541
+ msgid "starting..."
542
+ msgstr "ag tosú ..."
543
+
544
+ #: services.php:59
545
+ msgid "You cannot rebuild the YARPP cache."
546
+ msgstr "Ní féidir leat a atógáil an taisce YARPP."
547
+
548
+ #: template-metabox.php:12
549
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
550
+ msgstr "s iad seo na hiontrálacha a bhaineann leis an iontráil seo. D'fhéadfadh athrú a thabhairt cothrom le dáta an post seo na poist a bhaineann leo."
551
+
552
+ #: template-metabox.php:25
553
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
554
+ msgstr "Cibé acu a bhaineann le gach ceann de na hiontrálacha ar taispeáint iarbhír agus an chaoi a gcuirtear ar taispeáint iad ag brath ar do roghanna taispeána YARPP."
555
+
lang/yarpp-hu_HU.mo ADDED
Binary file
lang/yarpp-hu_HU.po ADDED
@@ -0,0 +1,571 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YARPP_DE\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-11-17 14:23+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: dassad <dassad@dassad.net>\n"
8
+ "Language-Team: Michael Kalina <m.kalina@3th.be>\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: German\n"
14
+ "X-Poedit-Country: GERMANY\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-Textdomain-Support: yes\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #@ yarpp
22
+ #: includes.php:149
23
+ #: includes.php:182
24
+ #: includes.php:203
25
+ msgid "Related Posts (YARPP)"
26
+ msgstr "Hasonló bejegyzések (YARPP)"
27
+
28
+ #@ yarpp
29
+ #: includes.php:368
30
+ msgid "Related Posts"
31
+ msgstr "Hasonló bejegyzések"
32
+
33
+ #@ yarpp
34
+ #: template-builtin.php:35
35
+ #, php-format
36
+ 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."
37
+ msgstr "Az %f a YARPP hasonlósági eredményt jelképezi az adott és a hasonló bejegyzés közt- Azért látod ezt mert adminisztrátorként vagy bejelentkezve Wordpress oldaladra. Normál látogatók ezt nem láthatják."
38
+
39
+ #@ yarpp
40
+ #: magic.php:297
41
+ #: options.php:472
42
+ #: options.php:540
43
+ msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
44
+ msgstr "Hasonló Bejegyzések bitosítva a <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a> segtségével."
45
+
46
+ #@ yarpp
47
+ #: options.php:37
48
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
49
+ msgstr "A MyISAM beállításai felüllíródtak. Most már használhatod a \"címek figyelembe vevése\" és \"tartalmak figyelembe vevése\" hasonlósági opciókat."
50
+
51
+ #@ yarpp
52
+ #: options.php:46
53
+ #, php-format
54
+ 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."
55
+ msgstr "Hibát észleltünk. Több információ: 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."
56
+
57
+ #@ yarpp
58
+ #: options.php:48
59
+ #, php-format
60
+ 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."
61
+ msgstr "Hogy visszaállítsd ezeket a lehetőségeket, kérlek frissítsd a <code>%s</code> adatbázis táblázatot a következő SQL parancs segítségével: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Egyetlen tábla sem lesz törölve, csak a telyesítmény beállításai módusulnak"
62
+
63
+ #@ yarpp
64
+ #: options.php:50
65
+ #, php-format
66
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
67
+ msgstr "Ha biztos vagy benne, hogy <code>%s</code> használja a MyISAMmodult, nyomd meg ezt a varázsgombot:"
68
+
69
+ #@ yarpp
70
+ #: options.php:53
71
+ msgid "Trust me. Let me use MyISAM features."
72
+ msgstr "Bizz meg bennem. Engedd hogy használjam a MyISAM lehetőségét."
73
+
74
+ #@ yarpp
75
+ #: options.php:66
76
+ msgid "The YARPP database had an error but has been fixed."
77
+ msgstr "A YARPP adatbázis hibát tartalmazott de ki lett javítva"
78
+
79
+ #@ yarpp
80
+ #: options.php:68
81
+ msgid "The YARPP database has an error which could not be fixed."
82
+ msgstr "A ZARPP adatbázis hibát tartalmaz melyet nem sikerült kijavítanunk"
83
+
84
+ #@ yarpp
85
+ #: options.php:139
86
+ #: options.php:156
87
+ #: options.php:168
88
+ msgid "do not consider"
89
+ msgstr "ne vegye figyelembe"
90
+
91
+ #@ yarpp
92
+ #: options.php:140
93
+ #: options.php:157
94
+ #: options.php:170
95
+ msgid "consider"
96
+ msgstr "vegye figyelembe"
97
+
98
+ #@ yarpp
99
+ #: options.php:158
100
+ msgid "consider with extra weight"
101
+ msgstr "különlegesként kezeld"
102
+
103
+ #@ default
104
+ #@ yarpp
105
+ #: options.php:252
106
+ msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
107
+ msgstr "Adományozz (Michael Yoshitaka Erlewine) -nek ezért a pluginétt Paypal segítségével"
108
+
109
+ #@ yarpp
110
+ #: options.php:240
111
+ msgid "Yet Another Related Posts Plugin Options"
112
+ msgstr "YARPP beállítások"
113
+
114
+ #@ yarpp
115
+ #: options.php:275
116
+ msgid "\"The Pool\""
117
+ msgstr "Adatbázis"
118
+
119
+ #@ yarpp
120
+ #: options.php:277
121
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
122
+ msgstr "Az adatbázis a megjelenítendő bejegyzések és oldalak közös halmazát jelenti melyek az adott bejegyzésben jelennek meg"
123
+
124
+ #@ yarpp
125
+ #: options.php:282
126
+ msgid "Disallow by category:"
127
+ msgstr "Letiltás Kategória alapján:"
128
+
129
+ #@ yarpp
130
+ #: options.php:284
131
+ msgid "Disallow by tag:"
132
+ msgstr "Letiltás TAG-ok alapján:"
133
+
134
+ #@ yarpp
135
+ #: options.php:287
136
+ msgid "Show password protected posts?"
137
+ msgstr "Jelszóval védett bejegyzések mutatása?"
138
+
139
+ #@ yarpp
140
+ #: options.php:327
141
+ msgid "Show only previous posts?"
142
+ msgstr "Csak korábbi bejegyzések mutatása?"
143
+
144
+ #@ yarpp
145
+ #: options.php:308
146
+ msgid "\"Relatedness\" options"
147
+ msgstr "Hasonlóság opciók"
148
+
149
+ #@ yarpp
150
+ #: options.php:311
151
+ #, php-format
152
+ 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>."
153
+ msgstr "A YARPP más mint az <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">előző plugin melyre alapoztuk</a> mivel csak egy hasonló bejegyzések listát engedély és <em>pontosabb találatok</em>."
154
+
155
+ #@ yarpp
156
+ #: options.php:311
157
+ #: options.php:326
158
+ #: options.php:419
159
+ #: options.php:424
160
+ #: options.php:471
161
+ #: options.php:488
162
+ #: options.php:489
163
+ #: options.php:493
164
+ #: options.php:539
165
+ msgid "more&gt;"
166
+ msgstr "több&gt;"
167
+
168
+ #@ yarpp
169
+ #: options.php:317
170
+ msgid "Match threshold:"
171
+ msgstr "Hasonlóság:"
172
+
173
+ #@ yarpp
174
+ #: options.php:318
175
+ msgid "Titles: "
176
+ msgstr "Címek:"
177
+
178
+ #@ yarpp
179
+ #: options.php:320
180
+ msgid "Bodies: "
181
+ msgstr "tartalmak:"
182
+
183
+ #@ yarpp
184
+ #: options.php:322
185
+ msgid "Tags: "
186
+ msgstr "Tagok:"
187
+
188
+ #@ yarpp
189
+ #: options.php:324
190
+ msgid "Categories: "
191
+ msgstr "Kategóriák:"
192
+
193
+ #@ yarpp
194
+ #: options.php:326
195
+ msgid "Cross-relate posts and pages?"
196
+ msgstr "Bejegyzések és oldalak közösen_"
197
+
198
+ #@ yarpp
199
+ #: options.php:326
200
+ 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."
201
+ msgstr "Ha ez az opció aktv akkor a <code>related_posts()</code>, <code>related_pages()</code>, és <code>related_entries()</code> kódok ugyanazokat a találatokat jelentik meg, melyek tartalmazzák a bejegyzéseket és oldalakat is."
202
+
203
+ #@ yarpp
204
+ #: options.php:414
205
+ msgid "Display options <small>for your website</small>"
206
+ msgstr "<small>(weboldal)</small> megjelenítési opciók"
207
+
208
+ #@ yarpp
209
+ #: options.php:419
210
+ msgid "Automatically display related posts?"
211
+ msgstr "Hasonló bejegyzések autómatikus megjelentése?"
212
+
213
+ #@ yarpp
214
+ #: options.php:419
215
+ 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."
216
+ msgstr "Ez az opció automatikusan megjeleníti a hasonló bejegyzéseket minden bejegyzése utánn. Ha ez az opció nincs engedélyezve, manuálisan kell beillesztened a <code>related_posts()</code> vagy (<code>related_pages()</code> és <code>related_entries()</code>) kódot a Wordpress sablonodba."
217
+
218
+ #@ yarpp
219
+ #: options.php:420
220
+ msgid "Website display code example"
221
+ msgstr "Megjelenítési kód példa"
222
+
223
+ #@ yarpp
224
+ #: options.php:420
225
+ #: options.php:490
226
+ msgid "(Update options to reload.)"
227
+ msgstr "Frissités az újrabetöltés előtt."
228
+
229
+ #@ yarpp
230
+ #: options.php:423
231
+ #: options.php:492
232
+ msgid "Maximum number of related posts:"
233
+ msgstr "Maximum hasonló bejegyzés:"
234
+
235
+ #@ yarpp
236
+ #: options.php:436
237
+ msgid "Before / after related entries:"
238
+ msgstr "Hasonló bejegyzések előtt és utánn"
239
+
240
+ #@ yarpp
241
+ #: options.php:437
242
+ #: options.php:442
243
+ #: options.php:451
244
+ #: options.php:506
245
+ #: options.php:511
246
+ #: options.php:520
247
+ msgid "For example:"
248
+ msgstr "Például:"
249
+
250
+ #@ yarpp
251
+ #: options.php:441
252
+ #: options.php:510
253
+ msgid "Before / after each related entry:"
254
+ msgstr "Hasonló bejegyzések találatai előtt és utánn"
255
+
256
+ #@ yarpp
257
+ #: options.php:445
258
+ #: options.php:514
259
+ msgid "Show excerpt?"
260
+ msgstr "Szövegrészlet (excerpt) mutatása?"
261
+
262
+ #@ yarpp
263
+ #: options.php:446
264
+ #: options.php:515
265
+ msgid "Excerpt length (No. of words):"
266
+ msgstr "Szövegrészlet (Excerpt) hossza (szavak száma):"
267
+
268
+ #@ yarpp
269
+ #: options.php:450
270
+ msgid "Before / after (Excerpt):"
271
+ msgstr "Előtte / Utánna (Excerpt):"
272
+
273
+ #@ yarpp
274
+ #: options.php:456
275
+ #: options.php:525
276
+ msgid "Order results:"
277
+ msgstr "Bejegyzések rendezése:"
278
+
279
+ #@ yarpp
280
+ #: options.php:458
281
+ #: options.php:527
282
+ msgid "score (high relevance to low)"
283
+ msgstr "hasonlóság (erőstőll a gyengéig)"
284
+
285
+ #@ yarpp
286
+ #: options.php:459
287
+ #: options.php:528
288
+ msgid "score (low relevance to high)"
289
+ msgstr "hasonlóság (gyengétőll az erőssig)"
290
+
291
+ #@ yarpp
292
+ #: options.php:460
293
+ #: options.php:529
294
+ msgid "date (new to old)"
295
+ msgstr "dátum (áj a régire)"
296
+
297
+ #@ yarpp
298
+ #: options.php:461
299
+ #: options.php:530
300
+ msgid "date (old to new)"
301
+ msgstr "dátum (régi az újra)"
302
+
303
+ #@ yarpp
304
+ #: options.php:462
305
+ #: options.php:531
306
+ msgid "title (alphabetical)"
307
+ msgstr "Cím (ABC sorrend)"
308
+
309
+ #@ yarpp
310
+ #: options.php:463
311
+ #: options.php:532
312
+ msgid "title (reverse alphabetical)"
313
+ msgstr "Cím (fordtott ABC sorrend)"
314
+
315
+ #@ yarpp
316
+ #: options.php:468
317
+ #: options.php:537
318
+ msgid "Default display if no results:"
319
+ msgstr "Alap megjelenítés ha nincs találat:"
320
+
321
+ #@ yarpp
322
+ #: includes.php:245
323
+ #: options.php:470
324
+ #: options.php:539
325
+ msgid "Help promote Yet Another Related Posts Plugin?"
326
+ msgstr "A YARPP reklámozása?"
327
+
328
+ #@ yarpp
329
+ #: options.php:472
330
+ #: options.php:540
331
+ #, php-format
332
+ 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."
333
+ msgstr "Ez az opció a %s kódot hozzáadja. Engedélyezd, és mentsd el a beállításaidat majd ellenőrizd a példa kódot a jobb oldalon. Ezeket a linkeket és az adományokat megköszönjök."
334
+
335
+ #@ yarpp
336
+ #: options.php:482
337
+ msgid "Display options <small>for RSS</small>"
338
+ msgstr "Megjelenítési beállítások az <small>RSS</small>-nek"
339
+
340
+ #@ yarpp
341
+ #: options.php:488
342
+ msgid "Display related posts in feeds?"
343
+ msgstr "Hasonló bejegyzések megjelenítése a RSS/XML Feedekben?"
344
+
345
+ #@ yarpp
346
+ #: options.php:489
347
+ msgid "Display related posts in the descriptions?"
348
+ msgstr "Hasonló bejegyzések megjelenítése a leírásban?"
349
+
350
+ #@ yarpp
351
+ #: options.php:489
352
+ 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."
353
+ msgstr "Ez az opció a hasonló bejegyzéseket is megjelenti az RSS-ben nem csak azok tartalmát. Abban az esetben ha csak szövegrészleteket jelenítesz meg az RSS-ben akkoris megjelennek a hasonló bejegyzések."
354
+
355
+ #@ yarpp
356
+ #: options.php:490
357
+ msgid "RSS display code example"
358
+ msgstr "RSS-megjelenítési példa"
359
+
360
+ #@ yarpp
361
+ #: options.php:505
362
+ msgid "Before / after related entries display:"
363
+ msgstr "Megjelentés a hasonló bejegyzések Előtt és Utánn"
364
+
365
+ #@ yarpp
366
+ #: options.php:519
367
+ msgid "Before / after (excerpt):"
368
+ msgstr "Előtte / Utánna (excerpt):"
369
+
370
+ #@ yarpp
371
+ #: options.php:133
372
+ msgid "word"
373
+ msgstr "szó"
374
+
375
+ #@ yarpp
376
+ #: options.php:134
377
+ msgid "tag"
378
+ msgstr "tag"
379
+
380
+ #@ yarpp
381
+ #: options.php:135
382
+ msgid "category"
383
+ msgstr "kategória"
384
+
385
+ #@ yarpp
386
+ #: options.php:142
387
+ #: options.php:172
388
+ #, php-format
389
+ msgid "require at least one %s in common"
390
+ msgstr "leglább egy közös %s kell legyen"
391
+
392
+ #@ yarpp
393
+ #: options.php:144
394
+ #: options.php:174
395
+ #, php-format
396
+ msgid "require more than one %s in common"
397
+ msgstr "több mint egy közös %s kell legyen "
398
+
399
+ #@ yarpp
400
+ #: options.php:97
401
+ msgid "Options saved!"
402
+ msgstr "Beállítások elmentve!"
403
+
404
+ #@ yarpp
405
+ #: options.php:311
406
+ 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."
407
+ msgstr "Minél pontossabb a hasonlósági beállításod annál kevesebb hasonló bejegyzés jelenik meg. Az alap megjelentés 5. Ha több hasonló bejegyzést szeretnél megjeleníteni adj meg kevesebb szűrési opciót illetve ha kevesebb de pontosabb találatokat szeretnél, adj meg minden szűrési opciót."
408
+
409
+ #@ yarpp
410
+ #: options.php:550
411
+ msgid "Update options"
412
+ msgstr "Beállítások frissítése"
413
+
414
+ #@ yarpp
415
+ #: options.php:551
416
+ msgid "Do you really want to reset your configuration?"
417
+ msgstr "Biztosan vissza szeretnéd állítani minden beállításodat alap hejzetbe:"
418
+
419
+ #@ yarpp
420
+ #: options.php:551
421
+ msgid "Reset options"
422
+ msgstr "Alap beállítások"
423
+
424
+ #@ yarpp
425
+ #: includes.php:26
426
+ #: includes.php:37
427
+ msgid "Related posts:"
428
+ msgstr "hasonló bejegyzések:"
429
+
430
+ #@ yarpp
431
+ #: includes.php:28
432
+ #: includes.php:39
433
+ #: template-metabox.php:27
434
+ #: template-widget.php:13
435
+ msgid "No related posts."
436
+ msgstr "Nincs hasonló bejegyzés"
437
+
438
+ #@ yarpp
439
+ #: cache-postmeta.php:105
440
+ #: cache-tables.php:131
441
+ msgid "Example post "
442
+ msgstr "Példa bejegyzés"
443
+
444
+ #@ yarpp
445
+ #: options.php:21
446
+ 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."
447
+ msgstr "Kérlek helyezd at a YARPP sablonokat a jelenlegi Wordpress sablonod mappájábqa. Egyszerüen helyezd át az alap YARPP sablonokat (currently in <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) a <code>TEMPLATEPATH</code> mappába."
448
+
449
+ #@ yarpp
450
+ #: options.php:26
451
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
452
+ msgstr "Nincs talált YARPP sablon a jelenleggi Wordpress sablonod mappájában (<code>TEMPLATEPATH</code>) tehát ezt az opciót letiltottuk."
453
+
454
+ #@ yarpp
455
+ #: options.php:69
456
+ msgid "Please try <A>manual SQL setup</a>."
457
+ msgstr "Kérlek próbálozz a <A>manuális SQL beállításokkal</a>."
458
+
459
+ #@ yarpp
460
+ #: options.php:255
461
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
462
+ msgstr "Folge <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin auf Twitter</a>"
463
+
464
+ #@ yarpp
465
+ #: options.php:291
466
+ msgid "day(s)"
467
+ msgstr "nap(ok)"
468
+
469
+ #@ yarpp
470
+ #: options.php:292
471
+ msgid "week(s)"
472
+ msgstr "hét(hetek)"
473
+
474
+ #@ yarpp
475
+ #: options.php:293
476
+ msgid "month(s)"
477
+ msgstr "hónap(ok)"
478
+
479
+ #@ yarpp
480
+ #: options.php:295
481
+ msgid "Show only posts from the past NUMBER UNITS"
482
+ msgstr "Csak az előbbi számhalmazokból jelenítsen meg"
483
+
484
+ #@ yarpp
485
+ #: options.php:394
486
+ msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
487
+ msgstr "Új BETA verzója van a YARPP pluginak. Az új verziót <A>itt letöltheted</a> saját felelősségedre."
488
+
489
+ #@ yarpp
490
+ #: options.php:399
491
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
492
+ msgstr "Új verzója van a YARPP pluginak. Az új verziót <A>itt letöltheted</a> ."
493
+
494
+ #@ yarpp
495
+ #: includes.php:236
496
+ #: options.php:424
497
+ #: options.php:493
498
+ msgid "Display using a custom template file"
499
+ msgstr "Tetszőleges Sablon használata"
500
+
501
+ #@ yarpp
502
+ #: options.php:493
503
+ msgid "NEW!"
504
+ msgstr "ÚJ!"
505
+
506
+ #@ yarpp
507
+ #: options.php:424
508
+ #: options.php:493
509
+ 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."
510
+ msgstr "Ez az opció lehetőséget ad neked a hasonló bejegyzések megjelensének módostására. A sablonok (melyek a jelenlegi Wordpress sablonod mappájában találhatóak) PHP nyelven vannak írva."
511
+
512
+ #@ yarpp
513
+ #: includes.php:237
514
+ #: options.php:426
515
+ #: options.php:495
516
+ msgid "Template file:"
517
+ msgstr "Sablon file:"
518
+
519
+ #@ yarpp
520
+ #: options.php:437
521
+ #: options.php:442
522
+ #: options.php:451
523
+ #: options.php:506
524
+ #: options.php:511
525
+ #: options.php:520
526
+ msgid " or "
527
+ msgstr "vagy"
528
+
529
+ #@ yarpp
530
+ #: options.php:488
531
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
532
+ msgstr "Ez az opció minden RSS iletve XML feed bejegyzés után megjeleníti a hasonló bejegyzéseket. Nincs szükség kód módosításra."
533
+
534
+ #@ yarpp
535
+ #: template-metabox.php:12
536
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
537
+ msgstr "Ezek a hasonló bejegyzések ennek a bejegyzésnek. A bejegyzés frissítése más hasonló bejegyzéseket eredményezhet."
538
+
539
+ #@ yarpp
540
+ #: template-metabox.php:25
541
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
542
+ msgstr "A hasonló bejegyzések megjelenítési stílus aés módja a YARPP beállításaitól függ."
543
+
544
+ #@ yarpp
545
+ #: includes.php:158
546
+ msgid "Settings"
547
+ msgstr "Beállítások"
548
+
549
+ #@ default
550
+ #: includes.php:231
551
+ msgid "Title:"
552
+ msgstr "Cím:"
553
+
554
+ #@ yarpp
555
+ #: includes.php:377
556
+ msgid "Related entries may be displayed once you save your entry"
557
+ msgstr "Hasonló bejegyzések csak mentés után jelenhetnek meg"
558
+
559
+ #@ yarpp
560
+ #: options.php:255
561
+ msgid "by <a href=\"http://mitcho.com/\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr "<a href=\"http://mitcho.com/\">mitcho (Michael 芳貴 Erlewine)</a> -től"
563
+
564
+ #@ default
565
+ #: options.php:272
566
+ #: options.php:305
567
+ #: options.php:411
568
+ #: options.php:479
569
+ msgid "Click to toggle"
570
+ msgstr "Kattints az átváltáshoz"
571
+
lang/yarpp-it_IT.mo CHANGED
Binary file
lang/yarpp-it_IT.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YARPP in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: Gianni Diurno (aka gidibao) <gidibao@gmail.com>\n"
8
  "Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -13,363 +13,453 @@ msgstr ""
13
  "X-Poedit-Country: ITALY\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
- "X-Poedit-Basepath: .\n"
17
  ": \n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: includes.php:94
21
- msgid "MySQL error on adding yarpp_title"
22
- msgstr "Errore MySQL durante l'aggiunta di \"yarpp_title\""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
- #: includes.php:99
25
- msgid "MySQL error on adding yarpp_content"
26
- msgstr "Errore MySQL durante l'aggiunta di \"yarpp_content\""
27
 
28
- #: includes.php:185
29
- msgid "<h3>An important message from YARPP:</h3><p>Thank you for upgrading to YARPP 2. YARPP 2.0 adds the much requested ability to limit related entry results by certain tags or categories. 2.0 also brings more fine tuned control of the magic algorithm, letting you specify how the algorithm should consider or not consider entry content, titles, tags, and categories. Make sure to adjust the new settings to your liking and perhaps readjust your threshold.</p><p>For more information, check out the <a href=\"http://mitcho.com/code/yarpp/\">YARPP documentation</a>. (This message will not be displayed again.)</p>"
30
- msgstr "<h3>Un messaggio importante da YARPP:</h3><p>Grazie per avere aggiornato alla YARPP 2. YARPP 2.0 aggiunge la possibilità di limitare i risultati nelle corrispondenze in relazione a determinati tag o categorie inoltre. 2.0 offre una maggiore qualità sul controllo dell'algoritmo facendo sì che sia possibilespecificare come l'algoritmo debba considerare oppure no il contenuto degli articoli, dei tag e delle categorie. Assicurati di aggiornare a tuo piacere le nuove impostazioni e correggi eventualmente la soglia di corrispondenza.</p><p>Per ulteriori informazioni, consulta la <a href=\"http://mitcho.com/code/yarpp/\">documentazione YARPP</a>. (Questo messaggio non verrà più mostrato)</p>"
 
 
31
 
32
- #: includes.php:224
33
- #: yarpp.php:31
 
 
 
 
 
 
 
 
 
 
 
34
  msgid "Related Posts"
35
  msgstr "Articoli correlati"
36
 
37
- #: includes.php:229
38
- msgid "YARPP"
39
- msgstr "YARPP"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
- #: options.php:35
42
  #, php-format
43
  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."
44
  msgstr "I criteri di affinità YARPP \"considera titoli\" e \"considera contenuti\" necessitano che la tua tabella <code>%s</code> possa utilizzare il <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>. Pare che sia in uso il <code>%s</code> engine. Queste due opzioni sono state disattivate."
45
 
46
- #: options.php:37
47
  #, php-format
48
  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."
49
  msgstr "Per poter ripristinare queste funzioni dovrai aggiornare la tua tabella <code>%s</code> facendo sì che sia eseguita la seguente direttiva SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Nessun dato verrà perso modificando la tabella del motore sebbene ne verranno interessate le prestazioni."
50
 
51
- #: options.php:39
52
  #, php-format
53
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
54
  msgstr "Se, nonostante questa nota, fossi certo che <code>%s</code> stia utilizzando il MyISAM engine, premi il pulsante magico:"
55
 
56
- #: options.php:42
57
  msgid "Trust me. Let me use MyISAM features."
58
  msgstr "Abbi fiducia. Lasciami utilizzare le funzioni MyISAM."
59
 
60
- #: options.php:65
61
  msgid "The YARPP database had an error but has been fixed."
62
  msgstr "Il database di YARPP aveva un errore, ma é stato corretto."
63
 
64
- #: options.php:67
65
  msgid "The YARPP database has an error which could not be fixed."
66
  msgstr "Il database di YARPP ha un errore che non può essere corretto."
67
 
68
- #: options.php:150
 
 
 
 
 
 
 
 
69
  msgid "word"
70
  msgstr "parola"
71
 
72
- #: options.php:151
73
  msgid "tag"
74
  msgstr "tag"
75
 
76
- #: options.php:152
77
  msgid "category"
78
  msgstr "categoria"
79
 
 
80
  #: options.php:156
81
- #: options.php:173
82
- #: options.php:185
83
  msgid "do not consider"
84
  msgstr "non considerare"
85
 
 
86
  #: options.php:157
87
- #: options.php:174
88
- #: options.php:187
89
  msgid "consider"
90
  msgstr "considera"
91
 
92
- #: options.php:159
93
- #: options.php:189
94
  #, php-format
95
  msgid "require at least one %s in common"
96
  msgstr "richiedi almeno 1 %s in comune"
97
 
98
- #: options.php:161
99
- #: options.php:191
100
  #, php-format
101
  msgid "require more than one %s in common"
102
  msgstr "richiedi più di 1 %s in comune"
103
 
104
- #: options.php:175
105
  msgid "consider with extra weight"
106
- msgstr "considera con extra weight"
107
 
108
- #: options.php:203
109
- msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
110
- msgstr "Storico versioni Yet Another Related Posts Plugin (RSS 2.0)"
111
 
112
- #: options.php:273
113
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
114
  msgstr "Effettua una donazione via PayPal per mitcho (Michael Yoshitaka Erlewine) lo sviluppatore di questo plugin"
115
 
116
- #: options.php:257
117
- msgid "Yet Another Related Posts Plugin Options"
118
- msgstr "Opzioni Yet Another Related Posts"
119
 
120
- #: options.php:280
 
 
 
 
 
 
 
 
 
 
 
121
  msgid "\"The Pool\""
122
  msgstr "\"Veduta di insieme\""
123
 
124
- #: options.php:281
125
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
126
  msgstr "Per \"Veduta di insieme\" si intende il totale degli articoli e pagine che sono cadidati per essere mostrati quali correlati all'articolo in merito."
127
 
128
- #: options.php:286
129
  msgid "Disallow by category:"
130
- msgstr "Escludi categorie:"
131
 
132
- #: options.php:288
133
  msgid "Disallow by tag:"
134
- msgstr "Escludi tag:"
135
 
136
- #: options.php:290
137
  msgid "Show password protected posts?"
138
  msgstr "Desideri mostrare gli articoli protetti da una password?"
139
 
140
  #: options.php:291
141
- msgid "Show only previous posts?"
142
- msgstr "Desideri mostrare solamente gli articoli pubblicati in precedenza?"
 
 
 
 
 
 
 
 
 
 
 
 
143
 
144
  #: options.php:308
145
  msgid "\"Relatedness\" options"
146
  msgstr "Opzioni \"Affinità\""
147
 
148
- #: options.php:310
149
- #, php-format
150
  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>."
151
- msgstr "YARPP é differente rispetto ai <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">precedenti plugin</a>."
 
 
 
 
 
 
 
 
 
 
 
 
152
 
153
- #: options.php:315
 
 
 
 
154
  msgid "Match threshold:"
155
  msgstr "Valore di corrispondenza:"
156
 
157
- #: options.php:316
158
  msgid "Titles: "
159
  msgstr "Titoli:"
160
 
161
- #: options.php:318
162
  msgid "Bodies: "
163
  msgstr "Contenuti:"
164
 
165
- #: options.php:320
166
  msgid "Tags: "
167
  msgstr "Tag: "
168
 
169
- #: options.php:322
170
  msgid "Categories: "
171
  msgstr "Categorie:"
172
 
173
- #: options.php:324
174
  msgid "Cross-relate posts and pages?"
175
  msgstr "Relazione incrociata per articoli e pagine?"
176
 
177
- #: options.php:324
178
  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."
179
  msgstr "Una volta selezionata l'opzione \"Relazione incrociata articoli e pagine\", <code>related_posts()</code>, <code>related_pages()</code> e <code>related_entries()</code> forniranno tutti lo stesso output verso le pagine e gli articoli correlati."
180
 
181
- #: options.php:403
 
 
 
 
 
 
 
 
 
 
 
 
182
  msgid "Display options <small>for your website</small>"
183
  msgstr "Opzioni di visualizzazione nel <small>tuo sito</small>"
184
 
185
- #: magic.php:322
186
- #: options.php:460
187
- #: options.php:523
188
- msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
189
- msgstr "Articoli correlati elaborati dal plugin <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts</a>."
190
-
191
- #: options.php:407
192
  msgid "Automatically display related posts?"
193
  msgstr "Desideri mostrare in automatico gli articoli correlati?"
194
 
195
- #: options.php:407
196
  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."
197
  msgstr "Questa opzione farà in modo che gli articoli correlati vengano mostrati automaticamente in coda al contenuto di ogni singola pubblicazione . Qualora questa opzione non fosse stata attivata, dovrai inserire manualmente <code>related_posts()</code> oppure le varianti (<code>related_pages()</code> e <code>related_entries()</code>) nei file del tuo tema."
198
 
199
- #: options.php:408
200
  msgid "Website display code example"
201
  msgstr "Esempio codice"
202
 
203
- #: options.php:408
204
- #: options.php:473
205
  msgid "(Update options to reload.)"
206
  msgstr "(Ricarica la pagina per visualizzare l'aggiornamento)"
207
 
208
- #: options.php:411
209
- #: options.php:475
210
  msgid "Maximum number of related posts:"
211
  msgstr "Numero max. di articoli correlati:"
212
 
213
  #: options.php:424
 
 
 
 
 
214
  msgid "Before / after related entries:"
215
  msgstr "Davanti / in coda agli articoli correlati:"
216
 
217
- #: options.php:425
218
- #: options.php:430
219
- #: options.php:439
220
- #: options.php:489
221
- #: options.php:494
222
- #: options.php:503
223
  msgid "For example:"
224
  msgstr "Esempio:"
225
 
226
- #: options.php:429
227
- #: options.php:493
 
 
 
 
 
 
 
 
 
228
  msgid "Before / after each related entry:"
229
  msgstr "Davanti / in coda ad ogni articolo correlato:"
230
 
231
- #: options.php:433
232
- #: options.php:497
233
  msgid "Show excerpt?"
234
  msgstr "Desideri mostrare il riassunto?"
235
 
236
- #: options.php:434
237
- #: options.php:498
238
  msgid "Excerpt length (No. of words):"
239
  msgstr "Lunghezza riassunto (totale parole):"
240
 
241
- #: options.php:438
242
  msgid "Before / after (Excerpt):"
243
  msgstr "Davanti / in coda (Riassunto):"
244
 
245
- #: options.php:444
246
- #: options.php:508
247
  msgid "Order results:"
248
  msgstr "Disposizione dei risultati:"
249
 
250
- #: options.php:446
251
- #: options.php:510
252
  msgid "score (high relevance to low)"
253
  msgstr "punteggio (da massima a minima rilevanza)"
254
 
255
- #: options.php:447
256
- #: options.php:511
257
  msgid "score (low relevance to high)"
258
  msgstr "punteggio (da minima a massima rilevanza)"
259
 
260
- #: options.php:448
261
- #: options.php:512
262
  msgid "date (new to old)"
263
  msgstr "data (dal nuovo al vecchio)"
264
 
265
- #: options.php:449
266
- #: options.php:513
267
  msgid "date (old to new)"
268
  msgstr "data (dal vecchio al nuovo)"
269
 
270
- #: options.php:450
271
- #: options.php:514
272
  msgid "title (alphabetical)"
273
  msgstr "titolo (A-Z)"
274
 
275
- #: options.php:451
276
- #: options.php:515
277
  msgid "title (reverse alphabetical)"
278
  msgstr "titolo (Z-A)"
279
 
280
- #: options.php:456
281
- #: options.php:520
282
  msgid "Default display if no results:"
283
  msgstr "Testo predefinito da mostrare in assenza di risultati:"
284
 
285
- #: options.php:458
286
- #: options.php:522
287
- msgid "Help promote Yet Another Related Posts Plugin?"
288
- msgstr "Desideri promuovere il plugin Yet Another Related Posts?"
289
-
290
- #: options.php:460
291
- #: options.php:523
292
  #, php-format
293
  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."
294
  msgstr "Questa opzione aggiugerà il codice %s. Attivalo, aggiorna le opzioni e vedi l'anteprima del codice qui a lato. Ti sarei molto grato se tu mostrassi il mio link."
295
 
296
- #: options.php:466
297
  msgid "Display options <small>for RSS</small>"
298
  msgstr "Opzioni di visualizzazione nel tuo <small>feed RSS</small>"
299
 
300
- #: options.php:471
301
  msgid "Display related posts in feeds?"
302
  msgstr "Desideri mostrare gli articoli correlati nei feed?"
303
 
304
- #: options.php:472
 
 
 
 
305
  msgid "Display related posts in the descriptions?"
306
  msgstr "Desideri mostrare gli articoli correlati nelle descrizioni?"
307
 
308
- #: options.php:472
309
  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."
310
  msgstr "Questa opzione mostrerà gli articoli correlati nei campi della descrizione del feed RSS e non solo nei contenuti. Se i tuoi feed fossero stati impostati per mostrare solamente i riassunti degli articoli, in ogni caso verrà utilizzato il campo per la descrizione quindi, questa opzione é comunque necessaria."
311
 
312
- #: options.php:473
313
  msgid "RSS display code example"
314
- msgstr "Esempio codice"
315
 
316
- #: options.php:488
 
 
 
 
317
  msgid "Before / after related entries display:"
318
  msgstr "Mostra davanti / in coda agli articoli correlati:"
319
 
320
- #: options.php:502
321
  msgid "Before / after (excerpt):"
322
  msgstr "Davanti / in coda (riassunto):"
323
 
324
- #: template-builtin.php:35
325
- #, php-format
326
- 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."
327
- msgstr "%f é il punteggio di affinità YARPP tra questo articolo principale ed i suoi relativi. Stai vedendo questo messaggio perché sei collegato come amministratore di WordPress. Il messaggio lo vedi solo tu."
328
-
329
- #: includes.php:197
330
- msgid "Related Posts (YARPP)"
331
- msgstr "Related Posts (YARPP)"
332
-
333
- #: options.php:26
334
- msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
335
- msgstr "La verifica MyISAM é stata sovrascritta. Potrai da ora utilizzare \"considera titoli\" e \"considera contenuti\" come criteri di affinità."
336
-
337
- #: options.php:310
338
- #: options.php:324
339
- #: options.php:407
340
- #: options.php:412
341
- #: options.php:459
342
- #: options.php:471
343
- #: options.php:472
344
- #: options.php:476
345
- #: options.php:522
346
- #: options.php:533
347
- msgid "more&gt;"
348
- msgstr "info&gt;"
349
-
350
- #: options.php:128
351
- msgid "Options saved!"
352
- msgstr "Le opzioni sono state salvate!"
353
-
354
- #: options.php:609
355
- msgid "Do you really want to reset your configuration?"
356
- msgstr "Sei certo di volere ripristinare la tua configurazione?"
357
-
358
- #: options.php:608
359
  msgid "Update options"
360
  msgstr "Aggiorna le opzioni"
361
 
362
- #: options.php:310
363
- 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."
364
- msgstr "Quanto più alto sarà il valore di corrispondenza, maggiore sarà la restrizione: otterrai di fatto un minore numero di articoli correlati. Il valore predefinito é impostato a 5. Qualora desiderassi trovare un valore appropriato per determinare le affinità, verifica gli articoli correlati di alcuni post ed il punteggio a loro associato. Potrai quindi determinare quale sia il migliore valore di corrispondenza per il tuo sito."
365
 
366
- #: options.php:609
367
  msgid "Reset options"
368
  msgstr "Ripristina le opzioni"
369
 
370
- #: magic.php:71
371
- msgid "Example post "
372
- msgstr "Articolo di esempio:"
 
373
 
374
  #: template-metabox.php:12
375
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
@@ -379,186 +469,134 @@ msgstr "Questi sono gli articoli correlati per questo post. L'aggiornamento di q
379
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
380
  msgstr "La visualizzazione degli articoli correlati dipende principalmente dalle opzioni YARPP."
381
 
382
- #: includes.php:26
383
- #: includes.php:37
384
- #: template-metabox.php:27
385
- msgid "No related posts."
386
- msgstr "Nessun articolo correlato."
387
-
388
- #: options.php:83
389
- #: options.php:86
390
- #: options.php:129
391
- #: options.php:532
392
- msgid "Related posts cache status"
393
- msgstr "Stato della cache articoli correlati"
394
-
395
- #: options.php:83
396
- msgid "Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>."
397
- msgstr "La cache per gli articoli correlati é incompleta. Genera la cache via il pannello di <A>related posts</a>."
398
-
399
- #: options.php:86
400
- msgid "Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>."
401
- msgstr "La cache per gli articoli correlati é vuota. Genera la cache via il pannello di <A>related posts</a>."
402
-
403
- #: options.php:130
404
- msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
405
- msgstr "Qualora avessi aggiornato le opzioni \"pool\" o \"relatedness\" genera subito la cache via il pannello di <A>related posts</a>."
406
-
407
- #: options.php:275
408
- msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
409
- msgstr "di <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
410
-
411
- #: options.php:275
412
- msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
413
- msgstr "Segui via Twitter il plugin <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts</a>"
414
-
415
- #: options.php:296
416
- msgid "day(s)"
417
- msgstr "giorno(i)"
418
-
419
- #: options.php:297
420
- msgid "week(s)"
421
- msgstr "settimana(e)"
422
-
423
- #: options.php:298
424
- msgid "month(s)"
425
- msgstr "mese(i)"
426
-
427
- #: options.php:300
428
- msgid "Show only posts from the past NUMBER UNITS"
429
- msgstr "Mostra solamente gli articoli dalle precedenti NUMBER UNITS"
430
 
431
- #: options.php:390
432
- msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
433
- msgstr "E' disponibile una nuova (VERSIONE) beta di Yet Another Related Posts Plugin. Puoi <A>scaricarla qui</a> a tuo rischio e pericolo."
434
-
435
- #: options.php:392
436
- msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
437
- msgstr "E' disponibile una nuova versione (VERSIONE) di Yet Another Related Posts Plugin! Puoi <A>scaricarla qui</a>."
438
 
439
- #: options.php:412
440
- #: options.php:476
441
- msgid "Display using a custom template file"
442
- msgstr "Mostra utilizzando un file template personalizzato"
443
-
444
- #: options.php:414
445
- #: options.php:478
446
- msgid "Template file:"
447
- msgstr "File template:"
448
-
449
- #: options.php:471
450
- msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
451
- msgstr "Questa opzione mostra gli articoli correlati in coda ad ogni articolo nei tuoi feed RSS e Atom. Non é necessaria alcuna modifica al template."
452
-
453
- #: options.php:529
454
- msgid "Advanced"
455
- msgstr "Avanzato"
456
-
457
- #: options.php:532
458
- msgid "Show cache status"
459
- msgstr "Mostra lo stato della cache"
460
-
461
- #: options.php:533
462
- msgid "When the cache is incomplete, compute related posts on the fly?"
463
- msgstr "Qualora la cache fosse incompleta, calcolare ugualmente gli articoli correlati?"
464
-
465
- #: options.php:564
466
- msgid "'MIN minute(s) and SEC second(s) remaining'"
467
- msgstr "'MIN minuto(i) e SEC secondo(i) restanti'"
 
468
 
469
- #: options.php:566
470
- msgid "'SEC second(s) remaining'"
471
- msgstr "'SEC secondo(i) restanti'"
 
 
 
472
 
473
- #: options.php:570
474
- msgid "Your related posts cache is now complete."
475
- msgstr "La cache per gli articoli correlati é completa"
 
 
 
476
 
477
- #: options.php:570
478
- msgid "The SQL queries took SEC seconds."
479
- msgstr "Le richieste SQL hanno richiesto SEC secondi."
 
 
 
480
 
481
- #: options.php:577
482
- msgid "There was an error while constructing the related posts for TITLE"
483
- msgstr "Si é verificato un errore durante la preparazione degli articoli correlati per TITOLO"
484
 
485
- #: options.php:595
486
- msgid "Your related posts cache is PERCENT% complete."
487
- msgstr "La cache per gli articoli correlati é completa al PERCENT%."
488
 
489
- #: options.php:601
490
- msgid "starting..."
491
- msgstr "in avvio..."
 
492
 
493
- #: includes.php:110
494
- msgid "MySQL error on creating yarpp_keyword_cache table"
495
- msgstr "Errore MySQL durante la creazione della tabella yarpp_keyword_cache"
496
 
497
- #: includes.php:121
498
- msgid "MySQL error on creating yarpp_related_cache table"
499
- msgstr "Errore MySQL durante la creazione della tabella yarpp_related_cache"
500
 
501
- #: services.php:59
502
- msgid "You cannot rebuild the YARPP cache."
503
- msgstr "Non puoi rigenerare la cache di YARPP."
504
 
505
- #: options.php:10
506
- 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."
507
- msgstr "Sposta i file del template di YARPP allocandoli nella cartella del tuo tema in modo da completare l'installazione. Sposta i file del template dimostrativo (al momento sotto <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) nella cartella <code>TEMPLATEPATH</code>."
508
 
509
- #: options.php:15
510
- msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
511
- msgstr "Poiché nessun file template YARPP é stato trovato nel tuo tema (<code>TEMPLATEPATH</code>) la funzione template é stata disattivata."
 
512
 
513
- #: options.php:412
514
- #: options.php:476
515
- #: options.php:529
516
- msgid "NEW!"
517
- msgstr "NUOVO!"
518
 
519
- #: options.php:412
520
- #: options.php:476
521
- 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."
522
- msgstr "Le opzioni avanzate ti permettono una completa personalizzazione per la visualizzazione degli articoli correlati. I template (allocati nella cartella del tuo tema) sono stati scritti in PHP."
523
 
524
- #: includes.php:24
525
- #: includes.php:35
526
- msgid "Related posts:"
527
- msgstr "Articoli correlati:"
528
 
529
- #: options.php:68
530
- msgid "Please try <A>manual SQL setup</a>."
531
- msgstr "Prova con il <A>setup manuale di SQL</a>."
532
 
533
- #: options.php:425
534
- #: options.php:430
535
- #: options.php:439
536
- #: options.php:489
537
- #: options.php:494
538
- #: options.php:503
539
- msgid " or "
540
- msgstr "oppure"
541
 
542
- #: options.php:534
543
- 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."
544
- msgstr "Nel caso in cui gli articoli correlati per un post non fossero nella cache e questa opzione fosse stata attivata, YARPP li calcolerà nell'immediato.<br />Se l'opzione non fosse attiva e gli articoli correlati non fossero presenti nella cache, il plugin si comporterà come se non ci fosse alcun articolo correlato."
 
 
 
 
 
 
 
 
545
 
546
- #: options.php:579
547
- #: options.php:585
548
- msgid "Constructing the related posts timed out."
549
- msgstr "関連スコアの計算がタイムアウトしました。"
550
 
551
- #: options.php:582
552
- #: options.php:587
553
- msgid "Try to continue..."
554
- msgstr "Prova a continuare..."
555
 
556
  #~ msgid "Edit Catalog Entry"
557
  #~ msgstr "modifica elenco articoli"
 
558
  #~ msgid "close"
559
  #~ msgstr "chiudi"
 
560
  #~ msgid "You do not have the permission to write the file '%s'."
561
  #~ msgstr "Non hai i permessi per la scrittura del file '%s'."
 
562
  #~ msgid ""
563
  #~ "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a> "
564
  #~ "and based on the fabulous work of <a href=\"http://peter.mapledesign.co."
@@ -572,10 +610,13 @@ msgstr "Prova a continuare..."
572
  #~ "posts-plugin\">Peter Bower</a> e <a href=\"http://wasabi.pbwiki.com/"
573
  #~ "Related%20Entries\">Alexander Malov &amp; Mike Lu</a>. Traduzione "
574
  #~ "italiana a cura di <a href=\"http://gidibao.net/\">Gianni Diurno</a>."
 
575
  #~ msgid "PERMALINK"
576
  #~ msgstr "PERMALINK"
 
577
  #~ msgid "RELATED TITLE"
578
  #~ msgstr "TITOLO CORRELATO"
 
579
  #~ msgid ""
580
  #~ "The higher the match threshold, the more restrictive, and you get less "
581
  #~ "related posts overall. The default match threshold is 5. If you want to "
@@ -589,8 +630,10 @@ msgstr "Prova a continuare..."
589
  #~ "angezeigt werden, setzen Sie ihn auf 3.5 oder gar 1 herunter. Für die "
590
  #~ "Feinabstimmung aktivieren Sie die Option \"Administratoren den Wert der "
591
  #~ "Relevanz anzeigen\" und stimmen den Wert auf Ihre Anforderungen ab."
 
592
  #~ msgid "Show admins (user level > 8) the match scores?"
593
  #~ msgstr "Administratoren (User Level > 8) den Wert der Relevanz anzeigen?"
 
594
  #~ msgid ""
595
  #~ "With this option on, each related entry's total 'match score' (all above "
596
  #~ "the threshold, set above) are displayed after each entry title, <em>if "
@@ -599,4 +642,3 @@ msgstr "Prova a continuare..."
599
  #~ msgstr ""
600
  #~ "Wenn aktiviert, sehen nur eingeloggte Administratoren (nicht die "
601
  #~ "Besucher!) neben jeder Beitragsüberschrift den Übereinstimmungswert."
602
-
2
  msgstr ""
3
  "Project-Id-Version: YARPP in italiano\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-03-26 21:26+0100\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
8
  "Language-Team: Gianni Diurno | http://gidibao.net/ <gidibao@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "X-Poedit-Country: ITALY\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
+ "X-Poedit-Basepath: ../\n"
17
  ": \n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: cache-postmeta.php:105
21
+ #: cache-tables.php:131
22
+ msgid "Example post "
23
+ msgstr "Articolo di esempio"
24
+
25
+ #: includes.php:26
26
+ #: includes.php:37
27
+ msgid "Related posts:"
28
+ msgstr "Articoli correlati:"
29
+
30
+ #: includes.php:28
31
+ #: includes.php:39
32
+ #: template-metabox.php:27
33
+ #: template-widget.php:13
34
+ msgid "No related posts."
35
+ msgstr "Nessun articolo correlato."
36
+
37
+ #: includes.php:149
38
+ #: includes.php:182
39
+ #: includes.php:203
40
+ msgid "Related Posts (YARPP)"
41
+ msgstr "Related Posts (YARPP)"
42
+
43
+ #: includes.php:158
44
+ msgid "Settings"
45
+ msgstr "Impostazioni"
46
 
47
+ #: includes.php:231
48
+ msgid "Title:"
49
+ msgstr "Titolo:"
50
 
51
+ #: includes.php:236
52
+ #: options.php:424
53
+ #: options.php:493
54
+ msgid "Display using a custom template file"
55
+ msgstr "Mostra utilizzando un file template personalizzato"
56
 
57
+ #: includes.php:237
58
+ #: options.php:426
59
+ #: options.php:495
60
+ msgid "Template file:"
61
+ msgstr "File template:"
62
+
63
+ #: includes.php:245
64
+ #: options.php:470
65
+ #: options.php:539
66
+ msgid "Help promote Yet Another Related Posts Plugin?"
67
+ msgstr "Desideri promuovere il plugin Yet Another Related Posts?"
68
+
69
+ #: includes.php:368
70
  msgid "Related Posts"
71
  msgstr "Articoli correlati"
72
 
73
+ #: includes.php:377
74
+ msgid "Related entries may be displayed once you save your entry"
75
+ msgstr "Le pubblicazioni correlate saranno mostrate una volta salvato l'articolo"
76
+
77
+ #: magic.php:297
78
+ #: options.php:472
79
+ #: options.php:540
80
+ msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
81
+ msgstr "Articoli correlati elaborati via <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts</a>."
82
+
83
+ #: options.php:21
84
+ 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."
85
+ msgstr "ATTENZIONE: per potere completare l'installazione, metti nella cartella del tuo tema i file del template di YARPP. I file del template dimostrativo (al momento sotto <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) dovranno essere allocati nella cartella <code>TEMPLATEPATH</code>."
86
+
87
+ #: options.php:26
88
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
89
+ msgstr "Poiché nessun file template YARPP é stato trovato nel tuo tema (<code>TEMPLATEPATH</code>) la funzione template é stata disattivata."
90
+
91
+ #: options.php:37
92
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
93
+ msgstr "La verifica MyISAM é stata sovrascritta. Potrai da ora utilizzare \"considera titoli\" e \"considera contenuti\" come criteri di affinità."
94
 
95
+ #: options.php:46
96
  #, php-format
97
  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."
98
  msgstr "I criteri di affinità YARPP \"considera titoli\" e \"considera contenuti\" necessitano che la tua tabella <code>%s</code> possa utilizzare il <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>. Pare che sia in uso il <code>%s</code> engine. Queste due opzioni sono state disattivate."
99
 
100
+ #: options.php:48
101
  #, php-format
102
  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."
103
  msgstr "Per poter ripristinare queste funzioni dovrai aggiornare la tua tabella <code>%s</code> facendo sì che sia eseguita la seguente direttiva SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Nessun dato verrà perso modificando la tabella del motore sebbene ne verranno interessate le prestazioni."
104
 
105
+ #: options.php:50
106
  #, php-format
107
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
108
  msgstr "Se, nonostante questa nota, fossi certo che <code>%s</code> stia utilizzando il MyISAM engine, premi il pulsante magico:"
109
 
110
+ #: options.php:53
111
  msgid "Trust me. Let me use MyISAM features."
112
  msgstr "Abbi fiducia. Lasciami utilizzare le funzioni MyISAM."
113
 
114
+ #: options.php:66
115
  msgid "The YARPP database had an error but has been fixed."
116
  msgstr "Il database di YARPP aveva un errore, ma é stato corretto."
117
 
118
+ #: options.php:68
119
  msgid "The YARPP database has an error which could not be fixed."
120
  msgstr "Il database di YARPP ha un errore che non può essere corretto."
121
 
122
+ #: options.php:69
123
+ msgid "Please try <A>manual SQL setup</a>."
124
+ msgstr "Prova con il <A>setup manuale di SQL</a>."
125
+
126
+ #: options.php:97
127
+ msgid "Options saved!"
128
+ msgstr "Le opzioni sono state salvate!"
129
+
130
+ #: options.php:133
131
  msgid "word"
132
  msgstr "parola"
133
 
134
+ #: options.php:134
135
  msgid "tag"
136
  msgstr "tag"
137
 
138
+ #: options.php:135
139
  msgid "category"
140
  msgstr "categoria"
141
 
142
+ #: options.php:139
143
  #: options.php:156
144
+ #: options.php:168
 
145
  msgid "do not consider"
146
  msgstr "non considerare"
147
 
148
+ #: options.php:140
149
  #: options.php:157
150
+ #: options.php:170
 
151
  msgid "consider"
152
  msgstr "considera"
153
 
154
+ #: options.php:142
155
+ #: options.php:172
156
  #, php-format
157
  msgid "require at least one %s in common"
158
  msgstr "richiedi almeno 1 %s in comune"
159
 
160
+ #: options.php:144
161
+ #: options.php:174
162
  #, php-format
163
  msgid "require more than one %s in common"
164
  msgstr "richiedi più di 1 %s in comune"
165
 
166
+ #: options.php:158
167
  msgid "consider with extra weight"
168
+ msgstr "considera con maggior rilevanza"
169
 
170
+ #: options.php:240
171
+ msgid "Yet Another Related Posts Plugin Options"
172
+ msgstr "Opzioni Yet Another Related Posts"
173
 
174
+ #: options.php:252
175
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
176
  msgstr "Effettua una donazione via PayPal per mitcho (Michael Yoshitaka Erlewine) lo sviluppatore di questo plugin"
177
 
178
+ #: options.php:255
179
+ msgid "by <a href=\"http://mitcho.com/\">mitcho (Michael 芳貴 Erlewine)</a>"
180
+ msgstr "di <a href=\"http://mitcho.com/\">mitcho (Michael 芳貴 Erlewine)</a>"
181
 
182
+ #: options.php:255
183
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
184
+ msgstr "Segui via Twitter il plugin <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts</a>"
185
+
186
+ #: options.php:272
187
+ #: options.php:305
188
+ #: options.php:411
189
+ #: options.php:479
190
+ msgid "Click to toggle"
191
+ msgstr "Clicca per commutare"
192
+
193
+ #: options.php:275
194
  msgid "\"The Pool\""
195
  msgstr "\"Veduta di insieme\""
196
 
197
+ #: options.php:277
198
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
199
  msgstr "Per \"Veduta di insieme\" si intende il totale degli articoli e pagine che sono cadidati per essere mostrati quali correlati all'articolo in merito."
200
 
201
+ #: options.php:282
202
  msgid "Disallow by category:"
203
+ msgstr "Escludi le categorie:"
204
 
205
+ #: options.php:284
206
  msgid "Disallow by tag:"
207
+ msgstr "Escludi i tag:"
208
 
209
+ #: options.php:287
210
  msgid "Show password protected posts?"
211
  msgstr "Desideri mostrare gli articoli protetti da una password?"
212
 
213
  #: options.php:291
214
+ msgid "day(s)"
215
+ msgstr "giorno(i)"
216
+
217
+ #: options.php:292
218
+ msgid "week(s)"
219
+ msgstr "settimana(e)"
220
+
221
+ #: options.php:293
222
+ msgid "month(s)"
223
+ msgstr "mese(i)"
224
+
225
+ #: options.php:295
226
+ msgid "Show only posts from the past NUMBER UNITS"
227
+ msgstr "Mostra solamente gli articoli dalle precedenti NUMBER UNITS"
228
 
229
  #: options.php:308
230
  msgid "\"Relatedness\" options"
231
  msgstr "Opzioni \"Affinità\""
232
 
233
+ #: options.php:311
 
234
  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>."
235
+ msgstr "YARPP é differente rispetto ai <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">precedenti plugin</a> in quanto esso limita la lista degli articoli correlati (1) ad un numero massimo e (2) ad un <em>valore di corrispondenza</em>."
236
+
237
+ #: options.php:311
238
+ #: options.php:326
239
+ #: options.php:419
240
+ #: options.php:424
241
+ #: options.php:471
242
+ #: options.php:488
243
+ #: options.php:489
244
+ #: options.php:493
245
+ #: options.php:539
246
+ msgid "more&gt;"
247
+ msgstr "info&gt;"
248
 
249
+ #: options.php:311
250
+ 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."
251
+ msgstr "Quanto più alto sarà il valore di corrispondenza, maggiore sarà la restrizione: otterrai di fatto un minore numero di articoli correlati. Il valore predefinito é impostato a 5. Qualora desiderassi trovare un valore appropriato per determinare le affinità, verifica gli articoli correlati di alcuni post ed il punteggio a loro associato. Potrai quindi determinare quale sia il migliore valore di corrispondenza per il tuo sito."
252
+
253
+ #: options.php:317
254
  msgid "Match threshold:"
255
  msgstr "Valore di corrispondenza:"
256
 
257
+ #: options.php:318
258
  msgid "Titles: "
259
  msgstr "Titoli:"
260
 
261
+ #: options.php:320
262
  msgid "Bodies: "
263
  msgstr "Contenuti:"
264
 
265
+ #: options.php:322
266
  msgid "Tags: "
267
  msgstr "Tag: "
268
 
269
+ #: options.php:324
270
  msgid "Categories: "
271
  msgstr "Categorie:"
272
 
273
+ #: options.php:326
274
  msgid "Cross-relate posts and pages?"
275
  msgstr "Relazione incrociata per articoli e pagine?"
276
 
277
+ #: options.php:326
278
  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."
279
  msgstr "Una volta selezionata l'opzione \"Relazione incrociata articoli e pagine\", <code>related_posts()</code>, <code>related_pages()</code> e <code>related_entries()</code> forniranno tutti lo stesso output verso le pagine e gli articoli correlati."
280
 
281
+ #: options.php:327
282
+ msgid "Show only previous posts?"
283
+ msgstr "Desideri mostrare solamente gli articoli pubblicati in precedenza?"
284
+
285
+ #: options.php:394
286
+ msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
287
+ msgstr "E' disponibile una nuova (VERSIONE) beta di Yet Another Related Posts Plugin. Puoi <A>scaricarla qui</a> a tuo rischio e pericolo."
288
+
289
+ #: options.php:399
290
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
291
+ msgstr "E' disponibile una nuova versione (VERSIONE) di Yet Another Related Posts Plugin! Puoi <A>scaricarla qui</a>."
292
+
293
+ #: options.php:414
294
  msgid "Display options <small>for your website</small>"
295
  msgstr "Opzioni di visualizzazione nel <small>tuo sito</small>"
296
 
297
+ #: options.php:419
 
 
 
 
 
 
298
  msgid "Automatically display related posts?"
299
  msgstr "Desideri mostrare in automatico gli articoli correlati?"
300
 
301
+ #: options.php:419
302
  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."
303
  msgstr "Questa opzione farà in modo che gli articoli correlati vengano mostrati automaticamente in coda al contenuto di ogni singola pubblicazione . Qualora questa opzione non fosse stata attivata, dovrai inserire manualmente <code>related_posts()</code> oppure le varianti (<code>related_pages()</code> e <code>related_entries()</code>) nei file del tuo tema."
304
 
305
+ #: options.php:420
306
  msgid "Website display code example"
307
  msgstr "Esempio codice"
308
 
309
+ #: options.php:420
310
+ #: options.php:490
311
  msgid "(Update options to reload.)"
312
  msgstr "(Ricarica la pagina per visualizzare l'aggiornamento)"
313
 
314
+ #: options.php:423
315
+ #: options.php:492
316
  msgid "Maximum number of related posts:"
317
  msgstr "Numero max. di articoli correlati:"
318
 
319
  #: options.php:424
320
+ #: options.php:493
321
+ 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."
322
+ msgstr "Le opzioni avanzate ti permettono una completa personalizzazione per la visualizzazione degli articoli correlati. I template (allocati nella cartella del tuo tema) sono stati scritti in PHP."
323
+
324
+ #: options.php:436
325
  msgid "Before / after related entries:"
326
  msgstr "Davanti / in coda agli articoli correlati:"
327
 
328
+ #: options.php:437
329
+ #: options.php:442
330
+ #: options.php:451
331
+ #: options.php:506
332
+ #: options.php:511
333
+ #: options.php:520
334
  msgid "For example:"
335
  msgstr "Esempio:"
336
 
337
+ #: options.php:437
338
+ #: options.php:442
339
+ #: options.php:451
340
+ #: options.php:506
341
+ #: options.php:511
342
+ #: options.php:520
343
+ msgid " or "
344
+ msgstr " oppure"
345
+
346
+ #: options.php:441
347
+ #: options.php:510
348
  msgid "Before / after each related entry:"
349
  msgstr "Davanti / in coda ad ogni articolo correlato:"
350
 
351
+ #: options.php:445
352
+ #: options.php:514
353
  msgid "Show excerpt?"
354
  msgstr "Desideri mostrare il riassunto?"
355
 
356
+ #: options.php:446
357
+ #: options.php:515
358
  msgid "Excerpt length (No. of words):"
359
  msgstr "Lunghezza riassunto (totale parole):"
360
 
361
+ #: options.php:450
362
  msgid "Before / after (Excerpt):"
363
  msgstr "Davanti / in coda (Riassunto):"
364
 
365
+ #: options.php:456
366
+ #: options.php:525
367
  msgid "Order results:"
368
  msgstr "Disposizione dei risultati:"
369
 
370
+ #: options.php:458
371
+ #: options.php:527
372
  msgid "score (high relevance to low)"
373
  msgstr "punteggio (da massima a minima rilevanza)"
374
 
375
+ #: options.php:459
376
+ #: options.php:528
377
  msgid "score (low relevance to high)"
378
  msgstr "punteggio (da minima a massima rilevanza)"
379
 
380
+ #: options.php:460
381
+ #: options.php:529
382
  msgid "date (new to old)"
383
  msgstr "data (dal nuovo al vecchio)"
384
 
385
+ #: options.php:461
386
+ #: options.php:530
387
  msgid "date (old to new)"
388
  msgstr "data (dal vecchio al nuovo)"
389
 
390
+ #: options.php:462
391
+ #: options.php:531
392
  msgid "title (alphabetical)"
393
  msgstr "titolo (A-Z)"
394
 
395
+ #: options.php:463
396
+ #: options.php:532
397
  msgid "title (reverse alphabetical)"
398
  msgstr "titolo (Z-A)"
399
 
400
+ #: options.php:468
401
+ #: options.php:537
402
  msgid "Default display if no results:"
403
  msgstr "Testo predefinito da mostrare in assenza di risultati:"
404
 
405
+ #: options.php:472
406
+ #: options.php:540
 
 
 
 
 
407
  #, php-format
408
  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."
409
  msgstr "Questa opzione aggiugerà il codice %s. Attivalo, aggiorna le opzioni e vedi l'anteprima del codice qui a lato. Ti sarei molto grato se tu mostrassi il mio link."
410
 
411
+ #: options.php:482
412
  msgid "Display options <small>for RSS</small>"
413
  msgstr "Opzioni di visualizzazione nel tuo <small>feed RSS</small>"
414
 
415
+ #: options.php:488
416
  msgid "Display related posts in feeds?"
417
  msgstr "Desideri mostrare gli articoli correlati nei feed?"
418
 
419
+ #: options.php:488
420
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
421
+ msgstr "Questa opzione mostra gli articoli correlati in coda ad ogni articolo nei tuoi feed RSS e Atom. Non é necessaria alcuna modifica al template."
422
+
423
+ #: options.php:489
424
  msgid "Display related posts in the descriptions?"
425
  msgstr "Desideri mostrare gli articoli correlati nelle descrizioni?"
426
 
427
+ #: options.php:489
428
  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."
429
  msgstr "Questa opzione mostrerà gli articoli correlati nei campi della descrizione del feed RSS e non solo nei contenuti. Se i tuoi feed fossero stati impostati per mostrare solamente i riassunti degli articoli, in ogni caso verrà utilizzato il campo per la descrizione quindi, questa opzione é comunque necessaria."
430
 
431
+ #: options.php:490
432
  msgid "RSS display code example"
433
+ msgstr "Esempio codice RSS"
434
 
435
+ #: options.php:493
436
+ msgid "NEW!"
437
+ msgstr "NUOVO!"
438
+
439
+ #: options.php:505
440
  msgid "Before / after related entries display:"
441
  msgstr "Mostra davanti / in coda agli articoli correlati:"
442
 
443
+ #: options.php:519
444
  msgid "Before / after (excerpt):"
445
  msgstr "Davanti / in coda (riassunto):"
446
 
447
+ #: options.php:550
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
448
  msgid "Update options"
449
  msgstr "Aggiorna le opzioni"
450
 
451
+ #: options.php:551
452
+ msgid "Do you really want to reset your configuration?"
453
+ msgstr "Sei certo di volere ripristinare la tua configurazione?"
454
 
455
+ #: options.php:551
456
  msgid "Reset options"
457
  msgstr "Ripristina le opzioni"
458
 
459
+ #: template-builtin.php:35
460
+ #, php-format
461
+ 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."
462
+ msgstr "%f é il punteggio di affinità YARPP tra questo articolo principale ed i suoi relativi. Stai vedendo questo messaggio perché sei collegato come amministratore di WordPress. Il messaggio lo vedi solo tu."
463
 
464
  #: template-metabox.php:12
465
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
469
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
470
  msgstr "La visualizzazione degli articoli correlati dipende principalmente dalle opzioni YARPP."
471
 
472
+ #~ msgid "MySQL error on adding yarpp_title"
473
+ #~ msgstr "Errore MySQL durante l'aggiunta di \"yarpp_title\""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
474
 
475
+ #~ msgid "MySQL error on adding yarpp_content"
476
+ #~ msgstr "Errore MySQL durante l'aggiunta di \"yarpp_content\""
 
 
 
 
 
477
 
478
+ #~ msgid ""
479
+ #~ "<h3>An important message from YARPP:</h3><p>Thank you for upgrading to "
480
+ #~ "YARPP 2. YARPP 2.0 adds the much requested ability to limit related entry "
481
+ #~ "results by certain tags or categories. 2.0 also brings more fine tuned "
482
+ #~ "control of the magic algorithm, letting you specify how the algorithm "
483
+ #~ "should consider or not consider entry content, titles, tags, and "
484
+ #~ "categories. Make sure to adjust the new settings to your liking and "
485
+ #~ "perhaps readjust your threshold.</p><p>For more information, check out "
486
+ #~ "the <a href=\"http://mitcho.com/code/yarpp/\">YARPP documentation</a>. "
487
+ #~ "(This message will not be displayed again.)</p>"
488
+ #~ msgstr ""
489
+ #~ "<h3>Un messaggio importante da YARPP:</h3><p>Grazie per avere aggiornato "
490
+ #~ "alla YARPP 2. YARPP 2.0 aggiunge la possibilità di limitare i risultati "
491
+ #~ "nelle corrispondenze in relazione a determinati tag o categorie inoltre. "
492
+ #~ "2.0 offre una maggiore qualità sul controllo dell'algoritmo facendo sì "
493
+ #~ "che sia possibilespecificare come l'algoritmo debba considerare oppure no "
494
+ #~ "il contenuto degli articoli, dei tag e delle categorie. Assicurati di "
495
+ #~ "aggiornare a tuo piacere le nuove impostazioni e correggi eventualmente "
496
+ #~ "la soglia di corrispondenza.</p><p>Per ulteriori informazioni, consulta "
497
+ #~ "la <a href=\"http://mitcho.com/code/yarpp/\">documentazione YARPP</a>. "
498
+ #~ "(Questo messaggio non verrà più mostrato)</p>"
499
+
500
+ #~ msgid "YARPP"
501
+ #~ msgstr "YARPP"
502
+
503
+ #~ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
504
+ #~ msgstr "Storico versioni Yet Another Related Posts Plugin (RSS 2.0)"
505
+
506
+ #~ msgid "Related posts cache status"
507
+ #~ msgstr "Stato della cache articoli correlati"
508
 
509
+ #~ msgid ""
510
+ #~ "Your related posts cache is incomplete. Please build your cache from the "
511
+ #~ "<A>related posts status pane</a>."
512
+ #~ msgstr ""
513
+ #~ "La cache per gli articoli correlati é incompleta. Genera la cache via il "
514
+ #~ "pannello di <A>related posts</a>."
515
 
516
+ #~ msgid ""
517
+ #~ "Your related posts cache is empty. Please build your cache from the "
518
+ #~ "<A>related posts status pane</a>."
519
+ #~ msgstr ""
520
+ #~ "La cache per gli articoli correlati é vuota. Genera la cache via il "
521
+ #~ "pannello di <A>related posts</a>."
522
 
523
+ #~ msgid ""
524
+ #~ "If you updated the \"pool\" options or \"relatedness\" options displayed, "
525
+ #~ "please rebuild your cache now from the <A>related posts status pane</a>."
526
+ #~ msgstr ""
527
+ #~ "Qualora avessi aggiornato le opzioni \"pool\" o \"relatedness\" genera "
528
+ #~ "subito la cache via il pannello di <A>related posts</a>."
529
 
530
+ #~ msgid "Advanced"
531
+ #~ msgstr "Avanzato"
 
532
 
533
+ #~ msgid "Show cache status"
534
+ #~ msgstr "Mostra lo stato della cache"
 
535
 
536
+ #~ msgid "When the cache is incomplete, compute related posts on the fly?"
537
+ #~ msgstr ""
538
+ #~ "Qualora la cache fosse incompleta, calcolare ugualmente gli articoli "
539
+ #~ "correlati?"
540
 
541
+ #~ msgid "'MIN minute(s) and SEC second(s) remaining'"
542
+ #~ msgstr "'MIN minuto(i) e SEC secondo(i) restanti'"
 
543
 
544
+ #~ msgid "'SEC second(s) remaining'"
545
+ #~ msgstr "'SEC secondo(i) restanti'"
 
546
 
547
+ #~ msgid "Your related posts cache is now complete."
548
+ #~ msgstr "La cache per gli articoli correlati é completa"
 
549
 
550
+ #~ msgid "The SQL queries took SEC seconds."
551
+ #~ msgstr "Le richieste SQL hanno richiesto SEC secondi."
 
552
 
553
+ #~ msgid "There was an error while constructing the related posts for TITLE"
554
+ #~ msgstr ""
555
+ #~ "Si é verificato un errore durante la preparazione degli articoli "
556
+ #~ "correlati per TITOLO"
557
 
558
+ #~ msgid "Your related posts cache is PERCENT% complete."
559
+ #~ msgstr "La cache per gli articoli correlati é completa al PERCENT%."
 
 
 
560
 
561
+ #~ msgid "starting..."
562
+ #~ msgstr "in avvio..."
 
 
563
 
564
+ #~ msgid "MySQL error on creating yarpp_keyword_cache table"
565
+ #~ msgstr "Errore MySQL durante la creazione della tabella yarpp_keyword_cache"
 
 
566
 
567
+ #~ msgid "MySQL error on creating yarpp_related_cache table"
568
+ #~ msgstr "Errore MySQL durante la creazione della tabella yarpp_related_cache"
 
569
 
570
+ #~ msgid "You cannot rebuild the YARPP cache."
571
+ #~ msgstr "Non puoi rigenerare la cache di YARPP."
 
 
 
 
 
 
572
 
573
+ #~ msgid ""
574
+ #~ "If a displayed post's related posts are not cached and this option is on, "
575
+ #~ "YARPP will compute them on the fly.<br />If this option is off and a "
576
+ #~ "post's related posts have not been cached, it will display as if it has "
577
+ #~ "no related posts."
578
+ #~ msgstr ""
579
+ #~ "Nel caso in cui gli articoli correlati per un post non fossero nella "
580
+ #~ "cache e questa opzione fosse stata attivata, YARPP li calcolerà "
581
+ #~ "nell'immediato.<br />Se l'opzione non fosse attiva e gli articoli "
582
+ #~ "correlati non fossero presenti nella cache, il plugin si comporterà come "
583
+ #~ "se non ci fosse alcun articolo correlato."
584
 
585
+ #~ msgid "Constructing the related posts timed out."
586
+ #~ msgstr "関連スコアの計算がタイムアウトしました。"
 
 
587
 
588
+ #~ msgid "Try to continue..."
589
+ #~ msgstr "Prova a continuare..."
 
 
590
 
591
  #~ msgid "Edit Catalog Entry"
592
  #~ msgstr "modifica elenco articoli"
593
+
594
  #~ msgid "close"
595
  #~ msgstr "chiudi"
596
+
597
  #~ msgid "You do not have the permission to write the file '%s'."
598
  #~ msgstr "Non hai i permessi per la scrittura del file '%s'."
599
+
600
  #~ msgid ""
601
  #~ "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a> "
602
  #~ "and based on the fabulous work of <a href=\"http://peter.mapledesign.co."
610
  #~ "posts-plugin\">Peter Bower</a> e <a href=\"http://wasabi.pbwiki.com/"
611
  #~ "Related%20Entries\">Alexander Malov &amp; Mike Lu</a>. Traduzione "
612
  #~ "italiana a cura di <a href=\"http://gidibao.net/\">Gianni Diurno</a>."
613
+
614
  #~ msgid "PERMALINK"
615
  #~ msgstr "PERMALINK"
616
+
617
  #~ msgid "RELATED TITLE"
618
  #~ msgstr "TITOLO CORRELATO"
619
+
620
  #~ msgid ""
621
  #~ "The higher the match threshold, the more restrictive, and you get less "
622
  #~ "related posts overall. The default match threshold is 5. If you want to "
630
  #~ "angezeigt werden, setzen Sie ihn auf 3.5 oder gar 1 herunter. Für die "
631
  #~ "Feinabstimmung aktivieren Sie die Option \"Administratoren den Wert der "
632
  #~ "Relevanz anzeigen\" und stimmen den Wert auf Ihre Anforderungen ab."
633
+
634
  #~ msgid "Show admins (user level > 8) the match scores?"
635
  #~ msgstr "Administratoren (User Level > 8) den Wert der Relevanz anzeigen?"
636
+
637
  #~ msgid ""
638
  #~ "With this option on, each related entry's total 'match score' (all above "
639
  #~ "the threshold, set above) are displayed after each entry title, <em>if "
642
  #~ msgstr ""
643
  #~ "Wenn aktiviert, sehen nur eingeloggte Administratoren (nicht die "
644
  #~ "Besucher!) neben jeder Beitragsüberschrift den Übereinstimmungswert."
 
lang/yarpp-kk_KZ.mo ADDED
Binary file
lang/yarpp-kk_KZ.po ADDED
@@ -0,0 +1,535 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.0.5\n"
4
+ "PO-Revision-Date: 2011-03-30 22:20+0500\n"
5
+ "Last-Translator: nikitema <mail@artem-nikitenko.ru>\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
10
+ "X-Poedit-Language: Kazakh\n"
11
+ "X-Poedit-Country: KAZAKHSTAN\n"
12
+ "X-Poedit-SourceCharset: utf-8\n"
13
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;__ngettext_noop:1,2;_c\n"
14
+ "X-Poedit-Basepath: ../\n"
15
+ "POT-Creation-Date: \n"
16
+ "Language-Team: DachaDecor.ru <mail@artem-nikitenko.ru>\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: includes.php:94
20
+ msgid "MySQL error on adding yarpp_title"
21
+ msgstr "Қате MySQL қосымшада“yarpp_title”\""
22
+
23
+ #: includes.php:99
24
+ msgid "MySQL error on adding yarpp_content"
25
+ msgstr "Қате MySQL қосымшада “yarpp_content”\""
26
+
27
+ #: includes.php:185
28
+ msgid "<h3>An important message from YARPP:</h3><p>Thank you for upgrading to YARPP 2. YARPP 2.0 adds the much requested ability to limit related entry results by certain tags or categories. 2.0 also brings more fine tuned control of the magic algorithm, letting you specify how the algorithm should consider or not consider entry content, titles, tags, and categories. Make sure to adjust the new settings to your liking and perhaps readjust your threshold.</p><p>For more information, check out the <a href=\"http://mitcho.com/code/yarpp/\">YARPP documentation</a>. (This message will not be displayed again.)</p>"
29
+ msgstr "<h3>Маңыздықатынастан YARPP</h3><p>РақметYARPP 2жаңартудыңартына. Бұлболжамдашығархатынсабақтасжазуларшекқойуұзақкүткенмүмкіндікқосғанкейбіртегаминемеседәрежелермен.YARPP 2 соныменбіргеалгоритмнәзігіреккүйінекелтірумүмкіндікберіпжатыр, көрсетугемүмкіндікберіпденеде, бастардақарастырудақолданушығыпжатыр, тегижәнедәрежелер. Жаңакүйгекелтірулердіңміндеттітүрдепроверьекүйі, барлықсіздіңкүтулеріңізгесәйкескеліпжатыр.</p><p>Толықбұлжерде :<a href=\"http://mitcho.com/code/yarpp/\">documentation YARPP</a>. (Ce message n’apparaîtra plus.)</p>\""
30
+
31
+ #: includes.php:197
32
+ msgid "Related Posts (YARPP)"
33
+ msgstr "Сабақтас оразалар (YARPP)\""
34
+
35
+ #: includes.php:224
36
+ #: yarpp.php:29
37
+ msgid "Related Posts"
38
+ msgstr "Сабақтас оразалар"
39
+
40
+ #: includes.php:229
41
+ msgid "YARPP"
42
+ msgstr "YARPP"
43
+
44
+ #: template-builtin.php:35
45
+ #, php-format
46
+ 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."
47
+ msgstr "%f - Бұлrоэффициэнт\"Ұқсастық\"Ағымдағыоразаныжәнесабақтасонымен.Сізкөріпжатырсызөйткені, сіз Wordpress әкімгекелдіңіз.\""
48
+
49
+ #: magic.php:304
50
+ #: options.php:458
51
+ #: options.php:521
52
+ msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
53
+ msgstr "Ұқсас оразалардың тізім берілген плагином сізге <a href='http://mitcho.com/code/yarpp/'>YARPP</a>."
54
+
55
+ #: options.php:26
56
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
57
+ msgstr "Тексеруістелінген MyISAM болды. Ендісізұқсастықтарбелгілеріқолданааласыз“Бастардықарау” и “Мәтіндіқарау”.\""
58
+
59
+ #: options.php:35
60
+ #, php-format
61
+ 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."
62
+ msgstr "YARPP опциялардың қолдануысы “Бастарды қарау ” и “Мәтінді қарау”Сіздің кестеңіз үшін, талап етеді <code>%s</code> Қозғағышты қолданды <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, Бірақ кесте қозғағыш көрiнедi қолданып жатыр <code>%s</code>. Бұл екі опция айырылған."
63
+
64
+ #: options.php:37
65
+ #, php-format
66
+ 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."
67
+ msgstr "Бұл опциялар қалпына келтіру үшін, тәңір жарылқасын, сіздің кестеңізді өзгертесіз <code>%s</code> SQL нұсқаулықпен келесі e&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br /> Кестеде өзгерісте құз осы тиісті емес, бірақ ықтимал зардаптар"
68
+
69
+ #: options.php:39
70
+ #, php-format
71
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
72
+ msgstr "Егер, тәуелсіз не сіз дәйекті бұл опциядан кесте <code>%s</code> Қолданып жатыр MyISAM, бұл сиқырлы батырмаға басыңыз &nbsp;:"
73
+
74
+ #: options.php:42
75
+ msgid "Trust me. Let me use MyISAM features."
76
+ msgstr "Маған сеніңіз. Маған қолдану мүмкіндік беріңіз MyISAM"
77
+
78
+ #: options.php:65
79
+ msgid "The YARPP database had an error but has been fixed."
80
+ msgstr "Базасықателердіосы YARPP болды, бірақолардұрысталғанболды."
81
+
82
+ #: options.php:67
83
+ msgid "The YARPP database has an error which could not be fixed."
84
+ msgstr "Базасы дұрысталған мүмкін болу қатені осы YARPP болып жатыр."
85
+
86
+ #: options.php:153
87
+ #: options.php:170
88
+ #: options.php:182
89
+ msgid "do not consider"
90
+ msgstr "Қарамау керек"
91
+
92
+ #: options.php:154
93
+ #: options.php:171
94
+ #: options.php:184
95
+ msgid "consider"
96
+ msgstr "Қарау"
97
+
98
+ #: options.php:172
99
+ msgid "consider with extra weight"
100
+ msgstr "Қосымша салмақпен қарау керек "
101
+
102
+ #: options.php:200
103
+ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
104
+ msgstr "Плагина болжамдардың тарихі YARPP (RSS 2.0)"
105
+
106
+ #: options.php:271
107
+ msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
108
+ msgstr "Өңдеушіге садаққа ету керек mitcho (Michael Yoshitaka Erlewine)"
109
+
110
+ #: options.php:254
111
+ msgid "Yet Another Related Posts Plugin Options"
112
+ msgstr "Опциялар YARPP"
113
+
114
+ #: options.php:278
115
+ msgid "\"The Pool\""
116
+ msgstr "<em>Контент</em>"
117
+
118
+ #: options.php:279
119
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
120
+ msgstr "<em>Контент</em> Сабақтас жазуларға блокта көрсетуге кандидаттармен келген қатынастардың және беттердің жиынды сияқты ұғылып жатыр."
121
+
122
+ #: options.php:284
123
+ msgid "Disallow by category:"
124
+ msgstr "Дәрежелер шығару керек:"
125
+
126
+ #: options.php:286
127
+ msgid "Disallow by tag:"
128
+ msgstr "Теги шығару:"
129
+
130
+ #: options.php:288
131
+ msgid "Show password protected posts?"
132
+ msgstr "Парольмен қорғал қалған қатынастарды көрсету??"
133
+
134
+ #: options.php:289
135
+ msgid "Show only previous posts?"
136
+ msgstr "Тек қана алдыңғы қатынастар көрсету керек?"
137
+
138
+ #: options.php:306
139
+ msgid "\"Relatedness\" options"
140
+ msgstr "Ұқсастықтар белгілер"
141
+
142
+ #: options.php:308
143
+ #, php-format
144
+ 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>."
145
+ msgstr "YARPP отличается от <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">Плагин алдыңғы </a>Қараңғылық не қатынастардың таңдауы шек қойып жатыр <br />(1) Максимал санмен (2) \"Ұқсастық\"."
146
+
147
+ #: options.php:308
148
+ #: options.php:322
149
+ #: options.php:405
150
+ #: options.php:410
151
+ #: options.php:457
152
+ #: options.php:469
153
+ #: options.php:470
154
+ #: options.php:474
155
+ #: options.php:520
156
+ #: options.php:531
157
+ msgid "more&gt;"
158
+ msgstr "подробнее&gt;"
159
+
160
+ #: options.php:313
161
+ msgid "Match threshold:"
162
+ msgstr "Ұқсастықтар табалдырық:"
163
+
164
+ #: options.php:314
165
+ msgid "Titles: "
166
+ msgstr "Бастар:"
167
+
168
+ #: options.php:316
169
+ msgid "Bodies: "
170
+ msgstr "Мәтіндер:"
171
+
172
+ #: options.php:318
173
+ msgid "Tags: "
174
+ msgstr "Теги:"
175
+
176
+ #: options.php:320
177
+ msgid "Categories: "
178
+ msgstr "Дәрежелер:"
179
+
180
+ #: options.php:322
181
+ msgid "Cross-relate posts and pages?"
182
+ msgstr "Әрілі-берілі перелинковку беттердің және қатынастардың істеу керек?"
183
+
184
+ #: options.php:322
185
+ 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."
186
+ msgstr "Опция таңдаұлы кезде “Әрілі-берілі перелинковку беттердің және қатынастардың істеу керек?”, Функциялар <code>related_posts()</code>, <code>related_pages()</code> и <code>related_entries()</code>Және болатын бірдей жиын беріп жатыр бет және қатынастар"
187
+
188
+ #: options.php:401
189
+ msgid "Display options <small>for your website</small>"
190
+ msgstr "Опциялардың Көруі <small>Сіздің сайтыңыз үшін </small>"
191
+
192
+ #: options.php:405
193
+ msgid "Automatically display related posts?"
194
+ msgstr "Сабақтас оразаларды Автоматически көрсету?"
195
+
196
+ #: options.php:405
197
+ 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."
198
+ msgstr "Бұл опция сабақтас қатынасты автоматически көрсетіп жатыр hgzvj Жеке қатынастарға бетте ішіндегісіден кейін. Егер бұл опцияны бөліп тастау керек, сізге қолдан қойу керек болады <code>related_posts()</code>Немесе бірдеме ұқсас (<code>related_pages()</code> и <code>related_entries()</code>)Сіздің тақырыбыңызда."
199
+
200
+ #: options.php:406
201
+ msgid "Website display code example"
202
+ msgstr "Web-сайтта код мысалы"
203
+
204
+ #: options.php:406
205
+ #: options.php:471
206
+ msgid "(Update options to reload.)"
207
+ msgstr "(Қайта тиеу үшін опциялар сақтайсыз.)"
208
+
209
+ #: options.php:409
210
+ #: options.php:473
211
+ msgid "Maximum number of related posts:"
212
+ msgstr "Сабақтас оразалардың максимал саны:"
213
+
214
+ #: options.php:422
215
+ msgid "Before / after related entries:"
216
+ msgstr "Дейін / кейін<br />шыдамдар"
217
+
218
+ #: options.php:423
219
+ #: options.php:428
220
+ #: options.php:437
221
+ #: options.php:487
222
+ #: options.php:492
223
+ #: options.php:501
224
+ msgid "For example:"
225
+ msgstr "Мысалы:"
226
+
227
+ #: options.php:427
228
+ #: options.php:491
229
+ msgid "Before / after each related entry:"
230
+ msgstr "Дейін / кейін <br />Әрбір сабақтас оразаны"
231
+
232
+ #: options.php:431
233
+ #: options.php:495
234
+ msgid "Show excerpt?"
235
+ msgstr "Шыдамды көрсету?"
236
+
237
+ #: options.php:432
238
+ #: options.php:496
239
+ msgid "Excerpt length (No. of words):"
240
+ msgstr "Шыдамдар ұзындық (Сөздердің саны):"
241
+
242
+ #: options.php:436
243
+ msgid "Before / after (Excerpt):"
244
+ msgstr "Дейін / кейін <br />Шыдамдар"
245
+
246
+ #: options.php:442
247
+ #: options.php:506
248
+ msgid "Order results:"
249
+ msgstr "Нәтижелердің іріктеуі:"
250
+
251
+ #: options.php:444
252
+ #: options.php:508
253
+ msgid "score (high relevance to low)"
254
+ msgstr "Ұқсастық (Кемуде)"
255
+
256
+ #: options.php:445
257
+ #: options.php:509
258
+ msgid "score (low relevance to high)"
259
+ msgstr "Ұқсастық (Өсуде)"
260
+
261
+ #: options.php:446
262
+ #: options.php:510
263
+ msgid "date (new to old)"
264
+ msgstr "Дата (Кемуде)"
265
+
266
+ #: options.php:447
267
+ #: options.php:511
268
+ msgid "date (old to new)"
269
+ msgstr "Дата (Өсуде)"
270
+
271
+ #: options.php:448
272
+ #: options.php:512
273
+ msgid "title (alphabetical)"
274
+ msgstr "Бас (по алфавиту)"
275
+
276
+ #: options.php:449
277
+ #: options.php:513
278
+ msgid "title (reverse alphabetical)"
279
+ msgstr "Бас (Кері ретте)"
280
+
281
+ #: options.php:454
282
+ #: options.php:518
283
+ msgid "Default display if no results:"
284
+ msgstr "Үндемеу бойынша көрсету керек егер бос:"
285
+
286
+ #: options.php:456
287
+ #: options.php:520
288
+ msgid "Help promote Yet Another Related Posts Plugin?"
289
+ msgstr "Көмектесу плагин алға бастыру керек YARPP?"
290
+
291
+ #: options.php:458
292
+ #: options.php:521
293
+ #, php-format
294
+ 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."
295
+ msgstr "Бұл опция кодты қосады %s. Оның қосу көріңіз, опциялар өзгертесіз және оңнан солға код мысалы қарап жатырсыз. Бұл сілтеме және батырмалар өте маңызды"
296
+
297
+ #: options.php:464
298
+ msgid "Display options <small>for RSS</small>"
299
+ msgstr "Күйге келтірулердің Көруі <small>Үшін RSS</small>"
300
+
301
+ #: options.php:469
302
+ msgid "Display related posts in feeds?"
303
+ msgstr "Сабақтас оразаларды көрсету RSS?"
304
+
305
+ #: options.php:470
306
+ msgid "Display related posts in the descriptions?"
307
+ msgstr "Сипаттамада сабақтас оразалар көрсету керек?"
308
+
309
+ #: options.php:470
310
+ 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."
311
+ msgstr "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."
312
+
313
+ #: options.php:471
314
+ msgid "RSS display code example"
315
+ msgstr "Код мысалы RSS"
316
+
317
+ #: options.php:486
318
+ msgid "Before / after related entries display:"
319
+ msgstr "Дейін / кейін <br />Тізімді:"
320
+
321
+ #: options.php:500
322
+ msgid "Before / after (excerpt):"
323
+ msgstr "Дейін / кейін<br /> Шыдамдар:"
324
+
325
+ #: options.php:147
326
+ msgid "word"
327
+ msgstr "слово"
328
+
329
+ #: options.php:148
330
+ msgid "tag"
331
+ msgstr "тег"
332
+
333
+ #: options.php:149
334
+ msgid "category"
335
+ msgstr "дәреже"
336
+
337
+ #: options.php:156
338
+ #: options.php:186
339
+ #, php-format
340
+ msgid "require at least one %s in common"
341
+ msgstr "Біреу \"%s\" ортақ болуға тиісті"
342
+
343
+ #: options.php:158
344
+ #: options.php:188
345
+ #, php-format
346
+ msgid "require more than one %s in common"
347
+ msgstr "көп біреу \"%s\" ортақ болуға тиісті "
348
+
349
+ #: options.php:125
350
+ msgid "Options saved!"
351
+ msgstr "Күйге келтірулер сақтаған!"
352
+
353
+ #: options.php:308
354
+ 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."
355
+ msgstr "Не ұқсастықтар жоғары табалдырығы, сол қатал іріктеу, және сол жазуларды шығуда аз аласыз. Табалдырық бойынша-үндемеуге 5 тең. Егер қолайлы табалдырықты мәндер тапқысы келісе, поэкспериментируйте бірнешесі қатынастармен. Қандай қатынастар жоғары шығатынын сіз көре аласыз және оларда қандай сіздің сайтыңыз\" үшін қолайлы деңгей анықтауға болатын ұқсастықтар мәндері."
356
+
357
+ #: options.php:605
358
+ msgid "Update options"
359
+ msgstr "Күйге келтіруді өзгерту"
360
+
361
+ #: options.php:606
362
+ msgid "Do you really want to reset your configuration?"
363
+ msgstr "Сіз сіздің күйге келтірулеріңіз құлатқыңыз шындығында келеді?"
364
+
365
+ #: options.php:606
366
+ msgid "Reset options"
367
+ msgstr "Күйге келтіруді құлату"
368
+
369
+ #: includes.php:110
370
+ msgid "MySQL error on creating yarpp_keyword_cache table"
371
+ msgstr "Кестедежасауда MySQL қате yarpp_keyword_cache"
372
+
373
+ #: includes.php:121
374
+ msgid "MySQL error on creating yarpp_related_cache table"
375
+ msgstr "Кестедежасауда MySQL қатеyarpp_related_cache table"
376
+
377
+ #: magic.php:56
378
+ msgid "Example post "
379
+ msgstr "Мысалы пост"
380
+
381
+ #: options.php:81
382
+ #: options.php:84
383
+ #: options.php:126
384
+ #: options.php:530
385
+ msgid "Related posts cache status"
386
+ msgstr "Сабақтас кэш жазулардың мәртебесі"
387
+
388
+ #: options.php:81
389
+ msgid "Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>."
390
+ msgstr "Сабақтас жазуларыңыздың сіздің кэш толық емес. Тәңір жарылқасын сіздің кэш жасаңыз <A>Сабақтас қатынастардың кэштің мәртебенің панелдері </a>."
391
+
392
+ #: options.php:84
393
+ msgid "Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>."
394
+ msgstr "Сабақтас жазуларыңыздың сіздің кэшіңіз бос. <A> Сабақтас қатынастардың кэштің мәртебенің панелдері </a>."
395
+
396
+ #: options.php:127
397
+ msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
398
+ msgstr "Егер сіз күйге келтірулерді өзгертсе \"Контента\" или \"Ұқсастықтар белгілер \", Тәңір жарылқасын сіздің кэшіңіз жасаңыз <A>Сабақтас қатынастардың кэштің мәртебенің панелдері</a>"
399
+
400
+ #: options.php:273
401
+ msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
402
+ msgstr "Сделал <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
403
+
404
+ #: options.php:273
405
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
406
+ msgstr "Читать <a href=\"http://twitter.com/yarpp/\">YARPP на Твиттере</a>"
407
+
408
+ #: options.php:294
409
+ msgid "day(s)"
410
+ msgstr "күндерді"
411
+
412
+ #: options.php:295
413
+ msgid "week(s)"
414
+ msgstr "айларды"
415
+
416
+ #: options.php:296
417
+ msgid "month(s)"
418
+ msgstr "жыл"
419
+
420
+ #: options.php:298
421
+ msgid "Show only posts from the past NUMBER UNITS"
422
+ msgstr "Көрсету тек қана посты артында соңғы NUMBER UNITS"
423
+
424
+ #: options.php:387
425
+ msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
426
+ msgstr "Жаңа шықты beta (VERSION) плагина YARPP. Сіз аласыз <A>оның бұл жерде шайқау керек </a>Өз тәуекелге."
427
+
428
+ #: options.php:389
429
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
430
+ msgstr "Жаңа шықты beta (VERSION) плагина YARPP. Сіз аласыз <A>оның бұл жерде шайқау керек </a>."
431
+
432
+ #: options.php:410
433
+ #: options.php:474
434
+ msgid "Display using a custom template file"
435
+ msgstr "Қолданушыдан үлгімен көрсету керек"
436
+
437
+ #: options.php:412
438
+ #: options.php:476
439
+ msgid "Template file:"
440
+ msgstr "Үлгінің файлы:"
441
+
442
+ #: options.php:469
443
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
444
+ msgstr "Бұл опция сіздің ағыныңыздың аяқта әрбір тармақтың сабақтас қатынастар көрсетіп жатыр Atom және RSS"
445
+
446
+ #: options.php:527
447
+ msgid "Advanced"
448
+ msgstr "Қосымша"
449
+
450
+ #: options.php:530
451
+ msgid "Show cache status"
452
+ msgstr "Кэштің мәртебесі көрсету керек"
453
+
454
+ #: options.php:531
455
+ msgid "When the cache is incomplete, compute related posts on the fly?"
456
+ msgstr "Кэш толық кезде, емес жылда сабақтас қатынастар есептеу керек?"
457
+
458
+ #: options.php:532
459
+ msgid "If a displayed post's related posts are not cached and this option is on, YARPP will compute them on the fly. Do not turn this option on if you have a high-traffic site.<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."
460
+ msgstr "Егер ағымдағы ораза үшін сабақтас қатынастар кэште болмаса және бұл опция қосған, Олардың өте тез есептейді YARPP. Егер сізден үлкен трафик бұл опцияны сөндірмеңіз.<br /> Егер опция өшірған оразаларда кэштің болатын емес көрсетіледі, не олар сабақтас қатынастардың алмайды."
461
+
462
+ #: options.php:562
463
+ msgid "'MIN minute(s) and SEC second(s) remaining'"
464
+ msgstr "'MIN минут и SEC секунд осталось'"
465
+
466
+ #: options.php:564
467
+ msgid "'SEC second(s) remaining'"
468
+ msgstr "'SEC секунд осталось'"
469
+
470
+ #: options.php:568
471
+ msgid "Your related posts cache is now complete."
472
+ msgstr "Сабақтас қатынастарыңыздың сіздің кэшіңіз әзір."
473
+
474
+ #: options.php:568
475
+ msgid "The SQL queries took SEC seconds."
476
+ msgstr "SQL запросы заняли SEC секунд"
477
+
478
+ #: options.php:578
479
+ #: options.php:582
480
+ msgid "There was an error while constructing the related posts for TITLE"
481
+ msgstr "TITLE үшін сабақтас қатынастарда анықтауда қате болды"
482
+
483
+ #: options.php:579
484
+ #: options.php:584
485
+ msgid "try to continue"
486
+ msgstr "Жалғастыру дәм татып жатырмын"
487
+
488
+ #: options.php:592
489
+ msgid "Your related posts cache is PERCENT% complete."
490
+ msgstr "Сабақтас қатынастарыңызға сіздің кэшіңізге әзір PERCENT%."
491
+
492
+ #: options.php:598
493
+ msgid "starting..."
494
+ msgstr "бастаймын …"
495
+
496
+ #: services.php:59
497
+ msgid "You cannot rebuild the YARPP cache."
498
+ msgstr "Сіз кэш қайта құра алмайсыз YARPP."
499
+
500
+ #: services.php:90
501
+ #, php-format
502
+ msgid "You do not have the permission to write the file '%s'."
503
+ msgstr "Сіз файлға жазу үшін рұқсаттың алмайсыз '%s'."
504
+
505
+ #: template-metabox.php:12
506
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
507
+ msgstr "Бұл сабақтас посты бұл үшін пост. Өзгеріс бұл поста сабақтас жиын пост өзгерте алады."
508
+
509
+ #: template-metabox.php:25
510
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
511
+ msgstr "Көрсетіледі барлық бұл посты және олар сияқты көрсетілу болады, бейнеңізден сіздің күйге келтірулеріңізден тәуелді болып жатыр YARPP."
512
+
513
+ #: template-metabox.php:27
514
+ msgid "No related posts."
515
+ msgstr "Сабақтас қатынастар жоқ "
516
+
517
+ #: options.php:10
518
+ 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."
519
+ msgstr "Тәңір жарылқасын, орнату аяқтау үшін сіздің тақырыбыңызға YARPP үлгілердің файлдары орналастырасыз. Үлгілердің файлдары жай ғана көшіріңіз (Осы сәтке <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>)Папкаға <code>TEMPLATEPATH</code>."
520
+
521
+ #: options.php:15
522
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
523
+ msgstr "Сіздің тақырыбыңызда WordPress (<code>TEMPLATEPATH</code>) YARPP үлгілердің файлдардың тапған емес. Үлгілердің қолдануылары опцияы өшірған"
524
+
525
+ #: options.php:410
526
+ #: options.php:474
527
+ #: options.php:527
528
+ msgid "NEW!"
529
+ msgstr "ЖАНА!"
530
+
531
+ #: options.php:410
532
+ #: options.php:474
533
+ 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."
534
+ msgstr "Бұл қосымша күйге келтірулер сізге сабақтас қатынастар бейне күйге келтіру үшін толық дәрмен беріп жатыр. Үлгілер (Қолданхатын тақырыптарға папкада сақталып жатыр) Жазған PHP."
535
+
magic.php CHANGED
@@ -294,7 +294,7 @@ function yarpp_related($type,$args,$echo = true,$reference_ID=false,$domain = 'w
294
  $currentmonth = null; $currentmonth = $current_currentmonth; unset($current_currentmonth);
295
 
296
  if ($promote_yarpp and $domain != 'metabox')
297
- $output .= "\n<p>".__("Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.",'yarpp')."</p>";
298
 
299
  if ($echo) echo $output; else return ((!empty($output))?"\n\n":'').$output;
300
  }
294
  $currentmonth = null; $currentmonth = $current_currentmonth; unset($current_currentmonth);
295
 
296
  if ($promote_yarpp and $domain != 'metabox')
297
+ $output .= "\n<p>".__("Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.",'yarpp')."</p>";
298
 
299
  if ($echo) echo $output; else return ((!empty($output))?"\n\n":'').$output;
300
  }
options-meta-boxes.php ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Meta_Box {
4
+ function checkbox($option,$desc,$tr="<tr valign='top'>
5
+ <th class='th-full' colspan='2' scope='row'>",$inputplus = '',$thplus='') {
6
+ echo " $tr<input $inputplus type='checkbox' name='$option' value='true'". ((yarpp_get_option($option) == 1) ? ' checked="checked"': '' )." /> $desc</th>$thplus
7
+ </tr>";
8
+ }
9
+ function textbox($option,$desc,$size=2,$tr="<tr valign='top'>
10
+ <th scope='row'>", $note = '') {
11
+ $value = stripslashes(yarpp_get_option($option,true));
12
+ echo " $tr$desc</th>
13
+ <td><input name='$option' type='text' id='$option' value='$value' size='$size' />";
14
+ if ( !empty($note) )
15
+ echo " <em><small>{$note}</small></em>";
16
+ echo "</td>
17
+ </tr>";
18
+ }
19
+ function beforeafter($options,$desc,$size=10,$tr="<tr valign='top'>
20
+ <th scope='row'>", $note = '') {
21
+ echo " $tr$desc</th>
22
+ <td>";
23
+ $value = stripslashes(yarpp_get_option($options[0],true));
24
+ echo "<input name='{$options[0]}' type='text' id='{$options[0]}' value='$value' size='$size' /> / ";
25
+ $value = stripslashes(yarpp_get_option($options[1],true));
26
+ echo "<input name='{$options[1]}' type='text' id='{$options[1]}' value='$value' size='$size' />";
27
+ if ( !empty($note) )
28
+ echo " <em><small>{$note}</small></em>";
29
+ echo "</td>
30
+ </tr>";
31
+ }
32
+
33
+ function importance($option,$desc,$type='word',$tr="<tr valign='top'>
34
+ <th scope='row'>",$inputplus = '') {
35
+ $value = yarpp_get_option($option);
36
+
37
+ // $type could be...
38
+ __('word','yarpp');
39
+ __('tag','yarpp');
40
+ __('category','yarpp');
41
+
42
+ echo " $tr$desc</th>
43
+ <td>
44
+ <select name='$option'>
45
+ <option $inputplus value='1'". (($value == 1) ? ' selected="selected"': '' )." > ".__("do not consider",'yarpp')."</option>
46
+ <option $inputplus value='2'". (($value == 2) ? ' selected="selected"': '' )." > ".__("consider",'yarpp')."</option>
47
+ <option $inputplus value='3'". (($value == 3) ? ' selected="selected"': '' )." >
48
+ ".sprintf(__("require at least one %s in common",'yarpp'),__($type,'yarpp'))."</option>
49
+ <option $inputplus value='4'". (($value == 4) ? ' selected="selected"': '' )." >
50
+ ".sprintf(__("require more than one %s in common",'yarpp'),__($type,'yarpp'))."</option>
51
+ </select>
52
+ </td>
53
+ </tr>";
54
+ }
55
+
56
+ function importance2($option,$desc,$type='word',$tr="<tr valign='top'>
57
+ <th scope='row'>",$inputplus = '') {
58
+ $value = yarpp_get_option($option);
59
+
60
+ echo " $tr$desc</th>
61
+ <td>
62
+ <select name='$option'>
63
+ <option $inputplus value='1'". (($value == 1) ? ' selected="selected"': '' )." >".__("do not consider",'yarpp')."</option>
64
+ <option $inputplus value='2'". (($value == 2) ? ' selected="selected"': '' )." > ".__("consider",'yarpp')."</option>
65
+ <option $inputplus value='3'". (($value == 3) ? ' selected="selected"': '' )." > ".__("consider with extra weight",'yarpp')."</option>
66
+ </select>
67
+ </td>
68
+ </tr>";
69
+ }
70
+
71
+ function select($option,$desc,$type='word',$tr="<tr valign='top'>
72
+ <th scope='row'>",$inputplus = '') {
73
+ echo " $tr$desc</th>
74
+ <td>
75
+ <input $inputplus type='radio' name='$option' value='1'". ((yarpp_get_option($option) == 1) ? ' checked="checked"': '' )." />
76
+ ".__("do not consider",'yarpp')."
77
+ <input $inputplus type='radio' name='$option' value='2'". ((yarpp_get_option($option) == 2) ? ' checked="checked"': '' )." />
78
+ ".__("consider",'yarpp')."
79
+ <input $inputplus type='radio' name='$option' value='3'". ((yarpp_get_option($option) == 3) ? ' checked="checked"': '' )." />
80
+ ".sprintf(__("require at least one %s in common",'yarpp'),__($type,'yarpp'))."
81
+ <input $inputplus type='radio' name='$option' value='4'". ((yarpp_get_option($option) == 4) ? ' checked="checked"': '' )." />
82
+ ".sprintf(__("require more than one %s in common",'yarpp'),__($type,'yarpp'))."
83
+ </td>
84
+ </tr>";
85
+ }
86
+ }
87
+
88
+ class YARPP_Meta_Box_Pool extends YARPP_Meta_Box {
89
+ function display() {
90
+ ?>
91
+ <p><?php _e('"The Pool" refers to the pool of posts and pages that are candidates for display as related to the current entry.','yarpp');?></p>
92
+
93
+ <table class="form-table" style="margin-top: 0; clear:none;">
94
+ <tbody>
95
+ <tr valign='top'>
96
+ <th scope='row'><?php _e('Disallow by category:','yarpp');?></th><td><div id='display_discats' style="overflow:auto;max-height:100px;"></div></td></tr>
97
+ <tr valign='top'>
98
+ <th scope='row'><?php _e('Disallow by tag:','yarpp');?></th>
99
+ <td><div id='display_distags' style="overflow:auto;max-height:100px;"></div></td></tr>
100
+ <?php
101
+ $this->checkbox('show_pass_post',__("Show password protected posts?",'yarpp'));
102
+
103
+ $recent_number = "<input name=\"recent_number\" type=\"text\" id=\"recent_number\" value=\"".stripslashes(yarpp_get_option('recent_number',true))."\" size=\"2\" />";
104
+ $recent_units = "<select name=\"recent_units\" id=\"recent_units\">
105
+ <option value='day'". (('day'==yarpp_get_option('recent_units'))?" selected='selected'":'').">".__('day(s)','yarpp')."</option>
106
+ <option value='week'". (('week'==yarpp_get_option('recent_units'))?" selected='selected'":'').">".__('week(s)','yarpp')."</option>
107
+ <option value='month'". (('month'==yarpp_get_option('recent_units'))?" selected='selected'":'').">".__('month(s)','yarpp')."</option>
108
+ </select>";
109
+ $this->checkbox('recent_only',str_replace('NUMBER',$recent_number,str_replace('UNITS',$recent_units,__("Show only posts from the past NUMBER UNITS",'yarpp'))));
110
+ ?>
111
+
112
+ </tbody>
113
+ </table>
114
+ <?php
115
+ }
116
+ }
117
+
118
+ add_meta_box('yarpp_pool', __('"The Pool"','yarpp'), array(new YARPP_Meta_Box_Pool, 'display'), 'settings_page_yarpp', 'normal', 'core');
119
+
120
+ class YARPP_Meta_Box_Relatedness extends YARPP_Meta_Box {
121
+ function display() {
122
+ global $yarpp_myisam;
123
+ ?>
124
+ <p><?php _e('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>.','yarpp');?> <a href="#" class='info'><?php _e('more&gt;','yarpp');?><span><?php _e('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.','yarpp');?></span></a></p>
125
+
126
+ <table class="form-table" style="margin-top: 0; clear:none;">
127
+ <tbody>
128
+
129
+ <?php
130
+ $this->textbox('threshold',__('Match threshold:','yarpp'));
131
+ $this->importance2('title',__("Titles: ",'yarpp'),'word',"<tr valign='top'>
132
+ <th scope='row'>",(!$yarpp_myisam?' readonly="readonly" disabled="disabled"':''));
133
+ $this->importance2('body',__("Bodies: ",'yarpp'),'word',"<tr valign='top'>
134
+ <th scope='row'>",(!$yarpp_myisam?' readonly="readonly" disabled="disabled"':''));
135
+ $this->importance('tags',__("Tags: ",'yarpp'),'tag',"<tr valign='top'>
136
+ <th scope='row'>",'');
137
+ $this->importance('categories',__("Categories: ",'yarpp'),'category',"<tr valign='top'>
138
+ <th scope='row'>",'');
139
+ $this->checkbox('cross_relate',__("Cross-relate posts and pages?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("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.",'yarpp')."</span></a>");
140
+ $this->checkbox('past_only',__("Show only previous posts?",'yarpp'));
141
+ ?>
142
+ </tbody>
143
+ </table>
144
+ <?php
145
+ }
146
+ }
147
+
148
+ add_meta_box('yarpp_relatedness', __('"Relatedness" options','yarpp'), array(new YARPP_Meta_Box_Relatedness, 'display'), 'settings_page_yarpp', 'normal', 'core');
149
+
150
+ class YARPP_Meta_Box_Display_Web extends YARPP_Meta_Box {
151
+ function display() {
152
+ global $yarpp_templateable;
153
+ ?>
154
+ <table class="form-table" style="margin-top: 0; clear:none;">
155
+ <tbody>
156
+ <?php
157
+ $this->checkbox('auto_display',__("Automatically display related posts?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("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.",'yarpp')."</span></a>","<tr valign='top'>
158
+ <th class='th-full' colspan='2' scope='row' style='width:100%;'>",'','<td rowspan="3" style="border-left:8px transparent solid;"><b>'.__("Website display code example",'yarpp').'</b><br /><small>'.__("(Update options to reload.)",'yarpp').'</small><br/>'
159
+ ."<div id='display_demo_web' style='overflow:auto;width:350px;max-height:500px;'></div></td>");
160
+ $this->textbox('limit',__('Maximum number of related posts:','yarpp'));
161
+ $this->checkbox('use_template',__("Display using a custom template file",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("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.",'yarpp')."</span></a>","<tr valign='top'><th colspan='2'>",' class="template"'.(!$yarpp_templateable?' disabled="disabled"':'')); ?>
162
+ </tbody></table>
163
+ <table class="form-table" style="clear:none;"><tbody>
164
+ <tr valign='top' class='templated'>
165
+ <th><?php _e("Template file:",'yarpp');?></th>
166
+ <td>
167
+ <select name="template_file" id="template_file">
168
+ <?php foreach (glob(STYLESHEETPATH . '/yarpp-template-*.php') as $template): ?>
169
+ <option value='<?php echo htmlspecialchars(basename($template))?>'<?php echo (basename($template)==yarpp_get_option('template_file'))?" selected='selected'":'';?>><?php echo htmlspecialchars(basename($template))?></option>
170
+ <?php endforeach; ?>
171
+ </select>
172
+ </td>
173
+ </tr>
174
+ <?php
175
+ $this->beforeafter(array('before_related', 'after_related'),__("Before / after related entries:",'yarpp'),15,"<tr class='not_templated' valign='top'>\r\t\t\t\t<th>", __("For example:",'yarpp') . ' &lt;ol&gt;&lt;/ol&gt;' . __(' or ','yarpp') . '&lt;div&gt;&lt;/div&gt;');
176
+ $this->beforeafter(array('before_title', 'after_title'),__("Before / after each related entry:",'yarpp'),15,"<tr class='not_templated' valign='top'>\r\t\t\t\t<th>", __("For example:",'yarpp') . ' &lt;li&gt;&lt;/li&gt;' . __(' or ','yarpp') . '&lt;dl&gt;&lt;/dl&gt;');
177
+
178
+ $this->checkbox('show_excerpt',__("Show excerpt?",'yarpp'),"<tr class='not_templated' valign='top'><th colspan='2'>",' class="show_excerpt"');
179
+ $this->textbox('excerpt_length',__('Excerpt length (No. of words):','yarpp'),10,"<tr class='excerpted' valign='top'>
180
+ <th>")?>
181
+
182
+ <tr class="excerpted" valign='top'>
183
+ <th><?php _e("Before / after (Excerpt):",'yarpp');?></th>
184
+ <td><input name="before_post" type="text" id="before_post" value="<?php echo stripslashes(yarpp_get_option('before_post',true)); ?>" size="10" /> / <input name="after_post" type="text" id="after_post" value="<?php echo stripslashes(yarpp_get_option('after_post')); ?>" size="10" /><em><small> <?php _e("For example:",'yarpp');?> &lt;li&gt;&lt;/li&gt;<?php _e(' or ','yarpp');?>&lt;dl&gt;&lt;/dl&gt;</small></em>
185
+ </td>
186
+ </tr>
187
+
188
+ <tr valign='top'>
189
+ <th><?php _e("Order results:",'yarpp');?></th>
190
+ <td><select name="order" id="order">
191
+ <option value="score DESC" <?php echo (yarpp_get_option('order')=='score DESC'?' selected="selected"':'')?>><?php _e("score (high relevance to low)",'yarpp');?></option>
192
+ <option value="score ASC" <?php echo (yarpp_get_option('order')=='score ASC'?' selected="selected"':'')?>><?php _e("score (low relevance to high)",'yarpp');?></option>
193
+ <option value="post_date DESC" <?php echo (yarpp_get_option('order')=='post_date DESC'?' selected="selected"':'')?>><?php _e("date (new to old)",'yarpp');?></option>
194
+ <option value="post_date ASC" <?php echo (yarpp_get_option('order')=='post_date ASC'?' selected="selected"':'')?>><?php _e("date (old to new)",'yarpp');?></option>
195
+ <option value="post_title ASC" <?php echo (yarpp_get_option('order')=='post_title ASC'?' selected="selected"':'')?>><?php _e("title (alphabetical)",'yarpp');?></option>
196
+ <option value="post_title DESC" <?php echo (yarpp_get_option('order')=='post_title DESC'?' selected="selected"':'')?>><?php _e("title (reverse alphabetical)",'yarpp');?></option>
197
+ </select>
198
+ </td>
199
+ </tr>
200
+
201
+ <?php $this->textbox('no_results',__('Default display if no results:','yarpp'),'40',"<tr class='not_templated' valign='top'>
202
+ <th>")?>
203
+ <?php $this->checkbox('promote_yarpp',__("Help promote Yet Another Related Posts Plugin?",'yarpp')
204
+ ." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>"
205
+ .sprintf(__("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.", 'yarpp'),"<code>".htmlspecialchars(__("Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.",'yarpp'))."</code>") ."</span></a>"); ?>
206
+ </tbody>
207
+ </table>
208
+ <?php
209
+ }
210
+ }
211
+
212
+ add_meta_box('yarpp_display_web', __('Display options <small>for your website</small>','yarpp'), array(new YARPP_Meta_Box_Display_Web, 'display'), 'settings_page_yarpp', 'normal', 'core');
213
+
214
+ class YARPP_Meta_Box_Display_Feed extends YARPP_Meta_Box {
215
+ function display() {
216
+ global $yarpp_templateable;
217
+ ?>
218
+ <table class="form-table" style="margin-top: 0; clear:none;"><tbody>
219
+ <?php
220
+
221
+ $this->checkbox('rss_display',__("Display related posts in feeds?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed.",'yarpp')."</span></a>","<tr valign='top'><th colspan='2' style='width:100%'>",' class="rss_display"','<td class="rss_displayed" rowspan="4" style="border-left:8px transparent solid;"><b>'.__("RSS display code example",'yarpp').'</b><br /><small>'.__("(Update options to reload.)",'yarpp').'</small><br/>'
222
+ ."<div id='display_demo_rss' style='overflow:auto;width:350px;max-height:500px;'></div></td>");
223
+ $this->checkbox('rss_excerpt_display',__("Display related posts in the descriptions?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("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.",'yarpp')."</span></a>","<tr class='rss_displayed' valign='top'>
224
+ <th class='th-full' colspan='2' scope='row'>");
225
+
226
+ $this->textbox('rss_limit',__('Maximum number of related posts:','yarpp'),2, "<tr valign='top' class='rss_displayed'>
227
+ <th scope='row'>");
228
+ $this->checkbox('rss_use_template',__("Display using a custom template file",'yarpp')." <!--<span style='color:red;'>".__('NEW!','yarpp')."</span>--> <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("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.",'yarpp')."</span></a>","<tr valign='top' class='rss_displayed'><th colspan='2'>",' class="rss_template"'.(!$yarpp_templateable?' disabled="disabled"':'')); ?>
229
+ </tbody></table>
230
+ <table class="form-table rss_displayed" style="clear:none;">
231
+ <tbody>
232
+ <tr valign='top' class='rss_templated'>
233
+ <th><?php _e("Template file:",'yarpp');?></th>
234
+ <td>
235
+ <select name="rss_template_file" id="rss_template_file">
236
+ <?php foreach (glob(STYLESHEETPATH . '/yarpp-template-*.php') as $template): ?>
237
+ <option value='<?php echo htmlspecialchars(basename($template))?>'<?php echo (basename($template)==yarpp_get_option('rss_template_file'))?" selected='selected'":'';?>><?php echo htmlspecialchars(basename($template))?></option>
238
+ <?php endforeach; ?>
239
+ </select>
240
+ </td>
241
+ </tr>
242
+
243
+ <?php
244
+ $this->beforeafter(array('rss_before_related', 'rss_after_related'),__("Before / after related entries:",'yarpp'),15,"<tr class='rss_not_templated' valign='top'>\r\t\t\t\t<th>", __("For example:",'yarpp') . ' &lt;ol&gt;&lt;/ol&gt;' . __(' or ','yarpp') . '&lt;div&gt;&lt;/div&gt;');
245
+ $this->beforeafter(array('rss_before_title', 'rss_after_title'),__("Before / after each related entry:",'yarpp'),15,"<tr class='rss_not_templated' valign='top'>\r\t\t\t\t<th>", __("For example:",'yarpp') . ' &lt;li&gt;&lt;/li&gt;' . __(' or ','yarpp') . '&lt;dl&gt;&lt;/dl&gt;');
246
+
247
+ $this->checkbox('rss_show_excerpt',__("Show excerpt?",'yarpp'),"<tr class='rss_not_templated' valign='top'><th colspan='2'>",' class="rss_show_excerpt"');
248
+ $this->textbox('rss_excerpt_length',__('Excerpt length (No. of words):','yarpp'),10,"<tr class='rss_excerpted' valign='top'>\r\t\t\t\t<th>");
249
+
250
+ $this->beforeafter(array('rss_before_post', 'rss_after_post'),__("Before / after (excerpt):",'yarpp'),10,"<tr class='rss_excerpted' valign='top'>\r\t\t\t\t<th>", __("For example:",'yarpp') . ' &lt;li&gt;&lt;/li&gt;' . __(' or ','yarpp') . '&lt;dl&gt;&lt;/dl&gt;');
251
+
252
+ ?>
253
+ <tr class='rss_displayed' valign='top'>
254
+ <th><?php _e("Order results:",'yarpp');?></th>
255
+ <td><select name="rss_order" id="rss_order">
256
+ <option value="score DESC" <?php echo (yarpp_get_option('rss_order')=='score DESC'?' selected="selected"':'')?>><?php _e("score (high relevance to low)",'yarpp');?></option>
257
+ <option value="score ASC" <?php echo (yarpp_get_option('rss_order')=='score ASC'?' selected="selected"':'')?>><?php _e("score (low relevance to high)",'yarpp');?></option>
258
+ <option value="post_date DESC" <?php echo (yarpp_get_option('rss_order')=='post_date DESC'?' selected="selected"':'')?>><?php _e("date (new to old)",'yarpp');?></option>
259
+ <option value="post_date ASC" <?php echo (yarpp_get_option('rss_order')=='post_date ASC'?' selected="selected"':'')?>><?php _e("date (old to new)",'yarpp');?></option>
260
+ <option value="post_title ASC" <?php echo (yarpp_get_option('rss_order')=='post_title ASC'?' selected="selected"':'')?>><?php _e("title (alphabetical)",'yarpp');?></option>
261
+ <option value="post_title DESC" <?php echo (yarpp_get_option('rss_order')=='post_title DESC'?' selected="selected"':'')?>><?php _e("title (reverse alphabetical)",'yarpp');?></option>
262
+ </select>
263
+ </td>
264
+ </tr>
265
+
266
+ <?php $this->textbox('rss_no_results',__('Default display if no results:','yarpp'),'40',"<tr valign='top' class='rss_not_templated'>
267
+ <th scope='row'>")?>
268
+ <?php $this->checkbox('rss_promote_yarpp',__("Help promote Yet Another Related Posts Plugin?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>"
269
+ .sprintf(__("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.", 'yarpp'),"<code>".htmlspecialchars(__("Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.",'yarpp'))."</code>") ."</span></a>","<tr valign='top' class='rss_displayed'>
270
+ <th class='th-full' colspan='2' scope='row'>"); ?>
271
+ </tbody></table>
272
+ <?php
273
+ }
274
+ }
275
+
276
+ add_meta_box('yarpp_display_rss', __('Display options <small>for RSS</small>','yarpp'), array(new YARPP_Meta_Box_Display_Feed, 'display'), 'settings_page_yarpp', 'normal', 'core');
277
+
278
+ class YARPP_Meta_Box_Contact extends YARPP_Meta_Box {
279
+ function display() {
280
+ $pluginurl = plugin_dir_url(__FILE__);
281
+ ?>
282
+ <ul class='yarpp_contacts'>
283
+ <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>
284
+ <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>
285
+ <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>
286
+ <li style="background: url(<?php echo $pluginurl . 'paypal-icon.png'; ?>) no-repeat left bottom;"><a href='http://tinyurl.com/donatetomitcho' target='_new'><img src="https://www.paypal.com/<?php echo paypal_directory(); ?>i/btn/btn_donate_SM.gif" name="submit" alt="<?php _e('Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal');?>" title="<?php _e('Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal','yarpp');?>"/></a></li>
287
+ </ul>
288
+ <?php
289
+ }
290
+ }
291
+
292
+ add_meta_box('yarpp_display_contact', __('Contact YARPP','yarpp'), array(new YARPP_Meta_Box_Contact, 'display'), 'settings_page_yarpp', 'side', 'core');
293
+
294
+ // since 3.2.3: hook for registering new YARPP meta boxes
295
+ do_action( 'add_meta_boxes_settings_page_yarpp' );
296
+
options.css CHANGED
@@ -1,23 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  a.info{
2
- position:relative;
3
- z-index:24;
4
  }
5
 
6
  a.info:hover {
7
  z-index:25;
8
  text-decoration:none;
9
- }
10
 
11
- a.info span {display: none;}
 
 
12
 
13
  a.info:hover span {
14
- display:block;
15
- position:absolute;
16
- top:1em;
17
- left:0;
18
- width:350px;
19
- border:1px solid #000;
20
- background-color:#ccc;
21
- color:#000;
22
- padding:4px;
23
- }
1
+ #yarpp_author_text {
2
+ width: 900px;
3
+ }
4
+
5
+ .form-table td {
6
+ line-height: 11px; /* to match the th's */
7
+ }
8
+
9
+ ul.yarpp_contacts li {
10
+ padding: 0px 0px 0px 30px;
11
+ line-height: 22px;
12
+ }
13
+
14
+ ul.yarpp_contacts li a img {
15
+ vertical-align: bottom;
16
+ }
17
+
18
  a.info{
19
+ position:relative;
20
+ z-index:24;
21
  }
22
 
23
  a.info:hover {
24
  z-index:25;
25
  text-decoration:none;
26
+ }
27
 
28
+ a.info span {
29
+ display: none;
30
+ }
31
 
32
  a.info:hover span {
33
+ display:block;
34
+ position:absolute;
35
+ top:1em;
36
+ left:0;
37
+ width:350px;
38
+ border:1px solid #000;
39
+ background-color:#ccc;
40
+ color:#000;
41
+ padding:4px;
42
+ }
options.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- global $wpdb, $yarpp_value_options, $yarpp_binary_options, $wp_version, $yarpp_cache;
4
 
5
  // Reenforce YARPP setup:
6
  if (!get_option('yarpp_version'))
@@ -16,16 +16,6 @@ if (isset($_GET['action']) && $_GET['action'] == 'flush') {
16
  // check to see that templates are in the right place
17
  $yarpp_templateable = (count(glob(STYLESHEETPATH . '/yarpp-template-*.php')) > 0);
18
  if (!$yarpp_templateable) {
19
- if (count(glob(WP_CONTENT_DIR.'/plugins/yet-another-related-posts-plugin/yarpp-templates/yarpp-template-*.php')))
20
- echo "<div class='updated'>"
21
- .str_replace("TEMPLATEPATH",STYLESHEETPATH,__("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.",'yarpp'))
22
- ."</div>";
23
-
24
- else
25
- echo "<div class='updated'>"
26
- .str_replace('TEMPLATEPATH',STYLESHEETPATH,__("No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off.",'yarpp'))
27
- ."</div>";
28
-
29
  yarpp_set_option('use_template',false);
30
  yarpp_set_option('rss_use_template',false);
31
 
@@ -89,107 +79,27 @@ if (isset($_POST['update_yarpp'])) {
89
  } else {
90
  yarpp_set_option('distags','');
91
  }
92
- //update_option('yarpp_distags',implode(',',array_map('yarpp_unmapthetag',preg_split('!\s*[;,]\s*!',strtolower($_POST['distags']))))); // distags is even more different
93
-
94
  foreach (array_keys($yarpp_binary_options) as $option) {
95
  (isset($_POST[$option])) ? yarpp_set_option($option,1) : yarpp_set_option($option,0);
96
  }
97
  echo '<div class="updated fade"><p>'.__('Options saved!','yarpp').'</p></div>';
98
  }
99
 
100
- //compute $tagmap
101
- $tagmap = array();
102
- foreach ($wpdb->get_results("select $wpdb->terms.term_id, name from $wpdb->terms natural join $wpdb->term_taxonomy where $wpdb->term_taxonomy.taxonomy = 'category'") as $tag) {
103
- $tagmap[$tag->term_id] = strtolower($tag->name);
104
- }
105
-
106
- function yarpp_mapthetag($id) {
107
- global $tagmap;
108
- return $tagmap[$id];
109
- }
110
- function yarpp_unmapthetag($name) {
111
- global $tagmap;
112
- $untagmap = array_flip($tagmap);
113
- return $untagmap[$name];
114
- }
115
-
116
- function yarpp_options_checkbox($option,$desc,$tr="<tr valign='top'>
117
- <th class='th-full' colspan='2' scope='row'>",$inputplus = '',$thplus='') {
118
- echo " $tr<input $inputplus type='checkbox' name='$option' value='true'". ((yarpp_get_option($option) == 1) ? ' checked="checked"': '' )." /> $desc</th>$thplus
119
- </tr>";
120
- }
121
- function yarpp_options_textbox($option,$desc,$size=2,$tr="<tr valign='top'>
122
- <th scope='row'>") {
123
- $value = stripslashes(yarpp_get_option($option,true));
124
- echo " $tr$desc</th>
125
- <td><input name='$option' type='text' id='$option' value='$value' size='$size' /></td>
126
- </tr>";
127
- }
128
- function yarpp_options_importance($option,$desc,$type='word',$tr="<tr valign='top'>
129
- <th scope='row'>",$inputplus = '') {
130
- $value = yarpp_get_option($option);
131
-
132
- // $type could be...
133
- __('word','yarpp');
134
- __('tag','yarpp');
135
- __('category','yarpp');
136
-
137
- echo " $tr$desc</th>
138
- <td>
139
- <input $inputplus type='radio' name='$option' value='1'". (($value == 1) ? ' checked="checked"': '' )." /> ".__("do not consider",'yarpp')."
140
- <input $inputplus type='radio' name='$option' value='2'". (($value == 2) ? ' checked="checked"': '' )." /> ".__("consider",'yarpp')."
141
- <input $inputplus type='radio' name='$option' value='3'". (($value == 3) ? ' checked="checked"': '' )." />
142
- ".sprintf(__("require at least one %s in common",'yarpp'),__($type,'yarpp'))."
143
- <input $inputplus type='radio' name='$option' value='4'". (($value == 4) ? ' checked="checked"': '' )." />
144
- ".sprintf(__("require more than one %s in common",'yarpp'),__($type,'yarpp'))."
145
- </td>
146
- </tr>";
147
- }
148
-
149
- function yarpp_options_importance2($option,$desc,$type='word',$tr="<tr valign='top'>
150
- <th scope='row'>",$inputplus = '') {
151
- $value = yarpp_get_option($option);
152
-
153
- echo " $tr$desc</th>
154
- <td>
155
- <input $inputplus type='radio' name='$option' value='1'". (($value == 1) ? ' checked="checked"': '' )." />
156
- ".__("do not consider",'yarpp')."
157
- <input $inputplus type='radio' name='$option' value='2'". (($value == 2) ? ' checked="checked"': '' )." /> ".__("consider",'yarpp')."
158
- <input $inputplus type='radio' name='$option' value='3'". (($value == 3) ? ' checked="checked"': '' )." /> ".__("consider with extra weight",'yarpp')."
159
- </td>
160
- </tr>";
161
- }
162
-
163
- function yarpp_options_select($option,$desc,$type='word',$tr="<tr valign='top'>
164
- <th scope='row'>",$inputplus = '') {
165
- echo " $tr$desc</th>
166
- <td>
167
- <input $inputplus type='radio' name='$option' value='1'". ((yarpp_get_option($option) == 1) ? ' checked="checked"': '' )." />
168
- ".__("do not consider",'yarpp')."
169
- <input $inputplus type='radio' name='$option' value='2'". ((yarpp_get_option($option) == 2) ? ' checked="checked"': '' )." />
170
- ".__("consider",'yarpp')."
171
- <input $inputplus type='radio' name='$option' value='3'". ((yarpp_get_option($option) == 3) ? ' checked="checked"': '' )." />
172
- ".sprintf(__("require at least one %s in common",'yarpp'),__($type,'yarpp'))."
173
- <input $inputplus type='radio' name='$option' value='4'". ((yarpp_get_option($option) == 4) ? ' checked="checked"': '' )." />
174
- ".sprintf(__("require more than one %s in common",'yarpp'),__($type,'yarpp'))."
175
- </td>
176
- </tr>";
177
- }
178
-
179
  ?>
180
- <style type="text/css">
181
- .form-table td {
182
- line-height: 11px; /* to match the th's */
183
- }
184
- </style>
185
  <script type="text/javascript">
186
  //<!--
187
 
188
- var css = document.createElement("link");
 
 
 
 
 
189
  css.setAttribute("rel", "stylesheet");
190
  css.setAttribute("type", "text/css");
191
  css.setAttribute("href", "../wp-content/plugins/yet-another-related-posts-plugin/options.css");
192
- document.getElementsByTagName("head")[0].appendChild(css);
193
 
194
  var spinner = '<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>';
195
 
@@ -246,89 +156,28 @@ function load_display_discats() {
246
 
247
  <form method="post">
248
 
249
- <div>
250
- <div id="badges" style="float:right">
251
- <!--<small><a href="http://wordpress.org/tags/yet-another-related-posts-plugin" style="padding-right: 10px;">Support forums</a></small>-->
252
- <a href='https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=66G4DATK4999L&item_name=mitcho%2ecom%2fcode%3a%20donate%20to%20Michael%20Yoshitaka%20Erlewine&no_shipping=1&no_note=1&tax=0&currency_code=USD&lc=US&charset=UTF%2d8' target='_new'><img src="https://www.paypal.com/<?php echo paypal_directory(); ?>i/btn/btn_donate_SM.gif" name="submit" alt="<?php _e('Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal');?>" title="<?php _e('Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal','yarpp');?>" style="padding-left: 10px;"/></a>
253
- </div>
254
-
255
- <small><?php _e('by <a href="http://mitcho.com/">mitcho (Michael 芳貴 Erlewine)</a>','yarpp');?>. <?php _e('Follow <a href="http://twitter.com/yarpp/">Yet Another Related Posts Plugin on Twitter</a>','yarpp');?>.</small>
256
-
257
  </div>
258
 
259
  <!-- <div style='border:1px solid #ddd;padding:8px;'>-->
260
- <div id="poststuff" class="metabox-holder">
261
- <div class="meta-box-sortables">
262
-
263
- <!--The Pool-->
264
- <script>
265
- jQuery(document).ready(function($) {
266
- $('.postbox').children('h3, .handlediv').click(function(){
267
- $(this).siblings('.inside').toggle();
268
- });
269
- });
270
- </script>
271
- <div class='postbox'>
272
- <div class="handlediv" title="<?php _e( 'Click to toggle' ); ?>">
273
- <br/>
274
- </div>
275
- <h3 class='hndle'><span><?php _e('"The Pool"','yarpp');?></span></h3>
276
- <div class='inside'>
277
- <p><?php _e('"The Pool" refers to the pool of posts and pages that are candidates for display as related to the current entry.','yarpp');?></p>
278
-
279
- <table class="form-table" style="margin-top: 0">
280
- <tbody>
281
- <tr valign='top'>
282
- <th scope='row'><?php _e('Disallow by category:','yarpp');?></th><td><div id='display_discats' style="overflow:auto;max-height:100px;"></div></td></tr>
283
- <tr valign='top'>
284
- <th scope='row'><?php _e('Disallow by tag:','yarpp');?></th>
285
- <td><div id='display_distags' style="overflow:auto;max-height:100px;"></div></td></tr>
286
  <?php
287
- yarpp_options_checkbox('show_pass_post',__("Show password protected posts?",'yarpp'));
288
-
289
- $recent_number = "<input name=\"recent_number\" type=\"text\" id=\"recent_number\" value=\"".stripslashes(yarpp_get_option('recent_number',true))."\" size=\"2\" />";
290
- $recent_units = "<select name=\"recent_units\" id=\"recent_units\">
291
- <option value='day'". (('day'==yarpp_get_option('recent_units'))?" selected='selected'":'').">".__('day(s)','yarpp')."</option>
292
- <option value='week'". (('week'==yarpp_get_option('recent_units'))?" selected='selected'":'').">".__('week(s)','yarpp')."</option>
293
- <option value='month'". (('month'==yarpp_get_option('recent_units'))?" selected='selected'":'').">".__('month(s)','yarpp')."</option>
294
- </select>";
295
- yarpp_options_checkbox('recent_only',str_replace('NUMBER',$recent_number,str_replace('UNITS',$recent_units,__("Show only posts from the past NUMBER UNITS",'yarpp'))));
296
  ?>
 
297
 
298
- </tbody>
299
- </table>
300
- </div>
 
301
  </div>
302
 
303
- <!-- Relatedness -->
304
- <div class='postbox'>
305
- <div class="handlediv" title="<?php _e( 'Click to toggle' ); ?>">
306
- <br/>
307
- </div>
308
- <h3 class='hndle'><span><?php _e('"Relatedness" options','yarpp');?></span></h3>
309
- <div class='inside'>
310
-
311
- <p><?php _e('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>.','yarpp');?> <a href="#" class='info'><?php _e('more&gt;','yarpp');?><span><?php _e('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.','yarpp');?></span></a></p>
312
-
313
- <table class="form-table" style="margin-top: 0">
314
- <tbody>
315
-
316
  <?php
317
- yarpp_options_textbox('threshold',__('Match threshold:','yarpp'));
318
- yarpp_options_importance2('title',__("Titles: ",'yarpp'),'word',"<tr valign='top'>
319
- <th scope='row'>",(!$yarpp_myisam?' readonly="readonly" disabled="disabled"':''));
320
- yarpp_options_importance2('body',__("Bodies: ",'yarpp'),'word',"<tr valign='top'>
321
- <th scope='row'>",(!$yarpp_myisam?' readonly="readonly" disabled="disabled"':''));
322
- yarpp_options_importance('tags',__("Tags: ",'yarpp'),'tag',"<tr valign='top'>
323
- <th scope='row'>",'');
324
- yarpp_options_importance('categories',__("Categories: ",'yarpp'),'category',"<tr valign='top'>
325
- <th scope='row'>",'');
326
- yarpp_options_checkbox('cross_relate',__("Cross-relate posts and pages?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("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.",'yarpp')."</span></a>");
327
- yarpp_options_checkbox('past_only',__("Show only previous posts?",'yarpp'));
328
  ?>
329
- </tbody>
330
- </table>
331
- </div>
332
  </div>
333
 
334
  <script language="javascript">
@@ -343,12 +192,15 @@ function load_display_discats() {
343
  }
344
  excerpt();
345
  }
 
 
346
  function excerpt() {
347
  if (!jQuery('.template').eq(0).attr('checked') && jQuery('.show_excerpt').eq(0).attr('checked'))
348
  jQuery('.excerpted').show();
349
  else
350
  jQuery('.excerpted').hide();
351
  }
 
352
 
353
  function rss_display() {
354
  if (jQuery('.rss_display').eq(0).attr('checked'))
@@ -357,6 +209,8 @@ function load_display_discats() {
357
  jQuery('.rss_displayed').hide();
358
  rss_excerpt();
359
  }
 
 
360
  function rss_template() {
361
  if (jQuery('.rss_template').eq(0).attr('checked')) {
362
  jQuery('.rss_templated').show();
@@ -367,12 +221,15 @@ function load_display_discats() {
367
  }
368
  rss_excerpt();
369
  }
 
 
370
  function rss_excerpt() {
371
  if (jQuery('.rss_display').eq(0).attr('checked') && jQuery('.rss_show_excerpt').eq(0).attr('checked'))
372
  jQuery('.rss_excerpted').show();
373
  else
374
  jQuery('.rss_excerpted').hide();
375
  }
 
376
 
377
  function yarpp_js_init() {
378
  template();
@@ -402,160 +259,16 @@ function load_display_discats() {
402
  );
403
  }
404
 
405
- jQuery(document).ready(yarpp_js_init);
406
  //-->
407
  </script>
408
 
409
- <!-- Display options -->
410
- <div class='postbox'>
411
- <div class="handlediv" title="<?php _e( 'Click to toggle' ); ?>">
412
- <br/>
413
- </div>
414
- <h3 class='hndle'><span><?php _e("Display options <small>for your website</small>",'yarpp');?></span></h3>
415
- <div class='inside'>
416
-
417
- <table class="form-table" style="margin-top: 0;width:100%">
418
- <?php
419
- yarpp_options_checkbox('auto_display',__("Automatically display related posts?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("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.",'yarpp')."</span></a>","<tr valign='top'>
420
- <th class='th-full' colspan='2' scope='row'>",'','<td rowspan="11" style="border-left:8px transparent solid;"><b>'.__("Website display code example",'yarpp').'</b><br /><small>'.__("(Update options to reload.)",'yarpp').'</small><br/>'
421
- ."<div id='display_demo_web' style='overflow:auto;width:350px;max-height:500px;'></div></td>");?>
422
-
423
- <?php yarpp_options_textbox('limit',__('Maximum number of related posts:','yarpp'))?>
424
- <?php yarpp_options_checkbox('use_template',__("Display using a custom template file",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("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.",'yarpp')."</span></a>","<tr valign='top'><th colspan='2'>",' class="template" onclick="javascript:template()"'.(!$yarpp_templateable?' disabled="disabled"':'')); ?>
425
- <tr valign='top' class='templated'>
426
- <th><?php _e("Template file:",'yarpp');?></th>
427
- <td>
428
- <select name="template_file" id="template_file">
429
- <?php foreach (glob(STYLESHEETPATH . '/yarpp-template-*.php') as $template): ?>
430
- <option value='<?php echo htmlspecialchars(basename($template))?>'<?php echo (basename($template)==yarpp_get_option('template_file'))?" selected='selected'":'';?>><?php echo htmlspecialchars(basename($template))?></option>
431
- <?php endforeach; ?>
432
- </select>
433
- </td>
434
- </tr>
435
- <tr valign='top' class='not_templated'>
436
- <th><?php _e("Before / after related entries:",'yarpp');?></th>
437
- <td><input name="before_related" type="text" id="before_related" value="<?php echo stripslashes(yarpp_get_option('before_related',true)); ?>" size="10" /> / <input name="after_related" type="text" id="after_related" value="<?php echo stripslashes(yarpp_get_option('after_related',true)); ?>" size="10" /><em><small> <?php _e("For example:",'yarpp');?> &lt;ol&gt;&lt;/ol&gt;<?php _e(' or ','yarpp');?>&lt;div&gt;&lt;/div&gt;</small></em>
438
- </td>
439
- </tr>
440
- <tr valign='top' class='not_templated'>
441
- <th><?php _e("Before / after each related entry:",'yarpp');?></th>
442
- <td><input name="before_title" type="text" id="before_title" value="<?php echo stripslashes(yarpp_get_option('before_title',true)); ?>" size="10" /> / <input name="after_title" type="text" id="after_title" value="<?php echo stripslashes(yarpp_get_option('after_title',true)); ?>" size="10" /><em><small> <?php _e("For example:",'yarpp');?> &lt;li&gt;&lt;/li&gt;<?php _e(' or ','yarpp');?>&lt;dl&gt;&lt;/dl&gt;</small></em>
443
- </td>
444
- </tr>
445
- <?php yarpp_options_checkbox('show_excerpt',__("Show excerpt?",'yarpp'),"<tr class='not_templated' valign='top'><th colspan='2'>",' class="show_excerpt" onclick="javascript:excerpt()"'); ?>
446
- <?php yarpp_options_textbox('excerpt_length',__('Excerpt length (No. of words):','yarpp'),null,"<tr class='excerpted' valign='top'>
447
- <th>")?>
448
-
449
- <tr class="excerpted" valign='top'>
450
- <th><?php _e("Before / after (Excerpt):",'yarpp');?></th>
451
- <td><input name="before_post" type="text" id="before_post" value="<?php echo stripslashes(yarpp_get_option('before_post',true)); ?>" size="10" /> / <input name="after_post" type="text" id="after_post" value="<?php echo stripslashes(yarpp_get_option('after_post')); ?>" size="10" /><em><small> <?php _e("For example:",'yarpp');?> &lt;li&gt;&lt;/li&gt;<?php _e(' or ','yarpp');?>&lt;dl&gt;&lt;/dl&gt;</small></em>
452
- </td>
453
- </tr>
454
-
455
- <tr valign='top'>
456
- <th><?php _e("Order results:",'yarpp');?></th>
457
- <td><select name="order" id="order">
458
- <option value="score DESC" <?php echo (yarpp_get_option('order')=='score DESC'?' selected="selected"':'')?>><?php _e("score (high relevance to low)",'yarpp');?></option>
459
- <option value="score ASC" <?php echo (yarpp_get_option('order')=='score ASC'?' selected="selected"':'')?>><?php _e("score (low relevance to high)",'yarpp');?></option>
460
- <option value="post_date DESC" <?php echo (yarpp_get_option('order')=='post_date DESC'?' selected="selected"':'')?>><?php _e("date (new to old)",'yarpp');?></option>
461
- <option value="post_date ASC" <?php echo (yarpp_get_option('order')=='post_date ASC'?' selected="selected"':'')?>><?php _e("date (old to new)",'yarpp');?></option>
462
- <option value="post_title ASC" <?php echo (yarpp_get_option('order')=='post_title ASC'?' selected="selected"':'')?>><?php _e("title (alphabetical)",'yarpp');?></option>
463
- <option value="post_title DESC" <?php echo (yarpp_get_option('order')=='post_title DESC'?' selected="selected"':'')?>><?php _e("title (reverse alphabetical)",'yarpp');?></option>
464
- </select>
465
- </td>
466
- </tr>
467
-
468
- <?php yarpp_options_textbox('no_results',__('Default display if no results:','yarpp'),'40',"<tr class='not_templated' valign='top'>
469
- <th>")?>
470
- <?php yarpp_options_checkbox('promote_yarpp',__("Help promote Yet Another Related Posts Plugin?",'yarpp')
471
- ." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>"
472
- .sprintf(__("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.", 'yarpp'),"<code>".htmlspecialchars(__("Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.",'yarpp'))."</code>") ."</span></a>"); ?>
473
- </table>
474
- </div>
475
- </div>
476
-
477
- <!-- Display options for RSS -->
478
- <div class='postbox'>
479
- <div class="handlediv" title="<?php _e( 'Click to toggle' ); ?>">
480
- <br/>
481
- </div>
482
- <h3 class='hndle'><span><?php _e("Display options <small>for RSS</small>",'yarpp');?></span></h3>
483
- <div class='inside'>
484
-
485
- <table class="form-table" style="margin-top: 0;width:100%">
486
- <?php
487
-
488
- yarpp_options_checkbox('rss_display',__("Display related posts in feeds?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed.",'yarpp')."</span></a>","<tr valign='top'><th colspan='3'>",' class="rss_display" onclick="javascript:rss_display();"');
489
- yarpp_options_checkbox('rss_excerpt_display',__("Display related posts in the descriptions?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("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.",'yarpp')."</span></a>","<tr class='rss_displayed' valign='top'>
490
- <th class='th-full' colspan='2' scope='row'>",'','<td rowspan="9" style="border-left:8px transparent solid;"><b>'.__("RSS display code example",'yarpp').'</b><br /><small>'.__("(Update options to reload.)",'yarpp').'</small><br/>'
491
- ."<div id='display_demo_rss' style='overflow:auto;width:350px;max-height:500px;'></div></td>"); ?>
492
- <?php yarpp_options_textbox('rss_limit',__('Maximum number of related posts:','yarpp'),2)?>
493
- <?php yarpp_options_checkbox('rss_use_template',__("Display using a custom template file",'yarpp')." <!--<span style='color:red;'>".__('NEW!','yarpp')."</span>--> <a href='#' class='info'>".__('more&gt;','yarpp')."<span>".__("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.",'yarpp')."</span></a>","<tr valign='top'><th colspan='2'>",' class="rss_template" onclick="javascript:rss_template()"'.(!$yarpp_templateable?' disabled="disabled"':'')); ?>
494
- <tr valign='top' class='rss_templated'>
495
- <th><?php _e("Template file:",'yarpp');?></th>
496
- <td>
497
- <select name="rss_template_file" id="rss_template_file">
498
- <?php foreach (glob(STYLESHEETPATH . '/yarpp-template-*.php') as $template): ?>
499
- <option value='<?php echo htmlspecialchars(basename($template))?>'<?php echo (basename($template)==yarpp_get_option('rss_template_file'))?" selected='selected'":'';?>><?php echo htmlspecialchars(basename($template))?></option>
500
- <?php endforeach; ?>
501
- </select>
502
- </td>
503
- </tr>
504
- <tr class='rss_not_templated' valign='top'>
505
- <th><?php _e("Before / after related entries display:",'yarpp');?></th>
506
- <td><input name="rss_before_related" type="text" id="rss_before_related" value="<?php echo stripslashes(yarpp_get_option('rss_before_related',true)); ?>" size="10" /> / <input name="rss_after_related" type="text" id="rss_after_related" value="<?php echo stripslashes(yarpp_get_option('rss_after_related',true)); ?>" size="10" /><em><small> <?php _e("For example:",'yarpp');?> &lt;ol&gt;&lt;/ol&gt;<?php _e(' or ','yarpp');?>&lt;div&gt;&lt;/div&gt;</small></em>
507
- </td>
508
- </tr>
509
- <tr class='rss_not_templated' valign='top'>
510
- <th><?php _e("Before / after each related entry:",'yarpp');?></th>
511
- <td><input name="rss_before_title" type="text" id="rss_before_title" value="<?php echo stripslashes(yarpp_get_option('rss_before_title',true)); ?>" size="10" /> / <input name="rss_after_title" type="text" id="rss_after_title" value="<?php echo stripslashes(yarpp_get_option('rss_after_title',true)); ?>" size="10" /><em><small> <?php _e("For example:",'yarpp');?> &lt;li&gt;&lt;/li&gt;<?php _e(' or ','yarpp');?>&lt;dl&gt;&lt;/dl&gt;</small></em>
512
- </td>
513
- </tr>
514
- <?php yarpp_options_checkbox('rss_show_excerpt',__("Show excerpt?",'yarpp'),"<tr class='rss_not_templated' valign='top'><th colspan='2'>",' class="rss_show_excerpt" onclick="javascript:rss_excerpt()"'); ?>
515
- <?php yarpp_options_textbox('rss_excerpt_length',__('Excerpt length (No. of words):','yarpp'),null,"<tr class='rss_excerpted' valign='top'>
516
- <th>")?>
517
-
518
- <tr class="rss_excerpted" valign='top'>
519
- <th><?php _e("Before / after (excerpt):",'yarpp');?></th>
520
- <td><input name="rss_before_post" type="text" id="rss_before_post" value="<?php echo stripslashes(yarpp_get_option('rss_before_post',true)); ?>" size="10" /> / <input name="rss_after_post" type="text" id="rss_after_post" value="<?php echo stripslashes(yarpp_get_option('rss_after_post')); ?>" size="10" /><em><small> <?php _e("For example:",'yarpp');?> &lt;li&gt;&lt;/li&gt;<?php _e(' or ','yarpp');?>&lt;dl&gt;&lt;/dl&gt;</small></em>
521
- </td>
522
- </tr>
523
-
524
- <tr class='rss_displayed' valign='top'>
525
- <th><?php _e("Order results:",'yarpp');?></th>
526
- <td><select name="rss_order" id="rss_order">
527
- <option value="score DESC" <?php echo (yarpp_get_option('rss_order')=='score DESC'?' selected="selected"':'')?>><?php _e("score (high relevance to low)",'yarpp');?></option>
528
- <option value="score ASC" <?php echo (yarpp_get_option('rss_order')=='score ASC'?' selected="selected"':'')?>><?php _e("score (low relevance to high)",'yarpp');?></option>
529
- <option value="post_date DESC" <?php echo (yarpp_get_option('rss_order')=='post_date DESC'?' selected="selected"':'')?>><?php _e("date (new to old)",'yarpp');?></option>
530
- <option value="post_date ASC" <?php echo (yarpp_get_option('rss_order')=='post_date ASC'?' selected="selected"':'')?>><?php _e("date (old to new)",'yarpp');?></option>
531
- <option value="post_title ASC" <?php echo (yarpp_get_option('rss_order')=='post_title ASC'?' selected="selected"':'')?>><?php _e("title (alphabetical)",'yarpp');?></option>
532
- <option value="post_title DESC" <?php echo (yarpp_get_option('rss_order')=='post_title DESC'?' selected="selected"':'')?>><?php _e("title (reverse alphabetical)",'yarpp');?></option>
533
- </select>
534
- </td>
535
- </tr>
536
-
537
- <?php yarpp_options_textbox('rss_no_results',__('Default display if no results:','yarpp'),'40',"<tr valign='top' class='rss_not_templated'>
538
- <th scope='row'>")?>
539
- <?php yarpp_options_checkbox('rss_promote_yarpp',__("Help promote Yet Another Related Posts Plugin?",'yarpp')." <a href='#' class='info'>".__('more&gt;','yarpp')."<span>"
540
- .sprintf(__("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.", 'yarpp'),"<code>".htmlspecialchars(__("Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.",'yarpp'))."</code>") ."</span></a>","<tr valign='top' class='rss_displayed'>
541
- <th class='th-full' colspan='2' scope='row'>"); ?>
542
- </table>
543
- </div>
544
- </div>
545
-
546
- <!--cache engine: <?php echo $yarpp_cache->name;?>; cache status: <?php echo $yarpp_cache->cache_status();?>-->
547
-
548
  <div>
549
  <p class="submit">
550
  <input type="submit" class='button-primary' name="update_yarpp" value="<?php _e("Update options",'yarpp')?>" />
551
  <input type="submit" onclick='return confirm("<?php _e("Do you really want to reset your configuration?",'yarpp');?>");' class="yarpp_warning" name="reset_yarpp" value="<?php _e('Reset options','yarpp')?>" />
552
  </p>
553
  </div>
554
-
555
- </div></div> <!--closing metabox containers-->
556
 
557
  </form>
558
-
559
- <?php
560
-
561
- ?>
1
  <?php
2
 
3
+ global $wpdb, $yarpp_value_options, $yarpp_binary_options, $wp_version, $yarpp_cache, $yarpp_templateable;
4
 
5
  // Reenforce YARPP setup:
6
  if (!get_option('yarpp_version'))
16
  // check to see that templates are in the right place
17
  $yarpp_templateable = (count(glob(STYLESHEETPATH . '/yarpp-template-*.php')) > 0);
18
  if (!$yarpp_templateable) {
 
 
 
 
 
 
 
 
 
 
19
  yarpp_set_option('use_template',false);
20
  yarpp_set_option('rss_use_template',false);
21
 
79
  } else {
80
  yarpp_set_option('distags','');
81
  }
82
+
 
83
  foreach (array_keys($yarpp_binary_options) as $option) {
84
  (isset($_POST[$option])) ? yarpp_set_option($option,1) : yarpp_set_option($option,0);
85
  }
86
  echo '<div class="updated fade"><p>'.__('Options saved!','yarpp').'</p></div>';
87
  }
88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  ?>
 
 
 
 
 
90
  <script type="text/javascript">
91
  //<!--
92
 
93
+ // since 3.2.3: add screen option toggles
94
+ jQuery(function() {
95
+ postboxes.add_postbox_toggles(pagenow);
96
+ });
97
+
98
+ /*var css = document.createElement("link");
99
  css.setAttribute("rel", "stylesheet");
100
  css.setAttribute("type", "text/css");
101
  css.setAttribute("href", "../wp-content/plugins/yet-another-related-posts-plugin/options.css");
102
+ document.getElementsByTagName("head")[0].appendChild(css);*/
103
 
104
  var spinner = '<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>';
105
 
156
 
157
  <form method="post">
158
 
159
+ <div id="yarpp_author_text">
160
+ <small><?php printf(__('by <a href="%s" target="_blank">mitcho (Michael 芳貴 Erlewine)</a>','yarpp'), 'http://yarpp.org/');?></small>
 
 
 
 
 
 
161
  </div>
162
 
163
  <!-- <div style='border:1px solid #ddd;padding:8px;'>-->
164
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  <?php
166
+ wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false );
167
+ wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false );
 
 
 
 
 
 
 
168
  ?>
169
+ <div id="poststuff" class="metabox-holder has-right-sidebar">
170
 
171
+ <div class="inner-sidebar" id="side-info-column">
172
+ <?php
173
+ do_meta_boxes('settings_page_yarpp', 'side', array());
174
+ ?>
175
  </div>
176
 
177
+ <div id="post-body-content">
 
 
 
 
 
 
 
 
 
 
 
 
178
  <?php
179
+ do_meta_boxes('settings_page_yarpp', 'normal', array());
 
 
 
 
 
 
 
 
 
 
180
  ?>
 
 
 
181
  </div>
182
 
183
  <script language="javascript">
192
  }
193
  excerpt();
194
  }
195
+ jQuery('.template').click(template);
196
+
197
  function excerpt() {
198
  if (!jQuery('.template').eq(0).attr('checked') && jQuery('.show_excerpt').eq(0).attr('checked'))
199
  jQuery('.excerpted').show();
200
  else
201
  jQuery('.excerpted').hide();
202
  }
203
+ jQuery('.show_excerpt,.template').click(excerpt);
204
 
205
  function rss_display() {
206
  if (jQuery('.rss_display').eq(0).attr('checked'))
209
  jQuery('.rss_displayed').hide();
210
  rss_excerpt();
211
  }
212
+ jQuery('.rss_display').click(rss_display);
213
+
214
  function rss_template() {
215
  if (jQuery('.rss_template').eq(0).attr('checked')) {
216
  jQuery('.rss_templated').show();
221
  }
222
  rss_excerpt();
223
  }
224
+ jQuery('.rss_template').click(rss_template);
225
+
226
  function rss_excerpt() {
227
  if (jQuery('.rss_display').eq(0).attr('checked') && jQuery('.rss_show_excerpt').eq(0).attr('checked'))
228
  jQuery('.rss_excerpted').show();
229
  else
230
  jQuery('.rss_excerpted').hide();
231
  }
232
+ jQuery('.rss_display,.rss_show_excerpt').click(rss_excerpt);
233
 
234
  function yarpp_js_init() {
235
  template();
259
  );
260
  }
261
 
262
+ jQuery(yarpp_js_init);
263
  //-->
264
  </script>
265
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  <div>
267
  <p class="submit">
268
  <input type="submit" class='button-primary' name="update_yarpp" value="<?php _e("Update options",'yarpp')?>" />
269
  <input type="submit" onclick='return confirm("<?php _e("Do you really want to reset your configuration?",'yarpp');?>");' class="yarpp_warning" name="reset_yarpp" value="<?php _e('Reset options','yarpp')?>" />
270
  </p>
271
  </div>
272
+ <!--cache engine: <?php echo $yarpp_cache->name;?>; cache status: <?php echo $yarpp_cache->cache_status();?>-->
 
273
 
274
  </form>
 
 
 
 
paypal-icon.png ADDED
Binary file
plugin.png ADDED
Binary file
readme.txt CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://mitcho.com/code/yarpp/
6
  Donate link: http://tinyurl.com/donatetomitcho
7
  Tags: related, posts, post, pages, page, RSS, feed, feeds
8
  Requires at least: 3.0
9
- Tested up to: 3.1
10
  Stable tag: 3.2.2
11
 
12
  Display a list of related entries on your site and feeds based on a unique algorithm. Templating allows customization of the display.
@@ -156,8 +156,10 @@ YARPP is currently localized in the following languages:
156
  * Hebrew (`he_IL`) by Mickey Zelansky (yarpp-he at mitcho dot com) of [simpleidea.us](http://simpleidea.us)
157
  * Hindi (`hi_IN`) by [Outshine Solutions](http://outshinesolutions.com/) (yarpp-hi at mitcho dot com)
158
  * Italian (`it_IT`) by Gianni Diurno (yarpp-it at mitcho dot com) of [gidibao.net](http://gidibao.net)
 
159
  * Bahasa Indonesia (`id_ID`) by [Hendry Lee](http://hendrylee.com/) (yarpp-id at mitcho dot com) of [Kelayang](http://kelayang.com/)
160
  * Japanese (`ja`) by myself (yarpp at mitcho dot com)
 
161
  * Korean (`ko_KR`) by [Jong-In Kim](http://incommunity.codex.kr) (yarpp-ko at mitcho dot com)
162
  * Latvian (`lv_LV`) by [Mike](http://antsar.info) (yarpp-lv at mitcho dot com)
163
  * Lithuanian (`lt_LT`) by [Karolis Vyčius](http://vycius.co.cc) and [Mantas Malcius](http://mantas.malcius.lt) (yarpp-lt at mitcho dot com)
@@ -185,6 +187,15 @@ If you are a bilingual speaker of English and another language and an avid user
185
 
186
  == Changelog ==
187
 
 
 
 
 
 
 
 
 
 
188
  = 3.2.2 =
189
  * Now [ignores soft hyphens](http://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-french-overused-words) in keyword construction
190
  * Minor fix for "cross-relate posts and pages" option and more accurate `related_*()` results across post types
@@ -446,5 +457,8 @@ If you are a bilingual speaker of English and another language and an avid user
446
  * Initial upload
447
 
448
  == Upgrade Notice ==
 
 
 
449
  = 3.2.2 =
450
  Requires PHP 5.
6
  Donate link: http://tinyurl.com/donatetomitcho
7
  Tags: related, posts, post, pages, page, RSS, feed, feeds
8
  Requires at least: 3.0
9
+ Tested up to: 3.2
10
  Stable tag: 3.2.2
11
 
12
  Display a list of related entries on your site and feeds based on a unique algorithm. Templating allows customization of the display.
156
  * Hebrew (`he_IL`) by Mickey Zelansky (yarpp-he at mitcho dot com) of [simpleidea.us](http://simpleidea.us)
157
  * Hindi (`hi_IN`) by [Outshine Solutions](http://outshinesolutions.com/) (yarpp-hi at mitcho dot com)
158
  * Italian (`it_IT`) by Gianni Diurno (yarpp-it at mitcho dot com) of [gidibao.net](http://gidibao.net)
159
+ * Irish (`gb_IR`) by [Ray Gren](http://letsbefamous.com) (yarpp-gb at mitcho dot com)
160
  * Bahasa Indonesia (`id_ID`) by [Hendry Lee](http://hendrylee.com/) (yarpp-id at mitcho dot com) of [Kelayang](http://kelayang.com/)
161
  * Japanese (`ja`) by myself (yarpp at mitcho dot com)
162
+ * Kazakh (`kk_KZ`) by [DachaDecor](http://DachaDecor.ru) (yarpp-kk at mitcho dot com)
163
  * Korean (`ko_KR`) by [Jong-In Kim](http://incommunity.codex.kr) (yarpp-ko at mitcho dot com)
164
  * Latvian (`lv_LV`) by [Mike](http://antsar.info) (yarpp-lv at mitcho dot com)
165
  * Lithuanian (`lt_LT`) by [Karolis Vyčius](http://vycius.co.cc) and [Mantas Malcius](http://mantas.malcius.lt) (yarpp-lt at mitcho dot com)
187
 
188
  == Changelog ==
189
 
190
+ = 3.2.3 =
191
+ * Pretty major rewrite to the options page for extensibility and screen options support
192
+ * By default, the options screen now only show the display options. "The Pool" and "Relatedness" options can be shown in the screen options tab in the top right corner of the screen.
193
+ * Localizations
194
+ * Quick fix to Czech word list file name
195
+ * Updated Italian localization (`it_IT`)
196
+ * Added Hungarian (`hu_HU`) by [daSSad](http://dassad.com) (yarpp-hu at mitcho dot com)
197
+ * Added Kazakh (`kk_KZ`) by [DachaDecor](http://DachaDecor.ru) (yarpp-kk at mitcho dot com)
198
+ * Added Irish (`gb_IR`) by [Ray Gren](http://letsbefamous.com) (yarpp-gb at mitcho dot com)
199
  = 3.2.2 =
200
  * Now [ignores soft hyphens](http://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-french-overused-words) in keyword construction
201
  * Minor fix for "cross-relate posts and pages" option and more accurate `related_*()` results across post types
457
  * Initial upload
458
 
459
  == Upgrade Notice ==
460
+ = 3.2.3 =
461
+ Some YARPP options are now hidden by default. You can show them again from the screen options tab.
462
+
463
  = 3.2.2 =
464
  Requires PHP 5.
related-functions.php CHANGED
@@ -27,5 +27,3 @@ function related_pages_exist($a = array(),$reference_ID=false) {
27
  function related_entries_exist($a = array(),$reference_ID=false) {
28
  return yarpp_related_exist(array('page','post'),$a,$reference_ID);
29
  }
30
-
31
- ?>
27
  function related_entries_exist($a = array(),$reference_ID=false) {
28
  return yarpp_related_exist(array('page','post'),$a,$reference_ID);
29
  }
 
 
twitter.png ADDED
Binary file
wordpress.png ADDED
Binary file
yarpp.php CHANGED
@@ -1,19 +1,19 @@
1
  <?php
2
  /*
3
  Plugin Name: Yet Another Related Posts Plugin
4
- Plugin URI: http://mitcho.com/code/yarpp/
5
  Description: Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. A templating feature allows customization of the display.
6
- Version: 3.2.2
7
  Author: mitcho (Michael Yoshitaka Erlewine)
8
  Author URI: http://mitcho.com/
9
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=66G4DATK4999L&item_name=mitcho%2ecom%2fcode%3a%20donate%20to%20Michael%20Yoshitaka%20Erlewine&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&charset=UTF%2d8
10
  */
11
 
12
  // set $yarpp_debug
13
  if (isset($_REQUEST['yarpp_debug']))
14
  $yarpp_debug = true;
15
 
16
- define('YARPP_VERSION','3.2.2');
17
  define('YARPP_DIR',dirname(__FILE__));
18
  // 3.2.1: safer new version checking
19
  add_action('wp_ajax_yarpp_version_json', 'yarpp_version_json');
@@ -33,14 +33,20 @@ require_once(YARPP_DIR . '/cache-' . YARPP_CACHE_TYPE . '.php');
33
  // For PHP 4, we have to pass this object by reference:
34
  $GLOBALS['yarpp_cache'] =& new $yarpp_storage_class;
35
 
36
- // Setup admin
 
 
 
37
  add_action('admin_menu','yarpp_admin_menu');
 
 
 
 
 
 
38
  add_filter('the_content','yarpp_default',1200);
39
  add_filter('the_content_rss','yarpp_rss',600);
40
  add_filter('the_excerpt_rss','yarpp_rss_excerpt',600);
41
- register_activation_hook(__FILE__,'yarpp_activate');
42
-
43
- load_plugin_textdomain('yarpp', PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)), dirname(plugin_basename(__FILE__)).'/lang',dirname(plugin_basename(__FILE__)).'/lang');
44
 
45
  // new in 2.0: add as a widget
46
  add_action('widgets_init', 'widget_yarpp_init');
1
  <?php
2
  /*
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. A templating feature allows customization of the display.
6
+ Version: 3.2.3b1
7
  Author: mitcho (Michael Yoshitaka Erlewine)
8
  Author URI: http://mitcho.com/
9
+ Donate link: http://tinyurl.com/donatetomitcho
10
  */
11
 
12
  // set $yarpp_debug
13
  if (isset($_REQUEST['yarpp_debug']))
14
  $yarpp_debug = true;
15
 
16
+ define('YARPP_VERSION','3.2.3b1');
17
  define('YARPP_DIR',dirname(__FILE__));
18
  // 3.2.1: safer new version checking
19
  add_action('wp_ajax_yarpp_version_json', 'yarpp_version_json');
33
  // For PHP 4, we have to pass this object by reference:
34
  $GLOBALS['yarpp_cache'] =& new $yarpp_storage_class;
35
 
36
+ register_activation_hook(__FILE__,'yarpp_activate');
37
+ load_plugin_textdomain('yarpp', PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)), dirname(plugin_basename(__FILE__)).'/lang',dirname(plugin_basename(__FILE__)).'/lang');
38
+
39
+ // setup admin
40
  add_action('admin_menu','yarpp_admin_menu');
41
+ // new in 3.2.3: properly enqueue scripts for admin:
42
+ add_action( 'admin_enqueue_scripts', 'yarpp_admin_enqueue' );
43
+ // new in 3.2.3: set default meta boxes to show:
44
+ add_filter( 'default_hidden_meta_boxes', 'yarpp_default_hidden_meta_boxes', 10, 2 );
45
+
46
+ // automatic display hooks:
47
  add_filter('the_content','yarpp_default',1200);
48
  add_filter('the_content_rss','yarpp_rss',600);
49
  add_filter('the_excerpt_rss','yarpp_rss_excerpt',600);
 
 
 
50
 
51
  // new in 2.0: add as a widget
52
  add_action('widgets_init', 'widget_yarpp_init');