Yet Another Related Posts Plugin (YARPP) - Version 3.3

Version Description

  • Pretty major rewrite to the options page for extensibility and screen options support
    • 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.
    • Removed the "reset options" button, because it wasn't actually doing anything.
  • Rebuilt the new version notice to actually have a link which triggers the WordPress plugin updater, at least for new full versions
  • Changed default "relatedness" settings to not consider categories, to improve performance
  • Added BlogGlue partnership module
  • Localizations
    • Quick fix to Czech word list file name
    • Updated Italian localization (it_IT)
    • Added Hungarian (hu_HU) by daSSad (yarpp-hu at mitcho dot com)
    • Added Kazakh (kk_KZ) by DachaDecor (yarpp-kk at mitcho dot com)
    • Added Irish (gb_IR) by Ray Gren (yarpp-gb at mitcho dot com)
Download this release

Release Info

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

Code changes from version 3.2.3b3 to 3.3

Files changed (71) hide show
  1. blogglue.php +114 -0
  2. includes.php +5 -5
  3. lang/yarpp-ar_AR.mo +0 -0
  4. lang/yarpp-ar_AR.po +209 -194
  5. lang/yarpp-ar_EG.mo +0 -0
  6. lang/yarpp-ar_EG.po +212 -203
  7. lang/yarpp-bg_BG.mo +0 -0
  8. lang/yarpp-bg_BG.po +213 -198
  9. lang/yarpp-by_BY.mo +0 -0
  10. lang/yarpp-by_BY.po +35 -39
  11. lang/yarpp-de_DE.mo +0 -0
  12. lang/yarpp-de_DE.po +572 -573
  13. lang/yarpp-el_CY.mo +0 -0
  14. lang/yarpp-el_CY.po +665 -573
  15. lang/yarpp-el_EL.mo +0 -0
  16. lang/yarpp-el_EL.po +665 -573
  17. lang/yarpp-es_ES.mo +0 -0
  18. lang/yarpp-es_ES.po +201 -203
  19. lang/yarpp-fa_IR.mo +0 -0
  20. lang/yarpp-fa_IR.po +35 -39
  21. lang/yarpp-fr_FR.mo +0 -0
  22. lang/yarpp-fr_FR.po +35 -39
  23. lang/yarpp-gb_IR.mo +0 -0
  24. lang/yarpp-ge_KA.mo +0 -0
  25. lang/yarpp-ge_KA.po +35 -39
  26. lang/yarpp-hi_IN.mo +0 -0
  27. lang/yarpp-hi_IN.po +35 -39
  28. lang/yarpp-hu_HU.mo +0 -0
  29. lang/yarpp-hu_HU.po +192 -194
  30. lang/yarpp-id_ID.mo +0 -0
  31. lang/yarpp-id_ID.po +35 -39
  32. lang/yarpp-it_IT.mo +0 -0
  33. lang/yarpp-it_IT.po +184 -188
  34. lang/yarpp-ja.mo +0 -0
  35. lang/yarpp-ja_JP.po +46 -43
  36. lang/yarpp-kk_KZ.mo +0 -0
  37. lang/yarpp-kk_KZ.po +22 -26
  38. lang/yarpp-ko_KR.mo +0 -0
  39. lang/yarpp-ko_KR.po +35 -39
  40. lang/yarpp-lt_LT.mo +0 -0
  41. lang/yarpp-lt_LT.po +35 -39
  42. lang/yarpp-lv_LV.mo +0 -0
  43. lang/yarpp-lv_LV.po +35 -39
  44. lang/yarpp-nb_NO.mo +0 -0
  45. lang/yarpp-nb_NO.po +35 -39
  46. lang/yarpp-nl_NL.mo +0 -0
  47. lang/yarpp-nl_NL.po +35 -39
  48. lang/yarpp-pl_PL.mo +0 -0
  49. lang/yarpp-pl_PL.po +35 -39
  50. lang/yarpp-pt_BR.po +35 -39
  51. lang/yarpp-pt_PT.mo +0 -0
  52. lang/{yarpp-pt_PT.po → yarpp-pt_PT.po} +274 -263
  53. lang/yarpp-ru_RU.mo +0 -0
  54. lang/yarpp-ru_RU.po +35 -39
  55. lang/yarpp-sv_SE.mo +0 -0
  56. lang/yarpp-sv_SE.po +35 -39
  57. lang/yarpp-tr_TR.mo +0 -0
  58. lang/yarpp-tr_TR.po +35 -39
  59. lang/yarpp-uk_UA.mo +0 -0
  60. lang/yarpp-uk_UA.po +35 -39
  61. lang/yarpp-uz_UZ.mo +0 -0
  62. lang/yarpp-uz_UZ.po +35 -39
  63. lang/yarpp-vi_VN.mo +0 -0
  64. lang/yarpp-vi_VN.po +35 -39
  65. lang/yarpp-zh_CN.mo +0 -0
  66. lang/yarpp-zh_CN.po +35 -39
  67. mitcho-small.jpg +0 -0
  68. options-meta-boxes.php +3 -3
  69. options.php +5 -3
  70. readme.txt +14 -4
  71. yarpp.php +5 -5
blogglue.php ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ function yarpp_show_blogglue_upsell() {
3
+ if (current_user_can('activate_plugins') &&
4
+ get_option( 'yarpp_blogglue_promo_runonce', false) !== false)
5
+ return;
6
+ update_option( 'yarpp_blogglue_promo_runonce', true );
7
+ ?>
8
+ <style type="text/css">
9
+ #TB_window { min-width: 670px; min-height: 370px; max-height: 370px; }
10
+ #blogglue_top { color: black; padding: 15px; border-bottom: 1px solid #CCC; overflow:auto; }
11
+ #blogglue_top img { float: left; border: 3px solid #555;margin-right: 15px; }
12
+ #blogglue_top p { line-height: 1.7em; }
13
+ #blogglue_bottom, #blogglue_bottom ul { text-align: center; }
14
+ #blogglue_bottom h2 { font-family: "Copperplate Gothic Light"; font-size: 1.3em; }
15
+ #blogglue_bottom a { display: block; width: 150px; padding: 7px 5px; color: white !important; text-decoration: none; font-size: 18px; margin: 0 auto; background-color: #88AF3D; border: 2px solid #5C5C5C; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; }
16
+ #signature { float:right; }
17
+ #disclaimer { color: #666; font-size: 10px; padding-bottom: 0.6em }
18
+ p.button_info { margin: 10px auto; font-size: 10px; color: #666; font-weight: bold; width: 150px; }
19
+ </style>
20
+ <div id="blogglue_update" style="display: none;">
21
+ <div id="blogglue_top">
22
+ <img src="<?php echo plugins_url( 'mitcho-small.jpg', __FILE__ ) ; ?>" alt="mitcho's Photo"/>
23
+ <h2>A Note From YARPP's Author, mitcho</h2>
24
+ <p>For a long time YARPP has been great at linking posts within a single blog. BlogGlue gives your site Related Posts from across the BlogGlue Network and your posts will also show up on other sites you trust. <strong>BlogGlue is the next generation of YARPP.</strong>
25
+ <span id="signature">&mdash; mitcho</span></p>
26
+ </div>
27
+ <div id="blogglue_bottom">
28
+ <table>
29
+ <tr>
30
+ <td width="200">
31
+ <a href="<?php echo wp_nonce_url(self_admin_url('update.php?action=install-plugin&plugin=arkayne-site-to-site-related-content'), 'install-plugin_arkayne-site-to-site-related-content'); ?>">Get BlogGlue</a>
32
+ <p class="button_info">Get your posts promoted by other blogs today.</p>
33
+ </td>
34
+ <td width="250">
35
+ <h2>Benefits Of BlogGlue</h2>
36
+ <ul>
37
+ <li>Related Links on Partner Blogs</li>
38
+ <li>Related Links in Tweets</li>
39
+ <li>Off-server Processing</li>
40
+ <li>Built-in SEO Analyzer</li>
41
+ </ul>
42
+ </td>
43
+ <td width="200">
44
+ <a href="#" onclick="tb_remove(); return false;">No Thanks</a>
45
+ <p class="button_info">I don't want other blogs promoting me.</p>
46
+ </td>
47
+ </tr>
48
+ <tr><td colspan="3" id="disclaimer">Installing BlogGlue will deactivate YARPP. Your YARPP settings will be saved.<img src="http://www.blogglue.com/cohorts/track/yarpp_popup.gif"></td></tr>
49
+ </table>
50
+ </div>
51
+ </div>
52
+ <?php
53
+ echo '<script>window.onload=function(){ tb_show("BIG ANNOUNCEMENT: YARPP has partnered with BlogGlue to connect blogs.", "#TB_inline?height=600&width=650&inlineId=blogglue_update", null); }</script>';
54
+ }
55
+ add_action('admin_print_scripts-plugins.php', 'yarpp_show_blogglue_upsell' );
56
+
57
+ function add_yarpp_blogglue_meta_box() {
58
+ class YARPP_Meta_Box_BlogGlue extends YARPP_Meta_Box {
59
+ function display() {
60
+ $pluginurl = plugin_dir_url(__FILE__);
61
+ ?>
62
+ <style type="text/css">
63
+ #blogglue_upsell {
64
+ text-align: center;
65
+ }
66
+ #blogglue_upsell ul {
67
+ list-style-type: disc;
68
+ list-style-position: inside;
69
+ text-align: left;
70
+ margin: 10px 0 10px 15px;
71
+ }
72
+ #blogglue_install_steps {
73
+ text-align: center;
74
+ height: 200px;
75
+ }
76
+ #TB_ajaxContent {
77
+ height: 220px !important;
78
+ }
79
+ ul.install_help {
80
+ list-style-type: disc;
81
+ list-style-position: inside;
82
+ text-align: left;
83
+ margin: 20px 0px;
84
+ }
85
+ </style>
86
+ <div id="blogglue_upsell">
87
+ <img src="http://s3.amazonaws.com/arkayne-media/img/logo-md.png" alt="BlogGlue Logo"/>
88
+ <ul>
89
+ <li>Related Links on Partner Blogs</li>
90
+ <li>Related Links in Tweets</li>
91
+ <li>Off-server Processing</li>
92
+ <li>Built-in SEO Analyzer</li>
93
+ </ul>
94
+ <a href="#TB_inline?height=300&width=400&inlineId=blogglue_install" class="thickbox"><img src="http://s3.amazonaws.com/arkayne-media/img/email_try.png" alt="Upgrade"/></a><img src="http://www.blogglue.com/cohorts/track/yarpp_sidebar.gif"/>
95
+ </div>
96
+ <div id="blogglue_install" style="display: none;">
97
+ <div id="blogglue_install_steps">
98
+ <img src="http://s3.amazonaws.com/arkayne-media/img/logo.png" alt="BlogGlue Logo"/>
99
+ <ul class="install_help">
100
+ <li>Installing BlogGlue will disable YARPP</li>
101
+ <li>Your YARPP settings will still be saved</li>
102
+ <li>Once the download is complete, activate the BlogGlue plugin</li>
103
+ <li>After the plugin is activated, follow the signup instructions</li>
104
+ </ul>
105
+ <a href="<?php echo wp_nonce_url(self_admin_url('update.php?action=install-plugin&plugin=arkayne-site-to-site-related-content'), 'install-plugin_arkayne-site-to-site-related-content'); ?>"><img src="http://s3.amazonaws.com/arkayne-media/img/start_free_sm.png" width="94" height="30"/></a>
106
+ </div>
107
+ </div>
108
+ <?php
109
+ }
110
+ }
111
+
112
+ add_meta_box('yarpp_display_blogglue', 'Upgrade To BlogGlue', array(new YARPP_Meta_Box_BlogGlue, 'display'), 'settings_page_yarpp', 'side', 'core');
113
+ }
114
+ add_action( 'add_meta_boxes_settings_page_yarpp', 'add_yarpp_blogglue_meta_box' );
includes.php CHANGED
@@ -40,7 +40,7 @@ $yarpp_value_options = array(
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' => '');
@@ -148,13 +148,13 @@ function yarpp_upgrade_check() {
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') {
@@ -356,7 +356,7 @@ function yarpp_microtime_float() {
356
  return ((float)$usec + (float)$sec);
357
  }
358
 
359
- // new in 3.2.3: use PHP serialized format instead of JSON
360
  function yarpp_version_info($enforce_cache = false) {
361
  if (false === ($result = get_transient('yarpp_version_info')) || $enforce_cache) {
362
  $version = YARPP_VERSION;
@@ -386,7 +386,7 @@ function yarpp_metabox() {
386
  echo '</div>';
387
  }
388
 
389
- // since 3.2.3: default metaboxes to show:
390
  function yarpp_default_hidden_meta_boxes($hidden, $screen) {
391
  if ( 'settings_page_yarpp' == $screen->id )
392
  $hidden = array( 'yarpp_pool', 'yarpp_relatedness' );
40
  'rss_order' => 'score DESC',
41
  'title' => '2',
42
  'body' => '2',
43
+ 'categories' => '1', // changed default in 3.3
44
  'tags' => '2',
45
  'distags' => '',
46
  'discats' => '');
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.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.3
158
  function yarpp_admin_enqueue() {
159
  global $current_screen;
160
  if (is_object($current_screen) && $current_screen->id == 'settings_page_yarpp') {
356
  return ((float)$usec + (float)$sec);
357
  }
358
 
359
+ // new in 3.3: use PHP serialized format instead of JSON
360
  function yarpp_version_info($enforce_cache = false) {
361
  if (false === ($result = get_transient('yarpp_version_info')) || $enforce_cache) {
362
  $version = YARPP_VERSION;
386
  echo '</div>';
387
  }
388
 
389
+ // since 3.3: default metaboxes to show:
390
  function yarpp_default_hidden_meta_boxes($hidden, $screen) {
391
  if ( 'settings_page_yarpp' == $screen->id )
392
  $hidden = array( 'yarpp_pool', 'yarpp_relatedness' );
lang/yarpp-ar_AR.mo ADDED
Binary file
lang/yarpp-ar_AR.po CHANGED
@@ -13,20 +13,30 @@ msgstr ""
13
  "X-Poedit-Language: Russian\n"
14
  "X-Poedit-Country: RUSSIA\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: includes.php:149
23
- #: includes.php:194
 
 
 
 
 
 
 
 
 
24
  #: includes.php:215
 
25
  #@ yarpp
26
  msgid "Related Posts (YARPP)"
27
  msgstr "الوظائف ذات الصلة (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "الوظائف ذات الصلة"
@@ -37,6 +47,13 @@ msgstr "الوظائف ذات الصلة"
37
  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."
38
  msgstr "%f - وكانت النتيجة مطابقة YARPP بين دخول الحالية وهذا الموضوع ذات الصلة. كنت ترى هذه القيمة لأنه يتم تسجيل الدخول إلى وورد كمسؤول. لا يظهر للزوار والعادية."
39
 
 
 
 
 
 
 
 
40
  #: options.php:26
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
@@ -65,387 +82,430 @@ msgstr "إذا ، بغض النظر عن هذا الخيار ، كنت على ي
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "ثق بي. واسمحوا لي أن استخدام ميزات MyISAM."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "وكانت قاعدة بيانات YARPP خطأ ولكن قد تم إصلاحها."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "قاعدة بيانات YARPP وخطأ لا يمكن إصلاحها."
77
 
78
- #: options-meta-boxes.php:45
79
- #: options-meta-boxes.php:63
80
- #: options-meta-boxes.php:76
81
  #@ yarpp
82
  msgid "do not consider"
83
  msgstr "لا تنظر"
84
 
85
- #: options-meta-boxes.php:46
86
- #: options-meta-boxes.php:64
87
- #: options-meta-boxes.php:78
88
  #@ yarpp
89
  msgid "consider"
90
  msgstr "نظر"
91
 
92
- #: options-meta-boxes.php:65
93
  #@ yarpp
94
  msgid "consider with extra weight"
95
  msgstr "النظر مع الوزن الزائد"
96
 
97
- #: options-meta-boxes.php:286
98
- #@ default
 
 
 
 
99
  #@ yarpp
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "التبرع لmitcho (مايكل يوشيتاكا Erlewine) عن طريق هذا البرنامج المساعد PayPal"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "بعد آخر على الوظائف ذات المساعد الخيارات"
107
 
108
- #: options-meta-boxes.php:118
109
  #@ yarpp
110
  msgid "\"The Pool\""
111
  msgstr "<em>محتوى</em>"
112
 
113
- #: options-meta-boxes.php:91
114
  #@ yarpp
115
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
116
  msgstr " \"إن تجمع\" يشير إلى مجموعة من وظائف والصفحات التي يتم المرشحين لعرض والمتعلقة بدخول الحالي."
117
 
118
- #: options-meta-boxes.php:96
119
  #@ yarpp
120
  msgid "Disallow by category:"
121
  msgstr "عدم السماح حسب الفئة :"
122
 
123
- #: options-meta-boxes.php:98
124
  #@ yarpp
125
  msgid "Disallow by tag:"
126
  msgstr "عدم السماح بها العلامة :"
127
 
128
- #: options-meta-boxes.php:101
129
  #@ yarpp
130
  msgid "Show password protected posts?"
131
  msgstr "كلمة السر المحمية معرض الوظائف؟"
132
 
133
- #: options-meta-boxes.php:140
134
  #@ yarpp
135
  msgid "Show only previous posts?"
136
  msgstr "عرض مشاركات سابقة فقط؟"
137
 
138
- #: options-meta-boxes.php:148
139
  #@ yarpp
140
  msgid "\"Relatedness\" options"
141
  msgstr "ارتباط \"خيارات\""
142
 
143
- #: options-meta-boxes.php:124
144
- #: options-meta-boxes.php:139
145
- #: options-meta-boxes.php:157
146
- #: options-meta-boxes.php:161
147
- #: options-meta-boxes.php:204
148
- #: options-meta-boxes.php:221
149
- #: options-meta-boxes.php:223
150
- #: options-meta-boxes.php:228
151
- #: options-meta-boxes.php:268
 
 
 
 
 
 
152
  #@ yarpp
153
  msgid "more&gt;"
154
  msgstr "المزيد"
155
 
156
- #: options-meta-boxes.php:130
157
  #@ yarpp
158
  msgid "Match threshold:"
159
  msgstr "عتبة التشابه :"
160
 
161
- #: options-meta-boxes.php:131
162
  #@ yarpp
163
  msgid "Titles: "
164
  msgstr "العناوين :"
165
 
166
- #: options-meta-boxes.php:133
167
  #@ yarpp
168
  msgid "Bodies: "
169
  msgstr "الهيئات :"
170
 
171
- #: options-meta-boxes.php:135
172
  #@ yarpp
173
  msgid "Tags: "
174
  msgstr "به :"
175
 
176
- #: options-meta-boxes.php:137
177
  #@ yarpp
178
  msgid "Categories: "
179
  msgstr "فئات :"
180
 
181
- #: options-meta-boxes.php:139
182
  #@ yarpp
183
  msgid "Cross-relate posts and pages?"
184
  msgstr "وتتصل عبر وظائف والصفحات؟"
185
 
186
- #: options-meta-boxes.php:139
187
  #@ yarpp
188
  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."
189
  msgstr "عندما \"تتصل عبر وظائف وصفحات \" يتم تحديد الخيار ، related_posts <code>() <> / <code>related_pages () <> / و<code>related_entries () </ رمز وسوف يعطي كل نفس الناتج ، يعود كل من الصفحات ذات الصلة وظيفة."
190
 
191
- #: options-meta-boxes.php:212
192
  #@ yarpp
193
  msgid "Display options <small>for your website</small>"
194
  msgstr "خيارات العرض <small>ل<موقع الويب الخاص بك</small>"
195
 
196
- #: options-meta-boxes.php:157
197
  #@ yarpp
198
  msgid "Automatically display related posts?"
199
  msgstr "عرض تلقائيا وظائف ذات الصلة؟"
200
 
201
- #: options-meta-boxes.php:157
202
  #@ yarpp
203
  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."
204
  msgstr "<code>related_posts () <> / أو المتغيرات (<code>related_pages () <> / و<code>related_entries () </) في الموضوع الخاص بك الملفات."
205
 
206
- #: options-meta-boxes.php:158
207
  #@ yarpp
208
  msgid "Website display code example"
209
  msgstr "الموقع سبيل المثال عرض رمز"
210
 
211
- #: options-meta-boxes.php:158
212
- #: options-meta-boxes.php:221
213
  #@ yarpp
214
  msgid "(Update options to reload.)"
215
  msgstr "(خيارات تحديث لإعادة تحميل.)"
216
 
217
- #: options-meta-boxes.php:160
218
- #: options-meta-boxes.php:226
219
  #@ yarpp
220
  msgid "Maximum number of related posts:"
221
  msgstr "الحد الأقصى لعدد الوظائف ذات الصلة :"
222
 
223
- #: options-meta-boxes.php:175
224
- #: options-meta-boxes.php:244
225
  #@ yarpp
226
  msgid "Before / after related entries:"
227
  msgstr "قبل / بعد مداخل ذات الصلة :"
228
 
229
- #: options-meta-boxes.php:175
230
- #: options-meta-boxes.php:176
231
- #: options-meta-boxes.php:184
232
- #: options-meta-boxes.php:244
233
- #: options-meta-boxes.php:245
234
- #: options-meta-boxes.php:250
235
  #@ yarpp
236
  msgid "For example:"
237
  msgstr "على سبيل المثال :"
238
 
239
- #: options-meta-boxes.php:176
240
- #: options-meta-boxes.php:245
241
  #@ yarpp
242
  msgid "Before / after each related entry:"
243
  msgstr "قبل / بعد كل إدخال ذات الصلة :"
244
 
245
- #: options-meta-boxes.php:178
246
- #: options-meta-boxes.php:247
247
  #@ yarpp
248
  msgid "Show excerpt?"
249
  msgstr "وتظهر مقتطفات؟"
250
 
251
- #: options-meta-boxes.php:179
252
- #: options-meta-boxes.php:248
253
  #@ yarpp
254
  msgid "Excerpt length (No. of words):"
255
  msgstr "مقتطفات طول (عدد الكلمات) :"
256
 
257
- #: options-meta-boxes.php:183
258
  #@ yarpp
259
  msgid "Before / after (Excerpt):"
260
  msgstr "قبل / بعد (مقتطفات) :"
261
 
262
- #: options-meta-boxes.php:189
263
- #: options-meta-boxes.php:254
264
  #@ yarpp
265
  msgid "Order results:"
266
  msgstr "ترتيب النتائج :"
267
 
268
- #: options-meta-boxes.php:191
269
- #: options-meta-boxes.php:256
270
  #@ yarpp
271
  msgid "score (high relevance to low)"
272
  msgstr "التشابه (في ترتيب تنازلي)"
273
 
274
- #: options-meta-boxes.php:192
275
- #: options-meta-boxes.php:257
276
  #@ yarpp
277
  msgid "score (low relevance to high)"
278
  msgstr "التشابه (تصاعدي)"
279
 
280
- #: options-meta-boxes.php:193
281
- #: options-meta-boxes.php:258
282
  #@ yarpp
283
  msgid "date (new to old)"
284
  msgstr "تاريخ (جديد إلى القديم)"
285
 
286
- #: options-meta-boxes.php:194
287
- #: options-meta-boxes.php:259
288
  #@ yarpp
289
  msgid "date (old to new)"
290
  msgstr "التاريخ (القديم إلى جديد)"
291
 
292
- #: options-meta-boxes.php:195
293
- #: options-meta-boxes.php:260
294
  #@ yarpp
295
  msgid "title (alphabetical)"
296
  msgstr "عنوان (الأبجدي)"
297
 
298
- #: options-meta-boxes.php:196
299
- #: options-meta-boxes.php:261
300
  #@ yarpp
301
  msgid "title (reverse alphabetical)"
302
  msgstr "عنوان (عكس الأبجدي)"
303
 
304
- #: options-meta-boxes.php:201
305
- #: options-meta-boxes.php:266
306
  #@ yarpp
307
  msgid "Default display if no results:"
308
  msgstr "إذا لم يكن العرض الافتراضي النتائج :"
309
 
310
- #: includes.php:257
311
- #: options-meta-boxes.php:203
312
- #: options-meta-boxes.php:268
313
  #@ yarpp
314
  msgid "Help promote Yet Another Related Posts Plugin?"
315
  msgstr "تساعد على تعزيز آخر على الوظائف ذات البرنامج المساعد؟"
316
 
317
- #: options-meta-boxes.php:205
318
- #: options-meta-boxes.php:269
319
  #, php-format
320
  #@ yarpp
321
  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."
322
  msgstr "وهذا الخيار إضافة رمز ٪ s. محاولة تشغيله ، وتحديث الخيارات المتاحة أمامك ، وانظر التعليمات البرمجية في المثال رمز للحق. هذه الروابط والهبات هي موضع تقدير كبير."
323
 
324
- #: options-meta-boxes.php:276
325
  #@ yarpp
326
  msgid "Display options <small>for RSS</small>"
327
  msgstr "خيارات العرض <small>لأجل RSS</small>"
328
 
329
- #: options-meta-boxes.php:221
330
  #@ yarpp
331
  msgid "Display related posts in feeds?"
332
  msgstr "عرض وظائف ذات الصلة في RSS?"
333
 
334
- #: options-meta-boxes.php:223
335
  #@ yarpp
336
  msgid "Display related posts in the descriptions?"
337
  msgstr "عرض مشاركات ذات الصلة في أوصاف؟"
338
 
339
- #: options-meta-boxes.php:223
340
  #@ yarpp
341
  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."
342
  msgstr "هذا الخيار يعرض وظائف ذات الصلة في مجالات وصف آر إس إس ، وليس المحتوى. إذا يغذي يتم تعيين الخاص تصل إلى عرض مقتطفات فقط ، ومع ذلك ، لا تستخدم إلا في حقل الوصف ، لذلك هناك حاجة لهذا الخيار أي عرض في وظائف ذات الصلة في all.Display الأوصاف؟"
343
 
344
- #: options-meta-boxes.php:221
345
  #@ yarpp
346
  msgid "RSS display code example"
347
  msgstr " سبيل المثال عرض رمز RSS"
348
 
349
- #: options-meta-boxes.php:250
 
 
 
 
 
350
  #@ yarpp
351
  msgid "Before / after (excerpt):"
352
  msgstr "قبل / بعد (مقتطفات) :"
353
 
354
- #: options-meta-boxes.php:38
355
  #@ yarpp
356
  msgid "word"
357
  msgstr "كلمة"
358
 
359
- #: options-meta-boxes.php:39
360
  #@ yarpp
361
  msgid "tag"
362
  msgstr "بطاقة"
363
 
364
- #: options-meta-boxes.php:40
365
  #@ yarpp
366
  msgid "category"
367
  msgstr "فئة"
368
 
369
- #: options-meta-boxes.php:48
370
- #: options-meta-boxes.php:80
371
  #, php-format
372
  #@ yarpp
373
  msgid "require at least one %s in common"
374
  msgstr "ق تتطلب ما لا يقل عن واحد في المائة في العام"
375
 
376
- #: options-meta-boxes.php:50
377
- #: options-meta-boxes.php:82
378
  #, php-format
379
  #@ yarpp
380
  msgid "require more than one %s in common"
381
  msgstr "ق تتطلب أكثر من واحد في المائة في العام"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "حفظ الخيارات!"
387
 
388
- #: options-meta-boxes.php:124
389
  #@ yarpp
390
  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."
391
  msgstr "ارتفاع عتبة التشابه ، إلا أن تشديد العينة ، وسيحصلون على أقل ناتج قياسي. العتبة الافتراضي هو 5. إذا كنت ترغب في العثور على عتبة المقبول ، تجربة مع رسائل متعددة. يمكنك ان ترى ما ورسائل تصل ما قيمها من التشابه ، والتي يمكن تحديد مستوى مقبول لموقعك."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "خيارات التحديث"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "هل تريد حقا لإعادة التكوين الخاص بك؟"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "خيارات إعادة تعيين"
407
 
408
- #: cache-postmeta.php:105
409
- #: cache-tables.php:131
 
 
 
 
 
 
 
 
 
410
  #@ yarpp
411
  msgid "Example post "
412
  msgstr "سبيل المثال وظيفة"
413
 
414
- #: options-meta-boxes.php:105
 
 
 
 
 
 
 
 
 
 
415
  #@ yarpp
416
  msgid "day(s)"
417
  msgstr "أيام"
418
 
419
- #: options-meta-boxes.php:106
420
  #@ yarpp
421
  msgid "week(s)"
422
  msgstr "أسبوع"
423
 
424
- #: options-meta-boxes.php:107
425
  #@ yarpp
426
  msgid "month(s)"
427
  msgstr "شهر"
428
 
429
- #: options-meta-boxes.php:109
430
  #@ yarpp
431
  msgid "Show only posts from the past NUMBER UNITS"
432
  msgstr "عرض وظيفة فقط من الماضي NUMBER UNITS"
433
 
434
- #: includes.php:248
435
- #: options-meta-boxes.php:161
436
- #: options-meta-boxes.php:228
 
 
 
 
 
 
 
 
 
 
437
  #@ yarpp
438
  msgid "Display using a custom template file"
439
  msgstr "عرض باستخدام قالب مخصص ملف"
440
 
441
- #: includes.php:249
442
- #: options-meta-boxes.php:165
443
- #: options-meta-boxes.php:233
444
  #@ yarpp
445
  msgid "Template file:"
446
  msgstr "ملف القالب :"
447
 
448
- #: options-meta-boxes.php:221
449
  #@ yarpp
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 "يعرض هذا الخيار وظائف ذات الصلة في نهاية كل عنصر في آر إس إس الخاص والذرة. قالب لا يلزم إجراء تغييرات."
@@ -455,119 +515,74 @@ msgstr "يعرض هذا الخيار وظائف ذات الصلة في نهاي
455
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
456
  msgstr "هذه الوظائف ذات الصلة لهذا المنصب. تغيير هذا الموقف يمكن أن يتغير مجموعة من الوظائف ذات الصلة."
457
 
458
- #: template-metabox.php:25
459
  #@ yarpp
460
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
461
  msgstr "إذا كان كل من هذه الإدخالات ذات الصلة معروضة في الواقع وكيف يتم عرضها يعتمد على خيارات العرض YARPP."
462
 
463
- #: includes.php:28
464
- #: includes.php:39
465
- #: template-metabox.php:27
466
  #: template-widget.php:13
467
  #@ yarpp
468
  msgid "No related posts."
469
  msgstr "لا الوظائف ذات الصلة."
470
 
471
- #: options-meta-boxes.php:228
 
 
 
 
 
 
 
 
 
 
472
  #@ yarpp
473
  msgid "NEW!"
474
  msgstr "جديد!"
475
 
476
- #: options-meta-boxes.php:161
477
- #: options-meta-boxes.php:228
478
  #@ yarpp
479
  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."
480
  msgstr "هذا الخيار المتقدمة يعطيك القوة الكاملة لتخصيص كيفية عرض مشاركاتك ذات الصلة. مكتوبة قوالب (المخزنة في مجلد موضوع الخاص) PHP."
481
 
482
- #: includes.php:26
483
- #: includes.php:37
484
  #@ yarpp
485
  msgid "Related posts:"
486
  msgstr ""
487
 
488
- #: includes.php:169
489
  #@ yarpp
490
  msgid "Settings"
491
  msgstr ""
492
 
493
- #: includes.php:243
494
- #@ default
495
  msgid "Title:"
496
  msgstr ""
497
 
498
- #: options-meta-boxes.php:175
499
- #: options-meta-boxes.php:176
500
- #: options-meta-boxes.php:184
501
- #: options-meta-boxes.php:244
502
- #: options-meta-boxes.php:245
503
- #: options-meta-boxes.php:250
504
  #@ yarpp
505
- msgid " or "
506
  msgstr ""
507
 
508
- #: includes.php:389
509
- #@ yarpp
510
- msgid "Related entries may be displayed once you save your entry"
 
 
511
  msgstr ""
512
 
513
- #: magic.php:297
514
- #, php-format
 
 
 
 
515
  #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
- #: options-meta-boxes.php:124
520
- #@ yarpp
521
- msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
- msgstr ""
523
-
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
- #: options-meta-boxes.php:283
531
- #@ yarpp
532
- msgid "YARPP Forum"
533
- msgstr ""
534
-
535
- #: options-meta-boxes.php:284
536
- #@ yarpp
537
- msgid "YARPP on Twitter"
538
- msgstr ""
539
-
540
- #: options-meta-boxes.php:285
541
- #@ yarpp
542
- msgid "YARPP on the Web"
543
- msgstr ""
544
-
545
- #: options-meta-boxes.php:292
546
- #@ yarpp
547
- msgid "Contact YARPP"
548
- msgstr ""
549
-
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
- #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
- msgstr ""
561
-
562
- #: options.php:251
563
- #, php-format
564
- #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
- msgstr ""
567
-
568
- #: options.php:256
569
- #, php-format
570
- #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
13
  "X-Poedit-Language: Russian\n"
14
  "X-Poedit-Country: RUSSIA\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: includes.php:96
23
+ #@ yarpp
24
+ msgid "MySQL error on adding yarpp_title"
25
+ msgstr "خطأ على إضافة MySQL “yarpp_title”"
26
+
27
+ #: includes.php:101
28
+ #@ yarpp
29
+ msgid "MySQL error on adding yarpp_content"
30
+ msgstr "خطأ على إضافة MySQL “yarpp_content”"
31
+
32
+ #: includes.php:182
33
  #: includes.php:215
34
+ #: includes.php:236
35
  #@ yarpp
36
  msgid "Related Posts (YARPP)"
37
  msgstr "الوظائف ذات الصلة (YARPP)"
38
 
39
+ #: includes.php:489
40
  #@ yarpp
41
  msgid "Related Posts"
42
  msgstr "الوظائف ذات الصلة"
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 "%f - وكانت النتيجة مطابقة YARPP بين دخول الحالية وهذا الموضوع ذات الصلة. كنت ترى هذه القيمة لأنه يتم تسجيل الدخول إلى وورد كمسؤول. لا يظهر للزوار والعادية."
49
 
50
+ #: magic.php:351
51
+ #: options.php:462
52
+ #: options.php:530
53
+ #@ yarpp
54
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
55
+ msgstr "الوظائف ذات الصلة يقدمها لكم من جانب آخر على href='%s'> <aالمشاركات ذات البرنامج المساعد</a>."
56
+
57
  #: options.php:26
58
  #@ yarpp
59
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
82
  msgid "Trust me. Let me use MyISAM features."
83
  msgstr "ثق بي. واسمحوا لي أن استخدام ميزات MyISAM."
84
 
85
+ #: options.php:65
86
  #@ yarpp
87
  msgid "The YARPP database had an error but has been fixed."
88
  msgstr "وكانت قاعدة بيانات YARPP خطأ ولكن قد تم إصلاحها."
89
 
90
+ #: options.php:67
91
  #@ yarpp
92
  msgid "The YARPP database has an error which could not be fixed."
93
  msgstr "قاعدة بيانات YARPP وخطأ لا يمكن إصلاحها."
94
 
95
+ #: options.php:141
96
+ #: options.php:158
97
+ #: options.php:170
98
  #@ yarpp
99
  msgid "do not consider"
100
  msgstr "لا تنظر"
101
 
102
+ #: options.php:142
103
+ #: options.php:159
104
+ #: options.php:172
105
  #@ yarpp
106
  msgid "consider"
107
  msgstr "نظر"
108
 
109
+ #: options.php:160
110
  #@ yarpp
111
  msgid "consider with extra weight"
112
  msgstr "النظر مع الوزن الزائد"
113
 
114
+ #: options.php:188
115
+ #@ yarpp
116
+ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
117
+ msgstr "بعد إصدار آخر ذات الوظائف البرنامج المساعد التاريخ (RSS 2.0)"
118
+
119
+ #: options.php:253
120
  #@ yarpp
121
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
122
  msgstr "التبرع لmitcho (مايكل يوشيتاكا Erlewine) عن طريق هذا البرنامج المساعد PayPal"
123
 
124
+ #: options.php:242
125
  #@ yarpp
126
  msgid "Yet Another Related Posts Plugin Options"
127
  msgstr "بعد آخر على الوظائف ذات المساعد الخيارات"
128
 
129
+ #: options.php:274
130
  #@ yarpp
131
  msgid "\"The Pool\""
132
  msgstr "<em>محتوى</em>"
133
 
134
+ #: options.php:276
135
  #@ yarpp
136
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
137
  msgstr " \"إن تجمع\" يشير إلى مجموعة من وظائف والصفحات التي يتم المرشحين لعرض والمتعلقة بدخول الحالي."
138
 
139
+ #: options.php:281
140
  #@ yarpp
141
  msgid "Disallow by category:"
142
  msgstr "عدم السماح حسب الفئة :"
143
 
144
+ #: options.php:283
145
  #@ yarpp
146
  msgid "Disallow by tag:"
147
  msgstr "عدم السماح بها العلامة :"
148
 
149
+ #: options.php:286
150
  #@ yarpp
151
  msgid "Show password protected posts?"
152
  msgstr "كلمة السر المحمية معرض الوظائف؟"
153
 
154
+ #: options.php:326
155
  #@ yarpp
156
  msgid "Show only previous posts?"
157
  msgstr "عرض مشاركات سابقة فقط؟"
158
 
159
+ #: options.php:307
160
  #@ yarpp
161
  msgid "\"Relatedness\" options"
162
  msgstr "ارتباط \"خيارات\""
163
 
164
+ #: options.php:310
165
+ #, php-format
166
+ #@ yarpp
167
+ 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>."
168
+ msgstr "YARPP يختلف عن السابق ل<a> href=\"http://wasabi.pbwiki.com/Related٪20Entries\"> المحمول </ بحيث يحد من اختيار الاتصالات <br/> (1) الحد الأقصى لعدد (2) \" التشابه \"."
169
+
170
+ #: options.php:310
171
+ #: options.php:325
172
+ #: options.php:409
173
+ #: options.php:414
174
+ #: options.php:461
175
+ #: options.php:478
176
+ #: options.php:479
177
+ #: options.php:483
178
+ #: options.php:529
179
  #@ yarpp
180
  msgid "more&gt;"
181
  msgstr "المزيد"
182
 
183
+ #: options.php:316
184
  #@ yarpp
185
  msgid "Match threshold:"
186
  msgstr "عتبة التشابه :"
187
 
188
+ #: options.php:317
189
  #@ yarpp
190
  msgid "Titles: "
191
  msgstr "العناوين :"
192
 
193
+ #: options.php:319
194
  #@ yarpp
195
  msgid "Bodies: "
196
  msgstr "الهيئات :"
197
 
198
+ #: options.php:321
199
  #@ yarpp
200
  msgid "Tags: "
201
  msgstr "به :"
202
 
203
+ #: options.php:323
204
  #@ yarpp
205
  msgid "Categories: "
206
  msgstr "فئات :"
207
 
208
+ #: options.php:325
209
  #@ yarpp
210
  msgid "Cross-relate posts and pages?"
211
  msgstr "وتتصل عبر وظائف والصفحات؟"
212
 
213
+ #: options.php:325
214
  #@ yarpp
215
  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."
216
  msgstr "عندما \"تتصل عبر وظائف وصفحات \" يتم تحديد الخيار ، related_posts <code>() <> / <code>related_pages () <> / و<code>related_entries () </ رمز وسوف يعطي كل نفس الناتج ، يعود كل من الصفحات ذات الصلة وظيفة."
217
 
218
+ #: options.php:404
219
  #@ yarpp
220
  msgid "Display options <small>for your website</small>"
221
  msgstr "خيارات العرض <small>ل<موقع الويب الخاص بك</small>"
222
 
223
+ #: options.php:409
224
  #@ yarpp
225
  msgid "Automatically display related posts?"
226
  msgstr "عرض تلقائيا وظائف ذات الصلة؟"
227
 
228
+ #: options.php:409
229
  #@ yarpp
230
  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."
231
  msgstr "<code>related_posts () <> / أو المتغيرات (<code>related_pages () <> / و<code>related_entries () </) في الموضوع الخاص بك الملفات."
232
 
233
+ #: options.php:410
234
  #@ yarpp
235
  msgid "Website display code example"
236
  msgstr "الموقع سبيل المثال عرض رمز"
237
 
238
+ #: options.php:410
239
+ #: options.php:480
240
  #@ yarpp
241
  msgid "(Update options to reload.)"
242
  msgstr "(خيارات تحديث لإعادة تحميل.)"
243
 
244
+ #: options.php:413
245
+ #: options.php:482
246
  #@ yarpp
247
  msgid "Maximum number of related posts:"
248
  msgstr "الحد الأقصى لعدد الوظائف ذات الصلة :"
249
 
250
+ #: options.php:426
 
251
  #@ yarpp
252
  msgid "Before / after related entries:"
253
  msgstr "قبل / بعد مداخل ذات الصلة :"
254
 
255
+ #: options.php:427
256
+ #: options.php:432
257
+ #: options.php:441
258
+ #: options.php:496
259
+ #: options.php:501
260
+ #: options.php:510
261
  #@ yarpp
262
  msgid "For example:"
263
  msgstr "على سبيل المثال :"
264
 
265
+ #: options.php:431
266
+ #: options.php:500
267
  #@ yarpp
268
  msgid "Before / after each related entry:"
269
  msgstr "قبل / بعد كل إدخال ذات الصلة :"
270
 
271
+ #: options.php:435
272
+ #: options.php:504
273
  #@ yarpp
274
  msgid "Show excerpt?"
275
  msgstr "وتظهر مقتطفات؟"
276
 
277
+ #: options.php:436
278
+ #: options.php:505
279
  #@ yarpp
280
  msgid "Excerpt length (No. of words):"
281
  msgstr "مقتطفات طول (عدد الكلمات) :"
282
 
283
+ #: options.php:440
284
  #@ yarpp
285
  msgid "Before / after (Excerpt):"
286
  msgstr "قبل / بعد (مقتطفات) :"
287
 
288
+ #: options.php:446
289
+ #: options.php:515
290
  #@ yarpp
291
  msgid "Order results:"
292
  msgstr "ترتيب النتائج :"
293
 
294
+ #: options.php:448
295
+ #: options.php:517
296
  #@ yarpp
297
  msgid "score (high relevance to low)"
298
  msgstr "التشابه (في ترتيب تنازلي)"
299
 
300
+ #: options.php:449
301
+ #: options.php:518
302
  #@ yarpp
303
  msgid "score (low relevance to high)"
304
  msgstr "التشابه (تصاعدي)"
305
 
306
+ #: options.php:450
307
+ #: options.php:519
308
  #@ yarpp
309
  msgid "date (new to old)"
310
  msgstr "تاريخ (جديد إلى القديم)"
311
 
312
+ #: options.php:451
313
+ #: options.php:520
314
  #@ yarpp
315
  msgid "date (old to new)"
316
  msgstr "التاريخ (القديم إلى جديد)"
317
 
318
+ #: options.php:452
319
+ #: options.php:521
320
  #@ yarpp
321
  msgid "title (alphabetical)"
322
  msgstr "عنوان (الأبجدي)"
323
 
324
+ #: options.php:453
325
+ #: options.php:522
326
  #@ yarpp
327
  msgid "title (reverse alphabetical)"
328
  msgstr "عنوان (عكس الأبجدي)"
329
 
330
+ #: options.php:458
331
+ #: options.php:527
332
  #@ yarpp
333
  msgid "Default display if no results:"
334
  msgstr "إذا لم يكن العرض الافتراضي النتائج :"
335
 
336
+ #: includes.php:279
337
+ #: options.php:460
338
+ #: options.php:529
339
  #@ yarpp
340
  msgid "Help promote Yet Another Related Posts Plugin?"
341
  msgstr "تساعد على تعزيز آخر على الوظائف ذات البرنامج المساعد؟"
342
 
343
+ #: options.php:462
344
+ #: options.php:530
345
  #, php-format
346
  #@ yarpp
347
  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."
348
  msgstr "وهذا الخيار إضافة رمز ٪ s. محاولة تشغيله ، وتحديث الخيارات المتاحة أمامك ، وانظر التعليمات البرمجية في المثال رمز للحق. هذه الروابط والهبات هي موضع تقدير كبير."
349
 
350
+ #: options.php:472
351
  #@ yarpp
352
  msgid "Display options <small>for RSS</small>"
353
  msgstr "خيارات العرض <small>لأجل RSS</small>"
354
 
355
+ #: options.php:478
356
  #@ yarpp
357
  msgid "Display related posts in feeds?"
358
  msgstr "عرض وظائف ذات الصلة في RSS?"
359
 
360
+ #: options.php:479
361
  #@ yarpp
362
  msgid "Display related posts in the descriptions?"
363
  msgstr "عرض مشاركات ذات الصلة في أوصاف؟"
364
 
365
+ #: options.php:479
366
  #@ yarpp
367
  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."
368
  msgstr "هذا الخيار يعرض وظائف ذات الصلة في مجالات وصف آر إس إس ، وليس المحتوى. إذا يغذي يتم تعيين الخاص تصل إلى عرض مقتطفات فقط ، ومع ذلك ، لا تستخدم إلا في حقل الوصف ، لذلك هناك حاجة لهذا الخيار أي عرض في وظائف ذات الصلة في all.Display الأوصاف؟"
369
 
370
+ #: options.php:480
371
  #@ yarpp
372
  msgid "RSS display code example"
373
  msgstr " سبيل المثال عرض رمز RSS"
374
 
375
+ #: options.php:495
376
+ #@ yarpp
377
+ msgid "Before / after related entries display:"
378
+ msgstr "قبل / بعد عرض الإدخالات ذات الصلة :"
379
+
380
+ #: options.php:509
381
  #@ yarpp
382
  msgid "Before / after (excerpt):"
383
  msgstr "قبل / بعد (مقتطفات) :"
384
 
385
+ #: options.php:135
386
  #@ yarpp
387
  msgid "word"
388
  msgstr "كلمة"
389
 
390
+ #: options.php:136
391
  #@ yarpp
392
  msgid "tag"
393
  msgstr "بطاقة"
394
 
395
+ #: options.php:137
396
  #@ yarpp
397
  msgid "category"
398
  msgstr "فئة"
399
 
400
+ #: options.php:144
401
+ #: options.php:174
402
  #, php-format
403
  #@ yarpp
404
  msgid "require at least one %s in common"
405
  msgstr "ق تتطلب ما لا يقل عن واحد في المائة في العام"
406
 
407
+ #: options.php:146
408
+ #: options.php:176
409
  #, php-format
410
  #@ yarpp
411
  msgid "require more than one %s in common"
412
  msgstr "ق تتطلب أكثر من واحد في المائة في العام"
413
 
414
+ #: options.php:99
415
  #@ yarpp
416
  msgid "Options saved!"
417
  msgstr "حفظ الخيارات!"
418
 
419
+ #: options.php:310
420
  #@ yarpp
421
  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."
422
  msgstr "ارتفاع عتبة التشابه ، إلا أن تشديد العينة ، وسيحصلون على أقل ناتج قياسي. العتبة الافتراضي هو 5. إذا كنت ترغب في العثور على عتبة المقبول ، تجربة مع رسائل متعددة. يمكنك ان ترى ما ورسائل تصل ما قيمها من التشابه ، والتي يمكن تحديد مستوى مقبول لموقعك."
423
 
424
+ #: options.php:538
425
  #@ yarpp
426
  msgid "Update options"
427
  msgstr "خيارات التحديث"
428
 
429
+ #: options.php:539
430
  #@ yarpp
431
  msgid "Do you really want to reset your configuration?"
432
  msgstr "هل تريد حقا لإعادة التكوين الخاص بك؟"
433
 
434
+ #: options.php:539
435
  #@ yarpp
436
  msgid "Reset options"
437
  msgstr "خيارات إعادة تعيين"
438
 
439
+ #: includes.php:112
440
+ #@ yarpp
441
+ msgid "MySQL error on creating yarpp_keyword_cache table"
442
+ msgstr " MySQL خطأ في إنشاء جدول yarpp_keyword_cache"
443
+
444
+ #: includes.php:123
445
+ #@ yarpp
446
+ msgid "MySQL error on creating yarpp_related_cache table"
447
+ msgstr " MySQL خطأ في إنشاء جدول yarpp_keyword_cache"
448
+
449
+ #: magic.php:71
450
  #@ yarpp
451
  msgid "Example post "
452
  msgstr "سبيل المثال وظيفة"
453
 
454
+ #: options.php:255
455
+ #@ yarpp
456
+ msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
457
+ msgstr "من قبل <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
458
+
459
+ #: options.php:255
460
+ #@ yarpp
461
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
462
+ msgstr "يتبع<a href=\"http://twitter.com/yarpp/\">بعد آخر على الوظائف ذات المساعد على التغريد</a>"
463
+
464
+ #: options.php:290
465
  #@ yarpp
466
  msgid "day(s)"
467
  msgstr "أيام"
468
 
469
+ #: options.php:291
470
  #@ yarpp
471
  msgid "week(s)"
472
  msgstr "أسبوع"
473
 
474
+ #: options.php:292
475
  #@ yarpp
476
  msgid "month(s)"
477
  msgstr "شهر"
478
 
479
+ #: options.php:294
480
  #@ yarpp
481
  msgid "Show only posts from the past NUMBER UNITS"
482
  msgstr "عرض وظيفة فقط من الماضي NUMBER UNITS"
483
 
484
+ #: options.php:388
485
+ #@ yarpp
486
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
487
+ msgstr "الإصدار التجريبي الجديد (نسخة) سد YARPP. يمكنك تحميله من هنا <a></ أ> على مسؤوليتك الخاصة."
488
+
489
+ #: options.php:390
490
+ #@ yarpp
491
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
492
+ msgstr "الإصدار الجديد (الإصدار) سد YARPP. يمكنك تحميله من هنا <a></ أ>."
493
+
494
+ #: includes.php:270
495
+ #: options.php:414
496
+ #: options.php:483
497
  #@ yarpp
498
  msgid "Display using a custom template file"
499
  msgstr "عرض باستخدام قالب مخصص ملف"
500
 
501
+ #: includes.php:271
502
+ #: options.php:416
503
+ #: options.php:485
504
  #@ yarpp
505
  msgid "Template file:"
506
  msgstr "ملف القالب :"
507
 
508
+ #: options.php:478
509
  #@ yarpp
510
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
511
  msgstr "يعرض هذا الخيار وظائف ذات الصلة في نهاية كل عنصر في آر إس إس الخاص والذرة. قالب لا يلزم إجراء تغييرات."
515
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
516
  msgstr "هذه الوظائف ذات الصلة لهذا المنصب. تغيير هذا الموقف يمكن أن يتغير مجموعة من الوظائف ذات الصلة."
517
 
518
+ #: template-metabox.php:26
519
  #@ yarpp
520
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
521
  msgstr "إذا كان كل من هذه الإدخالات ذات الصلة معروضة في الواقع وكيف يتم عرضها يعتمد على خيارات العرض YARPP."
522
 
523
+ #: includes.php:29
524
+ #: includes.php:40
525
+ #: template-metabox.php:28
526
  #: template-widget.php:13
527
  #@ yarpp
528
  msgid "No related posts."
529
  msgstr "لا الوظائف ذات الصلة."
530
 
531
+ #: options.php:10
532
+ #@ yarpp
533
+ 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."
534
+ msgstr "من فضلك ، لاكتمال التثبيت ، ضع ملفات القالب YARPP في الموضوع الخاص بك. ببساطة سحب ملفات القالب (لحظة <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates /) في مجلد رمز <code>TEMPLATEPATH> "
535
+
536
+ #: options.php:15
537
+ #@ yarpp
538
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
539
+ msgstr "لا YARPP قالب الملفات تم العثور عليها في الموضوع الخاص بك (<code>TEMPLATEPATH </) لذلك تم تشغيل ميزة templating قبالة."
540
+
541
+ #: options.php:483
542
  #@ yarpp
543
  msgid "NEW!"
544
  msgstr "جديد!"
545
 
546
+ #: options.php:414
547
+ #: options.php:483
548
  #@ yarpp
549
  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."
550
  msgstr "هذا الخيار المتقدمة يعطيك القوة الكاملة لتخصيص كيفية عرض مشاركاتك ذات الصلة. مكتوبة قوالب (المخزنة في مجلد موضوع الخاص) PHP."
551
 
552
+ #: includes.php:27
553
+ #: includes.php:38
554
  #@ yarpp
555
  msgid "Related posts:"
556
  msgstr ""
557
 
558
+ #: includes.php:191
559
  #@ yarpp
560
  msgid "Settings"
561
  msgstr ""
562
 
563
+ #: includes.php:265
 
564
  msgid "Title:"
565
  msgstr ""
566
 
567
+ #: options.php:68
 
 
 
 
 
568
  #@ yarpp
569
+ msgid "Please try <A>manual SQL setup</a>."
570
  msgstr ""
571
 
572
+ #: options.php:271
573
+ #: options.php:304
574
+ #: options.php:401
575
+ #: options.php:469
576
+ msgid "Click to toggle"
577
  msgstr ""
578
 
579
+ #: options.php:427
580
+ #: options.php:432
581
+ #: options.php:441
582
+ #: options.php:496
583
+ #: options.php:501
584
+ #: options.php:510
585
  #@ yarpp
586
+ msgid " or "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
587
  msgstr ""
588
 
lang/yarpp-ar_EG.mo CHANGED
Binary file
lang/yarpp-ar_EG.po CHANGED
@@ -13,61 +13,96 @@ msgstr ""
13
  "X-Poedit-Language: Arabic\n"
14
  "X-Poedit-Country: EGYPT\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: includes.php:26
23
- #: includes.php:37
24
  #@ yarpp
25
  msgid "Related posts:"
26
  msgstr "محتويات ذات الصلة:"
27
 
28
- #: includes.php:28
29
- #: includes.php:39
30
- #: template-metabox.php:27
31
  #: template-widget.php:13
32
  #@ yarpp
33
  msgid "No related posts."
34
  msgstr "لا يوجد محتويات ذات الصلة"
35
 
36
- #: includes.php:149
37
- #: includes.php:194
38
- #: includes.php:215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  #@ yarpp
40
  msgid "Related Posts (YARPP)"
41
  msgstr "محتويات ذات الصلة: (YARPP)"
42
 
43
- #: includes.php:169
44
  #@ yarpp
45
  msgid "Settings"
46
  msgstr "إعدادات"
47
 
48
- #: includes.php:243
49
- #@ default
50
  msgid "Title:"
51
  msgstr ""
52
 
53
- #: includes.php:257
54
- #: options-meta-boxes.php:203
55
- #: options-meta-boxes.php:268
56
  #@ yarpp
57
  msgid "Help promote Yet Another Related Posts Plugin?"
58
  msgstr "ساهم في تطوير الإضافة؟"
59
 
60
- #: includes.php:380
61
  #@ yarpp
62
  msgid "Related Posts"
63
  msgstr "محتويات ذات الصلة"
64
 
65
- #: cache-postmeta.php:105
66
- #: cache-tables.php:131
67
  #@ yarpp
68
  msgid "Example post "
69
  msgstr "مثال مشاركة"
70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  #: options.php:26
72
  #@ yarpp
73
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
@@ -96,390 +131,435 @@ msgstr "إذا ، على الرغم من هذا الاختيار ، كنت مت
96
  msgid "Trust me. Let me use MyISAM features."
97
  msgstr "ثق بي. اسمحوا لي أن استخدام ميزات MyISAM."
98
 
99
- #: options.php:55
100
  #@ yarpp
101
  msgid "The YARPP database had an error but has been fixed."
102
  msgstr "قاعدة بيانات YARPP حدث بها خطأ ولكن تم إصلاحه."
103
 
104
- #: options.php:57
105
  #@ yarpp
106
  msgid "The YARPP database has an error which could not be fixed."
107
  msgstr "قاعدة بيانات YARPP قد حدث بها خطأ لم نتمكن من إصلاحه."
108
 
109
- #: options.php:86
 
 
 
 
 
110
  #@ yarpp
111
  msgid "Options saved!"
112
  msgstr "تم حفظ الخيارات!"
113
 
114
- #: options-meta-boxes.php:38
115
  #@ yarpp
116
  msgid "word"
117
  msgstr "كلمة"
118
 
119
- #: options-meta-boxes.php:39
120
  #@ yarpp
121
  msgid "tag"
122
  msgstr "علامة"
123
 
124
- #: options-meta-boxes.php:40
125
  #@ yarpp
126
  msgid "category"
127
  msgstr "فئة"
128
 
129
- #: options-meta-boxes.php:45
130
- #: options-meta-boxes.php:63
131
- #: options-meta-boxes.php:76
132
  #@ yarpp
133
  msgid "do not consider"
134
  msgstr "لا تنظر"
135
 
136
- #: options-meta-boxes.php:46
137
- #: options-meta-boxes.php:64
138
- #: options-meta-boxes.php:78
139
  #@ yarpp
140
  msgid "consider"
141
  msgstr "إنظر"
142
 
143
- #: options-meta-boxes.php:48
144
- #: options-meta-boxes.php:80
145
  #, php-format
146
  #@ yarpp
147
  msgid "require at least one %s in common"
148
  msgstr "تتطلب ٪ واحدة على الأقل مشتركة"
149
 
150
- #: options-meta-boxes.php:50
151
- #: options-meta-boxes.php:82
152
  #, php-format
153
  #@ yarpp
154
  msgid "require more than one %s in common"
155
  msgstr "تتطلب أكثر من ٪ واحدة مشتركة"
156
 
157
- #: options-meta-boxes.php:65
158
  #@ yarpp
159
  msgid "consider with extra weight"
160
  msgstr "النظر مع الإعتبار الزائد"
161
 
162
- #: options.php:150
 
 
 
 
 
163
  #@ yarpp
164
  msgid "Yet Another Related Posts Plugin Options"
165
  msgstr "إعدادات إضافة المحتويات ذات الصلة YARPP"
166
 
167
- #: options-meta-boxes.php:286
168
- #@ default
169
  #@ yarpp
170
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
171
  msgstr "تبرع لmitcho (مايكل يوشيتاكا إرلوين) لدعم هذه الإضافة عن طريق باي بال"
172
 
173
- #: options-meta-boxes.php:118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  #@ yarpp
175
  msgid "\"The Pool\""
176
  msgstr "\"التجمع\""
177
 
178
- #: options-meta-boxes.php:91
179
  #@ yarpp
180
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
181
  msgstr "\"التجمع\" يشير إلى مجموعة من الأقسام والصفحات التي يتم ترشيحها للعرض."
182
 
183
- #: options-meta-boxes.php:96
184
  #@ yarpp
185
  msgid "Disallow by category:"
186
  msgstr "عدم السماح حسب الفئة :"
187
 
188
- #: options-meta-boxes.php:98
189
  #@ yarpp
190
  msgid "Disallow by tag:"
191
  msgstr "عدم السماح حسب العلامات :"
192
 
193
- #: options-meta-boxes.php:101
194
  #@ yarpp
195
  msgid "Show password protected posts?"
196
  msgstr "إظهار الموضوعات المحمية بكلمات سرية؟"
197
 
198
- #: options-meta-boxes.php:105
199
  #@ yarpp
200
  msgid "day(s)"
201
  msgstr "أيام"
202
 
203
- #: options-meta-boxes.php:106
204
  #@ yarpp
205
  msgid "week(s)"
206
  msgstr "أسابيع"
207
 
208
- #: options-meta-boxes.php:107
209
  #@ yarpp
210
  msgid "month(s)"
211
  msgstr "شهور"
212
 
213
- #: options-meta-boxes.php:109
214
  #@ yarpp
215
  msgid "Show only posts from the past NUMBER UNITS"
216
  msgstr "إظهار المشاركات من الNUMBER UNITS الماضية"
217
 
218
- #: options-meta-boxes.php:148
219
  #@ yarpp
220
  msgid "\"Relatedness\" options"
221
  msgstr "خيارات \"العلاقة\""
222
 
223
- #: options-meta-boxes.php:124
224
- #: options-meta-boxes.php:139
225
- #: options-meta-boxes.php:157
226
- #: options-meta-boxes.php:161
227
- #: options-meta-boxes.php:204
228
- #: options-meta-boxes.php:221
229
- #: options-meta-boxes.php:223
230
- #: options-meta-boxes.php:228
231
- #: options-meta-boxes.php:268
 
 
 
 
 
 
232
  #@ yarpp
233
  msgid "more&gt;"
234
  msgstr "المزيد&gt;"
235
 
236
- #: options-meta-boxes.php:124
237
  #@ yarpp
238
  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."
239
  msgstr "كلما ذاد ارتفاع نسبة التشابه ، كلما إزداد التقيد ، وتحصل على عدد أقل من المحتويات المتشابهه عموما. الافتراضي 5. إذا كنت تريد معرفة الرقم المناسب لك ، إنظر على المحتوياات ذات الصلة لأي من مشاراكاتك ودرجاتهم. يمكنك ان ترى ما هي أنواع المحتوياات ذات الصلة ويجري انتقاؤها ورقم التشابه الخاص بكل مشاركة ، ثم على هذا الأساس حدد نسبة مناسبة لموقعك."
240
 
241
- #: options-meta-boxes.php:130
242
  #@ yarpp
243
  msgid "Match threshold:"
244
  msgstr "نسبة التشابه:"
245
 
246
- #: options-meta-boxes.php:131
247
  #@ yarpp
248
  msgid "Titles: "
249
  msgstr "العناوين :"
250
 
251
- #: options-meta-boxes.php:133
252
  #@ yarpp
253
  msgid "Bodies: "
254
  msgstr "المحتويات:"
255
 
256
- #: options-meta-boxes.php:135
257
  #@ yarpp
258
  msgid "Tags: "
259
  msgstr "العلامات"
260
 
261
- #: options-meta-boxes.php:137
262
  #@ yarpp
263
  msgid "Categories: "
264
  msgstr "الأقسام:"
265
 
266
- #: options-meta-boxes.php:139
267
  #@ yarpp
268
  msgid "Cross-relate posts and pages?"
269
  msgstr "إوصل بين المشاراكات والصفحات؟"
270
 
271
- #: options-meta-boxes.php:139
272
  #@ yarpp
273
  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."
274
  msgstr "عندما \"توصل بين المشاركات و الصفحات\", سوف يصبح لـ<code>related_posts()</code> و <code>related_pages()</code> و <code>related_entries()</code> نتيجة واحدة لإظهار المشاركات و الاصفحات المتشابهة معاً"
275
 
276
- #: options-meta-boxes.php:212
 
 
 
 
 
 
 
 
 
 
277
  #@ yarpp
278
  msgid "Display options <small>for your website</small>"
279
  msgstr "عرض الخيارات <small>للموقع الخاص بك</small>"
280
 
281
- #: options-meta-boxes.php:157
282
  #@ yarpp
283
  msgid "Automatically display related posts?"
284
  msgstr "عرض المحتويات ذات الصلة تلقائيا؟"
285
 
286
- #: options-meta-boxes.php:157
287
  #@ yarpp
288
  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."
289
  msgstr "هذة الخاصية تظهر المحتويات ذات الصلة تلقائياً مباشرتاً بعد المحتوي الأساسي في المشاراكات الفردية. إذا قمت بإيقاف هذه الخاصية سوف تحتاج إلى تعديل القوالب الخاصة بتصميم موقعك و إضافة <code>related_posts()</code> أو (<code>related_pages()</code> and <code>related_entries()</code>) بها."
290
 
291
- #: options-meta-boxes.php:158
292
  #@ yarpp
293
  msgid "Website display code example"
294
  msgstr "مثال كود العرض بالموقع"
295
 
296
- #: options-meta-boxes.php:158
297
- #: options-meta-boxes.php:221
298
  #@ yarpp
299
  msgid "(Update options to reload.)"
300
  msgstr "(حدث الخيارات لإعادة التحميل.)"
301
 
302
- #: options-meta-boxes.php:160
303
- #: options-meta-boxes.php:226
304
  #@ yarpp
305
  msgid "Maximum number of related posts:"
306
  msgstr "الحد الأقصى لعدد المحتويات ذات الصلة:"
307
 
308
- #: includes.php:248
309
- #: options-meta-boxes.php:161
310
- #: options-meta-boxes.php:228
311
  #@ yarpp
312
  msgid "Display using a custom template file"
313
  msgstr "عرض باستخدام قالب مخصص"
314
 
315
- #: options-meta-boxes.php:228
 
316
  #@ yarpp
317
  msgid "NEW!"
318
  msgstr "جديد!"
319
 
320
- #: options-meta-boxes.php:161
321
- #: options-meta-boxes.php:228
322
  #@ yarpp
323
  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."
324
  msgstr "هذا الخيار المتقدم يعطيك القوة الكاملة لتخصيص كيف يتم عرض المحتويات ذات الصلة. القوالب (المحفوظة في مجلد التصميم) مكتوبة بلغة PHP."
325
 
326
- #: includes.php:249
327
- #: options-meta-boxes.php:165
328
- #: options-meta-boxes.php:233
329
  #@ yarpp
330
  msgid "Template file:"
331
  msgstr "ملف القالب :"
332
 
333
- #: options-meta-boxes.php:175
334
- #: options-meta-boxes.php:244
335
  #@ yarpp
336
  msgid "Before / after related entries:"
337
  msgstr "قبل / بعد الإدخالات ذات الصلة :"
338
 
339
- #: options-meta-boxes.php:175
340
- #: options-meta-boxes.php:176
341
- #: options-meta-boxes.php:184
342
- #: options-meta-boxes.php:244
343
- #: options-meta-boxes.php:245
344
- #: options-meta-boxes.php:250
345
  #@ yarpp
346
  msgid "For example:"
347
  msgstr "مثال:"
348
 
349
- #: options-meta-boxes.php:175
350
- #: options-meta-boxes.php:176
351
- #: options-meta-boxes.php:184
352
- #: options-meta-boxes.php:244
353
- #: options-meta-boxes.php:245
354
- #: options-meta-boxes.php:250
355
  #@ yarpp
356
  msgid " or "
357
  msgstr "أو"
358
 
359
- #: options-meta-boxes.php:176
360
- #: options-meta-boxes.php:245
361
  #@ yarpp
362
  msgid "Before / after each related entry:"
363
  msgstr "قبل / بعد كل مدخل ذات الصلة :"
364
 
365
- #: options-meta-boxes.php:178
366
- #: options-meta-boxes.php:247
367
  #@ yarpp
368
  msgid "Show excerpt?"
369
  msgstr "إظهار المقتطفات؟"
370
 
371
- #: options-meta-boxes.php:179
372
- #: options-meta-boxes.php:248
373
  #@ yarpp
374
  msgid "Excerpt length (No. of words):"
375
  msgstr "الحد الأقصى لعدد الكلمات في المقتطفات:"
376
 
377
- #: options-meta-boxes.php:183
378
  #@ yarpp
379
  msgid "Before / after (Excerpt):"
380
  msgstr "قبل / بعد (المقتطفات) :"
381
 
382
- #: options-meta-boxes.php:189
383
- #: options-meta-boxes.php:254
384
  #@ yarpp
385
  msgid "Order results:"
386
  msgstr "ترتيب النتائج:"
387
 
388
- #: options-meta-boxes.php:191
389
- #: options-meta-boxes.php:256
390
  #@ yarpp
391
  msgid "score (high relevance to low)"
392
  msgstr "النتيجة (الأكثر ثم الأقل)"
393
 
394
- #: options-meta-boxes.php:192
395
- #: options-meta-boxes.php:257
396
  #@ yarpp
397
  msgid "score (low relevance to high)"
398
  msgstr "النتيجة (الأقل ثم الأكثر)"
399
 
400
- #: options-meta-boxes.php:193
401
- #: options-meta-boxes.php:258
402
  #@ yarpp
403
  msgid "date (new to old)"
404
  msgstr "التاريخ (الجديد إلى القديم)"
405
 
406
- #: options-meta-boxes.php:194
407
- #: options-meta-boxes.php:259
408
  #@ yarpp
409
  msgid "date (old to new)"
410
  msgstr "التاريخ (القديم الى الجديد)"
411
 
412
- #: options-meta-boxes.php:195
413
- #: options-meta-boxes.php:260
414
  #@ yarpp
415
  msgid "title (alphabetical)"
416
  msgstr "العناوين (أبجديا)"
417
 
418
- #: options-meta-boxes.php:196
419
- #: options-meta-boxes.php:261
420
  #@ yarpp
421
  msgid "title (reverse alphabetical)"
422
  msgstr "العناوين (عكس الأبجدي)"
423
 
424
- #: options-meta-boxes.php:201
425
- #: options-meta-boxes.php:266
426
  #@ yarpp
427
  msgid "Default display if no results:"
428
  msgstr "العرض الافتراضي إذا لم يتم لبعثور على نتائج:"
429
 
430
- #: options-meta-boxes.php:205
431
- #: options-meta-boxes.php:269
432
  #, php-format
433
  #@ yarpp
434
  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."
435
  msgstr "هذه الخاصية يوف تضيف %s. قم بتفعيلها, و تحديث خياراتك ثم إلقي نظرة على مثال كود العرض الظاهر على اليمين. هذه الروابط و التبرعات تقدر بإمتنان"
436
 
437
- #: options-meta-boxes.php:276
438
  #@ yarpp
439
  msgid "Display options <small>for RSS</small>"
440
  msgstr "عرض خيارات <small>الـRSS</small>"
441
 
442
- #: options-meta-boxes.php:221
443
  #@ yarpp
444
  msgid "Display related posts in feeds?"
445
  msgstr "عرض المحتويات ذات الصلة في تحديثات الـRSS؟"
446
 
447
- #: options-meta-boxes.php:221
448
  #@ yarpp
449
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
450
  msgstr "هذا الخيار يعرض المحتويات ذات الصلة في نهاية كل من تحديثات الآر إس إس والأتوم. لن تحتاج لتحديث أي قوالب."
451
 
452
- #: options-meta-boxes.php:223
453
  #@ yarpp
454
  msgid "Display related posts in the descriptions?"
455
  msgstr "عرض المحتويات ذات الصلة في الوصف؟"
456
 
457
- #: options-meta-boxes.php:223
458
  #@ yarpp
459
  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."
460
  msgstr "هذا الخيار يتيح لك عرض المحتويات ذات الصلة في خانات الوصف الخاصة بالـRSS, و ليس فقط المحتوى الخاص بها. إذا كانت الإعدادات الخاصة بتحديثات الـRSSتظهر فقط مقتطفات المواضيع إذا فيتم عرض خانة الوصف هذه فقط. في هذه الحالة فسوف يكون هذا الخيار مطلوب لأي عرض على الإطلاق."
461
 
462
- #: options-meta-boxes.php:221
463
  #@ yarpp
464
  msgid "RSS display code example"
465
  msgstr "مثال الكود الخاص بالأر إس إس."
466
 
467
- #: options-meta-boxes.php:250
 
 
 
 
 
468
  #@ yarpp
469
  msgid "Before / after (excerpt):"
470
  msgstr "قبل / بعد (المقتطفات) :"
471
 
472
- #: options.php:268
473
  #@ yarpp
474
  msgid "Update options"
475
  msgstr "خيارات التحديث"
476
 
477
- #: options.php:269
478
  #@ yarpp
479
  msgid "Do you really want to reset your configuration?"
480
  msgstr "هل تريد حقا إعادة الخيارات الخاصة بك إلى الخيارات الإفتراضية؟"
481
 
482
- #: options.php:269
483
  #@ yarpp
484
  msgid "Reset options"
485
  msgstr "إستيعاد الخيارات"
@@ -495,79 +575,8 @@ msgstr "%f هي نسبة التشابه بين المحتوى الحالي و ا
495
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
496
  msgstr "هذه هي المحتويات ذات الصلة لهذا الموضوع. في حالة التعديل في هذه المشاركة قد تتغير المحتويات ذات الصلة."
497
 
498
- #: template-metabox.php:25
499
  #@ yarpp
500
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
501
  msgstr "إذا كانت جميع هذه المحتويات ذات الصلة هي في الواقع معروضة و كيفية عرضها فهذه تتوقف على الخيارات الخاصة بــYARPP."
502
 
503
- #: includes.php:389
504
- #@ yarpp
505
- msgid "Related entries may be displayed once you save your entry"
506
- msgstr ""
507
-
508
- #: magic.php:297
509
- #, php-format
510
- #@ yarpp
511
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
512
- msgstr ""
513
-
514
- #: options-meta-boxes.php:124
515
- #@ yarpp
516
- msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
517
- msgstr ""
518
-
519
- #: options-meta-boxes.php:140
520
- #@ yarpp
521
- msgid "Show only previous posts?"
522
- msgstr ""
523
-
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
- #: options-meta-boxes.php:283
531
- #@ yarpp
532
- msgid "YARPP Forum"
533
- msgstr ""
534
-
535
- #: options-meta-boxes.php:284
536
- #@ yarpp
537
- msgid "YARPP on Twitter"
538
- msgstr ""
539
-
540
- #: options-meta-boxes.php:285
541
- #@ yarpp
542
- msgid "YARPP on the Web"
543
- msgstr ""
544
-
545
- #: options-meta-boxes.php:292
546
- #@ yarpp
547
- msgid "Contact YARPP"
548
- msgstr ""
549
-
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
- #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
- msgstr ""
561
-
562
- #: options.php:251
563
- #, php-format
564
- #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
- msgstr ""
567
-
568
- #: options.php:256
569
- #, php-format
570
- #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
- msgstr ""
573
-
13
  "X-Poedit-Language: Arabic\n"
14
  "X-Poedit-Country: EGYPT\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: includes.php:24
23
+ #: includes.php:35
24
  #@ yarpp
25
  msgid "Related posts:"
26
  msgstr "محتويات ذات الصلة:"
27
 
28
+ #: includes.php:26
29
+ #: includes.php:37
30
+ #: template-metabox.php:28
31
  #: template-widget.php:13
32
  #@ yarpp
33
  msgid "No related posts."
34
  msgstr "لا يوجد محتويات ذات الصلة"
35
 
36
+ #: includes.php:93
37
+ #@ yarpp
38
+ msgid "MySQL error on adding yarpp_title"
39
+ msgstr "خطأ في قاعدة البيانات اثناء إضافة yarpp_title"
40
+
41
+ #: includes.php:98
42
+ #@ yarpp
43
+ msgid "MySQL error on adding yarpp_content"
44
+ msgstr "خطأ في قاعدة البيانات أثناء إضافة yarpp_content"
45
+
46
+ #: includes.php:109
47
+ #@ yarpp
48
+ msgid "MySQL error on creating yarpp_keyword_cache table"
49
+ msgstr "خطأ في قاعدة البيانات أثناء إنشاء yarpp_keyword_cache table"
50
+
51
+ #: includes.php:120
52
+ #@ yarpp
53
+ msgid "MySQL error on creating yarpp_related_cache table"
54
+ msgstr "خطأ في قاعدة البيانات أثناء إنشاء yarpp_related_cache table"
55
+
56
+ #: includes.php:195
57
+ #: includes.php:229
58
+ #: includes.php:243
59
  #@ yarpp
60
  msgid "Related Posts (YARPP)"
61
  msgstr "محتويات ذات الصلة: (YARPP)"
62
 
63
+ #: includes.php:205
64
  #@ yarpp
65
  msgid "Settings"
66
  msgstr "إعدادات"
67
 
68
+ #: includes.php:262
 
69
  msgid "Title:"
70
  msgstr ""
71
 
72
+ #: includes.php:263
73
+ #: options.php:457
74
+ #: options.php:526
75
  #@ yarpp
76
  msgid "Help promote Yet Another Related Posts Plugin?"
77
  msgstr "ساهم في تطوير الإضافة؟"
78
 
79
+ #: includes.php:440
80
  #@ yarpp
81
  msgid "Related Posts"
82
  msgstr "محتويات ذات الصلة"
83
 
84
+ #: magic.php:71
 
85
  #@ yarpp
86
  msgid "Example post "
87
  msgstr "مثال مشاركة"
88
 
89
+ #: magic.php:344
90
+ #: options.php:459
91
+ #: options.php:527
92
+ #@ yarpp
93
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
94
+ msgstr "إضافة المحتويات ذات الصلة مقدم لكم بواسطة <a href='%s'>Yet Another Related Posts Plugin</a>. <br /> قام بالترجة للغة العربية <a href='http://www.cdmazika.com'>CDMazika.com</a>"
95
+
96
+ #: options.php:10
97
+ #@ yarpp
98
+ 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."
99
+ msgstr "برجاء نفل ملفات القوالب إلي مجلد التصميم للإنتهاء من عملية التثبيت. فقط قم بنقل الملفات الموجودة داخال المجلد <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code> إلى المجلد <code>TEMPLATEPATH</code>"
100
+
101
+ #: options.php:15
102
+ #@ yarpp
103
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
104
+ msgstr "لم يتم العثور على القوالب بداخل مجلد التصميم الخاص بك (<code>TEMPLATEPATH</code>) لذلك سوف يتم إيقاف خاصية القوالب"
105
+
106
  #: options.php:26
107
  #@ yarpp
108
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
131
  msgid "Trust me. Let me use MyISAM features."
132
  msgstr "ثق بي. اسمحوا لي أن استخدام ميزات MyISAM."
133
 
134
+ #: options.php:65
135
  #@ yarpp
136
  msgid "The YARPP database had an error but has been fixed."
137
  msgstr "قاعدة بيانات YARPP حدث بها خطأ ولكن تم إصلاحه."
138
 
139
+ #: options.php:67
140
  #@ yarpp
141
  msgid "The YARPP database has an error which could not be fixed."
142
  msgstr "قاعدة بيانات YARPP قد حدث بها خطأ لم نتمكن من إصلاحه."
143
 
144
+ #: options.php:68
145
+ #@ yarpp
146
+ msgid "Please try <A>manual SQL setup</a>."
147
+ msgstr "يرجى محاولة <A>دليل مزود إعدادات SQL.</a>"
148
+
149
+ #: options.php:99
150
  #@ yarpp
151
  msgid "Options saved!"
152
  msgstr "تم حفظ الخيارات!"
153
 
154
+ #: options.php:135
155
  #@ yarpp
156
  msgid "word"
157
  msgstr "كلمة"
158
 
159
+ #: options.php:136
160
  #@ yarpp
161
  msgid "tag"
162
  msgstr "علامة"
163
 
164
+ #: options.php:137
165
  #@ yarpp
166
  msgid "category"
167
  msgstr "فئة"
168
 
169
+ #: options.php:141
170
+ #: options.php:158
171
+ #: options.php:170
172
  #@ yarpp
173
  msgid "do not consider"
174
  msgstr "لا تنظر"
175
 
176
+ #: options.php:142
177
+ #: options.php:159
178
+ #: options.php:172
179
  #@ yarpp
180
  msgid "consider"
181
  msgstr "إنظر"
182
 
183
+ #: options.php:144
184
+ #: options.php:174
185
  #, php-format
186
  #@ yarpp
187
  msgid "require at least one %s in common"
188
  msgstr "تتطلب ٪ واحدة على الأقل مشتركة"
189
 
190
+ #: options.php:146
191
+ #: options.php:176
192
  #, php-format
193
  #@ yarpp
194
  msgid "require more than one %s in common"
195
  msgstr "تتطلب أكثر من ٪ واحدة مشتركة"
196
 
197
+ #: options.php:160
198
  #@ yarpp
199
  msgid "consider with extra weight"
200
  msgstr "النظر مع الإعتبار الزائد"
201
 
202
+ #: options.php:188
203
+ #@ yarpp
204
+ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
205
+ msgstr "تاريخ إصدار إضافة المحتويات ذات الصلة YARPP (RSS 2.0)"
206
+
207
+ #: options.php:242
208
  #@ yarpp
209
  msgid "Yet Another Related Posts Plugin Options"
210
  msgstr "إعدادات إضافة المحتويات ذات الصلة YARPP"
211
 
212
+ #: options.php:253
 
213
  #@ yarpp
214
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
215
  msgstr "تبرع لmitcho (مايكل يوشيتاكا إرلوين) لدعم هذه الإضافة عن طريق باي بال"
216
 
217
+ #: options.php:255
218
+ #@ yarpp
219
+ msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
220
+ msgstr "من <a href=\\\"http://mitcho.com/code/\\\">mitcho (مايكل芳贵Erlewine)</a>"
221
+
222
+ #: options.php:255
223
+ #@ yarpp
224
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
225
+ msgstr "متابعة <a href=\\\"http://twitter.com/yarpp/\\\">آخر أخبار إضافة المحتويات ذات الصلة على Twitter</a>"
226
+
227
+ #: options.php:271
228
+ #: options.php:304
229
+ #: options.php:398
230
+ #: options.php:466
231
+ msgid "Click to toggle"
232
+ msgstr ""
233
+
234
+ #: options.php:274
235
  #@ yarpp
236
  msgid "\"The Pool\""
237
  msgstr "\"التجمع\""
238
 
239
+ #: options.php:276
240
  #@ yarpp
241
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
242
  msgstr "\"التجمع\" يشير إلى مجموعة من الأقسام والصفحات التي يتم ترشيحها للعرض."
243
 
244
+ #: options.php:281
245
  #@ yarpp
246
  msgid "Disallow by category:"
247
  msgstr "عدم السماح حسب الفئة :"
248
 
249
+ #: options.php:283
250
  #@ yarpp
251
  msgid "Disallow by tag:"
252
  msgstr "عدم السماح حسب العلامات :"
253
 
254
+ #: options.php:285
255
  #@ yarpp
256
  msgid "Show password protected posts?"
257
  msgstr "إظهار الموضوعات المحمية بكلمات سرية؟"
258
 
259
+ #: options.php:291
260
  #@ yarpp
261
  msgid "day(s)"
262
  msgstr "أيام"
263
 
264
+ #: options.php:292
265
  #@ yarpp
266
  msgid "week(s)"
267
  msgstr "أسابيع"
268
 
269
+ #: options.php:293
270
  #@ yarpp
271
  msgid "month(s)"
272
  msgstr "شهور"
273
 
274
+ #: options.php:295
275
  #@ yarpp
276
  msgid "Show only posts from the past NUMBER UNITS"
277
  msgstr "إظهار المشاركات من الNUMBER UNITS الماضية"
278
 
279
+ #: options.php:307
280
  #@ yarpp
281
  msgid "\"Relatedness\" options"
282
  msgstr "خيارات \"العلاقة\""
283
 
284
+ #: options.php:310
285
+ #, php-format
286
+ #@ yarpp
287
+ 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>."
288
+ msgstr "YARPP مختلفة عن <a href=\\\"http://wasabi.pbwiki.com/Related%20Entries\\\">الإضافات السابقة و ما تستند إليه</a> لأنه يحد من المحتويات المتشابهه قائمة من قبل (1) والحد الأقصى لعدد (2) على <em>عتبة المباراة.</em>"
289
+
290
+ #: options.php:310
291
+ #: options.php:324
292
+ #: options.php:406
293
+ #: options.php:411
294
+ #: options.php:458
295
+ #: options.php:475
296
+ #: options.php:476
297
+ #: options.php:480
298
+ #: options.php:526
299
  #@ yarpp
300
  msgid "more&gt;"
301
  msgstr "المزيد&gt;"
302
 
303
+ #: options.php:310
304
  #@ yarpp
305
  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."
306
  msgstr "كلما ذاد ارتفاع نسبة التشابه ، كلما إزداد التقيد ، وتحصل على عدد أقل من المحتويات المتشابهه عموما. الافتراضي 5. إذا كنت تريد معرفة الرقم المناسب لك ، إنظر على المحتوياات ذات الصلة لأي من مشاراكاتك ودرجاتهم. يمكنك ان ترى ما هي أنواع المحتوياات ذات الصلة ويجري انتقاؤها ورقم التشابه الخاص بكل مشاركة ، ثم على هذا الأساس حدد نسبة مناسبة لموقعك."
307
 
308
+ #: options.php:315
309
  #@ yarpp
310
  msgid "Match threshold:"
311
  msgstr "نسبة التشابه:"
312
 
313
+ #: options.php:316
314
  #@ yarpp
315
  msgid "Titles: "
316
  msgstr "العناوين :"
317
 
318
+ #: options.php:318
319
  #@ yarpp
320
  msgid "Bodies: "
321
  msgstr "المحتويات:"
322
 
323
+ #: options.php:320
324
  #@ yarpp
325
  msgid "Tags: "
326
  msgstr "العلامات"
327
 
328
+ #: options.php:322
329
  #@ yarpp
330
  msgid "Categories: "
331
  msgstr "الأقسام:"
332
 
333
+ #: options.php:324
334
  #@ yarpp
335
  msgid "Cross-relate posts and pages?"
336
  msgstr "إوصل بين المشاراكات والصفحات؟"
337
 
338
+ #: options.php:324
339
  #@ yarpp
340
  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."
341
  msgstr "عندما \"توصل بين المشاركات و الصفحات\", سوف يصبح لـ<code>related_posts()</code> و <code>related_pages()</code> و <code>related_entries()</code> نتيجة واحدة لإظهار المشاركات و الاصفحات المتشابهة معاً"
342
 
343
+ #: options.php:385
344
+ #@ yarpp
345
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
346
+ msgstr "تم إصدار نسخة تجريبية جديدة من إضافة المحتويات المتشابهه (%s). يمكنك <a href=\"%s\">تحميلها من هنا</a> على مسؤوليتك الخاصة."
347
+
348
+ #: options.php:387
349
+ #@ yarpp
350
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
351
+ msgstr "تم إصدار نسخة جديدة من إضافة المحتويات المتشابهه (YARPP)! يمكنك <A>تحميلها من هنا</a>."
352
+
353
+ #: options.php:401
354
  #@ yarpp
355
  msgid "Display options <small>for your website</small>"
356
  msgstr "عرض الخيارات <small>للموقع الخاص بك</small>"
357
 
358
+ #: options.php:406
359
  #@ yarpp
360
  msgid "Automatically display related posts?"
361
  msgstr "عرض المحتويات ذات الصلة تلقائيا؟"
362
 
363
+ #: options.php:406
364
  #@ yarpp
365
  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."
366
  msgstr "هذة الخاصية تظهر المحتويات ذات الصلة تلقائياً مباشرتاً بعد المحتوي الأساسي في المشاراكات الفردية. إذا قمت بإيقاف هذه الخاصية سوف تحتاج إلى تعديل القوالب الخاصة بتصميم موقعك و إضافة <code>related_posts()</code> أو (<code>related_pages()</code> and <code>related_entries()</code>) بها."
367
 
368
+ #: options.php:407
369
  #@ yarpp
370
  msgid "Website display code example"
371
  msgstr "مثال كود العرض بالموقع"
372
 
373
+ #: options.php:407
374
+ #: options.php:477
375
  #@ yarpp
376
  msgid "(Update options to reload.)"
377
  msgstr "(حدث الخيارات لإعادة التحميل.)"
378
 
379
+ #: options.php:410
380
+ #: options.php:479
381
  #@ yarpp
382
  msgid "Maximum number of related posts:"
383
  msgstr "الحد الأقصى لعدد المحتويات ذات الصلة:"
384
 
385
+ #: options.php:411
386
+ #: options.php:480
 
387
  #@ yarpp
388
  msgid "Display using a custom template file"
389
  msgstr "عرض باستخدام قالب مخصص"
390
 
391
+ #: options.php:411
392
+ #: options.php:480
393
  #@ yarpp
394
  msgid "NEW!"
395
  msgstr "جديد!"
396
 
397
+ #: options.php:411
398
+ #: options.php:480
399
  #@ yarpp
400
  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."
401
  msgstr "هذا الخيار المتقدم يعطيك القوة الكاملة لتخصيص كيف يتم عرض المحتويات ذات الصلة. القوالب (المحفوظة في مجلد التصميم) مكتوبة بلغة PHP."
402
 
403
+ #: options.php:413
404
+ #: options.php:482
 
405
  #@ yarpp
406
  msgid "Template file:"
407
  msgstr "ملف القالب :"
408
 
409
+ #: options.php:423
 
410
  #@ yarpp
411
  msgid "Before / after related entries:"
412
  msgstr "قبل / بعد الإدخالات ذات الصلة :"
413
 
414
+ #: options.php:424
415
+ #: options.php:429
416
+ #: options.php:438
417
+ #: options.php:493
418
+ #: options.php:498
419
+ #: options.php:507
420
  #@ yarpp
421
  msgid "For example:"
422
  msgstr "مثال:"
423
 
424
+ #: options.php:424
425
+ #: options.php:429
426
+ #: options.php:438
427
+ #: options.php:493
428
+ #: options.php:498
429
+ #: options.php:507
430
  #@ yarpp
431
  msgid " or "
432
  msgstr "أو"
433
 
434
+ #: options.php:428
435
+ #: options.php:497
436
  #@ yarpp
437
  msgid "Before / after each related entry:"
438
  msgstr "قبل / بعد كل مدخل ذات الصلة :"
439
 
440
+ #: options.php:432
441
+ #: options.php:501
442
  #@ yarpp
443
  msgid "Show excerpt?"
444
  msgstr "إظهار المقتطفات؟"
445
 
446
+ #: options.php:433
447
+ #: options.php:502
448
  #@ yarpp
449
  msgid "Excerpt length (No. of words):"
450
  msgstr "الحد الأقصى لعدد الكلمات في المقتطفات:"
451
 
452
+ #: options.php:437
453
  #@ yarpp
454
  msgid "Before / after (Excerpt):"
455
  msgstr "قبل / بعد (المقتطفات) :"
456
 
457
+ #: options.php:443
458
+ #: options.php:512
459
  #@ yarpp
460
  msgid "Order results:"
461
  msgstr "ترتيب النتائج:"
462
 
463
+ #: options.php:445
464
+ #: options.php:514
465
  #@ yarpp
466
  msgid "score (high relevance to low)"
467
  msgstr "النتيجة (الأكثر ثم الأقل)"
468
 
469
+ #: options.php:446
470
+ #: options.php:515
471
  #@ yarpp
472
  msgid "score (low relevance to high)"
473
  msgstr "النتيجة (الأقل ثم الأكثر)"
474
 
475
+ #: options.php:447
476
+ #: options.php:516
477
  #@ yarpp
478
  msgid "date (new to old)"
479
  msgstr "التاريخ (الجديد إلى القديم)"
480
 
481
+ #: options.php:448
482
+ #: options.php:517
483
  #@ yarpp
484
  msgid "date (old to new)"
485
  msgstr "التاريخ (القديم الى الجديد)"
486
 
487
+ #: options.php:449
488
+ #: options.php:518
489
  #@ yarpp
490
  msgid "title (alphabetical)"
491
  msgstr "العناوين (أبجديا)"
492
 
493
+ #: options.php:450
494
+ #: options.php:519
495
  #@ yarpp
496
  msgid "title (reverse alphabetical)"
497
  msgstr "العناوين (عكس الأبجدي)"
498
 
499
+ #: options.php:455
500
+ #: options.php:524
501
  #@ yarpp
502
  msgid "Default display if no results:"
503
  msgstr "العرض الافتراضي إذا لم يتم لبعثور على نتائج:"
504
 
505
+ #: options.php:459
506
+ #: options.php:527
507
  #, php-format
508
  #@ yarpp
509
  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."
510
  msgstr "هذه الخاصية يوف تضيف %s. قم بتفعيلها, و تحديث خياراتك ثم إلقي نظرة على مثال كود العرض الظاهر على اليمين. هذه الروابط و التبرعات تقدر بإمتنان"
511
 
512
+ #: options.php:469
513
  #@ yarpp
514
  msgid "Display options <small>for RSS</small>"
515
  msgstr "عرض خيارات <small>الـRSS</small>"
516
 
517
+ #: options.php:475
518
  #@ yarpp
519
  msgid "Display related posts in feeds?"
520
  msgstr "عرض المحتويات ذات الصلة في تحديثات الـRSS؟"
521
 
522
+ #: options.php:475
523
  #@ yarpp
524
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
525
  msgstr "هذا الخيار يعرض المحتويات ذات الصلة في نهاية كل من تحديثات الآر إس إس والأتوم. لن تحتاج لتحديث أي قوالب."
526
 
527
+ #: options.php:476
528
  #@ yarpp
529
  msgid "Display related posts in the descriptions?"
530
  msgstr "عرض المحتويات ذات الصلة في الوصف؟"
531
 
532
+ #: options.php:476
533
  #@ yarpp
534
  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."
535
  msgstr "هذا الخيار يتيح لك عرض المحتويات ذات الصلة في خانات الوصف الخاصة بالـRSS, و ليس فقط المحتوى الخاص بها. إذا كانت الإعدادات الخاصة بتحديثات الـRSSتظهر فقط مقتطفات المواضيع إذا فيتم عرض خانة الوصف هذه فقط. في هذه الحالة فسوف يكون هذا الخيار مطلوب لأي عرض على الإطلاق."
536
 
537
+ #: options.php:477
538
  #@ yarpp
539
  msgid "RSS display code example"
540
  msgstr "مثال الكود الخاص بالأر إس إس."
541
 
542
+ #: options.php:492
543
+ #@ yarpp
544
+ msgid "Before / after related entries display:"
545
+ msgstr "قبل / بعد عرض المدخلات ذات الصلة :"
546
+
547
+ #: options.php:506
548
  #@ yarpp
549
  msgid "Before / after (excerpt):"
550
  msgstr "قبل / بعد (المقتطفات) :"
551
 
552
+ #: options.php:535
553
  #@ yarpp
554
  msgid "Update options"
555
  msgstr "خيارات التحديث"
556
 
557
+ #: options.php:536
558
  #@ yarpp
559
  msgid "Do you really want to reset your configuration?"
560
  msgstr "هل تريد حقا إعادة الخيارات الخاصة بك إلى الخيارات الإفتراضية؟"
561
 
562
+ #: options.php:536
563
  #@ yarpp
564
  msgid "Reset options"
565
  msgstr "إستيعاد الخيارات"
575
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
576
  msgstr "هذه هي المحتويات ذات الصلة لهذا الموضوع. في حالة التعديل في هذه المشاركة قد تتغير المحتويات ذات الصلة."
577
 
578
+ #: template-metabox.php:26
579
  #@ yarpp
580
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
581
  msgstr "إذا كانت جميع هذه المحتويات ذات الصلة هي في الواقع معروضة و كيفية عرضها فهذه تتوقف على الخيارات الخاصة بــYARPP."
582
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/yarpp-bg_BG.mo CHANGED
Binary file
lang/yarpp-bg_BG.po CHANGED
@@ -13,61 +13,96 @@ msgstr ""
13
  "X-Poedit-Language: Bulgarian\n"
14
  "X-Poedit-Country: BULGARIA\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: includes.php:26
23
- #: includes.php:37
24
  #@ yarpp
25
  msgid "Related posts:"
26
  msgstr "Сродни публикации:"
27
 
28
- #: includes.php:28
29
- #: includes.php:39
30
- #: template-metabox.php:27
31
  #: template-widget.php:13
32
  #@ yarpp
33
  msgid "No related posts."
34
  msgstr "Няма сродни публикации."
35
 
36
- #: includes.php:149
37
- #: includes.php:194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  #: includes.php:215
 
39
  #@ yarpp
40
  msgid "Related Posts (YARPP)"
41
  msgstr "Сродни публикации (YARPP)"
42
 
43
- #: includes.php:169
44
  #@ yarpp
45
  msgid "Settings"
46
  msgstr "Настройки"
47
 
48
- #: includes.php:243
49
- #@ default
50
  msgid "Title:"
51
  msgstr "Заглавие:"
52
 
53
- #: includes.php:257
54
- #: options-meta-boxes.php:203
55
- #: options-meta-boxes.php:268
56
  #@ yarpp
57
  msgid "Help promote Yet Another Related Posts Plugin?"
58
  msgstr "Помогнете в популяризирането на Yet Another Related Posts Plugin?"
59
 
60
- #: includes.php:380
61
  #@ yarpp
62
  msgid "Related Posts"
63
  msgstr "Сродни публикации"
64
 
65
- #: cache-postmeta.php:105
66
- #: cache-tables.php:131
67
  #@ yarpp
68
  msgid "Example post "
69
  msgstr "Примерна публикация"
70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  #: options.php:26
72
  #@ yarpp
73
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
@@ -96,395 +131,441 @@ msgstr "Ако въпреки тази проверка сте сигурни ч
96
  msgid "Trust me. Let me use MyISAM features."
97
  msgstr "Довери ми се, позволи ми да ползвам MyISAM."
98
 
99
- #: options.php:55
100
  #@ yarpp
101
  msgid "The YARPP database had an error but has been fixed."
102
  msgstr "Базата от данни на YARPP имаше грешка, но сега е оправена!"
103
 
104
- #: options.php:57
105
  #@ yarpp
106
  msgid "The YARPP database has an error which could not be fixed."
107
  msgstr "Базата от данни на YARPP има грешка която не може да бъде оправена."
108
 
109
- #: options.php:86
 
 
 
 
 
110
  #@ yarpp
111
  msgid "Options saved!"
112
  msgstr "Настройките са запазени успешно!"
113
 
114
- #: options-meta-boxes.php:38
115
  #@ yarpp
116
  msgid "word"
117
  msgstr "дума"
118
 
119
- #: options-meta-boxes.php:39
120
  #@ yarpp
121
  msgid "tag"
122
  msgstr "таг"
123
 
124
- #: options-meta-boxes.php:40
125
  #@ yarpp
126
  msgid "category"
127
  msgstr "категория"
128
 
129
- #: options-meta-boxes.php:45
130
- #: options-meta-boxes.php:63
131
- #: options-meta-boxes.php:76
132
  #@ yarpp
133
  msgid "do not consider"
134
  msgstr "не взимай в предивид"
135
 
136
- #: options-meta-boxes.php:46
137
- #: options-meta-boxes.php:64
138
- #: options-meta-boxes.php:78
139
  #@ yarpp
140
  msgid "consider"
141
  msgstr "вземи в предивид"
142
 
143
- #: options-meta-boxes.php:48
144
- #: options-meta-boxes.php:80
145
  #, php-format
146
  #@ yarpp
147
  msgid "require at least one %s in common"
148
  msgstr "изисквай поне един общ %s "
149
 
150
- #: options-meta-boxes.php:50
151
- #: options-meta-boxes.php:82
152
  #, php-format
153
  #@ yarpp
154
  msgid "require more than one %s in common"
155
  msgstr "изисквай повече от един общ %s"
156
 
157
- #: options-meta-boxes.php:65
158
  #@ yarpp
159
  msgid "consider with extra weight"
160
  msgstr "вземи в предивид с по-голяма тежест"
161
 
162
- #: options.php:150
 
 
 
 
 
163
  #@ yarpp
164
  msgid "Yet Another Related Posts Plugin Options"
165
  msgstr "Yet Another Related Posts Plugin Настройки"
166
 
167
- #: options-meta-boxes.php:286
168
- #@ default
169
  #@ yarpp
170
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
171
  msgstr "Донирай на mitcho (Michael Yoshitaka Erlewine) за това разширение чрез PayPal"
172
 
173
- #: options-meta-boxes.php:118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  #@ yarpp
175
  msgid "\"The Pool\""
176
  msgstr "\"The Pool\""
177
 
178
- #: options-meta-boxes.php:91
179
  #@ yarpp
180
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
181
  msgstr "\"The Pool\" се отнася на всичките публикации и страници които са кандидати за показване като сродни постове."
182
 
183
- #: options-meta-boxes.php:96
184
  #@ yarpp
185
  msgid "Disallow by category:"
186
  msgstr "Забрани по категория:"
187
 
188
- #: options-meta-boxes.php:98
189
  #@ yarpp
190
  msgid "Disallow by tag:"
191
  msgstr "Забрани по таг:"
192
 
193
- #: options-meta-boxes.php:101
194
  #@ yarpp
195
  msgid "Show password protected posts?"
196
  msgstr "Покажи публикациите заштитени с парола?"
197
 
198
- #: options-meta-boxes.php:105
199
  #@ yarpp
200
  msgid "day(s)"
201
  msgstr "ден(дни)"
202
 
203
- #: options-meta-boxes.php:106
204
  #@ yarpp
205
  msgid "week(s)"
206
  msgstr "седмица(седмици)"
207
 
208
- #: options-meta-boxes.php:107
209
  #@ yarpp
210
  msgid "month(s)"
211
  msgstr "месец(и)"
212
 
213
- #: options-meta-boxes.php:109
214
  #@ yarpp
215
  msgid "Show only posts from the past NUMBER UNITS"
216
  msgstr "Покажи публикации само от последните NUMBER UNITS"
217
 
218
- #: options-meta-boxes.php:148
219
  #@ yarpp
220
  msgid "\"Relatedness\" options"
221
  msgstr "\"Сродност\" настройки"
222
 
223
- #: options-meta-boxes.php:124
224
- #: options-meta-boxes.php:139
225
- #: options-meta-boxes.php:157
226
- #: options-meta-boxes.php:161
227
- #: options-meta-boxes.php:204
228
- #: options-meta-boxes.php:221
229
- #: options-meta-boxes.php:223
230
- #: options-meta-boxes.php:228
231
- #: options-meta-boxes.php:268
 
 
 
 
 
 
232
  #@ yarpp
233
  msgid "more&gt;"
234
  msgstr "повече&gt;"
235
 
236
- #: options-meta-boxes.php:124
237
  #@ yarpp
238
  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."
239
  msgstr "Колкото е поголям размера на сродност, толкова помалко сродни публикации се намират. Размера на сродност по подразбиране е 5. Ако искате да намерите подходящ размер на сходност погледнете сродните постове и техния резултат. Вижте какви резултати връща и какви публикации се появяват. По този начин ще определите размера на сродност който най-много ве устройва."
240
 
241
- #: options-meta-boxes.php:130
242
  #@ yarpp
243
  msgid "Match threshold:"
244
  msgstr "Размер на сродност:"
245
 
246
- #: options-meta-boxes.php:131
247
  #@ yarpp
248
  msgid "Titles: "
249
  msgstr "Заглавия:"
250
 
251
- #: options-meta-boxes.php:133
252
  #@ yarpp
253
  msgid "Bodies: "
254
  msgstr "Основни текстове:"
255
 
256
- #: options-meta-boxes.php:135
257
  #@ yarpp
258
  msgid "Tags: "
259
  msgstr "Тагове:"
260
 
261
- #: options-meta-boxes.php:137
262
  #@ yarpp
263
  msgid "Categories: "
264
  msgstr "Категории:"
265
 
266
- #: options-meta-boxes.php:139
267
  #@ yarpp
268
  msgid "Cross-relate posts and pages?"
269
  msgstr "Вкръстосана сродност на страници и публикации?"
270
 
271
- #: options-meta-boxes.php:139
272
  #@ yarpp
273
  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."
274
  msgstr "Когато е избрана опцията \"Вкръстосана сродност на страници и публикации\", <code>related_posts()</code>, <code>related_pages()</code>, и <code>related_entries()</code> ще покажат същия резултат, връщайки сродни страници и публикации."
275
 
276
- #: options-meta-boxes.php:140
277
  #@ yarpp
278
  msgid "Show only previous posts?"
279
  msgstr "Показвай само предишни публикации?"
280
 
281
- #: options-meta-boxes.php:212
 
 
 
 
 
 
 
 
 
 
282
  #@ yarpp
283
  msgid "Display options <small>for your website</small>"
284
  msgstr "Настройки за показване <small>за уеб сайт</small>"
285
 
286
- #: options-meta-boxes.php:157
287
  #@ yarpp
288
  msgid "Automatically display related posts?"
289
  msgstr "Автоматично показвай сродни публикации?"
290
 
291
- #: options-meta-boxes.php:157
292
  #@ yarpp
293
  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."
294
  msgstr "Тази опция автоматично показва сродни публикации след съдържанието на веяка страница. Ако тази опция е изключена, трябва да вмъкнете на ръка <code>related_posts()</code> или варианти (<code>related_pages()</code> и<code>related_entries()</code>) във вашата тема."
295
 
296
- #: options-meta-boxes.php:158
297
  #@ yarpp
298
  msgid "Website display code example"
299
  msgstr "Примерен код за показване на уеб сайт"
300
 
301
- #: options-meta-boxes.php:158
302
- #: options-meta-boxes.php:221
303
  #@ yarpp
304
  msgid "(Update options to reload.)"
305
  msgstr "(Променете настройките за да презаредите.)"
306
 
307
- #: options-meta-boxes.php:160
308
- #: options-meta-boxes.php:226
309
  #@ yarpp
310
  msgid "Maximum number of related posts:"
311
  msgstr "Най-много сродни публикации:"
312
 
313
- #: includes.php:248
314
- #: options-meta-boxes.php:161
315
- #: options-meta-boxes.php:228
316
  #@ yarpp
317
  msgid "Display using a custom template file"
318
  msgstr "Покажи със собствен шаблон"
319
 
320
- #: options-meta-boxes.php:228
321
  #@ yarpp
322
  msgid "NEW!"
323
  msgstr "НОВО!"
324
 
325
- #: options-meta-boxes.php:161
326
- #: options-meta-boxes.php:228
327
  #@ yarpp
328
  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."
329
  msgstr "Тази опция за напреднали ви позволява пълен контрол върху това как сродни постове се показват. Шаблоните (които се съхраняват в папката с темите) са написани на PHP."
330
 
331
- #: includes.php:249
332
- #: options-meta-boxes.php:165
333
- #: options-meta-boxes.php:233
334
  #@ yarpp
335
  msgid "Template file:"
336
  msgstr "Шаблон:"
337
 
338
- #: options-meta-boxes.php:175
339
- #: options-meta-boxes.php:244
340
  #@ yarpp
341
  msgid "Before / after related entries:"
342
  msgstr "Преди / След сродни публикации:"
343
 
344
- #: options-meta-boxes.php:175
345
- #: options-meta-boxes.php:176
346
- #: options-meta-boxes.php:184
347
- #: options-meta-boxes.php:244
348
- #: options-meta-boxes.php:245
349
- #: options-meta-boxes.php:250
350
  #@ yarpp
351
  msgid "For example:"
352
  msgstr "Пример:"
353
 
354
- #: options-meta-boxes.php:175
355
- #: options-meta-boxes.php:176
356
- #: options-meta-boxes.php:184
357
- #: options-meta-boxes.php:244
358
- #: options-meta-boxes.php:245
359
- #: options-meta-boxes.php:250
360
  #@ yarpp
361
  msgid " or "
362
  msgstr "или"
363
 
364
- #: options-meta-boxes.php:176
365
- #: options-meta-boxes.php:245
366
  #@ yarpp
367
  msgid "Before / after each related entry:"
368
  msgstr "Преди / След всяка сродна публикация:"
369
 
370
- #: options-meta-boxes.php:178
371
- #: options-meta-boxes.php:247
372
  #@ yarpp
373
  msgid "Show excerpt?"
374
  msgstr "Покажи откъс?"
375
 
376
- #: options-meta-boxes.php:179
377
- #: options-meta-boxes.php:248
378
  #@ yarpp
379
  msgid "Excerpt length (No. of words):"
380
  msgstr "Дължина на откъсът (брой на думи):"
381
 
382
- #: options-meta-boxes.php:183
383
  #@ yarpp
384
  msgid "Before / after (Excerpt):"
385
  msgstr "Преди / След (Откъс):"
386
 
387
- #: options-meta-boxes.php:189
388
- #: options-meta-boxes.php:254
389
  #@ yarpp
390
  msgid "Order results:"
391
  msgstr "Подреди резултатите:"
392
 
393
- #: options-meta-boxes.php:191
394
- #: options-meta-boxes.php:256
395
  #@ yarpp
396
  msgid "score (high relevance to low)"
397
  msgstr "резултат (висок към нисък)"
398
 
399
- #: options-meta-boxes.php:192
400
- #: options-meta-boxes.php:257
401
  #@ yarpp
402
  msgid "score (low relevance to high)"
403
  msgstr "резултат (нисък към висок)"
404
 
405
- #: options-meta-boxes.php:193
406
- #: options-meta-boxes.php:258
407
  #@ yarpp
408
  msgid "date (new to old)"
409
  msgstr "дата (нова към стара)"
410
 
411
- #: options-meta-boxes.php:194
412
- #: options-meta-boxes.php:259
413
  #@ yarpp
414
  msgid "date (old to new)"
415
  msgstr "дата (стара към нова)"
416
 
417
- #: options-meta-boxes.php:195
418
- #: options-meta-boxes.php:260
419
  #@ yarpp
420
  msgid "title (alphabetical)"
421
  msgstr "заглавие (по азбучен ред)"
422
 
423
- #: options-meta-boxes.php:196
424
- #: options-meta-boxes.php:261
425
  #@ yarpp
426
  msgid "title (reverse alphabetical)"
427
  msgstr "заглавие (по обратен азбучен ред)"
428
 
429
- #: options-meta-boxes.php:201
430
- #: options-meta-boxes.php:266
431
  #@ yarpp
432
  msgid "Default display if no results:"
433
  msgstr "Показване по подразбиране когато няма резултати:"
434
 
435
- #: options-meta-boxes.php:205
436
- #: options-meta-boxes.php:269
437
  #, php-format
438
  #@ yarpp
439
  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."
440
  msgstr "Тази опция ще добави кода %s. Опитайте да я включите, променяйки настройките, и ще видите примерния кода от дясно. Тези връзки и донации ще бъдат оценени."
441
 
442
- #: options-meta-boxes.php:276
443
  #@ yarpp
444
  msgid "Display options <small>for RSS</small>"
445
  msgstr "Настройки за показване <small>за RSS</small>"
446
 
447
- #: options-meta-boxes.php:221
448
  #@ yarpp
449
  msgid "Display related posts in feeds?"
450
  msgstr "Показвай сродни публикации в RSS хранилката?"
451
 
452
- #: options-meta-boxes.php:221
453
  #@ yarpp
454
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
455
  msgstr "Тази опция показва сродни публикации на крайа на всяка публикация във вашият RSS и Atom. Не е нужно да променяте шаблоните."
456
 
457
- #: options-meta-boxes.php:223
458
  #@ yarpp
459
  msgid "Display related posts in the descriptions?"
460
  msgstr "Покажи сродни публикации в описанията?"
461
 
462
- #: options-meta-boxes.php:223
463
  #@ yarpp
464
  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."
465
  msgstr "Тази опция показва сродните публикации в полете за описание на RSS, не само в съдържанието. Ако вашите хранилища показват само откъси, само полето за описание се използва, така че тази опция е необходима за каквото и да е показване."
466
 
467
- #: options-meta-boxes.php:221
468
  #@ yarpp
469
  msgid "RSS display code example"
470
  msgstr "Примерен код за показване в RSS "
471
 
472
- #: options-meta-boxes.php:250
 
 
 
 
 
473
  #@ yarpp
474
  msgid "Before / after (excerpt):"
475
  msgstr "Преди / След (откъс):"
476
 
477
- #: options.php:268
478
  #@ yarpp
479
  msgid "Update options"
480
  msgstr "Промени настройките"
481
 
482
- #: options.php:269
483
  #@ yarpp
484
  msgid "Do you really want to reset your configuration?"
485
  msgstr "Наистина ли искате да върнете настройките към тези по-подразбиране?"
486
 
487
- #: options.php:269
488
  #@ yarpp
489
  msgid "Reset options"
490
  msgstr "Върни настройките към тези по-подразбиране"
@@ -500,74 +581,8 @@ msgstr "%f е YARPP резултата на сродност помежду те
500
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
501
  msgstr "Това са сродните публикации за тази публикация. Ако промените публикацията, сродните публикации може да бъдат променени."
502
 
503
- #: template-metabox.php:25
504
  #@ yarpp
505
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
506
  msgstr "Дали всичките свързани публикации ще се показват и как ще се показват се управлява от опциите за показване на YARPP."
507
 
508
- #: includes.php:389
509
- #@ yarpp
510
- msgid "Related entries may be displayed once you save your entry"
511
- msgstr ""
512
-
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
- #: options-meta-boxes.php:124
520
- #@ yarpp
521
- msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
- msgstr ""
523
-
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
- #: options-meta-boxes.php:283
531
- #@ yarpp
532
- msgid "YARPP Forum"
533
- msgstr ""
534
-
535
- #: options-meta-boxes.php:284
536
- #@ yarpp
537
- msgid "YARPP on Twitter"
538
- msgstr ""
539
-
540
- #: options-meta-boxes.php:285
541
- #@ yarpp
542
- msgid "YARPP on the Web"
543
- msgstr ""
544
-
545
- #: options-meta-boxes.php:292
546
- #@ yarpp
547
- msgid "Contact YARPP"
548
- msgstr ""
549
-
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
- #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
- msgstr ""
561
-
562
- #: options.php:251
563
- #, php-format
564
- #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
- msgstr ""
567
-
568
- #: options.php:256
569
- #, php-format
570
- #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
- msgstr ""
573
-
13
  "X-Poedit-Language: Bulgarian\n"
14
  "X-Poedit-Country: BULGARIA\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
  "X-Poedit-Basepath: ../\n"
18
  "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: includes.php:27
23
+ #: includes.php:38
24
  #@ yarpp
25
  msgid "Related posts:"
26
  msgstr "Сродни публикации:"
27
 
28
+ #: includes.php:29
29
+ #: includes.php:40
30
+ #: template-metabox.php:28
31
  #: template-widget.php:13
32
  #@ yarpp
33
  msgid "No related posts."
34
  msgstr "Няма сродни публикации."
35
 
36
+ #: includes.php:96
37
+ #@ yarpp
38
+ msgid "MySQL error on adding yarpp_title"
39
+ msgstr "MySQL грешка при добавянето на yarpp_title"
40
+
41
+ #: includes.php:101
42
+ #@ yarpp
43
+ msgid "MySQL error on adding yarpp_content"
44
+ msgstr "MySQL грешка при добавянето на yarpp_content"
45
+
46
+ #: includes.php:112
47
+ #@ yarpp
48
+ msgid "MySQL error on creating yarpp_keyword_cache table"
49
+ msgstr "MySQL грешка при създаването на yarpp_keyword_cache table"
50
+
51
+ #: includes.php:123
52
+ #@ yarpp
53
+ msgid "MySQL error on creating yarpp_related_cache table"
54
+ msgstr "MySQL грешка при създаването на yarpp_related_cache table"
55
+
56
+ #: includes.php:182
57
  #: includes.php:215
58
+ #: includes.php:236
59
  #@ yarpp
60
  msgid "Related Posts (YARPP)"
61
  msgstr "Сродни публикации (YARPP)"
62
 
63
+ #: includes.php:191
64
  #@ yarpp
65
  msgid "Settings"
66
  msgstr "Настройки"
67
 
68
+ #: includes.php:265
 
69
  msgid "Title:"
70
  msgstr "Заглавие:"
71
 
72
+ #: includes.php:279
73
+ #: options.php:460
74
+ #: options.php:529
75
  #@ yarpp
76
  msgid "Help promote Yet Another Related Posts Plugin?"
77
  msgstr "Помогнете в популяризирането на Yet Another Related Posts Plugin?"
78
 
79
+ #: includes.php:489
80
  #@ yarpp
81
  msgid "Related Posts"
82
  msgstr "Сродни публикации"
83
 
84
+ #: magic.php:71
 
85
  #@ yarpp
86
  msgid "Example post "
87
  msgstr "Примерна публикация"
88
 
89
+ #: magic.php:351
90
+ #: options.php:462
91
+ #: options.php:530
92
+ #@ yarpp
93
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
94
+ msgstr "Сродни публикации с помоща на <a href='%s'>Yet Another Related Posts Plugin</a>."
95
+
96
+ #: options.php:10
97
+ #@ yarpp
98
+ 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."
99
+ msgstr "Моля, преместете шаблоните на YARPP във вашата тема за да приключите с инсталирането. Просто преместете примерните шаблони (в момента се намират в <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) в папката <code>TEMPLATEPATH</code>."
100
+
101
+ #: options.php:15
102
+ #@ yarpp
103
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
104
+ msgstr "Не бяха намерени YARPP шаблони във вашата тема (<code>TEMPLATEPATH</code>) , следнователно възможноста за шаблони беше изключена."
105
+
106
  #: options.php:26
107
  #@ yarpp
108
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
131
  msgid "Trust me. Let me use MyISAM features."
132
  msgstr "Довери ми се, позволи ми да ползвам MyISAM."
133
 
134
+ #: options.php:65
135
  #@ yarpp
136
  msgid "The YARPP database had an error but has been fixed."
137
  msgstr "Базата от данни на YARPP имаше грешка, но сега е оправена!"
138
 
139
+ #: options.php:67
140
  #@ yarpp
141
  msgid "The YARPP database has an error which could not be fixed."
142
  msgstr "Базата от данни на YARPP има грешка която не може да бъде оправена."
143
 
144
+ #: options.php:68
145
+ #@ yarpp
146
+ msgid "Please try <A>manual SQL setup</a>."
147
+ msgstr "Моля, опитайте <A>ръчни SQL настройки</a>."
148
+
149
+ #: options.php:99
150
  #@ yarpp
151
  msgid "Options saved!"
152
  msgstr "Настройките са запазени успешно!"
153
 
154
+ #: options.php:135
155
  #@ yarpp
156
  msgid "word"
157
  msgstr "дума"
158
 
159
+ #: options.php:136
160
  #@ yarpp
161
  msgid "tag"
162
  msgstr "таг"
163
 
164
+ #: options.php:137
165
  #@ yarpp
166
  msgid "category"
167
  msgstr "категория"
168
 
169
+ #: options.php:141
170
+ #: options.php:158
171
+ #: options.php:170
172
  #@ yarpp
173
  msgid "do not consider"
174
  msgstr "не взимай в предивид"
175
 
176
+ #: options.php:142
177
+ #: options.php:159
178
+ #: options.php:172
179
  #@ yarpp
180
  msgid "consider"
181
  msgstr "вземи в предивид"
182
 
183
+ #: options.php:144
184
+ #: options.php:174
185
  #, php-format
186
  #@ yarpp
187
  msgid "require at least one %s in common"
188
  msgstr "изисквай поне един общ %s "
189
 
190
+ #: options.php:146
191
+ #: options.php:176
192
  #, php-format
193
  #@ yarpp
194
  msgid "require more than one %s in common"
195
  msgstr "изисквай повече от един общ %s"
196
 
197
+ #: options.php:160
198
  #@ yarpp
199
  msgid "consider with extra weight"
200
  msgstr "вземи в предивид с по-голяма тежест"
201
 
202
+ #: options.php:188
203
+ #@ yarpp
204
+ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
205
+ msgstr "Yet Another Related Posts Plugin история на версиите (RSS 2.0)"
206
+
207
+ #: options.php:242
208
  #@ yarpp
209
  msgid "Yet Another Related Posts Plugin Options"
210
  msgstr "Yet Another Related Posts Plugin Настройки"
211
 
212
+ #: options.php:253
 
213
  #@ yarpp
214
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
215
  msgstr "Донирай на mitcho (Michael Yoshitaka Erlewine) за това разширение чрез PayPal"
216
 
217
+ #: options.php:255
218
+ #@ yarpp
219
+ msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
220
+ msgstr "от <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
221
+
222
+ #: options.php:255
223
+ #@ yarpp
224
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
225
+ msgstr "Следвай <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin на Twitter</a>"
226
+
227
+ #: options.php:271
228
+ #: options.php:304
229
+ #: options.php:401
230
+ #: options.php:469
231
+ msgid "Click to toggle"
232
+ msgstr "Натисни тук за да покажеш / скриеш опциите"
233
+
234
+ #: options.php:274
235
  #@ yarpp
236
  msgid "\"The Pool\""
237
  msgstr "\"The Pool\""
238
 
239
+ #: options.php:276
240
  #@ yarpp
241
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
242
  msgstr "\"The Pool\" се отнася на всичките публикации и страници които са кандидати за показване като сродни постове."
243
 
244
+ #: options.php:281
245
  #@ yarpp
246
  msgid "Disallow by category:"
247
  msgstr "Забрани по категория:"
248
 
249
+ #: options.php:283
250
  #@ yarpp
251
  msgid "Disallow by tag:"
252
  msgstr "Забрани по таг:"
253
 
254
+ #: options.php:286
255
  #@ yarpp
256
  msgid "Show password protected posts?"
257
  msgstr "Покажи публикациите заштитени с парола?"
258
 
259
+ #: options.php:290
260
  #@ yarpp
261
  msgid "day(s)"
262
  msgstr "ден(дни)"
263
 
264
+ #: options.php:291
265
  #@ yarpp
266
  msgid "week(s)"
267
  msgstr "седмица(седмици)"
268
 
269
+ #: options.php:292
270
  #@ yarpp
271
  msgid "month(s)"
272
  msgstr "месец(и)"
273
 
274
+ #: options.php:294
275
  #@ yarpp
276
  msgid "Show only posts from the past NUMBER UNITS"
277
  msgstr "Покажи публикации само от последните NUMBER UNITS"
278
 
279
+ #: options.php:307
280
  #@ yarpp
281
  msgid "\"Relatedness\" options"
282
  msgstr "\"Сродност\" настройки"
283
 
284
+ #: options.php:310
285
+ #, php-format
286
+ #@ yarpp
287
+ 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>."
288
+ msgstr "YARPP е различен от <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">предишните разширения на който е заснован</a> по ограничаването на сродните постове по (1) максимален брой (2) a <em>размер на сродност</em>."
289
+
290
+ #: options.php:310
291
+ #: options.php:325
292
+ #: options.php:409
293
+ #: options.php:414
294
+ #: options.php:461
295
+ #: options.php:478
296
+ #: options.php:479
297
+ #: options.php:483
298
+ #: options.php:529
299
  #@ yarpp
300
  msgid "more&gt;"
301
  msgstr "повече&gt;"
302
 
303
+ #: options.php:310
304
  #@ yarpp
305
  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."
306
  msgstr "Колкото е поголям размера на сродност, толкова помалко сродни публикации се намират. Размера на сродност по подразбиране е 5. Ако искате да намерите подходящ размер на сходност погледнете сродните постове и техния резултат. Вижте какви резултати връща и какви публикации се появяват. По този начин ще определите размера на сродност който най-много ве устройва."
307
 
308
+ #: options.php:316
309
  #@ yarpp
310
  msgid "Match threshold:"
311
  msgstr "Размер на сродност:"
312
 
313
+ #: options.php:317
314
  #@ yarpp
315
  msgid "Titles: "
316
  msgstr "Заглавия:"
317
 
318
+ #: options.php:319
319
  #@ yarpp
320
  msgid "Bodies: "
321
  msgstr "Основни текстове:"
322
 
323
+ #: options.php:321
324
  #@ yarpp
325
  msgid "Tags: "
326
  msgstr "Тагове:"
327
 
328
+ #: options.php:323
329
  #@ yarpp
330
  msgid "Categories: "
331
  msgstr "Категории:"
332
 
333
+ #: options.php:325
334
  #@ yarpp
335
  msgid "Cross-relate posts and pages?"
336
  msgstr "Вкръстосана сродност на страници и публикации?"
337
 
338
+ #: options.php:325
339
  #@ yarpp
340
  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."
341
  msgstr "Когато е избрана опцията \"Вкръстосана сродност на страници и публикации\", <code>related_posts()</code>, <code>related_pages()</code>, и <code>related_entries()</code> ще покажат същия резултат, връщайки сродни страници и публикации."
342
 
343
+ #: options.php:326
344
  #@ yarpp
345
  msgid "Show only previous posts?"
346
  msgstr "Показвай само предишни публикации?"
347
 
348
+ #: options.php:388
349
+ #@ yarpp
350
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
351
+ msgstr "Има нова бета (%s) на Yet Another Related Posts Plugin. Можете да я <a href=\"%s\">свалите тук</a> на ваш собствен риск."
352
+
353
+ #: options.php:390
354
+ #@ yarpp
355
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
356
+ msgstr "Има нова версия (VERSION) на Yet Another Related Posts Plugin! Можете да я <A>свалите тук</a>."
357
+
358
+ #: options.php:404
359
  #@ yarpp
360
  msgid "Display options <small>for your website</small>"
361
  msgstr "Настройки за показване <small>за уеб сайт</small>"
362
 
363
+ #: options.php:409
364
  #@ yarpp
365
  msgid "Automatically display related posts?"
366
  msgstr "Автоматично показвай сродни публикации?"
367
 
368
+ #: options.php:409
369
  #@ yarpp
370
  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."
371
  msgstr "Тази опция автоматично показва сродни публикации след съдържанието на веяка страница. Ако тази опция е изключена, трябва да вмъкнете на ръка <code>related_posts()</code> или варианти (<code>related_pages()</code> и<code>related_entries()</code>) във вашата тема."
372
 
373
+ #: options.php:410
374
  #@ yarpp
375
  msgid "Website display code example"
376
  msgstr "Примерен код за показване на уеб сайт"
377
 
378
+ #: options.php:410
379
+ #: options.php:480
380
  #@ yarpp
381
  msgid "(Update options to reload.)"
382
  msgstr "(Променете настройките за да презаредите.)"
383
 
384
+ #: options.php:413
385
+ #: options.php:482
386
  #@ yarpp
387
  msgid "Maximum number of related posts:"
388
  msgstr "Най-много сродни публикации:"
389
 
390
+ #: includes.php:270
391
+ #: options.php:414
392
+ #: options.php:483
393
  #@ yarpp
394
  msgid "Display using a custom template file"
395
  msgstr "Покажи със собствен шаблон"
396
 
397
+ #: options.php:483
398
  #@ yarpp
399
  msgid "NEW!"
400
  msgstr "НОВО!"
401
 
402
+ #: options.php:414
403
+ #: options.php:483
404
  #@ yarpp
405
  msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
406
  msgstr "Тази опция за напреднали ви позволява пълен контрол върху това как сродни постове се показват. Шаблоните (които се съхраняват в папката с темите) са написани на PHP."
407
 
408
+ #: includes.php:271
409
+ #: options.php:416
410
+ #: options.php:485
411
  #@ yarpp
412
  msgid "Template file:"
413
  msgstr "Шаблон:"
414
 
415
+ #: options.php:426
 
416
  #@ yarpp
417
  msgid "Before / after related entries:"
418
  msgstr "Преди / След сродни публикации:"
419
 
420
+ #: options.php:427
421
+ #: options.php:432
422
+ #: options.php:441
423
+ #: options.php:496
424
+ #: options.php:501
425
+ #: options.php:510
426
  #@ yarpp
427
  msgid "For example:"
428
  msgstr "Пример:"
429
 
430
+ #: options.php:427
431
+ #: options.php:432
432
+ #: options.php:441
433
+ #: options.php:496
434
+ #: options.php:501
435
+ #: options.php:510
436
  #@ yarpp
437
  msgid " or "
438
  msgstr "или"
439
 
440
+ #: options.php:431
441
+ #: options.php:500
442
  #@ yarpp
443
  msgid "Before / after each related entry:"
444
  msgstr "Преди / След всяка сродна публикация:"
445
 
446
+ #: options.php:435
447
+ #: options.php:504
448
  #@ yarpp
449
  msgid "Show excerpt?"
450
  msgstr "Покажи откъс?"
451
 
452
+ #: options.php:436
453
+ #: options.php:505
454
  #@ yarpp
455
  msgid "Excerpt length (No. of words):"
456
  msgstr "Дължина на откъсът (брой на думи):"
457
 
458
+ #: options.php:440
459
  #@ yarpp
460
  msgid "Before / after (Excerpt):"
461
  msgstr "Преди / След (Откъс):"
462
 
463
+ #: options.php:446
464
+ #: options.php:515
465
  #@ yarpp
466
  msgid "Order results:"
467
  msgstr "Подреди резултатите:"
468
 
469
+ #: options.php:448
470
+ #: options.php:517
471
  #@ yarpp
472
  msgid "score (high relevance to low)"
473
  msgstr "резултат (висок към нисък)"
474
 
475
+ #: options.php:449
476
+ #: options.php:518
477
  #@ yarpp
478
  msgid "score (low relevance to high)"
479
  msgstr "резултат (нисък към висок)"
480
 
481
+ #: options.php:450
482
+ #: options.php:519
483
  #@ yarpp
484
  msgid "date (new to old)"
485
  msgstr "дата (нова към стара)"
486
 
487
+ #: options.php:451
488
+ #: options.php:520
489
  #@ yarpp
490
  msgid "date (old to new)"
491
  msgstr "дата (стара към нова)"
492
 
493
+ #: options.php:452
494
+ #: options.php:521
495
  #@ yarpp
496
  msgid "title (alphabetical)"
497
  msgstr "заглавие (по азбучен ред)"
498
 
499
+ #: options.php:453
500
+ #: options.php:522
501
  #@ yarpp
502
  msgid "title (reverse alphabetical)"
503
  msgstr "заглавие (по обратен азбучен ред)"
504
 
505
+ #: options.php:458
506
+ #: options.php:527
507
  #@ yarpp
508
  msgid "Default display if no results:"
509
  msgstr "Показване по подразбиране когато няма резултати:"
510
 
511
+ #: options.php:462
512
+ #: options.php:530
513
  #, php-format
514
  #@ yarpp
515
  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."
516
  msgstr "Тази опция ще добави кода %s. Опитайте да я включите, променяйки настройките, и ще видите примерния кода от дясно. Тези връзки и донации ще бъдат оценени."
517
 
518
+ #: options.php:472
519
  #@ yarpp
520
  msgid "Display options <small>for RSS</small>"
521
  msgstr "Настройки за показване <small>за RSS</small>"
522
 
523
+ #: options.php:478
524
  #@ yarpp
525
  msgid "Display related posts in feeds?"
526
  msgstr "Показвай сродни публикации в RSS хранилката?"
527
 
528
+ #: options.php:478
529
  #@ yarpp
530
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
531
  msgstr "Тази опция показва сродни публикации на крайа на всяка публикация във вашият RSS и Atom. Не е нужно да променяте шаблоните."
532
 
533
+ #: options.php:479
534
  #@ yarpp
535
  msgid "Display related posts in the descriptions?"
536
  msgstr "Покажи сродни публикации в описанията?"
537
 
538
+ #: options.php:479
539
  #@ yarpp
540
  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."
541
  msgstr "Тази опция показва сродните публикации в полете за описание на RSS, не само в съдържанието. Ако вашите хранилища показват само откъси, само полето за описание се използва, така че тази опция е необходима за каквото и да е показване."
542
 
543
+ #: options.php:480
544
  #@ yarpp
545
  msgid "RSS display code example"
546
  msgstr "Примерен код за показване в RSS "
547
 
548
+ #: options.php:495
549
+ #@ yarpp
550
+ msgid "Before / after related entries display:"
551
+ msgstr "Преди / След сродните публикации показвай:"
552
+
553
+ #: options.php:509
554
  #@ yarpp
555
  msgid "Before / after (excerpt):"
556
  msgstr "Преди / След (откъс):"
557
 
558
+ #: options.php:538
559
  #@ yarpp
560
  msgid "Update options"
561
  msgstr "Промени настройките"
562
 
563
+ #: options.php:539
564
  #@ yarpp
565
  msgid "Do you really want to reset your configuration?"
566
  msgstr "Наистина ли искате да върнете настройките към тези по-подразбиране?"
567
 
568
+ #: options.php:539
569
  #@ yarpp
570
  msgid "Reset options"
571
  msgstr "Върни настройките към тези по-подразбиране"
581
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
582
  msgstr "Това са сродните публикации за тази публикация. Ако промените публикацията, сродните публикации може да бъдат променени."
583
 
584
+ #: template-metabox.php:26
585
  #@ yarpp
586
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
587
  msgstr "Дали всичките свързани публикации ще се показват и как ще се показват се управлява от опциите за показване на YARPP."
588
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/yarpp-by_BY.mo CHANGED
Binary file
lang/yarpp-by_BY.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Звязаныя пасты (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Звязаныя пасты"
@@ -37,40 +37,48 @@ msgstr "Звязаныя пасты"
37
  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."
38
  msgstr "%f - гэта каэфіцыент \"падобнасці\" паста і звязанага з ім. Вы бачыце гэта таму, што вы зашлі ў Wordpress адміністратарам. Гэта не паказваецца простым наведвальнікам"
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "Праверка MyISAM была выкананая. Зараз вы можаце выкарыстаць крытэры падобнасці Разглядаць загалоўкі і Разглядаць тэкст."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "Выкарыстанне опцый YARPP Разглядаць загалоўкі і Разглядаць тэкст патрабуе, каб ваша табліца <code>%s</code> выкарыстала рухавічок <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, але табліца мабыць выкарыстае рухавічок <code>%s</code>. Гэтыя дзве опцыі адключаныя."
50
 
51
- #: options.php:37
52
  #, fuzzy, php-format, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Для аднаўлення гэтых опцый, калі ласка, зменіце вашу табліцу <code>%s</code>наступнай SQL інструкцыяй e&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />Пры змене табліцы дадзеныя не павінны прорва, аднак магчымыя наступствы."
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Калі, незалежна ад гэтай опцыі, вы ўпэўненыя што табліца <code>%s</code> выкарыстае MyISAM, націсніце на гэтую чароўную кнопку&nbsp;:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Паверце мне. Дазвольце мне выкарыстаць MyISAM."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "База дадзеных YARPP утрымоўвала памылкі, але яны былі выпраўленыя."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "База дадзеных YARPP утрымоўвае памылку, якая не можа быць выпраўленая."
@@ -100,7 +108,7 @@ msgstr "разглядаць з дадатковай вагай"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "Ахвяраваць распрацоўніку mitcho (Michael Yoshitaka Erlewine), праз PayPal"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "Опцыі YARPP"
@@ -380,7 +388,7 @@ msgstr "хоць бы адзін \"%s\" павінен быць агульны
380
  msgid "require more than one %s in common"
381
  msgstr "больш аднаго \"%s\" павінна быць агульным"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "Налады захаваныя!"
@@ -390,17 +398,17 @@ msgstr "Налады захаваныя!"
390
  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."
391
  msgstr "Чым вышэй парог падобнасці, тым стражэй выбарка, і тым менш атрымаеце запісаў на выхадзе. Па-змаўчанню парог роўны 5. Калі жадаеце знайсці приемлимые парогавыя значэнні, паэксперыментуйце з некалькімі паведамленнямі. Вы зможаце ўбачыць, якія паведамленні выходзяць наверх і якія ў іх значэння падабенства, па якіх можна вызначыць приемлимый узровень для вашага сайта."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Змяніць налады"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Вы сапраўды жадаеце скінуць вашы налады?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Скінуць налады"
@@ -431,6 +439,12 @@ msgstr "гадоў"
431
  msgid "Show only posts from the past NUMBER UNITS"
432
  msgstr "Паказваць толькі пасты за апошнія NUMBER UNITS"
433
 
 
 
 
 
 
 
434
  #: includes.php:248
435
  #: options-meta-boxes.php:161
436
  #: options-meta-boxes.php:228
@@ -495,17 +509,11 @@ msgstr ""
495
  msgid "Title:"
496
  msgstr ""
497
 
498
- #: includes.php:389
499
  #@ yarpp
500
  msgid "Related entries may be displayed once you save your entry"
501
  msgstr ""
502
 
503
- #: magic.php:297
504
- #, php-format
505
- #@ yarpp
506
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
507
- msgstr ""
508
-
509
  #: options-meta-boxes.php:124
510
  #@ yarpp
511
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -521,12 +529,6 @@ msgstr ""
521
  msgid " or "
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Звязаныя пасты (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Звязаныя пасты"
37
  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."
38
  msgstr "%f - гэта каэфіцыент \"падобнасці\" паста і звязанага з ім. Вы бачыце гэта таму, што вы зашлі ў Wordpress адміністратарам. Гэта не паказваецца простым наведвальнікам"
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Спіс падобных пастоў прадстаўлены вам убудовай <a href='%s'>YARPP</a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "Праверка MyISAM была выкананая. Зараз вы можаце выкарыстаць крытэры падобнасці Разглядаць загалоўкі і Разглядаць тэкст."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "Выкарыстанне опцый YARPP Разглядаць загалоўкі і Разглядаць тэкст патрабуе, каб ваша табліца <code>%s</code> выкарыстала рухавічок <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, але табліца мабыць выкарыстае рухавічок <code>%s</code>. Гэтыя дзве опцыі адключаныя."
58
 
59
+ #: options.php:65
60
  #, fuzzy, php-format, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "Для аднаўлення гэтых опцый, калі ласка, зменіце вашу табліцу <code>%s</code>наступнай SQL інструкцыяй e&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />Пры змене табліцы дадзеныя не павінны прорва, аднак магчымыя наступствы."
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Калі, незалежна ад гэтай опцыі, вы ўпэўненыя што табліца <code>%s</code> выкарыстае MyISAM, націсніце на гэтую чароўную кнопку&nbsp;:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Паверце мне. Дазвольце мне выкарыстаць MyISAM."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "База дадзеных YARPP утрымоўвала памылкі, але яны былі выпраўленыя."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "База дадзеных YARPP утрымоўвае памылку, якая не можа быць выпраўленая."
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "Ахвяраваць распрацоўніку mitcho (Michael Yoshitaka Erlewine), праз PayPal"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "Опцыі YARPP"
388
  msgid "require more than one %s in common"
389
  msgstr "больш аднаго \"%s\" павінна быць агульным"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "Налады захаваныя!"
398
  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."
399
  msgstr "Чым вышэй парог падобнасці, тым стражэй выбарка, і тым менш атрымаеце запісаў на выхадзе. Па-змаўчанню парог роўны 5. Калі жадаеце знайсці приемлимые парогавыя значэнні, паэксперыментуйце з некалькімі паведамленнямі. Вы зможаце ўбачыць, якія паведамленні выходзяць наверх і якія ў іх значэння падабенства, па якіх можна вызначыць приемлимый узровень для вашага сайта."
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "Змяніць налады"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Вы сапраўды жадаеце скінуць вашы налады?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Скінуць налады"
439
  msgid "Show only posts from the past NUMBER UNITS"
440
  msgstr "Паказваць толькі пасты за апошнія NUMBER UNITS"
441
 
442
+ #: options.php:46
443
+ #, php-format
444
+ #@ yarpp
445
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
446
+ msgstr "Выйшла новая beta (%s) убудовы YARPP. Вы можаце <a href=\"%s\">запампаваць яе тут</a> на сваю рызыку."
447
+
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
509
  msgid "Title:"
510
  msgstr ""
511
 
512
+ #: includes.php:385
513
  #@ yarpp
514
  msgid "Related entries may be displayed once you save your entry"
515
  msgstr ""
516
 
 
 
 
 
 
 
517
  #: options-meta-boxes.php:124
518
  #@ yarpp
519
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
529
  msgid " or "
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-de_DE.mo CHANGED
Binary file
lang/yarpp-de_DE.po CHANGED
@@ -1,573 +1,572 @@
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: Michael Kalina <yarpp-de@mitcho.com>\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-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
22
- #: includes.php:149
23
- #: includes.php:194
24
- #: includes.php:215
25
- #@ yarpp
26
- msgid "Related Posts (YARPP)"
27
- msgstr "Related Posts (YARPP)"
28
-
29
- #: includes.php:380
30
- #@ yarpp
31
- msgid "Related Posts"
32
- msgstr "Ähnliche Beiträge"
33
-
34
- #: template-builtin.php:35
35
- #, php-format
36
- #@ yarpp
37
- 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."
38
- msgstr "%f ist die von YARPP ermittelte Übereinstimmung zwischen diesem und dem ähnlichen Artikel (Relevanz-Wert). Sie sehen diesen Wert, weil Sie als WordPress-Administrator eingeloggt sind. Normale Besucher sehen ihn nicht."
39
-
40
- #: options.php:26
41
- #@ yarpp
42
- msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
- msgstr "Die MyISAM Überprüfung wurde außer Kraft gesetzt. Sie können nun \"consider titles\" und \"consider bodies\" als Kriterium für die Relevanz verwenden."
44
-
45
- #: options.php:35
46
- #, php-format
47
- #@ yarpp
48
- 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."
49
- msgstr "YARPPs \"Überschriften berücksichtigen\" und \"Textkörper berücksichtigen\" Kriterien zur Relevanz verlangen, dass Ihre <code>%s</code> Tabelle die <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM Storage Engine</a> verwendet, die Tabelle scheint aber die <code>%s</code>-Engine zu verwenden. Die zwei Einstellungen wurden deaktiviert."
50
-
51
- #: options.php:37
52
- #, php-format
53
- #@ yarpp
54
- 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."
55
- msgstr "Um dieses Feature wiederherzustellen, führen Sie den Code <code>%s</code> mit dem SQL-Befehl aus: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>."
56
-
57
- #: options.php:39
58
- #, php-format
59
- #@ yarpp
60
- msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
- msgstr "Wenn Sie, selbst nach dieser Überprüfung sicher sind, dass <code>%s</code> die MyISAM-Engine benutzt, klicken Sie den magischen Button:"
62
-
63
- #: options.php:42
64
- #@ yarpp
65
- msgid "Trust me. Let me use MyISAM features."
66
- msgstr "Glauben Sie mir. Lassen Sie mich MyISAM-Features nutzen."
67
-
68
- #: options.php:55
69
- #@ yarpp
70
- msgid "The YARPP database had an error but has been fixed."
71
- msgstr "Die YARPP-Datenbank hatte einen Fehler, der allerdings behoben werden konnte."
72
-
73
- #: options.php:57
74
- #@ yarpp
75
- msgid "The YARPP database has an error which could not be fixed."
76
- msgstr "Die YARPP-Datenbank hat einen Fehler, der nicht behoben werden kann."
77
-
78
- #: options-meta-boxes.php:45
79
- #: options-meta-boxes.php:63
80
- #: options-meta-boxes.php:76
81
- #@ yarpp
82
- msgid "do not consider"
83
- msgstr "nicht berücksichtigen"
84
-
85
- #: options-meta-boxes.php:46
86
- #: options-meta-boxes.php:64
87
- #: options-meta-boxes.php:78
88
- #@ yarpp
89
- msgid "consider"
90
- msgstr "berücksichtigen"
91
-
92
- #: options-meta-boxes.php:65
93
- #@ yarpp
94
- msgid "consider with extra weight"
95
- msgstr "besonders berücksichtigen"
96
-
97
- #: options-meta-boxes.php:286
98
- #@ default
99
- #@ yarpp
100
- msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
- msgstr "An mitcho (Michael Yoshitaka Erlewine) für die Entwicklung des Plugins via PayPal spenden"
102
-
103
- #: options.php:150
104
- #@ yarpp
105
- msgid "Yet Another Related Posts Plugin Options"
106
- msgstr "YARPP Einstellungen"
107
-
108
- #: options-meta-boxes.php:118
109
- #@ yarpp
110
- msgid "\"The Pool\""
111
- msgstr "\"Datenbasis\""
112
-
113
- #: options-meta-boxes.php:91
114
- #@ yarpp
115
- msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
116
- msgstr "Das Plugin berücksichtigt alle Artikel und Seiten, die in dieser \"Datenbasis\" aufgeführt (oder nicht ausgeschlossen) sind."
117
-
118
- #: options-meta-boxes.php:96
119
- #@ yarpp
120
- msgid "Disallow by category:"
121
- msgstr "Kategorien ausschließen:"
122
-
123
- #: options-meta-boxes.php:98
124
- #@ yarpp
125
- msgid "Disallow by tag:"
126
- msgstr "Tags ausschließen:"
127
-
128
- #: options-meta-boxes.php:101
129
- #@ yarpp
130
- msgid "Show password protected posts?"
131
- msgstr "Durch ein Passwort gesicherte Artikel anzeigen?"
132
-
133
- #: options-meta-boxes.php:140
134
- #@ yarpp
135
- msgid "Show only previous posts?"
136
- msgstr "Nur in der Vergangenheit liegende Artikel berücksichtigen?"
137
-
138
- #: options-meta-boxes.php:148
139
- #@ yarpp
140
- msgid "\"Relatedness\" options"
141
- msgstr "Ähnlichkeitseinstellungen"
142
-
143
- #: options-meta-boxes.php:124
144
- #: options-meta-boxes.php:139
145
- #: options-meta-boxes.php:157
146
- #: options-meta-boxes.php:161
147
- #: options-meta-boxes.php:204
148
- #: options-meta-boxes.php:221
149
- #: options-meta-boxes.php:223
150
- #: options-meta-boxes.php:228
151
- #: options-meta-boxes.php:268
152
- #@ yarpp
153
- msgid "more&gt;"
154
- msgstr "?"
155
-
156
- #: options-meta-boxes.php:130
157
- #@ yarpp
158
- msgid "Match threshold:"
159
- msgstr "Relevanz:"
160
-
161
- #: options-meta-boxes.php:131
162
- #@ yarpp
163
- msgid "Titles: "
164
- msgstr "Überschriften:"
165
-
166
- #: options-meta-boxes.php:133
167
- #@ yarpp
168
- msgid "Bodies: "
169
- msgstr "Textkörper:"
170
-
171
- #: options-meta-boxes.php:135
172
- #@ yarpp
173
- msgid "Tags: "
174
- msgstr "Tags:"
175
-
176
- #: options-meta-boxes.php:137
177
- #@ yarpp
178
- msgid "Categories: "
179
- msgstr "Kategorien:"
180
-
181
- #: options-meta-boxes.php:139
182
- #@ yarpp
183
- msgid "Cross-relate posts and pages?"
184
- msgstr "Artikel und Seiten gemeinsam ausgeben?"
185
-
186
- #: options-meta-boxes.php:139
187
- #@ yarpp
188
- 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."
189
- msgstr "Ist die Option \"Artikel und Seiten gemeinsam ausgeben\" aktiviert, geben die Funktionen <code>related_posts()</code>, <code>related_pages()</code>, und <code>related_entries()</code> dasselbe aus: In den ähnlichen Beiträgen tauchen sowohl Artikel als auch Seiten auf!"
190
-
191
- #: options-meta-boxes.php:212
192
- #@ yarpp
193
- msgid "Display options <small>for your website</small>"
194
- msgstr "Darstellung <small>(Website)</small>"
195
-
196
- #: options-meta-boxes.php:157
197
- #@ yarpp
198
- msgid "Automatically display related posts?"
199
- msgstr "Ähnliche Beiträge automatisch anzeigen?"
200
-
201
- #: options-meta-boxes.php:157
202
- #@ yarpp
203
- 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."
204
- msgstr "Wenn aktiviert, hängt YARPP die Ausgabe ähnlicher Beiträge einfach an den aktuellen Artikel an. Ist sie deaktiviert, müssen Sie sich um die Darstellung im Template mit den Funktionen <code>related_posts()</code> oder Varianten (<code>related_pages()</code> oder <code>related_entries()</code>) selbst kümmern."
205
-
206
- #: options-meta-boxes.php:158
207
- #@ yarpp
208
- msgid "Website display code example"
209
- msgstr "Quellcode-Beispiel für die Website-Anzeige"
210
-
211
- #: options-meta-boxes.php:158
212
- #: options-meta-boxes.php:221
213
- #@ yarpp
214
- msgid "(Update options to reload.)"
215
- msgstr "Um Ihre Einstellungen hier zu sehen, müssen Sie die Einstellungen vorher sichern!"
216
-
217
- #: options-meta-boxes.php:160
218
- #: options-meta-boxes.php:226
219
- #@ yarpp
220
- msgid "Maximum number of related posts:"
221
- msgstr "Maximale Anzahl von Beiträgen:"
222
-
223
- #: options-meta-boxes.php:175
224
- #: options-meta-boxes.php:244
225
- #@ yarpp
226
- msgid "Before / after related entries:"
227
- msgstr "Quellcode vor/nach den ähnlichen Beiträgen:"
228
-
229
- #: options-meta-boxes.php:175
230
- #: options-meta-boxes.php:176
231
- #: options-meta-boxes.php:184
232
- #: options-meta-boxes.php:244
233
- #: options-meta-boxes.php:245
234
- #: options-meta-boxes.php:250
235
- #@ yarpp
236
- msgid "For example:"
237
- msgstr "Beispiel:"
238
-
239
- #: options-meta-boxes.php:176
240
- #: options-meta-boxes.php:245
241
- #@ yarpp
242
- msgid "Before / after each related entry:"
243
- msgstr "Quellcode vor/nach den jeweiligen Beiträgen:"
244
-
245
- #: options-meta-boxes.php:178
246
- #: options-meta-boxes.php:247
247
- #@ yarpp
248
- msgid "Show excerpt?"
249
- msgstr "Textausschnitt anzeigen?"
250
-
251
- #: options-meta-boxes.php:179
252
- #: options-meta-boxes.php:248
253
- #@ yarpp
254
- msgid "Excerpt length (No. of words):"
255
- msgstr "Länge des Textausschnitts (Anzahl der Wörter):"
256
-
257
- #: options-meta-boxes.php:183
258
- #@ yarpp
259
- msgid "Before / after (Excerpt):"
260
- msgstr "Quellcode vor/nach den jeweiligen Textausschnitten:"
261
-
262
- #: options-meta-boxes.php:189
263
- #: options-meta-boxes.php:254
264
- #@ yarpp
265
- msgid "Order results:"
266
- msgstr "Anzeigereihenfolge:"
267
-
268
- #: options-meta-boxes.php:191
269
- #: options-meta-boxes.php:256
270
- #@ yarpp
271
- msgid "score (high relevance to low)"
272
- msgstr "Relevanz (höchste nach niedrigste)"
273
-
274
- #: options-meta-boxes.php:192
275
- #: options-meta-boxes.php:257
276
- #@ yarpp
277
- msgid "score (low relevance to high)"
278
- msgstr "Relevanz (niedrigste nach höchste)"
279
-
280
- #: options-meta-boxes.php:193
281
- #: options-meta-boxes.php:258
282
- #@ yarpp
283
- msgid "date (new to old)"
284
- msgstr "Zeitstempel (aktuell nach alt)"
285
-
286
- #: options-meta-boxes.php:194
287
- #: options-meta-boxes.php:259
288
- #@ yarpp
289
- msgid "date (old to new)"
290
- msgstr "Zeitstempel (alt nach aktuell)"
291
-
292
- #: options-meta-boxes.php:195
293
- #: options-meta-boxes.php:260
294
- #@ yarpp
295
- msgid "title (alphabetical)"
296
- msgstr "Überschrift (A-Z)"
297
-
298
- #: options-meta-boxes.php:196
299
- #: options-meta-boxes.php:261
300
- #@ yarpp
301
- msgid "title (reverse alphabetical)"
302
- msgstr "Überschrift (Z-A)"
303
-
304
- #: options-meta-boxes.php:201
305
- #: options-meta-boxes.php:266
306
- #@ yarpp
307
- msgid "Default display if no results:"
308
- msgstr "Quellcode bei 0 relevanten Artikeln:"
309
-
310
- #: includes.php:257
311
- #: options-meta-boxes.php:203
312
- #: options-meta-boxes.php:268
313
- #@ yarpp
314
- msgid "Help promote Yet Another Related Posts Plugin?"
315
- msgstr "YARPP dezent bewerben?"
316
-
317
- #: options-meta-boxes.php:205
318
- #: options-meta-boxes.php:269
319
- #, php-format
320
- #@ yarpp
321
- 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."
322
- msgstr "Wenn aktiviert, steht eine kurzer Hinweis zu Autor und Plugin unter den Ergebnissen der ähnlichen Beiträge. Der Code %s wird hinzugefügt."
323
-
324
- #: options-meta-boxes.php:276
325
- #@ yarpp
326
- msgid "Display options <small>for RSS</small>"
327
- msgstr "Darstellung <small>(RSS)</small>"
328
-
329
- #: options-meta-boxes.php:221
330
- #@ yarpp
331
- msgid "Display related posts in feeds?"
332
- msgstr "Ähnliche Beiträge in Newsfeeds anzeigen?"
333
-
334
- #: options-meta-boxes.php:223
335
- #@ yarpp
336
- msgid "Display related posts in the descriptions?"
337
- msgstr "Ähnliche Beiträge in der Beschreibung anzeigen?"
338
-
339
- #: options-meta-boxes.php:223
340
- #@ yarpp
341
- 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."
342
- msgstr "Zeigt die ähnlichen Beiträge auch in der RSS Beschreibung an, nicht nur im Inhalt. Wenn Ihr Feed nur Textausschnitte anzeigt, dann wird nur Ihr Beschreibungsfeld genutzt. Diese Option muss aktiviert werden um ähnliche Beiträge in Ihren Feeds anzeigen zu können."
343
-
344
- #: options-meta-boxes.php:221
345
- #@ yarpp
346
- msgid "RSS display code example"
347
- msgstr "RSS-Anzeigebeispiel"
348
-
349
- #: options-meta-boxes.php:250
350
- #@ yarpp
351
- msgid "Before / after (excerpt):"
352
- msgstr "Quellcode vor/nach dem Textauschnitt:"
353
-
354
- #: options-meta-boxes.php:38
355
- #@ yarpp
356
- msgid "word"
357
- msgstr "Wort"
358
-
359
- #: options-meta-boxes.php:39
360
- #@ yarpp
361
- msgid "tag"
362
- msgstr "Tag"
363
-
364
- #: options-meta-boxes.php:40
365
- #@ yarpp
366
- msgid "category"
367
- msgstr "Kategorie"
368
-
369
- #: options-meta-boxes.php:48
370
- #: options-meta-boxes.php:80
371
- #, php-format
372
- #@ yarpp
373
- msgid "require at least one %s in common"
374
- msgstr "zumindest ein %s gleich"
375
-
376
- #: options-meta-boxes.php:50
377
- #: options-meta-boxes.php:82
378
- #, php-format
379
- #@ yarpp
380
- msgid "require more than one %s in common"
381
- msgstr "mehr als ein %s gleich"
382
-
383
- #: options.php:86
384
- #@ yarpp
385
- msgid "Options saved!"
386
- msgstr "Einstellungen gespeichert!"
387
-
388
- #: options-meta-boxes.php:124
389
- #@ yarpp
390
- 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."
391
- msgstr "Umso höher Sie den Relevanz-Wert einstellen, desto weniger ähnliche Artikel werden angezeigt, da Sie die Auswahl beschränken. Der Standardwert ist 5. Um einen guten Wert zu finden, schauen Sie sich das Ergebnis Ihrer bisherigen ähnlichen Artikeln an. So finden Sie heraus, wie sie die Relevanz-Wert beeinflussen müssen um ein gutes Ergebnis zu erhalten. "
392
-
393
- #: options.php:268
394
- #@ yarpp
395
- msgid "Update options"
396
- msgstr "Einstellungen aktualisieren"
397
-
398
- #: options.php:269
399
- #@ yarpp
400
- msgid "Do you really want to reset your configuration?"
401
- msgstr "Einstellungen tatsächlich zurücksetzen?"
402
-
403
- #: options.php:269
404
- #@ yarpp
405
- msgid "Reset options"
406
- msgstr "Einstellungen zurücksetzen"
407
-
408
- #: includes.php:26
409
- #: includes.php:37
410
- #@ yarpp
411
- msgid "Related posts:"
412
- msgstr "Ähnliche Beiträge:"
413
-
414
- #: includes.php:28
415
- #: includes.php:39
416
- #: template-metabox.php:27
417
- #: template-widget.php:13
418
- #@ yarpp
419
- msgid "No related posts."
420
- msgstr "Keine ähnlichen Artikel gefunden."
421
-
422
- #: cache-postmeta.php:105
423
- #: cache-tables.php:131
424
- #@ yarpp
425
- msgid "Example post "
426
- msgstr "Beispiel Artikel"
427
-
428
- #: options-meta-boxes.php:105
429
- #@ yarpp
430
- msgid "day(s)"
431
- msgstr "Tag(e)"
432
-
433
- #: options-meta-boxes.php:106
434
- #@ yarpp
435
- msgid "week(s)"
436
- msgstr "Woche(n)"
437
-
438
- #: options-meta-boxes.php:107
439
- #@ yarpp
440
- msgid "month(s)"
441
- msgstr "Monat(e)"
442
-
443
- #: options-meta-boxes.php:109
444
- #@ yarpp
445
- msgid "Show only posts from the past NUMBER UNITS"
446
- msgstr "Zeige nur in der Vergangenheit liegende Artikel"
447
-
448
- #: includes.php:248
449
- #: options-meta-boxes.php:161
450
- #: options-meta-boxes.php:228
451
- #@ yarpp
452
- msgid "Display using a custom template file"
453
- msgstr "Eine eigene Template-Datei verwenden"
454
-
455
- #: options-meta-boxes.php:228
456
- #@ yarpp
457
- msgid "NEW!"
458
- msgstr "NEU!"
459
-
460
- #: options-meta-boxes.php:161
461
- #: options-meta-boxes.php:228
462
- #@ yarpp
463
- 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."
464
- msgstr "Diese erweiterte Einstellung gibt Ihnen die volle Kontrolle, wie Ihre ähnlichen Artikel angezeigt werden. Template-Dateien (gespeichert in Ihrem Design Ordner) sind in PHP geschrieben."
465
-
466
- #: includes.php:249
467
- #: options-meta-boxes.php:165
468
- #: options-meta-boxes.php:233
469
- #@ yarpp
470
- msgid "Template file:"
471
- msgstr "Template Datei:"
472
-
473
- #: options-meta-boxes.php:175
474
- #: options-meta-boxes.php:176
475
- #: options-meta-boxes.php:184
476
- #: options-meta-boxes.php:244
477
- #: options-meta-boxes.php:245
478
- #: options-meta-boxes.php:250
479
- #@ yarpp
480
- msgid " or "
481
- msgstr "oder"
482
-
483
- #: options-meta-boxes.php:221
484
- #@ yarpp
485
- msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
486
- msgstr "Diese Option zeigt ähnliche Artikel am Ende Ihrer RSS oder Atom Feeds. Es werden keine Template Veränderungen benötigt."
487
-
488
- #: template-metabox.php:12
489
- #@ yarpp
490
- msgid "These are the related entries for this entry. Updating this post may change these related posts."
491
- msgstr "Dies sind ähnliche Beiträge für diesen Artikel. Wenn Sie diesen Artikel aktualisieren könnten die bisherigen ähnlichen Artikel verändert werden."
492
-
493
- #: template-metabox.php:25
494
- #@ yarpp
495
- msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
496
- msgstr "Wie all diese ähnlichen Artikel angezeigt werden hängt von Ihren YARPP Einstellungen ab."
497
-
498
- #: includes.php:169
499
- #@ yarpp
500
- msgid "Settings"
501
- msgstr "Einstellungen"
502
-
503
- #: includes.php:243
504
- #@ default
505
- msgid "Title:"
506
- msgstr ""
507
-
508
- #: includes.php:389
509
- #@ yarpp
510
- msgid "Related entries may be displayed once you save your entry"
511
- msgstr "Ähnliche Beiträge werden nach dem Speichern angezeigt"
512
-
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
- #: options-meta-boxes.php:124
520
- #@ yarpp
521
- msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
- msgstr ""
523
-
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
- #: options-meta-boxes.php:283
531
- #@ yarpp
532
- msgid "YARPP Forum"
533
- msgstr ""
534
-
535
- #: options-meta-boxes.php:284
536
- #@ yarpp
537
- msgid "YARPP on Twitter"
538
- msgstr ""
539
-
540
- #: options-meta-boxes.php:285
541
- #@ yarpp
542
- msgid "YARPP on the Web"
543
- msgstr ""
544
-
545
- #: options-meta-boxes.php:292
546
- #@ yarpp
547
- msgid "Contact YARPP"
548
- msgstr ""
549
-
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
- #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
- msgstr ""
561
-
562
- #: options.php:251
563
- #, php-format
564
- #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
- msgstr ""
567
-
568
- #: options.php:256
569
- #, php-format
570
- #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
- msgstr ""
573
-
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: Michael Kalina <yarpp-de@mitcho.com>\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-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: includes.php:149
23
+ #: includes.php:182
24
+ #: includes.php:203
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "Related Posts (YARPP)"
28
+
29
+ #: includes.php:368
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Ähnliche Beiträge"
33
+
34
+ #: template-builtin.php:35
35
+ #, php-format
36
+ #@ yarpp
37
+ 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."
38
+ msgstr "%f ist die von YARPP ermittelte Übereinstimmung zwischen diesem und dem ähnlichen Artikel (Relevanz-Wert). Sie sehen diesen Wert, weil Sie als WordPress-Administrator eingeloggt sind. Normale Besucher sehen ihn nicht."
39
+
40
+ #: magic.php:297
41
+ #: options.php:472
42
+ #: options.php:540
43
+ #@ yarpp
44
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
45
+ msgstr "Ähnliche Artikel bereitgestellt von <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+
47
+ #: options.php:37
48
+ #@ yarpp
49
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
50
+ msgstr "Die MyISAM Überprüfung wurde außer Kraft gesetzt. Sie können nun \"consider titles\" und \"consider bodies\" als Kriterium für die Relevanz verwenden."
51
+
52
+ #: options.php:46
53
+ #, php-format
54
+ #@ yarpp
55
+ 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."
56
+ msgstr "YARPPs \"Überschriften berücksichtigen\" und \"Textkörper berücksichtigen\" Kriterien zur Relevanz verlangen, dass Ihre <code>%s</code> Tabelle die <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM Storage Engine</a> verwendet, die Tabelle scheint aber die <code>%s</code>-Engine zu verwenden. Die zwei Einstellungen wurden deaktiviert."
57
+
58
+ #: options.php:48
59
+ #, php-format
60
+ #@ yarpp
61
+ 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."
62
+ msgstr "Um dieses Feature wiederherzustellen, führen Sie den Code <code>%s</code> mit dem SQL-Befehl aus: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>."
63
+
64
+ #: options.php:50
65
+ #, php-format
66
+ #@ yarpp
67
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
68
+ msgstr "Wenn Sie, selbst nach dieser Überprüfung sicher sind, dass <code>%s</code> die MyISAM-Engine benutzt, klicken Sie den magischen Button:"
69
+
70
+ #: options.php:53
71
+ #@ yarpp
72
+ msgid "Trust me. Let me use MyISAM features."
73
+ msgstr "Glauben Sie mir. Lassen Sie mich MyISAM-Features nutzen."
74
+
75
+ #: options.php:66
76
+ #@ yarpp
77
+ msgid "The YARPP database had an error but has been fixed."
78
+ msgstr "Die YARPP-Datenbank hatte einen Fehler, der allerdings behoben werden konnte."
79
+
80
+ #: options.php:68
81
+ #@ yarpp
82
+ msgid "The YARPP database has an error which could not be fixed."
83
+ msgstr "Die YARPP-Datenbank hat einen Fehler, der nicht behoben werden kann."
84
+
85
+ #: options.php:139
86
+ #: options.php:156
87
+ #: options.php:168
88
+ #@ yarpp
89
+ msgid "do not consider"
90
+ msgstr "nicht berücksichtigen"
91
+
92
+ #: options.php:140
93
+ #: options.php:157
94
+ #: options.php:170
95
+ #@ yarpp
96
+ msgid "consider"
97
+ msgstr "berücksichtigen"
98
+
99
+ #: options.php:158
100
+ #@ yarpp
101
+ msgid "consider with extra weight"
102
+ msgstr "besonders berücksichtigen"
103
+
104
+ #: options.php:252
105
+ #@ default
106
+ #@ yarpp
107
+ msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
108
+ msgstr "An mitcho (Michael Yoshitaka Erlewine) für die Entwicklung des Plugins via PayPal spenden"
109
+
110
+ #: options.php:240
111
+ #@ yarpp
112
+ msgid "Yet Another Related Posts Plugin Options"
113
+ msgstr "YARPP Einstellungen"
114
+
115
+ #: options.php:275
116
+ #@ yarpp
117
+ msgid "\"The Pool\""
118
+ msgstr "\"Datenbasis\""
119
+
120
+ #: options.php:277
121
+ #@ yarpp
122
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
123
+ msgstr "Das Plugin berücksichtigt alle Artikel und Seiten, die in dieser \"Datenbasis\" aufgeführt (oder nicht ausgeschlossen) sind."
124
+
125
+ #: options.php:282
126
+ #@ yarpp
127
+ msgid "Disallow by category:"
128
+ msgstr "Kategorien ausschließen:"
129
+
130
+ #: options.php:284
131
+ #@ yarpp
132
+ msgid "Disallow by tag:"
133
+ msgstr "Tags ausschließen:"
134
+
135
+ #: options.php:287
136
+ #@ yarpp
137
+ msgid "Show password protected posts?"
138
+ msgstr "Durch ein Passwort gesicherte Artikel anzeigen?"
139
+
140
+ #: options.php:327
141
+ #@ yarpp
142
+ msgid "Show only previous posts?"
143
+ msgstr "Nur in der Vergangenheit liegende Artikel berücksichtigen?"
144
+
145
+ #: options.php:308
146
+ #@ yarpp
147
+ msgid "\"Relatedness\" options"
148
+ msgstr "Ähnlichkeitseinstellungen"
149
+
150
+ #: options.php:311
151
+ #, php-format
152
+ #@ yarpp
153
+ 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>."
154
+ msgstr "YARPP funktioniert ein wenig anders als <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">andere Plugins mit ähnlicher Funktionalität</a>: YARPP berücksichtigt nicht nur die von Ihnen angegebene maximale Anzahl von Beiträgen, sondern auch den Wert \"Relevanz\"."
155
+
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
+ #@ yarpp
166
+ msgid "more&gt;"
167
+ msgstr "?"
168
+
169
+ #: options.php:317
170
+ #@ yarpp
171
+ msgid "Match threshold:"
172
+ msgstr "Relevanz:"
173
+
174
+ #: options.php:318
175
+ #@ yarpp
176
+ msgid "Titles: "
177
+ msgstr "Überschriften:"
178
+
179
+ #: options.php:320
180
+ #@ yarpp
181
+ msgid "Bodies: "
182
+ msgstr "Textkörper:"
183
+
184
+ #: options.php:322
185
+ #@ yarpp
186
+ msgid "Tags: "
187
+ msgstr "Tags:"
188
+
189
+ #: options.php:324
190
+ #@ yarpp
191
+ msgid "Categories: "
192
+ msgstr "Kategorien:"
193
+
194
+ #: options.php:326
195
+ #@ yarpp
196
+ msgid "Cross-relate posts and pages?"
197
+ msgstr "Artikel und Seiten gemeinsam ausgeben?"
198
+
199
+ #: options.php:326
200
+ #@ yarpp
201
+ 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."
202
+ msgstr "Ist die Option \"Artikel und Seiten gemeinsam ausgeben\" aktiviert, geben die Funktionen <code>related_posts()</code>, <code>related_pages()</code>, und <code>related_entries()</code> dasselbe aus: In den ähnlichen Beiträgen tauchen sowohl Artikel als auch Seiten auf!"
203
+
204
+ #: options.php:414
205
+ #@ yarpp
206
+ msgid "Display options <small>for your website</small>"
207
+ msgstr "Darstellung <small>(Website)</small>"
208
+
209
+ #: options.php:419
210
+ #@ yarpp
211
+ msgid "Automatically display related posts?"
212
+ msgstr "Ähnliche Beiträge automatisch anzeigen?"
213
+
214
+ #: options.php:419
215
+ #@ yarpp
216
+ 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."
217
+ msgstr "Wenn aktiviert, hängt YARPP die Ausgabe ähnlicher Beiträge einfach an den aktuellen Artikel an. Ist sie deaktiviert, müssen Sie sich um die Darstellung im Template mit den Funktionen <code>related_posts()</code> oder Varianten (<code>related_pages()</code> oder <code>related_entries()</code>) selbst kümmern."
218
+
219
+ #: options.php:420
220
+ #@ yarpp
221
+ msgid "Website display code example"
222
+ msgstr "Quellcode-Beispiel für die Website-Anzeige"
223
+
224
+ #: options.php:420
225
+ #: options.php:490
226
+ #@ yarpp
227
+ msgid "(Update options to reload.)"
228
+ msgstr "Um Ihre Einstellungen hier zu sehen, müssen Sie die Einstellungen vorher sichern!"
229
+
230
+ #: options.php:423
231
+ #: options.php:492
232
+ #@ yarpp
233
+ msgid "Maximum number of related posts:"
234
+ msgstr "Maximale Anzahl von Beiträgen:"
235
+
236
+ #: options.php:436
237
+ #@ yarpp
238
+ msgid "Before / after related entries:"
239
+ msgstr "Quellcode vor/nach den ähnlichen Beiträgen:"
240
+
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
+ #@ yarpp
248
+ msgid "For example:"
249
+ msgstr "Beispiel:"
250
+
251
+ #: options.php:441
252
+ #: options.php:510
253
+ #@ yarpp
254
+ msgid "Before / after each related entry:"
255
+ msgstr "Quellcode vor/nach den jeweiligen Beiträgen:"
256
+
257
+ #: options.php:445
258
+ #: options.php:514
259
+ #@ yarpp
260
+ msgid "Show excerpt?"
261
+ msgstr "Textausschnitt anzeigen?"
262
+
263
+ #: options.php:446
264
+ #: options.php:515
265
+ #@ yarpp
266
+ msgid "Excerpt length (No. of words):"
267
+ msgstr "Länge des Textausschnitts (Anzahl der Wörter):"
268
+
269
+ #: options.php:450
270
+ #@ yarpp
271
+ msgid "Before / after (Excerpt):"
272
+ msgstr "Quellcode vor/nach den jeweiligen Textausschnitten:"
273
+
274
+ #: options.php:456
275
+ #: options.php:525
276
+ #@ yarpp
277
+ msgid "Order results:"
278
+ msgstr "Anzeigereihenfolge:"
279
+
280
+ #: options.php:458
281
+ #: options.php:527
282
+ #@ yarpp
283
+ msgid "score (high relevance to low)"
284
+ msgstr "Relevanz (höchste nach niedrigste)"
285
+
286
+ #: options.php:459
287
+ #: options.php:528
288
+ #@ yarpp
289
+ msgid "score (low relevance to high)"
290
+ msgstr "Relevanz (niedrigste nach höchste)"
291
+
292
+ #: options.php:460
293
+ #: options.php:529
294
+ #@ yarpp
295
+ msgid "date (new to old)"
296
+ msgstr "Zeitstempel (aktuell nach alt)"
297
+
298
+ #: options.php:461
299
+ #: options.php:530
300
+ #@ yarpp
301
+ msgid "date (old to new)"
302
+ msgstr "Zeitstempel (alt nach aktuell)"
303
+
304
+ #: options.php:462
305
+ #: options.php:531
306
+ #@ yarpp
307
+ msgid "title (alphabetical)"
308
+ msgstr "Überschrift (A-Z)"
309
+
310
+ #: options.php:463
311
+ #: options.php:532
312
+ #@ yarpp
313
+ msgid "title (reverse alphabetical)"
314
+ msgstr "Überschrift (Z-A)"
315
+
316
+ #: options.php:468
317
+ #: options.php:537
318
+ #@ yarpp
319
+ msgid "Default display if no results:"
320
+ msgstr "Quellcode bei 0 relevanten Artikeln:"
321
+
322
+ #: includes.php:245
323
+ #: options.php:470
324
+ #: options.php:539
325
+ #@ yarpp
326
+ msgid "Help promote Yet Another Related Posts Plugin?"
327
+ msgstr "YARPP dezent bewerben?"
328
+
329
+ #: options.php:472
330
+ #: options.php:540
331
+ #, php-format
332
+ #@ yarpp
333
+ 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."
334
+ msgstr "Wenn aktiviert, steht eine kurzer Hinweis zu Autor und Plugin unter den Ergebnissen der ähnlichen Beiträge. Der Code %s wird hinzugefügt."
335
+
336
+ #: options.php:482
337
+ #@ yarpp
338
+ msgid "Display options <small>for RSS</small>"
339
+ msgstr "Darstellung <small>(RSS)</small>"
340
+
341
+ #: options.php:488
342
+ #@ yarpp
343
+ msgid "Display related posts in feeds?"
344
+ msgstr "Ähnliche Beiträge in Newsfeeds anzeigen?"
345
+
346
+ #: options.php:489
347
+ #@ yarpp
348
+ msgid "Display related posts in the descriptions?"
349
+ msgstr "Ähnliche Beiträge in der Beschreibung anzeigen?"
350
+
351
+ #: options.php:489
352
+ #@ yarpp
353
+ 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."
354
+ msgstr "Zeigt die ähnlichen Beiträge auch in der RSS Beschreibung an, nicht nur im Inhalt. Wenn Ihr Feed nur Textausschnitte anzeigt, dann wird nur Ihr Beschreibungsfeld genutzt. Diese Option muss aktiviert werden um ähnliche Beiträge in Ihren Feeds anzeigen zu können."
355
+
356
+ #: options.php:490
357
+ #@ yarpp
358
+ msgid "RSS display code example"
359
+ msgstr "RSS-Anzeigebeispiel"
360
+
361
+ #: options.php:505
362
+ #@ yarpp
363
+ msgid "Before / after related entries display:"
364
+ msgstr "Quellcode vor/nach den ähnlichen Beiträgen:"
365
+
366
+ #: options.php:519
367
+ #@ yarpp
368
+ msgid "Before / after (excerpt):"
369
+ msgstr "Quellcode vor/nach dem Textauschnitt:"
370
+
371
+ #: options.php:133
372
+ #@ yarpp
373
+ msgid "word"
374
+ msgstr "Wort"
375
+
376
+ #: options.php:134
377
+ #@ yarpp
378
+ msgid "tag"
379
+ msgstr "Tag"
380
+
381
+ #: options.php:135
382
+ #@ yarpp
383
+ msgid "category"
384
+ msgstr "Kategorie"
385
+
386
+ #: options.php:142
387
+ #: options.php:172
388
+ #, php-format
389
+ #@ yarpp
390
+ msgid "require at least one %s in common"
391
+ msgstr "zumindest ein %s gleich"
392
+
393
+ #: options.php:144
394
+ #: options.php:174
395
+ #, php-format
396
+ #@ yarpp
397
+ msgid "require more than one %s in common"
398
+ msgstr "mehr als ein %s gleich"
399
+
400
+ #: options.php:97
401
+ #@ yarpp
402
+ msgid "Options saved!"
403
+ msgstr "Einstellungen gespeichert!"
404
+
405
+ #: options.php:311
406
+ #@ yarpp
407
+ 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."
408
+ msgstr "Umso höher Sie den Relevanz-Wert einstellen, desto weniger ähnliche Artikel werden angezeigt, da Sie die Auswahl beschränken. Der Standardwert ist 5. Um einen guten Wert zu finden, schauen Sie sich das Ergebnis Ihrer bisherigen ähnlichen Artikeln an. So finden Sie heraus, wie sie die Relevanz-Wert beeinflussen müssen um ein gutes Ergebnis zu erhalten. "
409
+
410
+ #: options.php:550
411
+ #@ yarpp
412
+ msgid "Update options"
413
+ msgstr "Einstellungen aktualisieren"
414
+
415
+ #: options.php:551
416
+ #@ yarpp
417
+ msgid "Do you really want to reset your configuration?"
418
+ msgstr "Einstellungen tatsächlich zurücksetzen?"
419
+
420
+ #: options.php:551
421
+ #@ yarpp
422
+ msgid "Reset options"
423
+ msgstr "Einstellungen zurücksetzen"
424
+
425
+ #: includes.php:26
426
+ #: includes.php:37
427
+ #@ yarpp
428
+ msgid "Related posts:"
429
+ msgstr "Ähnliche Beiträge:"
430
+
431
+ #: includes.php:28
432
+ #: includes.php:39
433
+ #: template-metabox.php:27
434
+ #: template-widget.php:13
435
+ #@ yarpp
436
+ msgid "No related posts."
437
+ msgstr "Keine ähnlichen Artikel gefunden."
438
+
439
+ #: cache-postmeta.php:105
440
+ #: cache-tables.php:131
441
+ #@ yarpp
442
+ msgid "Example post "
443
+ msgstr "Beispiel Artikel"
444
+
445
+ #: options.php:21
446
+ #@ yarpp
447
+ 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."
448
+ msgstr "Bitte kopieren Sie die YARPP Template-Dateien in Ihr Design um die Installation zu beenden. Kopieren Sie einfach die Beispieldateien die Sie üblicherweise hier finden: <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) zu Ihrem <code>TEMPLATEPATH</code> Verzeichnis."
449
+
450
+ #: options.php:26
451
+ #@ yarpp
452
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
453
+ msgstr "Es wurden keine YARPP Template-Dateien in Ihrem Design gefunden (<code>TEMPLATEPATH</code>) aus diesem Grund wurden diese Option deaktiviert."
454
+
455
+ #: options.php:69
456
+ #@ yarpp
457
+ msgid "Please try <A>manual SQL setup</a>."
458
+ msgstr "Bitte aktualisieren Sie die <A>SQL-Datenbank manuell</a>."
459
+
460
+ #: options.php:255
461
+ #@ yarpp
462
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
463
+ msgstr "Folge <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin auf Twitter</a>"
464
+
465
+ #: options.php:291
466
+ #@ yarpp
467
+ msgid "day(s)"
468
+ msgstr "Tag(e)"
469
+
470
+ #: options.php:292
471
+ #@ yarpp
472
+ msgid "week(s)"
473
+ msgstr "Woche(n)"
474
+
475
+ #: options.php:293
476
+ #@ yarpp
477
+ msgid "month(s)"
478
+ msgstr "Monat(e)"
479
+
480
+ #: options.php:295
481
+ #@ yarpp
482
+ msgid "Show only posts from the past NUMBER UNITS"
483
+ msgstr "Zeige nur in der Vergangenheit liegende Artikel"
484
+
485
+ #: options.php:394
486
+ #@ yarpp
487
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
488
+ msgstr "Es steht eine neue Beta (%s) von Yet Another Related Posts Plugin zur Verfügung. Sie können sie <a href=\"%s\">hier heruntergeladen</a> Dies geschieht auf eigene Gefahr."
489
+
490
+ #: options.php:399
491
+ #@ yarpp
492
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
493
+ msgstr "Es steht eine neue Version (Version) von Yet Another Related Posts Plugin zur Verfügung! Sie können sie <A>hier herunterladen</a> ."
494
+
495
+ #: includes.php:236
496
+ #: options.php:424
497
+ #: options.php:493
498
+ #@ yarpp
499
+ msgid "Display using a custom template file"
500
+ msgstr "Eine eigene Template-Datei verwenden"
501
+
502
+ #: options.php:493
503
+ #@ yarpp
504
+ msgid "NEW!"
505
+ msgstr "NEU!"
506
+
507
+ #: options.php:424
508
+ #: options.php:493
509
+ #@ yarpp
510
+ 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."
511
+ msgstr "Diese erweiterte Einstellung gibt Ihnen die volle Kontrolle, wie Ihre ähnlichen Artikel angezeigt werden. Template-Dateien (gespeichert in Ihrem Design Ordner) sind in PHP geschrieben."
512
+
513
+ #: includes.php:237
514
+ #: options.php:426
515
+ #: options.php:495
516
+ #@ yarpp
517
+ msgid "Template file:"
518
+ msgstr "Template Datei:"
519
+
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
+ #@ yarpp
527
+ msgid " or "
528
+ msgstr "oder"
529
+
530
+ #: options.php:488
531
+ #@ yarpp
532
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
533
+ msgstr "Diese Option zeigt ähnliche Artikel am Ende Ihrer RSS oder Atom Feeds. Es werden keine Template Veränderungen benötigt."
534
+
535
+ #: template-metabox.php:12
536
+ #@ yarpp
537
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
538
+ msgstr "Dies sind ähnliche Beiträge für diesen Artikel. Wenn Sie diesen Artikel aktualisieren könnten die bisherigen ähnlichen Artikel verändert werden."
539
+
540
+ #: template-metabox.php:25
541
+ #@ yarpp
542
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
543
+ msgstr "Wie all diese ähnlichen Artikel angezeigt werden hängt von Ihren YARPP Einstellungen ab."
544
+
545
+ #: includes.php:158
546
+ #@ yarpp
547
+ msgid "Settings"
548
+ msgstr "Einstellungen"
549
+
550
+ #: includes.php:231
551
+ #@ default
552
+ msgid "Title:"
553
+ msgstr ""
554
+
555
+ #: includes.php:377
556
+ #@ yarpp
557
+ msgid "Related entries may be displayed once you save your entry"
558
+ msgstr "Ähnliche Beiträge werden nach dem Speichern angezeigt"
559
+
560
+ #: options.php:255
561
+ #@ yarpp
562
+ msgid "by <a href=\"http://mitcho.com/\">mitcho (Michael 芳貴 Erlewine)</a>"
563
+ msgstr "von <a href=\"http://mitcho.com/\">mitcho (Michael 芳貴 Erlewine)</a>"
564
+
565
+ #: options.php:272
566
+ #: options.php:305
567
+ #: options.php:411
568
+ #: options.php:479
569
+ #@ default
570
+ msgid "Click to toggle"
571
+ msgstr ""
572
+
 
lang/yarpp-el_CY.mo CHANGED
Binary file
lang/yarpp-el_CY.po CHANGED
@@ -1,573 +1,665 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Yet Another Related Posts Plugin v3.0.8\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2009-08-01 14:15-0500\n"
7
- "Last-Translator: admin <akouseto@gmail.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: Greek\n"
14
- "X-Poedit-Country: GREECE\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
22
- #: includes.php:26
23
- #: includes.php:37
24
- #@ yarpp
25
- msgid "Related posts:"
26
- msgstr "Σχετικά άρθρα:"
27
-
28
- #: includes.php:28
29
- #: includes.php:39
30
- #: template-metabox.php:27
31
- #: template-widget.php:13
32
- #@ yarpp
33
- msgid "No related posts."
34
- msgstr "Τυχαία άρθρα."
35
-
36
- #: includes.php:149
37
- #: includes.php:194
38
- #: includes.php:215
39
- #@ yarpp
40
- msgid "Related Posts (YARPP)"
41
- msgstr "Σχετικά Άρθρα (YARPP)"
42
-
43
- #: includes.php:380
44
- #@ yarpp
45
- msgid "Related Posts"
46
- msgstr "Σχετικά άρθρα:"
47
-
48
- #: cache-postmeta.php:105
49
- #: cache-tables.php:131
50
- #@ yarpp
51
- msgid "Example post "
52
- msgstr "Παράδειγμα άρθρου"
53
-
54
- #: options.php:26
55
- #@ yarpp
56
- msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
57
- msgstr "Ο έλεγχος MyISAM παρακάμθηκε. Τώρα μπορείτε να χρησιμοποιήσετε τα κριτήρια σχετικότητας \"τίτλοι\" και \"bodies\"."
58
-
59
- #: options.php:35
60
- #, php-format
61
- #@ yarpp
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 "Τα κριτήρια σχετικότητας \"τίτλοι\" και \"bodies\" χρειάζονται τον <code>%s</code> πίνακα για την χρήση του <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>μηχανισμό αποθήκευσης MyISAM </a>. Ο πίνακας όμως φαίνεται ότι χρησιμοποιεί τον μηχανισμό <code>%s</code>. Αυτές οι δύο επιλογές έχουν απενεργοποιηθεί."
64
-
65
- #: options.php:37
66
- #, php-format
67
- #@ yarpp
68
- 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."
69
- msgstr "Για την επαναφορά των χαρακτηριστικών πρέπει να επικαιροποιήσετε τον πίνακα <code>%s</code> εκτελώντας την εντολή SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Δεν θα διαγραφούν δεδομένα αλλά θα υπάρξουν απώλειες στην απόδοση."
70
-
71
- #: options.php:39
72
- #, php-format
73
- #@ yarpp
74
- msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
75
- msgstr "Αν παρά τον έλεγχο αυτό είστε σίγουροι ότι χρησιμοποιέι την MyISAM engine τότε πιέστε αυτό το μαγικό πλήκτρο:"
76
-
77
- #: options.php:42
78
- #@ yarpp
79
- msgid "Trust me. Let me use MyISAM features."
80
- msgstr "Δείξε εμπιστοσύνη. Επέτρεψε μου να χρησιμοποιήσω το χαρακτηριστικό MyISAM."
81
-
82
- #: options.php:55
83
- #@ yarpp
84
- msgid "The YARPP database had an error but has been fixed."
85
- msgstr "Η βάση δεδομένων του YARPP είχε ένα λάθος το οποίο έχει διορθωθεί."
86
-
87
- #: options.php:57
88
- #@ yarpp
89
- msgid "The YARPP database has an error which could not be fixed."
90
- msgstr "Η βάση δεδομένων του YARPP έχει ένα σφάλμα το οποίο δεν μπορεί να παρακαμθει."
91
-
92
- #: options.php:86
93
- #@ yarpp
94
- msgid "Options saved!"
95
- msgstr "Οι επιλογές που έγιναν έχουν αποθηκευτεί!"
96
-
97
- #: options-meta-boxes.php:38
98
- #@ yarpp
99
- msgid "word"
100
- msgstr "λέξη/εις"
101
-
102
- #: options-meta-boxes.php:39
103
- #@ yarpp
104
- msgid "tag"
105
- msgstr "ετικέτα/ες"
106
-
107
- #: options-meta-boxes.php:40
108
- #@ yarpp
109
- msgid "category"
110
- msgstr "κατηγορία/ες"
111
-
112
- #: options-meta-boxes.php:45
113
- #: options-meta-boxes.php:63
114
- #: options-meta-boxes.php:76
115
- #@ yarpp
116
- msgid "do not consider"
117
- msgstr "να μην ληφθούν υπόψιν"
118
-
119
- #: options-meta-boxes.php:46
120
- #: options-meta-boxes.php:64
121
- #: options-meta-boxes.php:78
122
- #@ yarpp
123
- msgid "consider"
124
- msgstr "να ληφθούν υπόψιν"
125
-
126
- #: options-meta-boxes.php:48
127
- #: options-meta-boxes.php:80
128
- #, php-format
129
- #@ yarpp
130
- msgid "require at least one %s in common"
131
- msgstr "Απαιτείται τουλάχιστον μία κοινή %s"
132
-
133
- #: options-meta-boxes.php:50
134
- #: options-meta-boxes.php:82
135
- #, php-format
136
- #@ yarpp
137
- msgid "require more than one %s in common"
138
- msgstr "Aπαιτείται περισσότερες από μία κοινές %s"
139
-
140
- #: options-meta-boxes.php:65
141
- #@ yarpp
142
- msgid "consider with extra weight"
143
- msgstr "να ληφθεί ιδιαίτερα υπόψιν"
144
-
145
- #: options.php:150
146
- #@ yarpp
147
- msgid "Yet Another Related Posts Plugin Options"
148
- msgstr "Ρυθμίσεις του Yet Another Related Posts Plugin"
149
-
150
- #: options-meta-boxes.php:286
151
- #@ default
152
- #@ yarpp
153
- msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
154
- msgstr "Δωρεά στον Μήτσο (mitcho - Michael Yoshitaka Erlewine) για το plugin αυτό μέσω PayPal"
155
-
156
- #: options-meta-boxes.php:118
157
- #@ yarpp
158
- msgid "\"The Pool\""
159
- msgstr "\"The Pool\""
160
-
161
- #: options-meta-boxes.php:91
162
- #@ yarpp
163
- msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
164
- msgstr "Η \"The Pool\" αναφέρεται στο σύνολο των υποψήφιων για εμφάνιση σχετικών άρθρων."
165
-
166
- #: options-meta-boxes.php:96
167
- #@ yarpp
168
- msgid "Disallow by category:"
169
- msgstr "Απαγόρευση βάσει της κατηγορίας:"
170
-
171
- #: options-meta-boxes.php:98
172
- #@ yarpp
173
- msgid "Disallow by tag:"
174
- msgstr "Απαγόρευση βάσει της ετικέτας:"
175
-
176
- #: options-meta-boxes.php:101
177
- #@ yarpp
178
- msgid "Show password protected posts?"
179
- msgstr "Εμφάνιση των προστατευμένων με κωδικό άρθρων;"
180
-
181
- #: options-meta-boxes.php:105
182
- #@ yarpp
183
- msgid "day(s)"
184
- msgstr "ημέρα(ες)"
185
-
186
- #: options-meta-boxes.php:106
187
- #@ yarpp
188
- msgid "week(s)"
189
- msgstr "εβδομάδα(ες)"
190
-
191
- #: options-meta-boxes.php:107
192
- #@ yarpp
193
- msgid "month(s)"
194
- msgstr "μήνα(ες)"
195
-
196
- #: options-meta-boxes.php:109
197
- #@ yarpp
198
- msgid "Show only posts from the past NUMBER UNITS"
199
- msgstr "Τα άρθρα να μήν είναι παλιότερα από NUMBER UNITS"
200
-
201
- #: options-meta-boxes.php:148
202
- #@ yarpp
203
- msgid "\"Relatedness\" options"
204
- msgstr "Επιλογές \"Σχετικότητας\""
205
-
206
- #: options-meta-boxes.php:124
207
- #: options-meta-boxes.php:139
208
- #: options-meta-boxes.php:157
209
- #: options-meta-boxes.php:161
210
- #: options-meta-boxes.php:204
211
- #: options-meta-boxes.php:221
212
- #: options-meta-boxes.php:223
213
- #: options-meta-boxes.php:228
214
- #: options-meta-boxes.php:268
215
- #@ yarpp
216
- msgid "more&gt;"
217
- msgstr "περισσότερα&gt;"
218
-
219
- #: options-meta-boxes.php:124
220
- #@ yarpp
221
- 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."
222
- msgstr "Όσο πιο υψηλό είναι το όριο σχετικότητας τόσο περιορίζονται τα εμφανιζόμενα σχετικά άρθρα. Το default όριο σχετικότητας είναι 5. Για να προσαρμόσετε το κατάλληλο στο blog σας όριο σχετικότητας ελέγξτε τα εμφανιζόμενα αποτελέσματα και την βαθμολογία τους. "
223
-
224
- #: options-meta-boxes.php:130
225
- #@ yarpp
226
- msgid "Match threshold:"
227
- msgstr "'Ορια σχετικότητας"
228
-
229
- #: options-meta-boxes.php:131
230
- #@ yarpp
231
- msgid "Titles: "
232
- msgstr "Τίτλοι:"
233
-
234
- #: options-meta-boxes.php:133
235
- #@ yarpp
236
- msgid "Bodies: "
237
- msgstr "Bodies:"
238
-
239
- #: options-meta-boxes.php:135
240
- #@ yarpp
241
- msgid "Tags: "
242
- msgstr "Ετικέτες:"
243
-
244
- #: options-meta-boxes.php:137
245
- #@ yarpp
246
- msgid "Categories: "
247
- msgstr "Κατηγορίες:"
248
-
249
- #: options-meta-boxes.php:139
250
- #@ yarpp
251
- msgid "Cross-relate posts and pages?"
252
- msgstr "Διασταύρωση σχετικών άρθρων και σελίδων;"
253
-
254
- #: options-meta-boxes.php:139
255
- #@ yarpp
256
- 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."
257
- msgstr "Όταν είναι επιλεγμένη τότε τα <code>related_posts()</code>, <code>related_pages()</code>, και <code>related_entries()</code> θα δώσουν το ίδιο αποτέλεσμα με σχετικά άρθρα και σελίδες."
258
-
259
- #: options-meta-boxes.php:212
260
- #@ yarpp
261
- msgid "Display options <small>for your website</small>"
262
- msgstr "Επιλογές εμφάνισης <small>για το Blog</small>"
263
-
264
- #: options-meta-boxes.php:157
265
- #@ yarpp
266
- msgid "Automatically display related posts?"
267
- msgstr "Τα Σχετικά Άρθρα να εμφανίζονται αυτόματα;"
268
-
269
- #: options-meta-boxes.php:157
270
- #@ yarpp
271
- 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."
272
- msgstr "Η επιλογή αυτή εμφανίζει αυτόματα την λίστα των σχετικών άρθρων αμέσως μετά από το εκάστοτε άρθρο. Αν είναι αποεπιλεγμένη τότε θα πρέπει να τοποθετήσετε χειροκίνητα των κώδικα <code>related_posts()</code> ή την μεταβλητή (<code>related_pages()</code> και <code>related_entries()</code>) στον κώδικα του θέματος σας."
273
-
274
- #: options-meta-boxes.php:158
275
- #@ yarpp
276
- msgid "Website display code example"
277
- msgstr "Παράδειγμα κώδικα εμφάνισης στο Website"
278
-
279
- #: options-meta-boxes.php:158
280
- #: options-meta-boxes.php:221
281
- #@ yarpp
282
- msgid "(Update options to reload.)"
283
- msgstr "(Ενημερώστε τις επιλογές ώστε να γίνει επαναφόρτωση.)"
284
-
285
- #: options-meta-boxes.php:160
286
- #: options-meta-boxes.php:226
287
- #@ yarpp
288
- msgid "Maximum number of related posts:"
289
- msgstr "Μέγιστος αριθμός εμφανισθέντων σχετικών άρθρων:"
290
-
291
- #: includes.php:248
292
- #: options-meta-boxes.php:161
293
- #: options-meta-boxes.php:228
294
- #@ yarpp
295
- msgid "Display using a custom template file"
296
- msgstr "Η εμφάνιση να στηρίζεται σε δικό σας πρότυπο αρχείο"
297
-
298
- #: options-meta-boxes.php:228
299
- #@ yarpp
300
- msgid "NEW!"
301
- msgstr "ΝΕΟ!"
302
-
303
- #: options-meta-boxes.php:161
304
- #: options-meta-boxes.php:228
305
- #@ yarpp
306
- 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."
307
- msgstr "Αυτή η επιλογή σας δίνει την δυνατότητα να καθορίσεται την εμφάνιση των σχετικών άρθρων όπως εσείς θέλετε. Τα πρότυπα αρχεία που είναι αποθηκευμένα στο θέμα σας είναι γραμμένα σε PHP."
308
-
309
- #: includes.php:249
310
- #: options-meta-boxes.php:165
311
- #: options-meta-boxes.php:233
312
- #@ yarpp
313
- msgid "Template file:"
314
- msgstr "Πρότυπο αρχείο:"
315
-
316
- #: options-meta-boxes.php:175
317
- #: options-meta-boxes.php:244
318
- #@ yarpp
319
- msgid "Before / after related entries:"
320
- msgstr "Πριν / Μετά από τα σχετικά άρθρα:"
321
-
322
- #: options-meta-boxes.php:175
323
- #: options-meta-boxes.php:176
324
- #: options-meta-boxes.php:184
325
- #: options-meta-boxes.php:244
326
- #: options-meta-boxes.php:245
327
- #: options-meta-boxes.php:250
328
- #@ yarpp
329
- msgid "For example:"
330
- msgstr "Για παράδειγμα:"
331
-
332
- #: options-meta-boxes.php:175
333
- #: options-meta-boxes.php:176
334
- #: options-meta-boxes.php:184
335
- #: options-meta-boxes.php:244
336
- #: options-meta-boxes.php:245
337
- #: options-meta-boxes.php:250
338
- #@ yarpp
339
- msgid " or "
340
- msgstr "ή"
341
-
342
- #: options-meta-boxes.php:176
343
- #: options-meta-boxes.php:245
344
- #@ yarpp
345
- msgid "Before / after each related entry:"
346
- msgstr "Πριν / μετά από κάθε σχετικό άρθρο:"
347
-
348
- #: options-meta-boxes.php:178
349
- #: options-meta-boxes.php:247
350
- #@ yarpp
351
- msgid "Show excerpt?"
352
- msgstr "Εμφάνιση αποσπάσματος;"
353
-
354
- #: options-meta-boxes.php:179
355
- #: options-meta-boxes.php:248
356
- #@ yarpp
357
- msgid "Excerpt length (No. of words):"
358
- msgstr "Μέγεθος αποσπάσματος (Αριθμός λέξεων):"
359
-
360
- #: options-meta-boxes.php:183
361
- #@ yarpp
362
- msgid "Before / after (Excerpt):"
363
- msgstr "Πρίν / Μετά (απόσπασμα):"
364
-
365
- #: options-meta-boxes.php:189
366
- #: options-meta-boxes.php:254
367
- #@ yarpp
368
- msgid "Order results:"
369
- msgstr "Σειρά αποτελεσμάτων:"
370
-
371
- #: options-meta-boxes.php:191
372
- #: options-meta-boxes.php:256
373
- #@ yarpp
374
- msgid "score (high relevance to low)"
375
- msgstr "αποτέλεσμα (υψηλή προς χαμηλή σχετικότητα)"
376
-
377
- #: options-meta-boxes.php:192
378
- #: options-meta-boxes.php:257
379
- #@ yarpp
380
- msgid "score (low relevance to high)"
381
- msgstr "αποτέλεσμα (χαμηλή προς υψηλή σχετικότητα)"
382
-
383
- #: options-meta-boxes.php:193
384
- #: options-meta-boxes.php:258
385
- #@ yarpp
386
- msgid "date (new to old)"
387
- msgstr "ημερομηνία (νεότερο στο παλιότερο)"
388
-
389
- #: options-meta-boxes.php:194
390
- #: options-meta-boxes.php:259
391
- #@ yarpp
392
- msgid "date (old to new)"
393
- msgstr "ημερομηνία (παλιότερο στο νεότερο)"
394
-
395
- #: options-meta-boxes.php:195
396
- #: options-meta-boxes.php:260
397
- #@ yarpp
398
- msgid "title (alphabetical)"
399
- msgstr "τίτλος (αλφαβητικά)"
400
-
401
- #: options-meta-boxes.php:196
402
- #: options-meta-boxes.php:261
403
- #@ yarpp
404
- msgid "title (reverse alphabetical)"
405
- msgstr "τίτλος (αντίστροφη αλφαβητική σειρά)"
406
-
407
- #: options-meta-boxes.php:201
408
- #: options-meta-boxes.php:266
409
- #@ yarpp
410
- msgid "Default display if no results:"
411
- msgstr "Αν δεν υπάρχουν σχετικά άρθρα θα εμφανίζονται:"
412
-
413
- #: includes.php:257
414
- #: options-meta-boxes.php:203
415
- #: options-meta-boxes.php:268
416
- #@ yarpp
417
- msgid "Help promote Yet Another Related Posts Plugin?"
418
- msgstr "Να εμφανίζονται credits του plugin;"
419
-
420
- #: options-meta-boxes.php:205
421
- #: options-meta-boxes.php:269
422
- #, php-format
423
- #@ yarpp
424
- 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."
425
- msgstr "Η επιλογή αυτή προσθέτει των κώδικα %s. Αν θέλετε ενεργοποιήστε τον, ενημερώστε την αλλαγή αυτή και δείτε τον κώδικα στα δεξιά. Τα Links και οι δωρεές είναι ευπρόδεκτες."
426
-
427
- #: options-meta-boxes.php:276
428
- #@ yarpp
429
- msgid "Display options <small>for RSS</small>"
430
- msgstr "Επιλογές εμφάνισης <small>για το RSS</small>"
431
-
432
- #: options-meta-boxes.php:221
433
- #@ yarpp
434
- msgid "Display related posts in feeds?"
435
- msgstr "Εμφάνιση σχετικών άρθρων στα feeds;"
436
-
437
- #: options-meta-boxes.php:221
438
- #@ yarpp
439
- msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
440
- msgstr "Αυτή η επιλογή εμφανίζει τα σχετικά άρθρα στο τέλος κάθε άρθρου στο RSS και στο Atom Feeds. Δεν απαιτείται καμία αλλαγή του αρχείου εμφάνισης."
441
-
442
- #: options-meta-boxes.php:223
443
- #@ yarpp
444
- msgid "Display related posts in the descriptions?"
445
- msgstr "Εμφάνιση σχετικών άρθρων στις περιγραφές;"
446
-
447
- #: options-meta-boxes.php:223
448
- #@ yarpp
449
- 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."
450
- msgstr "Η επιλογή αυτή εμφανίζει τα σχετικά άρθρα στο πεδίο της περιγραφής του RSS και όχι μόνο στο περιεχόμενο. Αν τα feeds σας είναι ρυθμισμένα να εμφανίζουν μόνο ένα απόσπασμα του άρθρου τότε χρησιμοποιείται μόνο το πεδίο της περιγραφής, άρα είναι απαραίτητο γενικά."
451
-
452
- #: options-meta-boxes.php:221
453
- #@ yarpp
454
- msgid "RSS display code example"
455
- msgstr "Παράδειγμα κώδικα εμφάνισης του RSS"
456
-
457
- #: options-meta-boxes.php:250
458
- #@ yarpp
459
- msgid "Before / after (excerpt):"
460
- msgstr "Πριν / μετά (απόσπασμα):"
461
-
462
- #: options.php:268
463
- #@ yarpp
464
- msgid "Update options"
465
- msgstr "Ενημέρωση επιλογών"
466
-
467
- #: options.php:269
468
- #@ yarpp
469
- msgid "Do you really want to reset your configuration?"
470
- msgstr "Είστε σίγουροι ότι θέλετε να επαναφέρετε τις αρχικές ρύθμισεις;"
471
-
472
- #: options.php:269
473
- #@ yarpp
474
- msgid "Reset options"
475
- msgstr "Επαναφορά επιλογών"
476
-
477
- #: template-builtin.php:35
478
- #, php-format
479
- #@ yarpp
480
- 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."
481
- msgstr "%f είναι η βαθμολογία σχετικότητας του YARPP μεταξύ του εκάστοτε άρθρου και των σχετικών άρθρων. Εσείς μπορείτε να δείτε την βαθμολογία επειδή έχετε εισέλθει ως administrator στο Wordpress και δεν εμφανίζεται στους επισκέπτες σας."
482
-
483
- #: template-metabox.php:12
484
- #@ yarpp
485
- msgid "These are the related entries for this entry. Updating this post may change these related posts."
486
- msgstr "Αυτά τα άρθρα φαίνεται ότι ταιριάζουν με αυτό το άρθρο. Αν ανανεώσεται την σελίδα υπάρχει πιθανότητα να εμφανιστούν κάποια άλλα."
487
-
488
- #: template-metabox.php:25
489
- #@ yarpp
490
- msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
491
- msgstr "Ο τρόπος με τον οποίο εμφανίζονται αλλά και ο τρόπος με τον οποίο υπολογίζονται τα σχετικά άρθρα του εκάστοτε άρθρου εξαρτάται από της ρυθμίσεις του YARPP."
492
-
493
- #: includes.php:169
494
- #@ yarpp
495
- msgid "Settings"
496
- msgstr ""
497
-
498
- #: includes.php:243
499
- #@ default
500
- msgid "Title:"
501
- msgstr ""
502
-
503
- #: includes.php:389
504
- #@ yarpp
505
- msgid "Related entries may be displayed once you save your entry"
506
- msgstr ""
507
-
508
- #: magic.php:297
509
- #, php-format
510
- #@ yarpp
511
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
512
- msgstr ""
513
-
514
- #: options-meta-boxes.php:124
515
- #@ yarpp
516
- msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
517
- msgstr ""
518
-
519
- #: options-meta-boxes.php:140
520
- #@ yarpp
521
- msgid "Show only previous posts?"
522
- msgstr ""
523
-
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
- #: options-meta-boxes.php:283
531
- #@ yarpp
532
- msgid "YARPP Forum"
533
- msgstr ""
534
-
535
- #: options-meta-boxes.php:284
536
- #@ yarpp
537
- msgid "YARPP on Twitter"
538
- msgstr ""
539
-
540
- #: options-meta-boxes.php:285
541
- #@ yarpp
542
- msgid "YARPP on the Web"
543
- msgstr ""
544
-
545
- #: options-meta-boxes.php:292
546
- #@ yarpp
547
- msgid "Contact YARPP"
548
- msgstr ""
549
-
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
- #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
- msgstr ""
561
-
562
- #: options.php:251
563
- #, php-format
564
- #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
- msgstr ""
567
-
568
- #: options.php:256
569
- #, php-format
570
- #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
- msgstr ""
573
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.0.8\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2009-08-01 14:15-0500\n"
7
+ "Last-Translator: admin <akouseto@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Greek\n"
14
+ "X-Poedit-Country: GREECE\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: includes.php:24
23
+ #: includes.php:35
24
+ #@ yarpp
25
+ msgid "Related posts:"
26
+ msgstr "Σχετικά άρθρα:"
27
+
28
+ #: includes.php:26
29
+ #: includes.php:37
30
+ #: template-metabox.php:28
31
+ #@ yarpp
32
+ msgid "No related posts."
33
+ msgstr "Τυχαία άρθρα."
34
+
35
+ #: includes.php:94
36
+ #@ yarpp
37
+ msgid "MySQL error on adding yarpp_title"
38
+ msgstr "Λάθος MySQL στην προσθήκη yarpp_title"
39
+
40
+ #: includes.php:99
41
+ #@ yarpp
42
+ msgid "MySQL error on adding yarpp_content"
43
+ msgstr "Λάθος MySQL στην προσθήκη yarpp_content"
44
+
45
+ #: includes.php:110
46
+ #@ yarpp
47
+ msgid "MySQL error on creating yarpp_keyword_cache table"
48
+ msgstr "Λάθος MySQL στην δημιουργία του πίνακα yarpp_keyword_cache table"
49
+
50
+ #: includes.php:121
51
+ #@ yarpp
52
+ msgid "MySQL error on creating yarpp_related_cache table"
53
+ msgstr "Λάθος MySQL στην δημιουργία του πίνακα yarpp_related_cache"
54
+
55
+ #: includes.php:197
56
+ #@ yarpp
57
+ msgid "Related Posts (YARPP)"
58
+ msgstr "Σχετικά Άρθρα (YARPP)"
59
+
60
+ #: includes.php:225
61
+ #: yarpp.php:34
62
+ #@ yarpp
63
+ msgid "Related Posts"
64
+ msgstr "Σχετικά άρθρα:"
65
+
66
+ #: includes.php:230
67
+ #@ yarpp
68
+ msgid "YARPP"
69
+ msgstr "YARPP"
70
+
71
+ #: magic.php:71
72
+ #@ yarpp
73
+ msgid "Example post "
74
+ msgstr "Παράδειγμα άρθρου"
75
+
76
+ #: magic.php:336
77
+ #: options.php:461
78
+ #: options.php:524
79
+ #@ yarpp
80
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
81
+ msgstr "Τα Σχετικά Άρθρα είναι κατασκεύασμα του <a href='%s'>Yet Another Related Posts Plugin</a>."
82
+
83
+ #: options.php:10
84
+ #@ yarpp
85
+ msgid "Please move the YARPP template files into your theme to complete installation. Simply move the sample template files (currently in <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) to the <code>TEMPLATEPATH</code> directory."
86
+ msgstr "Για να ολοκληρωθεί η εγκατάσταση τα πρότυπα αρχεία στον κατάλογο του τρέχοντος θέματος του blog σας. Απλά μεταφέρετε τα αρχεία που βρίσκονται στον φάκελο <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code> στον φάκελο <code>TEMPLATEPATH</code>."
87
+
88
+ #: options.php:15
89
+ #@ yarpp
90
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
91
+ msgstr "Δεν βρέθηκαν πρότυπα αρχεία YARPP στο τρέχον θέμα <code>TEMPLATEPATH</code> έτσι η δυνατότητα αυτή έχει απενεργοποιηθεί."
92
+
93
+ #: options.php:26
94
+ #@ yarpp
95
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
96
+ msgstr "Ο έλεγχος MyISAM παρακάμθηκε. Τώρα μπορείτε να χρησιμοποιήσετε τα κριτήρια σχετικότητας \"τίτλοι\" και \"bodies\"."
97
+
98
+ #: options.php:35
99
+ #, php-format
100
+ #@ yarpp
101
+ msgid "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria require your <code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the table seems to be using the <code>%s</code> engine. These two options have been disabled."
102
+ msgstr "Τα κριτήρια σχετικότητας \"τίτλοι\" και \"bodies\" χρειάζονται τον <code>%s</code> πίνακα για την χρήση του <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>μηχανισμό αποθήκευσης MyISAM </a>. Ο πίνακας όμως φαίνεται ότι χρησιμοποιεί τον μηχανισμό <code>%s</code>. Αυτές οι δύο επιλογές έχουν απενεργοποιηθεί."
103
+
104
+ #: options.php:37
105
+ #, php-format
106
+ #@ yarpp
107
+ msgid "To restore these features, please update your <code>%s</code> table by executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . No data will be erased by altering the table's engine, although there are performance implications."
108
+ msgstr "Για την επαναφορά των χαρακτηριστικών πρέπει να επικαιροποιήσετε τον πίνακα <code>%s</code> εκτελώντας την εντολή SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Δεν θα διαγραφούν δεδομένα αλλά θα υπάρξουν απώλειες στην απόδοση."
109
+
110
+ #: options.php:39
111
+ #, php-format
112
+ #@ yarpp
113
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
114
+ msgstr "Αν παρά τον έλεγχο αυτό είστε σίγουροι ότι χρησιμοποιέι την MyISAM engine τότε πιέστε αυτό το μαγικό πλήκτρο:"
115
+
116
+ #: options.php:42
117
+ #@ yarpp
118
+ msgid "Trust me. Let me use MyISAM features."
119
+ msgstr "Δείξε εμπιστοσύνη. Επέτρεψε μου να χρησιμοποιήσω το χαρακτηριστικό MyISAM."
120
+
121
+ #: options.php:65
122
+ #@ yarpp
123
+ msgid "The YARPP database had an error but has been fixed."
124
+ msgstr "Η βάση δεδομένων του YARPP είχε ένα λάθος το οποίο έχει διορθωθεί."
125
+
126
+ #: options.php:67
127
+ #@ yarpp
128
+ msgid "The YARPP database has an error which could not be fixed."
129
+ msgstr "Η βάση δεδομένων του YARPP έχει ένα σφάλμα το οποίο δεν μπορεί να παρακαμθει."
130
+
131
+ #: options.php:68
132
+ #@ yarpp
133
+ msgid "Please try <A>manual SQL setup</a>."
134
+ msgstr "Παρακαλώ δοκιμάστε την \\\"χειροκίνητη\\\" <A>εγκατάσταση SQL.</a>"
135
+
136
+ #: options.php:98
137
+ #@ yarpp
138
+ msgid "Options saved!"
139
+ msgstr "Οι επιλογές που έγιναν έχουν αποθηκευτεί!"
140
+
141
+ #: options.php:99
142
+ #: options.php:112
143
+ #: options.php:115
144
+ #: options.php:533
145
+ #@ yarpp
146
+ msgid "Related posts cache status"
147
+ msgstr "Κατάσταση προσωρινής μνήμης Σχετικών Άρθρων"
148
+
149
+ #: options.php:100
150
+ #@ yarpp
151
+ msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
152
+ msgstr "Αν έχετε κάνει update στις επιλογές του \"pool\" ή της \"σχετικότητας\" τότε πρέπει να επαναδημιουργήσετε την προσωρινή μνήμη από το <A>Καθεστώς προσωρινής μνήμης σχετικών άρθρων</a>."
153
+
154
+ #: options.php:112
155
+ #@ yarpp
156
+ msgid "Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>."
157
+ msgstr "Η προσωρινή μνήμη των σχετικών άρθρων δεν ΄΄εχει συμπληρωθεί. Πρέπει να επαναδημιουργήσετε την προσωρινή μνήμη από το <A>Καθεστώς προσωρινής μνήμης σχετικών άρθρων</a>."
158
+
159
+ #: options.php:115
160
+ #@ yarpp
161
+ msgid "Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>."
162
+ msgstr "Η προσωρινή μνήμη των σχετικών άρθρων είναι κενή. Παρακαλούμε δημιουργήστε την από το <A>Καθεστώς προσωρινής μνήμης σχετικών άρθρων</a>. "
163
+
164
+ #: options.php:151
165
+ #@ yarpp
166
+ msgid "word"
167
+ msgstr "λέξη/εις"
168
+
169
+ #: options.php:152
170
+ #@ yarpp
171
+ msgid "tag"
172
+ msgstr "ετικέτα/ες"
173
+
174
+ #: options.php:153
175
+ #@ yarpp
176
+ msgid "category"
177
+ msgstr "κατηγορία/ες"
178
+
179
+ #: options.php:157
180
+ #: options.php:174
181
+ #: options.php:186
182
+ #@ yarpp
183
+ msgid "do not consider"
184
+ msgstr "να μην ληφθούν υπόψιν"
185
+
186
+ #: options.php:158
187
+ #: options.php:175
188
+ #: options.php:188
189
+ #@ yarpp
190
+ msgid "consider"
191
+ msgstr "να ληφθούν υπόψιν"
192
+
193
+ #: options.php:160
194
+ #: options.php:190
195
+ #, php-format
196
+ #@ yarpp
197
+ msgid "require at least one %s in common"
198
+ msgstr "Απαιτείται τουλάχιστον μία κοινή %s"
199
+
200
+ #: options.php:162
201
+ #: options.php:192
202
+ #, php-format
203
+ #@ yarpp
204
+ msgid "require more than one %s in common"
205
+ msgstr "Aπαιτείται περισσότερες από μία κοινές %s"
206
+
207
+ #: options.php:176
208
+ #@ yarpp
209
+ msgid "consider with extra weight"
210
+ msgstr "να ληφθεί ιδιαίτερα υπόψιν"
211
+
212
+ #: options.php:204
213
+ #@ yarpp
214
+ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
215
+ msgstr "Yet Another Related Posts Plugin ιστορικό εκδόσεων (RSS 2.0)"
216
+
217
+ #: options.php:258
218
+ #@ yarpp
219
+ msgid "Yet Another Related Posts Plugin Options"
220
+ msgstr "Ρυθμίσεις του Yet Another Related Posts Plugin"
221
+
222
+ #: options.php:274
223
+ #@ yarpp
224
+ msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
225
+ msgstr "Δωρεά στον Μήτσο (mitcho - Michael Yoshitaka Erlewine) για το plugin αυτό μέσω PayPal"
226
+
227
+ #: options.php:276
228
+ #@ yarpp
229
+ msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
230
+ msgstr "Aπό τον <a href=\"http://mitcho.com/code/\">Μήτσο (mitcho - Michael 芳貴 Erlewine)</a>"
231
+
232
+ #: options.php:276
233
+ #@ yarpp
234
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
235
+ msgstr "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin στο Twitter</a>"
236
+
237
+ #: options.php:281
238
+ #@ yarpp
239
+ msgid "\"The Pool\""
240
+ msgstr "\"The Pool\""
241
+
242
+ #: options.php:282
243
+ #@ yarpp
244
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
245
+ msgstr "Η \"The Pool\" αναφέρεται στο σύνολο των υποψήφιων για εμφάνιση σχετικών άρθρων."
246
+
247
+ #: options.php:287
248
+ #@ yarpp
249
+ msgid "Disallow by category:"
250
+ msgstr "Απαγόρευση βάσει της κατηγορίας:"
251
+
252
+ #: options.php:289
253
+ #@ yarpp
254
+ msgid "Disallow by tag:"
255
+ msgstr "Απαγόρευση βάσει της ετικέτας:"
256
+
257
+ #: options.php:291
258
+ #@ yarpp
259
+ msgid "Show password protected posts?"
260
+ msgstr "Εμφάνιση των προστατευμένων με κωδικό άρθρων;"
261
+
262
+ #: options.php:297
263
+ #@ yarpp
264
+ msgid "day(s)"
265
+ msgstr "ημέρα(ες)"
266
+
267
+ #: options.php:298
268
+ #@ yarpp
269
+ msgid "week(s)"
270
+ msgstr "εβδομάδα(ες)"
271
+
272
+ #: options.php:299
273
+ #@ yarpp
274
+ msgid "month(s)"
275
+ msgstr "μήνα(ες)"
276
+
277
+ #: options.php:301
278
+ #@ yarpp
279
+ msgid "Show only posts from the past NUMBER UNITS"
280
+ msgstr "Τα άρθρα να μήν είναι παλιότερα από NUMBER UNITS"
281
+
282
+ #: options.php:309
283
+ #@ yarpp
284
+ msgid "\"Relatedness\" options"
285
+ msgstr "Επιλογές \"Σχετικότητας\""
286
+
287
+ #: options.php:311
288
+ #, php-format
289
+ #@ yarpp
290
+ msgid "YARPP is different than the <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">previous plugins it is based on</a> as it limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
291
+ msgstr "Το YARPP είναι διαφορετικό από <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">προηγούμενα plugins</a> αφού δημιουργεί την λίστα των σχετικών άρθρων βάσει (1) έναν μέγιστο αριθμό και (2) ένα <em>όριο σχετικότητας</em>."
292
+
293
+ #: options.php:311
294
+ #: options.php:325
295
+ #: options.php:408
296
+ #: options.php:413
297
+ #: options.php:460
298
+ #: options.php:472
299
+ #: options.php:473
300
+ #: options.php:477
301
+ #: options.php:523
302
+ #: options.php:534
303
+ #@ yarpp
304
+ msgid "more&gt;"
305
+ msgstr "περισσότερα&gt;"
306
+
307
+ #: options.php:311
308
+ #@ yarpp
309
+ msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
310
+ msgstr "Όσο πιο υψηλό είναι το όριο σχετικότητας τόσο περιορίζονται τα εμφανιζόμενα σχετικά άρθρα. Το default όριο σχετικότητας είναι 5. Για να προσαρμόσετε το κατάλληλο στο blog σας όριο σχετικότητας ελέγξτε τα εμφανιζόμενα αποτελέσματα και την βαθμολογία τους. "
311
+
312
+ #: options.php:316
313
+ #@ yarpp
314
+ msgid "Match threshold:"
315
+ msgstr "'Ορια σχετικότητας"
316
+
317
+ #: options.php:317
318
+ #@ yarpp
319
+ msgid "Titles: "
320
+ msgstr "Τίτλοι:"
321
+
322
+ #: options.php:319
323
+ #@ yarpp
324
+ msgid "Bodies: "
325
+ msgstr "Bodies:"
326
+
327
+ #: options.php:321
328
+ #@ yarpp
329
+ msgid "Tags: "
330
+ msgstr "Ετικέτες:"
331
+
332
+ #: options.php:323
333
+ #@ yarpp
334
+ msgid "Categories: "
335
+ msgstr "Κατηγορίες:"
336
+
337
+ #: options.php:325
338
+ #@ yarpp
339
+ msgid "Cross-relate posts and pages?"
340
+ msgstr "Διασταύρωση σχετικών άρθρων και σελίδων;"
341
+
342
+ #: options.php:325
343
+ #@ yarpp
344
+ msgid "When the \"Cross-relate posts and pages\" option is selected, the <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code> all will give the same output, returning both related pages and posts."
345
+ msgstr "Όταν είναι επιλεγμένη τότε τα <code>related_posts()</code>, <code>related_pages()</code>, και <code>related_entries()</code> θα δώσουν το ίδιο αποτέλεσμα με σχετικά άρθρα και σελίδες."
346
+
347
+ #: options.php:391
348
+ #@ yarpp
349
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
350
+ msgstr "Έχει ήδη κυκλοφορήσει μια νέα έκδοση beta του Yet Another Related Posts Plugin. Μπορείτε και εσείς να το κατεβάσετε <a href=\"%s\">από εδώ</a> με δική σας ευθύνη."
351
+
352
+ #: options.php:393
353
+ #@ yarpp
354
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
355
+ msgstr "Έχει ήδη κυκλοφορήσει μια νέα έκδοση beta του Yet Another Related Posts Plugin! Κατεβάστε το από <A> εδώ</a>."
356
+
357
+ #: options.php:404
358
+ #@ yarpp
359
+ msgid "Display options <small>for your website</small>"
360
+ msgstr "Επιλογές εμφάνισης <small>για το Blog</small>"
361
+
362
+ #: options.php:408
363
+ #@ yarpp
364
+ msgid "Automatically display related posts?"
365
+ msgstr "Τα Σχετικά Άρθρα να εμφανίζονται αυτόματα;"
366
+
367
+ #: options.php:408
368
+ #@ yarpp
369
+ msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
370
+ msgstr "Η επιλογή αυτή εμφανίζει αυτόματα την λίστα των σχετικών άρθρων αμέσως μετά από το εκάστοτε άρθρο. Αν είναι αποεπιλεγμένη τότε θα πρέπει να τοποθετήσετε χειροκίνητα των κώδικα <code>related_posts()</code> ή την μεταβλητή (<code>related_pages()</code> και <code>related_entries()</code>) στον κώδικα του θέματος σας."
371
+
372
+ #: options.php:409
373
+ #@ yarpp
374
+ msgid "Website display code example"
375
+ msgstr "Παράδειγμα κώδικα εμφάνισης στο Website"
376
+
377
+ #: options.php:409
378
+ #: options.php:474
379
+ #@ yarpp
380
+ msgid "(Update options to reload.)"
381
+ msgstr "(Ενημερώστε τις επιλογές ώστε να γίνει επαναφόρτωση.)"
382
+
383
+ #: options.php:412
384
+ #: options.php:476
385
+ #@ yarpp
386
+ msgid "Maximum number of related posts:"
387
+ msgstr "Μέγιστος αριθμός εμφανισθέντων σχετικών άρθρων:"
388
+
389
+ #: options.php:413
390
+ #: options.php:477
391
+ #@ yarpp
392
+ msgid "Display using a custom template file"
393
+ msgstr "Η εμφάνιση να στηρίζεται σε δικό σας πρότυπο αρχείο"
394
+
395
+ #: options.php:413
396
+ #: options.php:477
397
+ #: options.php:530
398
+ #@ yarpp
399
+ msgid "NEW!"
400
+ msgstr "ΝΕΟ!"
401
+
402
+ #: options.php:413
403
+ #: options.php:477
404
+ #@ yarpp
405
+ msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
406
+ msgstr "Αυτή η επιλογή σας δίνει την δυνατότητα να καθορίσεται την εμφάνιση των σχετικών άρθρων όπως εσείς θέλετε. Τα πρότυπα αρχεία που είναι αποθηκευμένα στο θέμα σας είναι γραμμένα σε PHP."
407
+
408
+ #: options.php:415
409
+ #: options.php:479
410
+ #@ yarpp
411
+ msgid "Template file:"
412
+ msgstr "Πρότυπο αρχείο:"
413
+
414
+ #: options.php:425
415
+ #@ yarpp
416
+ msgid "Before / after related entries:"
417
+ msgstr "Πριν / Μετά από τα σχετικά άρθρα:"
418
+
419
+ #: options.php:426
420
+ #: options.php:431
421
+ #: options.php:440
422
+ #: options.php:490
423
+ #: options.php:495
424
+ #: options.php:504
425
+ #@ yarpp
426
+ msgid "For example:"
427
+ msgstr "Για παράδειγμα:"
428
+
429
+ #: options.php:426
430
+ #: options.php:431
431
+ #: options.php:440
432
+ #: options.php:490
433
+ #: options.php:495
434
+ #: options.php:504
435
+ #@ yarpp
436
+ msgid " or "
437
+ msgstr "ή"
438
+
439
+ #: options.php:430
440
+ #: options.php:494
441
+ #@ yarpp
442
+ msgid "Before / after each related entry:"
443
+ msgstr "Πριν / μετά από κάθε σχετικό άρθρο:"
444
+
445
+ #: options.php:434
446
+ #: options.php:498
447
+ #@ yarpp
448
+ msgid "Show excerpt?"
449
+ msgstr "Εμφάνιση αποσπάσματος;"
450
+
451
+ #: options.php:435
452
+ #: options.php:499
453
+ #@ yarpp
454
+ msgid "Excerpt length (No. of words):"
455
+ msgstr "Μέγεθος αποσπάσματος (Αριθμός λέξεων):"
456
+
457
+ #: options.php:439
458
+ #@ yarpp
459
+ msgid "Before / after (Excerpt):"
460
+ msgstr "Πρίν / Μετά (απόσπασμα):"
461
+
462
+ #: options.php:445
463
+ #: options.php:509
464
+ #@ yarpp
465
+ msgid "Order results:"
466
+ msgstr "Σειρά αποτελεσμάτων:"
467
+
468
+ #: options.php:447
469
+ #: options.php:511
470
+ #@ yarpp
471
+ msgid "score (high relevance to low)"
472
+ msgstr "αποτέλεσμα (υψηλή προς χαμηλή σχετικότητα)"
473
+
474
+ #: options.php:448
475
+ #: options.php:512
476
+ #@ yarpp
477
+ msgid "score (low relevance to high)"
478
+ msgstr "αποτέλεσμα (χαμηλή προς υψηλή σχετικότητα)"
479
+
480
+ #: options.php:449
481
+ #: options.php:513
482
+ #@ yarpp
483
+ msgid "date (new to old)"
484
+ msgstr "ημερομηνία (νεότερο στο παλιότερο)"
485
+
486
+ #: options.php:450
487
+ #: options.php:514
488
+ #@ yarpp
489
+ msgid "date (old to new)"
490
+ msgstr "ημερομηνία (παλιότερο στο νεότερο)"
491
+
492
+ #: options.php:451
493
+ #: options.php:515
494
+ #@ yarpp
495
+ msgid "title (alphabetical)"
496
+ msgstr "τίτλος (αλφαβητικά)"
497
+
498
+ #: options.php:452
499
+ #: options.php:516
500
+ #@ yarpp
501
+ msgid "title (reverse alphabetical)"
502
+ msgstr "τίτλος (αντίστροφη αλφαβητική σειρά)"
503
+
504
+ #: options.php:457
505
+ #: options.php:521
506
+ #@ yarpp
507
+ msgid "Default display if no results:"
508
+ msgstr "Αν δεν υπάρχουν σχετικά άρθρα θα εμφανίζονται:"
509
+
510
+ #: options.php:459
511
+ #: options.php:523
512
+ #@ yarpp
513
+ msgid "Help promote Yet Another Related Posts Plugin?"
514
+ msgstr "Να εμφανίζονται credits του plugin;"
515
+
516
+ #: options.php:461
517
+ #: options.php:524
518
+ #, php-format
519
+ #@ yarpp
520
+ msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
521
+ msgstr "Η επιλογή αυτή προσθέτει των κώδικα %s. Αν θέλετε ενεργοποιήστε τον, ενημερώστε την αλλαγή αυτή και δείτε τον κώδικα στα δεξιά. Τα Links και οι δωρεές είναι ευπρόδεκτες."
522
+
523
+ #: options.php:467
524
+ #@ yarpp
525
+ msgid "Display options <small>for RSS</small>"
526
+ msgstr "Επιλογές εμφάνισης <small>για το RSS</small>"
527
+
528
+ #: options.php:472
529
+ #@ yarpp
530
+ msgid "Display related posts in feeds?"
531
+ msgstr "Εμφάνιση σχετικών άρθρων στα feeds;"
532
+
533
+ #: options.php:472
534
+ #@ yarpp
535
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
536
+ msgstr "Αυτή η επιλογή εμφανίζει τα σχετικά άρθρα στο τέλος κάθε άρθρου στο RSS και στο Atom Feeds. Δεν απαιτείται καμία αλλαγή του αρχείου εμφάνισης."
537
+
538
+ #: options.php:473
539
+ #@ yarpp
540
+ msgid "Display related posts in the descriptions?"
541
+ msgstr "Εμφάνιση σχετικών άρθρων στις περιγραφές;"
542
+
543
+ #: options.php:473
544
+ #@ yarpp
545
+ msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
546
+ msgstr "Η επιλογή αυτή εμφανίζει τα σχετικά άρθρα στο πεδίο της περιγραφής του RSS και όχι μόνο στο περιεχόμενο. Αν τα feeds σας είναι ρυθμισμένα να εμφανίζουν μόνο ένα απόσπασμα του άρθρου τότε χρησιμοποιείται μόνο το πεδίο της περιγραφής, άρα είναι απαραίτητο γενικά."
547
+
548
+ #: options.php:474
549
+ #@ yarpp
550
+ msgid "RSS display code example"
551
+ msgstr "Παράδειγμα κώδικα εμφάνισης του RSS"
552
+
553
+ #: options.php:489
554
+ #@ yarpp
555
+ msgid "Before / after related entries display:"
556
+ msgstr "Πριν / μετά από την εμφάνιση των σχετικών άρθρων:"
557
+
558
+ #: options.php:503
559
+ #@ yarpp
560
+ msgid "Before / after (excerpt):"
561
+ msgstr "Πριν / μετά (απόσπασμα):"
562
+
563
+ #: options.php:530
564
+ #@ yarpp
565
+ msgid "Advanced"
566
+ msgstr "Για προχωρημένους"
567
+
568
+ #: options.php:533
569
+ #@ yarpp
570
+ msgid "Show cache status"
571
+ msgstr "Εμφάνιση του καθεστώτος προσωρινής μνήμης"
572
+
573
+ #: options.php:534
574
+ #@ yarpp
575
+ msgid "When the cache is incomplete, compute related posts on the fly?"
576
+ msgstr "Όταν η προσωρινή μνήμη δεν έχει συμπληρωθεί τότε ο υπολογισμός των σχετικών άρθρων να γίνεται με πιο χαλαρα κριτήρια;"
577
+
578
+ #: options.php:535
579
+ #@ yarpp
580
+ msgid "If a displayed post's related posts are not cached and this option is on, YARPP will compute them on the fly.<br />If this option is off and a post's related posts have not been cached, it will display as if it has no related posts."
581
+ msgstr "Αν τα σχετικά άρθρα ενός άρθρου δεν έχουν υπολογιστεί και η επιλογή αυτή έχει επιλεχθεί τότε το YARPP θα τα υπολογίσει με πιο χαλαρά κριτήρια. Αν η επιλογή είναι αποπεπιλεγμένη και τα σχετικά άρθρα ενός άρθρου δεν έχουν υπολογιστεί τότε δεν θα εμφανίζονται σχετικά άρθρα."
582
+
583
+ #: options.php:565
584
+ #@ yarpp
585
+ msgid "'MIN minute(s) and SEC second(s) remaining'"
586
+ msgstr "'μένουν MIN λεπτά και SEC δευτερόλεπτα'"
587
+
588
+ #: options.php:567
589
+ #@ yarpp
590
+ msgid "'SEC second(s) remaining'"
591
+ msgstr "'μένουν SEC δευτερόλεπτα'"
592
+
593
+ #: options.php:571
594
+ #@ yarpp
595
+ msgid "Your related posts cache is now complete."
596
+ msgstr "Η προσωρινή αποθήκευση των σχετικών άρθρων έχει επιτευχθεί."
597
+
598
+ #: options.php:571
599
+ #@ yarpp
600
+ msgid "The SQL queries took SEC seconds."
601
+ msgstr "To SQL query διήρκησε SEC δευτερόλεπτα. "
602
+
603
+ #: options.php:578
604
+ #@ yarpp
605
+ msgid "There was an error while constructing the related posts for TITLE"
606
+ msgstr "Υπήρξε ένα σφάλμα κατά την δημίουrγία των σχετικών άρθρων\\\" κατά TITLE"
607
+
608
+ #: options.php:580
609
+ #: options.php:586
610
+ #@ yarpp
611
+ msgid "Constructing the related posts timed out."
612
+ msgstr "Η δημιουργία των σχετικών άρθρων έληξε."
613
+
614
+ #: options.php:583
615
+ #: options.php:588
616
+ #@ yarpp
617
+ msgid "Try to continue..."
618
+ msgstr "Προσπάθεια για συνέχισει της διαδικασίας..."
619
+
620
+ #: options.php:596
621
+ #@ yarpp
622
+ msgid "Your related posts cache is PERCENT% complete."
623
+ msgstr "Η προσωρίνή μνήμη των σχετικών άρθρων είναι PERCENT% πλήρης."
624
+
625
+ #: options.php:602
626
+ #@ yarpp
627
+ msgid "starting..."
628
+ msgstr "εκκίνηση..."
629
+
630
+ #: options.php:609
631
+ #@ yarpp
632
+ msgid "Update options"
633
+ msgstr "Ενημέρωση επιλογών"
634
+
635
+ #: options.php:610
636
+ #@ yarpp
637
+ msgid "Do you really want to reset your configuration?"
638
+ msgstr "Είστε σίγουροι ότι θέλετε να επαναφέρετε τις αρχικές ρύθμισεις;"
639
+
640
+ #: options.php:610
641
+ #@ yarpp
642
+ msgid "Reset options"
643
+ msgstr "Επαναφορά επιλογών"
644
+
645
+ #: services.php:59
646
+ #@ yarpp
647
+ msgid "You cannot rebuild the YARPP cache."
648
+ msgstr "Δεν μπορείτε να επαναδημιουργήσετε την προσωρινή μνήμη YARPP."
649
+
650
+ #: template-builtin.php:35
651
+ #, php-format
652
+ #@ yarpp
653
+ msgid "%f is the YARPP match score between the current entry and this related entry. You are seeing this value because you are logged in to WordPress as an administrator. It is not shown to regular visitors."
654
+ msgstr "%f είναι η βαθμολογία σχετικότητας του YARPP μεταξύ του εκάστοτε άρθρου και των σχετικών άρθρων. Εσείς μπορείτε να δείτε την βαθμολογία επειδή έχετε εισέλθει ως administrator στο Wordpress και δεν εμφανίζεται στους επισκέπτες σας."
655
+
656
+ #: template-metabox.php:12
657
+ #@ yarpp
658
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
659
+ msgstr "Αυτά τα άρθρα φαίνεται ότι ταιριάζουν με αυτό το άρθρο. Αν ανανεώσεται την σελίδα υπάρχει πιθανότητα να εμφανιστούν κάποια άλλα."
660
+
661
+ #: template-metabox.php:26
662
+ #@ yarpp
663
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
664
+ msgstr "Ο τρόπος με τον οποίο εμφανίζονται αλλά και ο τρόπος με τον οποίο υπολογίζονται τα σχετικά άρθρα του εκάστοτε άρθρου εξαρτάται από της ρυθμίσεις του YARPP."
665
+
lang/yarpp-el_EL.mo CHANGED
Binary file
lang/yarpp-el_EL.po CHANGED
@@ -1,573 +1,665 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Yet Another Related Posts Plugin v3.0.8\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2009-08-01 14:15-0500\n"
7
- "Last-Translator: admin <akouseto@gmail.com>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: Greek\n"
14
- "X-Poedit-Country: GREECE\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
22
- #: includes.php:26
23
- #: includes.php:37
24
- #@ yarpp
25
- msgid "Related posts:"
26
- msgstr "Σχετικά άρθρα:"
27
-
28
- #: includes.php:28
29
- #: includes.php:39
30
- #: template-metabox.php:27
31
- #: template-widget.php:13
32
- #@ yarpp
33
- msgid "No related posts."
34
- msgstr "Τυχαία άρθρα."
35
-
36
- #: includes.php:149
37
- #: includes.php:194
38
- #: includes.php:215
39
- #@ yarpp
40
- msgid "Related Posts (YARPP)"
41
- msgstr "Σχετικά Άρθρα (YARPP)"
42
-
43
- #: includes.php:380
44
- #@ yarpp
45
- msgid "Related Posts"
46
- msgstr "Σχετικά άρθρα:"
47
-
48
- #: cache-postmeta.php:105
49
- #: cache-tables.php:131
50
- #@ yarpp
51
- msgid "Example post "
52
- msgstr "Παράδειγμα άρθρου"
53
-
54
- #: options.php:26
55
- #@ yarpp
56
- msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
57
- msgstr "Ο έλεγχος MyISAM παρακάμθηκε. Τώρα μπορείτε να χρησιμοποιήσετε τα κριτήρια σχετικότητας \"τίτλοι\" και \"bodies\"."
58
-
59
- #: options.php:35
60
- #, php-format
61
- #@ yarpp
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 "Τα κριτήρια σχετικότητας \"τίτλοι\" και \"bodies\" χρειάζονται τον <code>%s</code> πίνακα για την χρήση του <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>μηχανισμό αποθήκευσης MyISAM </a>. Ο πίνακας όμως φαίνεται ότι χρησιμοποιεί τον μηχανισμό <code>%s</code>. Αυτές οι δύο επιλογές έχουν απενεργοποιηθεί."
64
-
65
- #: options.php:37
66
- #, php-format
67
- #@ yarpp
68
- 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."
69
- msgstr "Για την επαναφορά των χαρακτηριστικών πρέπει να επικαιροποιήσετε τον πίνακα <code>%s</code> εκτελώντας την εντολή SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Δεν θα διαγραφούν δεδομένα αλλά θα υπάρξουν απώλειες στην απόδοση."
70
-
71
- #: options.php:39
72
- #, php-format
73
- #@ yarpp
74
- msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
75
- msgstr "Αν παρά τον έλεγχο αυτό είστε σίγουροι ότι χρησιμοποιέι την MyISAM engine τότε πιέστε αυτό το μαγικό πλήκτρο:"
76
-
77
- #: options.php:42
78
- #@ yarpp
79
- msgid "Trust me. Let me use MyISAM features."
80
- msgstr "Δείξε εμπιστοσύνη. Επέτρεψε μου να χρησιμοποιήσω το χαρακτηριστικό MyISAM."
81
-
82
- #: options.php:55
83
- #@ yarpp
84
- msgid "The YARPP database had an error but has been fixed."
85
- msgstr "Η βάση δεδομένων του YARPP είχε ένα λάθος το οποίο έχει διορθωθεί."
86
-
87
- #: options.php:57
88
- #@ yarpp
89
- msgid "The YARPP database has an error which could not be fixed."
90
- msgstr "Η βάση δεδομένων του YARPP έχει ένα σφάλμα το οποίο δεν μπορεί να παρακαμθει."
91
-
92
- #: options.php:86
93
- #@ yarpp
94
- msgid "Options saved!"
95
- msgstr "Οι επιλογές που έγιναν έχουν αποθηκευτεί!"
96
-
97
- #: options-meta-boxes.php:38
98
- #@ yarpp
99
- msgid "word"
100
- msgstr "λέξη/εις"
101
-
102
- #: options-meta-boxes.php:39
103
- #@ yarpp
104
- msgid "tag"
105
- msgstr "ετικέτα/ες"
106
-
107
- #: options-meta-boxes.php:40
108
- #@ yarpp
109
- msgid "category"
110
- msgstr "κατηγορία/ες"
111
-
112
- #: options-meta-boxes.php:45
113
- #: options-meta-boxes.php:63
114
- #: options-meta-boxes.php:76
115
- #@ yarpp
116
- msgid "do not consider"
117
- msgstr "να μην ληφθούν υπόψιν"
118
-
119
- #: options-meta-boxes.php:46
120
- #: options-meta-boxes.php:64
121
- #: options-meta-boxes.php:78
122
- #@ yarpp
123
- msgid "consider"
124
- msgstr "να ληφθούν υπόψιν"
125
-
126
- #: options-meta-boxes.php:48
127
- #: options-meta-boxes.php:80
128
- #, php-format
129
- #@ yarpp
130
- msgid "require at least one %s in common"
131
- msgstr "Απαιτείται τουλάχιστον μία κοινή %s"
132
-
133
- #: options-meta-boxes.php:50
134
- #: options-meta-boxes.php:82
135
- #, php-format
136
- #@ yarpp
137
- msgid "require more than one %s in common"
138
- msgstr "Aπαιτείται περισσότερες από μία κοινές %s"
139
-
140
- #: options-meta-boxes.php:65
141
- #@ yarpp
142
- msgid "consider with extra weight"
143
- msgstr "να ληφθεί ιδιαίτερα υπόψιν"
144
-
145
- #: options.php:150
146
- #@ yarpp
147
- msgid "Yet Another Related Posts Plugin Options"
148
- msgstr "Ρυθμίσεις του Yet Another Related Posts Plugin"
149
-
150
- #: options-meta-boxes.php:286
151
- #@ default
152
- #@ yarpp
153
- msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
154
- msgstr "Δωρεά στον Μήτσο (mitcho - Michael Yoshitaka Erlewine) για το plugin αυτό μέσω PayPal"
155
-
156
- #: options-meta-boxes.php:118
157
- #@ yarpp
158
- msgid "\"The Pool\""
159
- msgstr "\"The Pool\""
160
-
161
- #: options-meta-boxes.php:91
162
- #@ yarpp
163
- msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
164
- msgstr "Η \"The Pool\" αναφέρεται στο σύνολο των υποψήφιων για εμφάνιση σχετικών άρθρων."
165
-
166
- #: options-meta-boxes.php:96
167
- #@ yarpp
168
- msgid "Disallow by category:"
169
- msgstr "Απαγόρευση βάσει της κατηγορίας:"
170
-
171
- #: options-meta-boxes.php:98
172
- #@ yarpp
173
- msgid "Disallow by tag:"
174
- msgstr "Απαγόρευση βάσει της ετικέτας:"
175
-
176
- #: options-meta-boxes.php:101
177
- #@ yarpp
178
- msgid "Show password protected posts?"
179
- msgstr "Εμφάνιση των προστατευμένων με κωδικό άρθρων;"
180
-
181
- #: options-meta-boxes.php:105
182
- #@ yarpp
183
- msgid "day(s)"
184
- msgstr "ημέρα(ες)"
185
-
186
- #: options-meta-boxes.php:106
187
- #@ yarpp
188
- msgid "week(s)"
189
- msgstr "εβδομάδα(ες)"
190
-
191
- #: options-meta-boxes.php:107
192
- #@ yarpp
193
- msgid "month(s)"
194
- msgstr "μήνα(ες)"
195
-
196
- #: options-meta-boxes.php:109
197
- #@ yarpp
198
- msgid "Show only posts from the past NUMBER UNITS"
199
- msgstr "Τα άρθρα να μήν είναι παλιότερα από NUMBER UNITS"
200
-
201
- #: options-meta-boxes.php:148
202
- #@ yarpp
203
- msgid "\"Relatedness\" options"
204
- msgstr "Επιλογές \"Σχετικότητας\""
205
-
206
- #: options-meta-boxes.php:124
207
- #: options-meta-boxes.php:139
208
- #: options-meta-boxes.php:157
209
- #: options-meta-boxes.php:161
210
- #: options-meta-boxes.php:204
211
- #: options-meta-boxes.php:221
212
- #: options-meta-boxes.php:223
213
- #: options-meta-boxes.php:228
214
- #: options-meta-boxes.php:268
215
- #@ yarpp
216
- msgid "more&gt;"
217
- msgstr "περισσότερα&gt;"
218
-
219
- #: options-meta-boxes.php:124
220
- #@ yarpp
221
- 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."
222
- msgstr "Όσο πιο υψηλό είναι το όριο σχετικότητας τόσο περιορίζονται τα εμφανιζόμενα σχετικά άρθρα. Το default όριο σχετικότητας είναι 5. Για να προσαρμόσετε το κατάλληλο στο blog σας όριο σχετικότητας ελέγξτε τα εμφανιζόμενα αποτελέσματα και την βαθμολογία τους. "
223
-
224
- #: options-meta-boxes.php:130
225
- #@ yarpp
226
- msgid "Match threshold:"
227
- msgstr "'Ορια σχετικότητας"
228
-
229
- #: options-meta-boxes.php:131
230
- #@ yarpp
231
- msgid "Titles: "
232
- msgstr "Τίτλοι:"
233
-
234
- #: options-meta-boxes.php:133
235
- #@ yarpp
236
- msgid "Bodies: "
237
- msgstr "Bodies:"
238
-
239
- #: options-meta-boxes.php:135
240
- #@ yarpp
241
- msgid "Tags: "
242
- msgstr "Ετικέτες:"
243
-
244
- #: options-meta-boxes.php:137
245
- #@ yarpp
246
- msgid "Categories: "
247
- msgstr "Κατηγορίες:"
248
-
249
- #: options-meta-boxes.php:139
250
- #@ yarpp
251
- msgid "Cross-relate posts and pages?"
252
- msgstr "Διασταύρωση σχετικών άρθρων και σελίδων;"
253
-
254
- #: options-meta-boxes.php:139
255
- #@ yarpp
256
- 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."
257
- msgstr "Όταν είναι επιλεγμένη τότε τα <code>related_posts()</code>, <code>related_pages()</code>, και <code>related_entries()</code> θα δώσουν το ίδιο αποτέλεσμα με σχετικά άρθρα και σελίδες."
258
-
259
- #: options-meta-boxes.php:212
260
- #@ yarpp
261
- msgid "Display options <small>for your website</small>"
262
- msgstr "Επιλογές εμφάνισης <small>για το Blog</small>"
263
-
264
- #: options-meta-boxes.php:157
265
- #@ yarpp
266
- msgid "Automatically display related posts?"
267
- msgstr "Τα Σχετικά Άρθρα να εμφανίζονται αυτόματα;"
268
-
269
- #: options-meta-boxes.php:157
270
- #@ yarpp
271
- 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."
272
- msgstr "Η επιλογή αυτή εμφανίζει αυτόματα την λίστα των σχετικών άρθρων αμέσως μετά από το εκάστοτε άρθρο. Αν είναι αποεπιλεγμένη τότε θα πρέπει να τοποθετήσετε χειροκίνητα των κώδικα <code>related_posts()</code> ή την μεταβλητή (<code>related_pages()</code> και <code>related_entries()</code>) στον κώδικα του θέματος σας."
273
-
274
- #: options-meta-boxes.php:158
275
- #@ yarpp
276
- msgid "Website display code example"
277
- msgstr "Παράδειγμα κώδικα εμφάνισης στο Website"
278
-
279
- #: options-meta-boxes.php:158
280
- #: options-meta-boxes.php:221
281
- #@ yarpp
282
- msgid "(Update options to reload.)"
283
- msgstr "(Ενημερώστε τις επιλογές ώστε να γίνει επαναφόρτωση.)"
284
-
285
- #: options-meta-boxes.php:160
286
- #: options-meta-boxes.php:226
287
- #@ yarpp
288
- msgid "Maximum number of related posts:"
289
- msgstr "Μέγιστος αριθμός εμφανισθέντων σχετικών άρθρων:"
290
-
291
- #: includes.php:248
292
- #: options-meta-boxes.php:161
293
- #: options-meta-boxes.php:228
294
- #@ yarpp
295
- msgid "Display using a custom template file"
296
- msgstr "Η εμφάνιση να στηρίζεται σε δικό σας πρότυπο αρχείο"
297
-
298
- #: options-meta-boxes.php:228
299
- #@ yarpp
300
- msgid "NEW!"
301
- msgstr "ΝΕΟ!"
302
-
303
- #: options-meta-boxes.php:161
304
- #: options-meta-boxes.php:228
305
- #@ yarpp
306
- 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."
307
- msgstr "Αυτή η επιλογή σας δίνει την δυνατότητα να καθορίσεται την εμφάνιση των σχετικών άρθρων όπως εσείς θέλετε. Τα πρότυπα αρχεία που είναι αποθηκευμένα στο θέμα σας είναι γραμμένα σε PHP."
308
-
309
- #: includes.php:249
310
- #: options-meta-boxes.php:165
311
- #: options-meta-boxes.php:233
312
- #@ yarpp
313
- msgid "Template file:"
314
- msgstr "Πρότυπο αρχείο:"
315
-
316
- #: options-meta-boxes.php:175
317
- #: options-meta-boxes.php:244
318
- #@ yarpp
319
- msgid "Before / after related entries:"
320
- msgstr "Πριν / Μετά από τα σχετικά άρθρα:"
321
-
322
- #: options-meta-boxes.php:175
323
- #: options-meta-boxes.php:176
324
- #: options-meta-boxes.php:184
325
- #: options-meta-boxes.php:244
326
- #: options-meta-boxes.php:245
327
- #: options-meta-boxes.php:250
328
- #@ yarpp
329
- msgid "For example:"
330
- msgstr "Για παράδειγμα:"
331
-
332
- #: options-meta-boxes.php:175
333
- #: options-meta-boxes.php:176
334
- #: options-meta-boxes.php:184
335
- #: options-meta-boxes.php:244
336
- #: options-meta-boxes.php:245
337
- #: options-meta-boxes.php:250
338
- #@ yarpp
339
- msgid " or "
340
- msgstr "ή"
341
-
342
- #: options-meta-boxes.php:176
343
- #: options-meta-boxes.php:245
344
- #@ yarpp
345
- msgid "Before / after each related entry:"
346
- msgstr "Πριν / μετά από κάθε σχετικό άρθρο:"
347
-
348
- #: options-meta-boxes.php:178
349
- #: options-meta-boxes.php:247
350
- #@ yarpp
351
- msgid "Show excerpt?"
352
- msgstr "Εμφάνιση αποσπάσματος;"
353
-
354
- #: options-meta-boxes.php:179
355
- #: options-meta-boxes.php:248
356
- #@ yarpp
357
- msgid "Excerpt length (No. of words):"
358
- msgstr "Μέγεθος αποσπάσματος (Αριθμός λέξεων):"
359
-
360
- #: options-meta-boxes.php:183
361
- #@ yarpp
362
- msgid "Before / after (Excerpt):"
363
- msgstr "Πρίν / Μετά (απόσπασμα):"
364
-
365
- #: options-meta-boxes.php:189
366
- #: options-meta-boxes.php:254
367
- #@ yarpp
368
- msgid "Order results:"
369
- msgstr "Σειρά αποτελεσμάτων:"
370
-
371
- #: options-meta-boxes.php:191
372
- #: options-meta-boxes.php:256
373
- #@ yarpp
374
- msgid "score (high relevance to low)"
375
- msgstr "αποτέλεσμα (υψηλή προς χαμηλή σχετικότητα)"
376
-
377
- #: options-meta-boxes.php:192
378
- #: options-meta-boxes.php:257
379
- #@ yarpp
380
- msgid "score (low relevance to high)"
381
- msgstr "αποτέλεσμα (χαμηλή προς υψηλή σχετικότητα)"
382
-
383
- #: options-meta-boxes.php:193
384
- #: options-meta-boxes.php:258
385
- #@ yarpp
386
- msgid "date (new to old)"
387
- msgstr "ημερομηνία (νεότερο στο παλιότερο)"
388
-
389
- #: options-meta-boxes.php:194
390
- #: options-meta-boxes.php:259
391
- #@ yarpp
392
- msgid "date (old to new)"
393
- msgstr "ημερομηνία (παλιότερο στο νεότερο)"
394
-
395
- #: options-meta-boxes.php:195
396
- #: options-meta-boxes.php:260
397
- #@ yarpp
398
- msgid "title (alphabetical)"
399
- msgstr "τίτλος (αλφαβητικά)"
400
-
401
- #: options-meta-boxes.php:196
402
- #: options-meta-boxes.php:261
403
- #@ yarpp
404
- msgid "title (reverse alphabetical)"
405
- msgstr "τίτλος (αντίστροφη αλφαβητική σειρά)"
406
-
407
- #: options-meta-boxes.php:201
408
- #: options-meta-boxes.php:266
409
- #@ yarpp
410
- msgid "Default display if no results:"
411
- msgstr "Αν δεν υπάρχουν σχετικά άρθρα θα εμφανίζονται:"
412
-
413
- #: includes.php:257
414
- #: options-meta-boxes.php:203
415
- #: options-meta-boxes.php:268
416
- #@ yarpp
417
- msgid "Help promote Yet Another Related Posts Plugin?"
418
- msgstr "Να εμφανίζονται credits του plugin;"
419
-
420
- #: options-meta-boxes.php:205
421
- #: options-meta-boxes.php:269
422
- #, php-format
423
- #@ yarpp
424
- 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."
425
- msgstr "Η επιλογή αυτή προσθέτει των κώδικα %s. Αν θέλετε ενεργοποιήστε τον, ενημερώστε την αλλαγή αυτή και δείτε τον κώδικα στα δεξιά. Τα Links και οι δωρεές είναι ευπρόδεκτες."
426
-
427
- #: options-meta-boxes.php:276
428
- #@ yarpp
429
- msgid "Display options <small>for RSS</small>"
430
- msgstr "Επιλογές εμφάνισης <small>για το RSS</small>"
431
-
432
- #: options-meta-boxes.php:221
433
- #@ yarpp
434
- msgid "Display related posts in feeds?"
435
- msgstr "Εμφάνιση σχετικών άρθρων στα feeds;"
436
-
437
- #: options-meta-boxes.php:221
438
- #@ yarpp
439
- msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
440
- msgstr "Αυτή η επιλογή εμφανίζει τα σχετικά άρθρα στο τέλος κάθε άρθρου στο RSS και στο Atom Feeds. Δεν απαιτείται καμία αλλαγή του αρχείου εμφάνισης."
441
-
442
- #: options-meta-boxes.php:223
443
- #@ yarpp
444
- msgid "Display related posts in the descriptions?"
445
- msgstr "Εμφάνιση σχετικών άρθρων στις περιγραφές;"
446
-
447
- #: options-meta-boxes.php:223
448
- #@ yarpp
449
- 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."
450
- msgstr "Η επιλογή αυτή εμφανίζει τα σχετικά άρθρα στο πεδίο της περιγραφής του RSS και όχι μόνο στο περιεχόμενο. Αν τα feeds σας είναι ρυθμισμένα να εμφανίζουν μόνο ένα απόσπασμα του άρθρου τότε χρησιμοποιείται μόνο το πεδίο της περιγραφής, άρα είναι απαραίτητο γενικά."
451
-
452
- #: options-meta-boxes.php:221
453
- #@ yarpp
454
- msgid "RSS display code example"
455
- msgstr "Παράδειγμα κώδικα εμφάνισης του RSS"
456
-
457
- #: options-meta-boxes.php:250
458
- #@ yarpp
459
- msgid "Before / after (excerpt):"
460
- msgstr "Πριν / μετά (απόσπασμα):"
461
-
462
- #: options.php:268
463
- #@ yarpp
464
- msgid "Update options"
465
- msgstr "Ενημέρωση επιλογών"
466
-
467
- #: options.php:269
468
- #@ yarpp
469
- msgid "Do you really want to reset your configuration?"
470
- msgstr "Είστε σίγουροι ότι θέλετε να επαναφέρετε τις αρχικές ρύθμισεις;"
471
-
472
- #: options.php:269
473
- #@ yarpp
474
- msgid "Reset options"
475
- msgstr "Επαναφορά επιλογών"
476
-
477
- #: template-builtin.php:35
478
- #, php-format
479
- #@ yarpp
480
- 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."
481
- msgstr "%f είναι η βαθμολογία σχετικότητας του YARPP μεταξύ του εκάστοτε άρθρου και των σχετικών άρθρων. Εσείς μπορείτε να δείτε την βαθμολογία επειδή έχετε εισέλθει ως administrator στο Wordpress και δεν εμφανίζεται στους επισκέπτες σας."
482
-
483
- #: template-metabox.php:12
484
- #@ yarpp
485
- msgid "These are the related entries for this entry. Updating this post may change these related posts."
486
- msgstr "Αυτά τα άρθρα φαίνεται ότι ταιριάζουν με αυτό το άρθρο. Αν ανανεώσεται την σελίδα υπάρχει πιθανότητα να εμφανιστούν κάποια άλλα."
487
-
488
- #: template-metabox.php:25
489
- #@ yarpp
490
- msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
491
- msgstr "Ο τρόπος με τον οποίο εμφανίζονται αλλά και ο τρόπος με τον οποίο υπολογίζονται τα σχετικά άρθρα του εκάστοτε άρθρου εξαρτάται από της ρυθμίσεις του YARPP."
492
-
493
- #: includes.php:169
494
- #@ yarpp
495
- msgid "Settings"
496
- msgstr ""
497
-
498
- #: includes.php:243
499
- #@ default
500
- msgid "Title:"
501
- msgstr ""
502
-
503
- #: includes.php:389
504
- #@ yarpp
505
- msgid "Related entries may be displayed once you save your entry"
506
- msgstr ""
507
-
508
- #: magic.php:297
509
- #, php-format
510
- #@ yarpp
511
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
512
- msgstr ""
513
-
514
- #: options-meta-boxes.php:124
515
- #@ yarpp
516
- msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
517
- msgstr ""
518
-
519
- #: options-meta-boxes.php:140
520
- #@ yarpp
521
- msgid "Show only previous posts?"
522
- msgstr ""
523
-
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
- #: options-meta-boxes.php:283
531
- #@ yarpp
532
- msgid "YARPP Forum"
533
- msgstr ""
534
-
535
- #: options-meta-boxes.php:284
536
- #@ yarpp
537
- msgid "YARPP on Twitter"
538
- msgstr ""
539
-
540
- #: options-meta-boxes.php:285
541
- #@ yarpp
542
- msgid "YARPP on the Web"
543
- msgstr ""
544
-
545
- #: options-meta-boxes.php:292
546
- #@ yarpp
547
- msgid "Contact YARPP"
548
- msgstr ""
549
-
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
- #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
- msgstr ""
561
-
562
- #: options.php:251
563
- #, php-format
564
- #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
- msgstr ""
567
-
568
- #: options.php:256
569
- #, php-format
570
- #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
- msgstr ""
573
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.0.8\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2009-08-01 14:15-0500\n"
7
+ "Last-Translator: admin <akouseto@gmail.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Greek\n"
14
+ "X-Poedit-Country: GREECE\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: includes.php:24
23
+ #: includes.php:35
24
+ #@ yarpp
25
+ msgid "Related posts:"
26
+ msgstr "Σχετικά άρθρα:"
27
+
28
+ #: includes.php:26
29
+ #: includes.php:37
30
+ #: template-metabox.php:28
31
+ #@ yarpp
32
+ msgid "No related posts."
33
+ msgstr "Τυχαία άρθρα."
34
+
35
+ #: includes.php:94
36
+ #@ yarpp
37
+ msgid "MySQL error on adding yarpp_title"
38
+ msgstr "Λάθος MySQL στην προσθήκη yarpp_title"
39
+
40
+ #: includes.php:99
41
+ #@ yarpp
42
+ msgid "MySQL error on adding yarpp_content"
43
+ msgstr "Λάθος MySQL στην προσθήκη yarpp_content"
44
+
45
+ #: includes.php:110
46
+ #@ yarpp
47
+ msgid "MySQL error on creating yarpp_keyword_cache table"
48
+ msgstr "Λάθος MySQL στην δημιουργία του πίνακα yarpp_keyword_cache table"
49
+
50
+ #: includes.php:121
51
+ #@ yarpp
52
+ msgid "MySQL error on creating yarpp_related_cache table"
53
+ msgstr "Λάθος MySQL στην δημιουργία του πίνακα yarpp_related_cache"
54
+
55
+ #: includes.php:197
56
+ #@ yarpp
57
+ msgid "Related Posts (YARPP)"
58
+ msgstr "Σχετικά Άρθρα (YARPP)"
59
+
60
+ #: includes.php:225
61
+ #: yarpp.php:34
62
+ #@ yarpp
63
+ msgid "Related Posts"
64
+ msgstr "Σχετικά άρθρα:"
65
+
66
+ #: includes.php:230
67
+ #@ yarpp
68
+ msgid "YARPP"
69
+ msgstr "YARPP"
70
+
71
+ #: magic.php:71
72
+ #@ yarpp
73
+ msgid "Example post "
74
+ msgstr "Παράδειγμα άρθρου"
75
+
76
+ #: magic.php:336
77
+ #: options.php:461
78
+ #: options.php:524
79
+ #@ yarpp
80
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
81
+ msgstr "Τα Σχετικά Άρθρα είναι κατασκεύασμα του <a href='%s'>Yet Another Related Posts Plugin</a>."
82
+
83
+ #: options.php:10
84
+ #@ yarpp
85
+ msgid "Please move the YARPP template files into your theme to complete installation. Simply move the sample template files (currently in <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) to the <code>TEMPLATEPATH</code> directory."
86
+ msgstr "Για να ολοκληρωθεί η εγκατάσταση τα πρότυπα αρχεία στον κατάλογο του τρέχοντος θέματος του blog σας. Απλά μεταφέρετε τα αρχεία που βρίσκονται στον φάκελο <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code> στον φάκελο <code>TEMPLATEPATH</code>."
87
+
88
+ #: options.php:15
89
+ #@ yarpp
90
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
91
+ msgstr "Δεν βρέθηκαν πρότυπα αρχεία YARPP στο τρέχον θέμα <code>TEMPLATEPATH</code> έτσι η δυνατότητα αυτή έχει απενεργοποιηθεί."
92
+
93
+ #: options.php:26
94
+ #@ yarpp
95
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
96
+ msgstr "Ο έλεγχος MyISAM παρακάμθηκε. Τώρα μπορείτε να χρησιμοποιήσετε τα κριτήρια σχετικότητας \"τίτλοι\" και \"bodies\"."
97
+
98
+ #: options.php:35
99
+ #, php-format
100
+ #@ yarpp
101
+ msgid "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria require your <code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the table seems to be using the <code>%s</code> engine. These two options have been disabled."
102
+ msgstr "Τα κριτήρια σχετικότητας \"τίτλοι\" και \"bodies\" χρειάζονται τον <code>%s</code> πίνακα για την χρήση του <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>μηχανισμό αποθήκευσης MyISAM </a>. Ο πίνακας όμως φαίνεται ότι χρησιμοποιεί τον μηχανισμό <code>%s</code>. Αυτές οι δύο επιλογές έχουν απενεργοποιηθεί."
103
+
104
+ #: options.php:37
105
+ #, php-format
106
+ #@ yarpp
107
+ msgid "To restore these features, please update your <code>%s</code> table by executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . No data will be erased by altering the table's engine, although there are performance implications."
108
+ msgstr "Για την επαναφορά των χαρακτηριστικών πρέπει να επικαιροποιήσετε τον πίνακα <code>%s</code> εκτελώντας την εντολή SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Δεν θα διαγραφούν δεδομένα αλλά θα υπάρξουν απώλειες στην απόδοση."
109
+
110
+ #: options.php:39
111
+ #, php-format
112
+ #@ yarpp
113
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
114
+ msgstr "Αν παρά τον έλεγχο αυτό είστε σίγουροι ότι χρησιμοποιέι την MyISAM engine τότε πιέστε αυτό το μαγικό πλήκτρο:"
115
+
116
+ #: options.php:42
117
+ #@ yarpp
118
+ msgid "Trust me. Let me use MyISAM features."
119
+ msgstr "Δείξε εμπιστοσύνη. Επέτρεψε μου να χρησιμοποιήσω το χαρακτηριστικό MyISAM."
120
+
121
+ #: options.php:65
122
+ #@ yarpp
123
+ msgid "The YARPP database had an error but has been fixed."
124
+ msgstr "Η βάση δεδομένων του YARPP είχε ένα λάθος το οποίο έχει διορθωθεί."
125
+
126
+ #: options.php:67
127
+ #@ yarpp
128
+ msgid "The YARPP database has an error which could not be fixed."
129
+ msgstr "Η βάση δεδομένων του YARPP έχει ένα σφάλμα το οποίο δεν μπορεί να παρακαμθει."
130
+
131
+ #: options.php:68
132
+ #@ yarpp
133
+ msgid "Please try <A>manual SQL setup</a>."
134
+ msgstr "Παρακαλώ δοκιμάστε την \\\"χειροκίνητη\\\" <A>εγκατάσταση SQL.</a>"
135
+
136
+ #: options.php:98
137
+ #@ yarpp
138
+ msgid "Options saved!"
139
+ msgstr "Οι επιλογές που έγιναν έχουν αποθηκευτεί!"
140
+
141
+ #: options.php:99
142
+ #: options.php:112
143
+ #: options.php:115
144
+ #: options.php:533
145
+ #@ yarpp
146
+ msgid "Related posts cache status"
147
+ msgstr "Κατάσταση προσωρινής μνήμης Σχετικών Άρθρων"
148
+
149
+ #: options.php:100
150
+ #@ yarpp
151
+ msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
152
+ msgstr "Αν έχετε κάνει update στις επιλογές του \"pool\" ή της \"σχετικότητας\" τότε πρέπει να επαναδημιουργήσετε την προσωρινή μνήμη από το <A>Καθεστώς προσωρινής μνήμης σχετικών άρθρων</a>."
153
+
154
+ #: options.php:112
155
+ #@ yarpp
156
+ msgid "Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>."
157
+ msgstr "Η προσωρινή μνήμη των σχετικών άρθρων δεν ΄΄εχει συμπληρωθεί. Πρέπει να επαναδημιουργήσετε την προσωρινή μνήμη από το <A>Καθεστώς προσωρινής μνήμης σχετικών άρθρων</a>."
158
+
159
+ #: options.php:115
160
+ #@ yarpp
161
+ msgid "Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>."
162
+ msgstr "Η προσωρινή μνήμη των σχετικών άρθρων είναι κενή. Παρακαλούμε δημιουργήστε την από το <A>Καθεστώς προσωρινής μνήμης σχετικών άρθρων</a>. "
163
+
164
+ #: options.php:151
165
+ #@ yarpp
166
+ msgid "word"
167
+ msgstr "λέξη/εις"
168
+
169
+ #: options.php:152
170
+ #@ yarpp
171
+ msgid "tag"
172
+ msgstr "ετικέτα/ες"
173
+
174
+ #: options.php:153
175
+ #@ yarpp
176
+ msgid "category"
177
+ msgstr "κατηγορία/ες"
178
+
179
+ #: options.php:157
180
+ #: options.php:174
181
+ #: options.php:186
182
+ #@ yarpp
183
+ msgid "do not consider"
184
+ msgstr "να μην ληφθούν υπόψιν"
185
+
186
+ #: options.php:158
187
+ #: options.php:175
188
+ #: options.php:188
189
+ #@ yarpp
190
+ msgid "consider"
191
+ msgstr "να ληφθούν υπόψιν"
192
+
193
+ #: options.php:160
194
+ #: options.php:190
195
+ #, php-format
196
+ #@ yarpp
197
+ msgid "require at least one %s in common"
198
+ msgstr "Απαιτείται τουλάχιστον μία κοινή %s"
199
+
200
+ #: options.php:162
201
+ #: options.php:192
202
+ #, php-format
203
+ #@ yarpp
204
+ msgid "require more than one %s in common"
205
+ msgstr "Aπαιτείται περισσότερες από μία κοινές %s"
206
+
207
+ #: options.php:176
208
+ #@ yarpp
209
+ msgid "consider with extra weight"
210
+ msgstr "να ληφθεί ιδιαίτερα υπόψιν"
211
+
212
+ #: options.php:204
213
+ #@ yarpp
214
+ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
215
+ msgstr "Yet Another Related Posts Plugin ιστορικό εκδόσεων (RSS 2.0)"
216
+
217
+ #: options.php:258
218
+ #@ yarpp
219
+ msgid "Yet Another Related Posts Plugin Options"
220
+ msgstr "Ρυθμίσεις του Yet Another Related Posts Plugin"
221
+
222
+ #: options.php:274
223
+ #@ yarpp
224
+ msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
225
+ msgstr "Δωρεά στον Μήτσο (mitcho - Michael Yoshitaka Erlewine) για το plugin αυτό μέσω PayPal"
226
+
227
+ #: options.php:276
228
+ #@ yarpp
229
+ msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
230
+ msgstr "Aπό τον <a href=\"http://mitcho.com/code/\">Μήτσο (mitcho - Michael 芳貴 Erlewine)</a>"
231
+
232
+ #: options.php:276
233
+ #@ yarpp
234
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
235
+ msgstr "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin στο Twitter</a>"
236
+
237
+ #: options.php:281
238
+ #@ yarpp
239
+ msgid "\"The Pool\""
240
+ msgstr "\"The Pool\""
241
+
242
+ #: options.php:282
243
+ #@ yarpp
244
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
245
+ msgstr "Η \"The Pool\" αναφέρεται στο σύνολο των υποψήφιων για εμφάνιση σχετικών άρθρων."
246
+
247
+ #: options.php:287
248
+ #@ yarpp
249
+ msgid "Disallow by category:"
250
+ msgstr "Απαγόρευση βάσει της κατηγορίας:"
251
+
252
+ #: options.php:289
253
+ #@ yarpp
254
+ msgid "Disallow by tag:"
255
+ msgstr "Απαγόρευση βάσει της ετικέτας:"
256
+
257
+ #: options.php:291
258
+ #@ yarpp
259
+ msgid "Show password protected posts?"
260
+ msgstr "Εμφάνιση των προστατευμένων με κωδικό άρθρων;"
261
+
262
+ #: options.php:297
263
+ #@ yarpp
264
+ msgid "day(s)"
265
+ msgstr "ημέρα(ες)"
266
+
267
+ #: options.php:298
268
+ #@ yarpp
269
+ msgid "week(s)"
270
+ msgstr "εβδομάδα(ες)"
271
+
272
+ #: options.php:299
273
+ #@ yarpp
274
+ msgid "month(s)"
275
+ msgstr "μήνα(ες)"
276
+
277
+ #: options.php:301
278
+ #@ yarpp
279
+ msgid "Show only posts from the past NUMBER UNITS"
280
+ msgstr "Τα άρθρα να μήν είναι παλιότερα από NUMBER UNITS"
281
+
282
+ #: options.php:309
283
+ #@ yarpp
284
+ msgid "\"Relatedness\" options"
285
+ msgstr "Επιλογές \"Σχετικότητας\""
286
+
287
+ #: options.php:311
288
+ #, php-format
289
+ #@ yarpp
290
+ msgid "YARPP is different than the <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">previous plugins it is based on</a> as it limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
291
+ msgstr "Το YARPP είναι διαφορετικό από <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">προηγούμενα plugins</a> αφού δημιουργεί την λίστα των σχετικών άρθρων βάσει (1) έναν μέγιστο αριθμό και (2) ένα <em>όριο σχετικότητας</em>."
292
+
293
+ #: options.php:311
294
+ #: options.php:325
295
+ #: options.php:408
296
+ #: options.php:413
297
+ #: options.php:460
298
+ #: options.php:472
299
+ #: options.php:473
300
+ #: options.php:477
301
+ #: options.php:523
302
+ #: options.php:534
303
+ #@ yarpp
304
+ msgid "more&gt;"
305
+ msgstr "περισσότερα&gt;"
306
+
307
+ #: options.php:311
308
+ #@ yarpp
309
+ msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
310
+ msgstr "Όσο πιο υψηλό είναι το όριο σχετικότητας τόσο περιορίζονται τα εμφανιζόμενα σχετικά άρθρα. Το default όριο σχετικότητας είναι 5. Για να προσαρμόσετε το κατάλληλο στο blog σας όριο σχετικότητας ελέγξτε τα εμφανιζόμενα αποτελέσματα και την βαθμολογία τους. "
311
+
312
+ #: options.php:316
313
+ #@ yarpp
314
+ msgid "Match threshold:"
315
+ msgstr "'Ορια σχετικότητας"
316
+
317
+ #: options.php:317
318
+ #@ yarpp
319
+ msgid "Titles: "
320
+ msgstr "Τίτλοι:"
321
+
322
+ #: options.php:319
323
+ #@ yarpp
324
+ msgid "Bodies: "
325
+ msgstr "Bodies:"
326
+
327
+ #: options.php:321
328
+ #@ yarpp
329
+ msgid "Tags: "
330
+ msgstr "Ετικέτες:"
331
+
332
+ #: options.php:323
333
+ #@ yarpp
334
+ msgid "Categories: "
335
+ msgstr "Κατηγορίες:"
336
+
337
+ #: options.php:325
338
+ #@ yarpp
339
+ msgid "Cross-relate posts and pages?"
340
+ msgstr "Διασταύρωση σχετικών άρθρων και σελίδων;"
341
+
342
+ #: options.php:325
343
+ #@ yarpp
344
+ msgid "When the \"Cross-relate posts and pages\" option is selected, the <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code> all will give the same output, returning both related pages and posts."
345
+ msgstr "Όταν είναι επιλεγμένη τότε τα <code>related_posts()</code>, <code>related_pages()</code>, και <code>related_entries()</code> θα δώσουν το ίδιο αποτέλεσμα με σχετικά άρθρα και σελίδες."
346
+
347
+ #: options.php:391
348
+ #@ yarpp
349
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
350
+ msgstr "Έχει ήδη κυκλοφορήσει μια νέα έκδοση beta του Yet Another Related Posts Plugin. Μπορείτε και εσείς να το κατεβάσετε <a href=\"%s\">από εδώ</a> με δική σας ευθύνη."
351
+
352
+ #: options.php:393
353
+ #@ yarpp
354
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
355
+ msgstr "Έχει ήδη κυκλοφορήσει μια νέα έκδοση beta του Yet Another Related Posts Plugin! Κατεβάστε το από <A> εδώ</a>."
356
+
357
+ #: options.php:404
358
+ #@ yarpp
359
+ msgid "Display options <small>for your website</small>"
360
+ msgstr "Επιλογές εμφάνισης <small>για το Blog</small>"
361
+
362
+ #: options.php:408
363
+ #@ yarpp
364
+ msgid "Automatically display related posts?"
365
+ msgstr "Τα Σχετικά Άρθρα να εμφανίζονται αυτόματα;"
366
+
367
+ #: options.php:408
368
+ #@ yarpp
369
+ msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
370
+ msgstr "Η επιλογή αυτή εμφανίζει αυτόματα την λίστα των σχετικών άρθρων αμέσως μετά από το εκάστοτε άρθρο. Αν είναι αποεπιλεγμένη τότε θα πρέπει να τοποθετήσετε χειροκίνητα των κώδικα <code>related_posts()</code> ή την μεταβλητή (<code>related_pages()</code> και <code>related_entries()</code>) στον κώδικα του θέματος σας."
371
+
372
+ #: options.php:409
373
+ #@ yarpp
374
+ msgid "Website display code example"
375
+ msgstr "Παράδειγμα κώδικα εμφάνισης στο Website"
376
+
377
+ #: options.php:409
378
+ #: options.php:474
379
+ #@ yarpp
380
+ msgid "(Update options to reload.)"
381
+ msgstr "(Ενημερώστε τις επιλογές ώστε να γίνει επαναφόρτωση.)"
382
+
383
+ #: options.php:412
384
+ #: options.php:476
385
+ #@ yarpp
386
+ msgid "Maximum number of related posts:"
387
+ msgstr "Μέγιστος αριθμός εμφανισθέντων σχετικών άρθρων:"
388
+
389
+ #: options.php:413
390
+ #: options.php:477
391
+ #@ yarpp
392
+ msgid "Display using a custom template file"
393
+ msgstr "Η εμφάνιση να στηρίζεται σε δικό σας πρότυπο αρχείο"
394
+
395
+ #: options.php:413
396
+ #: options.php:477
397
+ #: options.php:530
398
+ #@ yarpp
399
+ msgid "NEW!"
400
+ msgstr "ΝΕΟ!"
401
+
402
+ #: options.php:413
403
+ #: options.php:477
404
+ #@ yarpp
405
+ msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
406
+ msgstr "Αυτή η επιλογή σας δίνει την δυνατότητα να καθορίσεται την εμφάνιση των σχετικών άρθρων όπως εσείς θέλετε. Τα πρότυπα αρχεία που είναι αποθηκευμένα στο θέμα σας είναι γραμμένα σε PHP."
407
+
408
+ #: options.php:415
409
+ #: options.php:479
410
+ #@ yarpp
411
+ msgid "Template file:"
412
+ msgstr "Πρότυπο αρχείο:"
413
+
414
+ #: options.php:425
415
+ #@ yarpp
416
+ msgid "Before / after related entries:"
417
+ msgstr "Πριν / Μετά από τα σχετικά άρθρα:"
418
+
419
+ #: options.php:426
420
+ #: options.php:431
421
+ #: options.php:440
422
+ #: options.php:490
423
+ #: options.php:495
424
+ #: options.php:504
425
+ #@ yarpp
426
+ msgid "For example:"
427
+ msgstr "Για παράδειγμα:"
428
+
429
+ #: options.php:426
430
+ #: options.php:431
431
+ #: options.php:440
432
+ #: options.php:490
433
+ #: options.php:495
434
+ #: options.php:504
435
+ #@ yarpp
436
+ msgid " or "
437
+ msgstr "ή"
438
+
439
+ #: options.php:430
440
+ #: options.php:494
441
+ #@ yarpp
442
+ msgid "Before / after each related entry:"
443
+ msgstr "Πριν / μετά από κάθε σχετικό άρθρο:"
444
+
445
+ #: options.php:434
446
+ #: options.php:498
447
+ #@ yarpp
448
+ msgid "Show excerpt?"
449
+ msgstr "Εμφάνιση αποσπάσματος;"
450
+
451
+ #: options.php:435
452
+ #: options.php:499
453
+ #@ yarpp
454
+ msgid "Excerpt length (No. of words):"
455
+ msgstr "Μέγεθος αποσπάσματος (Αριθμός λέξεων):"
456
+
457
+ #: options.php:439
458
+ #@ yarpp
459
+ msgid "Before / after (Excerpt):"
460
+ msgstr "Πρίν / Μετά (απόσπασμα):"
461
+
462
+ #: options.php:445
463
+ #: options.php:509
464
+ #@ yarpp
465
+ msgid "Order results:"
466
+ msgstr "Σειρά αποτελεσμάτων:"
467
+
468
+ #: options.php:447
469
+ #: options.php:511
470
+ #@ yarpp
471
+ msgid "score (high relevance to low)"
472
+ msgstr "αποτέλεσμα (υψηλή προς χαμηλή σχετικότητα)"
473
+
474
+ #: options.php:448
475
+ #: options.php:512
476
+ #@ yarpp
477
+ msgid "score (low relevance to high)"
478
+ msgstr "αποτέλεσμα (χαμηλή προς υψηλή σχετικότητα)"
479
+
480
+ #: options.php:449
481
+ #: options.php:513
482
+ #@ yarpp
483
+ msgid "date (new to old)"
484
+ msgstr "ημερομηνία (νεότερο στο παλιότερο)"
485
+
486
+ #: options.php:450
487
+ #: options.php:514
488
+ #@ yarpp
489
+ msgid "date (old to new)"
490
+ msgstr "ημερομηνία (παλιότερο στο νεότερο)"
491
+
492
+ #: options.php:451
493
+ #: options.php:515
494
+ #@ yarpp
495
+ msgid "title (alphabetical)"
496
+ msgstr "τίτλος (αλφαβητικά)"
497
+
498
+ #: options.php:452
499
+ #: options.php:516
500
+ #@ yarpp
501
+ msgid "title (reverse alphabetical)"
502
+ msgstr "τίτλος (αντίστροφη αλφαβητική σειρά)"
503
+
504
+ #: options.php:457
505
+ #: options.php:521
506
+ #@ yarpp
507
+ msgid "Default display if no results:"
508
+ msgstr "Αν δεν υπάρχουν σχετικά άρθρα θα εμφανίζονται:"
509
+
510
+ #: options.php:459
511
+ #: options.php:523
512
+ #@ yarpp
513
+ msgid "Help promote Yet Another Related Posts Plugin?"
514
+ msgstr "Να εμφανίζονται credits του plugin;"
515
+
516
+ #: options.php:461
517
+ #: options.php:524
518
+ #, php-format
519
+ #@ yarpp
520
+ msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
521
+ msgstr "Η επιλογή αυτή προσθέτει των κώδικα %s. Αν θέλετε ενεργοποιήστε τον, ενημερώστε την αλλαγή αυτή και δείτε τον κώδικα στα δεξιά. Τα Links και οι δωρεές είναι ευπρόδεκτες."
522
+
523
+ #: options.php:467
524
+ #@ yarpp
525
+ msgid "Display options <small>for RSS</small>"
526
+ msgstr "Επιλογές εμφάνισης <small>για το RSS</small>"
527
+
528
+ #: options.php:472
529
+ #@ yarpp
530
+ msgid "Display related posts in feeds?"
531
+ msgstr "Εμφάνιση σχετικών άρθρων στα feeds;"
532
+
533
+ #: options.php:472
534
+ #@ yarpp
535
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
536
+ msgstr "Αυτή η επιλογή εμφανίζει τα σχετικά άρθρα στο τέλος κάθε άρθρου στο RSS και στο Atom Feeds. Δεν απαιτείται καμία αλλαγή του αρχείου εμφάνισης."
537
+
538
+ #: options.php:473
539
+ #@ yarpp
540
+ msgid "Display related posts in the descriptions?"
541
+ msgstr "Εμφάνιση σχετικών άρθρων στις περιγραφές;"
542
+
543
+ #: options.php:473
544
+ #@ yarpp
545
+ msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
546
+ msgstr "Η επιλογή αυτή εμφανίζει τα σχετικά άρθρα στο πεδίο της περιγραφής του RSS και όχι μόνο στο περιεχόμενο. Αν τα feeds σας είναι ρυθμισμένα να εμφανίζουν μόνο ένα απόσπασμα του άρθρου τότε χρησιμοποιείται μόνο το πεδίο της περιγραφής, άρα είναι απαραίτητο γενικά."
547
+
548
+ #: options.php:474
549
+ #@ yarpp
550
+ msgid "RSS display code example"
551
+ msgstr "Παράδειγμα κώδικα εμφάνισης του RSS"
552
+
553
+ #: options.php:489
554
+ #@ yarpp
555
+ msgid "Before / after related entries display:"
556
+ msgstr "Πριν / μετά από την εμφάνιση των σχετικών άρθρων:"
557
+
558
+ #: options.php:503
559
+ #@ yarpp
560
+ msgid "Before / after (excerpt):"
561
+ msgstr "Πριν / μετά (απόσπασμα):"
562
+
563
+ #: options.php:530
564
+ #@ yarpp
565
+ msgid "Advanced"
566
+ msgstr "Για προχωρημένους"
567
+
568
+ #: options.php:533
569
+ #@ yarpp
570
+ msgid "Show cache status"
571
+ msgstr "Εμφάνιση του καθεστώτος προσωρινής μνήμης"
572
+
573
+ #: options.php:534
574
+ #@ yarpp
575
+ msgid "When the cache is incomplete, compute related posts on the fly?"
576
+ msgstr "Όταν η προσωρινή μνήμη δεν έχει συμπληρωθεί τότε ο υπολογισμός των σχετικών άρθρων να γίνεται με πιο χαλαρα κριτήρια;"
577
+
578
+ #: options.php:535
579
+ #@ yarpp
580
+ msgid "If a displayed post's related posts are not cached and this option is on, YARPP will compute them on the fly.<br />If this option is off and a post's related posts have not been cached, it will display as if it has no related posts."
581
+ msgstr "Αν τα σχετικά άρθρα ενός άρθρου δεν έχουν υπολογιστεί και η επιλογή αυτή έχει επιλεχθεί τότε το YARPP θα τα υπολογίσει με πιο χαλαρά κριτήρια. Αν η επιλογή είναι αποπεπιλεγμένη και τα σχετικά άρθρα ενός άρθρου δεν έχουν υπολογιστεί τότε δεν θα εμφανίζονται σχετικά άρθρα."
582
+
583
+ #: options.php:565
584
+ #@ yarpp
585
+ msgid "'MIN minute(s) and SEC second(s) remaining'"
586
+ msgstr "'μένουν MIN λεπτά και SEC δευτερόλεπτα'"
587
+
588
+ #: options.php:567
589
+ #@ yarpp
590
+ msgid "'SEC second(s) remaining'"
591
+ msgstr "'μένουν SEC δευτερόλεπτα'"
592
+
593
+ #: options.php:571
594
+ #@ yarpp
595
+ msgid "Your related posts cache is now complete."
596
+ msgstr "Η προσωρινή αποθήκευση των σχετικών άρθρων έχει επιτευχθεί."
597
+
598
+ #: options.php:571
599
+ #@ yarpp
600
+ msgid "The SQL queries took SEC seconds."
601
+ msgstr "To SQL query διήρκησε SEC δευτερόλεπτα. "
602
+
603
+ #: options.php:578
604
+ #@ yarpp
605
+ msgid "There was an error while constructing the related posts for TITLE"
606
+ msgstr "Υπήρξε ένα σφάλμα κατά την δημίουrγία των σχετικών άρθρων\\\" κατά TITLE"
607
+
608
+ #: options.php:580
609
+ #: options.php:586
610
+ #@ yarpp
611
+ msgid "Constructing the related posts timed out."
612
+ msgstr "Η δημιουργία των σχετικών άρθρων έληξε."
613
+
614
+ #: options.php:583
615
+ #: options.php:588
616
+ #@ yarpp
617
+ msgid "Try to continue..."
618
+ msgstr "Προσπάθεια για συνέχισει της διαδικασίας..."
619
+
620
+ #: options.php:596
621
+ #@ yarpp
622
+ msgid "Your related posts cache is PERCENT% complete."
623
+ msgstr "Η προσωρίνή μνήμη των σχετικών άρθρων είναι PERCENT% πλήρης."
624
+
625
+ #: options.php:602
626
+ #@ yarpp
627
+ msgid "starting..."
628
+ msgstr "εκκίνηση..."
629
+
630
+ #: options.php:609
631
+ #@ yarpp
632
+ msgid "Update options"
633
+ msgstr "Ενημέρωση επιλογών"
634
+
635
+ #: options.php:610
636
+ #@ yarpp
637
+ msgid "Do you really want to reset your configuration?"
638
+ msgstr "Είστε σίγουροι ότι θέλετε να επαναφέρετε τις αρχικές ρύθμισεις;"
639
+
640
+ #: options.php:610
641
+ #@ yarpp
642
+ msgid "Reset options"
643
+ msgstr "Επαναφορά επιλογών"
644
+
645
+ #: services.php:59
646
+ #@ yarpp
647
+ msgid "You cannot rebuild the YARPP cache."
648
+ msgstr "Δεν μπορείτε να επαναδημιουργήσετε την προσωρινή μνήμη YARPP."
649
+
650
+ #: template-builtin.php:35
651
+ #, php-format
652
+ #@ yarpp
653
+ msgid "%f is the YARPP match score between the current entry and this related entry. You are seeing this value because you are logged in to WordPress as an administrator. It is not shown to regular visitors."
654
+ msgstr "%f είναι η βαθμολογία σχετικότητας του YARPP μεταξύ του εκάστοτε άρθρου και των σχετικών άρθρων. Εσείς μπορείτε να δείτε την βαθμολογία επειδή έχετε εισέλθει ως administrator στο Wordpress και δεν εμφανίζεται στους επισκέπτες σας."
655
+
656
+ #: template-metabox.php:12
657
+ #@ yarpp
658
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
659
+ msgstr "Αυτά τα άρθρα φαίνεται ότι ταιριάζουν με αυτό το άρθρο. Αν ανανεώσεται την σελίδα υπάρχει πιθανότητα να εμφανιστούν κάποια άλλα."
660
+
661
+ #: template-metabox.php:26
662
+ #@ yarpp
663
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
664
+ msgstr "Ο τρόπος με τον οποίο εμφανίζονται αλλά και ο τρόπος με τον οποίο υπολογίζονται τα σχετικά άρθρα του εκάστοτε άρθρου εξαρτάται από της ρυθμίσεις του YARPP."
665
+
lang/yarpp-es_ES.mo CHANGED
Binary file
lang/yarpp-es_ES.po CHANGED
@@ -13,561 +13,559 @@ msgstr ""
13
  "X-Poedit-Language: Spanish\n"
14
  "X-Poedit-Country: SPAIN\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
  "X-Poedit-Basepath: ../\n"
18
- "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
 
 
22
  #: cache-postmeta.php:105
23
  #: cache-tables.php:131
24
- #@ yarpp
25
  msgid "Example post "
26
  msgstr "Ejemplo de Publicación "
27
 
 
28
  #: includes.php:26
29
  #: includes.php:37
30
- #@ yarpp
31
  msgid "Related posts:"
32
  msgstr "Publicaciones relacionadas:"
33
 
 
34
  #: includes.php:28
35
  #: includes.php:39
36
  #: template-metabox.php:27
37
  #: template-widget.php:13
38
- #@ yarpp
39
  msgid "No related posts."
40
  msgstr "Publicaciones no relacionadas."
41
 
42
- #: includes.php:149
43
- #: includes.php:194
44
- #: includes.php:215
45
  #@ yarpp
 
 
 
46
  msgid "Related Posts (YARPP)"
47
  msgstr "Publicaciones relacionadas (YARPP)"
48
 
49
- #: includes.php:169
50
  #@ yarpp
 
51
  msgid "Settings"
52
  msgstr "Configuración"
53
 
54
- #: includes.php:243
55
  #@ default
 
56
  msgid "Title:"
57
  msgstr "Títulos:"
58
 
59
- #: includes.php:248
60
- #: options-meta-boxes.php:161
61
- #: options-meta-boxes.php:228
62
  #@ yarpp
 
 
 
63
  msgid "Display using a custom template file"
64
  msgstr "Visualizar usando un archivo de plantilla para cliente"
65
 
66
- #: includes.php:249
67
- #: options-meta-boxes.php:165
68
- #: options-meta-boxes.php:233
69
  #@ yarpp
 
 
 
70
  msgid "Template file:"
71
  msgstr "Archivo de plantilla:"
72
 
73
- #: includes.php:257
74
- #: options-meta-boxes.php:203
75
- #: options-meta-boxes.php:268
76
  #@ yarpp
 
 
 
77
  msgid "Help promote Yet Another Related Posts Plugin?"
78
  msgstr "Ayuda para promover aún Yet Another Related Posts Plugin?"
79
 
80
- #: includes.php:380
81
  #@ yarpp
 
82
  msgid "Related Posts"
83
  msgstr "Publicaciones Relacionadas"
84
 
85
- #: includes.php:389
86
  #@ yarpp
 
87
  msgid "Related entries may be displayed once you save your entry"
88
  msgstr "Entradas relacionadas podrían ser visualizadas una vez que Guardes tu Entrada"
89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  #: options.php:26
 
 
 
91
  #@ yarpp
 
92
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
93
  msgstr "La revisión MyISAM ha sido anulada. Ahora podrías usar \"consider titles\" y \"consider bodies\" criterios de relación."
94
 
95
- #: options.php:35
96
- #, php-format
97
  #@ yarpp
 
 
98
  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."
99
  msgstr "YARPP's \"consider titles\" y \"consider bodies\" criterios de relaciones, requieren tu <code>%s</code> tabla para usar <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, pero la tabla parece estar usando <code>%s</code> engine. Estas dos opciones han sido deshabilitadas."
100
 
101
- #: options.php:37
102
- #, php-format
103
  #@ yarpp
 
 
104
  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."
105
  msgstr "Para restaurar estas características, por favor actualiza la tabla <code>%s</code> ejecutando los siguientes SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Ningún dato será eliminado por alterar by el motor de la tabla, aunque hay implicaciones de funciones."
106
 
107
- #: options.php:39
108
- #, php-format
109
  #@ yarpp
 
 
110
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
111
  msgstr "Si a pesar de esta revisión, estás seguro de que <code>%s</code> está utilizando el motor MyISAM, presiona este mágico botón:"
112
 
113
- #: options.php:42
114
  #@ yarpp
 
115
  msgid "Trust me. Let me use MyISAM features."
116
  msgstr "Confía en mi. Permíteme usar las caracyerísticas de MyISAM."
117
 
118
- #: options.php:55
119
  #@ yarpp
 
120
  msgid "The YARPP database had an error but has been fixed."
121
  msgstr "La base de datos YARPP tuvo un error pero ha sido solucionado."
122
 
123
- #: options.php:57
124
  #@ yarpp
 
125
  msgid "The YARPP database has an error which could not be fixed."
126
  msgstr "La base de datos YARPP tuvo un error que no se pudo solucionar."
127
 
128
- #: options.php:86
129
  #@ yarpp
 
 
 
 
 
 
130
  msgid "Options saved!"
131
  msgstr "Opciones guardadas!"
132
 
133
- #: options-meta-boxes.php:38
134
  #@ yarpp
 
135
  msgid "word"
136
  msgstr "palabra"
137
 
138
- #: options-meta-boxes.php:39
139
  #@ yarpp
 
140
  msgid "tag"
141
  msgstr "etiqueta"
142
 
143
- #: options-meta-boxes.php:40
144
  #@ yarpp
 
145
  msgid "category"
146
  msgstr "categoría"
147
 
148
- #: options-meta-boxes.php:45
149
- #: options-meta-boxes.php:63
150
- #: options-meta-boxes.php:76
151
  #@ yarpp
 
 
 
152
  msgid "do not consider"
153
  msgstr "no considerar"
154
 
155
- #: options-meta-boxes.php:46
156
- #: options-meta-boxes.php:64
157
- #: options-meta-boxes.php:78
158
  #@ yarpp
 
 
 
159
  msgid "consider"
160
  msgstr "considerar"
161
 
162
- #: options-meta-boxes.php:48
163
- #: options-meta-boxes.php:80
164
- #, php-format
165
  #@ yarpp
 
 
 
166
  msgid "require at least one %s in common"
167
  msgstr "requiere al menos del uno %s en común"
168
 
169
- #: options-meta-boxes.php:50
170
- #: options-meta-boxes.php:82
171
- #, php-format
172
  #@ yarpp
 
 
 
173
  msgid "require more than one %s in common"
174
  msgstr "requiere más del uno %s en común"
175
 
176
- #: options-meta-boxes.php:65
177
  #@ yarpp
 
178
  msgid "consider with extra weight"
179
  msgstr "considerar con peso extra"
180
 
181
- #: options.php:150
182
  #@ yarpp
 
183
  msgid "Yet Another Related Posts Plugin Options"
184
  msgstr "Yet Another Related Posts Plugin Opciones"
185
 
186
- #: options-meta-boxes.php:286
187
  #@ default
188
  #@ yarpp
 
189
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
190
  msgstr "Hacer Donación a mitcho (Michael Yoshitaka Erlewine) por este plugin via PayPal"
191
 
192
- #: options-meta-boxes.php:118
193
  #@ yarpp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  msgid "\"The Pool\""
195
  msgstr "\"The Pool\""
196
 
197
- #: options-meta-boxes.php:91
198
  #@ yarpp
 
199
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
200
  msgstr "\"The Pool\" se refiere al fondo de Publicaciones y Páginas que son candidatos para visualizar como relacionados con la actual Entrada."
201
 
202
- #: options-meta-boxes.php:96
203
  #@ yarpp
 
204
  msgid "Disallow by category:"
205
  msgstr "Anular por categoría:"
206
 
207
- #: options-meta-boxes.php:98
208
  #@ yarpp
 
209
  msgid "Disallow by tag:"
210
  msgstr "Anular por etiqueta:"
211
 
212
- #: options-meta-boxes.php:101
213
  #@ yarpp
 
214
  msgid "Show password protected posts?"
215
  msgstr "Mostrar las Publicaciones protegidas por contraseña?"
216
 
217
- #: options-meta-boxes.php:105
218
  #@ yarpp
 
219
  msgid "day(s)"
220
  msgstr "día(s)"
221
 
222
- #: options-meta-boxes.php:106
223
  #@ yarpp
 
224
  msgid "week(s)"
225
  msgstr "semana(s)"
226
 
227
- #: options-meta-boxes.php:107
228
  #@ yarpp
 
229
  msgid "month(s)"
230
  msgstr "mes(es)"
231
 
232
- #: options-meta-boxes.php:109
233
  #@ yarpp
 
234
  msgid "Show only posts from the past NUMBER UNITS"
235
  msgstr "Mostrar únicamente Publicaciones de las pasadas UNIDADES de NÚMEROS"
236
 
237
- #: options-meta-boxes.php:148
238
  #@ yarpp
 
239
  msgid "\"Relatedness\" options"
240
  msgstr "Opciones \"Relatedness\""
241
 
242
- #: options-meta-boxes.php:124
243
- #: options-meta-boxes.php:139
244
- #: options-meta-boxes.php:157
245
- #: options-meta-boxes.php:161
246
- #: options-meta-boxes.php:204
247
- #: options-meta-boxes.php:221
248
- #: options-meta-boxes.php:223
249
- #: options-meta-boxes.php:228
250
- #: options-meta-boxes.php:268
251
  #@ yarpp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
252
  msgid "more&gt;"
253
  msgstr "más&gt;"
254
 
255
- #: options-meta-boxes.php:124
256
  #@ yarpp
 
257
  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."
258
  msgstr "Mientras más alto el umbral de combinación, más restrictivo, y en total, obtienes menos Publicaciones Relacionadas. La falta que combina o concuerda como límite, es 5. Si quieres encontrar una combinación apropiada para el umbral en un número límite, da un vistazo a algunas Publicaciones Relacionadas que se pueden visualizar y sus calificaciones, y determina un tamaño límite apropiado para tu sitio."
259
 
260
- #: options-meta-boxes.php:130
261
  #@ yarpp
 
262
  msgid "Match threshold:"
263
  msgstr "Umbral que combina:"
264
 
265
- #: options-meta-boxes.php:131
266
  #@ yarpp
 
267
  msgid "Titles: "
268
  msgstr "Títulos:"
269
 
270
- #: options-meta-boxes.php:133
271
  #@ yarpp
 
272
  msgid "Bodies: "
273
  msgstr "Cuerpos: "
274
 
275
- #: options-meta-boxes.php:135
276
  #@ yarpp
 
277
  msgid "Tags: "
278
  msgstr "Etiquetas: "
279
 
280
- #: options-meta-boxes.php:137
281
  #@ yarpp
 
282
  msgid "Categories: "
283
  msgstr "Categorías: "
284
 
285
- #: options-meta-boxes.php:139
286
  #@ yarpp
 
287
  msgid "Cross-relate posts and pages?"
288
  msgstr "Publicaciones y Páginas Cruzadas-Relacionadas?"
289
 
290
- #: options-meta-boxes.php:139
291
  #@ yarpp
 
292
  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."
293
  msgstr "Cuando la opción \"Cruz-se refieren blogs y páginas\" es seleccionada, el código <code>related_posts()</code>, <code>related_pages()</code>, y <code>related_entries()</code> todos dan el mismo resultado, regresando las dos páginas afines y blogs."
294
 
295
- #: options-meta-boxes.php:140
296
  #@ yarpp
 
297
  msgid "Show only previous posts?"
298
  msgstr "Mostrar solo Previas Publicaciones?"
299
 
300
- #: options-meta-boxes.php:212
301
  #@ yarpp
 
 
 
 
 
 
 
 
 
 
 
302
  msgid "Display options <small>for your website</small>"
303
  msgstr "Visualizar Opciones para tu sitio <small>para su sitio web</small>"
304
 
305
- #: options-meta-boxes.php:157
306
  #@ yarpp
 
307
  msgid "Automatically display related posts?"
308
  msgstr "Visualizar Automáticamente Publicaciones Relacionadas?"
309
 
310
- #: options-meta-boxes.php:157
311
  #@ yarpp
 
312
  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."
313
  msgstr "Esta opción, automáticamente visualiza publicaciones relacionadas justo después del contenido en Entradas únicas de Página. Si esta opción está inhabilitada, necesitarás insertar manualmente <code>related_posts()</code> o las variantes (<code>related_pages()</code> y <code>related_entries()</code>) en tus archivos de temas."
314
 
315
- #: options-meta-boxes.php:158
316
  #@ yarpp
 
317
  msgid "Website display code example"
318
  msgstr "Sitio, ejemplo de visualización de código"
319
 
320
- #: options-meta-boxes.php:158
321
- #: options-meta-boxes.php:221
322
  #@ yarpp
 
 
323
  msgid "(Update options to reload.)"
324
  msgstr "(Actualizar opciones para cargar.)"
325
 
326
- #: options-meta-boxes.php:160
327
- #: options-meta-boxes.php:226
328
  #@ yarpp
 
 
329
  msgid "Maximum number of related posts:"
330
  msgstr "Número Máximo de Publicaciones Relacionadas:"
331
 
332
- #: options-meta-boxes.php:161
333
- #: options-meta-boxes.php:228
334
  #@ yarpp
 
 
335
  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."
336
  msgstr "Esta opción avanzada, te da completo poder para adaptar cómo tus Publicaciones Relacionadas serán visualizadas. Las Plantillas (almacenadas en tu folder de temas) están escritos en PHP."
337
 
338
- #: options-meta-boxes.php:175
339
- #: options-meta-boxes.php:244
340
  #@ yarpp
 
341
  msgid "Before / after related entries:"
342
  msgstr "Antes / Después Entradas Relacionadas:"
343
 
344
- #: options-meta-boxes.php:175
345
- #: options-meta-boxes.php:176
346
- #: options-meta-boxes.php:184
347
- #: options-meta-boxes.php:244
348
- #: options-meta-boxes.php:245
349
- #: options-meta-boxes.php:250
350
  #@ yarpp
 
 
 
 
 
 
351
  msgid "For example:"
352
  msgstr "Por Ejemplo:"
353
 
354
- #: options-meta-boxes.php:175
355
- #: options-meta-boxes.php:176
356
- #: options-meta-boxes.php:184
357
- #: options-meta-boxes.php:244
358
- #: options-meta-boxes.php:245
359
- #: options-meta-boxes.php:250
360
  #@ yarpp
 
 
 
 
 
 
361
  msgid " or "
362
  msgstr "o"
363
 
364
- #: options-meta-boxes.php:176
365
- #: options-meta-boxes.php:245
366
  #@ yarpp
 
 
367
  msgid "Before / after each related entry:"
368
  msgstr "Antes / Después de cada Entrada Relacionada:"
369
 
370
- #: options-meta-boxes.php:178
371
- #: options-meta-boxes.php:247
372
  #@ yarpp
 
 
373
  msgid "Show excerpt?"
374
  msgstr "Mostrar pasaje?"
375
 
376
- #: options-meta-boxes.php:179
377
- #: options-meta-boxes.php:248
378
  #@ yarpp
 
 
379
  msgid "Excerpt length (No. of words):"
380
  msgstr "Longitud de Pasaje (Número de Palabras):"
381
 
382
- #: options-meta-boxes.php:183
383
  #@ yarpp
 
384
  msgid "Before / after (Excerpt):"
385
  msgstr "Antes / Después (Pasaje):"
386
 
387
- #: options-meta-boxes.php:189
388
- #: options-meta-boxes.php:254
389
  #@ yarpp
 
 
390
  msgid "Order results:"
391
  msgstr "Orden de Resultados:"
392
 
393
- #: options-meta-boxes.php:191
394
- #: options-meta-boxes.php:256
395
  #@ yarpp
 
 
396
  msgid "score (high relevance to low)"
397
  msgstr "calificación (De Mayor a Menor Relevancia)"
398
 
399
- #: options-meta-boxes.php:192
400
- #: options-meta-boxes.php:257
401
  #@ yarpp
 
 
402
  msgid "score (low relevance to high)"
403
  msgstr "calificación (Menor a Mayor Relevancia)"
404
 
405
- #: options-meta-boxes.php:193
406
- #: options-meta-boxes.php:258
407
  #@ yarpp
 
 
408
  msgid "date (new to old)"
409
  msgstr "fecha (nuevo a antiguo)"
410
 
411
- #: options-meta-boxes.php:194
412
- #: options-meta-boxes.php:259
413
  #@ yarpp
 
 
414
  msgid "date (old to new)"
415
  msgstr "fecha (antiguo a nuevo)"
416
 
417
- #: options-meta-boxes.php:195
418
- #: options-meta-boxes.php:260
419
  #@ yarpp
 
 
420
  msgid "title (alphabetical)"
421
  msgstr "título (orden alfabético)"
422
 
423
- #: options-meta-boxes.php:196
424
- #: options-meta-boxes.php:261
425
  #@ yarpp
 
 
426
  msgid "title (reverse alphabetical)"
427
  msgstr "título (Orden alfabpetico a la inversa)"
428
 
429
- #: options-meta-boxes.php:201
430
- #: options-meta-boxes.php:266
431
  #@ yarpp
 
 
432
  msgid "Default display if no results:"
433
  msgstr "Falta de Visualización si no hay resultados:"
434
 
435
- #: options-meta-boxes.php:205
436
- #: options-meta-boxes.php:269
437
- #, php-format
438
  #@ yarpp
 
 
 
439
  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."
440
  msgstr "Esta opción sumará %s al código. Intenta encenderlo, actualizando tus opciones, y verás el código en el código de ejemplo a la derecha. Estos enlaces y donaciones son grandemente apreciados."
441
 
442
- #: options-meta-boxes.php:276
443
  #@ yarpp
 
444
  msgid "Display options <small>for RSS</small>"
445
  msgstr "Visualizar opciones <small>por RSS</small>"
446
 
447
- #: options-meta-boxes.php:221
448
  #@ yarpp
 
449
  msgid "Display related posts in feeds?"
450
  msgstr "Visualizar Opciones Relacionadas en feeds?"
451
 
452
- #: options-meta-boxes.php:221
453
  #@ yarpp
 
454
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
455
  msgstr "Esta opción visualiza Publicaciones Relacionadas al final de cada artículo en tu RSS y Atom Feeds. No son necesarios los cambios de plantillas."
456
 
457
- #: options-meta-boxes.php:223
458
  #@ yarpp
 
459
  msgid "Display related posts in the descriptions?"
460
  msgstr "Visualizar Publicaciones Relacionadas en las Descripciones?"
461
 
462
- #: options-meta-boxes.php:223
463
  #@ yarpp
 
464
  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."
465
  msgstr "Esta opción permite visualizar las Publicaciones Relacionadas en los campos de RSS, no solamente el contenido. Si tus feeds están configurados para solamente visualizar pasajes, de cualquier modo, solo la descripción del campo se utiliza, así que esta opción se requiere para cualquier visualización."
466
 
467
- #: options-meta-boxes.php:221
468
  #@ yarpp
 
469
  msgid "RSS display code example"
470
  msgstr "Visualización RSS (ejemplo de código)"
471
 
472
- #: options-meta-boxes.php:228
473
  #@ yarpp
 
474
  msgid "NEW!"
475
  msgstr "NUEVO!"
476
 
477
- #: options-meta-boxes.php:250
478
  #@ yarpp
 
 
 
 
 
 
479
  msgid "Before / after (excerpt):"
480
  msgstr "Antes / Después (pasaje):"
481
 
482
- #: options.php:268
483
  #@ yarpp
 
484
  msgid "Update options"
485
  msgstr "Opciones de Actualización"
486
 
487
- #: options.php:269
488
  #@ yarpp
 
489
  msgid "Do you really want to reset your configuration?"
490
  msgstr "De verdad quieres restaurar tu configuración?"
491
 
492
- #: options.php:269
493
  #@ yarpp
 
494
  msgid "Reset options"
495
  msgstr "Opciones de Restauración"
496
 
 
497
  #: template-builtin.php:35
498
  #, php-format
499
- #@ yarpp
500
  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."
501
  msgstr "%f es la combinación YARPP que califica entre la actual entrada y esta entrada relacionada. Estás viendo este valor porque estás dentro de la sesión en WordPress como administrador. No se muestra a los visitantes regulares."
502
 
503
- #: template-metabox.php:12
504
  #@ yarpp
 
505
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
506
  msgstr "Estas son las entradas relacionadas para esta Entrada. Actualizar esta Publicación podría cambiar estas Publicaciones relacionadas."
507
 
508
- #: template-metabox.php:25
509
  #@ yarpp
 
510
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
511
  msgstr "Que estas Entradas Relacionadas sean actualmente visualizadas y cómo sean visualizadas, depende de tus opcioens de visualización YARPP."
512
 
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
- #: options-meta-boxes.php:124
520
- #@ yarpp
521
- msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
- msgstr ""
523
-
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
- #: options-meta-boxes.php:283
531
- #@ yarpp
532
- msgid "YARPP Forum"
533
- msgstr ""
534
-
535
- #: options-meta-boxes.php:284
536
- #@ yarpp
537
- msgid "YARPP on Twitter"
538
- msgstr ""
539
-
540
- #: options-meta-boxes.php:285
541
- #@ yarpp
542
- msgid "YARPP on the Web"
543
- msgstr ""
544
-
545
- #: options-meta-boxes.php:292
546
- #@ yarpp
547
- msgid "Contact YARPP"
548
- msgstr ""
549
-
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
- #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
- msgstr ""
561
-
562
- #: options.php:251
563
- #, php-format
564
- #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
- msgstr ""
567
-
568
- #: options.php:256
569
- #, php-format
570
- #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
- msgstr ""
573
-
13
  "X-Poedit-Language: Spanish\n"
14
  "X-Poedit-Country: SPAIN\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
  #: cache-postmeta.php:105
23
  #: cache-tables.php:131
 
24
  msgid "Example post "
25
  msgstr "Ejemplo de Publicación "
26
 
27
+ #@ yarpp
28
  #: includes.php:26
29
  #: includes.php:37
 
30
  msgid "Related posts:"
31
  msgstr "Publicaciones relacionadas:"
32
 
33
+ #@ yarpp
34
  #: includes.php:28
35
  #: includes.php:39
36
  #: template-metabox.php:27
37
  #: template-widget.php:13
 
38
  msgid "No related posts."
39
  msgstr "Publicaciones no relacionadas."
40
 
 
 
 
41
  #@ yarpp
42
+ #: includes.php:149
43
+ #: includes.php:182
44
+ #: includes.php:203
45
  msgid "Related Posts (YARPP)"
46
  msgstr "Publicaciones relacionadas (YARPP)"
47
 
 
48
  #@ yarpp
49
+ #: includes.php:158
50
  msgid "Settings"
51
  msgstr "Configuración"
52
 
 
53
  #@ default
54
+ #: includes.php:231
55
  msgid "Title:"
56
  msgstr "Títulos:"
57
 
 
 
 
58
  #@ yarpp
59
+ #: includes.php:236
60
+ #: options.php:424
61
+ #: options.php:493
62
  msgid "Display using a custom template file"
63
  msgstr "Visualizar usando un archivo de plantilla para cliente"
64
 
 
 
 
65
  #@ yarpp
66
+ #: includes.php:237
67
+ #: options.php:426
68
+ #: options.php:495
69
  msgid "Template file:"
70
  msgstr "Archivo de plantilla:"
71
 
 
 
 
72
  #@ yarpp
73
+ #: includes.php:245
74
+ #: options.php:470
75
+ #: options.php:539
76
  msgid "Help promote Yet Another Related Posts Plugin?"
77
  msgstr "Ayuda para promover aún Yet Another Related Posts Plugin?"
78
 
 
79
  #@ yarpp
80
+ #: includes.php:368
81
  msgid "Related Posts"
82
  msgstr "Publicaciones Relacionadas"
83
 
 
84
  #@ yarpp
85
+ #: includes.php:377
86
  msgid "Related entries may be displayed once you save your entry"
87
  msgstr "Entradas relacionadas podrían ser visualizadas una vez que Guardes tu Entrada"
88
 
89
+ #@ yarpp
90
+ #: magic.php:297
91
+ #: options.php:472
92
+ #: options.php:540
93
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
94
+ msgstr "Publicaciones relacionadas que recibes por <a href='%s'>Yet Another Related Posts Plugin</a>."
95
+
96
+ #@ yarpp
97
+ #: options.php:21
98
+ 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."
99
+ msgstr "Favor de mover el archivo de plantillas YARPP a tu tema para completar Instalación. Simplemente mover las mismas muestras de plantillas (actualmente en <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates/</code>) al directorio <code>TEMPLATEPATH</code>."
100
+
101
+ #@ yarpp
102
  #: options.php:26
103
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
104
+ msgstr "Ningunos archivos de plantillas YARPP fueron encontradas en su tema (<code>TEMPLATEPATH</code>) así que las carácterísticas de la plantillas se han deshabilitado."
105
+
106
  #@ yarpp
107
+ #: options.php:37
108
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
109
  msgstr "La revisión MyISAM ha sido anulada. Ahora podrías usar \"consider titles\" y \"consider bodies\" criterios de relación."
110
 
 
 
111
  #@ yarpp
112
+ #: options.php:46
113
+ #, php-format
114
  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."
115
  msgstr "YARPP's \"consider titles\" y \"consider bodies\" criterios de relaciones, requieren tu <code>%s</code> tabla para usar <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, pero la tabla parece estar usando <code>%s</code> engine. Estas dos opciones han sido deshabilitadas."
116
 
 
 
117
  #@ yarpp
118
+ #: options.php:48
119
+ #, php-format
120
  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."
121
  msgstr "Para restaurar estas características, por favor actualiza la tabla <code>%s</code> ejecutando los siguientes SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Ningún dato será eliminado por alterar by el motor de la tabla, aunque hay implicaciones de funciones."
122
 
 
 
123
  #@ yarpp
124
+ #: options.php:50
125
+ #, php-format
126
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
127
  msgstr "Si a pesar de esta revisión, estás seguro de que <code>%s</code> está utilizando el motor MyISAM, presiona este mágico botón:"
128
 
 
129
  #@ yarpp
130
+ #: options.php:53
131
  msgid "Trust me. Let me use MyISAM features."
132
  msgstr "Confía en mi. Permíteme usar las caracyerísticas de MyISAM."
133
 
 
134
  #@ yarpp
135
+ #: options.php:66
136
  msgid "The YARPP database had an error but has been fixed."
137
  msgstr "La base de datos YARPP tuvo un error pero ha sido solucionado."
138
 
 
139
  #@ yarpp
140
+ #: options.php:68
141
  msgid "The YARPP database has an error which could not be fixed."
142
  msgstr "La base de datos YARPP tuvo un error que no se pudo solucionar."
143
 
 
144
  #@ yarpp
145
+ #: options.php:69
146
+ msgid "Please try <A>manual SQL setup</a>."
147
+ msgstr "Favor de inrentar <a>manual SQL instalación</a>."
148
+
149
+ #@ yarpp
150
+ #: options.php:97
151
  msgid "Options saved!"
152
  msgstr "Opciones guardadas!"
153
 
 
154
  #@ yarpp
155
+ #: options.php:133
156
  msgid "word"
157
  msgstr "palabra"
158
 
 
159
  #@ yarpp
160
+ #: options.php:134
161
  msgid "tag"
162
  msgstr "etiqueta"
163
 
 
164
  #@ yarpp
165
+ #: options.php:135
166
  msgid "category"
167
  msgstr "categoría"
168
 
 
 
 
169
  #@ yarpp
170
+ #: options.php:139
171
+ #: options.php:156
172
+ #: options.php:168
173
  msgid "do not consider"
174
  msgstr "no considerar"
175
 
 
 
 
176
  #@ yarpp
177
+ #: options.php:140
178
+ #: options.php:157
179
+ #: options.php:170
180
  msgid "consider"
181
  msgstr "considerar"
182
 
 
 
 
183
  #@ yarpp
184
+ #: options.php:142
185
+ #: options.php:172
186
+ #, php-format
187
  msgid "require at least one %s in common"
188
  msgstr "requiere al menos del uno %s en común"
189
 
 
 
 
190
  #@ yarpp
191
+ #: options.php:144
192
+ #: options.php:174
193
+ #, php-format
194
  msgid "require more than one %s in common"
195
  msgstr "requiere más del uno %s en común"
196
 
 
197
  #@ yarpp
198
+ #: options.php:158
199
  msgid "consider with extra weight"
200
  msgstr "considerar con peso extra"
201
 
 
202
  #@ yarpp
203
+ #: options.php:240
204
  msgid "Yet Another Related Posts Plugin Options"
205
  msgstr "Yet Another Related Posts Plugin Opciones"
206
 
 
207
  #@ default
208
  #@ yarpp
209
+ #: options.php:252
210
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
211
  msgstr "Hacer Donación a mitcho (Michael Yoshitaka Erlewine) por este plugin via PayPal"
212
 
 
213
  #@ yarpp
214
+ #: options.php:255
215
+ msgid "by <a href=\"http://mitcho.com/\">mitcho (Michael 芳貴 Erlewine)</a>"
216
+ msgstr "por <a href=\"http://mitcho.com/\">mitcho (Michael 芳貴 Erlewine)</a>"
217
+
218
+ #@ yarpp
219
+ #: options.php:255
220
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
221
+ msgstr "Segúir <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin en Twitter</a>"
222
+
223
+ #@ default
224
+ #: options.php:272
225
+ #: options.php:305
226
+ #: options.php:411
227
+ #: options.php:479
228
+ msgid "Click to toggle"
229
+ msgstr "Clic al botón"
230
+
231
+ #@ yarpp
232
+ #: options.php:275
233
  msgid "\"The Pool\""
234
  msgstr "\"The Pool\""
235
 
 
236
  #@ yarpp
237
+ #: options.php:277
238
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
239
  msgstr "\"The Pool\" se refiere al fondo de Publicaciones y Páginas que son candidatos para visualizar como relacionados con la actual Entrada."
240
 
 
241
  #@ yarpp
242
+ #: options.php:282
243
  msgid "Disallow by category:"
244
  msgstr "Anular por categoría:"
245
 
 
246
  #@ yarpp
247
+ #: options.php:284
248
  msgid "Disallow by tag:"
249
  msgstr "Anular por etiqueta:"
250
 
 
251
  #@ yarpp
252
+ #: options.php:287
253
  msgid "Show password protected posts?"
254
  msgstr "Mostrar las Publicaciones protegidas por contraseña?"
255
 
 
256
  #@ yarpp
257
+ #: options.php:291
258
  msgid "day(s)"
259
  msgstr "día(s)"
260
 
 
261
  #@ yarpp
262
+ #: options.php:292
263
  msgid "week(s)"
264
  msgstr "semana(s)"
265
 
 
266
  #@ yarpp
267
+ #: options.php:293
268
  msgid "month(s)"
269
  msgstr "mes(es)"
270
 
 
271
  #@ yarpp
272
+ #: options.php:295
273
  msgid "Show only posts from the past NUMBER UNITS"
274
  msgstr "Mostrar únicamente Publicaciones de las pasadas UNIDADES de NÚMEROS"
275
 
 
276
  #@ yarpp
277
+ #: options.php:308
278
  msgid "\"Relatedness\" options"
279
  msgstr "Opciones \"Relatedness\""
280
 
 
 
 
 
 
 
 
 
 
281
  #@ yarpp
282
+ #: options.php:311
283
+ #, php-format
284
+ 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>."
285
+ msgstr "YARPP es diferente a <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">previos plugins sobre los que se basa en</a> como si limitara la lista de Publicaciones Relacionadas por: (1) Un número máximo (2) un <em>umbral de combinación</em>."
286
+
287
+ #@ yarpp
288
+ #: options.php:311
289
+ #: options.php:326
290
+ #: options.php:419
291
+ #: options.php:424
292
+ #: options.php:471
293
+ #: options.php:488
294
+ #: options.php:489
295
+ #: options.php:493
296
+ #: options.php:539
297
  msgid "more&gt;"
298
  msgstr "más&gt;"
299
 
 
300
  #@ yarpp
301
+ #: options.php:311
302
  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."
303
  msgstr "Mientras más alto el umbral de combinación, más restrictivo, y en total, obtienes menos Publicaciones Relacionadas. La falta que combina o concuerda como límite, es 5. Si quieres encontrar una combinación apropiada para el umbral en un número límite, da un vistazo a algunas Publicaciones Relacionadas que se pueden visualizar y sus calificaciones, y determina un tamaño límite apropiado para tu sitio."
304
 
 
305
  #@ yarpp
306
+ #: options.php:317
307
  msgid "Match threshold:"
308
  msgstr "Umbral que combina:"
309
 
 
310
  #@ yarpp
311
+ #: options.php:318
312
  msgid "Titles: "
313
  msgstr "Títulos:"
314
 
 
315
  #@ yarpp
316
+ #: options.php:320
317
  msgid "Bodies: "
318
  msgstr "Cuerpos: "
319
 
 
320
  #@ yarpp
321
+ #: options.php:322
322
  msgid "Tags: "
323
  msgstr "Etiquetas: "
324
 
 
325
  #@ yarpp
326
+ #: options.php:324
327
  msgid "Categories: "
328
  msgstr "Categorías: "
329
 
 
330
  #@ yarpp
331
+ #: options.php:326
332
  msgid "Cross-relate posts and pages?"
333
  msgstr "Publicaciones y Páginas Cruzadas-Relacionadas?"
334
 
 
335
  #@ yarpp
336
+ #: options.php:326
337
  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."
338
  msgstr "Cuando la opción \"Cruz-se refieren blogs y páginas\" es seleccionada, el código <code>related_posts()</code>, <code>related_pages()</code>, y <code>related_entries()</code> todos dan el mismo resultado, regresando las dos páginas afines y blogs."
339
 
 
340
  #@ yarpp
341
+ #: options.php:327
342
  msgid "Show only previous posts?"
343
  msgstr "Mostrar solo Previas Publicaciones?"
344
 
 
345
  #@ yarpp
346
+ #: options.php:394
347
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
348
+ msgstr "Hay una Nueva Versión Beta (%s) de Yet Another Related Posts Plugin. Puedes descargarlo aquí <a href=\"%s\">descargarlo aquí</a> bajo tu propio riesgo."
349
+
350
+ #@ yarpp
351
+ #: options.php:399
352
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
353
+ msgstr "Hay una Nueva Versión (VERSIÓN) de Yet Another Related Posts Plugin. Puedes descargarlo aquí <a>descargarlo aquí</a> bajo tu propio riesgo."
354
+
355
+ #@ yarpp
356
+ #: options.php:414
357
  msgid "Display options <small>for your website</small>"
358
  msgstr "Visualizar Opciones para tu sitio <small>para su sitio web</small>"
359
 
 
360
  #@ yarpp
361
+ #: options.php:419
362
  msgid "Automatically display related posts?"
363
  msgstr "Visualizar Automáticamente Publicaciones Relacionadas?"
364
 
 
365
  #@ yarpp
366
+ #: options.php:419
367
  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."
368
  msgstr "Esta opción, automáticamente visualiza publicaciones relacionadas justo después del contenido en Entradas únicas de Página. Si esta opción está inhabilitada, necesitarás insertar manualmente <code>related_posts()</code> o las variantes (<code>related_pages()</code> y <code>related_entries()</code>) en tus archivos de temas."
369
 
 
370
  #@ yarpp
371
+ #: options.php:420
372
  msgid "Website display code example"
373
  msgstr "Sitio, ejemplo de visualización de código"
374
 
 
 
375
  #@ yarpp
376
+ #: options.php:420
377
+ #: options.php:490
378
  msgid "(Update options to reload.)"
379
  msgstr "(Actualizar opciones para cargar.)"
380
 
 
 
381
  #@ yarpp
382
+ #: options.php:423
383
+ #: options.php:492
384
  msgid "Maximum number of related posts:"
385
  msgstr "Número Máximo de Publicaciones Relacionadas:"
386
 
 
 
387
  #@ yarpp
388
+ #: options.php:424
389
+ #: options.php:493
390
  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."
391
  msgstr "Esta opción avanzada, te da completo poder para adaptar cómo tus Publicaciones Relacionadas serán visualizadas. Las Plantillas (almacenadas en tu folder de temas) están escritos en PHP."
392
 
 
 
393
  #@ yarpp
394
+ #: options.php:436
395
  msgid "Before / after related entries:"
396
  msgstr "Antes / Después Entradas Relacionadas:"
397
 
 
 
 
 
 
 
398
  #@ yarpp
399
+ #: options.php:437
400
+ #: options.php:442
401
+ #: options.php:451
402
+ #: options.php:506
403
+ #: options.php:511
404
+ #: options.php:520
405
  msgid "For example:"
406
  msgstr "Por Ejemplo:"
407
 
 
 
 
 
 
 
408
  #@ yarpp
409
+ #: options.php:437
410
+ #: options.php:442
411
+ #: options.php:451
412
+ #: options.php:506
413
+ #: options.php:511
414
+ #: options.php:520
415
  msgid " or "
416
  msgstr "o"
417
 
 
 
418
  #@ yarpp
419
+ #: options.php:441
420
+ #: options.php:510
421
  msgid "Before / after each related entry:"
422
  msgstr "Antes / Después de cada Entrada Relacionada:"
423
 
 
 
424
  #@ yarpp
425
+ #: options.php:445
426
+ #: options.php:514
427
  msgid "Show excerpt?"
428
  msgstr "Mostrar pasaje?"
429
 
 
 
430
  #@ yarpp
431
+ #: options.php:446
432
+ #: options.php:515
433
  msgid "Excerpt length (No. of words):"
434
  msgstr "Longitud de Pasaje (Número de Palabras):"
435
 
 
436
  #@ yarpp
437
+ #: options.php:450
438
  msgid "Before / after (Excerpt):"
439
  msgstr "Antes / Después (Pasaje):"
440
 
 
 
441
  #@ yarpp
442
+ #: options.php:456
443
+ #: options.php:525
444
  msgid "Order results:"
445
  msgstr "Orden de Resultados:"
446
 
 
 
447
  #@ yarpp
448
+ #: options.php:458
449
+ #: options.php:527
450
  msgid "score (high relevance to low)"
451
  msgstr "calificación (De Mayor a Menor Relevancia)"
452
 
 
 
453
  #@ yarpp
454
+ #: options.php:459
455
+ #: options.php:528
456
  msgid "score (low relevance to high)"
457
  msgstr "calificación (Menor a Mayor Relevancia)"
458
 
 
 
459
  #@ yarpp
460
+ #: options.php:460
461
+ #: options.php:529
462
  msgid "date (new to old)"
463
  msgstr "fecha (nuevo a antiguo)"
464
 
 
 
465
  #@ yarpp
466
+ #: options.php:461
467
+ #: options.php:530
468
  msgid "date (old to new)"
469
  msgstr "fecha (antiguo a nuevo)"
470
 
 
 
471
  #@ yarpp
472
+ #: options.php:462
473
+ #: options.php:531
474
  msgid "title (alphabetical)"
475
  msgstr "título (orden alfabético)"
476
 
 
 
477
  #@ yarpp
478
+ #: options.php:463
479
+ #: options.php:532
480
  msgid "title (reverse alphabetical)"
481
  msgstr "título (Orden alfabpetico a la inversa)"
482
 
 
 
483
  #@ yarpp
484
+ #: options.php:468
485
+ #: options.php:537
486
  msgid "Default display if no results:"
487
  msgstr "Falta de Visualización si no hay resultados:"
488
 
 
 
 
489
  #@ yarpp
490
+ #: options.php:472
491
+ #: options.php:540
492
+ #, php-format
493
  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."
494
  msgstr "Esta opción sumará %s al código. Intenta encenderlo, actualizando tus opciones, y verás el código en el código de ejemplo a la derecha. Estos enlaces y donaciones son grandemente apreciados."
495
 
 
496
  #@ yarpp
497
+ #: options.php:482
498
  msgid "Display options <small>for RSS</small>"
499
  msgstr "Visualizar opciones <small>por RSS</small>"
500
 
 
501
  #@ yarpp
502
+ #: options.php:488
503
  msgid "Display related posts in feeds?"
504
  msgstr "Visualizar Opciones Relacionadas en feeds?"
505
 
 
506
  #@ yarpp
507
+ #: options.php:488
508
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
509
  msgstr "Esta opción visualiza Publicaciones Relacionadas al final de cada artículo en tu RSS y Atom Feeds. No son necesarios los cambios de plantillas."
510
 
 
511
  #@ yarpp
512
+ #: options.php:489
513
  msgid "Display related posts in the descriptions?"
514
  msgstr "Visualizar Publicaciones Relacionadas en las Descripciones?"
515
 
 
516
  #@ yarpp
517
+ #: options.php:489
518
  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."
519
  msgstr "Esta opción permite visualizar las Publicaciones Relacionadas en los campos de RSS, no solamente el contenido. Si tus feeds están configurados para solamente visualizar pasajes, de cualquier modo, solo la descripción del campo se utiliza, así que esta opción se requiere para cualquier visualización."
520
 
 
521
  #@ yarpp
522
+ #: options.php:490
523
  msgid "RSS display code example"
524
  msgstr "Visualización RSS (ejemplo de código)"
525
 
 
526
  #@ yarpp
527
+ #: options.php:493
528
  msgid "NEW!"
529
  msgstr "NUEVO!"
530
 
 
531
  #@ yarpp
532
+ #: options.php:505
533
+ msgid "Before / after related entries display:"
534
+ msgstr "Antes / Después visualización de entradas:"
535
+
536
+ #@ yarpp
537
+ #: options.php:519
538
  msgid "Before / after (excerpt):"
539
  msgstr "Antes / Después (pasaje):"
540
 
 
541
  #@ yarpp
542
+ #: options.php:550
543
  msgid "Update options"
544
  msgstr "Opciones de Actualización"
545
 
 
546
  #@ yarpp
547
+ #: options.php:551
548
  msgid "Do you really want to reset your configuration?"
549
  msgstr "De verdad quieres restaurar tu configuración?"
550
 
 
551
  #@ yarpp
552
+ #: options.php:551
553
  msgid "Reset options"
554
  msgstr "Opciones de Restauración"
555
 
556
+ #@ yarpp
557
  #: template-builtin.php:35
558
  #, php-format
 
559
  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."
560
  msgstr "%f es la combinación YARPP que califica entre la actual entrada y esta entrada relacionada. Estás viendo este valor porque estás dentro de la sesión en WordPress como administrador. No se muestra a los visitantes regulares."
561
 
 
562
  #@ yarpp
563
+ #: template-metabox.php:12
564
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
565
  msgstr "Estas son las entradas relacionadas para esta Entrada. Actualizar esta Publicación podría cambiar estas Publicaciones relacionadas."
566
 
 
567
  #@ yarpp
568
+ #: template-metabox.php:25
569
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
570
  msgstr "Que estas Entradas Relacionadas sean actualmente visualizadas y cómo sean visualizadas, depende de tus opcioens de visualización YARPP."
571
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/yarpp-fa_IR.mo CHANGED
Binary file
lang/yarpp-fa_IR.po CHANGED
@@ -19,40 +19,40 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: includes.php:380
23
  #@ yarpp
24
  msgid "Related Posts"
25
  msgstr "پست های مرتبط"
26
 
27
- #: options.php:35
28
  #, php-format
29
  #@ yarpp
30
  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."
31
  msgstr ""
32
 
33
- #: options.php:37
34
  #, php-format
35
  #@ yarpp
36
  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."
37
  msgstr ""
38
 
39
- #: options.php:39
40
  #, php-format
41
  #@ yarpp
42
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
43
  msgstr "اگر فکر می کنید که<code>%s</code> از MyISAM استفاده می کند، روی این تکمه کلیک کنید"
44
 
45
- #: options.php:42
46
  #@ yarpp
47
  msgid "Trust me. Let me use MyISAM features."
48
  msgstr " استفاده کنم MyISAM به من اطمینان کم. اجازه بده از ویژگیهای "
49
 
50
- #: options.php:55
51
  #@ yarpp
52
  msgid "The YARPP database had an error but has been fixed."
53
  msgstr " با یک اشکال مواجه شده که ترمیم شد YARPP پایگاه داده"
54
 
55
- #: options.php:57
56
  #@ yarpp
57
  msgid "The YARPP database has an error which could not be fixed."
58
  msgstr " با یک اشکال مواجه شده که قابل ترمیم نیست YARPP پایگاه داده "
@@ -111,7 +111,7 @@ msgstr "بسیارمهم در نظر گرفته شود"
111
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
112
  msgstr "کمک مالی به mitcho برای این افزونه از طریق PayPal"
113
 
114
- #: options.php:150
115
  #@ yarpp
116
  msgid "Yet Another Related Posts Plugin Options"
117
  msgstr "تـنظیمات افزونه YARPP"
@@ -191,6 +191,14 @@ msgstr "وقتی که گزینه \"ارتباط متقابل پست و صفحا
191
  msgid "Display options <small>for your website</small>"
192
  msgstr "نمایش تنظیمات <small>برای وب سایت شما</small>"
193
 
 
 
 
 
 
 
 
 
194
  #: options-meta-boxes.php:157
195
  #@ yarpp
196
  msgid "Automatically display related posts?"
@@ -362,7 +370,7 @@ msgstr "%f امتیاز تطبیق بین پست فعلی و پست مرتبط
362
  msgid "Related Posts (YARPP)"
363
  msgstr "Related Posts (YARPP)"
364
 
365
- #: options.php:26
366
  #@ yarpp
367
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
368
  msgstr ""
@@ -380,17 +388,17 @@ msgstr ""
380
  msgid "more&gt;"
381
  msgstr "بیشتر&gt;"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "تنظیمات ذخیره شد!"
387
 
388
- #: options.php:269
389
  #@ yarpp
390
  msgid "Do you really want to reset your configuration?"
391
  msgstr "آیا واقعا می خواهید تنظیمات را به پیش فرض برگردانید؟"
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "ذخیره تنظیمات"
@@ -400,7 +408,7 @@ msgstr "ذخیره تنظیمات"
400
  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."
401
  msgstr "هر چه حداقل تطبیق کمتر شود، نتیجه حساس تر و تعداد پست های مرتبط کمتر می شود. مقدار پیش فرض آن 5 است. برای اینکه مقدار مطلوب آن را بیابید به امتیاز تطبیق برخی از پست ها نگاهی بیاندازید."
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "تنظیمات از نو"
@@ -449,6 +457,12 @@ msgstr "ماه"
449
  msgid "Show only posts from the past NUMBER UNITS"
450
  msgstr "نمایش پست ها از NUMBER UNITS پیش"
451
 
 
 
 
 
 
 
452
  #: includes.php:248
453
  #: options-meta-boxes.php:161
454
  #: options-meta-boxes.php:228
@@ -505,28 +519,16 @@ msgstr ""
505
  msgid "Title:"
506
  msgstr ""
507
 
508
- #: includes.php:389
509
  #@ yarpp
510
  msgid "Related entries may be displayed once you save your entry"
511
  msgstr ""
512
 
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
  #: options-meta-boxes.php:124
520
  #@ yarpp
521
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: includes.php:376
23
  #@ yarpp
24
  msgid "Related Posts"
25
  msgstr "پست های مرتبط"
26
 
27
+ #: options.php:63
28
  #, php-format
29
  #@ yarpp
30
  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."
31
  msgstr ""
32
 
33
+ #: options.php:65
34
  #, php-format
35
  #@ yarpp
36
  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."
37
  msgstr ""
38
 
39
+ #: options.php:67
40
  #, php-format
41
  #@ yarpp
42
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
43
  msgstr "اگر فکر می کنید که<code>%s</code> از MyISAM استفاده می کند، روی این تکمه کلیک کنید"
44
 
45
+ #: options.php:70
46
  #@ yarpp
47
  msgid "Trust me. Let me use MyISAM features."
48
  msgstr " استفاده کنم MyISAM به من اطمینان کم. اجازه بده از ویژگیهای "
49
 
50
+ #: options.php:83
51
  #@ yarpp
52
  msgid "The YARPP database had an error but has been fixed."
53
  msgstr " با یک اشکال مواجه شده که ترمیم شد YARPP پایگاه داده"
54
 
55
+ #: options.php:85
56
  #@ yarpp
57
  msgid "The YARPP database has an error which could not be fixed."
58
  msgstr " با یک اشکال مواجه شده که قابل ترمیم نیست YARPP پایگاه داده "
111
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
112
  msgstr "کمک مالی به mitcho برای این افزونه از طریق PayPal"
113
 
114
+ #: options.php:178
115
  #@ yarpp
116
  msgid "Yet Another Related Posts Plugin Options"
117
  msgstr "تـنظیمات افزونه YARPP"
191
  msgid "Display options <small>for your website</small>"
192
  msgstr "نمایش تنظیمات <small>برای وب سایت شما</small>"
193
 
194
+ #: magic.php:297
195
+ #: options-meta-boxes.php:205
196
+ #: options-meta-boxes.php:269
197
+ #, php-format
198
+ #@ yarpp
199
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
200
+ msgstr "سازنده سایر پست های مرتبط <a href='%s'>Yet Another Related Posts</a>."
201
+
202
  #: options-meta-boxes.php:157
203
  #@ yarpp
204
  msgid "Automatically display related posts?"
370
  msgid "Related Posts (YARPP)"
371
  msgstr "Related Posts (YARPP)"
372
 
373
+ #: options.php:54
374
  #@ yarpp
375
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
376
  msgstr ""
388
  msgid "more&gt;"
389
  msgstr "بیشتر&gt;"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "تنظیمات ذخیره شد!"
395
 
396
+ #: options.php:280
397
  #@ yarpp
398
  msgid "Do you really want to reset your configuration?"
399
  msgstr "آیا واقعا می خواهید تنظیمات را به پیش فرض برگردانید؟"
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "ذخیره تنظیمات"
408
  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."
409
  msgstr "هر چه حداقل تطبیق کمتر شود، نتیجه حساس تر و تعداد پست های مرتبط کمتر می شود. مقدار پیش فرض آن 5 است. برای اینکه مقدار مطلوب آن را بیابید به امتیاز تطبیق برخی از پست ها نگاهی بیاندازید."
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "تنظیمات از نو"
457
  msgid "Show only posts from the past NUMBER UNITS"
458
  msgstr "نمایش پست ها از NUMBER UNITS پیش"
459
 
460
+ #: options.php:46
461
+ #, php-format
462
+ #@ yarpp
463
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
464
+ msgstr "نسخه بتای جدید این افزونه در دسترس است. در صورتی که مایلید می توانید آن را <a href=\"%s\">از اینجا دریافت کنید</a> و با مسئولیت خود از آن استفاده کنید"
465
+
466
  #: includes.php:248
467
  #: options-meta-boxes.php:161
468
  #: options-meta-boxes.php:228
519
  msgid "Title:"
520
  msgstr ""
521
 
522
+ #: includes.php:385
523
  #@ yarpp
524
  msgid "Related entries may be displayed once you save your entry"
525
  msgstr ""
526
 
 
 
 
 
 
 
527
  #: options-meta-boxes.php:124
528
  #@ yarpp
529
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-fr_FR.mo CHANGED
Binary file
lang/yarpp-fr_FR.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Related Posts (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Entrées complémentaires"
@@ -37,40 +37,48 @@ msgstr "Entrées complémentaires"
37
  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."
38
  msgstr "%f représente le degré de complémentarité entre l’entrée considérée et cette entrée complémentaire. Cette valeur n’est affichée que pour les administrateurs connectés au site&nbsp;; elle n’apparaît pas pour les simples visiteurs."
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "Le calcul MyISAM n’est plus utilisé. Vous pouvez maintenant activer les options “Prendre en compte le titre” et “Prendre en compte le contenu” pour définir le calcul de complémentarité."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "Les options YARPP “Prendre en compte le titre” et “Prendre en compte le contenu” pour le calcul de complémentarité requièrent que votre table <code>%s</code> utilise le <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>moteur de classement MyISAM</a>, mais votre table utilise apparemment le moteur <code>%s</code>. Ces deux options ont été désactivées."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Pour rétablir ces fonctionnalités, mettez à jour votre table <code>%s</code> en exécutant la commande SQL suivante&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />Le changement de moteur de classement n’entraînera pas de perte de données, mais pourra influer sur les performances."
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Si, malgré cette vérification, vous êtes certain que <code>%s</code> utilise le moteur MyISAM, cliquez ce bouton magique&nbsp;:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Faites-moi confiance. Laissez-moi utiliser le moteur MyISAM."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "La base de données YARPP a rencontré une erreur mais elle a pu être corrigée."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "La base de données YARPP a rencontré une erreur qui n’a pas pu être corrigée."
@@ -100,7 +108,7 @@ msgstr "prendre en compte avec plus d’importance"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "Faire un don à mitcho (Michael Yoshitaka Erlewine), via PayPal, pour cette extension"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "Réglages YARPP"
@@ -380,7 +388,7 @@ msgstr "nécessite d’avoir au moins 1 %s en commun"
380
  msgid "require more than one %s in common"
381
  msgstr "nécessite d’avoir plusieurs %ss en commun"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "Réglages enregistrés."
@@ -390,17 +398,17 @@ msgstr "Réglages enregistrés."
390
  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."
391
  msgstr "Plus le seuil de complémentarité sera élevé, plus la sélection sera restrictive, et les listes d’entrées complémentaires présenteront, dans l’ensemble, moins d’éléments. La valeur du seuil de complémentarité, par défaut, est fixée à 5. Faites des essais avec différentes valeurs, afin de déterminer le seuil de complémentarité le mieux adapté à votre site et à vos entrées."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Enregistrer les réglages"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Voulez-vous vraiment revenir aux réglages par défaut&nbsp;?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Revenir aux réglages par défaut"
@@ -431,6 +439,12 @@ msgstr "mois"
431
  msgid "Show only posts from the past NUMBER UNITS"
432
  msgstr "N’afficher que des entrées publiées depuis moins de NUMBER UNITS"
433
 
 
 
 
 
 
 
434
  #: includes.php:248
435
  #: options-meta-boxes.php:161
436
  #: options-meta-boxes.php:228
@@ -495,17 +509,11 @@ msgstr ""
495
  msgid "Title:"
496
  msgstr ""
497
 
498
- #: includes.php:389
499
  #@ yarpp
500
  msgid "Related entries may be displayed once you save your entry"
501
  msgstr ""
502
 
503
- #: magic.php:297
504
- #, php-format
505
- #@ yarpp
506
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
507
- msgstr ""
508
-
509
  #: options-meta-boxes.php:124
510
  #@ yarpp
511
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -521,12 +529,6 @@ msgstr ""
521
  msgid " or "
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Related Posts (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Entrées complémentaires"
37
  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."
38
  msgstr "%f représente le degré de complémentarité entre l’entrée considérée et cette entrée complémentaire. Cette valeur n’est affichée que pour les administrateurs connectés au site&nbsp;; elle n’apparaît pas pour les simples visiteurs."
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "La liste des entrées complémentaires est établie par le module d’extension <a href='%s'>YARPP</a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "Le calcul MyISAM n’est plus utilisé. Vous pouvez maintenant activer les options “Prendre en compte le titre” et “Prendre en compte le contenu” pour définir le calcul de complémentarité."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "Les options YARPP “Prendre en compte le titre” et “Prendre en compte le contenu” pour le calcul de complémentarité requièrent que votre table <code>%s</code> utilise le <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>moteur de classement MyISAM</a>, mais votre table utilise apparemment le moteur <code>%s</code>. Ces deux options ont été désactivées."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "Pour rétablir ces fonctionnalités, mettez à jour votre table <code>%s</code> en exécutant la commande SQL suivante&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />Le changement de moteur de classement n’entraînera pas de perte de données, mais pourra influer sur les performances."
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Si, malgré cette vérification, vous êtes certain que <code>%s</code> utilise le moteur MyISAM, cliquez ce bouton magique&nbsp;:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Faites-moi confiance. Laissez-moi utiliser le moteur MyISAM."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "La base de données YARPP a rencontré une erreur mais elle a pu être corrigée."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "La base de données YARPP a rencontré une erreur qui n’a pas pu être corrigée."
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "Faire un don à mitcho (Michael Yoshitaka Erlewine), via PayPal, pour cette extension"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "Réglages YARPP"
388
  msgid "require more than one %s in common"
389
  msgstr "nécessite d’avoir plusieurs %ss en commun"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "Réglages enregistrés."
398
  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."
399
  msgstr "Plus le seuil de complémentarité sera élevé, plus la sélection sera restrictive, et les listes d’entrées complémentaires présenteront, dans l’ensemble, moins d’éléments. La valeur du seuil de complémentarité, par défaut, est fixée à 5. Faites des essais avec différentes valeurs, afin de déterminer le seuil de complémentarité le mieux adapté à votre site et à vos entrées."
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "Enregistrer les réglages"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Voulez-vous vraiment revenir aux réglages par défaut&nbsp;?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Revenir aux réglages par défaut"
439
  msgid "Show only posts from the past NUMBER UNITS"
440
  msgstr "N’afficher que des entrées publiées depuis moins de NUMBER UNITS"
441
 
442
+ #: options.php:46
443
+ #, php-format
444
+ #@ yarpp
445
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
446
+ msgstr "Une nouvelle version beta (%s) du module d’extension YARPP est disponible. Si vous souhaitez l’essayer, vous pouvez <a href=\"%s\">la télécharger ici</a>."
447
+
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
509
  msgid "Title:"
510
  msgstr ""
511
 
512
+ #: includes.php:385
513
  #@ yarpp
514
  msgid "Related entries may be displayed once you save your entry"
515
  msgstr ""
516
 
 
 
 
 
 
 
517
  #: options-meta-boxes.php:124
518
  #@ yarpp
519
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
529
  msgid " or "
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-gb_IR.mo CHANGED
Binary file
lang/yarpp-ge_KA.mo CHANGED
Binary file
lang/yarpp-ge_KA.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "დაკავშირებული ჩანაწერები (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "დაკავშირებული ჩანაწერები"
@@ -37,40 +37,48 @@ msgstr "დაკავშირებული ჩანაწერები"
37
  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."
38
  msgstr "%f არის მიმდინარე და მსგავსი ჩანაწერების მსგავსების კოეფიციენტი. თქვენ მას იმიტომ ხედავთ, რომ Wordpress-ში შეხვედრით ადმინისტრატორის უფლებით. ამას ვერ ხედავენ ჩვეულებრივი სტუმრები."
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "MyISAM შემოწმდა. ახლა შეგიძლიათ გამოიყენოთ “სათაურების განხილვისა” და “ტექტების განხილვის” შესაბამისი კრიტერიუმები."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "YARPP “სათაურების განხილვისა” და “ტექსტის განხილვის” მსგავსების კრიტერიუმების გამოყენებისთვის საჭიროა, რომ თქვენმა <code>%s</code> ცხრილმა გამოიყენოს <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM შემნახავი სისტემა</a>, მაგრამ, როგორც ჩანს, ცხრილი იყენებს <code>%s</code> სისტემას. ეს ორი ოფცია გამორთულია."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "თუ გსურთ აღადგინოთ ეს იფციები, გთხოვთ, შეცვალოთ თქვენი ცხრილი <code>%s</code>შემდეგი SQL ინსტრუქციით: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />ცხრილის შეცვლის დროს მონაცემები არ უნდა დაიკარგის, მაგრამ შესაძლოა გაუთვალისწინებელი რამ მოხდეს."
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "თუ ამ ოფციის მიუხედავად დარწმუნებული ხართ, რომ ცხრილი <code>%s</code> გამოიყენებს MyISAM-ს, დააჭირეთ ამ ჯადოსნურ ღილაკს:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "მენდეთ. ნება მომეცით გამოვიყენო MyISAM."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "YARPP მონაცემთა ბაზა შეიცავდა შეცდომას, მაგრამ ის გასწორდა."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "YARPP მონაცემთა ბაზა შეიცავდა შეცდომას, რომელიც არ გასწორდა.."
@@ -100,7 +108,7 @@ msgstr "განიხილე დამატებითი წონით"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "შემოწირულობით დაეხმარეთ mitcho (Michael Yoshitaka Erlewine)-ს, PayPal-ის საშუალებით"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "YARPP-ის სხვა შესაბამისი ჩანაწერები"
@@ -380,7 +388,7 @@ msgstr "მინიმუმ ერთი %s უნდა იყოს სა
380
  msgid "require more than one %s in common"
381
  msgstr "ერთზე მეტი %s უნდა იყოს საერთო"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "პარამეტრები შენახულია!"
@@ -390,17 +398,17 @@ msgstr "პარამეტრები შენახულია!"
390
  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."
391
  msgstr "რაც მეტია მსგავსების ზღურბლი, მით უფრო მკაცრად ხდება არჩევა და მით უფრო ნაკლები ჩანაწერი იძებნება. ზღურბლის ნაგულისხმევი ზომაა 5. თუ გსურთ მოძებნოთ ზღურბლის დასაშვები მნიშვნელობები, მოსინჯეთ ზოგიერთი შეტყობინებების მაგალითზე. შეძლებთ ნახოთ რომელი ჩანაწერები გამოდის ზემოთ და მსგავსების რა მნიშვნელობა აქვს მათ, რის მიხედვითაც შეგიძლიათ განსაზღვროთ თქვენი საიტისთვის მისაღები დონე."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "პარამეტრების შეცვლა"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "ნამდვილად გსურთ საწყისი პარამეტრების დაბრუნება?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "საწყისი პარამეტრების დაბრუნება"
@@ -431,6 +439,12 @@ msgstr "თვე"
431
  msgid "Show only posts from the past NUMBER UNITS"
432
  msgstr "ნაჩვენები იქნას მხოლოდ შემდეგიდან დაწყებული ჩანაწერები: NUMBER UNITS"
433
 
 
 
 
 
 
 
434
  #: includes.php:248
435
  #: options-meta-boxes.php:161
436
  #: options-meta-boxes.php:228
@@ -495,17 +509,11 @@ msgstr ""
495
  msgid "Title:"
496
  msgstr ""
497
 
498
- #: includes.php:389
499
  #@ yarpp
500
  msgid "Related entries may be displayed once you save your entry"
501
  msgstr ""
502
 
503
- #: magic.php:297
504
- #, php-format
505
- #@ yarpp
506
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
507
- msgstr ""
508
-
509
  #: options-meta-boxes.php:124
510
  #@ yarpp
511
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -521,12 +529,6 @@ msgstr ""
521
  msgid " or "
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "დაკავშირებული ჩანაწერები (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "დაკავშირებული ჩანაწერები"
37
  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."
38
  msgstr "%f არის მიმდინარე და მსგავსი ჩანაწერების მსგავსების კოეფიციენტი. თქვენ მას იმიტომ ხედავთ, რომ Wordpress-ში შეხვედრით ადმინისტრატორის უფლებით. ამას ვერ ხედავენ ჩვეულებრივი სტუმრები."
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "მსგავსი ჩანაწერები შეგიძლიათ ნახოთ <a href='%s'>მსგავსი ჩანაწერებისთვის ჩაშენებული პროგრამით</a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "MyISAM შემოწმდა. ახლა შეგიძლიათ გამოიყენოთ “სათაურების განხილვისა” და “ტექტების განხილვის” შესაბამისი კრიტერიუმები."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "YARPP “სათაურების განხილვისა” და “ტექსტის განხილვის” მსგავსების კრიტერიუმების გამოყენებისთვის საჭიროა, რომ თქვენმა <code>%s</code> ცხრილმა გამოიყენოს <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM შემნახავი სისტემა</a>, მაგრამ, როგორც ჩანს, ცხრილი იყენებს <code>%s</code> სისტემას. ეს ორი ოფცია გამორთულია."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "თუ გსურთ აღადგინოთ ეს იფციები, გთხოვთ, შეცვალოთ თქვენი ცხრილი <code>%s</code>შემდეგი SQL ინსტრუქციით: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />ცხრილის შეცვლის დროს მონაცემები არ უნდა დაიკარგის, მაგრამ შესაძლოა გაუთვალისწინებელი რამ მოხდეს."
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "თუ ამ ოფციის მიუხედავად დარწმუნებული ხართ, რომ ცხრილი <code>%s</code> გამოიყენებს MyISAM-ს, დააჭირეთ ამ ჯადოსნურ ღილაკს:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "მენდეთ. ნება მომეცით გამოვიყენო MyISAM."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "YARPP მონაცემთა ბაზა შეიცავდა შეცდომას, მაგრამ ის გასწორდა."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "YARPP მონაცემთა ბაზა შეიცავდა შეცდომას, რომელიც არ გასწორდა.."
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "შემოწირულობით დაეხმარეთ mitcho (Michael Yoshitaka Erlewine)-ს, PayPal-ის საშუალებით"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "YARPP-ის სხვა შესაბამისი ჩანაწერები"
388
  msgid "require more than one %s in common"
389
  msgstr "ერთზე მეტი %s უნდა იყოს საერთო"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "პარამეტრები შენახულია!"
398
  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."
399
  msgstr "რაც მეტია მსგავსების ზღურბლი, მით უფრო მკაცრად ხდება არჩევა და მით უფრო ნაკლები ჩანაწერი იძებნება. ზღურბლის ნაგულისხმევი ზომაა 5. თუ გსურთ მოძებნოთ ზღურბლის დასაშვები მნიშვნელობები, მოსინჯეთ ზოგიერთი შეტყობინებების მაგალითზე. შეძლებთ ნახოთ რომელი ჩანაწერები გამოდის ზემოთ და მსგავსების რა მნიშვნელობა აქვს მათ, რის მიხედვითაც შეგიძლიათ განსაზღვროთ თქვენი საიტისთვის მისაღები დონე."
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "პარამეტრების შეცვლა"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "ნამდვილად გსურთ საწყისი პარამეტრების დაბრუნება?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "საწყისი პარამეტრების დაბრუნება"
439
  msgid "Show only posts from the past NUMBER UNITS"
440
  msgstr "ნაჩვენები იქნას მხოლოდ შემდეგიდან დაწყებული ჩანაწერები: NUMBER UNITS"
441
 
442
+ #: options.php:46
443
+ #, php-format
444
+ #@ yarpp
445
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
446
+ msgstr "გამოვიდა YARPP-ის ახალი ბეტა ვერსია. შეგიძლიათ <A>ჩამოტვირთოთ იგი აქედან</a>, საკუთარი რისკით."
447
+
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
509
  msgid "Title:"
510
  msgstr ""
511
 
512
+ #: includes.php:385
513
  #@ yarpp
514
  msgid "Related entries may be displayed once you save your entry"
515
  msgstr ""
516
 
 
 
 
 
 
 
517
  #: options-meta-boxes.php:124
518
  #@ yarpp
519
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
529
  msgid " or "
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-hi_IN.mo CHANGED
Binary file
lang/yarpp-hi_IN.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "संबंधित पोस्ट (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "संबंधित पोस्ट"
@@ -37,40 +37,48 @@ msgstr "संबंधित पोस्ट"
37
  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."
38
  msgstr "%f मौजूदा प्रवेश और इस से संबंधित प्रविष्टि के बीच YARPP मैच स्कोर है.. तुम इस मूल्य क्योंकि आप में एक व्यवस्थापक के रूप में WordPress के लिए लॉग इन कर रहे हैं देख रहे हैं. यह नियमित रूप से दर्शकों को नहीं दिखाया है."
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "MyISAM जांच अधिरोहित रहा है. अब आप उपयोग कर सकते हैं \"शीर्षकों पर विचार\"और \"शरीर पर विचार\" संबद्धता मानदंड."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "YARPPs \"consider titles\" und \"consider bodies\" Kriterien zur Relevanz verlangen, dass Ihre <code>%s</code> Tabelle die <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM Storage Engine</a> verwendet, die Tabelle scheint aber die <code>%s</code>-Engine zu verwenden. Die zwei Einstellungen wurden deaktiviert."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "इन सुविधाओं को बहाल करने, कृपया अपने अद्यतन <code>%s</code> निम्नलिखित SQL निर्देश निष्पादित की मेज:<code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. कोई डेटा मिटाया नहीं गया "
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "यदि, इस जांच के बावजूद, तुम्हें यकीन है <code>%s</code> MyISAM इंजन का उपयोग कर रहा है, यह जादू बटन दबाएँ:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "मेरा विश्वास करो. Lassen Sie mich MyISAM-Features nutzen. झे MyISAM सुविधाओं का उपयोग करने दे ."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "YARPP डाटाबेस में एक त्रुटि थी लेकिन तय हो चुकी है."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "YARPP डाटाबेस में एक त्रुटि थी लेकिन तय हो चुकी है."
@@ -100,7 +108,7 @@ msgstr "अतिरिक्त वजन के साथ विचार"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "दान mitcho को (Michael Yoshitaka Erlewine) पेपैल द्वारा इस प्लगइन के लिए"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "अभी तक एक अन्य संबंधित पोस्ट प्लगइन विकल्प"
@@ -380,7 +388,7 @@ msgstr "आवश्यकता कम से कम % s"
380
  msgid "require more than one %s in common"
381
  msgstr "आवश्यकता से अधिक एक% s"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "विकल्प बचा लिया!"
@@ -390,17 +398,17 @@ msgstr "विकल्प बचा लिया!"
390
  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."
391
  msgstr "मैच सीमा से अधिक, अधिक प्रतिबंधात्मक, और तुम कम संबंधित पदों पीओगे. डिफ़ॉल्ट मैच दहलीज 5 है. यदि आप एक उचित मैच दहलीज को ढूँढ़ना चाहते हूँ.किसी पद से संबंधित पदों प्रदर्शन और अपने स्कोर पर एक नज़र रखना चाहते हूँ. तुम संबंधित पदों का क्या प्रकार और मैच के स्कोर देख सकते हो और आपकी साइट के लिए एक उचित सीमा निर्धारित सकते हो. "
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Einstellungen aktualisieren"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Einstellungen tatsächlich zurücksetzen?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Einstellungen zurücksetzen"
@@ -445,6 +453,12 @@ msgstr "महीने (s)"
445
  msgid "Show only posts from the past NUMBER UNITS"
446
  msgstr "दिखाएँ पिछले NUMBER इकाइयों से ही पोस्ट"
447
 
 
 
 
 
 
 
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
@@ -505,28 +519,16 @@ msgstr ""
505
  msgid "Title:"
506
  msgstr ""
507
 
508
- #: includes.php:389
509
  #@ yarpp
510
  msgid "Related entries may be displayed once you save your entry"
511
  msgstr ""
512
 
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
  #: options-meta-boxes.php:124
520
  #@ yarpp
521
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "संबंधित पोस्ट (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "संबंधित पोस्ट"
37
  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."
38
  msgstr "%f मौजूदा प्रवेश और इस से संबंधित प्रविष्टि के बीच YARPP मैच स्कोर है.. तुम इस मूल्य क्योंकि आप में एक व्यवस्थापक के रूप में WordPress के लिए लॉग इन कर रहे हैं देख रहे हैं. यह नियमित रूप से दर्शकों को नहीं दिखाया है."
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "संबंधित पोस्ट आप द्वारा लाया <a href='%s'>अभी तक एक अन्य संबंधित प्लगइन डाक</a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "MyISAM जांच अधिरोहित रहा है. अब आप उपयोग कर सकते हैं \"शीर्षकों पर विचार\"और \"शरीर पर विचार\" संबद्धता मानदंड."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "YARPPs \"consider titles\" und \"consider bodies\" Kriterien zur Relevanz verlangen, dass Ihre <code>%s</code> Tabelle die <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM Storage Engine</a> verwendet, die Tabelle scheint aber die <code>%s</code>-Engine zu verwenden. Die zwei Einstellungen wurden deaktiviert."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "इन सुविधाओं को बहाल करने, कृपया अपने अद्यतन <code>%s</code> निम्नलिखित SQL निर्देश निष्पादित की मेज:<code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. कोई डेटा मिटाया नहीं गया "
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "यदि, इस जांच के बावजूद, तुम्हें यकीन है <code>%s</code> MyISAM इंजन का उपयोग कर रहा है, यह जादू बटन दबाएँ:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "मेरा विश्वास करो. Lassen Sie mich MyISAM-Features nutzen. झे MyISAM सुविधाओं का उपयोग करने दे ."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "YARPP डाटाबेस में एक त्रुटि थी लेकिन तय हो चुकी है."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "YARPP डाटाबेस में एक त्रुटि थी लेकिन तय हो चुकी है."
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "दान mitcho को (Michael Yoshitaka Erlewine) पेपैल द्वारा इस प्लगइन के लिए"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "अभी तक एक अन्य संबंधित पोस्ट प्लगइन विकल्प"
388
  msgid "require more than one %s in common"
389
  msgstr "आवश्यकता से अधिक एक% s"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "विकल्प बचा लिया!"
398
  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."
399
  msgstr "मैच सीमा से अधिक, अधिक प्रतिबंधात्मक, और तुम कम संबंधित पदों पीओगे. डिफ़ॉल्ट मैच दहलीज 5 है. यदि आप एक उचित मैच दहलीज को ढूँढ़ना चाहते हूँ.किसी पद से संबंधित पदों प्रदर्शन और अपने स्कोर पर एक नज़र रखना चाहते हूँ. तुम संबंधित पदों का क्या प्रकार और मैच के स्कोर देख सकते हो और आपकी साइट के लिए एक उचित सीमा निर्धारित सकते हो. "
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "Einstellungen aktualisieren"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Einstellungen tatsächlich zurücksetzen?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Einstellungen zurücksetzen"
453
  msgid "Show only posts from the past NUMBER UNITS"
454
  msgstr "दिखाएँ पिछले NUMBER इकाइयों से ही पोस्ट"
455
 
456
+ #: options.php:46
457
+ #, php-format
458
+ #@ yarpp
459
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
460
+ msgstr "वहाँ एक नया बीटा (%s) फिर भी एक अन्य संबंधित प्लगइन पोस्ट है.आप इसे डाउनलोड कर सकते हैं <a href=\"%s\"> यहाँ </a> अपने जोखिम पर."
461
+
462
  #: includes.php:248
463
  #: options-meta-boxes.php:161
464
  #: options-meta-boxes.php:228
519
  msgid "Title:"
520
  msgstr ""
521
 
522
+ #: includes.php:385
523
  #@ yarpp
524
  msgid "Related entries may be displayed once you save your entry"
525
  msgstr ""
526
 
 
 
 
 
 
 
527
  #: options-meta-boxes.php:124
528
  #@ yarpp
529
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-hu_HU.mo CHANGED
Binary file
lang/yarpp-hu_HU.po CHANGED
@@ -13,559 +13,557 @@ msgstr ""
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
 
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-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
 
 
22
  #: includes.php:149
23
+ #: includes.php:194
24
+ #: includes.php:215
25
+ #@ yarpp
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Hasonló bejegyzések (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
 
31
  msgid "Related Posts"
32
  msgstr "Hasonló bejegyzések"
33
 
 
34
  #: template-builtin.php:35
35
  #, php-format
36
+ #@ yarpp
37
  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."
38
  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."
39
 
 
40
  #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Hasonló Bejegyzések bitosítva a <a href='%s'>Yet Another Related Posts Plugin</a> segtségével."
47
 
48
+ #: options.php:54
49
  #@ yarpp
 
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  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."
52
 
53
+ #: options.php:63
 
54
  #, php-format
55
+ #@ yarpp
56
  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."
57
  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."
58
 
59
+ #: options.php:65
 
60
  #, php-format
61
+ #@ yarpp
62
  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."
63
  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"
64
 
65
+ #: options.php:67
 
66
  #, php-format
67
+ #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Ha biztos vagy benne, hogy <code>%s</code> használja a MyISAMmodult, nyomd meg ezt a varázsgombot:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
 
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Bizz meg bennem. Engedd hogy használjam a MyISAM lehetőségét."
75
 
76
+ #: options.php:83
77
  #@ yarpp
 
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "A YARPP adatbázis hibát tartalmazott de ki lett javítva"
80
 
81
+ #: options.php:85
82
  #@ yarpp
 
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "A ZARPP adatbázis hibát tartalmaz melyet nem sikerült kijavítanunk"
85
 
86
+ #: options-meta-boxes.php:45
87
+ #: options-meta-boxes.php:63
88
+ #: options-meta-boxes.php:76
89
  #@ yarpp
 
 
 
90
  msgid "do not consider"
91
  msgstr "ne vegye figyelembe"
92
 
93
+ #: options-meta-boxes.php:46
94
+ #: options-meta-boxes.php:64
95
+ #: options-meta-boxes.php:78
96
  #@ yarpp
 
 
 
97
  msgid "consider"
98
  msgstr "vegye figyelembe"
99
 
100
+ #: options-meta-boxes.php:65
101
  #@ yarpp
 
102
  msgid "consider with extra weight"
103
  msgstr "különlegesként kezeld"
104
 
105
+ #: options-meta-boxes.php:286
106
  #@ default
107
  #@ yarpp
 
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "Adományozz (Michael Yoshitaka Erlewine) -nek ezért a pluginétt Paypal segítségével"
110
 
111
+ #: options.php:178
112
  #@ yarpp
 
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "YARPP beállítások"
115
 
116
+ #: options-meta-boxes.php:118
117
  #@ yarpp
 
118
  msgid "\"The Pool\""
119
  msgstr "Adatbázis"
120
 
121
+ #: options-meta-boxes.php:91
122
  #@ yarpp
 
123
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
124
  msgstr "Az adatbázis a megjelenítendő bejegyzések és oldalak közös halmazát jelenti melyek az adott bejegyzésben jelennek meg"
125
 
126
+ #: options-meta-boxes.php:96
127
  #@ yarpp
 
128
  msgid "Disallow by category:"
129
  msgstr "Letiltás Kategória alapján:"
130
 
131
+ #: options-meta-boxes.php:98
132
  #@ yarpp
 
133
  msgid "Disallow by tag:"
134
  msgstr "Letiltás TAG-ok alapján:"
135
 
136
+ #: options-meta-boxes.php:101
137
  #@ yarpp
 
138
  msgid "Show password protected posts?"
139
  msgstr "Jelszóval védett bejegyzések mutatása?"
140
 
141
+ #: options-meta-boxes.php:140
142
  #@ yarpp
 
143
  msgid "Show only previous posts?"
144
  msgstr "Csak korábbi bejegyzések mutatása?"
145
 
146
+ #: options-meta-boxes.php:148
147
  #@ yarpp
 
148
  msgid "\"Relatedness\" options"
149
  msgstr "Hasonlóság opciók"
150
 
151
+ #: options-meta-boxes.php:124
152
+ #: options-meta-boxes.php:139
153
+ #: options-meta-boxes.php:157
154
+ #: options-meta-boxes.php:161
155
+ #: options-meta-boxes.php:204
156
+ #: options-meta-boxes.php:221
157
+ #: options-meta-boxes.php:223
158
+ #: options-meta-boxes.php:228
159
+ #: options-meta-boxes.php:268
160
  #@ yarpp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  msgid "more&gt;"
162
  msgstr "több&gt;"
163
 
164
+ #: options-meta-boxes.php:130
165
  #@ yarpp
 
166
  msgid "Match threshold:"
167
  msgstr "Hasonlóság:"
168
 
169
+ #: options-meta-boxes.php:131
170
  #@ yarpp
 
171
  msgid "Titles: "
172
  msgstr "Címek:"
173
 
174
+ #: options-meta-boxes.php:133
175
  #@ yarpp
 
176
  msgid "Bodies: "
177
  msgstr "tartalmak:"
178
 
179
+ #: options-meta-boxes.php:135
180
  #@ yarpp
 
181
  msgid "Tags: "
182
  msgstr "Tagok:"
183
 
184
+ #: options-meta-boxes.php:137
185
  #@ yarpp
 
186
  msgid "Categories: "
187
  msgstr "Kategóriák:"
188
 
189
+ #: options-meta-boxes.php:139
190
  #@ yarpp
 
191
  msgid "Cross-relate posts and pages?"
192
  msgstr "Bejegyzések és oldalak közösen_"
193
 
194
+ #: options-meta-boxes.php:139
195
  #@ yarpp
 
196
  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."
197
  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."
198
 
199
+ #: options-meta-boxes.php:212
200
  #@ yarpp
 
201
  msgid "Display options <small>for your website</small>"
202
  msgstr "<small>(weboldal)</small> megjelenítési opciók"
203
 
204
+ #: options-meta-boxes.php:157
205
  #@ yarpp
 
206
  msgid "Automatically display related posts?"
207
  msgstr "Hasonló bejegyzések autómatikus megjelentése?"
208
 
209
+ #: options-meta-boxes.php:157
210
  #@ yarpp
 
211
  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."
212
  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."
213
 
214
+ #: options-meta-boxes.php:158
215
  #@ yarpp
 
216
  msgid "Website display code example"
217
  msgstr "Megjelenítési kód példa"
218
 
219
+ #: options-meta-boxes.php:158
220
+ #: options-meta-boxes.php:221
221
  #@ yarpp
 
 
222
  msgid "(Update options to reload.)"
223
  msgstr "Frissités az újrabetöltés előtt."
224
 
225
+ #: options-meta-boxes.php:160
226
+ #: options-meta-boxes.php:226
227
  #@ yarpp
 
 
228
  msgid "Maximum number of related posts:"
229
  msgstr "Maximum hasonló bejegyzés:"
230
 
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:244
233
  #@ yarpp
 
234
  msgid "Before / after related entries:"
235
  msgstr "Hasonló bejegyzések előtt és utánn"
236
 
237
+ #: options-meta-boxes.php:175
238
+ #: options-meta-boxes.php:176
239
+ #: options-meta-boxes.php:184
240
+ #: options-meta-boxes.php:244
241
+ #: options-meta-boxes.php:245
242
+ #: options-meta-boxes.php:250
243
  #@ yarpp
 
 
 
 
 
 
244
  msgid "For example:"
245
  msgstr "Például:"
246
 
247
+ #: options-meta-boxes.php:176
248
+ #: options-meta-boxes.php:245
249
  #@ yarpp
 
 
250
  msgid "Before / after each related entry:"
251
  msgstr "Hasonló bejegyzések találatai előtt és utánn"
252
 
253
+ #: options-meta-boxes.php:178
254
+ #: options-meta-boxes.php:247
255
  #@ yarpp
 
 
256
  msgid "Show excerpt?"
257
  msgstr "Szövegrészlet (excerpt) mutatása?"
258
 
259
+ #: options-meta-boxes.php:179
260
+ #: options-meta-boxes.php:248
261
  #@ yarpp
 
 
262
  msgid "Excerpt length (No. of words):"
263
  msgstr "Szövegrészlet (Excerpt) hossza (szavak száma):"
264
 
265
+ #: options-meta-boxes.php:183
266
  #@ yarpp
 
267
  msgid "Before / after (Excerpt):"
268
  msgstr "Előtte / Utánna (Excerpt):"
269
 
270
+ #: options-meta-boxes.php:189
271
+ #: options-meta-boxes.php:254
272
  #@ yarpp
 
 
273
  msgid "Order results:"
274
  msgstr "Bejegyzések rendezése:"
275
 
276
+ #: options-meta-boxes.php:191
277
+ #: options-meta-boxes.php:256
278
  #@ yarpp
 
 
279
  msgid "score (high relevance to low)"
280
  msgstr "hasonlóság (erőstőll a gyengéig)"
281
 
282
+ #: options-meta-boxes.php:192
283
+ #: options-meta-boxes.php:257
284
  #@ yarpp
 
 
285
  msgid "score (low relevance to high)"
286
  msgstr "hasonlóság (gyengétőll az erőssig)"
287
 
288
+ #: options-meta-boxes.php:193
289
+ #: options-meta-boxes.php:258
290
  #@ yarpp
 
 
291
  msgid "date (new to old)"
292
  msgstr "dátum (áj a régire)"
293
 
294
+ #: options-meta-boxes.php:194
295
+ #: options-meta-boxes.php:259
296
  #@ yarpp
 
 
297
  msgid "date (old to new)"
298
  msgstr "dátum (régi az újra)"
299
 
300
+ #: options-meta-boxes.php:195
301
+ #: options-meta-boxes.php:260
302
  #@ yarpp
 
 
303
  msgid "title (alphabetical)"
304
  msgstr "Cím (ABC sorrend)"
305
 
306
+ #: options-meta-boxes.php:196
307
+ #: options-meta-boxes.php:261
308
  #@ yarpp
 
 
309
  msgid "title (reverse alphabetical)"
310
  msgstr "Cím (fordtott ABC sorrend)"
311
 
312
+ #: options-meta-boxes.php:201
313
+ #: options-meta-boxes.php:266
314
  #@ yarpp
 
 
315
  msgid "Default display if no results:"
316
  msgstr "Alap megjelenítés ha nincs találat:"
317
 
318
+ #: includes.php:257
319
+ #: options-meta-boxes.php:203
320
+ #: options-meta-boxes.php:268
321
  #@ yarpp
 
 
 
322
  msgid "Help promote Yet Another Related Posts Plugin?"
323
  msgstr "A YARPP reklámozása?"
324
 
325
+ #: options-meta-boxes.php:205
326
+ #: options-meta-boxes.php:269
 
327
  #, php-format
328
+ #@ yarpp
329
  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."
330
  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."
331
 
332
+ #: options-meta-boxes.php:276
333
  #@ yarpp
 
334
  msgid "Display options <small>for RSS</small>"
335
  msgstr "Megjelenítési beállítások az <small>RSS</small>-nek"
336
 
337
+ #: options-meta-boxes.php:221
338
  #@ yarpp
 
339
  msgid "Display related posts in feeds?"
340
  msgstr "Hasonló bejegyzések megjelenítése a RSS/XML Feedekben?"
341
 
342
+ #: options-meta-boxes.php:223
343
  #@ yarpp
 
344
  msgid "Display related posts in the descriptions?"
345
  msgstr "Hasonló bejegyzések megjelenítése a leírásban?"
346
 
347
+ #: options-meta-boxes.php:223
348
  #@ yarpp
 
349
  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."
350
  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."
351
 
352
+ #: options-meta-boxes.php:221
353
  #@ yarpp
 
354
  msgid "RSS display code example"
355
  msgstr "RSS-megjelenítési példa"
356
 
357
+ #: options-meta-boxes.php:250
358
  #@ yarpp
 
 
 
 
 
 
359
  msgid "Before / after (excerpt):"
360
  msgstr "Előtte / Utánna (excerpt):"
361
 
362
+ #: options-meta-boxes.php:38
363
  #@ yarpp
 
364
  msgid "word"
365
  msgstr "szó"
366
 
367
+ #: options-meta-boxes.php:39
368
  #@ yarpp
 
369
  msgid "tag"
370
  msgstr "tag"
371
 
372
+ #: options-meta-boxes.php:40
373
  #@ yarpp
 
374
  msgid "category"
375
  msgstr "kategória"
376
 
377
+ #: options-meta-boxes.php:48
378
+ #: options-meta-boxes.php:80
 
379
  #, php-format
380
+ #@ yarpp
381
  msgid "require at least one %s in common"
382
  msgstr "leglább egy közös %s kell legyen"
383
 
384
+ #: options-meta-boxes.php:50
385
+ #: options-meta-boxes.php:82
 
386
  #, php-format
387
+ #@ yarpp
388
  msgid "require more than one %s in common"
389
  msgstr "több mint egy közös %s kell legyen "
390
 
391
+ #: options.php:114
392
  #@ yarpp
 
393
  msgid "Options saved!"
394
  msgstr "Beállítások elmentve!"
395
 
396
+ #: options-meta-boxes.php:124
397
  #@ yarpp
 
398
  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."
399
  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."
400
 
401
+ #: options.php:279
402
  #@ yarpp
 
403
  msgid "Update options"
404
  msgstr "Beállítások frissítése"
405
 
406
+ #: options.php:280
407
  #@ yarpp
 
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Biztosan vissza szeretnéd állítani minden beállításodat alap hejzetbe:"
410
 
411
+ #: options.php:280
412
  #@ yarpp
 
413
  msgid "Reset options"
414
  msgstr "Alap beállítások"
415
 
 
416
  #: includes.php:26
417
  #: includes.php:37
418
+ #@ yarpp
419
  msgid "Related posts:"
420
  msgstr "hasonló bejegyzések:"
421
 
 
422
  #: includes.php:28
423
  #: includes.php:39
424
  #: template-metabox.php:27
425
  #: template-widget.php:13
426
+ #@ yarpp
427
  msgid "No related posts."
428
  msgstr "Nincs hasonló bejegyzés"
429
 
 
430
  #: cache-postmeta.php:105
431
  #: cache-tables.php:131
432
+ #@ yarpp
433
  msgid "Example post "
434
  msgstr "Példa bejegyzés"
435
 
436
+ #: options-meta-boxes.php:105
437
  #@ yarpp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
438
  msgid "day(s)"
439
  msgstr "nap(ok)"
440
 
441
+ #: options-meta-boxes.php:106
442
  #@ yarpp
 
443
  msgid "week(s)"
444
  msgstr "hét(hetek)"
445
 
446
+ #: options-meta-boxes.php:107
447
  #@ yarpp
 
448
  msgid "month(s)"
449
  msgstr "hónap(ok)"
450
 
451
+ #: options-meta-boxes.php:109
452
  #@ yarpp
 
453
  msgid "Show only posts from the past NUMBER UNITS"
454
  msgstr "Csak az előbbi számhalmazokból jelenítsen meg"
455
 
456
+ #: options.php:46
457
+ #, php-format
458
  #@ yarpp
459
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
460
+ msgstr "Új BETA verzója van a YARPP pluginak. Az új verziót <a href=\"%s\">itt letöltheted</a> saját felelősségedre."
 
 
 
 
 
 
461
 
462
+ #: includes.php:248
463
+ #: options-meta-boxes.php:161
464
+ #: options-meta-boxes.php:228
465
  #@ yarpp
 
 
 
466
  msgid "Display using a custom template file"
467
  msgstr "Tetszőleges Sablon használata"
468
 
469
+ #: options-meta-boxes.php:228
470
  #@ yarpp
 
471
  msgid "NEW!"
472
  msgstr "ÚJ!"
473
 
474
+ #: options-meta-boxes.php:161
475
+ #: options-meta-boxes.php:228
476
  #@ yarpp
 
 
477
  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."
478
  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."
479
 
480
+ #: includes.php:249
481
+ #: options-meta-boxes.php:165
482
+ #: options-meta-boxes.php:233
483
  #@ yarpp
 
 
 
484
  msgid "Template file:"
485
  msgstr "Sablon file:"
486
 
487
+ #: options-meta-boxes.php:175
488
+ #: options-meta-boxes.php:176
489
+ #: options-meta-boxes.php:184
490
+ #: options-meta-boxes.php:244
491
+ #: options-meta-boxes.php:245
492
+ #: options-meta-boxes.php:250
493
  #@ yarpp
 
 
 
 
 
 
494
  msgid " or "
495
  msgstr "vagy"
496
 
497
+ #: options-meta-boxes.php:221
498
  #@ yarpp
 
499
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
500
  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."
501
 
 
502
  #: template-metabox.php:12
503
+ #@ yarpp
504
  msgid "These are the related entries for this entry. Updating this post may change these related posts."
505
  msgstr "Ezek a hasonló bejegyzések ennek a bejegyzésnek. A bejegyzés frissítése más hasonló bejegyzéseket eredményezhet."
506
 
 
507
  #: template-metabox.php:25
508
+ #@ yarpp
509
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
510
  msgstr "A hasonló bejegyzések megjelenítési stílus aés módja a YARPP beállításaitól függ."
511
 
512
+ #: includes.php:169
513
  #@ yarpp
 
514
  msgid "Settings"
515
  msgstr "Beállítások"
516
 
517
+ #: includes.php:243
518
  #@ default
 
519
  msgid "Title:"
520
  msgstr "Cím:"
521
 
522
+ #: includes.php:385
523
  #@ yarpp
 
524
  msgid "Related entries may be displayed once you save your entry"
525
  msgstr "Hasonló bejegyzések csak mentés után jelenhetnek meg"
526
 
527
+ #: options-meta-boxes.php:124
528
+ #@ yarpp
529
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
+ msgstr ""
531
+
532
+ #: options-meta-boxes.php:283
533
+ #@ yarpp
534
+ msgid "YARPP Forum"
535
+ msgstr ""
536
+
537
+ #: options-meta-boxes.php:284
538
  #@ yarpp
539
+ msgid "YARPP on Twitter"
540
+ msgstr ""
 
541
 
542
+ #: options-meta-boxes.php:285
543
+ #@ yarpp
544
+ msgid "YARPP on the Web"
545
+ msgstr ""
546
+
547
+ #: options-meta-boxes.php:292
548
+ #@ yarpp
549
+ msgid "Contact YARPP"
550
+ msgstr ""
551
+
552
+ #: options.php:42
553
+ #, php-format
554
  #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
+ msgstr ""
557
+
558
+ #: options.php:86
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
+ msgstr ""
563
+
564
+ #: options.php:188
565
+ #, php-format
566
+ #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
+ msgstr ""
569
 
lang/yarpp-id_ID.mo CHANGED
Binary file
lang/yarpp-id_ID.po CHANGED
@@ -19,40 +19,40 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: includes.php:380
23
  #@ yarpp
24
  msgid "Related Posts"
25
  msgstr "Tulisan Terkait"
26
 
27
- #: options.php:35
28
  #, php-format
29
  #@ yarpp
30
  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."
31
  msgstr "Kriteria kaitan \"pertimbangkan judul\" dan \"pertimbangkan batang tubuh\" YARPP mengharuskan tabel <code>%s</code> Anda mempergunakan <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>mesin penyimpan MyISAM</a>, tapi tabel kelihatannya menggunakan mesin <code>%s</code>. Dua opsi ini telah dinonaktifkan."
32
 
33
- #: options.php:37
34
  #, php-format
35
  #@ yarpp
36
  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."
37
  msgstr "Untuk memulihkan fitur ini, mohon perbarui tabel <code>%s</code> Anda dengan mengeksekusi direktif SQL berikut: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Tidak ada data yang akan dihapus dengan mengubah mesin tabel, walaupun ada implikasi performa."
38
 
39
- #: options.php:39
40
  #, php-format
41
  #@ yarpp
42
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
43
  msgstr "Jika, setelah pengecekan ini, Anda yakin <code>%s</code> menggunakan mesin MyISAM, tekan tombol ajaib ini:"
44
 
45
- #: options.php:42
46
  #@ yarpp
47
  msgid "Trust me. Let me use MyISAM features."
48
  msgstr "Percaya pada saya. Izinkan saya memakai fitur MyISAM."
49
 
50
- #: options.php:55
51
  #@ yarpp
52
  msgid "The YARPP database had an error but has been fixed."
53
  msgstr "Database YARPP memilik galat tapi telah diperbaiki."
54
 
55
- #: options.php:57
56
  #@ yarpp
57
  msgid "The YARPP database has an error which could not be fixed."
58
  msgstr "Database YARPP mempunyai galat yang tidak dapat diperbaiki."
@@ -111,7 +111,7 @@ msgstr "pertimbangkan dengan berat ekstra"
111
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
112
  msgstr "Donasi ke mitcho (Michael Yoshitaka Erlewine) untuk plugin ini melalui PayPal"
113
 
114
- #: options.php:150
115
  #@ yarpp
116
  msgid "Yet Another Related Posts Plugin Options"
117
  msgstr "Opsi Yet Another Related Posts Plugin"
@@ -191,6 +191,14 @@ msgstr "Ketika opsi \"Hubungkan tulisan dan halaman\" terpilih, <code>related_po
191
  msgid "Display options <small>for your website</small>"
192
  msgstr "Tampilkan opsi <small>untuk situs web Anda</small>"
193
 
 
 
 
 
 
 
 
 
194
  #: options-meta-boxes.php:157
195
  #@ yarpp
196
  msgid "Automatically display related posts?"
@@ -362,7 +370,7 @@ msgstr "%f adalah skor kecocokan YARPP antara entri terkini dan entri terkait in
362
  msgid "Related Posts (YARPP)"
363
  msgstr "Tulisan Terkait (YARPP)"
364
 
365
- #: options.php:26
366
  #@ yarpp
367
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
368
  msgstr "Pengecekan MyISAM dikesampingkan. Anda boleh mempergunakan kriteria keterkaitan \"pertimbangkan judul\" dan \"pertimbangkan batang tubuh\"."
@@ -380,17 +388,17 @@ msgstr "Pengecekan MyISAM dikesampingkan. Anda boleh mempergunakan kriteria kete
380
  msgid "more&gt;"
381
  msgstr "lanjut&gt;"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "Opsi tersimpan!"
387
 
388
- #: options.php:269
389
  #@ yarpp
390
  msgid "Do you really want to reset your configuration?"
391
  msgstr "Apakah Anda benar-benar ingin mereset konfigurasi Anda?"
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Perbarui Opsi"
@@ -400,7 +408,7 @@ msgstr "Perbarui Opsi"
400
  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."
401
  msgstr "Semakin tinggi ambang kecocokan, semakin ketat, dan Anda mendapat tulisan terkait yang semakin sedikit secara keseluruhan. Ambang kecocokan bawaan adalah 5. Jika Anda ingin menemukan ambang kecocokan yang pas, lihat pada tampilan tulisan terkait untuk beberapa tulisan dan skornya. Anda dapat melihat jenis tulisan terkait yang terpilih dan dengan jenis kecocokan yang mana, dan menentukan ambang yang cocok untuk situs Anda."
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Reset opsi"
@@ -449,6 +457,12 @@ msgstr "bulan"
449
  msgid "Show only posts from the past NUMBER UNITS"
450
  msgstr "Tampilkan tulisan dari JUMLAH UNIT terdahulu saja"
451
 
 
 
 
 
 
 
452
  #: includes.php:248
453
  #: options-meta-boxes.php:161
454
  #: options-meta-boxes.php:228
@@ -505,28 +519,16 @@ msgstr "Pengaturan"
505
  msgid "Title:"
506
  msgstr "Judul:"
507
 
508
- #: includes.php:389
509
  #@ yarpp
510
  msgid "Related entries may be displayed once you save your entry"
511
  msgstr ""
512
 
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
  #: options-meta-boxes.php:124
520
  #@ yarpp
521
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: includes.php:376
23
  #@ yarpp
24
  msgid "Related Posts"
25
  msgstr "Tulisan Terkait"
26
 
27
+ #: options.php:63
28
  #, php-format
29
  #@ yarpp
30
  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."
31
  msgstr "Kriteria kaitan \"pertimbangkan judul\" dan \"pertimbangkan batang tubuh\" YARPP mengharuskan tabel <code>%s</code> Anda mempergunakan <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>mesin penyimpan MyISAM</a>, tapi tabel kelihatannya menggunakan mesin <code>%s</code>. Dua opsi ini telah dinonaktifkan."
32
 
33
+ #: options.php:65
34
  #, php-format
35
  #@ yarpp
36
  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."
37
  msgstr "Untuk memulihkan fitur ini, mohon perbarui tabel <code>%s</code> Anda dengan mengeksekusi direktif SQL berikut: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Tidak ada data yang akan dihapus dengan mengubah mesin tabel, walaupun ada implikasi performa."
38
 
39
+ #: options.php:67
40
  #, php-format
41
  #@ yarpp
42
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
43
  msgstr "Jika, setelah pengecekan ini, Anda yakin <code>%s</code> menggunakan mesin MyISAM, tekan tombol ajaib ini:"
44
 
45
+ #: options.php:70
46
  #@ yarpp
47
  msgid "Trust me. Let me use MyISAM features."
48
  msgstr "Percaya pada saya. Izinkan saya memakai fitur MyISAM."
49
 
50
+ #: options.php:83
51
  #@ yarpp
52
  msgid "The YARPP database had an error but has been fixed."
53
  msgstr "Database YARPP memilik galat tapi telah diperbaiki."
54
 
55
+ #: options.php:85
56
  #@ yarpp
57
  msgid "The YARPP database has an error which could not be fixed."
58
  msgstr "Database YARPP mempunyai galat yang tidak dapat diperbaiki."
111
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
112
  msgstr "Donasi ke mitcho (Michael Yoshitaka Erlewine) untuk plugin ini melalui PayPal"
113
 
114
+ #: options.php:178
115
  #@ yarpp
116
  msgid "Yet Another Related Posts Plugin Options"
117
  msgstr "Opsi Yet Another Related Posts Plugin"
191
  msgid "Display options <small>for your website</small>"
192
  msgstr "Tampilkan opsi <small>untuk situs web Anda</small>"
193
 
194
+ #: magic.php:297
195
+ #: options-meta-boxes.php:205
196
+ #: options-meta-boxes.php:269
197
+ #, php-format
198
+ #@ yarpp
199
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
200
+ msgstr "Tulisan terkait dibawakan kepada Anda oleh <a href='%s'>Yet Another Related Posts Plugin</a>."
201
+
202
  #: options-meta-boxes.php:157
203
  #@ yarpp
204
  msgid "Automatically display related posts?"
370
  msgid "Related Posts (YARPP)"
371
  msgstr "Tulisan Terkait (YARPP)"
372
 
373
+ #: options.php:54
374
  #@ yarpp
375
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
376
  msgstr "Pengecekan MyISAM dikesampingkan. Anda boleh mempergunakan kriteria keterkaitan \"pertimbangkan judul\" dan \"pertimbangkan batang tubuh\"."
388
  msgid "more&gt;"
389
  msgstr "lanjut&gt;"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "Opsi tersimpan!"
395
 
396
+ #: options.php:280
397
  #@ yarpp
398
  msgid "Do you really want to reset your configuration?"
399
  msgstr "Apakah Anda benar-benar ingin mereset konfigurasi Anda?"
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "Perbarui Opsi"
408
  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."
409
  msgstr "Semakin tinggi ambang kecocokan, semakin ketat, dan Anda mendapat tulisan terkait yang semakin sedikit secara keseluruhan. Ambang kecocokan bawaan adalah 5. Jika Anda ingin menemukan ambang kecocokan yang pas, lihat pada tampilan tulisan terkait untuk beberapa tulisan dan skornya. Anda dapat melihat jenis tulisan terkait yang terpilih dan dengan jenis kecocokan yang mana, dan menentukan ambang yang cocok untuk situs Anda."
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Reset opsi"
457
  msgid "Show only posts from the past NUMBER UNITS"
458
  msgstr "Tampilkan tulisan dari JUMLAH UNIT terdahulu saja"
459
 
460
+ #: options.php:46
461
+ #, php-format
462
+ #@ yarpp
463
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
464
+ msgstr "Ada beta baru (%s) dari Plugin Yet Another Related Posts. Anda dapat <a href=\"%s\">mengunduhnya di sini</a> dengan risiko Anda sendiri."
465
+
466
  #: includes.php:248
467
  #: options-meta-boxes.php:161
468
  #: options-meta-boxes.php:228
519
  msgid "Title:"
520
  msgstr "Judul:"
521
 
522
+ #: includes.php:385
523
  #@ yarpp
524
  msgid "Related entries may be displayed once you save your entry"
525
  msgstr ""
526
 
 
 
 
 
 
 
527
  #: options-meta-boxes.php:124
528
  #@ yarpp
529
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
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: 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"
@@ -14,122 +14,49 @@ msgstr ""
14
  "X-Poedit-Country: ITALY\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: ../\n"
18
  "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: cache-postmeta.php:105
23
- #: cache-tables.php:131
24
- #@ yarpp
25
- msgid "Example post "
26
- msgstr "Articolo di esempio"
27
-
28
- #: includes.php:26
29
- #: includes.php:37
30
- #@ yarpp
31
- msgid "Related posts:"
32
- msgstr "Articoli correlati:"
33
-
34
- #: includes.php:28
35
- #: includes.php:39
36
- #: template-metabox.php:27
37
- #: template-widget.php:13
38
- #@ yarpp
39
- msgid "No related posts."
40
- msgstr "Nessun articolo correlato."
41
-
42
- #: includes.php:149
43
- #: includes.php:194
44
- #: includes.php:215
45
- #@ yarpp
46
- msgid "Related Posts (YARPP)"
47
- msgstr "Related Posts (YARPP)"
48
-
49
- #: includes.php:169
50
- #@ yarpp
51
- msgid "Settings"
52
- msgstr "Impostazioni"
53
-
54
- #: includes.php:243
55
- #@ default
56
- msgid "Title:"
57
- msgstr "Titolo:"
58
-
59
- #: includes.php:248
60
- #: options-meta-boxes.php:161
61
- #: options-meta-boxes.php:228
62
- #@ yarpp
63
- msgid "Display using a custom template file"
64
- msgstr "Mostra utilizzando un file template personalizzato"
65
-
66
- #: includes.php:249
67
- #: options-meta-boxes.php:165
68
- #: options-meta-boxes.php:233
69
- #@ yarpp
70
- msgid "Template file:"
71
- msgstr "File template:"
72
-
73
- #: includes.php:257
74
- #: options-meta-boxes.php:203
75
- #: options-meta-boxes.php:268
76
- #@ yarpp
77
- msgid "Help promote Yet Another Related Posts Plugin?"
78
- msgstr "Desideri promuovere il plugin Yet Another Related Posts?"
79
-
80
- #: includes.php:380
81
  #@ yarpp
82
  msgid "Related Posts"
83
  msgstr "Articoli correlati"
84
 
85
- #: includes.php:389
86
- #@ yarpp
87
- msgid "Related entries may be displayed once you save your entry"
88
- msgstr "Le pubblicazioni correlate saranno mostrate una volta salvato l'articolo"
89
-
90
- #: options.php:26
91
- #@ yarpp
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:35
96
  #, php-format
97
  #@ yarpp
98
  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."
99
  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."
100
 
101
- #: options.php:37
102
  #, php-format
103
  #@ yarpp
104
  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."
105
  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."
106
 
107
- #: options.php:39
108
  #, php-format
109
  #@ yarpp
110
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
111
  msgstr "Se, nonostante questa nota, fossi certo che <code>%s</code> stia utilizzando il MyISAM engine, premi il pulsante magico:"
112
 
113
- #: options.php:42
114
  #@ yarpp
115
  msgid "Trust me. Let me use MyISAM features."
116
  msgstr "Abbi fiducia. Lasciami utilizzare le funzioni MyISAM."
117
 
118
- #: options.php:55
119
  #@ yarpp
120
  msgid "The YARPP database had an error but has been fixed."
121
  msgstr "Il database di YARPP aveva un errore, ma é stato corretto."
122
 
123
- #: options.php:57
124
  #@ yarpp
125
  msgid "The YARPP database has an error which could not be fixed."
126
  msgstr "Il database di YARPP ha un errore che non può essere corretto."
127
 
128
- #: options.php:86
129
- #@ yarpp
130
- msgid "Options saved!"
131
- msgstr "Le opzioni sono state salvate!"
132
-
133
  #: options-meta-boxes.php:38
134
  #@ yarpp
135
  msgid "word"
@@ -176,12 +103,7 @@ msgstr "richiedi più di 1 %s in comune"
176
  #: options-meta-boxes.php:65
177
  #@ yarpp
178
  msgid "consider with extra weight"
179
- msgstr "considera con maggior rilevanza"
180
-
181
- #: options.php:150
182
- #@ yarpp
183
- msgid "Yet Another Related Posts Plugin Options"
184
- msgstr "Opzioni Yet Another Related Posts"
185
 
186
  #: options-meta-boxes.php:286
187
  #@ default
@@ -189,6 +111,11 @@ msgstr "Opzioni Yet Another Related Posts"
189
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
190
  msgstr "Effettua una donazione via PayPal per mitcho (Michael Yoshitaka Erlewine) lo sviluppatore di questo plugin"
191
 
 
 
 
 
 
192
  #: options-meta-boxes.php:118
193
  #@ yarpp
194
  msgid "\"The Pool\""
@@ -202,61 +129,28 @@ msgstr "Per \"Veduta di insieme\" si intende il totale degli articoli e pagine c
202
  #: options-meta-boxes.php:96
203
  #@ yarpp
204
  msgid "Disallow by category:"
205
- msgstr "Escludi le categorie:"
206
 
207
  #: options-meta-boxes.php:98
208
  #@ yarpp
209
  msgid "Disallow by tag:"
210
- msgstr "Escludi i tag:"
211
 
212
  #: options-meta-boxes.php:101
213
  #@ yarpp
214
  msgid "Show password protected posts?"
215
  msgstr "Desideri mostrare gli articoli protetti da una password?"
216
 
217
- #: options-meta-boxes.php:105
218
- #@ yarpp
219
- msgid "day(s)"
220
- msgstr "giorno(i)"
221
-
222
- #: options-meta-boxes.php:106
223
- #@ yarpp
224
- msgid "week(s)"
225
- msgstr "settimana(e)"
226
-
227
- #: options-meta-boxes.php:107
228
- #@ yarpp
229
- msgid "month(s)"
230
- msgstr "mese(i)"
231
-
232
- #: options-meta-boxes.php:109
233
  #@ yarpp
234
- msgid "Show only posts from the past NUMBER UNITS"
235
- msgstr "Mostra solamente gli articoli dalle precedenti NUMBER UNITS"
236
 
237
  #: options-meta-boxes.php:148
238
  #@ yarpp
239
  msgid "\"Relatedness\" options"
240
  msgstr "Opzioni \"Affinità\""
241
 
242
- #: options-meta-boxes.php:124
243
- #: options-meta-boxes.php:139
244
- #: options-meta-boxes.php:157
245
- #: options-meta-boxes.php:161
246
- #: options-meta-boxes.php:204
247
- #: options-meta-boxes.php:221
248
- #: options-meta-boxes.php:223
249
- #: options-meta-boxes.php:228
250
- #: options-meta-boxes.php:268
251
- #@ yarpp
252
- msgid "more&gt;"
253
- msgstr "info&gt;"
254
-
255
- #: options-meta-boxes.php:124
256
- #@ yarpp
257
- 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."
258
- 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."
259
-
260
  #: options-meta-boxes.php:130
261
  #@ yarpp
262
  msgid "Match threshold:"
@@ -292,16 +186,19 @@ msgstr "Relazione incrociata per articoli e pagine?"
292
  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."
293
  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."
294
 
295
- #: options-meta-boxes.php:140
296
- #@ yarpp
297
- msgid "Show only previous posts?"
298
- msgstr "Desideri mostrare solamente gli articoli pubblicati in precedenza?"
299
-
300
  #: options-meta-boxes.php:212
301
  #@ yarpp
302
  msgid "Display options <small>for your website</small>"
303
  msgstr "Opzioni di visualizzazione nel <small>tuo sito</small>"
304
 
 
 
 
 
 
 
 
 
305
  #: options-meta-boxes.php:157
306
  #@ yarpp
307
  msgid "Automatically display related posts?"
@@ -329,12 +226,6 @@ msgstr "(Ricarica la pagina per visualizzare l'aggiornamento)"
329
  msgid "Maximum number of related posts:"
330
  msgstr "Numero max. di articoli correlati:"
331
 
332
- #: options-meta-boxes.php:161
333
- #: options-meta-boxes.php:228
334
- #@ yarpp
335
- 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."
336
- 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."
337
-
338
  #: options-meta-boxes.php:175
339
  #: options-meta-boxes.php:244
340
  #@ yarpp
@@ -351,16 +242,6 @@ msgstr "Davanti / in coda agli articoli correlati:"
351
  msgid "For example:"
352
  msgstr "Esempio:"
353
 
354
- #: options-meta-boxes.php:175
355
- #: options-meta-boxes.php:176
356
- #: options-meta-boxes.php:184
357
- #: options-meta-boxes.php:244
358
- #: options-meta-boxes.php:245
359
- #: options-meta-boxes.php:250
360
- #@ yarpp
361
- msgid " or "
362
- msgstr " oppure"
363
-
364
  #: options-meta-boxes.php:176
365
  #: options-meta-boxes.php:245
366
  #@ yarpp
@@ -432,6 +313,13 @@ msgstr "titolo (Z-A)"
432
  msgid "Default display if no results:"
433
  msgstr "Testo predefinito da mostrare in assenza di risultati:"
434
 
 
 
 
 
 
 
 
435
  #: options-meta-boxes.php:205
436
  #: options-meta-boxes.php:269
437
  #, php-format
@@ -449,11 +337,6 @@ msgstr "Opzioni di visualizzazione nel tuo <small>feed RSS</small>"
449
  msgid "Display related posts in feeds?"
450
  msgstr "Desideri mostrare gli articoli correlati nei feed?"
451
 
452
- #: options-meta-boxes.php:221
453
- #@ yarpp
454
- msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
455
- msgstr "Questa opzione mostra gli articoli correlati in coda ad ogni articolo nei tuoi feed RSS e Atom. Non é necessaria alcuna modifica al template."
456
-
457
  #: options-meta-boxes.php:223
458
  #@ yarpp
459
  msgid "Display related posts in the descriptions?"
@@ -467,38 +350,74 @@ msgstr "Questa opzione mostrerà gli articoli correlati nei campi della descrizi
467
  #: options-meta-boxes.php:221
468
  #@ yarpp
469
  msgid "RSS display code example"
470
- msgstr "Esempio codice RSS"
471
-
472
- #: options-meta-boxes.php:228
473
- #@ yarpp
474
- msgid "NEW!"
475
- msgstr "NUOVO!"
476
 
477
  #: options-meta-boxes.php:250
478
  #@ yarpp
479
  msgid "Before / after (excerpt):"
480
  msgstr "Davanti / in coda (riassunto):"
481
 
482
- #: options.php:268
 
483
  #@ yarpp
484
- msgid "Update options"
485
- msgstr "Aggiorna le opzioni"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
486
 
487
- #: options.php:269
488
  #@ yarpp
489
  msgid "Do you really want to reset your configuration?"
490
  msgstr "Sei certo di volere ripristinare la tua configurazione?"
491
 
492
- #: options.php:269
 
 
 
 
 
 
 
 
 
 
493
  #@ yarpp
494
  msgid "Reset options"
495
  msgstr "Ripristina le opzioni"
496
 
497
- #: template-builtin.php:35
498
- #, php-format
499
  #@ yarpp
500
- 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."
501
- 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."
502
 
503
  #: template-metabox.php:12
504
  #@ yarpp
@@ -510,21 +429,104 @@ msgstr "Questi sono gli articoli correlati per questo post. L'aggiornamento di q
510
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
511
  msgstr "La visualizzazione degli articoli correlati dipende principalmente dalle opzioni YARPP."
512
 
513
- #: magic.php:297
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
514
  #, php-format
515
  #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
517
  msgstr ""
518
 
519
- #: options-meta-boxes.php:124
 
 
 
 
 
520
  #@ yarpp
521
- msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
  #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
  msgstr ""
529
 
530
  #: options-meta-boxes.php:283
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
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"
14
  "X-Poedit-Country: ITALY\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: .\n"
18
  "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: includes.php:376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  #@ yarpp
24
  msgid "Related Posts"
25
  msgstr "Articoli correlati"
26
 
27
+ #: options.php:63
 
 
 
 
 
 
 
 
 
 
28
  #, php-format
29
  #@ yarpp
30
  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."
31
  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."
32
 
33
+ #: options.php:65
34
  #, php-format
35
  #@ yarpp
36
  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."
37
  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."
38
 
39
+ #: options.php:67
40
  #, php-format
41
  #@ yarpp
42
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
43
  msgstr "Se, nonostante questa nota, fossi certo che <code>%s</code> stia utilizzando il MyISAM engine, premi il pulsante magico:"
44
 
45
+ #: options.php:70
46
  #@ yarpp
47
  msgid "Trust me. Let me use MyISAM features."
48
  msgstr "Abbi fiducia. Lasciami utilizzare le funzioni MyISAM."
49
 
50
+ #: options.php:83
51
  #@ yarpp
52
  msgid "The YARPP database had an error but has been fixed."
53
  msgstr "Il database di YARPP aveva un errore, ma é stato corretto."
54
 
55
+ #: options.php:85
56
  #@ yarpp
57
  msgid "The YARPP database has an error which could not be fixed."
58
  msgstr "Il database di YARPP ha un errore che non può essere corretto."
59
 
 
 
 
 
 
60
  #: options-meta-boxes.php:38
61
  #@ yarpp
62
  msgid "word"
103
  #: options-meta-boxes.php:65
104
  #@ yarpp
105
  msgid "consider with extra weight"
106
+ msgstr "considera con extra weight"
 
 
 
 
 
107
 
108
  #: options-meta-boxes.php:286
109
  #@ default
111
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
112
  msgstr "Effettua una donazione via PayPal per mitcho (Michael Yoshitaka Erlewine) lo sviluppatore di questo plugin"
113
 
114
+ #: options.php:178
115
+ #@ yarpp
116
+ msgid "Yet Another Related Posts Plugin Options"
117
+ msgstr "Opzioni Yet Another Related Posts"
118
+
119
  #: options-meta-boxes.php:118
120
  #@ yarpp
121
  msgid "\"The Pool\""
129
  #: options-meta-boxes.php:96
130
  #@ yarpp
131
  msgid "Disallow by category:"
132
+ msgstr "Escludi categorie:"
133
 
134
  #: options-meta-boxes.php:98
135
  #@ yarpp
136
  msgid "Disallow by tag:"
137
+ msgstr "Escludi tag:"
138
 
139
  #: options-meta-boxes.php:101
140
  #@ yarpp
141
  msgid "Show password protected posts?"
142
  msgstr "Desideri mostrare gli articoli protetti da una password?"
143
 
144
+ #: options-meta-boxes.php:140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  #@ yarpp
146
+ msgid "Show only previous posts?"
147
+ msgstr "Desideri mostrare solamente gli articoli pubblicati in precedenza?"
148
 
149
  #: options-meta-boxes.php:148
150
  #@ yarpp
151
  msgid "\"Relatedness\" options"
152
  msgstr "Opzioni \"Affinità\""
153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  #: options-meta-boxes.php:130
155
  #@ yarpp
156
  msgid "Match threshold:"
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 "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."
188
 
 
 
 
 
 
189
  #: options-meta-boxes.php:212
190
  #@ yarpp
191
  msgid "Display options <small>for your website</small>"
192
  msgstr "Opzioni di visualizzazione nel <small>tuo sito</small>"
193
 
194
+ #: magic.php:297
195
+ #: options-meta-boxes.php:205
196
+ #: options-meta-boxes.php:269
197
+ #, php-format
198
+ #@ yarpp
199
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
200
+ msgstr "Articoli correlati elaborati dal plugin <a href='%s'>Yet Another Related Posts</a>."
201
+
202
  #: options-meta-boxes.php:157
203
  #@ yarpp
204
  msgid "Automatically display related posts?"
226
  msgid "Maximum number of related posts:"
227
  msgstr "Numero max. di articoli correlati:"
228
 
 
 
 
 
 
 
229
  #: options-meta-boxes.php:175
230
  #: options-meta-boxes.php:244
231
  #@ yarpp
242
  msgid "For example:"
243
  msgstr "Esempio:"
244
 
 
 
 
 
 
 
 
 
 
 
245
  #: options-meta-boxes.php:176
246
  #: options-meta-boxes.php:245
247
  #@ yarpp
313
  msgid "Default display if no results:"
314
  msgstr "Testo predefinito da mostrare in assenza di risultati:"
315
 
316
+ #: includes.php:257
317
+ #: options-meta-boxes.php:203
318
+ #: options-meta-boxes.php:268
319
+ #@ yarpp
320
+ msgid "Help promote Yet Another Related Posts Plugin?"
321
+ msgstr "Desideri promuovere il plugin Yet Another Related Posts?"
322
+
323
  #: options-meta-boxes.php:205
324
  #: options-meta-boxes.php:269
325
  #, php-format
337
  msgid "Display related posts in feeds?"
338
  msgstr "Desideri mostrare gli articoli correlati nei feed?"
339
 
 
 
 
 
 
340
  #: options-meta-boxes.php:223
341
  #@ yarpp
342
  msgid "Display related posts in the descriptions?"
350
  #: options-meta-boxes.php:221
351
  #@ yarpp
352
  msgid "RSS display code example"
353
+ msgstr "Esempio codice"
 
 
 
 
 
354
 
355
  #: options-meta-boxes.php:250
356
  #@ yarpp
357
  msgid "Before / after (excerpt):"
358
  msgstr "Davanti / in coda (riassunto):"
359
 
360
+ #: template-builtin.php:35
361
+ #, php-format
362
  #@ yarpp
363
+ 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."
364
+ 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."
365
+
366
+ #: includes.php:149
367
+ #: includes.php:194
368
+ #: includes.php:215
369
+ #@ yarpp
370
+ msgid "Related Posts (YARPP)"
371
+ msgstr "Related Posts (YARPP)"
372
+
373
+ #: options.php:54
374
+ #@ yarpp
375
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
376
+ msgstr "La verifica MyISAM é stata sovrascritta. Potrai da ora utilizzare \"considera titoli\" e \"considera contenuti\" come criteri di affinità."
377
+
378
+ #: options-meta-boxes.php:124
379
+ #: options-meta-boxes.php:139
380
+ #: options-meta-boxes.php:157
381
+ #: options-meta-boxes.php:161
382
+ #: options-meta-boxes.php:204
383
+ #: options-meta-boxes.php:221
384
+ #: options-meta-boxes.php:223
385
+ #: options-meta-boxes.php:228
386
+ #: options-meta-boxes.php:268
387
+ #@ yarpp
388
+ msgid "more&gt;"
389
+ msgstr "info&gt;"
390
+
391
+ #: options.php:114
392
+ #@ yarpp
393
+ msgid "Options saved!"
394
+ msgstr "Le opzioni sono state salvate!"
395
 
396
+ #: options.php:280
397
  #@ yarpp
398
  msgid "Do you really want to reset your configuration?"
399
  msgstr "Sei certo di volere ripristinare la tua configurazione?"
400
 
401
+ #: options.php:279
402
+ #@ yarpp
403
+ msgid "Update options"
404
+ msgstr "Aggiorna le opzioni"
405
+
406
+ #: options-meta-boxes.php:124
407
+ #@ yarpp
408
+ 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."
409
+ 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."
410
+
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Ripristina le opzioni"
415
 
416
+ #: cache-postmeta.php:105
417
+ #: cache-tables.php:131
418
  #@ yarpp
419
+ msgid "Example post "
420
+ msgstr "Articolo di esempio:"
421
 
422
  #: template-metabox.php:12
423
  #@ yarpp
429
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
430
  msgstr "La visualizzazione degli articoli correlati dipende principalmente dalle opzioni YARPP."
431
 
432
+ #: includes.php:28
433
+ #: includes.php:39
434
+ #: template-metabox.php:27
435
+ #: template-widget.php:13
436
+ #@ yarpp
437
+ msgid "No related posts."
438
+ msgstr "Nessun articolo correlato."
439
+
440
+ #: options-meta-boxes.php:105
441
+ #@ yarpp
442
+ msgid "day(s)"
443
+ msgstr "giorno(i)"
444
+
445
+ #: options-meta-boxes.php:106
446
+ #@ yarpp
447
+ msgid "week(s)"
448
+ msgstr "settimana(e)"
449
+
450
+ #: options-meta-boxes.php:107
451
+ #@ yarpp
452
+ msgid "month(s)"
453
+ msgstr "mese(i)"
454
+
455
+ #: options-meta-boxes.php:109
456
+ #@ yarpp
457
+ msgid "Show only posts from the past NUMBER UNITS"
458
+ msgstr "Mostra solamente gli articoli dalle precedenti NUMBER UNITS"
459
+
460
+ #: options.php:46
461
  #, php-format
462
  #@ yarpp
463
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
464
+ msgstr "E' disponibile una nuova (%s) beta di Yet Another Related Posts Plugin. Puoi <a href=\"%s\">scaricarla qui</a> a tuo rischio e pericolo."
465
+
466
+ #: includes.php:248
467
+ #: options-meta-boxes.php:161
468
+ #: options-meta-boxes.php:228
469
+ #@ yarpp
470
+ msgid "Display using a custom template file"
471
+ msgstr "Mostra utilizzando un file template personalizzato"
472
+
473
+ #: includes.php:249
474
+ #: options-meta-boxes.php:165
475
+ #: options-meta-boxes.php:233
476
+ #@ yarpp
477
+ msgid "Template file:"
478
+ msgstr "File template:"
479
+
480
+ #: options-meta-boxes.php:221
481
+ #@ yarpp
482
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
483
+ msgstr "Questa opzione mostra gli articoli correlati in coda ad ogni articolo nei tuoi feed RSS e Atom. Non é necessaria alcuna modifica al template."
484
+
485
+ #: options-meta-boxes.php:228
486
+ #@ yarpp
487
+ msgid "NEW!"
488
+ msgstr "NUOVO!"
489
+
490
+ #: options-meta-boxes.php:161
491
+ #: options-meta-boxes.php:228
492
+ #@ yarpp
493
+ 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."
494
+ 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."
495
+
496
+ #: includes.php:26
497
+ #: includes.php:37
498
+ #@ yarpp
499
+ msgid "Related posts:"
500
+ msgstr "Articoli correlati:"
501
+
502
+ #: options-meta-boxes.php:175
503
+ #: options-meta-boxes.php:176
504
+ #: options-meta-boxes.php:184
505
+ #: options-meta-boxes.php:244
506
+ #: options-meta-boxes.php:245
507
+ #: options-meta-boxes.php:250
508
+ #@ yarpp
509
+ msgid " or "
510
+ msgstr "oppure"
511
+
512
+ #: includes.php:169
513
+ #@ yarpp
514
+ msgid "Settings"
515
  msgstr ""
516
 
517
+ #: includes.php:243
518
+ #@ default
519
+ msgid "Title:"
520
+ msgstr ""
521
+
522
+ #: includes.php:385
523
  #@ yarpp
524
+ msgid "Related entries may be displayed once you save your entry"
525
  msgstr ""
526
 
527
+ #: options-meta-boxes.php:124
 
528
  #@ yarpp
529
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
  msgstr ""
531
 
532
  #: options-meta-boxes.php:283
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-ja.mo CHANGED
Binary file
lang/yarpp-ja_JP.po CHANGED
@@ -19,40 +19,40 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
- #: includes.php:380
23
  #@ yarpp
24
  msgid "Related Posts"
25
  msgstr "関連記事"
26
 
27
- #: options.php:35
28
  #, php-format
29
  #@ yarpp
30
  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."
31
  msgstr "YARPPの関連スコア計算の「タイトルを検討する」、「内容を検討する」オプションはデータベースの<code>%s</code>テーブルが <a href='http://dev.mysql.com/doc/refman/4.1/ja/myisam.html'>MyISAM</a> でなければ使用できません。 <code>%s</code>テーブルは現在<code>%s</code>ストーレージエンジンを使用しているので、このふたつのオプションは使えません。"
32
 
33
- #: options.php:37
34
  #, php-format
35
  #@ yarpp
36
  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."
37
  msgstr "このオプションを使用したければ、<code>%s</code>テーブルに対してこのようなクエリを実行してください:<code>ALTER TABLE `%s` ENGINE = MyISAM;</code>。このクエリはデータは一切消しません。"
38
 
39
- #: options.php:39
40
  #, php-format
41
  #@ yarpp
42
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
43
  msgstr "<code>%s</code>テーブルが絶対MyISAMを使用していると思う方はこちらの魔法のボタンをどうぞ:"
44
 
45
- #: options.php:42
46
  #@ yarpp
47
  msgid "Trust me. Let me use MyISAM features."
48
  msgstr "MyISAM を使ってます。嘘じゃないから。"
49
 
50
- #: options.php:55
51
  #@ yarpp
52
  msgid "The YARPP database had an error but has been fixed."
53
  msgstr "YARPPのデータベースは修正されました。"
54
 
55
- #: options.php:57
56
  #@ yarpp
57
  msgid "The YARPP database has an error which could not be fixed."
58
  msgstr "YARPPのデータベースに修正できないエラーが発生しました。"
@@ -60,7 +60,7 @@ msgstr "YARPPのデータベースに修正できないエラーが発生しま
60
  #: options-meta-boxes.php:38
61
  #@ yarpp
62
  msgid "word"
63
- msgstr ""
64
 
65
  #: options-meta-boxes.php:39
66
  #@ yarpp
@@ -111,7 +111,7 @@ msgstr "検討する(重要視)"
111
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
112
  msgstr "YARPPの作成者(ミッチョ)にPayPalで寄付をする"
113
 
114
- #: options.php:149
115
  #@ yarpp
116
  msgid "Yet Another Related Posts Plugin Options"
117
  msgstr "関連記事 (YARPP) 設定"
@@ -151,12 +151,6 @@ msgstr "過去の記事だけを表示"
151
  msgid "\"Relatedness\" options"
152
  msgstr "関連スコア設定"
153
 
154
- #: options-meta-boxes.php:124
155
- #, php-format
156
- #@ yarpp
157
- 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>."
158
- msgstr "この関連記事プラグイン(YARPP)は各対象記事の関連スコアを計算し、ある関連スコア以上の記事だけを表示します。"
159
-
160
  #: options-meta-boxes.php:130
161
  #@ yarpp
162
  msgid "Match threshold:"
@@ -368,7 +362,7 @@ msgstr "%fは現在表示の記事とこの関連記事の関連スコアです
368
  msgid "Related Posts (YARPP)"
369
  msgstr "関連記事 (YARPP)"
370
 
371
- #: options.php:26
372
  #@ yarpp
373
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
374
  msgstr "MyISAM専用機能を強制的に有効にしました。「タイトルを検討」と「内容を検討」機能が使えるようになりました。"
@@ -386,17 +380,17 @@ msgstr "MyISAM専用機能を強制的に有効にしました。「タイトル
386
  msgid "more&gt;"
387
  msgstr "(説明)"
388
 
389
- #: options.php:85
390
  #@ yarpp
391
  msgid "Options saved!"
392
  msgstr "設定の変更は保存されました。"
393
 
394
- #: options.php:268
395
  #@ yarpp
396
  msgid "Do you really want to reset your configuration?"
397
  msgstr "本当に初期設定に戻りますか?"
398
 
399
- #: options.php:267
400
  #@ yarpp
401
  msgid "Update options"
402
  msgstr "変更を保存"
@@ -406,7 +400,7 @@ msgstr "変更を保存"
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 "より関連性の高い記事だけを表示したい場合は、最低関連スコアを上げてください。初期設定は5です。"
408
 
409
- #: options.php:268
410
  #@ yarpp
411
  msgid "Reset options"
412
  msgstr "初期設定に戻る"
@@ -455,16 +449,6 @@ msgstr "ヶ月間"
455
  msgid "Show only posts from the past NUMBER UNITS"
456
  msgstr "過去 NUMBER UNITS の記事だけを表示"
457
 
458
- #: options.php:250
459
- #@ yarpp
460
- msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
461
- msgstr "関連記事プラグイン(YARPP)の新しいベータ(VERSION)があります。是非<A>ダウンロード</a>してみてください。"
462
-
463
- #: options.php:255
464
- #@ yarpp
465
- msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
466
- msgstr "関連記事プラグイン(YARPP)の新しいバージョン(VERSION)があります。是非<A>ダウンロード</a>してみてください。"
467
-
468
  #: includes.php:248
469
  #: options-meta-boxes.php:161
470
  #: options-meta-boxes.php:228
@@ -501,11 +485,6 @@ msgstr "この新機能で関連記事の表示を完全にカスタマイズす
501
  msgid "Related posts:"
502
  msgstr "関連記事:"
503
 
504
- #: options.php:58
505
- #@ yarpp
506
- msgid "Please try <A>manual SQL setup</a>."
507
- msgstr "<A>手動インストール</a>を参照ください。"
508
-
509
  #: options-meta-boxes.php:175
510
  #: options-meta-boxes.php:176
511
  #: options-meta-boxes.php:184
@@ -526,17 +505,23 @@ msgstr "設定"
526
  msgid "Title:"
527
  msgstr ""
528
 
529
- #: includes.php:389
530
  #@ yarpp
531
  msgid "Related entries may be displayed once you save your entry"
532
- msgstr "関連エントリーは保存後計算されます。"
533
 
534
  #: magic.php:297
535
  #: options-meta-boxes.php:205
536
  #: options-meta-boxes.php:269
 
537
  #@ yarpp
538
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
539
- msgstr "関連記事は<a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>を使用。"
 
 
 
 
 
540
 
541
  #: options-meta-boxes.php:283
542
  #@ yarpp
@@ -546,19 +531,37 @@ msgstr "YARPP フォーラム"
546
  #: options-meta-boxes.php:284
547
  #@ yarpp
548
  msgid "YARPP on Twitter"
549
- msgstr "YARPP ツイッター"
550
 
551
  #: options-meta-boxes.php:285
552
  #@ yarpp
553
  msgid "YARPP on the Web"
554
- msgstr "YARPP ウェブサイト"
555
 
556
  #: options-meta-boxes.php:292
557
  #@ yarpp
558
  msgid "Contact YARPP"
559
- msgstr "メールで連絡"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
560
 
561
- #: options.php:159
562
  #, php-format
563
  #@ yarpp
564
  msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Textdomain-Support: yes"
21
 
22
+ #: includes.php:376
23
  #@ yarpp
24
  msgid "Related Posts"
25
  msgstr "関連記事"
26
 
27
+ #: options.php:63
28
  #, php-format
29
  #@ yarpp
30
  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."
31
  msgstr "YARPPの関連スコア計算の「タイトルを検討する」、「内容を検討する」オプションはデータベースの<code>%s</code>テーブルが <a href='http://dev.mysql.com/doc/refman/4.1/ja/myisam.html'>MyISAM</a> でなければ使用できません。 <code>%s</code>テーブルは現在<code>%s</code>ストーレージエンジンを使用しているので、このふたつのオプションは使えません。"
32
 
33
+ #: options.php:65
34
  #, php-format
35
  #@ yarpp
36
  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."
37
  msgstr "このオプションを使用したければ、<code>%s</code>テーブルに対してこのようなクエリを実行してください:<code>ALTER TABLE `%s` ENGINE = MyISAM;</code>。このクエリはデータは一切消しません。"
38
 
39
+ #: options.php:67
40
  #, php-format
41
  #@ yarpp
42
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
43
  msgstr "<code>%s</code>テーブルが絶対MyISAMを使用していると思う方はこちらの魔法のボタンをどうぞ:"
44
 
45
+ #: options.php:70
46
  #@ yarpp
47
  msgid "Trust me. Let me use MyISAM features."
48
  msgstr "MyISAM を使ってます。嘘じゃないから。"
49
 
50
+ #: options.php:83
51
  #@ yarpp
52
  msgid "The YARPP database had an error but has been fixed."
53
  msgstr "YARPPのデータベースは修正されました。"
54
 
55
+ #: options.php:85
56
  #@ yarpp
57
  msgid "The YARPP database has an error which could not be fixed."
58
  msgstr "YARPPのデータベースに修正できないエラーが発生しました。"
60
  #: options-meta-boxes.php:38
61
  #@ yarpp
62
  msgid "word"
63
+ msgstr "言葉"
64
 
65
  #: options-meta-boxes.php:39
66
  #@ yarpp
111
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
112
  msgstr "YARPPの作成者(ミッチョ)にPayPalで寄付をする"
113
 
114
+ #: options.php:178
115
  #@ yarpp
116
  msgid "Yet Another Related Posts Plugin Options"
117
  msgstr "関連記事 (YARPP) 設定"
151
  msgid "\"Relatedness\" options"
152
  msgstr "関連スコア設定"
153
 
 
 
 
 
 
 
154
  #: options-meta-boxes.php:130
155
  #@ yarpp
156
  msgid "Match threshold:"
362
  msgid "Related Posts (YARPP)"
363
  msgstr "関連記事 (YARPP)"
364
 
365
+ #: options.php:54
366
  #@ yarpp
367
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
368
  msgstr "MyISAM専用機能を強制的に有効にしました。「タイトルを検討」と「内容を検討」機能が使えるようになりました。"
380
  msgid "more&gt;"
381
  msgstr "(説明)"
382
 
383
+ #: options.php:114
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "設定の変更は保存されました。"
387
 
388
+ #: options.php:280
389
  #@ yarpp
390
  msgid "Do you really want to reset your configuration?"
391
  msgstr "本当に初期設定に戻りますか?"
392
 
393
+ #: options.php:279
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "変更を保存"
400
  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."
401
  msgstr "より関連性の高い記事だけを表示したい場合は、最低関連スコアを上げてください。初期設定は5です。"
402
 
403
+ #: options.php:280
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "初期設定に戻る"
449
  msgid "Show only posts from the past NUMBER UNITS"
450
  msgstr "過去 NUMBER UNITS の記事だけを表示"
451
 
 
 
 
 
 
 
 
 
 
 
452
  #: includes.php:248
453
  #: options-meta-boxes.php:161
454
  #: options-meta-boxes.php:228
485
  msgid "Related posts:"
486
  msgstr "関連記事:"
487
 
 
 
 
 
 
488
  #: options-meta-boxes.php:175
489
  #: options-meta-boxes.php:176
490
  #: options-meta-boxes.php:184
505
  msgid "Title:"
506
  msgstr ""
507
 
508
+ #: includes.php:385
509
  #@ yarpp
510
  msgid "Related entries may be displayed once you save your entry"
511
+ msgstr "関連記事は保存後更新されます。"
512
 
513
  #: magic.php:297
514
  #: options-meta-boxes.php:205
515
  #: options-meta-boxes.php:269
516
+ #, php-format
517
  #@ yarpp
518
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
519
+ msgstr "関連記事は<a href='%s'>YARPP関連記事プラグイン</a>によって表示されています。"
520
+
521
+ #: options-meta-boxes.php:124
522
+ #@ yarpp
523
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
524
+ msgstr "この関連記事プラグイン(YARPP)は各対象記事の関連スコアを計算し、ある関連スコア以上の記事だけを表示します。"
525
 
526
  #: options-meta-boxes.php:283
527
  #@ yarpp
531
  #: options-meta-boxes.php:284
532
  #@ yarpp
533
  msgid "YARPP on Twitter"
534
+ msgstr "YARPP Twitter"
535
 
536
  #: options-meta-boxes.php:285
537
  #@ yarpp
538
  msgid "YARPP on the Web"
539
+ msgstr "ウェブサイト"
540
 
541
  #: options-meta-boxes.php:292
542
  #@ yarpp
543
  msgid "Contact YARPP"
544
+ msgstr "YARPP 情報"
545
+
546
+ #: options.php:42
547
+ #, php-format
548
+ #@ default
549
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
550
+ msgstr ""
551
+
552
+ #: options.php:46
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
556
+ msgstr "関連記事プラグイン(YARPP)の新しいベータ(%s)があります。是非<a href=\"%s\">ダウンロード</a>してみてください。"
557
+
558
+ #: options.php:86
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
+ msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
  msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
lang/yarpp-kk_KZ.mo CHANGED
Binary file
lang/yarpp-kk_KZ.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Сабақтас оразалар (YARPP)\""
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Сабақтас оразалар"
@@ -37,40 +37,40 @@ msgstr "Сабақтас оразалар"
37
  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."
38
  msgstr "%f - Бұлrоэффициэнт\"Ұқсастық\"Ағымдағыоразаныжәнесабақтасонымен.Сізкөріпжатырсызөйткені, сіз Wordpress әкімгекелдіңіз.\""
39
 
40
- #: options.php:26
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "Тексеруістелінген MyISAM болды. Ендісізұқсастықтарбелгілеріқолданааласыз“Бастардықарау” и “Мәтіндіқарау”.\""
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  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>. Бұл екі опция айырылған."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Бұл опциялар қалпына келтіру үшін, тәңір жарылқасын, сіздің кестеңізді өзгертесіз <code>%s</code> SQL нұсқаулықпен келесі e&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br /> Кестеде өзгерісте құз осы тиісті емес, бірақ ықтимал зардаптар"
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Егер, тәуелсіз не сіз дәйекті бұл опциядан кесте <code>%s</code> Қолданып жатыр MyISAM, бұл сиқырлы батырмаға басыңыз &nbsp;:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Маған сеніңіз. Маған қолдану мүмкіндік беріңіз MyISAM"
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "Базасықателердіосы YARPP болды, бірақолардұрысталғанболды."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "Базасы дұрысталған мүмкін болу қатені осы YARPP болып жатыр."
@@ -100,7 +100,7 @@ msgstr "Қосымша салмақпен қарау керек "
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "Өңдеушіге садаққа ету керек mitcho (Michael Yoshitaka Erlewine)"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "Опциялар YARPP"
@@ -380,7 +380,7 @@ msgstr "Біреу \"%s\" ортақ болуға тиісті"
380
  msgid "require more than one %s in common"
381
  msgstr "көп біреу \"%s\" ортақ болуға тиісті "
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "Күйге келтірулер сақтаған!"
@@ -390,17 +390,17 @@ msgstr "Күйге келтірулер сақтаған!"
390
  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."
391
  msgstr "Не ұқсастықтар жоғары табалдырығы, сол қатал іріктеу, және сол жазуларды шығуда аз аласыз. Табалдырық бойынша-үндемеуге 5 тең. Егер қолайлы табалдырықты мәндер тапқысы келісе, поэкспериментируйте бірнешесі қатынастармен. Қандай қатынастар жоғары шығатынын сіз көре аласыз және оларда қандай сіздің сайтыңыз\" үшін қолайлы деңгей анықтауға болатын ұқсастықтар мәндері."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Күйге келтіруді өзгерту"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Сіз сіздің күйге келтірулеріңіз құлатқыңыз шындығында келеді?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Күйге келтіруді құлату"
@@ -495,12 +495,14 @@ msgstr ""
495
  msgid "Title:"
496
  msgstr ""
497
 
498
- #: includes.php:389
499
  #@ yarpp
500
  msgid "Related entries may be displayed once you save your entry"
501
  msgstr ""
502
 
503
  #: magic.php:297
 
 
504
  #, php-format
505
  #@ yarpp
506
  msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
@@ -521,12 +523,6 @@ msgstr ""
521
  msgid " or "
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +543,27 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
  #, php-format
552
  #@ yarpp
553
  msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
  msgstr ""
555
 
556
- #: options.php:160
557
  #, php-format
558
  #@ yarpp
559
  msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
  msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
- #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Сабақтас оразалар (YARPP)\""
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Сабақтас оразалар"
37
  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."
38
  msgstr "%f - Бұлrоэффициэнт\"Ұқсастық\"Ағымдағыоразаныжәнесабақтасонымен.Сізкөріпжатырсызөйткені, сіз Wordpress әкімгекелдіңіз.\""
39
 
40
+ #: options.php:54
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "Тексеруістелінген MyISAM болды. Ендісізұқсастықтарбелгілеріқолданааласыз“Бастардықарау” и “Мәтіндіқарау”.\""
44
 
45
+ #: options.php:63
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  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>. Бұл екі опция айырылған."
50
 
51
+ #: options.php:65
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Бұл опциялар қалпына келтіру үшін, тәңір жарылқасын, сіздің кестеңізді өзгертесіз <code>%s</code> SQL нұсқаулықпен келесі e&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br /> Кестеде өзгерісте құз осы тиісті емес, бірақ ықтимал зардаптар"
56
 
57
+ #: options.php:67
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Егер, тәуелсіз не сіз дәйекті бұл опциядан кесте <code>%s</code> Қолданып жатыр MyISAM, бұл сиқырлы батырмаға басыңыз &nbsp;:"
62
 
63
+ #: options.php:70
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Маған сеніңіз. Маған қолдану мүмкіндік беріңіз MyISAM"
67
 
68
+ #: options.php:83
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "Базасықателердіосы YARPP болды, бірақолардұрысталғанболды."
72
 
73
+ #: options.php:85
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "Базасы дұрысталған мүмкін болу қатені осы YARPP болып жатыр."
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "Өңдеушіге садаққа ету керек mitcho (Michael Yoshitaka Erlewine)"
102
 
103
+ #: options.php:178
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "Опциялар YARPP"
380
  msgid "require more than one %s in common"
381
  msgstr "көп біреу \"%s\" ортақ болуға тиісті "
382
 
383
+ #: options.php:114
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "Күйге келтірулер сақтаған!"
390
  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."
391
  msgstr "Не ұқсастықтар жоғары табалдырығы, сол қатал іріктеу, және сол жазуларды шығуда аз аласыз. Табалдырық бойынша-үндемеуге 5 тең. Егер қолайлы табалдырықты мәндер тапқысы келісе, поэкспериментируйте бірнешесі қатынастармен. Қандай қатынастар жоғары шығатынын сіз көре аласыз және оларда қандай сіздің сайтыңыз\" үшін қолайлы деңгей анықтауға болатын ұқсастықтар мәндері."
392
 
393
+ #: options.php:279
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Күйге келтіруді өзгерту"
397
 
398
+ #: options.php:280
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Сіз сіздің күйге келтірулеріңіз құлатқыңыз шындығында келеді?"
402
 
403
+ #: options.php:280
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Күйге келтіруді құлату"
495
  msgid "Title:"
496
  msgstr ""
497
 
498
+ #: includes.php:385
499
  #@ yarpp
500
  msgid "Related entries may be displayed once you save your entry"
501
  msgstr ""
502
 
503
  #: magic.php:297
504
+ #: options-meta-boxes.php:205
505
+ #: options-meta-boxes.php:269
506
  #, php-format
507
  #@ yarpp
508
  msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
523
  msgid " or "
524
  msgstr ""
525
 
 
 
 
 
 
 
526
  #: options-meta-boxes.php:283
527
  #@ yarpp
528
  msgid "YARPP Forum"
543
  msgid "Contact YARPP"
544
  msgstr ""
545
 
546
+ #: options.php:86
547
  #, php-format
548
  #@ yarpp
549
  msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
550
  msgstr ""
551
 
552
+ #: options.php:188
553
  #, php-format
554
  #@ yarpp
555
  msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
556
  msgstr ""
557
 
558
+ #: options.php:46
559
  #, php-format
560
  #@ yarpp
561
  msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
562
  msgstr ""
563
 
564
+ #: options.php:42
565
  #, php-format
566
+ #@ default
567
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
568
  msgstr ""
569
 
lang/yarpp-ko_KR.mo CHANGED
Binary file
lang/yarpp-ko_KR.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "관련 글 (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "관련 글"
@@ -37,40 +37,48 @@ msgstr "관련 글"
37
  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."
38
  msgstr "%f 는 현재 글과 관련 글 사이의 YARPP 매치 점수입니다. 워드프레스의 관리자로 로그인하셨기때문에 이 값을 보시는 것 입니다. 일반 방문자는 볼 수 없습니다."
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "MyISAM 전용 기능을 강제로 사용했습니다. \"제목을 검토\"와 \"내용을 검토\" 기능을 사용할 수 있습니다."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "YARPP의 \"제목을 검토\", \"내용을 검토\" 옵션은 데이터베이스 <code>%s</code> 테이블이 <a href ='http://dev.mysql.com/doc/refman/4.1/ja/myisam.html'>MyISAM</a>이 아닌 경우에 사용할 수 없습니다. 현재 <code>%s</code> 스토레지엔진를 사용하고 있기 때문에,이 두 옵션은 사용할 수 없습니다."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "이 옵션을 이용하려면, <code>%s</code> 테이블에 대해 이러한 쿼리를 실행한다 : <code> ALTER TABLE `%s` ENGINE = MyISAM;</code>. 데이터는 삭제되지 않습니다."
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "만약, 이 체크에도 불구하고, 당신은 <code>%s</code> (이)가 MyISAM을 사용하고 있다고 생각한다면, 이 매직 버튼을 누르세요:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "믿으세요. 제가 MyISAM 기능을 사용할 수 있게 해주세요."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "YARPP 데이터베이스에 에러가 있었으나 고쳐졌습니다."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "YARPP 데이터베이스에 에러가 있으며 고칠 수가 없습니다."
@@ -100,7 +108,7 @@ msgstr "신중히 검토함"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "이 플러그인을 위해 mitcho (Michael Yoshitaka Erlewine) 에게 페이팔을 통한 기부"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "Yet Another Related Posts Plugin 옵션"
@@ -380,7 +388,7 @@ msgstr "최소한 하나의 %s의 공통점이 필요"
380
  msgid "require more than one %s in common"
381
  msgstr "하나 이상의 %s의 공통점이 필요"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "옵션이 저장되었습니다!"
@@ -390,17 +398,17 @@ msgstr "옵션이 저장되었습니다!"
390
  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."
391
  msgstr "보다 관련성이 높은 글을 표시하려면 최소한 관련 점수를 올려주세요. 기본값은 5입니다."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "옵션 업데이트"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "정말 설정을 초기화하기를 원하십니까?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "옵션 초기화"
@@ -445,6 +453,12 @@ msgstr "월간"
445
  msgid "Show only posts from the past NUMBER UNITS"
446
  msgstr "이전 NUMBER UNITS 에서의 글만 보기"
447
 
 
 
 
 
 
 
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
@@ -505,28 +519,16 @@ msgstr ""
505
  msgid "Title:"
506
  msgstr ""
507
 
508
- #: includes.php:389
509
  #@ yarpp
510
  msgid "Related entries may be displayed once you save your entry"
511
  msgstr ""
512
 
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
  #: options-meta-boxes.php:124
520
  #@ yarpp
521
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "관련 글 (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "관련 글"
37
  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."
38
  msgstr "%f 는 현재 글과 관련 글 사이의 YARPP 매치 점수입니다. 워드프레스의 관리자로 로그인하셨기때문에 이 값을 보시는 것 입니다. 일반 방문자는 볼 수 없습니다."
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "이 플러그인은 <a href='%s'>Yet Another Related Posts Plugin</a>에 의해 개발되었습니다."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "MyISAM 전용 기능을 강제로 사용했습니다. \"제목을 검토\"와 \"내용을 검토\" 기능을 사용할 수 있습니다."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "YARPP의 \"제목을 검토\", \"내용을 검토\" 옵션은 데이터베이스 <code>%s</code> 테이블이 <a href ='http://dev.mysql.com/doc/refman/4.1/ja/myisam.html'>MyISAM</a>이 아닌 경우에 사용할 수 없습니다. 현재 <code>%s</code> 스토레지엔진를 사용하고 있기 때문에,이 두 옵션은 사용할 수 없습니다."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "이 옵션을 이용하려면, <code>%s</code> 테이블에 대해 이러한 쿼리를 실행한다 : <code> ALTER TABLE `%s` ENGINE = MyISAM;</code>. 데이터는 삭제되지 않습니다."
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "만약, 이 체크에도 불구하고, 당신은 <code>%s</code> (이)가 MyISAM을 사용하고 있다고 생각한다면, 이 매직 버튼을 누르세요:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "믿으세요. 제가 MyISAM 기능을 사용할 수 있게 해주세요."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "YARPP 데이터베이스에 에러가 있었으나 고쳐졌습니다."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "YARPP 데이터베이스에 에러가 있으며 고칠 수가 없습니다."
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "이 플러그인을 위해 mitcho (Michael Yoshitaka Erlewine) 에게 페이팔을 통한 기부"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "Yet Another Related Posts Plugin 옵션"
388
  msgid "require more than one %s in common"
389
  msgstr "하나 이상의 %s의 공통점이 필요"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "옵션이 저장되었습니다!"
398
  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."
399
  msgstr "보다 관련성이 높은 글을 표시하려면 최소한 관련 점수를 올려주세요. 기본값은 5입니다."
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "옵션 업데이트"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "정말 설정을 초기화하기를 원하십니까?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "옵션 초기화"
453
  msgid "Show only posts from the past NUMBER UNITS"
454
  msgstr "이전 NUMBER UNITS 에서의 글만 보기"
455
 
456
+ #: options.php:46
457
+ #, php-format
458
+ #@ yarpp
459
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
460
+ msgstr "Yet Another Related Posts Plugin의 베타 (%s) 버전이 있습니다! <a href=\"%s\">여기에서 다운로드받으세요</a>."
461
+
462
  #: includes.php:248
463
  #: options-meta-boxes.php:161
464
  #: options-meta-boxes.php:228
519
  msgid "Title:"
520
  msgstr ""
521
 
522
+ #: includes.php:385
523
  #@ yarpp
524
  msgid "Related entries may be displayed once you save your entry"
525
  msgstr ""
526
 
 
 
 
 
 
 
527
  #: options-meta-boxes.php:124
528
  #@ yarpp
529
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-lt_LT.mo CHANGED
Binary file
lang/yarpp-lt_LT.po CHANGED
@@ -43,51 +43,59 @@ msgstr "Nėra panašių įrašų."
43
  msgid "Example post "
44
  msgstr "Įrašo pavyzdys "
45
 
 
 
 
 
 
 
 
 
46
  #: template-builtin.php:35
47
  #, php-format
48
  #@ yarpp
49
  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."
50
  msgstr "%f yra panašumo su peržiūrimu įrašu rodiklis. Ši reikšmė yra skirta tik tinklaraščio administratoriui, lankytojai jos nemato."
51
 
52
- #: options.php:26
53
  #@ yarpp
54
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
55
  msgstr "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
56
 
57
- #: options.php:35
58
  #, php-format
59
  #@ yarpp
60
  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."
61
  msgstr "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
 
63
- #: options.php:37
64
  #, php-format
65
  #@ yarpp
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 "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
 
69
- #: options.php:39
70
  #, php-format
71
  #@ yarpp
72
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
73
  msgstr "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
74
 
75
- #: options.php:42
76
  #@ yarpp
77
  msgid "Trust me. Let me use MyISAM features."
78
  msgstr "Trust me. Let me use MyISAM features."
79
 
80
- #: options.php:55
81
  #@ yarpp
82
  msgid "The YARPP database had an error but has been fixed."
83
  msgstr "The YARPP database had an error but has been fixed."
84
 
85
- #: options.php:57
86
  #@ yarpp
87
  msgid "The YARPP database has an error which could not be fixed."
88
  msgstr "The YARPP database has an error which could not be fixed."
89
 
90
- #: options.php:86
91
  #@ yarpp
92
  msgid "Options saved!"
93
  msgstr "Nuostatos išsaugotos."
@@ -140,7 +148,7 @@ msgstr "Privalo turėti daugiau negu vieną bendrą %s"
140
  msgid "consider with extra weight"
141
  msgstr "Turi didelę reikšmę"
142
 
143
- #: options.php:150
144
  #@ yarpp
145
  msgid "Yet Another Related Posts Plugin Options"
146
  msgstr "„Yet Another Related Posts Plugin“ įskiepio nuostatos"
@@ -259,6 +267,12 @@ msgstr "When the \"Cross-relate posts and pages\" option is selected, the <code>
259
  msgid "Show only previous posts?"
260
  msgstr "Rodyti tik ankstesnius įrašus?"
261
 
 
 
 
 
 
 
262
  #: options-meta-boxes.php:212
263
  #@ yarpp
264
  msgid "Display options <small>for your website</small>"
@@ -462,17 +476,17 @@ msgstr "NAUJIENA!"
462
  msgid "Before / after (excerpt):"
463
  msgstr "Prieš / po (ištraukos):"
464
 
465
- #: options.php:268
466
  #@ yarpp
467
  msgid "Update options"
468
  msgstr "Atnaujinti nuostatas"
469
 
470
- #: options.php:269
471
  #@ yarpp
472
  msgid "Do you really want to reset your configuration?"
473
  msgstr "Ar tikrai norite atkurti numatytąsias nuostatas?"
474
 
475
- #: options.php:269
476
  #@ yarpp
477
  msgid "Reset options"
478
  msgstr "Atkurti nuostatas"
@@ -500,33 +514,21 @@ msgstr "Nuostatos"
500
  msgid "Title:"
501
  msgstr "Pavadinimas:"
502
 
503
- #: includes.php:380
504
  #@ yarpp
505
  msgid "Related Posts"
506
  msgstr "Panašūs įrašai"
507
 
508
- #: includes.php:389
509
  #@ yarpp
510
  msgid "Related entries may be displayed once you save your entry"
511
  msgstr ""
512
 
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
  #: options-meta-boxes.php:124
520
  #@ yarpp
521
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
43
  msgid "Example post "
44
  msgstr "Įrašo pavyzdys "
45
 
46
+ #: magic.php:297
47
+ #: options-meta-boxes.php:205
48
+ #: options-meta-boxes.php:269
49
+ #, php-format
50
+ #@ yarpp
51
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
52
+ msgstr "Panašius įrašus pateikia „<a href='%s'>Yet Another Related Posts Plugin</a>“ įskiepis."
53
+
54
  #: template-builtin.php:35
55
  #, php-format
56
  #@ yarpp
57
  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."
58
  msgstr "%f yra panašumo su peržiūrimu įrašu rodiklis. Ši reikšmė yra skirta tik tinklaraščio administratoriui, lankytojai jos nemato."
59
 
60
+ #: options.php:54
61
  #@ yarpp
62
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
63
  msgstr "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
64
 
65
+ #: options.php:63
66
  #, php-format
67
  #@ yarpp
68
  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."
69
  msgstr "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."
70
 
71
+ #: options.php:65
72
  #, php-format
73
  #@ yarpp
74
  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."
75
  msgstr "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."
76
 
77
+ #: options.php:67
78
  #, php-format
79
  #@ yarpp
80
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
81
  msgstr "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
82
 
83
+ #: options.php:70
84
  #@ yarpp
85
  msgid "Trust me. Let me use MyISAM features."
86
  msgstr "Trust me. Let me use MyISAM features."
87
 
88
+ #: options.php:83
89
  #@ yarpp
90
  msgid "The YARPP database had an error but has been fixed."
91
  msgstr "The YARPP database had an error but has been fixed."
92
 
93
+ #: options.php:85
94
  #@ yarpp
95
  msgid "The YARPP database has an error which could not be fixed."
96
  msgstr "The YARPP database has an error which could not be fixed."
97
 
98
+ #: options.php:114
99
  #@ yarpp
100
  msgid "Options saved!"
101
  msgstr "Nuostatos išsaugotos."
148
  msgid "consider with extra weight"
149
  msgstr "Turi didelę reikšmę"
150
 
151
+ #: options.php:178
152
  #@ yarpp
153
  msgid "Yet Another Related Posts Plugin Options"
154
  msgstr "„Yet Another Related Posts Plugin“ įskiepio nuostatos"
267
  msgid "Show only previous posts?"
268
  msgstr "Rodyti tik ankstesnius įrašus?"
269
 
270
+ #: options.php:46
271
+ #, php-format
272
+ #@ yarpp
273
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
274
+ msgstr "Yra nauja „Yet Another Related Posts Plugin“ beta versija (%s) . Galite <a href=\"%s\">ją atsisiųsti iš čia</a> (neatsakome už riziką)."
275
+
276
  #: options-meta-boxes.php:212
277
  #@ yarpp
278
  msgid "Display options <small>for your website</small>"
476
  msgid "Before / after (excerpt):"
477
  msgstr "Prieš / po (ištraukos):"
478
 
479
+ #: options.php:279
480
  #@ yarpp
481
  msgid "Update options"
482
  msgstr "Atnaujinti nuostatas"
483
 
484
+ #: options.php:280
485
  #@ yarpp
486
  msgid "Do you really want to reset your configuration?"
487
  msgstr "Ar tikrai norite atkurti numatytąsias nuostatas?"
488
 
489
+ #: options.php:280
490
  #@ yarpp
491
  msgid "Reset options"
492
  msgstr "Atkurti nuostatas"
514
  msgid "Title:"
515
  msgstr "Pavadinimas:"
516
 
517
+ #: includes.php:376
518
  #@ yarpp
519
  msgid "Related Posts"
520
  msgstr "Panašūs įrašai"
521
 
522
+ #: includes.php:385
523
  #@ yarpp
524
  msgid "Related entries may be displayed once you save your entry"
525
  msgstr ""
526
 
 
 
 
 
 
 
527
  #: options-meta-boxes.php:124
528
  #@ yarpp
529
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-lv_LV.mo CHANGED
Binary file
lang/yarpp-lv_LV.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Svyazannye posty (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Svyazannye posty"
@@ -37,40 +37,48 @@ msgstr "Svyazannye posty"
37
  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."
38
  msgstr "%f - eto koefficient \"pohojesti\" tekuschgo posta i svyazanogo s nim. Vy vidite eto potomu, chto vy zashli v Wordpress administratorom. Eto ne pokazyvaetsya prostym posetitelyam"
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "Proverka MyISAM byla vypolnena. Teper' vy mojete ispol'zovat' kriterii pohojesti “Rassmatrivat' zagolovki” i “Rassmotrivat' tekst”."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "Ispol'zovanie opcii YARPP “Rassmatrivat' zagolovki” i “Rassmatrivat' tekst” trebuet, chtoby vasha tablica <code>%s</code> ispol'zovala dvijok <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, no tablica vidimo ispol'zuet dvijok <code>%s</code>. Eti dve opcii otklyucheny."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Dlya vosstanovleniya etih opcii, pojaluista, izmenite vashu tablicu <code>%s</code>sleduyuschei SQL instrukciei e&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />Pri izmenenii tablicy dannye ne doljny propast', odnako vozmojny posledstviya. "
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Esli, nezavisimo ot etoi opcii, vy uvereny chto tablica <code>%s</code> ispol'zuet MyISAM, najmite na etu volshebnuyu knopku&nbsp;:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Pover'te mne. Pozvol'te mne ispol'zovat' MyISAM."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "Baza dannyh YARPP soderjala oshibki, no oni byli ispravleny."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "Baza dannyh YARPP soderjit oshibku, kotoraya ne mojet byt' ispravlena."
@@ -100,7 +108,7 @@ msgstr "rassmatrivat' s dopolnitel'nym vesom"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "Pojertvovat' razrabotchiku mitcho (Michael Yoshitaka Erlewine), cherez PayPal"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "Opcii YARPP"
@@ -380,7 +388,7 @@ msgstr "hotya by odin \"%s\" doljen byt' obschim"
380
  msgid "require more than one %s in common"
381
  msgstr "bolee odnogo \"%s\" doljno byt' obschim"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "Nastroiki sohraneny!"
@@ -390,17 +398,17 @@ msgstr "Nastroiki sohraneny!"
390
  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."
391
  msgstr "Chem vyshe porog pohojesti, tem stroje vyborka, i tem men'she poluchite zapisei na vyhode. Po-umolchaniyu porog raven 5. Esli hotite naiti priemlimye porogovye znacheniya, poeksperimentiruite s neskol'kimi soobscheniyami. Vy smojete uvidet', kakie soobscheniya vyhodyat naverh i kakie u nih znacheniya shojesti, po kotorym mojno opredelit' priemlimyi uroven' dlya vashego saita."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Izmenit' nastroiki"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Vy deistvitel'no hotite sbrosit' vashi nastroiki?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Sbrosit' nastroiki"
@@ -431,6 +439,12 @@ msgstr "let"
431
  msgid "Show only posts from the past NUMBER UNITS"
432
  msgstr "Pokazyvat' tol'ko posty za poslednie NUMBER UNITS"
433
 
 
 
 
 
 
 
434
  #: includes.php:248
435
  #: options-meta-boxes.php:161
436
  #: options-meta-boxes.php:228
@@ -495,17 +509,11 @@ msgstr ""
495
  msgid "Title:"
496
  msgstr ""
497
 
498
- #: includes.php:389
499
  #@ yarpp
500
  msgid "Related entries may be displayed once you save your entry"
501
  msgstr ""
502
 
503
- #: magic.php:297
504
- #, php-format
505
- #@ yarpp
506
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
507
- msgstr ""
508
-
509
  #: options-meta-boxes.php:124
510
  #@ yarpp
511
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -521,12 +529,6 @@ msgstr ""
521
  msgid " or "
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Svyazannye posty (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Svyazannye posty"
37
  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."
38
  msgstr "%f - eto koefficient \"pohojesti\" tekuschgo posta i svyazanogo s nim. Vy vidite eto potomu, chto vy zashli v Wordpress administratorom. Eto ne pokazyvaetsya prostym posetitelyam"
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Spisok pohojih postov predostavlen vam plaginom <a href='%s'>YARPP</a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "Proverka MyISAM byla vypolnena. Teper' vy mojete ispol'zovat' kriterii pohojesti “Rassmatrivat' zagolovki” i “Rassmotrivat' tekst”."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "Ispol'zovanie opcii YARPP “Rassmatrivat' zagolovki” i “Rassmatrivat' tekst” trebuet, chtoby vasha tablica <code>%s</code> ispol'zovala dvijok <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, no tablica vidimo ispol'zuet dvijok <code>%s</code>. Eti dve opcii otklyucheny."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "Dlya vosstanovleniya etih opcii, pojaluista, izmenite vashu tablicu <code>%s</code>sleduyuschei SQL instrukciei e&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />Pri izmenenii tablicy dannye ne doljny propast', odnako vozmojny posledstviya. "
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Esli, nezavisimo ot etoi opcii, vy uvereny chto tablica <code>%s</code> ispol'zuet MyISAM, najmite na etu volshebnuyu knopku&nbsp;:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Pover'te mne. Pozvol'te mne ispol'zovat' MyISAM."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "Baza dannyh YARPP soderjala oshibki, no oni byli ispravleny."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "Baza dannyh YARPP soderjit oshibku, kotoraya ne mojet byt' ispravlena."
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "Pojertvovat' razrabotchiku mitcho (Michael Yoshitaka Erlewine), cherez PayPal"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "Opcii YARPP"
388
  msgid "require more than one %s in common"
389
  msgstr "bolee odnogo \"%s\" doljno byt' obschim"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "Nastroiki sohraneny!"
398
  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."
399
  msgstr "Chem vyshe porog pohojesti, tem stroje vyborka, i tem men'she poluchite zapisei na vyhode. Po-umolchaniyu porog raven 5. Esli hotite naiti priemlimye porogovye znacheniya, poeksperimentiruite s neskol'kimi soobscheniyami. Vy smojete uvidet', kakie soobscheniya vyhodyat naverh i kakie u nih znacheniya shojesti, po kotorym mojno opredelit' priemlimyi uroven' dlya vashego saita."
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "Izmenit' nastroiki"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Vy deistvitel'no hotite sbrosit' vashi nastroiki?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Sbrosit' nastroiki"
439
  msgid "Show only posts from the past NUMBER UNITS"
440
  msgstr "Pokazyvat' tol'ko posty za poslednie NUMBER UNITS"
441
 
442
+ #: options.php:46
443
+ #, php-format
444
+ #@ yarpp
445
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
446
+ msgstr "Vyshla novaya beta (%s) plagina YARPP. Vy mojete <a href=\"%s\">skachat' ee zdes'</a> na svoi risk."
447
+
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
509
  msgid "Title:"
510
  msgstr ""
511
 
512
+ #: includes.php:385
513
  #@ yarpp
514
  msgid "Related entries may be displayed once you save your entry"
515
  msgstr ""
516
 
 
 
 
 
 
 
517
  #: options-meta-boxes.php:124
518
  #@ yarpp
519
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
529
  msgid " or "
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-nb_NO.mo CHANGED
Binary file
lang/yarpp-nb_NO.po CHANGED
@@ -71,7 +71,7 @@ msgstr "Mal fil:"
71
  msgid "Help promote Yet Another Related Posts Plugin?"
72
  msgstr "Vil du hjelpe å fremme Yet Another Related Posts Plugin?"
73
 
74
- #: includes.php:380
75
  #@ yarpp
76
  msgid "Related Posts"
77
  msgstr "Relaterte poster"
@@ -82,45 +82,53 @@ msgstr "Relaterte poster"
82
  msgid "Example post "
83
  msgstr "Eksempel post"
84
 
85
- #: options.php:26
 
 
 
 
 
 
 
 
86
  #@ yarpp
87
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
88
  msgstr "Sjekken av MyISAM har blitt overkjørt. Du kan nå bruke \"vurder titler\" og \"vurder body\" relaterte kriterier."
89
 
90
- #: options.php:35
91
  #, php-format
92
  #@ yarpp
93
  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."
94
  msgstr "YARPPs \"vurder titler\" og \"vurder body\" relaterte kriterier krever din <code>%s</code> tabell for å bruke <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM lagringsmotor</a>, men tabellen ser ut til å bruke <code>%s</code> motoren. Disse to innstillingene har blitt deaktivert."
95
 
96
- #: options.php:37
97
  #, php-format
98
  #@ yarpp
99
  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."
100
  msgstr "For å gjenopprette disse funksjonene, vennligst oppdater din <code>%s</code> tabell ved å kjøre følgende SQL direktiv (kommando): <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Ingen data vil bli fjernet ved endringer av tabell-motoren, men det kan være ytelse implikasjoner."
101
 
102
- #: options.php:39
103
  #, php-format
104
  #@ yarpp
105
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
106
  msgstr "Dersom, til tross for denne sjekken, du er sikker at <code>%s</code> kjører MyISAM motoren, trykk på denne magiske knappen:"
107
 
108
- #: options.php:42
109
  #@ yarpp
110
  msgid "Trust me. Let me use MyISAM features."
111
  msgstr "Stol på meg. La meg bruke MyISAM funksjonene."
112
 
113
- #: options.php:55
114
  #@ yarpp
115
  msgid "The YARPP database had an error but has been fixed."
116
  msgstr "YARPP databasen hadde en feilmelding, men det har blitt fikset."
117
 
118
- #: options.php:57
119
  #@ yarpp
120
  msgid "The YARPP database has an error which could not be fixed."
121
  msgstr "YARPP databasen hadde en feilmelding som ikke kunne bli fikset."
122
 
123
- #: options.php:86
124
  #@ yarpp
125
  msgid "Options saved!"
126
  msgstr "Innstillingene ble lagret!"
@@ -173,7 +181,7 @@ msgstr "krev at mer enn èn %s er felles"
173
  msgid "consider with extra weight"
174
  msgstr "vurder med ekstra vekt"
175
 
176
- #: options.php:150
177
  #@ yarpp
178
  msgid "Yet Another Related Posts Plugin Options"
179
  msgstr "Yet Another Related Posts Plugin innstillinger"
@@ -292,6 +300,12 @@ msgstr "Når \"Kryss-relatèr poster og sider\" innstillingen er markert, så vi
292
  msgid "Show only previous posts?"
293
  msgstr "Vis kun tidligere poster?"
294
 
 
 
 
 
 
 
295
  #: options-meta-boxes.php:212
296
  #@ yarpp
297
  msgid "Display options <small>for your website</small>"
@@ -474,17 +488,17 @@ msgstr "NY!"
474
  msgid "Before / after (excerpt):"
475
  msgstr "Før / etter (utdrag):"
476
 
477
- #: options.php:268
478
  #@ yarpp
479
  msgid "Update options"
480
  msgstr "Oppdater innstillinger"
481
 
482
- #: options.php:269
483
  #@ yarpp
484
  msgid "Do you really want to reset your configuration?"
485
  msgstr "Vil du virkelig fjerne alle innstillingene?"
486
 
487
- #: options.php:269
488
  #@ yarpp
489
  msgid "Reset options"
490
  msgstr "Fjern innstillinger"
@@ -505,28 +519,16 @@ msgstr "Dette er det relaterte innholdet for denne denne. Ved å oppdatere denne
505
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
506
  msgstr "Om alle disse relaterte poster faktisk blir vist, eller hvordan de blir vist, kommer an på dine YARPP visning innstillinger."
507
 
508
- #: includes.php:389
509
  #@ yarpp
510
  msgid "Related entries may be displayed once you save your entry"
511
  msgstr ""
512
 
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
  #: options-meta-boxes.php:124
520
  #@ yarpp
521
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
71
  msgid "Help promote Yet Another Related Posts Plugin?"
72
  msgstr "Vil du hjelpe å fremme Yet Another Related Posts Plugin?"
73
 
74
+ #: includes.php:376
75
  #@ yarpp
76
  msgid "Related Posts"
77
  msgstr "Relaterte poster"
82
  msgid "Example post "
83
  msgstr "Eksempel post"
84
 
85
+ #: magic.php:297
86
+ #: options-meta-boxes.php:205
87
+ #: options-meta-boxes.php:269
88
+ #, php-format
89
+ #@ yarpp
90
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
91
+ msgstr "Relaterte poster ble vist med <a href='%s'>Yet Another Related Posts Plugin</a>."
92
+
93
+ #: options.php:54
94
  #@ yarpp
95
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
96
  msgstr "Sjekken av MyISAM har blitt overkjørt. Du kan nå bruke \"vurder titler\" og \"vurder body\" relaterte kriterier."
97
 
98
+ #: options.php:63
99
  #, php-format
100
  #@ yarpp
101
  msgid "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria require your <code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the table seems to be using the <code>%s</code> engine. These two options have been disabled."
102
  msgstr "YARPPs \"vurder titler\" og \"vurder body\" relaterte kriterier krever din <code>%s</code> tabell for å bruke <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM lagringsmotor</a>, men tabellen ser ut til å bruke <code>%s</code> motoren. Disse to innstillingene har blitt deaktivert."
103
 
104
+ #: options.php:65
105
  #, php-format
106
  #@ yarpp
107
  msgid "To restore these features, please update your <code>%s</code> table by executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . No data will be erased by altering the table's engine, although there are performance implications."
108
  msgstr "For å gjenopprette disse funksjonene, vennligst oppdater din <code>%s</code> tabell ved å kjøre følgende SQL direktiv (kommando): <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Ingen data vil bli fjernet ved endringer av tabell-motoren, men det kan være ytelse implikasjoner."
109
 
110
+ #: options.php:67
111
  #, php-format
112
  #@ yarpp
113
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
114
  msgstr "Dersom, til tross for denne sjekken, du er sikker at <code>%s</code> kjører MyISAM motoren, trykk på denne magiske knappen:"
115
 
116
+ #: options.php:70
117
  #@ yarpp
118
  msgid "Trust me. Let me use MyISAM features."
119
  msgstr "Stol på meg. La meg bruke MyISAM funksjonene."
120
 
121
+ #: options.php:83
122
  #@ yarpp
123
  msgid "The YARPP database had an error but has been fixed."
124
  msgstr "YARPP databasen hadde en feilmelding, men det har blitt fikset."
125
 
126
+ #: options.php:85
127
  #@ yarpp
128
  msgid "The YARPP database has an error which could not be fixed."
129
  msgstr "YARPP databasen hadde en feilmelding som ikke kunne bli fikset."
130
 
131
+ #: options.php:114
132
  #@ yarpp
133
  msgid "Options saved!"
134
  msgstr "Innstillingene ble lagret!"
181
  msgid "consider with extra weight"
182
  msgstr "vurder med ekstra vekt"
183
 
184
+ #: options.php:178
185
  #@ yarpp
186
  msgid "Yet Another Related Posts Plugin Options"
187
  msgstr "Yet Another Related Posts Plugin innstillinger"
300
  msgid "Show only previous posts?"
301
  msgstr "Vis kun tidligere poster?"
302
 
303
+ #: options.php:46
304
+ #, php-format
305
+ #@ yarpp
306
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
307
+ msgstr "Det er en ny beta (%s) av Yet Another Related Posts Plugin. Du kan <a href=\"%s\">laste den ned her</a> på egen risiko."
308
+
309
  #: options-meta-boxes.php:212
310
  #@ yarpp
311
  msgid "Display options <small>for your website</small>"
488
  msgid "Before / after (excerpt):"
489
  msgstr "Før / etter (utdrag):"
490
 
491
+ #: options.php:279
492
  #@ yarpp
493
  msgid "Update options"
494
  msgstr "Oppdater innstillinger"
495
 
496
+ #: options.php:280
497
  #@ yarpp
498
  msgid "Do you really want to reset your configuration?"
499
  msgstr "Vil du virkelig fjerne alle innstillingene?"
500
 
501
+ #: options.php:280
502
  #@ yarpp
503
  msgid "Reset options"
504
  msgstr "Fjern innstillinger"
519
  msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
520
  msgstr "Om alle disse relaterte poster faktisk blir vist, eller hvordan de blir vist, kommer an på dine YARPP visning innstillinger."
521
 
522
+ #: includes.php:385
523
  #@ yarpp
524
  msgid "Related entries may be displayed once you save your entry"
525
  msgstr ""
526
 
 
 
 
 
 
 
527
  #: options-meta-boxes.php:124
528
  #@ yarpp
529
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-nl_NL.mo CHANGED
Binary file
lang/yarpp-nl_NL.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Gerelateerde bijdragen (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Gerelateerde bijdragen"
@@ -37,45 +37,53 @@ msgstr "Gerelateerde bijdragen"
37
  msgid "Example post "
38
  msgstr "Voorbeeld bijdrage"
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "De MyISAM controle is overgeslagen. Je kunt nu de \"overweeg titels\" en \"overweeg bijdrage\" criteria relateren."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "YARPP's \"Overweeg titels\" en \"overweeg bijdragen\" gerelateerdheidscriteria vereisen je <code>%s</code> tabel om de <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM engine</a> te gebruiken, maar de tabel lijkt de <code>%s</code> engine te gebruiken. Deze twee opties zijn uitgeschakeld."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Om de mogelijkheden te herstellen, werk je <code>%s</code> tabel bij door het volgende SQL uit te voeren:<code>ALTER TABLE `%s` ENGINE = MyISAM;</code> .Er zullen geen gegevens gewist worden door de tabel-engine te wijzigen, maar er kunnen snelheidsproblemen optreden. "
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Als, ondanks deze controle, je zeker bent dat <code>%s</code> gebruikt maakt van de MyISAM engine, klik op de magische knop:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Vertrouw me. Laat mij MyISAM mogelijkheden gebruiken."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "De YARPP database had een foutje maar is hersteld."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "De YARPP database heeft en fout die niet opgelost kon worden."
77
 
78
- #: options.php:86
79
  #@ yarpp
80
  msgid "Options saved!"
81
  msgstr "Instellingen opgeslagen!"
@@ -128,7 +136,7 @@ msgstr "vereist meer dan een % s overeenkomstig"
128
  msgid "consider with extra weight"
129
  msgstr "overweeg met extra gewicht"
130
 
131
- #: options.php:150
132
  #@ yarpp
133
  msgid "Yet Another Related Posts Plugin Options"
134
  msgstr "Yet Another Related Posts Plugin opties"
@@ -247,6 +255,12 @@ msgstr "Kruislinken van bijdragen en pagina&#39;s?"
247
  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."
248
  msgstr "Wanneer de \"Kruislinken van bijdragen en pagina&#39;s\" optie is ingeschakeld <code>related_posts()</code>, <code>related_pages()</code> en <code>related_entries()</code> zullen allemaal dezelfde uitkomst geven en zowel gerelateerde pagina&#39;s a;s bijdragen tonen."
249
 
 
 
 
 
 
 
250
  #: options-meta-boxes.php:212
251
  #@ yarpp
252
  msgid "Display options <small>for your website</small>"
@@ -440,17 +454,17 @@ msgstr "Voorbeeld RSS-vertoningscode "
440
  msgid "Before / after (excerpt):"
441
  msgstr "Voor / na (uittreksel):"
442
 
443
- #: options.php:268
444
  #@ yarpp
445
  msgid "Update options"
446
  msgstr "Opties bijwerken"
447
 
448
- #: options.php:269
449
  #@ yarpp
450
  msgid "Do you really want to reset your configuration?"
451
  msgstr "Wil je echt de instellingen herstellen?"
452
 
453
- #: options.php:269
454
  #@ yarpp
455
  msgid "Reset options"
456
  msgstr "Opties herstellen"
@@ -505,28 +519,16 @@ msgstr ""
505
  msgid "Title:"
506
  msgstr ""
507
 
508
- #: includes.php:389
509
  #@ yarpp
510
  msgid "Related entries may be displayed once you save your entry"
511
  msgstr ""
512
 
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
  #: options-meta-boxes.php:124
520
  #@ yarpp
521
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Gerelateerde bijdragen (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Gerelateerde bijdragen"
37
  msgid "Example post "
38
  msgstr "Voorbeeld bijdrage"
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Gerelateerde bijdragen mogelijk gemaakt door <a href='%s'>Yet Another Related Posts Plugin</a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "De MyISAM controle is overgeslagen. Je kunt nu de \"overweeg titels\" en \"overweeg bijdrage\" criteria relateren."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "YARPP's \"Overweeg titels\" en \"overweeg bijdragen\" gerelateerdheidscriteria vereisen je <code>%s</code> tabel om de <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM engine</a> te gebruiken, maar de tabel lijkt de <code>%s</code> engine te gebruiken. Deze twee opties zijn uitgeschakeld."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "Om de mogelijkheden te herstellen, werk je <code>%s</code> tabel bij door het volgende SQL uit te voeren:<code>ALTER TABLE `%s` ENGINE = MyISAM;</code> .Er zullen geen gegevens gewist worden door de tabel-engine te wijzigen, maar er kunnen snelheidsproblemen optreden. "
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Als, ondanks deze controle, je zeker bent dat <code>%s</code> gebruikt maakt van de MyISAM engine, klik op de magische knop:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Vertrouw me. Laat mij MyISAM mogelijkheden gebruiken."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "De YARPP database had een foutje maar is hersteld."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "De YARPP database heeft en fout die niet opgelost kon worden."
85
 
86
+ #: options.php:114
87
  #@ yarpp
88
  msgid "Options saved!"
89
  msgstr "Instellingen opgeslagen!"
136
  msgid "consider with extra weight"
137
  msgstr "overweeg met extra gewicht"
138
 
139
+ #: options.php:178
140
  #@ yarpp
141
  msgid "Yet Another Related Posts Plugin Options"
142
  msgstr "Yet Another Related Posts Plugin opties"
255
  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."
256
  msgstr "Wanneer de \"Kruislinken van bijdragen en pagina&#39;s\" optie is ingeschakeld <code>related_posts()</code>, <code>related_pages()</code> en <code>related_entries()</code> zullen allemaal dezelfde uitkomst geven en zowel gerelateerde pagina&#39;s a;s bijdragen tonen."
257
 
258
+ #: options.php:46
259
+ #, php-format
260
+ #@ yarpp
261
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
262
+ msgstr "Er is een nieuwe beta (%s) van Yet Another Related Posts Plugin. Je kunt het <a href=\"%s\">Hier downloaden</a> op eigen risico."
263
+
264
  #: options-meta-boxes.php:212
265
  #@ yarpp
266
  msgid "Display options <small>for your website</small>"
454
  msgid "Before / after (excerpt):"
455
  msgstr "Voor / na (uittreksel):"
456
 
457
+ #: options.php:279
458
  #@ yarpp
459
  msgid "Update options"
460
  msgstr "Opties bijwerken"
461
 
462
+ #: options.php:280
463
  #@ yarpp
464
  msgid "Do you really want to reset your configuration?"
465
  msgstr "Wil je echt de instellingen herstellen?"
466
 
467
+ #: options.php:280
468
  #@ yarpp
469
  msgid "Reset options"
470
  msgstr "Opties herstellen"
519
  msgid "Title:"
520
  msgstr ""
521
 
522
+ #: includes.php:385
523
  #@ yarpp
524
  msgid "Related entries may be displayed once you save your entry"
525
  msgstr ""
526
 
 
 
 
 
 
 
527
  #: options-meta-boxes.php:124
528
  #@ yarpp
529
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-pl_PL.mo CHANGED
Binary file
lang/yarpp-pl_PL.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Powiązane wpisy (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Powiązane wpisy"
@@ -37,40 +37,48 @@ msgstr "Powiązane wpisy"
37
  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."
38
  msgstr "%f to wartość podobieństwa między tym i linkowanym wpisem, wyliczona przez algorytm YARPP. Widzisz tę liczbę, ponieważ jesteś zalogowany jako administrator bloga. Nie jest ona pokazywana normalnym użytkownikom strony."
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "Opcja sprawdzania MyISAM została unieważniona. Możesz teraz używać opcje \"uwzględniaj tytuły\" i \"uwzględniaj treść główną\"."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "Opcje YARPP \"uwzględniaj tytuły\" i \"uwzględniaj treść główną\" wymagają, aby tabela <code>%s</code> używała <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>mechanizmu MyISAM</a>, ale powyższa tabela używa mechanizmu <code>%s</code>. Te dwie opcje zostały wyłączone."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Aby przywrócić te opcje, uaktualnij tabelę <code>%s</code> wykonując następujące zapytanie SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Nie powinno to spowodować uszkodzenia danych, ale może wpłynąć na szybkość działania."
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Jeśli pomimo sprawdzenia tego, jesteś pewien, że <code>%s</code> używa mechanizmu MyISAM, naciśnij ten magiczny przycisk:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Zaufaj mi. Pozwól uzywać właściwości MyISAM."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "Baza danych YARPP zawierała błąd, ale został on naprawiony."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "Baza danych YARPP zawiera błąd, którego nie można naprawić."
@@ -100,7 +108,7 @@ msgstr "uwzględniaj z większa wagą"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "Przekaż darowiznę mitcho (Michael Yoshitaka Erlewine) - autorowi plugina - za pomocą PayPal"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "Opcje YARPP"
@@ -380,7 +388,7 @@ msgstr "wymagaj przynajmniej jeden %s wspólną"
380
  msgid "require more than one %s in common"
381
  msgstr "wymagaj więcej niż jeden %s wspólne"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "Opcje zapisane!"
@@ -390,17 +398,17 @@ msgstr "Opcje zapisane!"
390
  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."
391
  msgstr "Im wyższy minimalny próg powiązania, tym większe ograniczenia i tym samym mniej podobnych wpisów. Domyślnym progiem jest 5. Jeśli chcesz dostosować swoje minimum, zobacz kilka swoich artykułów i wyniki powiązanych do nich wpisów. Możesz zobaczyć, które wpisy są wybierane jako powiązane i z jakim wynikiem. Jeśli nie podobają Ci się rezultaty - poeksperymentuj z ustawieniami i minimalnym progiem."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Aktualizuj opcje"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Czy na pewno chcesz zresetować ustawienia"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Resetuj ustawienia"
@@ -449,6 +457,12 @@ msgstr "miesięcy"
449
  msgid "Show only posts from the past NUMBER UNITS"
450
  msgstr "Tylko wpisy z ostatnich NUMBER UNITS"
451
 
 
 
 
 
 
 
452
  #: includes.php:248
453
  #: options-meta-boxes.php:161
454
  #: options-meta-boxes.php:228
@@ -495,17 +509,11 @@ msgstr ""
495
  msgid "Title:"
496
  msgstr ""
497
 
498
- #: includes.php:389
499
  #@ yarpp
500
  msgid "Related entries may be displayed once you save your entry"
501
  msgstr ""
502
 
503
- #: magic.php:297
504
- #, php-format
505
- #@ yarpp
506
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
507
- msgstr ""
508
-
509
  #: options-meta-boxes.php:124
510
  #@ yarpp
511
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -521,12 +529,6 @@ msgstr ""
521
  msgid " or "
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Powiązane wpisy (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Powiązane wpisy"
37
  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."
38
  msgstr "%f to wartość podobieństwa między tym i linkowanym wpisem, wyliczona przez algorytm YARPP. Widzisz tę liczbę, ponieważ jesteś zalogowany jako administrator bloga. Nie jest ona pokazywana normalnym użytkownikom strony."
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Powiązane wpisy wygenerowane przez <a href='%s'>wtyczkę Yet Another Related Posts</a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "Opcja sprawdzania MyISAM została unieważniona. Możesz teraz używać opcje \"uwzględniaj tytuły\" i \"uwzględniaj treść główną\"."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "Opcje YARPP \"uwzględniaj tytuły\" i \"uwzględniaj treść główną\" wymagają, aby tabela <code>%s</code> używała <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>mechanizmu MyISAM</a>, ale powyższa tabela używa mechanizmu <code>%s</code>. Te dwie opcje zostały wyłączone."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "Aby przywrócić te opcje, uaktualnij tabelę <code>%s</code> wykonując następujące zapytanie SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Nie powinno to spowodować uszkodzenia danych, ale może wpłynąć na szybkość działania."
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Jeśli pomimo sprawdzenia tego, jesteś pewien, że <code>%s</code> używa mechanizmu MyISAM, naciśnij ten magiczny przycisk:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Zaufaj mi. Pozwól uzywać właściwości MyISAM."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "Baza danych YARPP zawierała błąd, ale został on naprawiony."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "Baza danych YARPP zawiera błąd, którego nie można naprawić."
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "Przekaż darowiznę mitcho (Michael Yoshitaka Erlewine) - autorowi plugina - za pomocą PayPal"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "Opcje YARPP"
388
  msgid "require more than one %s in common"
389
  msgstr "wymagaj więcej niż jeden %s wspólne"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "Opcje zapisane!"
398
  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."
399
  msgstr "Im wyższy minimalny próg powiązania, tym większe ograniczenia i tym samym mniej podobnych wpisów. Domyślnym progiem jest 5. Jeśli chcesz dostosować swoje minimum, zobacz kilka swoich artykułów i wyniki powiązanych do nich wpisów. Możesz zobaczyć, które wpisy są wybierane jako powiązane i z jakim wynikiem. Jeśli nie podobają Ci się rezultaty - poeksperymentuj z ustawieniami i minimalnym progiem."
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "Aktualizuj opcje"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Czy na pewno chcesz zresetować ustawienia"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Resetuj ustawienia"
457
  msgid "Show only posts from the past NUMBER UNITS"
458
  msgstr "Tylko wpisy z ostatnich NUMBER UNITS"
459
 
460
+ #: options.php:46
461
+ #, php-format
462
+ #@ yarpp
463
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
464
+ msgstr "Istnieje nowa wersja beta (%s) wtyczki Yet Another Related Posts. Możesz <a href=\"%s\">ściągnąć ją tutaj</a> i używać na własne ryzyko."
465
+
466
  #: includes.php:248
467
  #: options-meta-boxes.php:161
468
  #: options-meta-boxes.php:228
509
  msgid "Title:"
510
  msgstr ""
511
 
512
+ #: includes.php:385
513
  #@ yarpp
514
  msgid "Related entries may be displayed once you save your entry"
515
  msgstr ""
516
 
 
 
 
 
 
 
517
  #: options-meta-boxes.php:124
518
  #@ yarpp
519
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
529
  msgid " or "
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-pt_BR.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Posts Relacionados (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Posts Relacionados"
@@ -37,45 +37,53 @@ msgstr "Posts Relacionados"
37
  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."
38
  msgstr "%f é a pontuação do YARPP entre o artigo atual e este artigo relacionado. Você está vendo este valor porque está logado no WordPress como administrador. Usuários comuns não o vêem."
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "A checagem do MyISAM foi sobreescrita. Você agora pode usar os critérios de relacionamento \"considerar títulos\" e \"considerar corpos\"."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "Os critérios de relacionamento \"considerar títulos\" e \"considerar corpos\" do YARPP necessitam que sua tabela <code>%s</code> utilize o <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>sistema de armazenamento MyISAM</a>, mas ela parece estar usando o mecanismo <code>%s</code>. Essas duas opções foram desabilitadas."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Para restaurar esses recursos, por favor atualize sua tabela <code>%s</code> executando o seguinte comando SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Nenhum dado será apagado na alteração do mecanismo da tabela, apesar de haver algumas implicações em performance."
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Se, apesar dessa checagem, você estiver certo de que a <code>%s</code> está usando o mecanismo MyISAM, aperte este botão mágico:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Confie em mim. Deixe-me usar recursos MyISAM."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "O banco de dados do YARPP tinha um erro mas foi corrigido."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "O banco de dados do YARPP tinha um erro que não pôde ser corrigido."
77
 
78
- #: options.php:86
79
  #@ yarpp
80
  msgid "Options saved!"
81
  msgstr "Opções salvas!"
@@ -134,7 +142,7 @@ msgstr "considerar com peso extra"
134
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
135
  msgstr "Doar ao mitcho (Michael Yoshitaka Erlewine) via PayPal para este plugin"
136
 
137
- #: options.php:150
138
  #@ yarpp
139
  msgid "Yet Another Related Posts Plugin Options"
140
  msgstr "Opções do Plugin Yet Another Related Posts"
@@ -390,17 +398,17 @@ msgstr "Exemplo de código de visualização RSS"
390
  msgid "Before / after (excerpt):"
391
  msgstr "Antes / depois (resumo):"
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Atualizar opções"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Você quer mesmo redefinir sua configuração?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Redefinir opções"
@@ -431,6 +439,12 @@ msgstr "mês(es)"
431
  msgid "Show only posts from the past NUMBER UNITS"
432
  msgstr "Mostrar posts apenas dos últimos NUMBER UNITS"
433
 
 
 
 
 
 
 
434
  #: includes.php:248
435
  #: options-meta-boxes.php:161
436
  #: options-meta-boxes.php:228
@@ -505,28 +519,16 @@ msgstr ""
505
  msgid "Title:"
506
  msgstr ""
507
 
508
- #: includes.php:389
509
  #@ yarpp
510
  msgid "Related entries may be displayed once you save your entry"
511
  msgstr ""
512
 
513
- #: magic.php:297
514
- #, php-format
515
- #@ yarpp
516
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
517
- msgstr ""
518
-
519
  #: options-meta-boxes.php:124
520
  #@ yarpp
521
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Posts Relacionados (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Posts Relacionados"
37
  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."
38
  msgstr "%f é a pontuação do YARPP entre o artigo atual e este artigo relacionado. Você está vendo este valor porque está logado no WordPress como administrador. Usuários comuns não o vêem."
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Posts relacionados trazidos a você pelo <a href='%s'>Yet Another Related Posts Plugin</a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "A checagem do MyISAM foi sobreescrita. Você agora pode usar os critérios de relacionamento \"considerar títulos\" e \"considerar corpos\"."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "Os critérios de relacionamento \"considerar títulos\" e \"considerar corpos\" do YARPP necessitam que sua tabela <code>%s</code> utilize o <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>sistema de armazenamento MyISAM</a>, mas ela parece estar usando o mecanismo <code>%s</code>. Essas duas opções foram desabilitadas."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "Para restaurar esses recursos, por favor atualize sua tabela <code>%s</code> executando o seguinte comando SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Nenhum dado será apagado na alteração do mecanismo da tabela, apesar de haver algumas implicações em performance."
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Se, apesar dessa checagem, você estiver certo de que a <code>%s</code> está usando o mecanismo MyISAM, aperte este botão mágico:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Confie em mim. Deixe-me usar recursos MyISAM."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "O banco de dados do YARPP tinha um erro mas foi corrigido."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "O banco de dados do YARPP tinha um erro que não pôde ser corrigido."
85
 
86
+ #: options.php:114
87
  #@ yarpp
88
  msgid "Options saved!"
89
  msgstr "Opções salvas!"
142
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
143
  msgstr "Doar ao mitcho (Michael Yoshitaka Erlewine) via PayPal para este plugin"
144
 
145
+ #: options.php:178
146
  #@ yarpp
147
  msgid "Yet Another Related Posts Plugin Options"
148
  msgstr "Opções do Plugin Yet Another Related Posts"
398
  msgid "Before / after (excerpt):"
399
  msgstr "Antes / depois (resumo):"
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "Atualizar opções"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Você quer mesmo redefinir sua configuração?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Redefinir opções"
439
  msgid "Show only posts from the past NUMBER UNITS"
440
  msgstr "Mostrar posts apenas dos últimos NUMBER UNITS"
441
 
442
+ #: options.php:46
443
+ #, php-format
444
+ #@ yarpp
445
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
446
+ msgstr "Há uma nova beta (%s) do Yet Another Related Posts Plugin. Você pode <a href=\"%s\">baixá-la</a> sob a sua própria responsabilidade."
447
+
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
519
  msgid "Title:"
520
  msgstr ""
521
 
522
+ #: includes.php:385
523
  #@ yarpp
524
  msgid "Related entries may be displayed once you save your entry"
525
  msgstr ""
526
 
 
 
 
 
 
 
527
  #: options-meta-boxes.php:124
528
  #@ yarpp
529
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-pt_PT.mo CHANGED
Binary file
lang/{yarpp-pt_PT.po → yarpp-pt_PT.po} RENAMED
@@ -2,557 +2,568 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YARPP_PT\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date:\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Stefan Mueller <stefan.mueller@gmail.com>\n"
8
  "Language-Team: Stefan Mueller <stefan.mueller@gmail.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: Portuguese\n"
13
  "X-Poedit-Country: Portugal\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-Erro ao adicionar \"yarpp_title\""
23
-
24
- #: includes.php:99
25
- msgid "MySQL error on adding yarpp_content"
26
- msgstr "MySQL-Erro ao adicionar \"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>Mensagem de YARPP</h3><p>Obrigado por actualizar para o YARPP 2. Esta versão inclui melhorias no algoritmo mágico, permite-lhe configurar opções na quantificação das várias palavras-chave ou categoria, tem em consideração as opções da utilização de determinadas regras de exclusão e permite-lhe determinar a força das variáveis \"Conteúdo\", \"Sobretítulo\", \"Palavras-chave\" und \"Categorias\". Para mais informações, consulte <a href=\"http://mitcho.com/code/yarpp/\">Documentação YARPP </a>.</p><p>Esta mensagem nunca mais aparecerá!</p>"
31
-
32
- #: includes.php:197
33
- #: includes.php:197
34
  msgid "Related Posts (YARPP)"
35
  msgstr "Contribuições parecidas (YARPP)"
36
 
37
- #: includes.php:224
38
- #: yarpp.php:31
39
- #: yarpp.php:31
40
  msgid "Related Posts"
41
  msgstr "Contribuições parecidas"
42
 
43
- #: includes.php:229
44
- msgid "YARPP"
45
- msgstr "YARPP"
46
-
47
  #: template-builtin.php:35
48
  #, php-format
 
49
  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."
50
  msgstr "%f é a concordância determinada pelo YARPP entre este artigo e o artigo parecido (Valor de relevância). Consegue ver este artigo porque está a utilizar uma conta de administrador da WordPress. Visitantes normais não o vêem."
51
 
52
- #: magic.php:322
53
- #: options.php:458
54
- #: options.php:521
55
- msgid "Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
56
- msgstr "Artigos parecidos fornecidos por <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>."
 
 
57
 
58
- #: options.php:26
 
59
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
60
  msgstr "O MyISAM-Check foi suspenso. Pode agora utilizar \"consider titles\" e \"consider bodies\" como critério de relevância."
61
 
62
- #: options.php:35
63
  #, php-format
 
64
  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."
65
  msgstr "YARPPs \"consider titles\" und \"consider bodies\" Os critérios \"consider titles\" und \"consider bodies\" de relevância da YARPP requerem que a sua tabela <code>%s</code> utilize a <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM Storage Engine</a>, mas a tabela parece utilizar a <code>%s</code>-Engine. As duas opções foram desactivadas."
66
 
67
- #: options.php:37
68
  #, php-format
 
69
  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."
70
  msgstr "Para reactivar esta função, execute o código <code>%s</code> com o comando SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>."
71
 
72
- #: options.php:39
73
  #, php-format
 
74
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
75
  msgstr "Se, mesmo depois desta verificação, tiver a certeza de que <code>%s</code> utiliza a MyISAM-Engine, clique no botão mágico:"
76
 
77
- #: options.php:42
 
78
  msgid "Trust me. Let me use MyISAM features."
79
  msgstr "Acredite em mim. Deixe-me usar as MyISAM-Features."
80
 
81
- #: options.php:65
 
82
  msgid "The YARPP database had an error but has been fixed."
83
  msgstr "Ocorreu um erro na base de dados da YARPP que pode contudo ser corrigido."
84
 
85
- #: options.php:67
 
86
  msgid "The YARPP database has an error which could not be fixed."
87
  msgstr "Ocorreu um erro na base de dados da YARPP que não pode ser corrigido."
88
 
89
- #: options.php:154
90
- #: options.php:171
91
- #: options.php:183
 
92
  msgid "do not consider"
93
- msgstr ""não ter em conta""
94
 
95
- #: options.php:155
96
- #: options.php:172
97
- #: options.php:185
 
98
  msgid "consider"
99
  msgstr "ter em conta"
100
 
101
- #: options.php:173
 
102
  msgid "consider with extra weight"
103
  msgstr "ter especialmente em conta"
104
 
105
- #: options.php:201
106
- msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
107
- msgstr "Histórico da versão YARPP (RSS 2.0)"
108
-
109
- #: options.php:271
110
- #: options.php:271
111
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
112
  msgstr "Fazer uma doação via PayPal a mitcho (Michael Yoshitaka Erlewine) pelo desenvolvimento do plugin"
113
 
114
- #: options.php:255
 
115
  msgid "Yet Another Related Posts Plugin Options"
116
  msgstr "Opções da YARPP"
117
 
118
- #: options.php:278
 
119
  msgid "\"The Pool\""
120
  msgstr "\"Pool\""
121
 
122
- #: options.php:279
 
123
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
124
  msgstr "O plugin tem em conta todos os artigos e páginas que são mencionados (ou não excluídos) neste \"Pool\"."
125
 
126
- #: options.php:284
 
127
  msgid "Disallow by category:"
128
  msgstr "Excluir categorias:"
129
 
130
- #: options.php:286
 
131
  msgid "Disallow by tag:"
132
  msgstr "Excluir etiquetas:"
133
 
134
- #: options.php:288
 
135
  msgid "Show password protected posts?"
136
  msgstr "Inserir palavra-chave para mostrar artigos protegidos?"
137
 
138
- #: options.php:289
 
139
  msgid "Show only previous posts?"
140
  msgstr "Ter em conta apenas artigos passados?"
141
 
142
- #: options.php:306
 
143
  msgid "\"Relatedness\" options"
144
  msgstr "Opções de parecença"
145
 
146
- #: options.php:308
147
- #, php-format
148
- 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>."
149
- msgstr "YA YARPP funciona de um modo um pouco diferente do que [a href=\"http://wasabi.pbwiki.com/Related%20Entries\"]outros plugins de funcionalidade semelhante[/a]: A YARPP tem em conta não só a quantidade de contribuições por si inserida, como também o valor \"Relevância\"."
150
-
151
- #: options.php:308
152
- #: options.php:322
153
- #: options.php:405
154
- #: options.php:410
155
- #: options.php:457
156
- #: options.php:469
157
- #: options.php:470
158
- #: options.php:474
159
- #: options.php:520
160
- #: options.php:531
161
  msgid "more&gt;"
162
  msgstr "?"
163
 
164
- #: options.php:313
 
165
  msgid "Match threshold:"
166
  msgstr "Relevância:"
167
 
168
- #: options.php:314
 
169
  msgid "Titles: "
170
  msgstr "Sobretítulos:"
171
 
172
- #: options.php:316
 
173
  msgid "Bodies: "
174
  msgstr "Corpo do texto:"
175
 
176
- #: options.php:318
 
177
  msgid "Tags: "
178
  msgstr "Tags:"
179
 
180
- #: options.php:320
 
181
  msgid "Categories: "
182
  msgstr "Categorias:"
183
 
184
- #: options.php:322
 
185
  msgid "Cross-relate posts and pages?"
186
  msgstr "Emitir artigos e páginas em conjunto?"
187
 
188
- #: options.php:322
 
189
  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."
190
  msgstr "Se a opção \"Emitir artigos e páginas em conjunto \" estiver activa, as funções <code>related_posts()</code>, <code>related_pages()</code>, e <code>related_entries()</code> emitem o mesmo: Nas contribuições parecidas não aparecem artigos nem páginas!"
191
 
192
- #: options.php:401
 
193
  msgid "Display options <small>for your website</small>"
194
  msgstr "Apresentação <small>(Website)</small>"
195
 
196
- #: options.php:405
 
197
  msgid "Automatically display related posts?"
198
  msgstr "Mostrar contribuições parecidas automaticamente?"
199
 
200
- #: options.php:405
 
201
  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."
202
- msgstr "Quando activada, a YARPP anexa apenas a emissão de contribuições parecidas aos artigos actuais. Se estiver desactivada, terá de tratar da apresentação no modelo com as funções <code>related_posts()</code> ou variantes (<code>related_pages()</code> ou <code>related_entries()</code>).
203
 
204
- #: options.php:406
 
205
  msgid "Website display code example"
206
  msgstr "Exemplo de um código-fonte para o anúncio da página"
207
 
208
- #: options.php:406
209
- #: options.php:471
 
210
  msgid "(Update options to reload.)"
211
  msgstr "Para ver as suas opções aqui, terá de guardar primeiro as opções!"
212
 
213
- #: options.php:409
214
- #: options.php:473
 
215
  msgid "Maximum number of related posts:"
216
  msgstr "Quantidade máxima de contribuições:"
217
 
218
- #: options.php:422
 
 
219
  msgid "Before / after related entries:"
220
  msgstr "Código-fonte antes / depois das contribuições parecidas:"
221
 
222
- #: options.php:423
223
- #: options.php:428
224
- #: options.php:437
225
- #: options.php:487
226
- #: options.php:492
227
- #: options.php:501
 
228
  msgid "For example:"
229
  msgstr "Ex.:"
230
 
231
- #: options.php:427
232
- #: options.php:491
 
233
  msgid "Before / after each related entry:"
234
  msgstr "Código-fonte antes / depois das respectivas contribuições:"
235
 
236
- #: options.php:431
237
- #: options.php:495
 
238
  msgid "Show excerpt?"
239
  msgstr "Mostrar excerto?"
240
 
241
- #: options.php:432
242
- #: options.php:496
 
243
  msgid "Excerpt length (No. of words):"
244
  msgstr "Comprimento do excerto (Quantidade de palavras):"
245
 
246
- #: options.php:436
 
247
  msgid "Before / after (Excerpt):"
248
  msgstr "Código-fonte antes / depois dos respectivos excertos:"
249
 
250
- #: options.php:442
251
- #: options.php:506
 
252
  msgid "Order results:"
253
  msgstr "Sequência dos anúncios:"
254
 
255
- #: options.php:444
256
- #: options.php:508
 
257
  msgid "score (high relevance to low)"
258
  msgstr "Relevância (da maior à mais pequena)"
259
 
260
- #: options.php:445
261
- #: options.php:509
 
262
  msgid "score (low relevance to high)"
263
  msgstr "Relevância (da mais pequena à maior)"
264
 
265
- #: options.php:446
266
- #: options.php:510
 
267
  msgid "date (new to old)"
268
  msgstr "Estampa da hora (da mais actual à mais velha)"
269
 
270
- #: options.php:447
271
- #: options.php:511
 
272
  msgid "date (old to new)"
273
  msgstr "Estampa da hora (da mais antiga à mais actual)"
274
 
275
- #: options.php:448
276
- #: options.php:512
 
277
  msgid "title (alphabetical)"
278
  msgstr "Sobretítulo (A-Z)"
279
 
280
- #: options.php:449
281
- #: options.php:513
 
282
  msgid "title (reverse alphabetical)"
283
  msgstr "Sobretítulo (Z-A)"
284
 
285
- #: options.php:454
286
- #: options.php:518
 
287
  msgid "Default display if no results:"
288
  msgstr "Código-fonte quando forem encontrados 0 artigos relevantes:"
289
 
290
- #: options.php:456
291
- #: options.php:520
 
 
292
  msgid "Help promote Yet Another Related Posts Plugin?"
293
  msgstr "Aplicar a YARPP discretamente?"
294
 
295
- #: options.php:458
296
- #: options.php:521
297
  #, php-format
 
298
  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."
299
  msgstr "Quando activado, aparece nos resultados uma pequena informação em relação ao autor e plugin das contribuições parecidas. Adiciona o código %s."
300
 
301
- #: options.php:464
 
302
  msgid "Display options <small>for RSS</small>"
303
  msgstr "Apresentação <small>(RSS)</small>"
304
 
305
- #: options.php:469
 
306
  msgid "Display related posts in feeds?"
307
  msgstr "Mostrar contribuições parecidas nos feeds de notícias?"
308
 
309
- #: options.php:470
 
310
  msgid "Display related posts in the descriptions?"
311
  msgstr "Mostrar contribuições em Descriptions?"
312
 
313
- #: options.php:470
 
314
  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."
315
  msgstr "Mostra as contribuições parecidas também em RSS-Descriptions, não só em Content."
316
 
317
- #: options.php:471
 
318
  msgid "RSS display code example"
319
  msgstr "Exemplos de anúncios RSS"
320
 
321
- #: options.php:486
322
- msgid "Before / after related entries display:"
323
- msgstr "Código-fonte antes / depois das contribuições parecidas:"
324
-
325
- #: options.php:500
326
  msgid "Before / after (excerpt):"
327
  msgstr "Código-fonte antes / depois do excerto:"
328
 
329
- #: options.php:148
 
330
  msgid "word"
331
  msgstr "Palavra"
332
 
333
- #: options.php:149
 
334
  msgid "tag"
335
  msgstr "Etiqueta"
336
 
337
- #: options.php:150
 
338
  msgid "category"
339
  msgstr "Categoria"
340
 
341
- #: options.php:157
342
- #: options.php:187
343
  #, php-format
 
344
  msgid "require at least one %s in common"
345
  msgstr "pelo menos igual a %s"
346
 
347
- #: options.php:159
348
- #: options.php:189
349
  #, php-format
 
350
  msgid "require more than one %s in common"
351
  msgstr "mais do que igual a %s"
352
 
353
- #: options.php:126
 
354
  msgid "Options saved!"
355
  msgstr "Opções gravadas!"
356
 
357
- #: options.php:308
 
358
  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."
359
  msgstr ""
360
 
361
- #: options.php:606
 
362
  msgid "Update options"
363
  msgstr "Actualizar opções"
364
 
365
- #: options.php:607
 
366
  msgid "Do you really want to reset your configuration?"
367
  msgstr "Deseja mesmo reverter as opções?"
368
 
369
- #: options.php:607
 
370
  msgid "Reset options"
371
  msgstr "Reverter opções"
372
 
373
- #: includes.php:24
374
- #: includes.php:35
 
375
  msgid "Related posts:"
376
  msgstr ""
377
 
378
- #: includes.php:26
379
- #: includes.php:37
380
  #: template-metabox.php:27
 
 
381
  msgid "No related posts."
382
  msgstr ""
383
 
384
- #: includes.php:110
385
- msgid "MySQL error on creating yarpp_keyword_cache table"
386
- msgstr ""
387
-
388
- #: includes.php:121
389
- msgid "MySQL error on creating yarpp_related_cache table"
390
- msgstr ""
391
-
392
- #: magic.php:71
393
  msgid "Example post "
394
  msgstr ""
395
 
396
- #: options.php:10
397
- 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."
398
- msgstr ""
399
-
400
- #: options.php:15
401
- msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
402
- msgstr ""
403
-
404
- #: options.php:68
405
- msgid "Please try <A>manual SQL setup</a>."
406
- msgstr "Bitte aktualisieren Sie die <A>SQL-Datenbank manuell</a>."
407
-
408
- #: options.php:82
409
- #: options.php:85
410
- #: options.php:127
411
- #: options.php:530
412
- msgid "Related posts cache status"
413
- msgstr ""
414
-
415
- #: options.php:82
416
- msgid "Your related posts cache is incomplete. Please build your cache from the <A>related posts status pane</a>."
417
- msgstr ""
418
-
419
- #: options.php:85
420
- msgid "Your related posts cache is empty. Please build your cache from the <A>related posts status pane</a>."
421
- msgstr ""
422
-
423
- #: options.php:128
424
- msgid "If you updated the \"pool\" options or \"relatedness\" options displayed, please rebuild your cache now from the <A>related posts status pane</a>."
425
- msgstr ""
426
-
427
- #: options.php:273
428
- msgid "by <a href=\"http://mitcho.com/code/\">mitcho (Michael 芳貴 Erlewine)</a>"
429
- msgstr ""
430
-
431
- #: options.php:273
432
- msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
433
- msgstr ""
434
-
435
- #: options.php:294
436
  msgid "day(s)"
437
  msgstr ""
438
 
439
- #: options.php:295
 
440
  msgid "week(s)"
441
  msgstr ""
442
 
443
- #: options.php:296
 
444
  msgid "month(s)"
445
  msgstr ""
446
 
447
- #: options.php:298
 
448
  msgid "Show only posts from the past NUMBER UNITS"
449
  msgstr ""
450
 
451
- #: options.php:388
452
- msgid "There is a new beta (VERSION) of Yet Another Related Posts Plugin. You can <A>download it here</a> at your own risk."
453
- msgstr ""
454
-
455
- #: options.php:390
456
- msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
457
  msgstr ""
458
 
459
- #: options.php:410
460
- #: options.php:474
 
 
461
  msgid "Display using a custom template file"
462
  msgstr ""
463
 
464
- #: options.php:410
465
- #: options.php:474
466
- #: options.php:527
467
  msgid "NEW!"
468
  msgstr ""
469
 
470
- #: options.php:410
471
- #: options.php:474
 
472
  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."
473
  msgstr ""
474
 
475
- #: options.php:412
476
- #: options.php:476
 
 
477
  msgid "Template file:"
478
  msgstr ""
479
 
480
- #: options.php:423
481
- #: options.php:428
482
- #: options.php:437
483
- #: options.php:487
484
- #: options.php:492
485
- #: options.php:501
 
486
  msgid " or "
487
  msgstr ""
488
 
489
- #: options.php:469
 
490
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
491
  msgstr ""
492
 
493
- #: options.php:527
494
- msgid "Advanced"
495
- msgstr ""
496
-
497
- #: options.php:530
498
- msgid "Show cache status"
499
- msgstr ""
500
-
501
- #: options.php:531
502
- msgid "When the cache is incomplete, compute related posts on the fly?"
503
- msgstr ""
504
-
505
- #: options.php:532
506
- 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."
507
  msgstr ""
508
 
509
- #: options.php:562
510
- msgid "'MIN minute(s) and SEC second(s) remaining'"
 
511
  msgstr ""
512
 
513
- #: options.php:564
514
- msgid "'SEC second(s) remaining'"
 
515
  msgstr ""
516
 
517
- #: options.php:568
518
- msgid "Your related posts cache is now complete."
 
519
  msgstr ""
520
 
521
- #: options.php:568
522
- msgid "The SQL queries took SEC seconds."
 
523
  msgstr ""
524
 
525
- #: options.php:575
526
- msgid "There was an error while constructing the related posts for TITLE"
 
527
  msgstr ""
528
 
529
- #: options.php:577
530
- #: options.php:583
531
- msgid "Constructing the related posts timed out."
532
  msgstr ""
533
 
534
- #: options.php:580
535
- #: options.php:585
536
- msgid "Try to continue..."
537
  msgstr ""
538
 
539
- #: options.php:593
540
- msgid "Your related posts cache is PERCENT% complete."
 
541
  msgstr ""
542
 
543
- #: options.php:599
544
- msgid "starting..."
 
545
  msgstr ""
546
 
547
- #: services.php:59
548
- msgid "You cannot rebuild the YARPP cache."
 
 
549
  msgstr ""
550
 
551
- #: template-metabox.php:12
552
- msgid "These are the related entries for this entry. Updating this post may change these related posts."
 
 
553
  msgstr ""
554
 
555
- #: template-metabox.php:25
556
- msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
 
 
557
  msgstr ""
558
 
2
  msgstr ""
3
  "Project-Id-Version: YARPP_PT\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Stefan Mueller <stefan.mueller@gmail.com>\n"
8
  "Language-Team: Stefan Mueller <stefan.mueller@gmail.com>\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: Portuguese\n"
14
  "X-Poedit-Country: Portugal\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
  "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
 
22
+ #: includes.php:149
23
+ #: includes.php:194
24
+ #: includes.php:215
25
+ #@ yarpp
 
 
 
 
 
 
 
 
 
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Contribuições parecidas (YARPP)"
28
 
29
+ #: includes.php:376
30
+ #@ yarpp
 
31
  msgid "Related Posts"
32
  msgstr "Contribuições parecidas"
33
 
 
 
 
 
34
  #: template-builtin.php:35
35
  #, php-format
36
+ #@ yarpp
37
  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."
38
  msgstr "%f é a concordância determinada pelo YARPP entre este artigo e o artigo parecido (Valor de relevância). Consegue ver este artigo porque está a utilizar uma conta de administrador da WordPress. Visitantes normais não o vêem."
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Artigos parecidos fornecidos por <a href='%s'>Yet Another Related Posts Plugin</a>."
47
 
48
+ #: options.php:54
49
+ #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "O MyISAM-Check foi suspenso. Pode agora utilizar \"consider titles\" e \"consider bodies\" como critério de relevância."
52
 
53
+ #: options.php:63
54
  #, php-format
55
+ #@ yarpp
56
  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."
57
  msgstr "YARPPs \"consider titles\" und \"consider bodies\" Os critérios \"consider titles\" und \"consider bodies\" de relevância da YARPP requerem que a sua tabela <code>%s</code> utilize a <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM Storage Engine</a>, mas a tabela parece utilizar a <code>%s</code>-Engine. As duas opções foram desactivadas."
58
 
59
+ #: options.php:65
60
  #, php-format
61
+ #@ yarpp
62
  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."
63
  msgstr "Para reactivar esta função, execute o código <code>%s</code> com o comando SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>."
64
 
65
+ #: options.php:67
66
  #, php-format
67
+ #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Se, mesmo depois desta verificação, tiver a certeza de que <code>%s</code> utiliza a MyISAM-Engine, clique no botão mágico:"
70
 
71
+ #: options.php:70
72
+ #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Acredite em mim. Deixe-me usar as MyISAM-Features."
75
 
76
+ #: options.php:83
77
+ #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "Ocorreu um erro na base de dados da YARPP que pode contudo ser corrigido."
80
 
81
+ #: options.php:85
82
+ #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "Ocorreu um erro na base de dados da YARPP que não pode ser corrigido."
85
 
86
+ #: options-meta-boxes.php:45
87
+ #: options-meta-boxes.php:63
88
+ #: options-meta-boxes.php:76
89
+ #@ yarpp
90
  msgid "do not consider"
91
+ msgstr "\"não ter em conta\""
92
 
93
+ #: options-meta-boxes.php:46
94
+ #: options-meta-boxes.php:64
95
+ #: options-meta-boxes.php:78
96
+ #@ yarpp
97
  msgid "consider"
98
  msgstr "ter em conta"
99
 
100
+ #: options-meta-boxes.php:65
101
+ #@ yarpp
102
  msgid "consider with extra weight"
103
  msgstr "ter especialmente em conta"
104
 
105
+ #: options-meta-boxes.php:286
106
+ #@ default
107
+ #@ yarpp
 
 
 
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "Fazer uma doação via PayPal a mitcho (Michael Yoshitaka Erlewine) pelo desenvolvimento do plugin"
110
 
111
+ #: options.php:178
112
+ #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "Opções da YARPP"
115
 
116
+ #: options-meta-boxes.php:118
117
+ #@ yarpp
118
  msgid "\"The Pool\""
119
  msgstr "\"Pool\""
120
 
121
+ #: options-meta-boxes.php:91
122
+ #@ yarpp
123
  msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
124
  msgstr "O plugin tem em conta todos os artigos e páginas que são mencionados (ou não excluídos) neste \"Pool\"."
125
 
126
+ #: options-meta-boxes.php:96
127
+ #@ yarpp
128
  msgid "Disallow by category:"
129
  msgstr "Excluir categorias:"
130
 
131
+ #: options-meta-boxes.php:98
132
+ #@ yarpp
133
  msgid "Disallow by tag:"
134
  msgstr "Excluir etiquetas:"
135
 
136
+ #: options-meta-boxes.php:101
137
+ #@ yarpp
138
  msgid "Show password protected posts?"
139
  msgstr "Inserir palavra-chave para mostrar artigos protegidos?"
140
 
141
+ #: options-meta-boxes.php:140
142
+ #@ yarpp
143
  msgid "Show only previous posts?"
144
  msgstr "Ter em conta apenas artigos passados?"
145
 
146
+ #: options-meta-boxes.php:148
147
+ #@ yarpp
148
  msgid "\"Relatedness\" options"
149
  msgstr "Opções de parecença"
150
 
151
+ #: options-meta-boxes.php:124
152
+ #: options-meta-boxes.php:139
153
+ #: options-meta-boxes.php:157
154
+ #: options-meta-boxes.php:161
155
+ #: options-meta-boxes.php:204
156
+ #: options-meta-boxes.php:221
157
+ #: options-meta-boxes.php:223
158
+ #: options-meta-boxes.php:228
159
+ #: options-meta-boxes.php:268
160
+ #@ yarpp
 
 
 
 
 
161
  msgid "more&gt;"
162
  msgstr "?"
163
 
164
+ #: options-meta-boxes.php:130
165
+ #@ yarpp
166
  msgid "Match threshold:"
167
  msgstr "Relevância:"
168
 
169
+ #: options-meta-boxes.php:131
170
+ #@ yarpp
171
  msgid "Titles: "
172
  msgstr "Sobretítulos:"
173
 
174
+ #: options-meta-boxes.php:133
175
+ #@ yarpp
176
  msgid "Bodies: "
177
  msgstr "Corpo do texto:"
178
 
179
+ #: options-meta-boxes.php:135
180
+ #@ yarpp
181
  msgid "Tags: "
182
  msgstr "Tags:"
183
 
184
+ #: options-meta-boxes.php:137
185
+ #@ yarpp
186
  msgid "Categories: "
187
  msgstr "Categorias:"
188
 
189
+ #: options-meta-boxes.php:139
190
+ #@ yarpp
191
  msgid "Cross-relate posts and pages?"
192
  msgstr "Emitir artigos e páginas em conjunto?"
193
 
194
+ #: options-meta-boxes.php:139
195
+ #@ yarpp
196
  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."
197
  msgstr "Se a opção \"Emitir artigos e páginas em conjunto \" estiver activa, as funções <code>related_posts()</code>, <code>related_pages()</code>, e <code>related_entries()</code> emitem o mesmo: Nas contribuições parecidas não aparecem artigos nem páginas!"
198
 
199
+ #: options-meta-boxes.php:212
200
+ #@ yarpp
201
  msgid "Display options <small>for your website</small>"
202
  msgstr "Apresentação <small>(Website)</small>"
203
 
204
+ #: options-meta-boxes.php:157
205
+ #@ yarpp
206
  msgid "Automatically display related posts?"
207
  msgstr "Mostrar contribuições parecidas automaticamente?"
208
 
209
+ #: options-meta-boxes.php:157
210
+ #@ yarpp
211
  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."
212
+ msgstr ""
213
 
214
+ #: options-meta-boxes.php:158
215
+ #@ yarpp
216
  msgid "Website display code example"
217
  msgstr "Exemplo de um código-fonte para o anúncio da página"
218
 
219
+ #: options-meta-boxes.php:158
220
+ #: options-meta-boxes.php:221
221
+ #@ yarpp
222
  msgid "(Update options to reload.)"
223
  msgstr "Para ver as suas opções aqui, terá de guardar primeiro as opções!"
224
 
225
+ #: options-meta-boxes.php:160
226
+ #: options-meta-boxes.php:226
227
+ #@ yarpp
228
  msgid "Maximum number of related posts:"
229
  msgstr "Quantidade máxima de contribuições:"
230
 
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:244
233
+ #@ yarpp
234
  msgid "Before / after related entries:"
235
  msgstr "Código-fonte antes / depois das contribuições parecidas:"
236
 
237
+ #: options-meta-boxes.php:175
238
+ #: options-meta-boxes.php:176
239
+ #: options-meta-boxes.php:184
240
+ #: options-meta-boxes.php:244
241
+ #: options-meta-boxes.php:245
242
+ #: options-meta-boxes.php:250
243
+ #@ yarpp
244
  msgid "For example:"
245
  msgstr "Ex.:"
246
 
247
+ #: options-meta-boxes.php:176
248
+ #: options-meta-boxes.php:245
249
+ #@ yarpp
250
  msgid "Before / after each related entry:"
251
  msgstr "Código-fonte antes / depois das respectivas contribuições:"
252
 
253
+ #: options-meta-boxes.php:178
254
+ #: options-meta-boxes.php:247
255
+ #@ yarpp
256
  msgid "Show excerpt?"
257
  msgstr "Mostrar excerto?"
258
 
259
+ #: options-meta-boxes.php:179
260
+ #: options-meta-boxes.php:248
261
+ #@ yarpp
262
  msgid "Excerpt length (No. of words):"
263
  msgstr "Comprimento do excerto (Quantidade de palavras):"
264
 
265
+ #: options-meta-boxes.php:183
266
+ #@ yarpp
267
  msgid "Before / after (Excerpt):"
268
  msgstr "Código-fonte antes / depois dos respectivos excertos:"
269
 
270
+ #: options-meta-boxes.php:189
271
+ #: options-meta-boxes.php:254
272
+ #@ yarpp
273
  msgid "Order results:"
274
  msgstr "Sequência dos anúncios:"
275
 
276
+ #: options-meta-boxes.php:191
277
+ #: options-meta-boxes.php:256
278
+ #@ yarpp
279
  msgid "score (high relevance to low)"
280
  msgstr "Relevância (da maior à mais pequena)"
281
 
282
+ #: options-meta-boxes.php:192
283
+ #: options-meta-boxes.php:257
284
+ #@ yarpp
285
  msgid "score (low relevance to high)"
286
  msgstr "Relevância (da mais pequena à maior)"
287
 
288
+ #: options-meta-boxes.php:193
289
+ #: options-meta-boxes.php:258
290
+ #@ yarpp
291
  msgid "date (new to old)"
292
  msgstr "Estampa da hora (da mais actual à mais velha)"
293
 
294
+ #: options-meta-boxes.php:194
295
+ #: options-meta-boxes.php:259
296
+ #@ yarpp
297
  msgid "date (old to new)"
298
  msgstr "Estampa da hora (da mais antiga à mais actual)"
299
 
300
+ #: options-meta-boxes.php:195
301
+ #: options-meta-boxes.php:260
302
+ #@ yarpp
303
  msgid "title (alphabetical)"
304
  msgstr "Sobretítulo (A-Z)"
305
 
306
+ #: options-meta-boxes.php:196
307
+ #: options-meta-boxes.php:261
308
+ #@ yarpp
309
  msgid "title (reverse alphabetical)"
310
  msgstr "Sobretítulo (Z-A)"
311
 
312
+ #: options-meta-boxes.php:201
313
+ #: options-meta-boxes.php:266
314
+ #@ yarpp
315
  msgid "Default display if no results:"
316
  msgstr "Código-fonte quando forem encontrados 0 artigos relevantes:"
317
 
318
+ #: includes.php:257
319
+ #: options-meta-boxes.php:203
320
+ #: options-meta-boxes.php:268
321
+ #@ yarpp
322
  msgid "Help promote Yet Another Related Posts Plugin?"
323
  msgstr "Aplicar a YARPP discretamente?"
324
 
325
+ #: options-meta-boxes.php:205
326
+ #: options-meta-boxes.php:269
327
  #, php-format
328
+ #@ yarpp
329
  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."
330
  msgstr "Quando activado, aparece nos resultados uma pequena informação em relação ao autor e plugin das contribuições parecidas. Adiciona o código %s."
331
 
332
+ #: options-meta-boxes.php:276
333
+ #@ yarpp
334
  msgid "Display options <small>for RSS</small>"
335
  msgstr "Apresentação <small>(RSS)</small>"
336
 
337
+ #: options-meta-boxes.php:221
338
+ #@ yarpp
339
  msgid "Display related posts in feeds?"
340
  msgstr "Mostrar contribuições parecidas nos feeds de notícias?"
341
 
342
+ #: options-meta-boxes.php:223
343
+ #@ yarpp
344
  msgid "Display related posts in the descriptions?"
345
  msgstr "Mostrar contribuições em Descriptions?"
346
 
347
+ #: options-meta-boxes.php:223
348
+ #@ yarpp
349
  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."
350
  msgstr "Mostra as contribuições parecidas também em RSS-Descriptions, não só em Content."
351
 
352
+ #: options-meta-boxes.php:221
353
+ #@ yarpp
354
  msgid "RSS display code example"
355
  msgstr "Exemplos de anúncios RSS"
356
 
357
+ #: options-meta-boxes.php:250
358
+ #@ yarpp
 
 
 
359
  msgid "Before / after (excerpt):"
360
  msgstr "Código-fonte antes / depois do excerto:"
361
 
362
+ #: options-meta-boxes.php:38
363
+ #@ yarpp
364
  msgid "word"
365
  msgstr "Palavra"
366
 
367
+ #: options-meta-boxes.php:39
368
+ #@ yarpp
369
  msgid "tag"
370
  msgstr "Etiqueta"
371
 
372
+ #: options-meta-boxes.php:40
373
+ #@ yarpp
374
  msgid "category"
375
  msgstr "Categoria"
376
 
377
+ #: options-meta-boxes.php:48
378
+ #: options-meta-boxes.php:80
379
  #, php-format
380
+ #@ yarpp
381
  msgid "require at least one %s in common"
382
  msgstr "pelo menos igual a %s"
383
 
384
+ #: options-meta-boxes.php:50
385
+ #: options-meta-boxes.php:82
386
  #, php-format
387
+ #@ yarpp
388
  msgid "require more than one %s in common"
389
  msgstr "mais do que igual a %s"
390
 
391
+ #: options.php:114
392
+ #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "Opções gravadas!"
395
 
396
+ #: options-meta-boxes.php:124
397
+ #@ yarpp
398
  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."
399
  msgstr ""
400
 
401
+ #: options.php:279
402
+ #@ yarpp
403
  msgid "Update options"
404
  msgstr "Actualizar opções"
405
 
406
+ #: options.php:280
407
+ #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Deseja mesmo reverter as opções?"
410
 
411
+ #: options.php:280
412
+ #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Reverter opções"
415
 
416
+ #: includes.php:26
417
+ #: includes.php:37
418
+ #@ yarpp
419
  msgid "Related posts:"
420
  msgstr ""
421
 
422
+ #: includes.php:28
423
+ #: includes.php:39
424
  #: template-metabox.php:27
425
+ #: template-widget.php:13
426
+ #@ yarpp
427
  msgid "No related posts."
428
  msgstr ""
429
 
430
+ #: cache-postmeta.php:105
431
+ #: cache-tables.php:131
432
+ #@ yarpp
 
 
 
 
 
 
433
  msgid "Example post "
434
  msgstr ""
435
 
436
+ #: options-meta-boxes.php:105
437
+ #@ yarpp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
438
  msgid "day(s)"
439
  msgstr ""
440
 
441
+ #: options-meta-boxes.php:106
442
+ #@ yarpp
443
  msgid "week(s)"
444
  msgstr ""
445
 
446
+ #: options-meta-boxes.php:107
447
+ #@ yarpp
448
  msgid "month(s)"
449
  msgstr ""
450
 
451
+ #: options-meta-boxes.php:109
452
+ #@ yarpp
453
  msgid "Show only posts from the past NUMBER UNITS"
454
  msgstr ""
455
 
456
+ #: options.php:46
457
+ #, php-format
458
+ #@ yarpp
459
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
 
 
460
  msgstr ""
461
 
462
+ #: includes.php:248
463
+ #: options-meta-boxes.php:161
464
+ #: options-meta-boxes.php:228
465
+ #@ yarpp
466
  msgid "Display using a custom template file"
467
  msgstr ""
468
 
469
+ #: options-meta-boxes.php:228
470
+ #@ yarpp
 
471
  msgid "NEW!"
472
  msgstr ""
473
 
474
+ #: options-meta-boxes.php:161
475
+ #: options-meta-boxes.php:228
476
+ #@ yarpp
477
  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."
478
  msgstr ""
479
 
480
+ #: includes.php:249
481
+ #: options-meta-boxes.php:165
482
+ #: options-meta-boxes.php:233
483
+ #@ yarpp
484
  msgid "Template file:"
485
  msgstr ""
486
 
487
+ #: options-meta-boxes.php:175
488
+ #: options-meta-boxes.php:176
489
+ #: options-meta-boxes.php:184
490
+ #: options-meta-boxes.php:244
491
+ #: options-meta-boxes.php:245
492
+ #: options-meta-boxes.php:250
493
+ #@ yarpp
494
  msgid " or "
495
  msgstr ""
496
 
497
+ #: options-meta-boxes.php:221
498
+ #@ yarpp
499
  msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
500
  msgstr ""
501
 
502
+ #: template-metabox.php:12
503
+ #@ yarpp
504
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
 
 
 
 
 
 
 
 
 
 
 
505
  msgstr ""
506
 
507
+ #: template-metabox.php:25
508
+ #@ yarpp
509
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
510
  msgstr ""
511
 
512
+ #: includes.php:169
513
+ #@ yarpp
514
+ msgid "Settings"
515
  msgstr ""
516
 
517
+ #: includes.php:243
518
+ #@ default
519
+ msgid "Title:"
520
  msgstr ""
521
 
522
+ #: includes.php:385
523
+ #@ yarpp
524
+ msgid "Related entries may be displayed once you save your entry"
525
  msgstr ""
526
 
527
+ #: options-meta-boxes.php:124
528
+ #@ yarpp
529
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
530
  msgstr ""
531
 
532
+ #: options-meta-boxes.php:283
533
+ #@ yarpp
534
+ msgid "YARPP Forum"
535
  msgstr ""
536
 
537
+ #: options-meta-boxes.php:284
538
+ #@ yarpp
539
+ msgid "YARPP on Twitter"
540
  msgstr ""
541
 
542
+ #: options-meta-boxes.php:285
543
+ #@ yarpp
544
+ msgid "YARPP on the Web"
545
  msgstr ""
546
 
547
+ #: options-meta-boxes.php:292
548
+ #@ yarpp
549
+ msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
553
+ #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
+ #, php-format
566
+ #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-ru_RU.mo CHANGED
Binary file
lang/yarpp-ru_RU.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Связанные посты (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Связанные посты"
@@ -37,40 +37,48 @@ msgstr "Связанные посты"
37
  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."
38
  msgstr "%f - это коэффициэнт \"похожести\" текущго поста и связаного с ним. Вы видите это потому, что вы зашли в Wordpress администратором. Это не показывается простым посетителям"
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "Проверка MyISAM была выполнена. Теперь вы можете использовать критерии похожести “Рассматривать заголовки” и “Рассмотривать текст”."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "Использование опций YARPP “Рассматривать заголовки” и “Рассматривать текст” требует, чтобы ваша таблица <code>%s</code> использовала движок <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, но таблица видимо использует движок <code>%s</code>. Эти две опции отключены."
50
 
51
- #: options.php:37
52
  #, fuzzy, php-format, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Для восстановления этих опций, пожалуйста, измените вашу таблицу <code>%s</code>следующей SQL инструкцией e&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />При изменении таблицы данные не должны пропасть, однако возможны последствия."
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Если, независимо от этой опции, вы уверены что таблица <code>%s</code> использует MyISAM, нажмите на эту волшебную кнопку&nbsp;:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Поверьте мне. Позвольте мне использовать MyISAM."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "База данных YARPP содержала ошибки, но они были исправлены."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "База данных YARPP содержит ошибку, которая не может быть исправлена."
@@ -100,7 +108,7 @@ msgstr "рассматривать с дополнительным весом"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "Пожертвовать разработчику mitcho (Michael Yoshitaka Erlewine), через PayPal"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "Опции YARPP"
@@ -380,7 +388,7 @@ msgstr "хотя бы один \"%s\" должен быть общим"
380
  msgid "require more than one %s in common"
381
  msgstr "более одного \"%s\" должно быть общим"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "Настройки сохранены!"
@@ -390,17 +398,17 @@ msgstr "Настройки сохранены!"
390
  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."
391
  msgstr "Чем выше порог похожести, тем строже выборка, и тем меньше получите записей на выходе. По-умолчанию порог равен 5. Если хотите найти приемлимые пороговые значения, поэкспериментируйте с несколькими сообщениями. Вы сможете увидеть, какие сообщения выходят наверх и какие у них значения схожести, по которым можно определить приемлимый уровень для вашего сайта."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Изменить настройки"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Вы действительно хотите сбросить ваши настройки?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Сбросить настройки"
@@ -431,6 +439,12 @@ msgstr "лет"
431
  msgid "Show only posts from the past NUMBER UNITS"
432
  msgstr "Показывать только посты за последние NUMBER UNITS"
433
 
 
 
 
 
 
 
434
  #: includes.php:248
435
  #: options-meta-boxes.php:161
436
  #: options-meta-boxes.php:228
@@ -495,17 +509,11 @@ msgstr ""
495
  msgid "Title:"
496
  msgstr ""
497
 
498
- #: includes.php:389
499
  #@ yarpp
500
  msgid "Related entries may be displayed once you save your entry"
501
  msgstr ""
502
 
503
- #: magic.php:297
504
- #, php-format
505
- #@ yarpp
506
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
507
- msgstr ""
508
-
509
  #: options-meta-boxes.php:124
510
  #@ yarpp
511
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -521,12 +529,6 @@ msgstr ""
521
  msgid " or "
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Связанные посты (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Связанные посты"
37
  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."
38
  msgstr "%f - это коэффициэнт \"похожести\" текущго поста и связаного с ним. Вы видите это потому, что вы зашли в Wordpress администратором. Это не показывается простым посетителям"
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Список похожих постов предоставлен вам плагином <a href='%s'>YARPP</a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "Проверка MyISAM была выполнена. Теперь вы можете использовать критерии похожести “Рассматривать заголовки” и “Рассмотривать текст”."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "Использование опций YARPP “Рассматривать заголовки” и “Рассматривать текст” требует, чтобы ваша таблица <code>%s</code> использовала движок <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, но таблица видимо использует движок <code>%s</code>. Эти две опции отключены."
58
 
59
+ #: options.php:65
60
  #, fuzzy, php-format, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "Для восстановления этих опций, пожалуйста, измените вашу таблицу <code>%s</code>следующей SQL инструкцией e&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />При изменении таблицы данные не должны пропасть, однако возможны последствия."
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Если, независимо от этой опции, вы уверены что таблица <code>%s</code> использует MyISAM, нажмите на эту волшебную кнопку&nbsp;:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Поверьте мне. Позвольте мне использовать MyISAM."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "База данных YARPP содержала ошибки, но они были исправлены."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "База данных YARPP содержит ошибку, которая не может быть исправлена."
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "Пожертвовать разработчику mitcho (Michael Yoshitaka Erlewine), через PayPal"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "Опции YARPP"
388
  msgid "require more than one %s in common"
389
  msgstr "более одного \"%s\" должно быть общим"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "Настройки сохранены!"
398
  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."
399
  msgstr "Чем выше порог похожести, тем строже выборка, и тем меньше получите записей на выходе. По-умолчанию порог равен 5. Если хотите найти приемлимые пороговые значения, поэкспериментируйте с несколькими сообщениями. Вы сможете увидеть, какие сообщения выходят наверх и какие у них значения схожести, по которым можно определить приемлимый уровень для вашего сайта."
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "Изменить настройки"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Вы действительно хотите сбросить ваши настройки?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Сбросить настройки"
439
  msgid "Show only posts from the past NUMBER UNITS"
440
  msgstr "Показывать только посты за последние NUMBER UNITS"
441
 
442
+ #: options.php:46
443
+ #, php-format
444
+ #@ yarpp
445
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
446
+ msgstr "Вышла новая beta (%s) плагина YARPP. Вы можете <a href=\"%s\">скачать её здесь</a> на свой риск."
447
+
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
509
  msgid "Title:"
510
  msgstr ""
511
 
512
+ #: includes.php:385
513
  #@ yarpp
514
  msgid "Related entries may be displayed once you save your entry"
515
  msgstr ""
516
 
 
 
 
 
 
 
517
  #: options-meta-boxes.php:124
518
  #@ yarpp
519
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
529
  msgid " or "
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-sv_SE.mo CHANGED
Binary file
lang/yarpp-sv_SE.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Relaterade inlägg (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Relaterade inlägg"
@@ -37,45 +37,53 @@ msgstr "Relaterade inlägg"
37
  msgid "Example post "
38
  msgstr "Exempel på inlägg"
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "MyISAM-kontrollen har åsidosatts. Du kan nu använda kriterierna \"ta hänsyn till rubriker\" och \"ta hänsyn till innehåll\"."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "YARPPs kriterier \"ta hänsyn till rubriker\" och \"ta hänsyn till innehåll\" kräver att din <code>%s</code> tabell använder <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM Storage Engine</a>, men det verkar som om den använder <code>%s</code>. Därför är kriterierna inte åtkomliga."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Vill du använda dessa funktioner måste du ändra tabellen <code>%s</code>, genom att utföra detta SQL-kommando mot din databas: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>."
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Om du trots denna kontroll är säker på att tabellen <code>%s</code> använder MyISAM-formatet kan du klicka på denna magiska knapp:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Lita på mig. Låt mig använda MyISAM-finesserna."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "Databasen för YARPP innehöll ett fel, men det har korrigerats nu."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "Databasen för YARPP innehåller ett fel som inte kunde korrigeras."
77
 
78
- #: options.php:86
79
  #@ yarpp
80
  msgid "Options saved!"
81
  msgstr "Inställningarna sparade!"
@@ -128,7 +136,7 @@ msgstr "kräv mer än en gemensam %s"
128
  msgid "consider with extra weight"
129
  msgstr "ta hänsyn till och ge extra vikt åt"
130
 
131
- #: options.php:150
132
  #@ yarpp
133
  msgid "Yet Another Related Posts Plugin Options"
134
  msgstr "YARPP-inställningar"
@@ -247,6 +255,12 @@ msgstr "Relatera till både inlägg och sidor?"
247
  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."
248
  msgstr "Om \"Relatera till både inlägg och sidor?\" är aktivt, kommer du att få samma resultat från <code>related_posts()</code>, <code>related_pages()</code> och <code>related_entries()</code>. Alla tre kommer att visa både relaterade sidor och inlägg."
249
 
 
 
 
 
 
 
250
  #: options-meta-boxes.php:212
251
  #@ yarpp
252
  msgid "Display options <small>for your website</small>"
@@ -429,17 +443,17 @@ msgstr "RSS-exempel"
429
  msgid "Before / after (excerpt):"
430
  msgstr "Visa före / efter utdrag:"
431
 
432
- #: options.php:268
433
  #@ yarpp
434
  msgid "Update options"
435
  msgstr "Updatera inställningar "
436
 
437
- #: options.php:269
438
  #@ yarpp
439
  msgid "Do you really want to reset your configuration?"
440
  msgstr "Vill du verkligen nollställa inställningarna?"
441
 
442
- #: options.php:269
443
  #@ yarpp
444
  msgid "Reset options"
445
  msgstr "Nollställ inställningar"
@@ -484,17 +498,11 @@ msgstr ""
484
  msgid "Title:"
485
  msgstr ""
486
 
487
- #: includes.php:389
488
  #@ yarpp
489
  msgid "Related entries may be displayed once you save your entry"
490
  msgstr ""
491
 
492
- #: magic.php:297
493
- #, php-format
494
- #@ yarpp
495
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
496
- msgstr ""
497
-
498
  #: options-meta-boxes.php:124
499
  #@ yarpp
500
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -516,12 +524,6 @@ msgstr ""
516
  msgid " or "
517
  msgstr ""
518
 
519
- #: options-meta-boxes.php:205
520
- #: options-meta-boxes.php:269
521
- #@ yarpp
522
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
523
- msgstr ""
524
-
525
  #: options-meta-boxes.php:228
526
  #@ yarpp
527
  msgid "NEW!"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Relaterade inlägg (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Relaterade inlägg"
37
  msgid "Example post "
38
  msgstr "Exempel på inlägg"
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Relaterade inlägg tack vare <a href='%s'>Yet Another Related Posts Plugin</a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "MyISAM-kontrollen har åsidosatts. Du kan nu använda kriterierna \"ta hänsyn till rubriker\" och \"ta hänsyn till innehåll\"."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "YARPPs kriterier \"ta hänsyn till rubriker\" och \"ta hänsyn till innehåll\" kräver att din <code>%s</code> tabell använder <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM Storage Engine</a>, men det verkar som om den använder <code>%s</code>. Därför är kriterierna inte åtkomliga."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "Vill du använda dessa funktioner måste du ändra tabellen <code>%s</code>, genom att utföra detta SQL-kommando mot din databas: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>."
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Om du trots denna kontroll är säker på att tabellen <code>%s</code> använder MyISAM-formatet kan du klicka på denna magiska knapp:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Lita på mig. Låt mig använda MyISAM-finesserna."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "Databasen för YARPP innehöll ett fel, men det har korrigerats nu."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "Databasen för YARPP innehåller ett fel som inte kunde korrigeras."
85
 
86
+ #: options.php:114
87
  #@ yarpp
88
  msgid "Options saved!"
89
  msgstr "Inställningarna sparade!"
136
  msgid "consider with extra weight"
137
  msgstr "ta hänsyn till och ge extra vikt åt"
138
 
139
+ #: options.php:178
140
  #@ yarpp
141
  msgid "Yet Another Related Posts Plugin Options"
142
  msgstr "YARPP-inställningar"
255
  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."
256
  msgstr "Om \"Relatera till både inlägg och sidor?\" är aktivt, kommer du att få samma resultat från <code>related_posts()</code>, <code>related_pages()</code> och <code>related_entries()</code>. Alla tre kommer att visa både relaterade sidor och inlägg."
257
 
258
+ #: options.php:46
259
+ #, php-format
260
+ #@ yarpp
261
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
262
+ msgstr "Det finns en ny beta (%s) av Yet Another Related Posts Plugin. Du kan <a href=\"%s\">hämta den här</a> på egen risk."
263
+
264
  #: options-meta-boxes.php:212
265
  #@ yarpp
266
  msgid "Display options <small>for your website</small>"
443
  msgid "Before / after (excerpt):"
444
  msgstr "Visa före / efter utdrag:"
445
 
446
+ #: options.php:279
447
  #@ yarpp
448
  msgid "Update options"
449
  msgstr "Updatera inställningar "
450
 
451
+ #: options.php:280
452
  #@ yarpp
453
  msgid "Do you really want to reset your configuration?"
454
  msgstr "Vill du verkligen nollställa inställningarna?"
455
 
456
+ #: options.php:280
457
  #@ yarpp
458
  msgid "Reset options"
459
  msgstr "Nollställ inställningar"
498
  msgid "Title:"
499
  msgstr ""
500
 
501
+ #: includes.php:385
502
  #@ yarpp
503
  msgid "Related entries may be displayed once you save your entry"
504
  msgstr ""
505
 
 
 
 
 
 
 
506
  #: options-meta-boxes.php:124
507
  #@ yarpp
508
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
524
  msgid " or "
525
  msgstr ""
526
 
 
 
 
 
 
 
527
  #: options-meta-boxes.php:228
528
  #@ yarpp
529
  msgid "NEW!"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-tr_TR.mo CHANGED
Binary file
lang/yarpp-tr_TR.po CHANGED
@@ -45,7 +45,7 @@ msgstr "Benzer Yazılar(YARPP)"
45
  msgid "Settings"
46
  msgstr "Ayarlar"
47
 
48
- #: includes.php:380
49
  #@ yarpp
50
  msgid "Related Posts"
51
  msgstr "Benzer Yazılar"
@@ -56,45 +56,53 @@ msgstr "Benzer Yazılar"
56
  msgid "Example post "
57
  msgstr "Örnek yazı"
58
 
59
- #: options.php:26
 
 
 
 
 
 
 
 
60
  #@ yarpp
61
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
62
  msgstr "MyISAM kontorü artık geçersiz. Artık \"uygun başlık\"( \"consider titles\" ) ve \"uygun body'leri\" ( \"consider bodies\" ) kriterlerini kullanabilirsiniz."
63
 
64
- #: options.php:35
65
  #, php-format
66
  #@ yarpp
67
  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."
68
  msgstr "YARPP'ın \"consider titles\" (uygun başlık) ve \"consider bodies\" (uygun gövde) kriteri <code>%s</code> tablosunu gerektirir, <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM depo motorunu</a> çalıştırmak için. Ama tablolar <code>%s</code> motorunu kullanıyor gibi gözüküyor. Bu her iki özellik devre dışı bırakıldı."
69
 
70
- #: options.php:37
71
  #, php-format
72
  #@ yarpp
73
  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."
74
  msgstr "Bu özellikleri düzenlemek için, <code>%s</code> tablosunu <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> kodunu kullanarak güncelleştirin. Hiçbir veri silinmeyecektir tam aksi bu performansı arttıracaktır."
75
 
76
- #: options.php:39
77
  #, php-format
78
  #@ yarpp
79
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
80
  msgstr "Eğer <code>%s</code>'in MyISAM motorunu kullandığından eminseniz lütfen butonu tıklayın:"
81
 
82
- #: options.php:42
83
  #@ yarpp
84
  msgid "Trust me. Let me use MyISAM features."
85
  msgstr "Bana güvenebilirsin :). MYISAM özelliklerini kullanmama izin ver."
86
 
87
- #: options.php:55
88
  #@ yarpp
89
  msgid "The YARPP database had an error but has been fixed."
90
  msgstr "YARPP veritabanında bir hata oluştu, hata giderildi."
91
 
92
- #: options.php:57
93
  #@ yarpp
94
  msgid "The YARPP database has an error which could not be fixed."
95
  msgstr "YARPP veritabanında bir hata oluştu, hata giderilemedi."
96
 
97
- #: options.php:86
98
  #@ yarpp
99
  msgid "Options saved!"
100
  msgstr "Ayarlar kaydedildi!"
@@ -147,7 +155,7 @@ msgstr "birden fazla %s gerektirir common için"
147
  msgid "consider with extra weight"
148
  msgstr "en fazla ağırlığa göre göz önünde bulundur"
149
 
150
- #: options.php:150
151
  #@ yarpp
152
  msgid "Yet Another Related Posts Plugin Options"
153
  msgstr "Yet Another Related Posts Ayarlar"
@@ -261,6 +269,12 @@ msgstr "Sayfa ve yazıları ilişkilendir?"
261
  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."
262
  msgstr "\"Cross-relate posts and pages\" (Sayfa ve yazıları ilişkilendir) özelliğini seçtiğinizde <code>related_posts()</code>, <code>related_pages()</code> ve <code>related_entries()</code> kodlarını hepsi aynı çıktıyı verecektir. "
263
 
 
 
 
 
 
 
264
  #: options-meta-boxes.php:212
265
  #@ yarpp
266
  msgid "Display options <small>for your website</small>"
@@ -464,17 +478,17 @@ msgstr "RSS gösterme kod örneği"
464
  msgid "Before / after (excerpt):"
465
  msgstr "Önceki/sonraki alıntıar:"
466
 
467
- #: options.php:268
468
  #@ yarpp
469
  msgid "Update options"
470
  msgstr "Seçenekler güncelleştir"
471
 
472
- #: options.php:269
473
  #@ yarpp
474
  msgid "Do you really want to reset your configuration?"
475
  msgstr "Ayarlarınızı sıfırlamak istediğinizden emin misiniz?"
476
 
477
- #: options.php:269
478
  #@ yarpp
479
  msgid "Reset options"
480
  msgstr "Ayarları sıfırla"
@@ -500,17 +514,11 @@ msgstr "Benzer yazıların nasıl gösterileceği tamamen size bağlıdır."
500
  msgid "Title:"
501
  msgstr ""
502
 
503
- #: includes.php:389
504
  #@ yarpp
505
  msgid "Related entries may be displayed once you save your entry"
506
  msgstr ""
507
 
508
- #: magic.php:297
509
- #, php-format
510
- #@ yarpp
511
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
512
- msgstr ""
513
-
514
  #: options-meta-boxes.php:124
515
  #@ yarpp
516
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -521,12 +529,6 @@ msgstr ""
521
  msgid "Show only previous posts?"
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
45
  msgid "Settings"
46
  msgstr "Ayarlar"
47
 
48
+ #: includes.php:376
49
  #@ yarpp
50
  msgid "Related Posts"
51
  msgstr "Benzer Yazılar"
56
  msgid "Example post "
57
  msgstr "Örnek yazı"
58
 
59
+ #: magic.php:297
60
+ #: options-meta-boxes.php:205
61
+ #: options-meta-boxes.php:269
62
+ #, php-format
63
+ #@ yarpp
64
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
65
+ msgstr "Benzer yazı sizi <a href='%s'>Yet Another Related Posts Eklentisini</a> kullanarak getirdi."
66
+
67
+ #: options.php:54
68
  #@ yarpp
69
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
70
  msgstr "MyISAM kontorü artık geçersiz. Artık \"uygun başlık\"( \"consider titles\" ) ve \"uygun body'leri\" ( \"consider bodies\" ) kriterlerini kullanabilirsiniz."
71
 
72
+ #: options.php:63
73
  #, php-format
74
  #@ yarpp
75
  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."
76
  msgstr "YARPP'ın \"consider titles\" (uygun başlık) ve \"consider bodies\" (uygun gövde) kriteri <code>%s</code> tablosunu gerektirir, <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM depo motorunu</a> çalıştırmak için. Ama tablolar <code>%s</code> motorunu kullanıyor gibi gözüküyor. Bu her iki özellik devre dışı bırakıldı."
77
 
78
+ #: options.php:65
79
  #, php-format
80
  #@ yarpp
81
  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."
82
  msgstr "Bu özellikleri düzenlemek için, <code>%s</code> tablosunu <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> kodunu kullanarak güncelleştirin. Hiçbir veri silinmeyecektir tam aksi bu performansı arttıracaktır."
83
 
84
+ #: options.php:67
85
  #, php-format
86
  #@ yarpp
87
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
88
  msgstr "Eğer <code>%s</code>'in MyISAM motorunu kullandığından eminseniz lütfen butonu tıklayın:"
89
 
90
+ #: options.php:70
91
  #@ yarpp
92
  msgid "Trust me. Let me use MyISAM features."
93
  msgstr "Bana güvenebilirsin :). MYISAM özelliklerini kullanmama izin ver."
94
 
95
+ #: options.php:83
96
  #@ yarpp
97
  msgid "The YARPP database had an error but has been fixed."
98
  msgstr "YARPP veritabanında bir hata oluştu, hata giderildi."
99
 
100
+ #: options.php:85
101
  #@ yarpp
102
  msgid "The YARPP database has an error which could not be fixed."
103
  msgstr "YARPP veritabanında bir hata oluştu, hata giderilemedi."
104
 
105
+ #: options.php:114
106
  #@ yarpp
107
  msgid "Options saved!"
108
  msgstr "Ayarlar kaydedildi!"
155
  msgid "consider with extra weight"
156
  msgstr "en fazla ağırlığa göre göz önünde bulundur"
157
 
158
+ #: options.php:178
159
  #@ yarpp
160
  msgid "Yet Another Related Posts Plugin Options"
161
  msgstr "Yet Another Related Posts Ayarlar"
269
  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."
270
  msgstr "\"Cross-relate posts and pages\" (Sayfa ve yazıları ilişkilendir) özelliğini seçtiğinizde <code>related_posts()</code>, <code>related_pages()</code> ve <code>related_entries()</code> kodlarını hepsi aynı çıktıyı verecektir. "
271
 
272
+ #: options.php:46
273
+ #, php-format
274
+ #@ yarpp
275
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
276
+ msgstr "Bu eklentinin BETA (%s) sürümü mevcut. <a href=\"%s\">Buradan indirebilirsiniz</a>"
277
+
278
  #: options-meta-boxes.php:212
279
  #@ yarpp
280
  msgid "Display options <small>for your website</small>"
478
  msgid "Before / after (excerpt):"
479
  msgstr "Önceki/sonraki alıntıar:"
480
 
481
+ #: options.php:279
482
  #@ yarpp
483
  msgid "Update options"
484
  msgstr "Seçenekler güncelleştir"
485
 
486
+ #: options.php:280
487
  #@ yarpp
488
  msgid "Do you really want to reset your configuration?"
489
  msgstr "Ayarlarınızı sıfırlamak istediğinizden emin misiniz?"
490
 
491
+ #: options.php:280
492
  #@ yarpp
493
  msgid "Reset options"
494
  msgstr "Ayarları sıfırla"
514
  msgid "Title:"
515
  msgstr ""
516
 
517
+ #: includes.php:385
518
  #@ yarpp
519
  msgid "Related entries may be displayed once you save your entry"
520
  msgstr ""
521
 
 
 
 
 
 
 
522
  #: options-meta-boxes.php:124
523
  #@ yarpp
524
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
529
  msgid "Show only previous posts?"
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-uk_UA.mo CHANGED
Binary file
lang/yarpp-uk_UA.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Зв'язані пости (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Зв'язані пости (YARPP)"
@@ -37,40 +37,48 @@ msgstr "Зв'язані пости (YARPP)"
37
  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."
38
  msgstr "%f - это коэффициэнт YARPP текущго поста и связаного с ним. Вы видите это потому, что вы зашли в Wordpress администратором. Это не показывается простым посетителям"
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "Перевірка MyISAM була виконана. Тепер ви можете використовувати критерії схожості “Розглядати заголовки” і “Розглядати текст”."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "Використання опцій YARPP “Розглядати заголовки” і “Розглядати текст” вимагає, щоб ваша таблиця <code>%s</code> використовувала движок <а href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, але таблиця мабуть використовує движок <code>%s</code>. Ці дві опції відключено."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Для відновлення цих опцій, будь ласка, змініть вашу таблицю <code>%s</code>наступною SQL інструкцією е : <code>ALTER TABLE `%s` ENGINE = MYISAM;</code><br />При зміні таблиці дані не повинні пропасти, проте можливі наслідки."
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Якщо, незалежно від цієї опції, ви упевнені що таблиця <code>%s</code> використовує MyISAM, натисніть на цю чарівну кнопку:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Повірте мені. Дозвольте мені використовувати MyISAM."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "База даних YARPP містила помилки, але вони були виправлені."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "База даних YARPP містить помилку, яка не може бути виправлена."
@@ -100,7 +108,7 @@ msgstr "розглядати з додатковою вагою"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "Пожертвувати розробникові mitcho (Michael Yoshitaka Erlewine), через PayPal"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "Опції YARPP"
@@ -380,7 +388,7 @@ msgstr "хоч би один \"%s\" повинен бути загальним"
380
  msgid "require more than one %s in common"
381
  msgstr "більш за одне \"%s\" повинно бути загальним"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "Настройки збережені!"
@@ -390,17 +398,17 @@ msgstr "Настройки збережені!"
390
  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."
391
  msgstr "Чим вище поріг схожості, тим суворіше вибірка, і тим менше отримаєте записів на виході. За замовчуванням поріг дорівнює 5. Якщо хочете знайти прийнятні порогові значення, поекспериментуйте з кількома повідомлення. Ви зможете побачити, які повідомлення виходять наверх і які у них значення подібності, за якими можна визначити прийнятний рівень для вашого сайту."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Змінити налаштування"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Ви дійсно хочете скинути ваші налаштування?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Скинути налаштування"
@@ -431,6 +439,12 @@ msgstr "років"
431
  msgid "Show only posts from the past NUMBER UNITS"
432
  msgstr "Показувати тільки пости за останні NUMBER UNITS"
433
 
 
 
 
 
 
 
434
  #: includes.php:248
435
  #: options-meta-boxes.php:161
436
  #: options-meta-boxes.php:228
@@ -495,17 +509,11 @@ msgstr ""
495
  msgid "Title:"
496
  msgstr ""
497
 
498
- #: includes.php:389
499
  #@ yarpp
500
  msgid "Related entries may be displayed once you save your entry"
501
  msgstr ""
502
 
503
- #: magic.php:297
504
- #, php-format
505
- #@ yarpp
506
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
507
- msgstr ""
508
-
509
  #: options-meta-boxes.php:124
510
  #@ yarpp
511
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -521,12 +529,6 @@ msgstr ""
521
  msgid " or "
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Зв'язані пости (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Зв'язані пости (YARPP)"
37
  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."
38
  msgstr "%f - это коэффициэнт YARPP текущго поста и связаного с ним. Вы видите это потому, что вы зашли в Wordpress администратором. Это не показывается простым посетителям"
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Список схожих записів надано вам плагіном <a href='%s'>Yet Another Related Posts Plugin</ a>."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "Перевірка MyISAM була виконана. Тепер ви можете використовувати критерії схожості “Розглядати заголовки” і “Розглядати текст”."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "Використання опцій YARPP “Розглядати заголовки” і “Розглядати текст” вимагає, щоб ваша таблиця <code>%s</code> використовувала движок <а href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, але таблиця мабуть використовує движок <code>%s</code>. Ці дві опції відключено."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "Для відновлення цих опцій, будь ласка, змініть вашу таблицю <code>%s</code>наступною SQL інструкцією е : <code>ALTER TABLE `%s` ENGINE = MYISAM;</code><br />При зміні таблиці дані не повинні пропасти, проте можливі наслідки."
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Якщо, незалежно від цієї опції, ви упевнені що таблиця <code>%s</code> використовує MyISAM, натисніть на цю чарівну кнопку:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Повірте мені. Дозвольте мені використовувати MyISAM."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "База даних YARPP містила помилки, але вони були виправлені."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "База даних YARPP містить помилку, яка не може бути виправлена."
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "Пожертвувати розробникові mitcho (Michael Yoshitaka Erlewine), через PayPal"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "Опції YARPP"
388
  msgid "require more than one %s in common"
389
  msgstr "більш за одне \"%s\" повинно бути загальним"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "Настройки збережені!"
398
  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."
399
  msgstr "Чим вище поріг схожості, тим суворіше вибірка, і тим менше отримаєте записів на виході. За замовчуванням поріг дорівнює 5. Якщо хочете знайти прийнятні порогові значення, поекспериментуйте з кількома повідомлення. Ви зможете побачити, які повідомлення виходять наверх і які у них значення подібності, за якими можна визначити прийнятний рівень для вашого сайту."
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "Змінити налаштування"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Ви дійсно хочете скинути ваші налаштування?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Скинути налаштування"
439
  msgid "Show only posts from the past NUMBER UNITS"
440
  msgstr "Показувати тільки пости за останні NUMBER UNITS"
441
 
442
+ #: options.php:46
443
+ #, php-format
444
+ #@ yarpp
445
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
446
+ msgstr "Вийшла нова beta (%s) плагина YARPP. Ви можете <a href=\"%s\">скачать її тут</a> на свій риск."
447
+
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
509
  msgid "Title:"
510
  msgstr ""
511
 
512
+ #: includes.php:385
513
  #@ yarpp
514
  msgid "Related entries may be displayed once you save your entry"
515
  msgstr ""
516
 
 
 
 
 
 
 
517
  #: options-meta-boxes.php:124
518
  #@ yarpp
519
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
529
  msgid " or "
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-uz_UZ.mo CHANGED
Binary file
lang/yarpp-uz_UZ.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Aloqador xabarlar (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Aloqador xabarlar"
@@ -37,40 +37,48 @@ msgstr "Aloqador xabarlar"
37
  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."
38
  msgstr "%f - bu joriy xabar va aloqador xabar o'rtasidagi o'xshashlik koeffitsientidir. Bu ko'rsatkich Sizga \"Wordpress\"ga administrator sifatida kirganingiz uchun ko'rsatildi. Oddiy foydalanuvchilarga bu ko'rsatilmaydi."
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "MyISAM tekshiruvi bajarildi. Endi Siz \"Sarlavhalarni hisobga olmoq\" va \"Matnni hisobga olmoq\" o'xshashlik mezonlaridan foydalanishingiz mumkin."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "\"Sarlavhalarni hisobga olmoq\" va \"Matnni hisobga olmoq\" o'xshashlik mezonlaridan foydalanish Sizning <code>%s</code> jadval <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a> yuritmasini ishlatishini talab qiladi, ammo, ehtimol, jadval <code>%s</code> yuritgichidan foydalanyapti. Bu ikki opsiyalar o'chirilgan."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "Marhamat, ushbu opsiyalarni qayta tiklash uchun <code>%s</code> jadvalingizni keyingi SQL yo'riqnoma bilan o'zgartiring;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />. Jadval o'zgartirilganda hech qanday ma'lumot yo'qolmaydi, ammo amallar natijasi o'zgarishi mumkin."
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "Agar, bu opsiyaga qaramasdan, Siz <code>%s</code> jadval MyISAM ni ishlatayotganiga amin bo'lsangiz, mana bu sehrli tugmani bosing &nbsp;:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Menga ishoning. Menga MyISAM ni ishlatishga ruxsat bering."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "YARPP ma'lumotlar bazasida xatolar mavjud edi, lekin ular to'g'irlandi."
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "YARPP ma'lumotlar bazasida xato mavjud va uni to'g'irlab bo'lmaydi."
@@ -100,7 +108,7 @@ msgstr "qo'shimchalar bilan hisobga olmoq"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "Plagin uchun mitcho (Michael Yoshitaka Erlewine)ga PayPal orqali pul hadya qilmoq"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "YARPP opsiyalari"
@@ -380,7 +388,7 @@ msgstr "Umumiy qilib hech bo'lmaganda % bo'lishi kerak"
380
  msgid "require more than one %s in common"
381
  msgstr "Umumiy qilib % dan ko'p bo'lishi kerak"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "Opsiyalar saqlab qolindi!"
@@ -390,17 +398,17 @@ msgstr "Opsiyalar saqlab qolindi!"
390
  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."
391
  msgstr "O'xshashlik chegarasi qanchalik yuqori bo'lsa natija shunchalik chegaralangan, yani natijada shunchalik kam aloqador xabarlarga ega bo'lasiz. Asl holida o'xshashlik chegarasi 5ga teng. Agar mos keladigan chegara ko'rsatkichini topishni hohlasangiz, turli xabarlarni o'rganib chiqing. Siz qanday aloqador xabarlar yuqoriga ko'tarilayotganini va ularning o'xshashlik ko'rsatkichlarini ko'rishingiz mumkin. Natijada o'z saytingizga mos chegara ko'rsatkichni aniqlay olasiz."
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "Opsiyalarni yangilash"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "Siz haqiqatan ham konfiguratsiyani asl holatiga qaytarmoqchimisiz?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "Opsiyalarni asl holatiga qaytarmoq"
@@ -431,6 +439,12 @@ msgstr "oy(lar)"
431
  msgid "Show only posts from the past NUMBER UNITS"
432
  msgstr "Oxirgi KO'RSATKICHLAR SONIga tegishli xabarlarni ko'rsatish"
433
 
 
 
 
 
 
 
434
  #: includes.php:248
435
  #: options-meta-boxes.php:161
436
  #: options-meta-boxes.php:228
@@ -495,17 +509,11 @@ msgstr ""
495
  msgid "Title:"
496
  msgstr ""
497
 
498
- #: includes.php:389
499
  #@ yarpp
500
  msgid "Related entries may be displayed once you save your entry"
501
  msgstr ""
502
 
503
- #: magic.php:297
504
- #, php-format
505
- #@ yarpp
506
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
507
- msgstr ""
508
-
509
  #: options-meta-boxes.php:124
510
  #@ yarpp
511
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -521,12 +529,6 @@ msgstr ""
521
  msgid " or "
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "Aloqador xabarlar (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Aloqador xabarlar"
37
  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."
38
  msgstr "%f - bu joriy xabar va aloqador xabar o'rtasidagi o'xshashlik koeffitsientidir. Bu ko'rsatkich Sizga \"Wordpress\"ga administrator sifatida kirganingiz uchun ko'rsatildi. Oddiy foydalanuvchilarga bu ko'rsatilmaydi."
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "Aloqador xabarlar Sizga <a href='%s'>YARPP</a> plagini tomonidan taqdim etildi."
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "MyISAM tekshiruvi bajarildi. Endi Siz \"Sarlavhalarni hisobga olmoq\" va \"Matnni hisobga olmoq\" o'xshashlik mezonlaridan foydalanishingiz mumkin."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "\"Sarlavhalarni hisobga olmoq\" va \"Matnni hisobga olmoq\" o'xshashlik mezonlaridan foydalanish Sizning <code>%s</code> jadval <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a> yuritmasini ishlatishini talab qiladi, ammo, ehtimol, jadval <code>%s</code> yuritgichidan foydalanyapti. Bu ikki opsiyalar o'chirilgan."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "Marhamat, ushbu opsiyalarni qayta tiklash uchun <code>%s</code> jadvalingizni keyingi SQL yo'riqnoma bilan o'zgartiring;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code><br />. Jadval o'zgartirilganda hech qanday ma'lumot yo'qolmaydi, ammo amallar natijasi o'zgarishi mumkin."
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "Agar, bu opsiyaga qaramasdan, Siz <code>%s</code> jadval MyISAM ni ishlatayotganiga amin bo'lsangiz, mana bu sehrli tugmani bosing &nbsp;:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Menga ishoning. Menga MyISAM ni ishlatishga ruxsat bering."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "YARPP ma'lumotlar bazasida xatolar mavjud edi, lekin ular to'g'irlandi."
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "YARPP ma'lumotlar bazasida xato mavjud va uni to'g'irlab bo'lmaydi."
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "Plagin uchun mitcho (Michael Yoshitaka Erlewine)ga PayPal orqali pul hadya qilmoq"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "YARPP opsiyalari"
388
  msgid "require more than one %s in common"
389
  msgstr "Umumiy qilib % dan ko'p bo'lishi kerak"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "Opsiyalar saqlab qolindi!"
398
  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."
399
  msgstr "O'xshashlik chegarasi qanchalik yuqori bo'lsa natija shunchalik chegaralangan, yani natijada shunchalik kam aloqador xabarlarga ega bo'lasiz. Asl holida o'xshashlik chegarasi 5ga teng. Agar mos keladigan chegara ko'rsatkichini topishni hohlasangiz, turli xabarlarni o'rganib chiqing. Siz qanday aloqador xabarlar yuqoriga ko'tarilayotganini va ularning o'xshashlik ko'rsatkichlarini ko'rishingiz mumkin. Natijada o'z saytingizga mos chegara ko'rsatkichni aniqlay olasiz."
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "Opsiyalarni yangilash"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "Siz haqiqatan ham konfiguratsiyani asl holatiga qaytarmoqchimisiz?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "Opsiyalarni asl holatiga qaytarmoq"
439
  msgid "Show only posts from the past NUMBER UNITS"
440
  msgstr "Oxirgi KO'RSATKICHLAR SONIga tegishli xabarlarni ko'rsatish"
441
 
442
+ #: options.php:46
443
+ #, php-format
444
+ #@ yarpp
445
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
446
+ msgstr "YARPPning yangi beta versiyasi chiqdi. Siz uni <a href=\"%s\">bu yerdan</a> o'z tavakkalingizga ko'chirib olishingiz mumkin."
447
+
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
509
  msgid "Title:"
510
  msgstr ""
511
 
512
+ #: includes.php:385
513
  #@ yarpp
514
  msgid "Related entries may be displayed once you save your entry"
515
  msgstr ""
516
 
 
 
 
 
 
 
517
  #: options-meta-boxes.php:124
518
  #@ yarpp
519
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
529
  msgid " or "
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-vi_VN.mo CHANGED
Binary file
lang/yarpp-vi_VN.po CHANGED
@@ -40,7 +40,7 @@ msgstr "Không có bài viết liên quan."
40
  msgid "Related Posts (YARPP)"
41
  msgstr "Bài viết liên quan (YARPP)"
42
 
43
- #: includes.php:380
44
  #@ yarpp
45
  msgid "Related Posts"
46
  msgstr "Bài viết liên quan"
@@ -51,45 +51,53 @@ msgstr "Bài viết liên quan"
51
  msgid "Example post "
52
  msgstr "Bài viết mẫu"
53
 
54
- #: options.php:26
 
 
 
 
 
 
 
 
55
  #@ yarpp
56
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
57
  msgstr "Chức năng kiểm tra của MyISAM đã được override. Bạn có thể sử dụng \"consider titles\" và \"consider bodies\" để xem xét mức độ liên quan."
58
 
59
- #: options.php:35
60
  #, php-format
61
  #@ yarpp
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 "Chức năng xem xét mức độ liên quan dựa trên \"consider titles\" và \"consider bodies\" của YARPP đòi hỏi bảng <code>%s</code> cần phải dùng <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. Hai chức năng trên tạm thời bị khóa lại."
64
 
65
- #: options.php:37
66
  #, php-format
67
  #@ yarpp
68
  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."
69
  msgstr "Để phục hồi những chức năng này vui lòng cập nhật bảng <code>%s</code> bằng cách chạy câu lệnh SQL sau: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Dữ liệu trên bảng sẽ hoàn toàn không bị ảnh hưởng."
70
 
71
- #: options.php:39
72
  #, php-format
73
  #@ yarpp
74
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
75
  msgstr "Nếu bạn chắc rằng bảng <code>%s</code> đang xài MyISAM mặc dù việc kiểm tra ở đây cho kết quả khác hãy nhấn nút này:"
76
 
77
- #: options.php:42
78
  #@ yarpp
79
  msgid "Trust me. Let me use MyISAM features."
80
  msgstr "Hãy tin tưởng tôi và để tôi sử dụng chức năng của MyISAM."
81
 
82
- #: options.php:55
83
  #@ yarpp
84
  msgid "The YARPP database had an error but has been fixed."
85
  msgstr "Cơ sở dữ liệu của YARPP có lỗi nhưng đã được sửa."
86
 
87
- #: options.php:57
88
  #@ yarpp
89
  msgid "The YARPP database has an error which could not be fixed."
90
  msgstr "Cơ sở dữ liệu của YARPP gặp lỗi không thể khắc phục."
91
 
92
- #: options.php:86
93
  #@ yarpp
94
  msgid "Options saved!"
95
  msgstr "Đã lưu tùy chọn!"
@@ -142,7 +150,7 @@ msgstr "cần hơn một %s chung"
142
  msgid "consider with extra weight"
143
  msgstr "xem xét với mức độ quan trọng đặc biệt"
144
 
145
- #: options.php:150
146
  #@ yarpp
147
  msgid "Yet Another Related Posts Plugin Options"
148
  msgstr " Tùy chọn của Yet Another Related Posts Plugin"
@@ -256,6 +264,12 @@ msgstr "Thiết lập mối liên quan giữa bài viết và trang?"
256
  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."
257
  msgstr "Khi bạn chọ tùy chọn \"Thiết lập mối liên quan giữa bài viết và trang có liên quan\" thì các hàm <code>related_posts()</code>, <code>related_pages()</code>, và <code>related_entries()</code> đều sẽ trả về cùng kết quả."
258
 
 
 
 
 
 
 
259
  #: options-meta-boxes.php:212
260
  #@ yarpp
261
  msgid "Display options <small>for your website</small>"
@@ -459,17 +473,17 @@ msgstr "Code mẫu cho giao diện RSS"
459
  msgid "Before / after (excerpt):"
460
  msgstr "Trước / Sau (Trích dẫn):"
461
 
462
- #: options.php:268
463
  #@ yarpp
464
  msgid "Update options"
465
  msgstr "Cập nhật tùy chọn"
466
 
467
- #: options.php:269
468
  #@ yarpp
469
  msgid "Do you really want to reset your configuration?"
470
  msgstr "Bạn có thực sự muốn reset những thiết lập (configuration) của bạn?"
471
 
472
- #: options.php:269
473
  #@ yarpp
474
  msgid "Reset options"
475
  msgstr "Reset tùy chọn"
@@ -500,17 +514,11 @@ msgstr ""
500
  msgid "Title:"
501
  msgstr ""
502
 
503
- #: includes.php:389
504
  #@ yarpp
505
  msgid "Related entries may be displayed once you save your entry"
506
  msgstr ""
507
 
508
- #: magic.php:297
509
- #, php-format
510
- #@ yarpp
511
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
512
- msgstr ""
513
-
514
  #: options-meta-boxes.php:124
515
  #@ yarpp
516
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -521,12 +529,6 @@ msgstr ""
521
  msgid "Show only previous posts?"
522
  msgstr ""
523
 
524
- #: options-meta-boxes.php:205
525
- #: options-meta-boxes.php:269
526
- #@ yarpp
527
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
528
- msgstr ""
529
-
530
  #: options-meta-boxes.php:283
531
  #@ yarpp
532
  msgid "YARPP Forum"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
40
  msgid "Related Posts (YARPP)"
41
  msgstr "Bài viết liên quan (YARPP)"
42
 
43
+ #: includes.php:376
44
  #@ yarpp
45
  msgid "Related Posts"
46
  msgstr "Bài viết liên quan"
51
  msgid "Example post "
52
  msgstr "Bài viết mẫu"
53
 
54
+ #: magic.php:297
55
+ #: options-meta-boxes.php:205
56
+ #: options-meta-boxes.php:269
57
+ #, php-format
58
+ #@ yarpp
59
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
60
+ msgstr "Chức năng \"bài viết có liên quan\" được mang đến cho bạn bởi <a href='%s'>Yet Another Related Posts Plugin</a>."
61
+
62
+ #: options.php:54
63
  #@ yarpp
64
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
65
  msgstr "Chức năng kiểm tra của MyISAM đã được override. Bạn có thể sử dụng \"consider titles\" và \"consider bodies\" để xem xét mức độ liên quan."
66
 
67
+ #: options.php:63
68
  #, php-format
69
  #@ yarpp
70
  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."
71
  msgstr "Chức năng xem xét mức độ liên quan dựa trên \"consider titles\" và \"consider bodies\" của YARPP đòi hỏi bảng <code>%s</code> cần phải dùng <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. Hai chức năng trên tạm thời bị khóa lại."
72
 
73
+ #: options.php:65
74
  #, php-format
75
  #@ yarpp
76
  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."
77
  msgstr "Để phục hồi những chức năng này vui lòng cập nhật bảng <code>%s</code> bằng cách chạy câu lệnh SQL sau: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Dữ liệu trên bảng sẽ hoàn toàn không bị ảnh hưởng."
78
 
79
+ #: options.php:67
80
  #, php-format
81
  #@ yarpp
82
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
83
  msgstr "Nếu bạn chắc rằng bảng <code>%s</code> đang xài MyISAM mặc dù việc kiểm tra ở đây cho kết quả khác hãy nhấn nút này:"
84
 
85
+ #: options.php:70
86
  #@ yarpp
87
  msgid "Trust me. Let me use MyISAM features."
88
  msgstr "Hãy tin tưởng tôi và để tôi sử dụng chức năng của MyISAM."
89
 
90
+ #: options.php:83
91
  #@ yarpp
92
  msgid "The YARPP database had an error but has been fixed."
93
  msgstr "Cơ sở dữ liệu của YARPP có lỗi nhưng đã được sửa."
94
 
95
+ #: options.php:85
96
  #@ yarpp
97
  msgid "The YARPP database has an error which could not be fixed."
98
  msgstr "Cơ sở dữ liệu của YARPP gặp lỗi không thể khắc phục."
99
 
100
+ #: options.php:114
101
  #@ yarpp
102
  msgid "Options saved!"
103
  msgstr "Đã lưu tùy chọn!"
150
  msgid "consider with extra weight"
151
  msgstr "xem xét với mức độ quan trọng đặc biệt"
152
 
153
+ #: options.php:178
154
  #@ yarpp
155
  msgid "Yet Another Related Posts Plugin Options"
156
  msgstr " Tùy chọn của Yet Another Related Posts Plugin"
264
  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."
265
  msgstr "Khi bạn chọ tùy chọn \"Thiết lập mối liên quan giữa bài viết và trang có liên quan\" thì các hàm <code>related_posts()</code>, <code>related_pages()</code>, và <code>related_entries()</code> đều sẽ trả về cùng kết quả."
266
 
267
+ #: options.php:46
268
+ #, php-format
269
+ #@ yarpp
270
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
271
+ msgstr "Có một version beta mới (%s) của YARPP. Bạn có thể <a href=\"%s\">download ở đây</a> và sử dụng (bạn tự chịu mọi rủi ro phát sinh)"
272
+
273
  #: options-meta-boxes.php:212
274
  #@ yarpp
275
  msgid "Display options <small>for your website</small>"
473
  msgid "Before / after (excerpt):"
474
  msgstr "Trước / Sau (Trích dẫn):"
475
 
476
+ #: options.php:279
477
  #@ yarpp
478
  msgid "Update options"
479
  msgstr "Cập nhật tùy chọn"
480
 
481
+ #: options.php:280
482
  #@ yarpp
483
  msgid "Do you really want to reset your configuration?"
484
  msgstr "Bạn có thực sự muốn reset những thiết lập (configuration) của bạn?"
485
 
486
+ #: options.php:280
487
  #@ yarpp
488
  msgid "Reset options"
489
  msgstr "Reset tùy chọn"
514
  msgid "Title:"
515
  msgstr ""
516
 
517
+ #: includes.php:385
518
  #@ yarpp
519
  msgid "Related entries may be displayed once you save your entry"
520
  msgstr ""
521
 
 
 
 
 
 
 
522
  #: options-meta-boxes.php:124
523
  #@ yarpp
524
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
529
  msgid "Show only previous posts?"
530
  msgstr ""
531
 
 
 
 
 
 
 
532
  #: options-meta-boxes.php:283
533
  #@ yarpp
534
  msgid "YARPP Forum"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
lang/yarpp-zh_CN.mo CHANGED
Binary file
lang/yarpp-zh_CN.po CHANGED
@@ -26,7 +26,7 @@ msgstr ""
26
  msgid "Related Posts (YARPP)"
27
  msgstr "关联文章 (YARPP)"
28
 
29
- #: includes.php:380
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Related Posts"
@@ -37,40 +37,48 @@ msgstr "Related Posts"
37
  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."
38
  msgstr "YARPP 中的 %f 是指当前文章和关联文章之间的匹配程度。当您以管理员的身份登录时才能查阅,游客等其他权限是不能查阅的。"
39
 
40
- #: options.php:26
 
 
 
 
 
 
 
 
41
  #@ yarpp
42
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
43
  msgstr "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
44
 
45
- #: options.php:35
46
  #, php-format
47
  #@ yarpp
48
  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."
49
  msgstr "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."
50
 
51
- #: options.php:37
52
  #, php-format
53
  #@ yarpp
54
  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."
55
  msgstr "如果要恢复这些功能,请在您的 <code>%s</code> 表执行下列SQL指令: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> 。该操作将修改数据库,但不会损坏您的其它设置。"
56
 
57
- #: options.php:39
58
  #, php-format
59
  #@ yarpp
60
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
61
  msgstr "同意后 <code>%s</code> 将使用 MyISAM 引擎:"
62
 
63
- #: options.php:42
64
  #@ yarpp
65
  msgid "Trust me. Let me use MyISAM features."
66
  msgstr "Trust me. Let me use MyISAM features."
67
 
68
- #: options.php:55
69
  #@ yarpp
70
  msgid "The YARPP database had an error but has been fixed."
71
  msgstr "YARPP 数据库中的错误已被修复。"
72
 
73
- #: options.php:57
74
  #@ yarpp
75
  msgid "The YARPP database has an error which could not be fixed."
76
  msgstr "YARPP 数据库中出现一个错误,无法修复。"
@@ -100,7 +108,7 @@ msgstr "作为主要参考指标"
100
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
101
  msgstr "通过 PayPal 给插件作者 mitcho (Michael Yoshitaka Erlewine) 捐赠"
102
 
103
- #: options.php:150
104
  #@ yarpp
105
  msgid "Yet Another Related Posts Plugin Options"
106
  msgstr "关联文章(YARPP)插件设置"
@@ -380,7 +388,7 @@ msgstr "至少从一个%s中考虑关联"
380
  msgid "require more than one %s in common"
381
  msgstr "至少从一个以上%s中考虑关联"
382
 
383
- #: options.php:86
384
  #@ yarpp
385
  msgid "Options saved!"
386
  msgstr "保存成功!"
@@ -390,17 +398,17 @@ msgstr "保存成功!"
390
  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."
391
  msgstr ""
392
 
393
- #: options.php:268
394
  #@ yarpp
395
  msgid "Update options"
396
  msgstr "保存设置"
397
 
398
- #: options.php:269
399
  #@ yarpp
400
  msgid "Do you really want to reset your configuration?"
401
  msgstr "请注意!您确定重置所有的设置吗?"
402
 
403
- #: options.php:269
404
  #@ yarpp
405
  msgid "Reset options"
406
  msgstr "重置设置"
@@ -431,6 +439,12 @@ msgstr "月"
431
  msgid "Show only posts from the past NUMBER UNITS"
432
  msgstr "仅关联显示 NUMBER UNITS 内的文章。"
433
 
 
 
 
 
 
 
434
  #: includes.php:248
435
  #: options-meta-boxes.php:161
436
  #: options-meta-boxes.php:228
@@ -484,17 +498,11 @@ msgstr ""
484
  msgid "Title:"
485
  msgstr ""
486
 
487
- #: includes.php:389
488
  #@ yarpp
489
  msgid "Related entries may be displayed once you save your entry"
490
  msgstr ""
491
 
492
- #: magic.php:297
493
- #, php-format
494
- #@ yarpp
495
- msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
496
- msgstr ""
497
-
498
  #: options-meta-boxes.php:124
499
  #@ yarpp
500
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
@@ -516,12 +524,6 @@ msgstr ""
516
  msgid " or "
517
  msgstr ""
518
 
519
- #: options-meta-boxes.php:205
520
- #: options-meta-boxes.php:269
521
- #@ yarpp
522
- msgid "Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>."
523
- msgstr ""
524
-
525
  #: options-meta-boxes.php:228
526
  #@ yarpp
527
  msgid "NEW!"
@@ -547,27 +549,21 @@ msgstr ""
547
  msgid "Contact YARPP"
548
  msgstr ""
549
 
550
- #: options.php:58
551
- #, php-format
552
- #@ yarpp
553
- msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
554
- msgstr ""
555
-
556
- #: options.php:160
557
  #, php-format
558
- #@ yarpp
559
- msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
560
  msgstr ""
561
 
562
- #: options.php:251
563
  #, php-format
564
  #@ yarpp
565
- msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
566
  msgstr ""
567
 
568
- #: options.php:256
569
  #, php-format
570
  #@ yarpp
571
- msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
572
  msgstr ""
573
 
26
  msgid "Related Posts (YARPP)"
27
  msgstr "关联文章 (YARPP)"
28
 
29
+ #: includes.php:376
30
  #@ yarpp
31
  msgid "Related Posts"
32
  msgstr "Related Posts"
37
  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."
38
  msgstr "YARPP 中的 %f 是指当前文章和关联文章之间的匹配程度。当您以管理员的身份登录时才能查阅,游客等其他权限是不能查阅的。"
39
 
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ #@ yarpp
45
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+ msgstr "以上关联文章由 <a href='%s'>Yet Another Related Posts Plugin</a> 提供支持。"
47
+
48
+ #: options.php:54
49
  #@ yarpp
50
  msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
51
  msgstr "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
52
 
53
+ #: options.php:63
54
  #, php-format
55
  #@ yarpp
56
  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."
57
  msgstr "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."
58
 
59
+ #: options.php:65
60
  #, php-format
61
  #@ yarpp
62
  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."
63
  msgstr "如果要恢复这些功能,请在您的 <code>%s</code> 表执行下列SQL指令: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> 。该操作将修改数据库,但不会损坏您的其它设置。"
64
 
65
+ #: options.php:67
66
  #, php-format
67
  #@ yarpp
68
  msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
69
  msgstr "同意后 <code>%s</code> 将使用 MyISAM 引擎:"
70
 
71
+ #: options.php:70
72
  #@ yarpp
73
  msgid "Trust me. Let me use MyISAM features."
74
  msgstr "Trust me. Let me use MyISAM features."
75
 
76
+ #: options.php:83
77
  #@ yarpp
78
  msgid "The YARPP database had an error but has been fixed."
79
  msgstr "YARPP 数据库中的错误已被修复。"
80
 
81
+ #: options.php:85
82
  #@ yarpp
83
  msgid "The YARPP database has an error which could not be fixed."
84
  msgstr "YARPP 数据库中出现一个错误,无法修复。"
108
  msgid "Donate to mitcho (Michael Yoshitaka Erlewine) for this plugin via PayPal"
109
  msgstr "通过 PayPal 给插件作者 mitcho (Michael Yoshitaka Erlewine) 捐赠"
110
 
111
+ #: options.php:178
112
  #@ yarpp
113
  msgid "Yet Another Related Posts Plugin Options"
114
  msgstr "关联文章(YARPP)插件设置"
388
  msgid "require more than one %s in common"
389
  msgstr "至少从一个以上%s中考虑关联"
390
 
391
+ #: options.php:114
392
  #@ yarpp
393
  msgid "Options saved!"
394
  msgstr "保存成功!"
398
  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."
399
  msgstr ""
400
 
401
+ #: options.php:279
402
  #@ yarpp
403
  msgid "Update options"
404
  msgstr "保存设置"
405
 
406
+ #: options.php:280
407
  #@ yarpp
408
  msgid "Do you really want to reset your configuration?"
409
  msgstr "请注意!您确定重置所有的设置吗?"
410
 
411
+ #: options.php:280
412
  #@ yarpp
413
  msgid "Reset options"
414
  msgstr "重置设置"
439
  msgid "Show only posts from the past NUMBER UNITS"
440
  msgstr "仅关联显示 NUMBER UNITS 内的文章。"
441
 
442
+ #: options.php:46
443
+ #, php-format
444
+ #@ yarpp
445
+ msgid "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a href=\"%s\">download it here</a> at your own risk."
446
+ msgstr "新的测试版本发布了!<a href=\"%s\">点击下载</a> Yet Another Related Posts Plugin (%s) 。(测试版使用有风险,请注意备份。)"
447
+
448
  #: includes.php:248
449
  #: options-meta-boxes.php:161
450
  #: options-meta-boxes.php:228
498
  msgid "Title:"
499
  msgstr ""
500
 
501
+ #: includes.php:385
502
  #@ yarpp
503
  msgid "Related entries may be displayed once you save your entry"
504
  msgstr ""
505
 
 
 
 
 
 
 
506
  #: options-meta-boxes.php:124
507
  #@ yarpp
508
  msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
524
  msgid " or "
525
  msgstr ""
526
 
 
 
 
 
 
 
527
  #: options-meta-boxes.php:228
528
  #@ yarpp
529
  msgid "NEW!"
549
  msgid "Contact YARPP"
550
  msgstr ""
551
 
552
+ #: options.php:42
 
 
 
 
 
 
553
  #, php-format
554
+ #@ default
555
+ msgid "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update automatically</a>."
556
  msgstr ""
557
 
558
+ #: options.php:86
559
  #, php-format
560
  #@ yarpp
561
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
562
  msgstr ""
563
 
564
+ #: options.php:188
565
  #, php-format
566
  #@ yarpp
567
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
568
  msgstr ""
569
 
mitcho-small.jpg ADDED
Binary file
options-meta-boxes.php CHANGED
@@ -202,7 +202,7 @@ class YARPP_Meta_Box_Display_Web extends YARPP_Meta_Box {
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
@@ -266,7 +266,7 @@ $this->checkbox('rss_excerpt_display',__("Display related posts in the descripti
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
@@ -291,6 +291,6 @@ class YARPP_Meta_Box_Contact extends YARPP_Meta_Box {
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
 
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(sprintf(__("Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>.",'yarpp'), 'http://yarpp.org'))."</code>") ."</span></a>"); ?>
206
  </tbody>
207
  </table>
208
  <?php
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(sprintf(__("Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>.",'yarpp'), 'http://yarpp.org'))."</code>") ."</span></a>","<tr valign='top' class='rss_displayed'>
270
  <th class='th-full' colspan='2' scope='row'>"); ?>
271
  </tbody></table>
272
  <?php
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.3: hook for registering new YARPP meta boxes
295
  do_action( 'add_meta_boxes_settings_page_yarpp' );
296
 
options.php CHANGED
@@ -20,12 +20,14 @@ if (!$yarpp_templateable) {
20
  yarpp_set_option('rss_use_template',false);
21
  }
22
 
23
- // 3.2.3: move version checking here, in PHP:
24
  if ( current_user_can('update_plugins' ) ) {
25
  $yarpp_version_info = yarpp_version_info();
26
 
 
 
27
  $slug = 'yet-another-related-posts-plugin';
28
- $plugin_name = __('Yet Another Related Posts Plugin', 'yarpp');
29
  $file = basename(YARPP_DIR) . '/yarpp.php';
30
  if ( $yarpp_version_info['result'] == 'new' ) {
31
  // make sure the update system is aware of this version
@@ -116,7 +118,7 @@ if (isset($_POST['update_yarpp'])) {
116
  <script type="text/javascript">
117
  //<!--
118
 
119
- // since 3.2.3: add screen option toggles
120
  jQuery(function() {
121
  postboxes.add_postbox_toggles(pagenow);
122
  });
20
  yarpp_set_option('rss_use_template',false);
21
  }
22
 
23
+ // 3.3: move version checking here, in PHP:
24
  if ( current_user_can('update_plugins' ) ) {
25
  $yarpp_version_info = yarpp_version_info();
26
 
27
+ // these strings are not localizable, as long as the plugin data on wordpress.org
28
+ // cannot be.
29
  $slug = 'yet-another-related-posts-plugin';
30
+ $plugin_name = 'Yet Another Related Posts Plugin';
31
  $file = basename(YARPP_DIR) . '/yarpp.php';
32
  if ( $yarpp_version_info['result'] == 'new' ) {
33
  // make sure the update system is aware of this version
118
  <script type="text/javascript">
119
  //<!--
120
 
121
+ // since 3.3: add screen option toggles
122
  jQuery(function() {
123
  postboxes.add_postbox_toggles(pagenow);
124
  });
readme.txt CHANGED
@@ -7,7 +7,7 @@ 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.
13
 
@@ -36,6 +36,14 @@ I try to respond to inquiries on the forums on a regular basis and hope to build
36
 
37
  "One of my favorite [plugin]s I just activated on my blog is called Yet Another Related Posts Plugin... I've been blogging seven or eight years now so I have a lot of archives, and it actually surprises me sometimes when I blog about something and I visit the permalink to see I've written about it before... and it also increases the traffic on your blog because when they come in just to one entry, they'll see this other stuff going on." - [Matt Mullenweg](http://ma.tt), WordPress creator
38
 
 
 
 
 
 
 
 
 
39
  == Installation ==
40
 
41
  = Auto display on your website =
@@ -187,11 +195,13 @@ If you are a bilingual speaker of English and another language and an avid user
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
  * Removed the "reset options" button, because it wasn't actually doing anything.
194
  * Rebuilt the new version notice to actually have a link which triggers the WordPress plugin updater, at least for new full versions
 
 
195
  * Localizations
196
  * Quick fix to Czech word list file name
197
  * Updated Italian localization (`it_IT`)
@@ -459,8 +469,8 @@ If you are a bilingual speaker of English and another language and an avid user
459
  * Initial upload
460
 
461
  == Upgrade Notice ==
462
- = 3.2.3 =
463
- Some YARPP options are now hidden by default. You can show them again from the screen options tab.
464
 
465
  = 3.2.2 =
466
  Requires PHP 5.
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.3
11
 
12
  Display a list of related entries on your site and feeds based on a unique algorithm. Templating allows customization of the display.
13
 
36
 
37
  "One of my favorite [plugin]s I just activated on my blog is called Yet Another Related Posts Plugin... I've been blogging seven or eight years now so I have a lot of archives, and it actually surprises me sometimes when I blog about something and I visit the permalink to see I've written about it before... and it also increases the traffic on your blog because when they come in just to one entry, they'll see this other stuff going on." - [Matt Mullenweg](http://ma.tt), WordPress creator
38
 
39
+ "The first one I ended up trying was Yet Another Related Posts Plugin (YARPP), and mitcho has really done a fantastic job on it:
40
+
41
+ * It’s trivial to install.
42
+ * You don’t have to edit your WordPress template.
43
+ * The relevance is good: the suggested posts are related, and you can tweak thresholds and how things are computed if you want."
44
+
45
+ -[Matt Cutts](http://www.mattcutts.com/blog/wordpress-plugin-related-posts/), head of Webspam, Google
46
+
47
  == Installation ==
48
 
49
  = Auto display on your website =
195
 
196
  == Changelog ==
197
 
198
+ = 3.3 =
199
  * Pretty major rewrite to the options page for extensibility and screen options support
200
  * 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.
201
  * Removed the "reset options" button, because it wasn't actually doing anything.
202
  * Rebuilt the new version notice to actually have a link which triggers the WordPress plugin updater, at least for new full versions
203
+ * Changed default "relatedness" settings to not consider categories, to improve performance
204
+ * Added [BlogGlue](http://blogglue.com) partnership module
205
  * Localizations
206
  * Quick fix to Czech word list file name
207
  * Updated Italian localization (`it_IT`)
469
  * Initial upload
470
 
471
  == Upgrade Notice ==
472
+ = 3.3 =
473
+ Some YARPP options are now hidden by default. You can show them again from the Screen Options tab.
474
 
475
  = 3.2.2 =
476
  Requires PHP 5.
yarpp.php CHANGED
@@ -3,7 +3,7 @@
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.3b3
7
  Author: mitcho (Michael Yoshitaka Erlewine)
8
  Author URI: http://mitcho.com/
9
  Donate link: http://tinyurl.com/donatetomitcho
@@ -13,7 +13,7 @@ Donate link: http://tinyurl.com/donatetomitcho
13
  if (isset($_REQUEST['yarpp_debug']))
14
  $yarpp_debug = true;
15
 
16
- define('YARPP_VERSION','3.2.3b3');
17
  define('YARPP_DIR',dirname(__FILE__));
18
 
19
  require_once(YARPP_DIR.'/includes.php');
@@ -36,9 +36,9 @@ load_plugin_textdomain('yarpp', PLUGINDIR.'/'.dirname(plugin_basename(__FILE__))
36
 
37
  // setup admin
38
  add_action('admin_menu','yarpp_admin_menu');
39
- // new in 3.2.3: properly enqueue scripts for admin:
40
  add_action( 'admin_enqueue_scripts', 'yarpp_admin_enqueue' );
41
- // new in 3.2.3: set default meta boxes to show:
42
  add_filter( 'default_hidden_meta_boxes', 'yarpp_default_hidden_meta_boxes', 10, 2 );
43
 
44
  // automatic display hooks:
@@ -62,6 +62,6 @@ add_action('transition_post_status','yarpp_status_transition', 10, 3);
62
  // sets the score override flag.
63
  add_action('parse_query','yarpp_set_score_override_flag');
64
 
65
- // new in 3.2.3: include BlogGlue meta box
66
  if ( file_exists( YARPP_DIR . '/blogglue.php' ) )
67
  include_once( YARPP_DIR . '/blogglue.php' );
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.3
7
  Author: mitcho (Michael Yoshitaka Erlewine)
8
  Author URI: http://mitcho.com/
9
  Donate link: http://tinyurl.com/donatetomitcho
13
  if (isset($_REQUEST['yarpp_debug']))
14
  $yarpp_debug = true;
15
 
16
+ define('YARPP_VERSION','3.3');
17
  define('YARPP_DIR',dirname(__FILE__));
18
 
19
  require_once(YARPP_DIR.'/includes.php');
36
 
37
  // setup admin
38
  add_action('admin_menu','yarpp_admin_menu');
39
+ // new in 3.3: properly enqueue scripts for admin:
40
  add_action( 'admin_enqueue_scripts', 'yarpp_admin_enqueue' );
41
+ // new in 3.3: set default meta boxes to show:
42
  add_filter( 'default_hidden_meta_boxes', 'yarpp_default_hidden_meta_boxes', 10, 2 );
43
 
44
  // automatic display hooks:
62
  // sets the score override flag.
63
  add_action('parse_query','yarpp_set_score_override_flag');
64
 
65
+ // new in 3.3: include BlogGlue meta box
66
  if ( file_exists( YARPP_DIR . '/blogglue.php' ) )
67
  include_once( YARPP_DIR . '/blogglue.php' );