Yet Another Related Posts Plugin (YARPP) - Version 5.1.8

Version Description

(2020-06-17) = * Bugfix Add missing file to previous release!

Download this release

Release Info

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

Code changes from version 5.1.7 to 5.1.8

Files changed (139) hide show
  1. readme.txt +5 -2
  2. trunk/classes/YARPP_Admin.php +843 -0
  3. trunk/classes/YARPP_Cache.php +379 -0
  4. trunk/classes/YARPP_Cache_Bypass.php +219 -0
  5. trunk/classes/YARPP_Cache_Postmeta.php +256 -0
  6. trunk/classes/YARPP_Cache_Tables.php +312 -0
  7. trunk/classes/YARPP_Core.php +1599 -0
  8. trunk/classes/YARPP_DB_Schema.php +45 -0
  9. trunk/classes/YARPP_Meta_Box.php +98 -0
  10. trunk/classes/YARPP_Meta_Box_Contact.php +35 -0
  11. trunk/classes/YARPP_Meta_Box_Display_Feed.php +60 -0
  12. trunk/classes/YARPP_Meta_Box_Display_Web.php +70 -0
  13. trunk/classes/YARPP_Meta_Box_Optin.php +30 -0
  14. trunk/classes/YARPP_Meta_Box_Pool.php +33 -0
  15. trunk/classes/YARPP_Meta_Box_Relatedness.php +21 -0
  16. trunk/classes/YARPP_Widget.php +99 -0
  17. trunk/default.png +0 -0
  18. trunk/default_small.png +0 -0
  19. trunk/images/default.png +0 -0
  20. trunk/images/default_small.png +0 -0
  21. trunk/images/icon-256x256.png +0 -0
  22. trunk/images/sprites-2x.png +0 -0
  23. trunk/images/sprites.png +0 -0
  24. trunk/images/template-buttons-2x.png +0 -0
  25. trunk/images/yarpp-icon.svg +21 -0
  26. trunk/includes/init_functions.php +20 -0
  27. trunk/includes/optin_notice.js.php +23 -0
  28. trunk/includes/phtmls/yarpp_meta_box_beforeafter.phtml +27 -0
  29. trunk/includes/phtmls/yarpp_meta_box_checkbox.phtml +12 -0
  30. trunk/includes/phtmls/yarpp_meta_box_pool.phtml +39 -0
  31. trunk/includes/phtmls/yarpp_meta_box_tax_weight.phtml +24 -0
  32. trunk/includes/phtmls/yarpp_meta_box_template_checkbox.phtml +49 -0
  33. trunk/includes/phtmls/yarpp_meta_box_template_file.phtml +34 -0
  34. trunk/includes/phtmls/yarpp_meta_box_textbox.phtml +19 -0
  35. trunk/includes/phtmls/yarpp_options.phtml +55 -0
  36. trunk/includes/phtmls/yarpp_pro_options.phtml +92 -0
  37. trunk/includes/phtmls/yarpp_pro_tag.phtml +7 -0
  38. trunk/includes/phtmls/yarpp_pro_tag_ssp.phtml +6 -0
  39. trunk/includes/phtmls/yarpp_settings_header.phtml +8 -0
  40. trunk/includes/phtmls/yarpp_widget_form.phtml +152 -0
  41. trunk/includes/related_functions.php +111 -0
  42. trunk/includes/styles_thumbnails.css.php +56 -0
  43. trunk/includes/template_builtin.php +61 -0
  44. trunk/includes/template_functions.php +14 -0
  45. trunk/includes/template_metabox.php +33 -0
  46. trunk/includes/template_thumbnails.php +54 -0
  47. trunk/includes/template_widget.php +14 -0
  48. trunk/includes/yarpp_meta_boxes_hooks.php +79 -0
  49. trunk/includes/yarpp_myisam_notice.php +89 -0
  50. trunk/includes/yarpp_options.php +147 -0
  51. trunk/includes/yarpp_pro_options.php +20 -0
  52. trunk/includes/yarpp_pro_set_display_types.php +11 -0
  53. trunk/js/metabox.js +73 -0
  54. trunk/js/options_basic.js +291 -0
  55. trunk/js/options_switch.js +81 -0
  56. trunk/lang/words-bg_BG.php +3 -0
  57. trunk/lang/words-cs_CZ.php +3 -0
  58. trunk/lang/words-de_DE.php +3 -0
  59. trunk/lang/words-en_US.php +3 -0
  60. trunk/lang/words-fr_FR.php +3 -0
  61. trunk/lang/words-it_IT.php +3 -0
  62. trunk/lang/words-nl_NL.php +3 -0
  63. trunk/lang/words-pl_PL.php +3 -0
  64. trunk/lang/words-pt_BR.php +3 -0
  65. trunk/lang/yarpp-ar.mo +0 -0
  66. trunk/lang/yarpp-ar_AR.mo +0 -0
  67. trunk/lang/yarpp-ar_AR.po +578 -0
  68. trunk/lang/yarpp-ar_EG.mo +0 -0
  69. trunk/lang/yarpp-ar_EG.po +572 -0
  70. trunk/lang/yarpp-bg_BG.mo +0 -0
  71. trunk/lang/yarpp-bg_BG.po +578 -0
  72. trunk/lang/yarpp-by_BY.mo +0 -0
  73. trunk/lang/yarpp-by_BY.po +563 -0
  74. trunk/lang/yarpp-cs_CZ.mo +0 -0
  75. trunk/lang/yarpp-cs_CZ.po +536 -0
  76. trunk/lang/yarpp-de_DE.mo +0 -0
  77. trunk/lang/yarpp-de_DE.po +561 -0
  78. trunk/lang/yarpp-el_CY.mo +0 -0
  79. trunk/lang/yarpp-el_CY.po +655 -0
  80. trunk/lang/yarpp-el_EL.mo +0 -0
  81. trunk/lang/yarpp-el_EL.po +655 -0
  82. trunk/lang/yarpp-es_ES.mo +0 -0
  83. trunk/lang/yarpp-es_ES.po +560 -0
  84. trunk/lang/yarpp-est_EST.mo +0 -0
  85. trunk/lang/yarpp-est_EST.po +618 -0
  86. trunk/lang/yarpp-fa_IR.mo +0 -0
  87. trunk/lang/yarpp-fa_IR.po +563 -0
  88. trunk/lang/yarpp-fr_FR.mo +0 -0
  89. trunk/lang/yarpp-fr_FR.po +657 -0
  90. trunk/lang/yarpp-gb_IR.mo +0 -0
  91. trunk/lang/yarpp-gb_IR.po +567 -0
  92. trunk/lang/yarpp-ge_KA.mo +0 -0
  93. trunk/lang/yarpp-ge_KA.po +563 -0
  94. trunk/lang/yarpp-gu_IN.mo +0 -0
  95. trunk/lang/yarpp-gu_IN.po +562 -0
  96. trunk/lang/yarpp-he_IL.mo +0 -0
  97. trunk/lang/yarpp-he_IL.po +702 -0
  98. trunk/lang/yarpp-hi_IN.mo +0 -0
  99. trunk/lang/yarpp-hi_IN.po +563 -0
  100. trunk/lang/yarpp-hr.mo +0 -0
  101. trunk/lang/yarpp-hr.po +626 -0
  102. trunk/lang/yarpp-hu_HU.mo +0 -0
  103. trunk/lang/yarpp-hu_HU.po +563 -0
  104. trunk/lang/yarpp-id_ID.mo +0 -0
  105. trunk/lang/yarpp-id_ID.po +563 -0
  106. trunk/lang/yarpp-it_IT.mo +0 -0
  107. trunk/lang/yarpp-it_IT.po +536 -0
  108. trunk/lang/yarpp-ja.mo +0 -0
  109. trunk/lang/yarpp-ja.po +732 -0
  110. trunk/lang/yarpp-kk_KZ.mo +0 -0
  111. trunk/lang/yarpp-kk_KZ.po +563 -0
  112. trunk/lang/yarpp-ko_KR.mo +0 -0
  113. trunk/lang/yarpp-ko_KR.po +536 -0
  114. trunk/lang/yarpp-lt_LT.mo +0 -0
  115. trunk/lang/yarpp-lt_LT.po +563 -0
  116. trunk/lang/yarpp-lv_LV.mo +0 -0
  117. trunk/lang/yarpp-lv_LV.po +563 -0
  118. trunk/lang/yarpp-mk-MK.mo +0 -0
  119. trunk/lang/yarpp-mk-MK.po +617 -0
  120. trunk/lang/yarpp-nb_NO.mo +0 -0
  121. trunk/lang/yarpp-nb_NO.po +563 -0
  122. trunk/lang/yarpp-nl_NL.mo +0 -0
  123. trunk/lang/yarpp-nl_NL.po +536 -0
  124. trunk/lang/yarpp-pl_PL.mo +0 -0
  125. trunk/lang/yarpp-pl_PL.po +737 -0
  126. trunk/lang/yarpp-pt_BR.mo +0 -0
  127. trunk/lang/yarpp-pt_BR.po +563 -0
  128. trunk/lang/yarpp-pt_PT.mo +0 -0
  129. trunk/lang/yarpp-pt_PT.po +563 -0
  130. trunk/lang/yarpp-ro_RO.mo +0 -0
  131. trunk/lang/yarpp-ro_RO.po +562 -0
  132. trunk/lang/yarpp-ru_RU.mo +0 -0
  133. trunk/lang/yarpp-ru_RU.po +563 -0
  134. trunk/lang/yarpp-sk_SK.mo +0 -0
  135. trunk/lang/yarpp-sk_SK.po +537 -0
  136. trunk/lang/yarpp-sl_SI.mo +0 -0
  137. trunk/lang/yarpp-sl_SI.po +658 -0
  138. trunk/lang/yarpp-sr_RS.mo +0 -0
  139. trunk/lang/yarpp-sr_RS.po +497 -0
readme.txt CHANGED
@@ -5,7 +5,7 @@ Requires at least: 3.7
5
  Requires PHP: 5.3
6
  License: GPLv2 or later
7
  Tested up to: 5.4
8
- Stable tag: 5.1.7
9
 
10
  Display a list of related posts on your site based on a powerful unique algorithm. Optionally, earn money by including sponsored content.
11
 
@@ -262,6 +262,9 @@ add_action(
262
  `
263
 
264
  == Changelog ==
 
 
 
265
  = 5.1.7 (2020-06-17) =
266
  * [Bugfix](https://wordpress.org/support/topic/cant-use-indexing/) Double-check database indexes exist before creating them
267
  * Bugfix: Titles were only being considered if body text was also considered for the relatedness algorithm. This update fixes the logic to work where only titles are set to be considered.
@@ -940,6 +943,6 @@ After a break of many years, the plugin is 100% supported now that the baton has
940
  * Initial upload
941
 
942
  == Upgrade Notice ==
943
- = 5.1.7 =
944
  We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thank you for using YARPP!
945
 
5
  Requires PHP: 5.3
6
  License: GPLv2 or later
7
  Tested up to: 5.4
8
+ Stable tag: 5.1.8
9
 
10
  Display a list of related posts on your site based on a powerful unique algorithm. Optionally, earn money by including sponsored content.
11
 
262
  `
263
 
264
  == Changelog ==
265
+ = 5.1.8 (2020-06-17) =
266
+ * [Bugfix](https://wordpress.org/support/topic/upgrade-issue-29/) Add missing file to previous release!
267
+
268
  = 5.1.7 (2020-06-17) =
269
  * [Bugfix](https://wordpress.org/support/topic/cant-use-indexing/) Double-check database indexes exist before creating them
270
  * Bugfix: Titles were only being considered if body text was also considered for the relatedness algorithm. This update fixes the logic to work where only titles are set to be considered.
943
  * Initial upload
944
 
945
  == Upgrade Notice ==
946
+ = 5.1.8 =
947
  We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thank you for using YARPP!
948
 
trunk/classes/YARPP_Admin.php ADDED
@@ -0,0 +1,843 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Admin {
4
+ public $core;
5
+ public $hook;
6
+
7
+ const ACTIVATE_TIMESTAMP_OPTION = 'yarpp_activate_timestamp';
8
+ const REVIEW_DISMISS_OPTION = 'yarpp_review_notice';
9
+ const REVIEW_FIRST_PERIOD = 518400; // 6 days in seconds
10
+ const REVIEW_LATER_PERIOD = 5184000; // 60 days in seconds
11
+ const REVIEW_FOREVER_PERIOD = 63113904; // 2 years in seconds
12
+
13
+ function __construct(&$core) {
14
+ $this->core = &$core;
15
+
16
+ /* If action = flush and the nonce is correct, reset the cache */
17
+ if (isset($_GET['action']) && $_GET['action'] === 'flush' && check_ajax_referer('yarpp_cache_flush', false, false) !== false) {
18
+ $this->core->cache->flush();
19
+ wp_redirect(admin_url('/options-general.php?page=yarpp'));
20
+ die();
21
+ }
22
+
23
+ /* If action = copy_templates and the nonce is correct, copy templates */
24
+ if (isset($_GET['action']) && $_GET['action'] === 'copy_templates' && check_ajax_referer('yarpp_copy_templates', false, false) !== false) {
25
+ $this->copy_templates();
26
+ wp_redirect(admin_url('/options-general.php?page=yarpp'));
27
+ die();
28
+ }
29
+
30
+ add_action('admin_init', array($this, 'ajax_register'));
31
+ add_action('admin_init', array($this, 'review_register'));
32
+ add_action('admin_menu', array($this, 'ui_register'));
33
+
34
+ add_filter('current_screen', array($this, 'settings_screen'));
35
+ add_filter('screen_settings', array($this, 'render_screen_settings'), 10, 2);
36
+ add_filter('default_hidden_meta_boxes', array($this, 'default_hidden_meta_boxes'), 10, 2);
37
+ add_filter('shareaholic_deactivate_feedback_form_plugins', array($this,'deactivation_survey_data'));
38
+ }
39
+
40
+ /**
41
+ * @since 4.0.3 Moved method to Core.
42
+ */
43
+ public function get_templates() {
44
+ return $this->core->get_templates();
45
+ }
46
+
47
+ /**
48
+ * Register Review notice
49
+ */
50
+ function review_register() {
51
+ self::check_review_dismissal();
52
+ self::check_plugin_review();
53
+ }
54
+
55
+ /**
56
+ * Register AJAX services
57
+ */
58
+ function ajax_register() {
59
+ if (defined('DOING_AJAX') && DOING_AJAX) {
60
+ add_action('wp_ajax_yarpp_display_exclude_terms', array($this, 'ajax_display_exclude_terms'));
61
+ add_action('wp_ajax_yarpp_display_demo', array($this, 'ajax_display_demo'));
62
+ add_action('wp_ajax_yarpp_display', array($this, 'ajax_display'));
63
+ add_action('wp_ajax_yarpp_optin_data', array($this, 'ajax_optin_data'));
64
+ add_action('wp_ajax_yarpp_optin_enable', array($this, 'ajax_optin_enable'));
65
+ add_action('wp_ajax_yarpp_optin_disable', array($this, 'ajax_optin_disable'));
66
+ add_action('wp_ajax_yarpp_set_display_code', array($this, 'ajax_set_display_code'));
67
+ add_action('wp_ajax_yarpp_switch', array($this, 'ajax_switch'));
68
+ }
69
+ }
70
+
71
+ /**
72
+ * Check review notice status for current user
73
+ *
74
+ * @since 5.1.0
75
+ */
76
+ public static function check_review_dismissal() {
77
+
78
+ global $current_user;
79
+ $user_id = $current_user->ID;
80
+
81
+ if (!is_admin() ||
82
+ !current_user_can('publish_posts') ||
83
+ !isset($_GET['_wpnonce']) ||
84
+ !wp_verify_nonce($_GET['_wpnonce'], 'review-nonce') ||
85
+ !isset($_GET['yarpp_defer_t']) ||
86
+ !isset($_GET[self::REVIEW_DISMISS_OPTION])) {
87
+ return;
88
+ }
89
+
90
+ $the_meta_array = array (
91
+ 'dismiss_defer_period' => $_GET["yarpp_defer_t"],
92
+ 'dismiss_timestamp' => time()
93
+ );
94
+
95
+ update_user_meta($user_id, self::REVIEW_DISMISS_OPTION, $the_meta_array);
96
+ }
97
+
98
+ /**
99
+ * Check if we should display the review notice
100
+ *
101
+ * @since 5.1.0
102
+ */
103
+ public static function check_plugin_review() {
104
+
105
+ global $current_user;
106
+ $user_id = $current_user->ID;
107
+
108
+ $show_review_notice = false;
109
+ $activation_timestamp = get_site_option(self::ACTIVATE_TIMESTAMP_OPTION);
110
+ $review_dismissal_array = get_user_meta($user_id, self::REVIEW_DISMISS_OPTION, true);
111
+ $dismiss_defer_period = isset($review_dismissal_array['dismiss_defer_period']) ? $review_dismissal_array['dismiss_defer_period'] : 0;
112
+ $dismiss_timestamp = isset($review_dismissal_array['dismiss_timestamp']) ? $review_dismissal_array['dismiss_timestamp'] : time();
113
+
114
+ if ($dismiss_timestamp + $dismiss_defer_period <= time()) {
115
+ $show_review_notice = true;
116
+ }
117
+
118
+ if (!$activation_timestamp) {
119
+ $activation_timestamp = time();
120
+ add_site_option(self::ACTIVATE_TIMESTAMP_OPTION, $activation_timestamp);
121
+ }
122
+
123
+ // display review message after a certain period of time after activation
124
+ if ((time() - $activation_timestamp > self::REVIEW_FIRST_PERIOD) && $show_review_notice == true) {
125
+ add_action('admin_notices', array('YARPP_Admin', 'display_review_notice'));
126
+ }
127
+ }
128
+
129
+ /**
130
+ * @since 5.1.0
131
+ */
132
+ public static function display_review_notice() {
133
+
134
+ $dismiss_forever = add_query_arg( array(
135
+ self::REVIEW_DISMISS_OPTION => true,
136
+ 'yarpp_defer_t' => self::REVIEW_FOREVER_PERIOD
137
+ ));
138
+
139
+ $dismiss_forlater = add_query_arg( array(
140
+ self::REVIEW_DISMISS_OPTION => true,
141
+ 'yarpp_defer_t' => self::REVIEW_LATER_PERIOD
142
+ ));
143
+
144
+ $dismiss_forever_url = wp_nonce_url($dismiss_forever, 'review-nonce');
145
+ $dismiss_forlater_url = wp_nonce_url($dismiss_forlater, 'review-nonce');
146
+
147
+ echo '
148
+ <style>
149
+ .yarpp-review-notice {
150
+ background-size: contain; background-position: right bottom; background-repeat: no-repeat; background-image: url(' . plugins_url('../images/icon-256x256.png', __FILE__) . ');
151
+ }
152
+ .yarpp-review-notice-text {
153
+ background: rgba(255, 255, 255, 0.9); text-shadow: white 0px 0px 10px; margin-right: 8em !important;
154
+ }
155
+
156
+ @media only screen and (max-width: 782px) {
157
+ .yarpp-review-notice-text {
158
+ margin-right: 12em !important;
159
+ }
160
+ }
161
+ @media screen and (max-width: 580px) {
162
+ .yarpp-review-notice {
163
+ background: #ffffff;
164
+ }
165
+ .yarpp-review-notice-text {
166
+ margin-right: 0 !important;
167
+ }
168
+ }
169
+ </style>
170
+
171
+ <script>
172
+ function yarpp_openWindowReload(link, reload) {
173
+ window.open(link, "_blank");
174
+ document.location.href = reload;
175
+ }
176
+ </script>
177
+
178
+ <div class="notice notice-info is-dismissible yarpp-review-notice">
179
+ <p class="yarpp-review-notice-text">' . __('Hey there! We noticed that you have had success using ', 'yarpp') . '<a href="' . admin_url('options-general.php?page=yarpp') . '">YARPP - Related Posts</a>! ' . __('Could you please do us a BIG favor and give us a quick 5-star rating on WordPress? It will boost our motivation and spread the word. We would really appreciate it 🤗 — Team YARPP', 'yarpp') . '
180
+ <br />
181
+ <br />
182
+ <a onClick="' . "yarpp_openWindowReload('https://wordpress.org/support/plugin/yet-another-related-posts-plugin/reviews/?rate=5#new-post', '$dismiss_forever_url')" . '" class="button button-primary">' . __('Ok, you deserve it', 'shareaholic') . '</a> &nbsp;
183
+ <a href="' . $dismiss_forlater_url . '">' . __('No, not good enough', 'yarpp') . '</a> &nbsp;
184
+ <a href="' . $dismiss_forever_url . '">' . __('I already did', 'yarpp') . '</a> &nbsp;
185
+ <a href="' . $dismiss_forever_url . '">' . __('Dismiss', 'yarpp') . '</a>
186
+ </p>
187
+ </div>';
188
+ }
189
+
190
+ function ui_register() {
191
+ global $wp_version;
192
+
193
+ if (get_option('yarpp_activated')) {
194
+
195
+ delete_option('yarpp_activated');
196
+ delete_option('yarpp_upgraded');
197
+
198
+ /* Optin/Pro message */
199
+ add_action('admin_notices', array($this, 'install_notice'));
200
+
201
+ } elseif (get_option('yarpp_upgraded') && current_user_can('manage_options') && $this->core->get_option('optin')) {
202
+ add_action('admin_notices', array($this, 'upgrade_notice'));
203
+ }
204
+
205
+ if ($this->core->get_option('optin')) delete_option('yarpp_upgraded');
206
+
207
+ /*
208
+ * Setup Admin
209
+ */
210
+ $titleName = 'YARPP';
211
+ $this->hook = add_options_page($titleName, $titleName, 'manage_options', 'yarpp', array($this, 'options_page'));
212
+
213
+ /**
214
+ * @since 3.0.12 Add settings link to the plugins page.
215
+ */
216
+ add_filter('plugin_action_links', array($this, 'settings_link'), 10, 2);
217
+
218
+ $metabox_post_types = $this->core->get_option('auto_display_post_types');
219
+ if (!in_array('post', $metabox_post_types)) $metabox_post_types[] = 'post';
220
+
221
+ /**
222
+ * @since 3.0 Add meta box in Editor
223
+ */
224
+ if(!$this->core->yarppPro['active']){
225
+ foreach ($metabox_post_types as $post_type) {
226
+ $title = __('Related Posts' , 'yarpp');
227
+ add_meta_box('yarpp_relatedposts',$title, array($this, 'metabox'), $post_type, 'normal');
228
+ }
229
+ }
230
+
231
+ /**
232
+ * @since 3.3: properly enqueue scripts for admin.
233
+ */
234
+ add_action('admin_enqueue_scripts', array($this, 'enqueue'));
235
+ }
236
+
237
+ /**
238
+ * @since 3.5.4 Only load metabox code if we're going to be on the settings page.
239
+ */
240
+ function settings_screen($current_screen) {
241
+ if ($current_screen->id !== 'settings_page_yarpp') return $current_screen;
242
+
243
+ /**
244
+ * @since 3.3: Load options page sections as meta-boxes.
245
+ */
246
+ include_once(YARPP_DIR.'/includes/yarpp_meta_boxes_hooks.php');
247
+
248
+ /**
249
+ * @since 3.5.5 Check that add_help_tab method callable (WP >= 3.3).
250
+ */
251
+ if (is_callable(array($current_screen, 'add_help_tab'))) {
252
+ $current_screen->add_help_tab(array(
253
+ 'id' => 'faq',
254
+ 'title' => __('Frequently Asked Questions', 'yarpp'),
255
+ 'callback' => array(&$this, 'help_faq')
256
+ ));
257
+
258
+ $current_screen->add_help_tab(array(
259
+ 'id' => 'dev',
260
+ 'title' => __('Developing with YARPP', 'yarpp'),
261
+ 'callback' => array(&$this, 'help_dev')
262
+ ));
263
+
264
+ $current_screen->add_help_tab(array(
265
+ 'id' => 'optin',
266
+ 'title' => __('Optional Data Collection', 'yarpp'),
267
+ 'callback' => array(&$this, 'help_optin')
268
+ ));
269
+ }
270
+
271
+ return $current_screen;
272
+ }
273
+
274
+ private $readme = null;
275
+
276
+ public function help_faq() {
277
+ if (is_null($this->readme)) $this->readme = file_get_contents(YARPP_DIR.'/readme.txt');
278
+
279
+ if (preg_match('!== Frequently Asked Questions ==(.*?)^==!sm', $this->readme, $matches)) {
280
+ echo $this->markdown($matches[1]);
281
+ } else {
282
+ echo(
283
+ '<a href="https://wordpress.org/plugins/yet-another-related-posts-plugin/#faq">'.
284
+ __('Frequently Asked Questions', 'yarpp').
285
+ '</a>'
286
+ );
287
+ }
288
+ }
289
+
290
+ public function help_dev() {
291
+ if (is_null($this->readme)) $this->readme = file_get_contents(YARPP_DIR.'/readme.txt');
292
+
293
+ if (preg_match('!== Developing with YARPP ==(.*?)^==!sm', $this->readme, $matches)) {
294
+ echo $this->markdown( $matches[1] );
295
+ } else {
296
+ echo(
297
+ '<a href="https://wordpress.org/plugins/yet-another-related-posts-plugin/#faq" target="_blank">'.
298
+ __('Developing with YARPP', 'yarpp').
299
+ '</a>'
300
+ );
301
+ }
302
+ }
303
+
304
+ public function help_optin() {
305
+ echo(
306
+ '<p>'.
307
+ __("With your permission, YARPP will send information about YARPP's settings, usage, and environment
308
+ back to a central server at ", 'yarpp').'<code>yarpp.org</code>'.'.&nbsp;'.
309
+ '</p>'.
310
+ '<p>'.
311
+ 'We would really appreciate your input to help us continue to improve the product. We are primarily looking '.
312
+ 'for country, domain, and date installed information.'.
313
+ '</p>'.
314
+ '<p>'.
315
+ __("This information will be used to improve YARPP in the future and help decide future development
316
+ decisions for YARPP.",
317
+ 'yarpp'
318
+ ).' '.
319
+ '</p>'.
320
+ '<p>'.
321
+ '<strong>'.
322
+ __("Contributing this data will help make YARPP better for you and for other YARPP users.",
323
+ 'yarpp' ).'</strong>'.
324
+ '</p>'
325
+ );
326
+
327
+ echo(
328
+ '<p>'.
329
+ __("The following information is sent back to YARPP:", 'yarpp').
330
+ '</p>'.
331
+ '<div id="optin_data_frame"></div>'.
332
+ '<p>'.
333
+ __("In addition, YARPP also loads an invisible pixel image with your YARPP results to know how often YARPP is being used.", 'yarpp').
334
+ '</p>'
335
+ );
336
+ }
337
+
338
+ function the_optin_button($action, $echo = false) {
339
+ $status = ($this->core->yarppPro['active']) ? 'disabled' : null;
340
+
341
+ if ($action === 'disable'){
342
+ $out =
343
+ '<a id="yarpp-optin-button'.$status.'" class="button" '.$status.'>'.
344
+ 'No, Thanks. Please <strong>'.$action.'</strong> sending usage data'.
345
+ '</a>';
346
+ } else {
347
+ $out =
348
+ '<a id="yarpp-optin-button'.$status.'" class="button" '.$status.'>'.
349
+ 'Yes, <strong>'.$action.'</strong> sending usage data back to help improve YARPP'.
350
+ '</a>';
351
+ }
352
+
353
+ if ($echo){
354
+ echo $out;
355
+ return null;
356
+ } else {
357
+ return $out;
358
+ }
359
+ }
360
+
361
+ function the_donothing_button($msg, $echo = false) {
362
+ $out ='<a href="options-general.php?page=yarpp" class="button">'.$msg.'</a>';
363
+ if ($echo){
364
+ echo $out;
365
+ return null;
366
+ } else {
367
+ return $out;
368
+ }
369
+ }
370
+
371
+ function optin_button_script($optinAction, $echo=false) {
372
+ wp_nonce_field('yarpp_optin_'.$optinAction, 'yarpp_optin-nonce', false);
373
+
374
+ ob_start();
375
+ include(YARPP_DIR.'/includes/optin_notice.js.php');
376
+ $out = ob_get_contents();
377
+ ob_end_clean();
378
+
379
+ if($echo){
380
+ echo $out;
381
+ return null;
382
+ } else {
383
+ return $out;
384
+ }
385
+ }
386
+
387
+ function upgrade_notice() {
388
+ $optinAction = ($this->core->get_option('optin')) ? 'disable' : 'enable';
389
+ $this->optin_notice('upgrade', $optinAction);
390
+ }
391
+
392
+ public function install_notice(){
393
+ $optinAction = ($this->core->get_option('optin')) ? 'disable' : 'enable';
394
+ $this->optin_notice('install', $optinAction);
395
+ }
396
+
397
+ public function optin_notice($type=false, $optinAction) {
398
+ $screen = get_current_screen();
399
+ if(is_null($screen) || $screen->id == 'settings_page_yarpp') return;
400
+
401
+ switch($type) {
402
+ case 'upgrade':
403
+ delete_option('yarpp_upgraded');
404
+ break;
405
+ case 'install':
406
+ default:
407
+ $user = get_current_user_id();
408
+ update_user_option($user, 'yarpp_saw_optin', true);
409
+ }
410
+
411
+ $out = '<div class="updated fade"><p>';
412
+
413
+ if($type === 'upgrade'){
414
+ $out .= '<strong>'.sprintf(__('%1$s updated successfully.'), 'Yet Another Related Posts Plugin').'</strong>';
415
+ }
416
+
417
+ if ($type === 'install'){
418
+ $tmp = __('Thank you for installing <span>Yet Another Related Posts Plugin</span>!', 'yarpp');
419
+ $out .= '<strong>'.str_replace('<span>','<span style="font-style:italic; font-weight: inherit;">', $tmp).'</strong>';
420
+ }
421
+
422
+ if($this->core->yarppPro['active']){
423
+
424
+ $out .=
425
+ '<p>'.
426
+ 'You currently have <strong>YARPP Basic</strong> and <strong>YARPP Pro</strong> enabled.<br/><br/>'.
427
+ '<a href="options-general.php?page=yarpp" class="button">Take me to the settings page</a>'.
428
+ '</p>';
429
+
430
+ } else {
431
+
432
+ $out .= '</p><p>';
433
+ if($optinAction !== 'disable'){
434
+ $out .= $this->the_donothing_button('No, thanks').'&nbsp;&nbsp;';
435
+ } else {
436
+ $out .= $this->the_donothing_button('Yes, keep sending usage data').'&nbsp;&nbsp;';
437
+ }
438
+ $out .= $this->the_optin_button($optinAction);
439
+ $out .= $this->optin_button_script($optinAction);
440
+
441
+ }
442
+
443
+ echo $out.'</div>';
444
+ }
445
+
446
+ // faux-markdown, required for the help text rendering
447
+ protected function markdown( $text ) {
448
+ $replacements = array(
449
+ // strip each line
450
+ '!\s*[\r\n] *!' => "\n",
451
+
452
+ // headers
453
+ '!^=(.*?)=\s*$!m' => '<h3>\1</h3>',
454
+
455
+ // bullets
456
+ '!^(\* .*([\r\n]\* .*)*)$!m' => "<ul>\n\\1\n</ul>",
457
+ '!^\* (.*?)$!m' => '<li>\1</li>',
458
+ '!^(\d+\. .*([\r\n]\d+\. .*)*)$!m' => "<ol>\n\\1\n</ol>",
459
+ '!^\d+\. (.*?)$!m' => '<li>\1</li>',
460
+
461
+ // code block
462
+ '!^(\t.*([\r\n]\t.*)*)$!m' => "<pre>\n\\1\n</pre>",
463
+
464
+ // wrap p
465
+ '!^([^<\t].*[^>])$!m' => '<p>\1</p>',
466
+ // bold
467
+ '!\*([^*]*?)\*!' => '<strong>\1</strong>',
468
+ // code
469
+ '!`([^`]*?)`!' => '<code>\1</code>',
470
+ // links
471
+ '!\[([^]]+)\]\(([^)]+)\)!' => '<a href="\2" target="_new">\1</a>',
472
+ );
473
+ $text = preg_replace(array_keys($replacements), array_values($replacements), $text);
474
+
475
+ return $text;
476
+ }
477
+
478
+ public function render_screen_settings ($output, $current_screen) {
479
+ if ( $current_screen->id != 'settings_page_yarpp' )
480
+ return $output;
481
+
482
+ $output .= "<div id='yarpp_extra_screen_settings'><label for='yarpp_display_code'><input type='checkbox' name='yarpp_display_code' id='yarpp_display_code'";
483
+ $output .= checked($this->core->get_option('display_code'), true, false);
484
+ $output .= " />";
485
+ $output .= __('Show example code output', 'yarpp');
486
+ $output .= '</label></div>';
487
+
488
+ return $output;
489
+ }
490
+
491
+ // since 3.3
492
+ public function enqueue() {
493
+ $version = defined('WP_DEBUG') && WP_DEBUG ? time() : YARPP_VERSION;
494
+ $screen = get_current_screen();
495
+ if (!is_null($screen) && $screen->id === 'settings_page_yarpp') {
496
+ wp_enqueue_style('yarpp_switch_options', plugins_url('style/options_switch.css', dirname(__FILE__)), array(), $version );
497
+ wp_enqueue_script('yarpp_switch_options', plugins_url('js/options_switch.js', dirname(__FILE__)), array('jquery'), $version );
498
+
499
+ wp_enqueue_style('wp-pointer');
500
+ wp_enqueue_style('yarpp_options', plugins_url('style/options_basic.css', dirname(__FILE__)), array(), $version );
501
+
502
+ wp_enqueue_script('postbox');
503
+ wp_enqueue_script('wp-pointer');
504
+ wp_enqueue_script('yarpp_options', plugins_url('js/options_basic.js', dirname(__FILE__)), array('jquery'), $version );
505
+ }
506
+
507
+ $metabox_post_types = $this->core->get_option('auto_display_post_types');
508
+ if (!is_null($screen) && ($screen->id == 'post' || in_array( $screen->id, $metabox_post_types))) {
509
+ wp_enqueue_script('yarpp_metabox', plugins_url('js/metabox.js', dirname(__FILE__)), array('jquery'), $version );
510
+ }
511
+ }
512
+
513
+ public function settings_link($links, $file) {
514
+ $this_plugin = dirname(plugin_basename(dirname(__FILE__))).'/yarpp.php';
515
+ if($file == $this_plugin) {
516
+ $links[] = '<a href="options-general.php?page=yarpp">'.__('Settings').'</a>';
517
+ }
518
+ return $links;
519
+ }
520
+
521
+ public function options_page() {
522
+ $mode = (isset($_GET['mode'])) ? htmlentities(strtolower($_GET['mode'])) : null;
523
+ if ($mode !== 'basic' && ($mode === 'pro' || $this->core->yarppPro['active'])){
524
+ include_once(YARPP_DIR.'/includes/yarpp_pro_options.php');
525
+ } else {
526
+ include_once(YARPP_DIR . '/includes/yarpp_options.php');
527
+ }
528
+ }
529
+
530
+ // @since 3.4: don't actually compute results here, but use ajax instead
531
+ public function metabox() {
532
+ ?>
533
+ <style>
534
+ .yarpp-metabox-options {
535
+ margin: 10px 0;
536
+ }
537
+ #yarpp-related-posts .spinner {
538
+ float: none; visibility: hidden; opacity: 1; margin: 5px 0 0 7px;
539
+ }
540
+ </style>
541
+ <?php
542
+ if ( !get_the_ID() ) {
543
+ echo "<div><p>".__("Related entries may be displayed once you save your entry",'yarpp').".</p></div>";
544
+ } else {
545
+ wp_nonce_field( 'yarpp_display', 'yarpp_display-nonce', false );
546
+ echo '<div id="yarpp-related-posts"><img height="20px" width="20px" src="' . esc_url( admin_url( 'images/spinner-2x.gif' ) ) . '" alt="loading..." /></div>';
547
+ }
548
+ }
549
+
550
+ // @since 3.3: default metaboxes to show:
551
+ public function default_hidden_meta_boxes($hidden, $screen) {
552
+ if ($screen->id === 'settings_page_yarpp') {
553
+ $hidden = $this->core->default_hidden_metaboxes;
554
+ }
555
+ return $hidden;
556
+ }
557
+
558
+ // @since 4: UI to copy templates
559
+ public function can_copy_templates() {
560
+ $theme_dir = get_stylesheet_directory();
561
+ // If we can't write to the theme, return false
562
+ if (!is_dir($theme_dir) || !is_writable($theme_dir)) return false;
563
+
564
+ require_once(ABSPATH.'wp-admin/includes/file.php');
565
+ WP_Filesystem(false, get_stylesheet_directory());
566
+ global $wp_filesystem;
567
+ // direct method is the only method that I've tested so far
568
+ return $wp_filesystem->method === 'direct';
569
+ }
570
+
571
+ public function copy_templates() {
572
+ $templates_dir = trailingslashit(trailingslashit(YARPP_DIR).'yarpp-templates');
573
+
574
+ require_once(ABSPATH.'wp-admin/includes/file.php');
575
+ WP_Filesystem(false, get_stylesheet_directory());
576
+ global $wp_filesystem;
577
+ if ( $wp_filesystem->method !== 'direct') return false;
578
+
579
+ return copy_dir($templates_dir, get_stylesheet_directory(), array('.svn'));
580
+ }
581
+
582
+ /*
583
+ * AJAX SERVICES
584
+ */
585
+
586
+ public function ajax_display_exclude_terms() {
587
+ check_ajax_referer('yarpp_display_exclude_terms');
588
+
589
+ if (!isset($_REQUEST['taxonomy'])) return;
590
+
591
+ $taxonomy = (string) $_REQUEST['taxonomy'];
592
+
593
+ header("HTTP/1.1 200");
594
+ header("Content-Type: text/html; charset=UTF-8");
595
+
596
+ $exclude_tt_ids = wp_parse_id_list($this->core->get_option('exclude'));
597
+ $exclude_term_ids = $this->get_term_ids_from_tt_ids( $taxonomy, $exclude_tt_ids );
598
+ // if ('category' === $taxonomy) $exclude .= ','.get_option('default_category');
599
+
600
+ $terms = get_terms($taxonomy, array(
601
+ 'exclude' => $exclude_term_ids,
602
+ 'hide_empty' => false,
603
+ 'hierarchical' => false,
604
+ 'number' => 100,
605
+ 'offset' => $_REQUEST['offset']
606
+ ));
607
+
608
+ if ( !count($terms) ) {
609
+ echo ':('; // no more :(
610
+ exit;
611
+ }
612
+
613
+ foreach ($terms as $term) {
614
+ echo "<span><input type='checkbox' name='exclude[{$term->term_taxonomy_id}]' id='exclude_{$term->term_taxonomy_id}' value='true' /> <label for='exclude_{$term->term_taxonomy_id}'>" . esc_html($term->name) . "</label></span> ";
615
+ }
616
+ exit;
617
+ }
618
+
619
+ public function get_term_ids_from_tt_ids( $taxonomy, $tt_ids ) {
620
+ global $wpdb;
621
+ $tt_ids = wp_parse_id_list($tt_ids);
622
+ if ( empty($tt_ids) )
623
+ return array();
624
+ return $wpdb->get_col("select term_id from $wpdb->term_taxonomy where taxonomy = '{$taxonomy}' and term_taxonomy_id in (" . join(',', $tt_ids) . ")");
625
+ }
626
+
627
+ public function ajax_display() {
628
+ check_ajax_referer('yarpp_display');
629
+
630
+ if (!isset($_REQUEST['ID'])) return;
631
+
632
+ $args = array(
633
+ 'post_type' => array('post'),
634
+ 'domain' => isset($_REQUEST['domain']) ? $_REQUEST['domain'] : 'website'
635
+ );
636
+
637
+ if ($this->core->get_option('cross_relate')) $args['post_type'] = $this->core->get_post_types();
638
+
639
+ $return = $this->core->display_related(absint($_REQUEST['ID']), $args, false);
640
+
641
+ header("HTTP/1.1 200");
642
+ header("Content-Type: text/html; charset=UTF-8");
643
+ echo $return;
644
+
645
+ die();
646
+ }
647
+
648
+ public function ajax_display_demo() {
649
+ check_ajax_referer('yarpp_display_demo');
650
+
651
+ header("HTTP/1.1 200");
652
+ header("Content-Type: text/html; charset=UTF-8");
653
+
654
+ $args = array(
655
+ 'post_type' => array('post'),
656
+ 'domain' => (isset($_REQUEST['domain'])) ? $_REQUEST['domain'] : 'website'
657
+ );
658
+
659
+ $return = $this->core->display_demo_related($args, false);
660
+ echo preg_replace("/[\n\r]/",'',nl2br(htmlspecialchars($return)));
661
+ exit;
662
+ }
663
+
664
+ /**
665
+ * Display optin data in a human readable format on the help tab.
666
+ */
667
+ public function ajax_optin_data() {
668
+ check_ajax_referer('yarpp_optin_data');
669
+
670
+ header("HTTP/1.1 200");
671
+ header("Content-Type: text/html; charset=UTF-8");
672
+
673
+ $data = $this->core->optin_data();
674
+ $this->core->pretty_echo($data);
675
+ die();
676
+ }
677
+
678
+ public function ajax_optin_disable() {
679
+ check_ajax_referer('yarpp_optin_disable');
680
+
681
+ $this->core->set_option('optin', false);
682
+
683
+ header("HTTP/1.1 200");
684
+ header("Content-Type: text; charset=UTF-8");
685
+ echo 'ok';
686
+
687
+ die();
688
+ }
689
+
690
+ public function ajax_optin_enable() {
691
+ check_ajax_referer('yarpp_optin_enable');
692
+
693
+ $this->core->set_option('optin', true);
694
+ $this->core->optin_ping();
695
+
696
+ header("HTTP/1.1 200");
697
+ header("Content-Type: text; charset=UTF-8");
698
+ echo 'ok';
699
+
700
+ die();
701
+ }
702
+
703
+ /**
704
+ * Handles switching between Pro and Basic versions
705
+ *
706
+ * For example:
707
+ * ../wp-admin/admin-ajax.php?action=yarpp_switch&go=pro
708
+ * ../wp-admin/admin-ajax.php?action=yarpp_switch&go=basic
709
+ *
710
+ * @since 5.1.0
711
+ */
712
+ public function ajax_switch() {
713
+ check_ajax_referer('yarpp_switch');
714
+
715
+ if (!is_admin() ||
716
+ !current_user_can('manage_options')) {
717
+ return;
718
+ }
719
+
720
+ if (!isset($_GET['go']) || trim($_GET['go']) === '') die();
721
+
722
+ $switch = htmlentities($_GET['go']);
723
+
724
+ function switchYarppPro($status){
725
+ $yarppPro = get_option('yarpp_pro');
726
+ $yarpp = get_option('yarpp');
727
+
728
+ if($status){
729
+ $yarppPro['optin'] = (bool) $yarpp['optin'];
730
+ $yarpp['optin'] = false;
731
+ } else {
732
+ $yarpp['optin'] = (bool) $yarppPro['optin'];
733
+ }
734
+
735
+ $yarppPro['active'] = $status;
736
+ update_option('yarpp',$yarpp);
737
+ update_option('yarpp_pro',$yarppPro);
738
+
739
+ header("HTTP/1.1 200");
740
+ header("Content-Type: text/plain; charset=UTF-8");
741
+ die('ok');
742
+ }
743
+
744
+ switch ($switch){
745
+ case 'basic':
746
+ switchYarppPro(0);
747
+ break;
748
+ case 'pro':
749
+ switchYarppPro(1);
750
+ break;
751
+ }
752
+ }
753
+
754
+ public function ajax_set_display_code() {
755
+ check_ajax_referer( 'yarpp_set_display_code' );
756
+
757
+ header("HTTP/1.1 200");
758
+ header("Content-Type: text; charset=UTF-8");
759
+
760
+ $data = $this->core->set_option( 'display_code', isset($_REQUEST['checked']) );
761
+ echo 'ok';
762
+ die();
763
+ }
764
+
765
+ /**
766
+ * Registers YARPP plugin for the deactivation survey library code.
767
+ *
768
+ * @param array $plugins
769
+ *
770
+ * @return array
771
+ */
772
+ public function deactivation_survey_data( $plugins ) {
773
+
774
+ global $yarpp;
775
+ if ( $yarpp instanceof YARPP && isset( $yarpp->cloud ) && $yarpp->cloud instanceof YARPP_Cloud ) {
776
+ $api_key = $yarpp->cloud->get_api_key();
777
+ $verification_key = $yarpp->cloud->get_option( 'verification_key' );
778
+ if ( empty( $verification_key ) ) {
779
+ $verification_key = '';
780
+ }
781
+ } else {
782
+ $api_key = '';
783
+ $verification_key = '';
784
+ }
785
+ $plugin_data = get_plugin_data(YARPP_MAIN_FILE, false, false);
786
+ $plugins[] = (object) array(
787
+ 'title_slugged' => sanitize_title($plugin_data['Name']),
788
+ 'basename' => plugin_basename(YARPP_MAIN_FILE),
789
+ 'logo' => YARPP_URL . '/images/icon-256x256.png',
790
+ 'api_server' => 'yarpp.com',
791
+ 'script_cache_ver' => YARPP_VERSION,
792
+ 'bgcolor' => '#fff',
793
+ 'send' => array(
794
+ 'plugin_name' => 'yarpp',
795
+ 'plugin_version' => YARPP_VERSION,
796
+ 'api_key' => $api_key,
797
+ 'verification_key' => $verification_key,
798
+ 'platform' => 'wordpress',
799
+ 'domain' => site_url(),
800
+ 'language' => strtolower( get_bloginfo( 'language' ) ),
801
+ ),
802
+ 'reasons' => array(
803
+ 'error' => esc_html__( 'I think I found a bug', 'yarpp' ),
804
+ 'feature-missing' => esc_html__( 'It\'s missing a feature I need', 'yarpp' ),
805
+ 'too-hard' => esc_html__( 'I couldn\'t figure out how to do something', 'yarpp' ),
806
+ 'inefficient' => esc_html__( 'It\'s too slow or inefficient', 'yarpp' ),
807
+ 'no-signup' => esc_html__( 'I don\'t want to signup', 'yarpp' ),
808
+ 'temporary-deactivation' => esc_html__( 'Temporarily deactivating or troubleshooting', 'yarpp' ),
809
+ 'other' => esc_html__( 'Other', 'yarpp' )
810
+ ),
811
+ 'reasons_needing_comment' => array(
812
+ 'error',
813
+ 'feature-missing',
814
+ 'too-hard',
815
+ 'other'
816
+ ),
817
+ 'translations' => array(
818
+ 'quick_feedback' => esc_html__( 'Quick Feedback', 'yarpp' ),
819
+ 'foreword' => esc_html__( 'If you would be kind enough, please tell us why you are deactivating the plugin:',
820
+ 'yarpp' ),
821
+ 'please_tell_us' => esc_html__( 'Please share anything you think might be helpful. The more we know about your problem, the faster we\'ll be able to fix it.',
822
+ 'yarpp' ),
823
+ 'cancel' => esc_html__( 'Cancel', 'yarpp' ),
824
+ 'skip_and_deactivate' => esc_html__( 'Skip &amp; Deactivate', 'yarpp' ),
825
+ 'submit_and_deactivate' => esc_html__( 'Submit &amp; Deactivate', 'yarpp' ),
826
+ 'please_wait' => esc_html__( 'Please wait...', 'yarpp' ),
827
+ 'thank_you' => esc_html__( 'Thank you!', 'yarpp' ),
828
+ 'ask_for_support' => sprintf(
829
+ esc_html__( 'Have you visited %1$sthe support forum%2$s and %3$sread the FAQs%2$s for help?',
830
+ 'yarpp' ),
831
+ '<a href="https://wordpress.org/support/plugin/yet-another-related-posts-plugin/" target="_blank" >',
832
+ '</a>',
833
+ '<a href="https://wordpress.org/plugins/yet-another-related-posts-plugin/#faq" target="_blank" >'
834
+ ),
835
+ 'email_request' => esc_html__( 'If you would like to tell us more, please leave your email here. We will be in touch (only for product feedback, nothing else).',
836
+ 'yarpp' ),
837
+ )
838
+
839
+ );
840
+
841
+ return $plugins;
842
+ }
843
+ }
trunk/classes/YARPP_Cache.php ADDED
@@ -0,0 +1,379 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ abstract class YARPP_Cache {
3
+ protected $core;
4
+ protected $yarpp_time = false;
5
+ public $score_override = false;
6
+ public $online_limit = false;
7
+ public $last_sql;
8
+ function __construct( &$core ) {
9
+ $this->core = &$core;
10
+ $this->name = __($this->name, 'yarpp');
11
+ }
12
+
13
+ function add_signature( $query ) {
14
+ $query->yarpp_cache_type = $this->name;
15
+ }
16
+
17
+ /**
18
+ * GENERAL CACHE CONTROL
19
+ */
20
+ public function is_yarpp_time() {
21
+ return $this->yarpp_time;
22
+ }
23
+ public function flush() {
24
+ }
25
+
26
+ public function setup() {
27
+ }
28
+
29
+ public function upgrade( $last_version ) {
30
+ }
31
+
32
+ /*
33
+ * POST CACHE CONTROL
34
+ */
35
+ /*
36
+ * Note: return value changed in 3.4
37
+ * return YARPP_NO_RELATED | YARPP_RELATED | YARPP_DONT_RUN | false if no good input
38
+ */
39
+ function enforce($reference_ID, $force = false) {
40
+ /**
41
+ * @since 3.5.3 Don't compute on revisions.
42
+ * wp_is_post_revision will return the id of the revision parent instead.
43
+ */
44
+ if ($the_post = wp_is_post_revision($reference_ID)) $reference_ID = $the_post;
45
+ if (!is_int($reference_ID)) return false;
46
+
47
+ $status = $this->is_cached($reference_ID);
48
+ $status = apply_filters('yarpp_cache_enforce_status', $status, $reference_ID);
49
+
50
+ // There's a stop signal:
51
+ if ($status === YARPP_DONT_RUN) return YARPP_DONT_RUN;
52
+
53
+ // If not cached, process now:
54
+ if ($status === YARPP_NOT_CACHED || $force) $status = $this->update((int) $reference_ID); // status now will be YARPP_NO_RELATED | YARPP_RELATED
55
+ // There are no related posts
56
+ if ($status === YARPP_NO_RELATED) return YARPP_NO_RELATED;
57
+
58
+ // There are results
59
+ return YARPP_RELATED;
60
+ }
61
+
62
+ /**
63
+ * @param int $reference_ID
64
+ * @return string YARPP_NO_RELATED | YARPP_RELATED | YARPP_NOT_CACHED
65
+ */
66
+ public function is_cached($reference_ID) {
67
+ return YARPP_NOT_CACHED;
68
+ }
69
+ public function clear($reference_ID) {
70
+ }
71
+
72
+ /*
73
+ * POST STATUS INTERACTIONS
74
+ */
75
+ /**
76
+ * Clear the cache for this entry and for all posts which are "related" to it.
77
+ * @since 3.2 This is called when a post is deleted.
78
+ */
79
+ function delete_post($post_ID) {
80
+ // Clear the cache for this post.
81
+ $this->clear((int) $post_ID);
82
+
83
+ // Find all "peers" which list this post as a related post and clear their caches
84
+ if ($peers = $this->related(null, (int) $post_ID)) $this->clear($peers);
85
+ }
86
+
87
+ /**
88
+ * @since 3.2.1 Handle various post_status transitions
89
+ */
90
+ function transition_post_status( $new_status, $old_status, $post ) {
91
+ $post_ID = $post->ID;
92
+ /**
93
+ * @since 3.4 Don't compute on revisions
94
+ * @since 3.5 Compute on the parent instead
95
+ */
96
+ if ($the_post = wp_is_post_revision($post_ID)) $post_ID = $the_post;
97
+ // Un-publish
98
+ if ($old_status === 'publish' && $new_status !== 'publish') {
99
+ // Find all "peers" which list this post as a related post and clear their caches
100
+ if ($peers = $this->related(null, (int) $post_ID)) $this->clear($peers);
101
+ }
102
+
103
+ // Publish
104
+ if ($old_status !== 'publish' && $new_status === 'publish') {
105
+ /*
106
+ * Find everything which is related to this post, and clear them,
107
+ * so that this post might show up as related to them.
108
+ */
109
+ if ($related = $this->related($post_ID, null)) $this->clear($related);
110
+ }
111
+ /**
112
+ * @since 3.4 Simply clear the cache on save; don't recompute.
113
+ */
114
+ $this->clear((int) $post_ID);
115
+ }
116
+
117
+ function set_score_override_flag($q) {
118
+ if ($this->is_yarpp_time()) {
119
+ $this->score_override = (isset($q->query_vars['orderby']) && $q->query_vars['orderby'] === 'score');
120
+
121
+ if (!empty($q->query_vars['showposts'])) {
122
+ $this->online_limit = $q->query_vars['showposts'];
123
+ } else {
124
+ $this->online_limit = false;
125
+ }
126
+ } else {
127
+ $this->score_override = false;
128
+ $this->online_limit = false;
129
+ }
130
+ }
131
+ /**
132
+ * SQL!
133
+ */
134
+ protected function sql($reference_ID = false, $args = array()) {
135
+ global $wpdb, $post;
136
+
137
+ if (is_object($post) && !$reference_ID) {
138
+ $reference_ID = $post->ID;
139
+ }
140
+
141
+ if (!is_object($post) || $reference_ID != $post->ID) {
142
+ $reference_post = get_post($reference_ID);
143
+ } else {
144
+ $reference_post = $post;
145
+ }
146
+
147
+ $options = array(
148
+ 'threshold',
149
+ 'show_pass_post',
150
+ 'past_only',
151
+ 'weight',
152
+ 'require_tax',
153
+ 'exclude',
154
+ 'recent',
155
+ 'limit'
156
+ );
157
+ extract($this->core->parse_args($args, $options));
158
+ // The maximum number of items we'll ever want to cache
159
+ $limit = max($limit, $this->core->get_option('rss_limit'));
160
+
161
+ // Fetch keywords
162
+ $keywords = $this->get_keywords($reference_ID);
163
+
164
+ // SELECT
165
+ $newsql = "SELECT $reference_ID as reference_ID, ID, "; //post_title, post_date, post_content, post_excerpt,
166
+ $newsql .= 'ROUND(0';
167
+ if (isset($weight) && is_array($weight)){
168
+ if (isset($weight['body']) && (int) $weight['body']) {
169
+ $newsql .= " + (MATCH (post_content) AGAINST ('".esc_sql($keywords['body'])."')) * ".absint($weight['body']);
170
+ }
171
+ if (isset($weight['title']) && (int) $weight['title']) {
172
+ $newsql .= " + (MATCH (post_title) AGAINST ('".esc_sql($keywords['title'])."')) * ".absint($weight['title']);
173
+ }
174
+
175
+ // Build tax criteria query parts based on the weights
176
+ if(isset($weight['tax']) && is_array($weight['tax'])){
177
+ foreach ((array) $weight['tax'] as $tax => $tax_weight) {
178
+ $newsql .= " + ".$this->tax_criteria($reference_ID, $tax)." * ".intval($tax_weight);
179
+ }
180
+ }
181
+ }
182
+
183
+ $newsql .= ',1) as score';
184
+
185
+ $newsql .= "\n from $wpdb->posts \n";
186
+
187
+ $exclude_tt_ids = wp_parse_id_list($exclude);
188
+ if (count($exclude_tt_ids) || (isset($weight) && isset($weight['tax']) && count((array) $weight['tax'])) || count($require_tax)) {
189
+ $newsql .= "left join $wpdb->term_relationships as terms on ( terms.object_id = $wpdb->posts.ID ) \n";
190
+ }
191
+
192
+ /*
193
+ * Where
194
+ */
195
+
196
+ $newsql .= " where post_status in ( 'publish', 'static' ) and ID != '$reference_ID'";
197
+ /**
198
+ * @since 3.1.8 Revised $past_only option
199
+ */
200
+ if ($past_only) $newsql .= " and post_date <= '$reference_post->post_date' ";
201
+ if (!$show_pass_post) $newsql .= " and post_password ='' ";
202
+ if ((bool) $recent) $newsql .= " and post_date > date_sub(now(), interval {$recent}) ";
203
+
204
+ $newsql .= " and post_type = 'post'";
205
+
206
+ // GROUP BY
207
+ $newsql .= "\n group by ID \n";
208
+
209
+ // HAVING
210
+ // number_format fix suggested by vkovalcik! :)
211
+ $safethreshold = number_format(max($threshold,0.1), 2, '.', '');
212
+ /**
213
+ * @since 3.5.3: ID=0 is a special value; never save such a result.
214
+ */
215
+ $newsql .= " having score >= $safethreshold and ID != 0";
216
+ if (count($exclude_tt_ids)) {
217
+ $newsql .= " and bit_or(terms.term_taxonomy_id in (".join(',', $exclude_tt_ids).")) = 0";
218
+ }
219
+
220
+ foreach ((array) $require_tax as $tax => $number) {
221
+ $newsql .= ' and '.$this->tax_criteria($reference_ID, $tax).' >= '.intval($number);
222
+ }
223
+
224
+ $newsql .= " order by score desc limit $limit";
225
+
226
+ if (isset($args['post_type'])) {
227
+ $post_types = (array) $args['post_type'];
228
+ } else {
229
+ $post_types = $this->core->get_post_types();
230
+ }
231
+ $queries = array();
232
+ foreach ($post_types as $post_type) {
233
+ $queries[] = '('.str_replace("post_type = 'post'", "post_type = '{$post_type}'", $newsql).')';
234
+ }
235
+ $sql = implode(' union ', $queries);
236
+
237
+ if ($this->core->debug) echo "<!-- $sql -->";
238
+
239
+ $this->last_sql = $sql;
240
+
241
+ return $sql;
242
+ }
243
+
244
+ private function tax_criteria($reference_ID, $taxonomy) {
245
+ $terms = get_the_terms($reference_ID, $taxonomy);
246
+ // if there are no terms of that tax
247
+ if (false === $terms) return '(1 = 0)';
248
+
249
+ $tt_ids = wp_list_pluck($terms, 'term_taxonomy_id');
250
+ return "count(distinct if( terms.term_taxonomy_id in (".join(',',$tt_ids)."), terms.term_taxonomy_id, null ))";
251
+ }
252
+ /*
253
+ * KEYWORDS
254
+ */
255
+ /**
256
+ * @param int $ID
257
+ * @param string $type body | title | all
258
+ * @return string|array depending on whether "all" were requested or not
259
+ */
260
+ public function get_keywords($ID, $type = 'all') {
261
+ if (!$ID = absint($ID)) return false;
262
+ $keywords = array(
263
+ 'body' => $this->body_keywords($ID),
264
+ 'title' => $this->title_keywords($ID)
265
+ );
266
+ if (empty($keywords)) return false;
267
+
268
+ if ($type === 'all') return $keywords;
269
+ return $keywords[$type];
270
+ }
271
+
272
+ protected function title_keywords($ID, $max = 20) {
273
+ return apply_filters('yarpp_title_keywords', $this->extract_keywords(get_the_title($ID), $max, $ID), $max, $ID);
274
+ }
275
+ protected function body_keywords( $ID, $max = 20 ) {
276
+ global $wp_current_filter;
277
+ $filter_count = array_count_values( $wp_current_filter );
278
+ if ( ! empty( $filter_count['the_content'] ) && $filter_count['the_content'] > 1 ) {
279
+ return '';
280
+ }
281
+ $post = get_post( $ID );
282
+ if ( empty( $post ) ) {
283
+ return '';
284
+ }
285
+ return apply_filters( 'yarpp_body_keywords', $this->extract_keywords( apply_filters( 'the_content', $post->post_content ), $max, $ID ), $max, $ID );
286
+ }
287
+
288
+ private function extract_keywords( $html, $max = 20, $ID = 0 ) {
289
+
290
+ /**
291
+ * @filter yarpp_extract_keywords
292
+ *
293
+ * Use this filter to override YARPP's built-in keyword computation
294
+ * Return values should be a string of space-delimited words
295
+ *
296
+ * @param $keywords
297
+ * @param $html unfiltered HTML content
298
+ * @param (int) $max maximum number of keywords
299
+ * @param (int) $ID
300
+ */
301
+ if ($keywords = apply_filters('yarpp_extract_keywords', false, $html, $max, $ID)) return $keywords;
302
+ if (defined('WPLANG')) {
303
+ switch ( substr(WPLANG, 0, 2) ) {
304
+ case 'de':
305
+ $lang = 'de_DE';
306
+ break;
307
+ case 'it':
308
+ $lang = 'it_IT';
309
+ break;
310
+ case 'pl':
311
+ $lang = 'pl_PL';
312
+ break;
313
+ case 'bg':
314
+ $lang = 'bg_BG';
315
+ break;
316
+ case 'fr':
317
+ $lang = 'fr_FR';
318
+ break;
319
+ case 'cs':
320
+ $lang = 'cs_CZ';
321
+ break;
322
+ case 'nl':
323
+ $lang = 'nl_NL';
324
+ break;
325
+ default:
326
+ $lang = 'en_US';
327
+ break;
328
+ }
329
+ }
330
+ else {
331
+ $lang = 'en_US';
332
+ }
333
+
334
+ $words_file = YARPP_DIR.'/lang/words-'.$lang.'.php';
335
+ if (file_exists($words_file)) include($words_file);
336
+ if (!isset($overusedwords)) $overusedwords = array();
337
+
338
+ // strip tags and html entities
339
+ $text = preg_replace('/&(#x[0-9a-f]+|#[0-9]+|[a-zA-Z]+);/', '', strip_tags($html) );
340
+
341
+ // 3.2.2: ignore soft hyphens
342
+ // Requires PHP 5: http://bugs.php.net/bug.php?id=25670
343
+ $softhyphen = html_entity_decode('&#173;',ENT_NOQUOTES,'UTF-8');
344
+ $text = str_replace($softhyphen, '', $text);
345
+
346
+ $charset = get_option('blog_charset');
347
+ if ( function_exists('mb_split') && !empty($charset) ) {
348
+ mb_regex_encoding($charset);
349
+ $wordlist = mb_split('\s*\W+\s*', mb_strtolower($text, $charset));
350
+ } else
351
+ $wordlist = preg_split('%\s*\W+\s*%', strtolower($text));
352
+
353
+ // Build an array of the unique words and number of times they occur.
354
+ $tokens = array_count_values($wordlist);
355
+
356
+ // Remove the stop words from the list.
357
+ $overusedwords = apply_filters( 'yarpp_keywords_overused_words', $overusedwords );
358
+ if ( is_array($overusedwords) ) {
359
+ foreach ($overusedwords as $word) {
360
+ unset($tokens[$word]);
361
+ }
362
+ }
363
+ // Remove words which are only a letter
364
+ foreach (array_keys($tokens) as $word) {
365
+ if ( function_exists('mb_strlen') )
366
+ if (mb_strlen($word) < 2) unset($tokens[$word]);
367
+ else
368
+ if (strlen($word) < 2) unset($tokens[$word]);
369
+ }
370
+
371
+ arsort($tokens, SORT_NUMERIC);
372
+
373
+ $types = array_keys($tokens);
374
+
375
+ if (count($types) > $max)
376
+ $types = array_slice($types, 0, $max);
377
+ return implode(' ', $types);
378
+ }
379
+ }
trunk/classes/YARPP_Cache_Bypass.php ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Cache_Bypass extends YARPP_Cache {
4
+
5
+ public $name = "bypass";
6
+ public $demo_time = false;
7
+
8
+ private $related_postdata = array();
9
+ private $related_IDs = array();
10
+ private $demo_limit = 0;
11
+
12
+ /**
13
+ * SETUP/STATUS
14
+ */
15
+ function __construct(&$core) {
16
+ parent::__construct($core);
17
+ }
18
+
19
+ public function is_enabled() {
20
+ return true; // always enabled.
21
+ }
22
+
23
+ public function cache_status() {
24
+ return 0; // always uncached
25
+ }
26
+
27
+ public function stats() {
28
+ return array(); // always unknown
29
+ }
30
+
31
+ public function uncached($limit = 20, $offset = 0) {
32
+ return array(); // nothing to cache
33
+ }
34
+
35
+ /**
36
+ * MAGIC FILTERS
37
+ */
38
+ public function where_filter($arg) {
39
+ global $wpdb;
40
+
41
+ // modify the where clause to use the related ID list.
42
+ if (!count($this->related_IDs)) $this->related_IDs = array(0);
43
+
44
+ $arg = preg_replace("!{$wpdb->posts}.ID = \d+!","{$wpdb->posts}.ID in (".join(',',$this->related_IDs).")",$arg);
45
+
46
+ // if we have recent set, add an additional condition
47
+ if ((bool) $this->args['recent']) $arg .= " and post_date > date_sub(now(), interval {$this->args['recent']}) ";
48
+
49
+ return $arg;
50
+ }
51
+
52
+ public function orderby_filter($arg) {
53
+ global $wpdb;
54
+
55
+ /*
56
+ * Only order by score if the score function is added in fields_filter,
57
+ * which only happens if there are related posts in the post-data.
58
+ */
59
+ if ($this->score_override && is_array($this->related_postdata) && count($this->related_postdata)) {
60
+ return str_replace("$wpdb->posts.post_date","score",$arg);
61
+ }
62
+
63
+ return $arg;
64
+ }
65
+
66
+ public function fields_filter($arg) {
67
+ global $wpdb;
68
+
69
+ if (is_array($this->related_postdata) && count($this->related_postdata)) {
70
+ $scores = array();
71
+ foreach ($this->related_postdata as $related_entry) {
72
+ $scores[] = " WHEN {$related_entry['ID']} THEN {$related_entry['score']}";
73
+ }
74
+ $arg .= ", CASE {$wpdb->posts}.ID" . join('',$scores) ." END as score";
75
+ }
76
+ return $arg;
77
+ }
78
+
79
+ public function demo_request_filter($arg) {
80
+ global $wpdb;
81
+
82
+ $wpdb->query("set @count = 0;");
83
+
84
+ $loremipsum =
85
+ 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras tincidunt justo a urna. Ut turpis. Phasellus'.
86
+ 'convallis, odio sit amet cursus convallis, eros orci scelerisque velit, ut sodales neque nisl at ante. '.
87
+ 'Suspendisse metus. Curabitur auctor pede quis mi. Pellentesque lorem justo, condimentum ac, dapibus sit '.
88
+ 'amet, ornare et, erat. Quisque velit. Etiam sodales dui feugiat neque suscipit bibendum. Integer mattis. '.
89
+ 'Nullam et ante non sem commodo malesuada. Pellentesque ultrices fermentum lectus. Maecenas hendrerit neque ac '.
90
+ 'est. Fusce tortor mi, tristique sed, cursus at, pellentesque non, dui. Suspendisse potenti.';
91
+
92
+ return
93
+ "SELECT
94
+ SQL_CALC_FOUND_ROWS ID + {$this->demo_limit} as ID,
95
+ post_author,
96
+ post_date,
97
+ post_date_gmt,
98
+ '{$loremipsum}' as post_content,
99
+ concat('".__('Example post ','yarpp')."', @count:=@count+1) as post_title,
100
+ 0 as post_category,
101
+ '' as post_excerpt,
102
+ 'publish' as post_status,
103
+ 'open' as comment_status,
104
+ 'open' as ping_status,
105
+ '' as post_password,
106
+ concat('example-post-',@count) as post_name,
107
+ '' as to_ping,
108
+ '' as pinged,
109
+ post_modified,
110
+ post_modified_gmt,
111
+ '' as post_content_filtered,
112
+ 0 as post_parent,
113
+ concat('PERMALINK',@count) as guid,
114
+ 0 as menu_order,
115
+ 'post' as post_type,
116
+ '' as post_mime_type,
117
+ 0 as comment_count,
118
+ 'SCORE' as score
119
+ FROM $wpdb->posts
120
+ ORDER BY ID DESC LIMIT 0, {$this->demo_limit}";
121
+ }
122
+
123
+ public function limit_filter($arg) {
124
+ global $wpdb;
125
+ return ($this->online_limit) ? " limit {$this->online_limit} " : $arg;
126
+ }
127
+
128
+ /**
129
+ * RELATEDNESS CACHE CONTROL
130
+ */
131
+ public function begin_yarpp_time($reference_ID, $args) {
132
+ global $wpdb;
133
+
134
+ $this->yarpp_time = true;
135
+ $options = array(
136
+ 'threshold',
137
+ 'show_pass_post',
138
+ 'past_only',
139
+ 'weight',
140
+ 'require_tax',
141
+ 'exclude',
142
+ 'recent',
143
+ 'limit'
144
+ );
145
+ $this->args = $this->core->parse_args($args, $options);
146
+
147
+ $this->related_postdata = $wpdb->get_results($this->sql($reference_ID, $args), ARRAY_A);
148
+ $this->related_IDs = wp_list_pluck($this->related_postdata, 'ID');
149
+
150
+ add_filter('posts_where',array(&$this,'where_filter'));
151
+ add_filter('posts_orderby',array(&$this,'orderby_filter'));
152
+ add_filter('posts_fields',array(&$this,'fields_filter'));
153
+ add_filter('post_limits',array(&$this,'limit_filter'));
154
+
155
+ add_action('pre_get_posts',array(&$this,'add_signature'));
156
+ add_action('parse_query',array(&$this,'set_score_override_flag')); // sets the score override flag.
157
+ }
158
+
159
+ public function begin_demo_time($limit) {
160
+ $this->demo_time = true;
161
+ $this->demo_limit = $limit;
162
+
163
+ add_action('pre_get_posts',array(&$this,'add_signature'));
164
+ add_filter('posts_request',array(&$this,'demo_request_filter'));
165
+ }
166
+
167
+ public function end_yarpp_time() {
168
+ $this->yarpp_time = false;
169
+
170
+ remove_filter('posts_where',array(&$this,'where_filter'));
171
+ remove_filter('posts_orderby',array(&$this,'orderby_filter'));
172
+ remove_filter('posts_fields',array(&$this,'fields_filter'));
173
+ remove_filter('post_limits',array(&$this,'limit_filter'));
174
+
175
+ remove_action('pre_get_posts',array(&$this,'add_signature'));
176
+ remove_action('parse_query',array(&$this,'set_score_override_flag'));
177
+ }
178
+
179
+ public function end_demo_time() {
180
+ $this->demo_time = false;
181
+
182
+ remove_action('pre_get_posts',array(&$this,'add_signature'));
183
+ remove_filter('posts_request',array(&$this,'demo_request_filter'));
184
+ }
185
+
186
+ // @return YARPP_NO_RELATED | YARPP_RELATED
187
+ // @used by enforce
188
+ protected function update($reference_ID) {
189
+ global $wpdb;
190
+
191
+ return YARPP_RELATED;
192
+ }
193
+
194
+ public function related($reference_ID = null, $related_ID = null) {
195
+ global $wpdb;
196
+
197
+ if ( !is_int( $reference_ID ) && !is_int( $related_ID ) ) {
198
+ _doing_it_wrong( __METHOD__, 'reference ID and/or related ID must be set', '3.4' );
199
+ return;
200
+ }
201
+
202
+ // reverse lookup
203
+ if ( is_int($related_ID) && is_null($reference_ID) ) {
204
+ _doing_it_wrong( __METHOD__, 'YARPP_Cache_Bypass::related cannot do a reverse lookup', '3.4' );
205
+ return;
206
+ }
207
+
208
+ $results = $wpdb->get_results($this->sql($reference_ID), ARRAY_A);
209
+ if ( !$results || !count($results) )
210
+ return false;
211
+
212
+ $results_ids = wp_list_pluck( $results, 'ID' );
213
+ if ( is_null($related_ID) ) {
214
+ return $results_ids;
215
+ } else {
216
+ return in_array( $related_ID, $results_ids );
217
+ }
218
+ }
219
+ }
trunk/classes/YARPP_Cache_Postmeta.php ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Cache_Postmeta extends YARPP_Cache {
4
+
5
+ public $name = "postmeta";
6
+
7
+ // variables used for lookup
8
+ private $related_postdata = array();
9
+ private $related_IDs = array();
10
+
11
+ /**
12
+ * SETUP/STATUS
13
+ */
14
+ function __construct( &$core ) {
15
+ parent::__construct( $core );
16
+ }
17
+
18
+ public function is_enabled() {
19
+ return true; // always enabled.
20
+ }
21
+
22
+ public function setup() {
23
+ }
24
+
25
+ public function upgrade( $last_version ) {
26
+ if ( $last_version && version_compare('3.4b1', $last_version) > 0 ) {
27
+ // 3.4 moved _yarpp_body_keywords and _yarpp_title_keywords into the single
28
+ // postmeta _yarpp_keywords, so clear out the old data now.
29
+ delete_post_meta_by_key('_yarpp_title_keywords');
30
+ delete_post_meta_by_key('_yarpp_body_keywords');
31
+ }
32
+ }
33
+
34
+ public function cache_status() {
35
+ global $wpdb;
36
+ return $wpdb->get_var("select (count(p.ID)-sum(m.meta_value IS NULL))/count(p.ID)
37
+ FROM `{$wpdb->posts}` as p
38
+ LEFT JOIN `{$wpdb->postmeta}` as m ON (p.ID = m.post_id and m.meta_key = '" . YARPP_POSTMETA_RELATED_KEY . "')
39
+ WHERE p.post_status = 'publish'");
40
+ }
41
+
42
+ public function uncached($limit = 20, $offset = 0) {
43
+ global $wpdb;
44
+ return $wpdb->get_col("select SQL_CALC_FOUND_ROWS p.ID
45
+ FROM `{$wpdb->posts}` as p
46
+ LEFT JOIN `{$wpdb->postmeta}` as m ON (p.ID = m.post_id and m.meta_key = '" . YARPP_POSTMETA_RELATED_KEY . "')
47
+ WHERE p.post_status = 'publish' and m.meta_value IS NULL
48
+ LIMIT $limit OFFSET $offset");
49
+ }
50
+
51
+ public function stats() {
52
+ global $wpdb;
53
+ return wp_list_pluck($wpdb->get_results("select num, count(*) as ct from (select 0 + if(meta_value = '" . YARPP_NO_RELATED . "', 0, substring(substring_index(meta_value,':',2),3)) as num from `{$wpdb->postmeta}` where meta_key = '" . YARPP_POSTMETA_RELATED_KEY . "') as t group by num order by num asc", OBJECT_K), 'ct');
54
+ }
55
+
56
+ /**
57
+ * MAGIC FILTERS
58
+ */
59
+ public function where_filter($arg) {
60
+ global $wpdb;
61
+ // modify the where clause to use the related ID list.
62
+ if (!count($this->related_IDs))
63
+ $this->related_IDs = array(0);
64
+ $arg = preg_replace("!{$wpdb->posts}.ID = \d+!","{$wpdb->posts}.ID in (".join(',',$this->related_IDs).")",$arg);
65
+
66
+ // if recent is set, add an additional condition
67
+ $recent = $this->core->get_option('recent');
68
+ if ((bool) $recent) $arg .= " and post_date > date_sub(now(), interval {$recent}) ";
69
+ return $arg;
70
+ }
71
+
72
+ public function orderby_filter($arg) {
73
+ global $wpdb;
74
+ // only order by score if the score function is added in fields_filter, which only happens
75
+ // if there are related posts in the postdata
76
+ if ($this->score_override &&
77
+ is_array($this->related_postdata) && count($this->related_postdata))
78
+ return str_replace("$wpdb->posts.post_date","score",$arg);
79
+ return $arg;
80
+ }
81
+
82
+ public function fields_filter($arg) {
83
+ global $wpdb;
84
+ if (is_array($this->related_postdata) && count($this->related_postdata)) {
85
+ $scores = array();
86
+ foreach ($this->related_postdata as $related_entry) {
87
+ $scores[] = " WHEN {$related_entry['ID']} THEN {$related_entry['score']}";
88
+ }
89
+ $arg .= ", CASE {$wpdb->posts}.ID" . join('',$scores) ." END as score";
90
+ }
91
+ return $arg;
92
+ }
93
+
94
+ public function limit_filter($arg) {
95
+ if ($this->online_limit)
96
+ return " limit {$this->online_limit} ";
97
+ return $arg;
98
+ }
99
+
100
+ /**
101
+ * RELATEDNESS CACHE CONTROL
102
+ */
103
+ public function begin_yarpp_time($reference_ID) {
104
+ $this->yarpp_time = true;
105
+ // get the related posts from postmeta, and also construct the relate_IDs array
106
+ $this->related_postdata = get_post_meta($reference_ID,YARPP_POSTMETA_RELATED_KEY,true);
107
+ if (is_array($this->related_postdata) && count($this->related_postdata))
108
+ $this->related_IDs = wp_list_pluck( $this->related_postdata, 'ID' );
109
+ add_filter('posts_where',array(&$this,'where_filter'));
110
+ add_filter('posts_orderby',array(&$this,'orderby_filter'));
111
+ add_filter('posts_fields',array(&$this,'fields_filter'));
112
+ add_filter('post_limits',array(&$this,'limit_filter'));
113
+ add_action('pre_get_posts',array(&$this,'add_signature'));
114
+ // sets the score override flag.
115
+ add_action('parse_query',array(&$this,'set_score_override_flag'));
116
+ }
117
+
118
+ public function end_yarpp_time() {
119
+ $this->yarpp_time = false;
120
+ $this->related_IDs = array();
121
+ $this->related_postdata = array();
122
+ remove_filter('posts_where',array(&$this,'where_filter'));
123
+ remove_filter('posts_orderby',array(&$this,'orderby_filter'));
124
+ remove_filter('posts_fields',array(&$this,'fields_filter'));
125
+ remove_filter('post_limits',array(&$this,'limit_filter'));
126
+ remove_action('pre_get_posts',array(&$this,'add_signature'));
127
+ // sets the score override flag.
128
+ remove_action('parse_query',array(&$this,'set_score_override_flag'));
129
+ }
130
+
131
+ // @return YARPP_NO_RELATED | YARPP_RELATED | YARPP_NOT_CACHED
132
+ public function is_cached($reference_ID) {
133
+ $related = get_post_meta($reference_ID, YARPP_POSTMETA_RELATED_KEY, true);
134
+ if ( YARPP_NO_RELATED === $related )
135
+ return YARPP_NO_RELATED;
136
+ if ( '' == $related )
137
+ return YARPP_NOT_CACHED;
138
+ return YARPP_RELATED;
139
+ }
140
+
141
+ public function clear( $reference_IDs ) {
142
+ $reference_IDs = wp_parse_id_list( $reference_IDs );
143
+
144
+ if ( !count($reference_IDs) )
145
+ return;
146
+
147
+ // clear each cache
148
+ foreach( $reference_IDs as $id ) {
149
+ delete_post_meta( $id, YARPP_POSTMETA_RELATED_KEY );
150
+ delete_post_meta( $id, YARPP_POSTMETA_KEYWORDS_KEY );
151
+ }
152
+ }
153
+
154
+ // @return YARPP_NO_RELATED | YARPP_RELATED
155
+ // @used by enforce
156
+ protected function update($reference_ID) {
157
+ global $wpdb;
158
+
159
+ $original_related = $this->related($reference_ID);
160
+ $related = $wpdb->get_results($this->sql($reference_ID), ARRAY_A);
161
+ $new_related = wp_list_pluck( $related, 'ID' );
162
+
163
+ if ( count($new_related) ) {
164
+ update_post_meta($reference_ID, YARPP_POSTMETA_RELATED_KEY, $related);
165
+ if ($this->core->debug) echo "<!--YARPP just set the cache for post $reference_ID-->";
166
+
167
+ // Clear the caches of any items which are no longer related or are newly related.
168
+ if (count($original_related)) {
169
+ $this->clear(array_diff($original_related, $new_related));
170
+ $this->clear(array_diff($new_related, $original_related));
171
+ }
172
+
173
+ return YARPP_RELATED;
174
+ } else {
175
+ update_post_meta($reference_ID, YARPP_POSTMETA_RELATED_KEY, YARPP_NO_RELATED);
176
+
177
+ // Clear the caches of those which are no longer related.
178
+ if (count($original_related))
179
+ $this->clear($original_related);
180
+
181
+ return YARPP_NO_RELATED;
182
+ }
183
+ }
184
+
185
+ public function flush() {
186
+ delete_post_meta_by_key( YARPP_POSTMETA_RELATED_KEY );
187
+ delete_post_meta_by_key( YARPP_POSTMETA_KEYWORDS_KEY );
188
+ }
189
+
190
+ public function related($reference_ID = null, $related_ID = null) {
191
+ global $wpdb;
192
+
193
+ if ( !is_int( $reference_ID ) && !is_int( $related_ID ) ) {
194
+ _doing_it_wrong( __METHOD__, 'reference ID and/or related ID must be set', '3.4' );
195
+ return;
196
+ }
197
+
198
+ if (!is_null($reference_ID) && !is_null($related_ID)) {
199
+ $results = get_post_meta($reference_ID,YARPP_POSTMETA_RELATED_KEY,true);
200
+ foreach($results as $result) {
201
+ if ($result['ID'] == $related_ID)
202
+ return true;
203
+ }
204
+ return false;
205
+ }
206
+
207
+ // return a list of ID's of "related" entries
208
+ if (!is_null($reference_ID)) {
209
+ $results = get_post_meta($reference_ID,YARPP_POSTMETA_RELATED_KEY,true);
210
+ if (!$results || $results == YARPP_NO_RELATED)
211
+ return array();
212
+ return wp_list_pluck( $results, 'ID' );
213
+ }
214
+
215
+ // return a list of entities which list this post as "related"
216
+ if (!is_null($related_ID)) {
217
+ return $wpdb->get_col("select post_id from `{$wpdb->postmeta}` where meta_key = '" . YARPP_POSTMETA_RELATED_KEY . "' and meta_value regexp 's:2:\"ID\";s:\d+:\"{$related_ID}\"'");
218
+ }
219
+
220
+ return false;
221
+ }
222
+
223
+ /**
224
+ * KEYWORDS CACHE CONTROL
225
+ */
226
+
227
+ // @return (array) with body and title keywords
228
+ private function cache_keywords($ID) {
229
+ $keywords = array(
230
+ 'body' => $this->body_keywords($ID),
231
+ 'title' => $this->title_keywords($ID)
232
+ );
233
+ update_post_meta($ID, YARPP_POSTMETA_KEYWORDS_KEY, $keywords);
234
+ return $keywords;
235
+ }
236
+
237
+ // @param $ID (int)
238
+ // @param $type (string) body | title | all
239
+ // @return (string|array) depending on whether "all" were requested or not
240
+ public function get_keywords( $ID, $type = 'all' ) {
241
+ if ( !$ID = absint($ID) )
242
+ return false;
243
+
244
+ $keywords = get_post_meta($ID, YARPP_POSTMETA_KEYWORDS_KEY, true);
245
+
246
+ if ( empty($keywords) ) // if empty, try caching them first.
247
+ $keywords = $this->cache_keywords($ID);
248
+
249
+ if ( empty($keywords) )
250
+ return false;
251
+
252
+ if ( 'all' == $type )
253
+ return $keywords;
254
+ return $keywords[$type];
255
+ }
256
+ }
trunk/classes/YARPP_Cache_Tables.php ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Cache_Tables extends YARPP_Cache {
4
+ public $name = "custom tables";
5
+
6
+ /**
7
+ * SETUP/STATUS
8
+ */
9
+ function __construct( &$core ) {
10
+ parent::__construct( $core );
11
+ }
12
+
13
+ public function is_enabled() {
14
+ global $wpdb;
15
+ // now check for the cache tables
16
+ $tabledata = $wpdb->get_col("show tables");
17
+ if (in_array($wpdb->prefix . YARPP_TABLES_RELATED_TABLE,$tabledata) !== false)
18
+ return true;
19
+ else
20
+ return false;
21
+ }
22
+
23
+ public function setup() {
24
+ global $wpdb;
25
+
26
+ $charset_collate = '';
27
+ if (!empty($wpdb->charset)) $charset_collate = "DEFAULT CHARACTER SET ".$wpdb->charset;
28
+ if (!empty($wpdb->collate)) $charset_collate .= " COLLATE ".$wpdb->collate;
29
+
30
+ $wpdb->query(
31
+ "CREATE TABLE IF NOT EXISTS `".$wpdb->prefix.YARPP_TABLES_RELATED_TABLE."` (
32
+ `reference_ID` bigint(20) unsigned NOT NULL default '0',
33
+ `ID` bigint(20) unsigned NOT NULL default '0',
34
+ `score` float unsigned NOT NULL default '0',
35
+ `date` timestamp NOT NULL default CURRENT_TIMESTAMP,
36
+ PRIMARY KEY (`reference_ID`,`ID`),
37
+ INDEX (`score`),
38
+ INDEX (`ID`)
39
+ )$charset_collate;"
40
+ );
41
+ }
42
+
43
+ public function upgrade($last_version) {
44
+ global $wpdb;
45
+ if ( $last_version && version_compare('3.2.1b4', $last_version) > 0 ) {
46
+ // Change primary key to be (reference_ID, ID) to ensure that we don't
47
+ // get duplicates.
48
+ // We unfortunately have to clear the cache first here, to ensure that there
49
+ // are no duplicates.
50
+ $this->flush();
51
+ $wpdb->query('ALTER TABLE ' . $wpdb->prefix . YARPP_TABLES_RELATED_TABLE .
52
+ ' DROP PRIMARY KEY ,' .
53
+ ' ADD PRIMARY KEY ( `reference_ID` , `ID` ),' .
54
+ ' ADD INDEX (`score`), ADD INDEX (`ID`)');
55
+ }
56
+ if ( $last_version && version_compare('3.5.2b3', $last_version) > 0 ) {
57
+ // flush object cache, as bad is_cached_* values were stored before
58
+ wp_cache_flush();
59
+ }
60
+ if ( $last_version && version_compare('3.6b1', $last_version) > 0 ) {
61
+ // remove keywords table
62
+ if ( defined('YARPP_TABLES_KEYWORDS_TABLE') )
63
+ $old_keywords_table = $wpdb->prefix . YARPP_TABLES_KEYWORDS_TABLE;
64
+ else
65
+ $old_keywords_table = $wpdb->prefix . 'yarpp_keyword_cache';
66
+
67
+ $wpdb->query("drop table if exists `$old_keywords_table`");
68
+ }
69
+ }
70
+
71
+ public function cache_status() {
72
+ global $wpdb;
73
+ return $wpdb->get_var("select (count(p.ID)-sum(c.ID IS NULL))/count(p.ID)
74
+ FROM `{$wpdb->posts}` as p
75
+ LEFT JOIN `{$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . "` as c ON (p.ID = c.reference_ID)
76
+ WHERE p.post_status = 'publish' ");
77
+ }
78
+
79
+ public function uncached($limit = 20, $offset = 0) {
80
+ global $wpdb;
81
+ return $wpdb->get_col("select SQL_CALC_FOUND_ROWS p.ID
82
+ FROM `{$wpdb->posts}` as p
83
+ LEFT JOIN `{$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . "` as c ON (p.ID = c.reference_ID)
84
+ WHERE p.post_status = 'publish' and c.ID IS NULL
85
+ LIMIT $limit OFFSET $offset");
86
+ }
87
+
88
+ public function stats() {
89
+ global $wpdb;
90
+ return wp_list_pluck($wpdb->get_results("select num, count(*) as ct from (select 0 + if(id = 0, 0, count(ID)) as num from {$wpdb->prefix}yarpp_related_cache group by reference_ID) as t group by num order by num asc", OBJECT_K), 'ct');
91
+ }
92
+
93
+ public function graph_data( $threshold = 5 ) {
94
+ global $wpdb;
95
+
96
+ $threshold = absint($threshold);
97
+ $results = $wpdb->get_results("select pair, sum(score) as score from
98
+ ((select concat(reference_ID, '-', ID) as pair, score from {$wpdb->prefix}yarpp_related_cache where reference_ID < ID)
99
+ union
100
+ (select concat(ID, '-', reference_ID) as pair, score from {$wpdb->prefix}yarpp_related_cache where ID < reference_ID)) as t
101
+ group by pair
102
+ having sum(score) > {$threshold}");
103
+ return $results;
104
+ }
105
+
106
+ /**
107
+ * MAGIC FILTERS
108
+ */
109
+ public function join_filter($arg) {
110
+ global $wpdb;
111
+ if ($this->yarpp_time)
112
+ $arg .= " join {$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . " as yarpp on {$wpdb->posts}.ID = yarpp.ID";
113
+ return $arg;
114
+ }
115
+
116
+ public function where_filter($arg) {
117
+ global $wpdb;
118
+ $threshold = $this->core->get_option('threshold');
119
+ if ($this->yarpp_time) {
120
+
121
+ $arg = str_replace("$wpdb->posts.ID = ","yarpp.score >= $threshold and yarpp.reference_ID = ",$arg);
122
+
123
+ $recent = $this->core->get_option('recent');
124
+ if ((bool) $recent) $arg .= " and post_date > date_sub(now(), interval {$recent}) ";
125
+ }
126
+ return $arg;
127
+ }
128
+
129
+ public function orderby_filter($arg) {
130
+ global $wpdb;
131
+ if ($this->yarpp_time and $this->score_override)
132
+ $arg = str_replace("$wpdb->posts.post_date","yarpp.score",$arg);
133
+ return $arg;
134
+ }
135
+
136
+ public function fields_filter($arg) {
137
+ global $wpdb;
138
+ if ($this->yarpp_time)
139
+ $arg .= ", yarpp.score";
140
+ return $arg;
141
+ }
142
+
143
+ public function limit_filter($arg) {
144
+ global $wpdb;
145
+ if ($this->yarpp_time and $this->online_limit) {
146
+ return " limit {$this->online_limit} ";
147
+ }
148
+ return $arg;
149
+ }
150
+
151
+ /**
152
+ * RELATEDNESS CACHE CONTROL
153
+ */
154
+ public function begin_yarpp_time() {
155
+ $this->yarpp_time = true;
156
+ add_filter('posts_join',array(&$this,'join_filter'));
157
+ add_filter('posts_where',array(&$this,'where_filter'));
158
+ add_filter('posts_orderby',array(&$this,'orderby_filter'));
159
+ add_filter('posts_fields',array(&$this,'fields_filter'));
160
+ add_filter('post_limits',array(&$this,'limit_filter'));
161
+ add_action('pre_get_posts',array(&$this,'add_signature'));
162
+ // sets the score override flag.
163
+ add_action('parse_query',array(&$this,'set_score_override_flag'));
164
+ }
165
+
166
+ public function end_yarpp_time() {
167
+ $this->yarpp_time = false;
168
+ remove_filter('posts_join',array(&$this,'join_filter'));
169
+ remove_filter('posts_where',array(&$this,'where_filter'));
170
+ remove_filter('posts_orderby',array(&$this,'orderby_filter'));
171
+ remove_filter('posts_fields',array(&$this,'fields_filter'));
172
+ remove_filter('post_limits',array(&$this,'limit_filter'));
173
+ remove_action('pre_get_posts',array(&$this,'add_signature'));
174
+ remove_action('parse_query',array(&$this,'set_score_override_flag'));
175
+ }
176
+
177
+ // @return YARPP_NO_RELATED | YARPP_RELATED | YARPP_NOT_CACHED
178
+ public function is_cached($reference_ID) {
179
+ global $wpdb;
180
+
181
+ $result = wp_cache_get( 'is_cached_' . $reference_ID, 'yarpp' );
182
+ if ( false !== $result )
183
+ return $result;
184
+
185
+ // @since 3.5.3b3: check for max instead of min, so that if ID=0 and ID=X
186
+ // are both saved, we act like there *are* related posts, because there are.
187
+ $max_id = $wpdb->get_var("select max(ID) as max_id from {$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . " where reference_ID = $reference_ID");
188
+
189
+ if ( is_null( $max_id ) )
190
+ return YARPP_NOT_CACHED;
191
+
192
+ if ( 0 == $max_id )
193
+ $result = YARPP_NO_RELATED;
194
+ else
195
+ $result = YARPP_RELATED;
196
+
197
+ wp_cache_set( 'is_cached_' . $reference_ID, $result, 'yarpp' );
198
+
199
+ return $result;
200
+ }
201
+
202
+ public function clear( $reference_IDs ) {
203
+ global $wpdb;
204
+
205
+ $reference_IDs = wp_parse_id_list( $reference_IDs );
206
+
207
+ if ( !count($reference_IDs) )
208
+ return;
209
+
210
+ $wpdb->query("delete from {$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . " where reference_ID in (".implode(',',$reference_IDs).")");
211
+ // @since 3.5.2: clear is_cached_* values as well
212
+ foreach ( $reference_IDs as $id )
213
+ wp_cache_delete( 'is_cached_' . $id, 'yarpp' );
214
+ }
215
+
216
+ // @return YARPP_RELATED | YARPP_NO_RELATED
217
+ // @used by enforce
218
+ protected function update($reference_ID) {
219
+ global $wpdb;
220
+
221
+ $original_related = (array) @$this->related($reference_ID);
222
+
223
+ if ( count($original_related) ) {
224
+ // clear out the cruft
225
+ $this->clear($reference_ID);
226
+ }
227
+
228
+ $wpdb->query("insert into {$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . " (reference_ID,ID,score) " . $this->sql($reference_ID) . " on duplicate key update date = now()");
229
+
230
+ // If there were related entries saved...
231
+ if ( $wpdb->rows_affected ) {
232
+ $new_related = $this->related($reference_ID);
233
+
234
+ if ($this->core->debug) echo "<!--YARPP just set the cache for post $reference_ID-->";
235
+
236
+ // Clear the caches of any items which are no longer related or are newly related.
237
+ if ( count($original_related) ) {
238
+ $this->clear(array_diff($original_related, $new_related));
239
+ $this->clear(array_diff($new_related, $original_related));
240
+ }
241
+
242
+ return YARPP_RELATED;
243
+ } else {
244
+ $wpdb->query("insert into {$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . " (reference_ID,ID,score) values ($reference_ID,0,0) on duplicate key update date = now()");
245
+
246
+ // Clear the caches of those which are no longer related.
247
+ if ( count($original_related) )
248
+ $this->clear($original_related);
249
+
250
+ return YARPP_NO_RELATED;
251
+ }
252
+ }
253
+
254
+ public function flush() {
255
+ global $wpdb;
256
+ $wpdb->query("truncate table `{$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . "`");
257
+ // @since 3.5.2: clear object cache, used for is_cached_* values
258
+ wp_cache_flush();
259
+ }
260
+
261
+ public function related($reference_ID = null, $related_ID = null) {
262
+ global $wpdb;
263
+
264
+ if ( !is_int( $reference_ID ) && !is_int( $related_ID ) ) {
265
+ _doing_it_wrong( __METHOD__, 'reference ID and/or related ID must be set', '3.4' );
266
+ return;
267
+ }
268
+
269
+ if (!is_null($reference_ID) && !is_null($related_ID)) {
270
+ $results = $wpdb->get_col("select ID from {$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . " where reference_ID = $reference_ID and ID = $related_ID");
271
+ return count($results) > 0;
272
+ }
273
+
274
+ // return a list of ID's of "related" entries
275
+ if ( !is_null($reference_ID) ) {
276
+ return $wpdb->get_col("select distinct ID from {$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . " where reference_ID = $reference_ID and ID != 0");
277
+ }
278
+
279
+ // return a list of entities which list this post as "related"
280
+ if ( !is_null($related_ID) ) {
281
+ return $wpdb->get_col("select distinct reference_ID from {$wpdb->prefix}" . YARPP_TABLES_RELATED_TABLE . " where ID = $related_ID");
282
+ }
283
+
284
+ return false;
285
+ }
286
+
287
+ // @param $ID (int)
288
+ // @param $type (string) body | title | all
289
+ // @return (string|array) depending on whether "all" were requested or not
290
+ public function get_keywords( $ID, $type = 'all' ) {
291
+ global $wpdb;
292
+
293
+ if ( !is_int($ID) )
294
+ return false;
295
+
296
+ // @since 4: compute fresh each time, instead of using cache table.
297
+ // the old keyword cache would basically have to be recomputed every time the
298
+ // relatedness cache was recomputed, but no more, so there's no point in keeping
299
+ // these around separately.
300
+ $keywords = array(
301
+ 'body' => $this->body_keywords($ID),
302
+ 'title' => $this->title_keywords($ID)
303
+ );
304
+
305
+ if ( empty($keywords) )
306
+ return false;
307
+
308
+ if ( 'all' == $type )
309
+ return $keywords;
310
+ return $keywords[$type];
311
+ }
312
+ }
trunk/classes/YARPP_Core.php ADDED
@@ -0,0 +1,1599 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * @since 3.4 Put everything YARPP into an object, expected to be a singleton global $yarpp.
5
+ */
6
+ class YARPP {
7
+
8
+ /*
9
+ * Here's a list of all the options YARPP uses (except version), as well as their default values,
10
+ * sans the yarpp_ prefix, split up into binary options and value options. These arrays are used in updating
11
+ * settings (yarpp_options.php) and other tasks.
12
+ */
13
+ public $default_options = array();
14
+ public $pro_default_options = array();
15
+ public $default_hidden_metaboxes = array();
16
+ public $debug = false;
17
+ public $yarppPro = null;
18
+ public $cache_bypass;
19
+ public $cache;
20
+ public $admin;
21
+ /**
22
+ * @var YARPP_DB_Schema
23
+ */
24
+ public $db_schema;
25
+
26
+ private $active_cache;
27
+ private $storage_class;
28
+ private $default_dimensions = array(
29
+ 'width' => 120,
30
+ 'height' => 120,
31
+ 'crop' => false,
32
+ 'size' => '120x120',
33
+ '_default' => true
34
+ );
35
+
36
+ public function __construct() {
37
+ $this->load_default_options();
38
+ $this->yarppPro = $this->get_pro_options();
39
+
40
+ /* Loads the plugin's translated strings. */
41
+ load_plugin_textdomain('yarpp', false, plugin_basename(YARPP_DIR).'/lang');
42
+
43
+ /* Load cache object. */
44
+ $this->storage_class = 'YARPP_Cache_'.ucfirst(YARPP_CACHE_TYPE);
45
+ $this->cache = new $this->storage_class($this);
46
+ $this->cache_bypass = new YARPP_Cache_Bypass($this);
47
+ $this->db_schema = new YARPP_DB_Schema();
48
+
49
+ register_activation_hook(__FILE__, array($this, 'activate'));
50
+
51
+ /**
52
+ * @since 3.2 Update cache on delete.
53
+ */
54
+ add_action('delete_post', array($this->cache, 'delete_post'), 10, 1);
55
+
56
+ /**
57
+ * @since 3.5.3 Use transition_post_status instead of save_post hook.
58
+ * @since 3.2.1 Handle post_status transitions.
59
+ */
60
+ add_action('transition_post_status', array($this->cache, 'transition_post_status'), 10, 3);
61
+
62
+ /* Automatic display hooks: */
63
+ add_filter('the_content', array($this, 'the_content'), 1200);
64
+ add_filter('the_content_feed', array($this, 'the_content_feed'), 600);
65
+ add_filter('the_excerpt_rss', array($this, 'the_excerpt_rss' ), 600);
66
+ add_action('wp_enqueue_scripts', array($this, 'maybe_enqueue_thumbnails'));
67
+
68
+ /**
69
+ * If we're using thumbnails, register yarpp-thumbnail size, if theme has not already.
70
+ * Note: see FAQ in the readme if you would like to change the YARPP thumbnail size.
71
+ */
72
+ if ($this->diagnostic_using_thumbnails() && (!($dimensions = $this->thumbnail_dimensions()) || isset($dimensions['_default']))) {
73
+ $width = 120;
74
+ $height = 120;
75
+ $crop = true;
76
+ add_image_size('yarpp-thumbnail', $width, $height, $crop);
77
+ }
78
+
79
+ if (isset($_REQUEST['yarpp_debug'])) $this->debug = true;
80
+
81
+ if (!get_option('yarpp_version')) update_option('yarpp_activated', true);
82
+
83
+ /**
84
+ * @since 3.4 Only load UI if we're in the admin.
85
+ */
86
+ if (is_admin()) {
87
+ require_once(YARPP_DIR.'/classes/YARPP_Admin.php');
88
+ $this->admin = new YARPP_Admin($this);
89
+ $this->enforce();
90
+ }
91
+ }
92
+
93
+ /*
94
+ * OPTIONS
95
+ */
96
+ private function load_pro_default_options() {
97
+ return
98
+ array(
99
+ 'active' => '0',
100
+ 'aid' => null,
101
+ 'st' => null,
102
+ 'v' => null,
103
+ 'dpid' => null,
104
+ 'optin' => false,
105
+ 'auto_display_post_types' => array('post')
106
+ );
107
+ }
108
+
109
+ private function load_default_options() {
110
+ $this->default_options = array(
111
+ 'threshold' => 4,
112
+ 'limit' => 4,
113
+ 'excerpt_length' => 10,
114
+ 'recent' => false,
115
+ 'before_title' => '<li>',
116
+ 'after_title' => '</li>',
117
+ 'before_post' => ' <small>',
118
+ 'after_post' => '</small>',
119
+ 'before_related' => '<h3>'.__('Related posts:','yarpp').'</h3><ol>',
120
+ 'after_related' => '</ol>',
121
+ 'no_results' => '<p>'.__('No related posts.','yarpp').'</p>',
122
+ 'order' => 'score DESC',
123
+ 'rss_limit' => 3,
124
+ 'rss_excerpt_length' => 10,
125
+ 'rss_before_title' => '<li>',
126
+ 'rss_after_title' => '</li>',
127
+ 'rss_before_post' => ' <small>',
128
+ 'rss_after_post' => '</small>',
129
+ 'rss_before_related' => '<h3>'.__('Related posts:','yarpp').'</h3><ol>',
130
+ 'rss_after_related' => '</ol>',
131
+ 'rss_no_results' => '<p>'.__('No related posts.','yarpp').'</p>',
132
+ 'rss_order' => 'score DESC',
133
+ 'past_only' => false,
134
+ 'show_excerpt' => false,
135
+ 'rss_show_excerpt' => false,
136
+ 'template' => false,
137
+ 'rss_template' => false,
138
+ 'show_pass_post' => false,
139
+ 'cross_relate' => false,
140
+ 'rss_display' => false,
141
+ 'rss_excerpt_display' => true,
142
+ 'promote_yarpp' => false,
143
+ 'rss_promote_yarpp' => false,
144
+ 'myisam_override' => false,
145
+ 'exclude' => '',
146
+ 'weight' => array(
147
+ 'title' => 1,
148
+ 'body' => 1,
149
+ 'tax' => array(
150
+ 'category' => 1,
151
+ 'post_tag' => 1
152
+ )
153
+ ),
154
+ 'require_tax' => array(),
155
+ 'optin' => false,
156
+ 'thumbnails_heading' => __('Related posts:','yarpp'),
157
+ 'thumbnails_default' => plugins_url('images/default.png', dirname(__FILE__)),
158
+ 'rss_thumbnails_heading' => __('Related posts:','yarpp'),
159
+ 'rss_thumbnails_default' => plugins_url('images/default.png', dirname( __FILE__)),
160
+ 'display_code' => false,
161
+ 'auto_display_archive' => false,
162
+ 'auto_display_post_types' => array('post'),
163
+ 'pools' => array(),
164
+ 'manually_using_thumbnails' => false,
165
+ );
166
+ }
167
+
168
+ public function set_option($options, $value = null) {
169
+ $current_options = $this->get_option();
170
+
171
+ /* We can call yarpp_set_option(key,value) if we like. */
172
+ if (!is_array($options)) {
173
+ if (isset($value)) {
174
+ $options = array($options => $value);
175
+ } else {
176
+ return false;
177
+ }
178
+ }
179
+
180
+ $new_options = array_merge($current_options, $options);
181
+ update_option('yarpp', $new_options);
182
+
183
+ // new in 3.1: clear cache when updating certain settings.
184
+ $clear_cache_options = array('show_pass_post' => 1, 'recent' => 1, 'threshold' => 1, 'past_only' => 1);
185
+
186
+ $relevant_options = array_intersect_key($options, $clear_cache_options);
187
+ $relevant_current_options = array_intersect_key($current_options, $clear_cache_options);
188
+ $new_options_which_require_flush = array_diff_assoc($relevant_options, $relevant_current_options);
189
+
190
+ if (count($new_options_which_require_flush)
191
+ || ($new_options['limit'] > $current_options['limit'])
192
+ || ($new_options['weight'] != $current_options['weight'])
193
+ || ($new_options['exclude'] != $current_options['exclude'])
194
+ || ($new_options['require_tax'] != $current_options['require_tax'])
195
+ ) {
196
+ $this->cache->flush();
197
+ }
198
+ }
199
+
200
+ /**
201
+ * @since 3.4b8 $option can be a path, of the query_str variety, i.e. "option[suboption][subsuboption]"
202
+ */
203
+ public function get_option($option = null) {
204
+ $options = (array) get_option('yarpp', array());
205
+
206
+ // ensure defaults if not set:
207
+ $options = array_merge($this->default_options, $options);
208
+
209
+ if (is_null($option)) return $options;
210
+
211
+ $optionpath = array();
212
+ $parsed_option = array();
213
+ wp_parse_str($option, $parsed_option);
214
+ $optionpath = $this->array_flatten($parsed_option);
215
+
216
+ $current = $options;
217
+ foreach ($optionpath as $optionpart) {
218
+ if (!is_array($current) || !isset($current[$optionpart])) return null;
219
+ $current = $current[$optionpart];
220
+ }
221
+
222
+ return $current;
223
+ }
224
+
225
+ private function get_pro_options(){
226
+ $current = get_option('yarpp_pro');
227
+ $defaults = $this->load_pro_default_options();
228
+
229
+ if ($current) {
230
+ $out = array_merge($defaults,$current);
231
+ update_option('yarpp_pro', $out);
232
+ } else {
233
+ $out = $defaults;
234
+ add_option('yarpp_pro',$out);
235
+ }
236
+
237
+ return $out;
238
+ }
239
+
240
+ private function array_flatten($array, $given = array()) {
241
+ foreach ($array as $key => $val) {
242
+ $given[] = $key;
243
+ if ( is_array($val) )
244
+ $given = $this->array_flatten($val, $given);
245
+ }
246
+ return $given;
247
+ }
248
+
249
+ /*
250
+ * INFRASTRUCTURE
251
+ */
252
+
253
+ /**
254
+ * @since 3.5.2 Function to enforce YARPP setup if not ready, activate; else upgrade.
255
+ */
256
+ public function enforce() {
257
+ if (!$this->enabled()) {
258
+ $this->activate(); // activate calls upgrade later, so it's covered.
259
+ } else {
260
+ $this->upgrade();
261
+ }
262
+ if ($this->get_option('optin')) $this->optin_ping();
263
+ }
264
+
265
+ public function enabled() {
266
+ if (!(bool) $this->cache->is_enabled()) return false;
267
+ if (!(bool) $this->diagnostic_fulltext_disabled()) return $this->diagnostic_fulltext_indices();
268
+ return true;
269
+ }
270
+
271
+ public function activate() {
272
+ /*
273
+ * If it's not known to be disabled, but the indexes aren't there.
274
+ */
275
+ if (!$this->diagnostic_fulltext_disabled() && !$this->diagnostic_fulltext_indices()) {
276
+ $this->enable_fulltext();
277
+ }
278
+
279
+ if ((bool) $this->cache->is_enabled() === false) {
280
+ $this->cache->setup();
281
+ }
282
+
283
+ /* If we're not enabled, give up. */
284
+ if (!$this->enabled()) return false;
285
+
286
+ if (!get_option('yarpp_version')) {
287
+ add_option('yarpp_version', YARPP_VERSION);
288
+ $this->version_info(true);
289
+ } else {
290
+ $this->upgrade();
291
+ }
292
+
293
+ return true;
294
+ }
295
+
296
+ /**
297
+ * DIAGNOSTICS
298
+ * @since 4.0 Moved into separate functions. Note return value types can differ.
299
+ */
300
+ public function diagnostic_myisam_posts() {
301
+ global $wpdb;
302
+ $tables = $wpdb->get_results("show table status like '{$wpdb->posts}'");
303
+ foreach ($tables as $table) {
304
+ if ($table->Engine === 'MyISAM'){
305
+ return true;
306
+ } else {
307
+ return $table->Engine;
308
+ }
309
+ }
310
+ return 'UNKNOWN';
311
+ }
312
+
313
+ function diagnostic_fulltext_disabled() {
314
+ return get_option('yarpp_fulltext_disabled', false);
315
+ }
316
+
317
+ public function enable_fulltext() {
318
+ global $wpdb;
319
+ /*
320
+ * If overwrite is not set go thru the normal process.
321
+ * Otherwise force it.
322
+ */
323
+ $overwrite = (bool) $this->get_option('myisam_override', false);
324
+ if (!$overwrite) {
325
+ $table_type = $this->diagnostic_myisam_posts();
326
+ if ($table_type !== true) {
327
+ $this->disable_fulltext();
328
+ return false;
329
+ }
330
+ }
331
+
332
+ /* Temporarily ensure that errors are not displayed: */
333
+ $previous_value = $wpdb->hide_errors();
334
+ if(! $this->db_schema->title_column_has_index()) {
335
+ $wpdb->query( "ALTER TABLE $wpdb->posts ADD FULLTEXT `yarpp_title` (`post_title`)" );
336
+ if ( ! empty( $wpdb->last_error ) ) {
337
+ $this->disable_fulltext();
338
+
339
+ return false;
340
+ }
341
+ }
342
+
343
+ if(! $this->db_schema->content_column_has_index()){
344
+ $wpdb->query("ALTER TABLE $wpdb->posts ADD FULLTEXT `yarpp_content` (`post_content`)");
345
+ if (!empty($wpdb->last_error)){
346
+ $this->disable_fulltext();
347
+ return false;
348
+ }
349
+ }
350
+
351
+
352
+ /* Restore previous setting */
353
+ $wpdb->show_errors($previous_value);
354
+
355
+ return true;
356
+ }
357
+
358
+ public function disable_fulltext() {
359
+ if ((bool) get_option('yarpp_fulltext_disabled', false) === true) return;
360
+
361
+ /* Remove title and body weights: */
362
+ $weight = $this->get_option('weight');
363
+ unset($weight['title']);
364
+ unset($weight['body']);
365
+ $this->set_option(array('weight' => $weight));
366
+
367
+ /* cut threshold by half: */
368
+ $threshold = (float) $this->get_option('threshold');
369
+ $this->set_option(array('threshold' => round($threshold / 2)));
370
+
371
+ update_option('yarpp_fulltext_disabled', true);
372
+ }
373
+
374
+ /*
375
+ * Try to retrieve fulltext index from database.
376
+ * @return bool
377
+ */
378
+ public function diagnostic_fulltext_indices() {
379
+ global $wpdb;
380
+ $wpdb->get_results("SHOW INDEX FROM {$wpdb->posts} WHERE Key_name = 'yarpp_title' OR Key_name = 'yarpp_content'");
381
+ return ($wpdb->num_rows >= 2);
382
+ }
383
+
384
+ public function diagnostic_hidden_metaboxes() {
385
+ global $wpdb;
386
+ $raw = $wpdb->get_var(
387
+ "SELECT meta_value FROM $wpdb->usermeta ".
388
+ "WHERE meta_key = 'metaboxhidden_settings_page_yarpp' ".
389
+ "ORDER BY length(meta_value) ASC LIMIT 1"
390
+ );
391
+
392
+ if (!$raw) return $this->default_hidden_metaboxes;
393
+
394
+ $list = maybe_unserialize($raw);
395
+ if (!is_array($list)) return $this->default_hidden_metaboxes;
396
+
397
+ return implode('|', $list);
398
+ }
399
+
400
+ public function diagnostic_post_thumbnails() {
401
+ return current_theme_supports('post-thumbnails', 'post');
402
+ }
403
+
404
+ public function diagnostic_custom_templates() {
405
+ return count($this->admin->get_templates());
406
+ }
407
+
408
+ public function diagnostic_happy() {
409
+ $stats = $this->cache->stats();
410
+
411
+ if (!(array_sum($stats) > 0)) return false;
412
+
413
+ $sum = array_sum(array_map('array_product', array_map(null, array_values($stats), array_keys($stats))));
414
+ $avg = $sum / array_sum( $stats );
415
+
416
+ return ($this->cache->cache_status() > 0.1 && $avg > 2);
417
+ }
418
+
419
+ public function diagnostic_generate_thumbnails() {
420
+ return (defined('YARPP_GENERATE_THUMBNAILS') && YARPP_GENERATE_THUMBNAILS);
421
+ }
422
+
423
+ public function diagnostic_using_thumbnails() {
424
+ if ($this->get_option('manually_using_thumbnails')) return true;
425
+ if ($this->get_option('template') === 'thumbnails') return true;
426
+ if ($this->get_option('rss_template') === 'thumbnails' && $this->get_option('rss_display')) return true;
427
+ return false;
428
+ }
429
+
430
+ public function thumbnail_dimensions() {
431
+ global $_wp_additional_image_sizes;
432
+ if (!isset($_wp_additional_image_sizes['yarpp-thumbnail'])) return $this->default_dimensions;
433
+
434
+ $dimensions = $_wp_additional_image_sizes['yarpp-thumbnail'];
435
+ $dimensions['size'] = 'yarpp-thumbnail';
436
+
437
+ /* Ensure YARPP dimensions format: */
438
+ $dimensions['width'] = (int) $dimensions['width'];
439
+ $dimensions['height'] = (int) $dimensions['height'];
440
+ return $dimensions;
441
+ }
442
+
443
+ public function maybe_enqueue_thumbnails() {
444
+ if (is_feed()) return;
445
+
446
+ $auto_display_post_types = $this->get_option('auto_display_post_types');
447
+
448
+ /* If it's not an auto-display post type, return. */
449
+ if (!in_array(get_post_type(), $auto_display_post_types)) return;
450
+
451
+ if (!is_singular() && !($this->get_option('auto_display_archive') && (is_archive() || is_home()))) return;
452
+
453
+ if ($this->get_option('template') !== 'thumbnails') return;
454
+
455
+ $this->enqueue_thumbnails($this->thumbnail_dimensions());
456
+ }
457
+
458
+ public function enqueue_thumbnails($dimensions) {
459
+ $queryStr = http_build_query(
460
+ array(
461
+ 'width' => $dimensions['width'],
462
+ 'height' => $dimensions['height']
463
+ )
464
+ );
465
+
466
+ $url = plugins_url('includes/styles_thumbnails.css.php?'.$queryStr, dirname(__FILE__));
467
+ wp_enqueue_style("yarpp-thumbnails-".$dimensions['size'], $url, array(), YARPP_VERSION, 'all');
468
+ }
469
+
470
+ /*
471
+ * Code based on Viper's Regenerate Thumbnails plugin '$dimensions' must be an array with size, crop, height, width attributes.
472
+ */
473
+ public function ensure_resized_post_thumbnail($post_id, $dimensions) {
474
+
475
+ $thumbnail_id = get_post_thumbnail_id($post_id);
476
+ $downsized = image_downsize($thumbnail_id, $dimensions['size']);
477
+
478
+ if ($dimensions['crop'] && $downsized[1] && $downsized[2]
479
+ && ($downsized[1] != $dimensions['width'] || $downsized[2] != $dimensions['height'])
480
+ ) {
481
+ /*
482
+ * We want to trigger re-computation of the thumbnail here.
483
+ * (only if downsized width and height are specified, for Photon behavior)
484
+ */
485
+ $fullSizePath = get_attached_file($thumbnail_id);
486
+ if ($fullSizePath !== false && file_exists($fullSizePath)) {
487
+ require_once(ABSPATH.'wp-admin/includes/image.php');
488
+ $metadata = wp_generate_attachment_metadata($thumbnail_id, $fullSizePath);
489
+ if (!is_wp_error($metadata)) {
490
+ wp_update_attachment_metadata($thumbnail_id, $metadata);
491
+ }
492
+ }
493
+ }
494
+ }
495
+
496
+ private $templates = null;
497
+ public function get_templates() {
498
+ if (is_null($this->templates)) {
499
+ $this->templates = glob(STYLESHEETPATH.'/yarpp-template-*.php');
500
+
501
+ // if glob hits an error, it returns false.
502
+ if ($this->templates === false) $this->templates = array();
503
+
504
+ // get basenames only
505
+ $this->templates = array_map(array($this, 'get_template_data'), $this->templates);
506
+ }
507
+ return (array) $this->templates;
508
+ }
509
+
510
+ public function get_template_data($file) {
511
+ $headers = array(
512
+ 'name' => 'YARPP Template',
513
+ 'description' => 'Description',
514
+ 'author' => 'Author',
515
+ 'uri' => 'Author URI',
516
+ );
517
+ $data = get_file_data($file, $headers);
518
+ $data['file'] = $file;
519
+ $data['basename'] = basename($file);
520
+
521
+ if (empty($data['name'])) $data['name'] = $data['basename'];
522
+
523
+ return $data;
524
+ }
525
+
526
+ /*
527
+ * UPGRADE ROUTINES
528
+ */
529
+
530
+ public function upgrade() {
531
+ $last_version = get_option('yarpp_version');
532
+
533
+ if (version_compare(YARPP_VERSION, $last_version) === 0) return;
534
+ if ($last_version && version_compare('3.4b2', $last_version) > 0) $this->upgrade_3_4b2();
535
+ if ($last_version && version_compare('3.4b5', $last_version) > 0) $this->upgrade_3_4b5();
536
+ if ($last_version && version_compare('3.4b8', $last_version) > 0) $this->upgrade_3_4b8();
537
+ if ($last_version && version_compare('3.4.4b2', $last_version) > 0) $this->upgrade_3_4_4b2();
538
+ if ($last_version && version_compare('3.4.4b3', $last_version) > 0) $this->upgrade_3_4_4b3();
539
+ if ($last_version && version_compare('3.4.4b4', $last_version) > 0) $this->upgrade_3_4_4b4();
540
+ if ($last_version && version_compare('3.5.2b2', $last_version) > 0) $this->upgrade_3_5_2b2();
541
+ if ($last_version && version_compare('3.6b7', $last_version) > 0) $this->upgrade_3_6b7();
542
+ if ($last_version && version_compare('4.0.1', $last_version) > 0) $this->upgrade_4_0_1();
543
+
544
+ $this->cache->upgrade($last_version);
545
+ /* flush cache in 3.4.1b5 as 3.4 messed up calculations. */
546
+ if ($last_version && version_compare('3.4.1b5', $last_version) > 0) $this->cache->flush();
547
+
548
+ $this->version_info(true);
549
+
550
+ update_option('yarpp_version', YARPP_VERSION);
551
+ update_option('yarpp_upgraded', true);
552
+ $this->delete_transient('yarpp_optin');
553
+ }
554
+
555
+ public function upgrade_3_4b2() {
556
+ global $wpdb;
557
+
558
+ $yarpp_3_3_options = array(
559
+ 'threshold' => 4,
560
+ 'limit' => 4,
561
+ 'template_file' => '',
562
+ 'excerpt_length' => 10,
563
+ 'recent_number' => 12,
564
+ 'recent_units' => 'month',
565
+ 'before_title' => '<li>',
566
+ 'after_title' => '</li>',
567
+ 'before_post' => ' <small>',
568
+ 'after_post' => '</small>',
569
+ 'before_related' => '<h3>'.__('Related posts:','yarpp').'</h3><ol>',
570
+ 'after_related' => '</ol>',
571
+ 'no_results' => '<p>'.__('No related posts.','yarpp').'</p>',
572
+ 'order' => 'score DESC',
573
+ 'rss_limit' => 3,
574
+ 'rss_template_file' => '',
575
+ 'rss_excerpt_length' => 10,
576
+ 'rss_before_title' => '<li>',
577
+ 'rss_after_title' => '</li>',
578
+ 'rss_before_post' => ' <small>',
579
+ 'rss_after_post' => '</small>',
580
+ 'rss_before_related' => '<h3>'.__('Related posts:','yarpp').'</h3><ol>',
581
+ 'rss_after_related' => '</ol>',
582
+ 'rss_no_results' => '<p>'.__('No related posts.','yarpp').'</p>',
583
+ 'rss_order' => 'score DESC',
584
+ 'title' => '2',
585
+ 'body' => '2',
586
+ 'categories' => '1',
587
+ 'tags' => '2',
588
+ 'distags' => '',
589
+ 'discats' => '',
590
+ 'past_only' => false,
591
+ 'show_excerpt' => false,
592
+ 'recent_only' => false,
593
+ 'use_template' => false,
594
+ 'rss_show_excerpt' => false,
595
+ 'rss_use_template' => false,
596
+ 'show_pass_post' => false,
597
+ 'cross_relate' => false,
598
+ 'auto_display' => true,
599
+ 'rss_display' => false,
600
+ 'rss_excerpt_display' => true,
601
+ 'promote_yarpp' => false,
602
+ 'rss_promote_yarpp' => false
603
+ );
604
+
605
+ $yarpp_options = array();
606
+ foreach ($yarpp_3_3_options as $key => $default) {
607
+ $value = get_option("yarpp_$key", null);
608
+ if (is_null($value)) continue;
609
+
610
+ if (is_bool($default)) {
611
+ $yarpp_options[$key] = (boolean) $value;
612
+ continue;
613
+ }
614
+
615
+ // value options used to be stored with a bajillion slashes...
616
+ $value = stripslashes(stripslashes($value));
617
+ // value options used to be stored with a blank space at the end... don't ask.
618
+ $value = rtrim($value, ' ');
619
+
620
+ if (is_int($default)) {
621
+ $yarpp_options[$key] = absint($value);
622
+ } else {
623
+ $yarpp_options[$key] = $value;
624
+ }
625
+ }
626
+
627
+ // add the options directly first, then call set_option which will ensure defaults,
628
+ // in case any new options have been added.
629
+ update_option('yarpp', $yarpp_options);
630
+ $this->set_option($yarpp_options);
631
+
632
+ $option_keys = array_keys($yarpp_options);
633
+ // append some keys for options which are long deprecated:
634
+ $option_keys[] = 'ad_hoc_caching';
635
+ $option_keys[] = 'excerpt_len';
636
+ $option_keys[] = 'show_score';
637
+ if (count($option_keys)) {
638
+ $in = "('yarpp_".join("', 'yarpp_", $option_keys)."')";
639
+ $wpdb->query("DELETE FROM {$wpdb->options} WHERE option_name IN {$in}");
640
+ }
641
+ }
642
+
643
+ public function upgrade_3_4b5() {
644
+ $options = $this->get_option();
645
+ $options['exclude'] = array(
646
+ 'post_tag' => $options['distags'],
647
+ 'category' => $options['discats']
648
+ );
649
+ unset($options['distags']);
650
+ unset($options['discats']);
651
+ update_option('yarpp', $options);
652
+ }
653
+
654
+ public function upgrade_3_4b8() {
655
+ $options = $this->get_option();
656
+ $options['weight'] = array(
657
+ 'title' => (int) @$options['title'],
658
+ 'body' => (int) @$options['body'],
659
+ 'tax' => array(
660
+ 'post_tag' => (int) @$options['tags'],
661
+ 'category' => (int) @$options['categories'],
662
+ )
663
+ );
664
+
665
+ // ensure that we consider something
666
+ if ($options['weight']['title'] < 2
667
+ && $options['weight']['body'] < 2
668
+ && $options['weight']['tax']['post_tag'] < 2
669
+ && $options['weight']['tax']['category'] < 2
670
+ ) {
671
+ $options['weight'] = $this->default_options['weight'];
672
+ }
673
+
674
+ unset($options['title']);
675
+ unset($options['body']);
676
+ unset($options['tags']);
677
+ unset($options['categories']);
678
+
679
+ update_option('yarpp', $options);
680
+ }
681
+
682
+ public function upgrade_3_4_4b2() {
683
+ $options = $this->get_option();
684
+
685
+ // update weight values; split out tax weights into weight[tax] and require_tax
686
+ $weight_map = array(2 => 1, 3 => YARPP_EXTRA_WEIGHT);
687
+
688
+ if ((int) $options['weight']['title'] == 1) {
689
+ unset($options['weight']['title']);
690
+ } else {
691
+ $options['weight']['title'] = $weight_map[(int) $options['weight']['title']];
692
+ }
693
+
694
+ if ((int) $options['weight']['body'] == 1) {
695
+ unset( $options['weight']['body'] );
696
+ } else {
697
+ $options['weight']['body'] = $weight_map[(int) $options['weight']['body']];
698
+ }
699
+
700
+ $options['require_tax'] = array();
701
+ foreach ($options['weight']['tax'] as $tax => $value) {
702
+ if ($value == 3) $options['require_tax'][$tax] = 1;
703
+ if ($value == 4) $options['require_tax'][$tax] = 2;
704
+
705
+ if ($value > 1) {
706
+ $options['weight']['tax'][$tax] = 1;
707
+ } else {
708
+ unset( $options['weight']['tax'][$tax] );
709
+ }
710
+ }
711
+
712
+ // consolidate excludes, using tt_ids.
713
+ $exclude_tt_ids = array();
714
+ if (isset($options['exclude']) && is_array($options['exclude'])) {
715
+ foreach ($options['exclude'] as $tax => $term_ids) {
716
+ if (!empty($term_ids)) {
717
+ $lp_tmp = wp_list_pluck(get_terms($tax, array('include' => $term_ids)), 'term_taxonomy_id');
718
+ $exclude_tt_ids = array_merge($lp_tmp, $exclude_tt_ids );
719
+ }
720
+ }
721
+ }
722
+ $options['exclude'] = join(',', $exclude_tt_ids);
723
+
724
+ update_option( 'yarpp', $options );
725
+ }
726
+
727
+ public function upgrade_3_4_4b3() {
728
+ $options = $this->get_option();
729
+
730
+ $options['template'] = ($options['use_template']) ? $options['template_file'] : false;
731
+ $options['rss_template'] = ($options['rss_use_template']) ? $options['rss_template_file'] : false;
732
+
733
+ unset($options['use_template']);
734
+ unset($options['template_file']);
735
+ unset($options['rss_use_template']);
736
+ unset($options['rss_template_file']);
737
+
738
+ update_option('yarpp', $options);
739
+ }
740
+
741
+ public function upgrade_3_4_4b4() {
742
+ $options = $this->get_option();
743
+
744
+ $options['recent'] = ($options['recent_only']) ? $options['recent_number'].' '.$options['recent_units'] : false;
745
+
746
+ unset($options['recent_only']);
747
+ unset($options['recent_number']);
748
+ unset($options['recent_units']);
749
+
750
+ update_option('yarpp', $options);
751
+ }
752
+
753
+ public function upgrade_3_5_2b2() {
754
+ // fixing the effects of a previous bug affecting non-MyISAM users
755
+ if (is_null($this->get_option('weight')) || !is_array( $this->get_option('weight'))) {
756
+ $weight = $this->default_options['weight'];
757
+
758
+ // if we're still not using MyISAM
759
+ if (!$this->get_option('myisam_override') && $this->diagnostic_myisam_posts() !== true) {
760
+ unset($weight['title']);
761
+ unset($weight['body']);
762
+ }
763
+
764
+ $this->set_option(array('weight' => $weight));
765
+ }
766
+ }
767
+
768
+ public function upgrade_3_6b7() {
769
+ // migrate auto_display setting to auto_display_post_types
770
+ $options = $this->get_option();
771
+
772
+ $options['auto_display_post_types'] = ($options['auto_display']) ? array('post') : array();
773
+
774
+ unset($options['auto_display']);
775
+
776
+ update_option('yarpp', $options);
777
+ }
778
+
779
+ public function upgrade_4_0_1() {
780
+ delete_transient('yarpp_version_info');
781
+ }
782
+
783
+ public function upgrade_4_2(){
784
+ $this->load_pro_default_options();
785
+ $new = array_merge($this->pro_default_options,$this->yarppPro);
786
+ update_option('yarpp_pro', $new);
787
+ }
788
+
789
+ /*
790
+ * UTILITIES
791
+ */
792
+ private $current_post;
793
+ private $current_query;
794
+ private $current_pagenow;
795
+ // so we can return to normal later
796
+ public function save_post_context() {
797
+ global $wp_query, $pagenow, $post;
798
+
799
+ $this->current_query = $wp_query;
800
+ $this->current_pagenow = $pagenow;
801
+ $this->current_post = $post;
802
+ }
803
+
804
+ public function restore_post_context() {
805
+ global $wp_query, $pagenow, $post;
806
+
807
+ $wp_query = $this->current_query;
808
+ unset($this->current_query);
809
+
810
+ $pagenow = $this->current_pagenow;
811
+ unset($this->current_pagenow);
812
+
813
+ if (isset($this->current_post)) {
814
+ $post = $this->current_post;
815
+ setup_postdata($post);
816
+ unset($this->current_post);
817
+ }
818
+ }
819
+
820
+ private $post_types = null;
821
+ public function get_post_types($field = 'name') {
822
+ if (is_null($this->post_types)) {
823
+ $this->post_types = get_post_types(array(), 'objects');
824
+ $this->post_types = array_filter($this->post_types, array($this, 'post_type_filter'));
825
+ }
826
+
827
+ if ($field === 'objects') return $this->post_types;
828
+
829
+ return wp_list_pluck( $this->post_types, $field );
830
+ }
831
+
832
+ private function post_type_filter($post_type) {
833
+ if ($post_type->_builtin && $post_type->show_ui) return true;
834
+ if (isset($post_type->yarpp_support)) return $post_type->yarpp_support;
835
+ return false;
836
+ }
837
+
838
+ private $taxonomies = null;
839
+ function get_taxonomies($field = false) {
840
+ if (is_null($this->taxonomies)) {
841
+ $this->taxonomies = get_taxonomies(array(), 'objects');
842
+ $this->taxonomies = array_filter($this->taxonomies, array($this, 'taxonomy_filter'));
843
+ }
844
+
845
+ if ($field) return wp_list_pluck($this->taxonomies, $field);
846
+
847
+ return $this->taxonomies;
848
+ }
849
+
850
+ private function taxonomy_filter($taxonomy) {
851
+ if (!count(array_intersect($taxonomy->object_type, $this->get_post_types()))) return false;
852
+
853
+ // if yarpp_support is set, follow that; otherwise include if show_ui is true
854
+ if (isset($taxonomy->yarpp_support)) return $taxonomy->yarpp_support;
855
+
856
+ return $taxonomy->show_ui;
857
+ }
858
+
859
+ /**
860
+ * Gather optin data.
861
+ * @return array
862
+ */
863
+ public function optin_data() {
864
+ global $wpdb;
865
+
866
+ $comments = wp_count_comments();
867
+ $users = $wpdb->get_var("SELECT COUNT(ID) FROM ".$wpdb->users); //count_users();
868
+ $posts = $wpdb->get_var("SELECT COUNT(ID) FROM ".$wpdb->posts." WHERE post_type = 'post' AND comment_count > 0");
869
+ $settings = $this->get_option();
870
+
871
+ $collect = array_flip(array(
872
+ 'threshold', 'limit', 'excerpt_length', 'recent', 'rss_limit',
873
+ 'rss_excerpt_length', 'past_only', 'show_excerpt', 'rss_show_excerpt',
874
+ 'template', 'rss_template', 'show_pass_post', 'cross_relate',
875
+ 'rss_display', 'rss_excerpt_display', 'promote_yarpp', 'rss_promote_yarpp',
876
+ 'myisam_override', 'weight', 'require_tax', 'auto_display_archive'
877
+ ));
878
+
879
+ $check_changed = array(
880
+ 'before_title', 'after_title', 'before_post', 'after_post',
881
+ 'after_related', 'no_results', 'order', 'rss_before_title',
882
+ 'rss_after_title', 'rss_before_post', 'rss_after_post', 'rss_after_related',
883
+ 'rss_no_results', 'rss_order', 'exclude', 'thumbnails_heading',
884
+ 'thumbnails_default', 'rss_thumbnails_heading', 'rss_thumbnails_default', 'display_code'
885
+ );
886
+
887
+ $data = array(
888
+ 'versions' => array(
889
+ 'yarpp' => YARPP_VERSION,
890
+ 'wp' => get_bloginfo('version'),
891
+ 'php' => phpversion()
892
+ ),
893
+ 'yarpp' => array(
894
+ 'settings' => array_intersect_key($settings, $collect),
895
+ 'cache_engine' => YARPP_CACHE_TYPE
896
+ ),
897
+ 'diagnostics' => array(
898
+ 'myisam_posts' => $this->diagnostic_myisam_posts(),
899
+ 'fulltext_disabled' => $this->diagnostic_fulltext_disabled(),
900
+ 'fulltext_indices' => $this->diagnostic_fulltext_indices(),
901
+ 'hidden_metaboxes' => $this->diagnostic_hidden_metaboxes(),
902
+ 'post_thumbnails' => $this->diagnostic_post_thumbnails(),
903
+ 'happy' => $this->diagnostic_happy(),
904
+ 'using_thumbnails' => $this->diagnostic_using_thumbnails(),
905
+ 'generate_thumbnails' => $this->diagnostic_generate_thumbnails(),
906
+ ),
907
+ 'stats' => array(
908
+ 'counts' => array(),
909
+ 'terms' => array(),
910
+ 'comments' => array(
911
+ 'moderated' => $comments->moderated,
912
+ 'approved' => $comments->approved,
913
+ 'total' => $comments->total_comments,
914
+ 'posts' => $posts
915
+ ),
916
+ 'users' => $users,
917
+ ),
918
+ 'locale' => get_bloginfo('language'),
919
+ 'url' => get_bloginfo('url'),
920
+ 'plugins' => array(
921
+ 'active' => implode('|', get_option('active_plugins', array())),
922
+ 'sitewide' => implode('|', array_keys(get_site_option('active_sitewide_plugins', array())))
923
+ ),
924
+ 'pools' => $settings['pools']
925
+ );
926
+
927
+ $data['yarpp']['settings']['auto_display_post_types'] = implode('|',$settings['auto_display_post_types']);
928
+
929
+ $changed = array();
930
+ foreach ($check_changed as $key) {
931
+ if ($this->default_options[$key] !== $settings[$key]) $changed[] = $key;
932
+ }
933
+
934
+ foreach (array('before_related','rss_before_related') as $key) {
935
+ if ($settings[$key] !== '<p>'.__('Related posts:','yarpp').'</p><ol>'
936
+ && $settings[$key] !== $this->default_options[$key]
937
+ ) {
938
+ $changed[] = $key;
939
+ }
940
+ }
941
+
942
+ $data['yarpp']['changed_settings'] = implode('|', $changed);
943
+
944
+ if (method_exists($this->cache, 'cache_status')) $data['yarpp']['cache_status'] = $this->cache->cache_status();
945
+
946
+ if (method_exists($this->cache, 'stats')) {
947
+ $stats = $this->cache->stats();
948
+ $flattened = array();
949
+
950
+ foreach ($stats as $key => $value) $flattened[] = "$key:$value";
951
+ $data['yarpp']['stats'] = implode('|', $flattened);
952
+ }
953
+
954
+ if (method_exists($wpdb, 'db_version')) {
955
+ $data['versions']['mysql'] = preg_replace('/[^0-9.].*/', '', $wpdb->db_version());
956
+ }
957
+
958
+ $counts = array();
959
+ foreach (get_post_types(array('public' => true)) as $post_type) {
960
+ $counts[$post_type] = wp_count_posts($post_type);
961
+ }
962
+
963
+ $data['stats']['counts'] = wp_list_pluck($counts, 'publish');
964
+
965
+ foreach (get_taxonomies(array('public' => true)) as $taxonomy) {
966
+ $data['stats']['terms'][$taxonomy] = wp_count_terms($taxonomy);
967
+ }
968
+
969
+ if (is_multisite()) {
970
+ $data['multisite'] = array(
971
+ 'url' => network_site_url(),
972
+ 'users' => get_user_count(),
973
+ 'sites' => get_blog_count()
974
+ );
975
+ }
976
+
977
+ return $data;
978
+ }
979
+
980
+ public function pretty_echo($data) {
981
+ echo "<pre>";
982
+ $formatted = print_r($data, true);
983
+ $formatted = str_replace(array('Array', '(', ')', "\n "), array('', '', '', "\n"), $formatted);
984
+ echo preg_replace("/\n\s*\n/u", "\n", $formatted);
985
+ echo "</pre>";
986
+ }
987
+
988
+ /*
989
+ * CORE LOOKUP + DISPLAY FUNCTIONS
990
+ */
991
+ protected function display_basic(){
992
+ /* if it's not an auto-display post type, return */
993
+ if (!in_array(get_post_type(), $this->get_option('auto_display_post_types'))) return null;
994
+
995
+ if (!is_singular() && !($this->get_option('auto_display_archive') && (is_archive() || is_home()))) {
996
+ return null;
997
+ }
998
+
999
+ if ($this->get_option('cross_relate')) {
1000
+ $post_types = $this->get_post_types();
1001
+ } else {
1002
+ $post_types = array(get_post_type());
1003
+ }
1004
+
1005
+ $post_types = apply_filters('yarpp_map_post_types', $post_types, 'website');
1006
+
1007
+ return $this->display_related(
1008
+ null,
1009
+ array(
1010
+ 'post_type' => $post_types,
1011
+ 'domain' => 'website'
1012
+ ),
1013
+ false
1014
+ );
1015
+ }
1016
+
1017
+ public function display_pro($domain) {
1018
+ if ((is_archive() || is_home() || $domain !== 'website')) return null;
1019
+ if (!in_array(get_post_type(), $this->yarppPro['auto_display_post_types'])) return null;
1020
+ if (!(isset($this->yarppPro['active']) && $this->yarppPro['active'])) return null;
1021
+ if (!(isset($this->yarppPro['aid']) && isset($this->yarppPro['v'])) ||
1022
+ !($this->yarppPro['aid'] && $this->yarppPro['v'])) return null;
1023
+
1024
+ $output = null;
1025
+ $aid = $this->yarppPro['aid'];
1026
+ $v = $this->yarppPro['v'];
1027
+ $dpid = (isset($this->yarppPro['dpid'])) ? $this->yarppPro['dpid'] : null;
1028
+ $ru = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
1029
+ $ssp = ($dpid) ? '_ssp' : null;
1030
+
1031
+ ob_start();
1032
+ include(YARPP_DIR.'/includes/phtmls/yarpp_pro_tag'.$ssp.'.phtml');
1033
+ $output .= ob_get_contents();
1034
+ ob_end_clean();
1035
+
1036
+ return $output;
1037
+ }
1038
+
1039
+ /**
1040
+ * Display related posts
1041
+ * @since 2.1 The domain global refers to {website, widget, rss, metabox}
1042
+ * @since 3.0 New query-based approach: EXTREMELY HACKY!
1043
+ *
1044
+ * @param integer $reference_ID
1045
+ * @param array $args
1046
+ * @param bool $echo
1047
+ * @return string
1048
+ */
1049
+ public function display_related($reference_ID = null, $args = array(), $echo = true) {
1050
+
1051
+ /* If we're already in a YARPP loop, stop now. */
1052
+ if ($this->cache->is_yarpp_time() || $this->cache_bypass->is_yarpp_time()) return false;
1053
+ $this->enforce();
1054
+ wp_enqueue_style('yarppRelatedCss', YARPP_URL.'/style/related.css');
1055
+ $output = null;
1056
+
1057
+ if (is_numeric($reference_ID)) {
1058
+ $reference_ID = (int) $reference_ID;
1059
+ } else {
1060
+ $reference_ID = get_the_ID();
1061
+ }
1062
+
1063
+ /**
1064
+ * @since 3.5.3 don't compute on revisions.
1065
+ */
1066
+ if ($the_post = wp_is_post_revision($reference_ID)) $reference_ID = $the_post;
1067
+
1068
+ $this->setup_active_cache($args);
1069
+
1070
+ $options = array(
1071
+ 'domain',
1072
+ 'limit',
1073
+ 'template',
1074
+ 'order',
1075
+ 'promote_yarpp',
1076
+ 'optin'
1077
+ );
1078
+
1079
+ extract($this->parse_args($args, $options));
1080
+
1081
+ $cache_status = $this->active_cache->enforce($reference_ID);
1082
+ if ($cache_status === YARPP_DONT_RUN) return;
1083
+ if ($cache_status !== YARPP_NO_RELATED) $this->active_cache->begin_yarpp_time($reference_ID, $args);
1084
+
1085
+ $this->save_post_context();
1086
+
1087
+ global $wp_query; $wp_query = new WP_Query();
1088
+
1089
+ if ($cache_status !== YARPP_NO_RELATED) {
1090
+ $orders = explode(' ', $order);
1091
+ $wp_query->query(
1092
+ array(
1093
+ 'p' => $reference_ID,
1094
+ 'orderby' => $orders[0],
1095
+ 'order' => $orders[1],
1096
+ 'showposts' => $limit,
1097
+ 'post_type' => (isset($args['post_type']) ? $args['post_type'] : $this->get_post_types())
1098
+ )
1099
+ );
1100
+ }
1101
+
1102
+ $this->prep_query($this->current_query->is_feed);
1103
+
1104
+ $wp_query->posts = apply_filters('yarpp_results', $wp_query->posts, array(
1105
+ 'function' => 'display_related',
1106
+ 'args' => $args,
1107
+ 'related_ID' => $reference_ID)
1108
+ );
1109
+
1110
+ $related_query = $wp_query; // backwards compatibility
1111
+ $related_count = $related_query->post_count;
1112
+
1113
+ $output .= "<div class='";
1114
+ if ($domain === 'website') {
1115
+ $output .= "yarpp-related";
1116
+ } else {
1117
+ $output .= "yarpp-related-{$domain}";
1118
+ }
1119
+
1120
+ if ($related_count < 1) {
1121
+ $output .= " yarpp-related-none";
1122
+ }
1123
+
1124
+ $output .= "'>\n";
1125
+
1126
+ if ($domain === 'metabox') {
1127
+ include(YARPP_DIR.'/includes/template_metabox.php');
1128
+ } else if ((bool) $template && $template === 'thumbnails') {
1129
+ include(YARPP_DIR.'/includes/template_thumbnails.php');
1130
+ } else if ((bool) $template && file_exists(STYLESHEETPATH.'/'.$template)) {
1131
+ global $post;
1132
+ ob_start();
1133
+ include(STYLESHEETPATH.'/'.$template);
1134
+ $output .= ob_get_contents();
1135
+ ob_end_clean();
1136
+ } else if ($domain === 'widget') {
1137
+ include(YARPP_DIR.'/includes/template_widget.php');
1138
+ } else {
1139
+ include(YARPP_DIR.'/includes/template_builtin.php');
1140
+ }
1141
+
1142
+ $output = trim($output)."\n";
1143
+
1144
+ if ($cache_status === YARPP_NO_RELATED) {
1145
+ // Uh, do nothing. Stay very still.
1146
+ } else {
1147
+ $this->active_cache->end_yarpp_time();
1148
+ }
1149
+
1150
+ unset($related_query);
1151
+ $this->restore_post_context();
1152
+
1153
+ if ($related_count > 0 && $promote_yarpp && $domain != 'metabox') {
1154
+ $output .=
1155
+ '<p>'.
1156
+ sprintf(
1157
+ __(
1158
+ "Related posts brought to you by <a href='%s' title='WordPress Related Posts Plugin' target='_blank'>YARPP</a>.",
1159
+ 'yarpp'
1160
+ ),
1161
+ 'https://wordpress.org/plugins/yet-another-related-posts-plugin/'
1162
+ ).
1163
+ "</p>\n";
1164
+ }
1165
+
1166
+ $output .= "</div>\n";
1167
+
1168
+ if ($echo) echo $output;
1169
+ return $output;
1170
+ }
1171
+
1172
+ /*
1173
+ * @param (int) $reference_ID
1174
+ * @param (array) $args
1175
+ */
1176
+ public function get_related($reference_ID = null, $args = array()) {
1177
+ /* If we're already in a YARPP loop, stop now. */
1178
+ if ($this->cache->is_yarpp_time() || $this->cache_bypass->is_yarpp_time()) return false;
1179
+ $this->enforce();
1180
+
1181
+ if (is_numeric($reference_ID)) {
1182
+ $reference_ID = (int) $reference_ID;
1183
+ } else {
1184
+ $reference_ID = get_the_ID();
1185
+ }
1186
+
1187
+ /**
1188
+ * @since 3.5.3: don't compute on revisions.
1189
+ */
1190
+ if ($the_post = wp_is_post_revision($reference_ID)) $reference_ID = $the_post;
1191
+
1192
+ $this->setup_active_cache($args);
1193
+
1194
+ $options = array('limit', 'order');
1195
+ extract($this->parse_args($args, $options));
1196
+
1197
+ $cache_status = $this->active_cache->enforce($reference_ID);
1198
+ if ($cache_status === YARPP_DONT_RUN || $cache_status === YARPP_NO_RELATED) return array();
1199
+
1200
+ /* Get ready for YARPP TIME! */
1201
+ $this->active_cache->begin_yarpp_time($reference_ID, $args);
1202
+
1203
+ $related_query = new WP_Query();
1204
+ $orders = explode(' ',$order);
1205
+ $related_query->query(array(
1206
+ 'p' => $reference_ID,
1207
+ 'orderby' => $orders[0],
1208
+ 'order' => $orders[1],
1209
+ 'showposts' => $limit,
1210
+ 'post_type' => (isset($args['post_type'])) ? $args['post_type'] : $this->get_post_types()
1211
+ ));
1212
+
1213
+ $related_query->posts = apply_filters(
1214
+ 'yarpp_results',
1215
+ $related_query->posts,
1216
+ array(
1217
+ 'function' => 'get_related',
1218
+ 'args' => $args,
1219
+ 'related_ID' => $reference_ID
1220
+ )
1221
+ );
1222
+
1223
+ $this->active_cache->end_yarpp_time();
1224
+
1225
+ return $related_query->posts;
1226
+ }
1227
+
1228
+ /*
1229
+ * @param (int) $reference_ID
1230
+ * @param (array) $args
1231
+ */
1232
+ public function related_exist($reference_ID = null, $args = array()) {
1233
+ /* if we're already in a YARPP loop, stop now. */
1234
+ if ($this->cache->is_yarpp_time() || $this->cache_bypass->is_yarpp_time()) return false;
1235
+
1236
+ $this->enforce();
1237
+
1238
+ if (is_numeric($reference_ID)) {
1239
+ $reference_ID = (int) $reference_ID;
1240
+ } else {
1241
+ $reference_ID = get_the_ID();
1242
+ }
1243
+
1244
+ /** @since 3.5.3: don't compute on revisions */
1245
+ if ($the_post = wp_is_post_revision($reference_ID)) $reference_ID = $the_post;
1246
+
1247
+ $this->setup_active_cache($args);
1248
+
1249
+ $cache_status = $this->active_cache->enforce($reference_ID);
1250
+
1251
+ if ($cache_status === YARPP_NO_RELATED) return false;
1252
+
1253
+ /* Get ready for YARPP TIME! */
1254
+ $this->active_cache->begin_yarpp_time($reference_ID, $args);
1255
+ $related_query = new WP_Query();
1256
+ $related_query->query(array(
1257
+ 'p' => $reference_ID,
1258
+ 'showposts' => 1,
1259
+ 'post_type' => (isset($args['post_type'])) ? $args['post_type'] : $this->get_post_types()
1260
+ ));
1261
+
1262
+ $related_query->posts = apply_filters(
1263
+ 'yarpp_results',
1264
+ $related_query->posts,
1265
+ array(
1266
+ 'function' => 'related_exist',
1267
+ 'args' => $args,
1268
+ 'related_ID' => $reference_ID
1269
+ )
1270
+ );
1271
+
1272
+ $return = $related_query->have_posts();
1273
+ unset($related_query);
1274
+
1275
+ $this->active_cache->end_yarpp_time();
1276
+
1277
+ return $return;
1278
+ }
1279
+
1280
+ /**
1281
+ * @param array $args
1282
+ * @param bool $echo
1283
+ * @return string
1284
+ */
1285
+ public function display_demo_related($args = array(), $echo = true) {
1286
+ /* if we're already in a demo YARPP loop, stop now. */
1287
+ if ($this->cache_bypass->demo_time) return false;
1288
+
1289
+ $options = array(
1290
+ 'domain',
1291
+ 'limit',
1292
+ 'template',
1293
+ 'order',
1294
+ 'promote_yarpp'
1295
+ );
1296
+ extract($this->parse_args($args, $options));
1297
+
1298
+ $this->cache_bypass->begin_demo_time($limit);
1299
+
1300
+ $output = "<div class='";
1301
+ if ($domain === 'website') {
1302
+ $output .= "yarpp-related";
1303
+ } else {
1304
+ $output .= "yarpp-related-{$domain}";
1305
+ }
1306
+ $output .= "'>\n";
1307
+
1308
+ global $wp_query; $wp_query = new WP_Query();
1309
+
1310
+ $wp_query->query('');
1311
+
1312
+ $this->prep_query($domain === 'rss');
1313
+ $related_query = $wp_query; // backwards compatibility
1314
+
1315
+ if ((bool) $template && $template === 'thumbnails') {
1316
+ include(YARPP_DIR.'/includes/template_thumbnails.php');
1317
+ } else if ((bool) $template && file_exists(STYLESHEETPATH.'/'.$template)) {
1318
+ ob_start();
1319
+ include(STYLESHEETPATH.'/'.$template);
1320
+ $output .= ob_get_contents();
1321
+ ob_end_clean();
1322
+ } else {
1323
+ include(YARPP_DIR.'/includes/template_builtin.php');
1324
+ }
1325
+ $output = trim($output)."\n";
1326
+
1327
+ $this->cache_bypass->end_demo_time();
1328
+
1329
+ if ($promote_yarpp) {
1330
+ $output .=
1331
+ '<p>'.
1332
+ sprintf(
1333
+ __(
1334
+ "Related posts brought to you by <a href='%s' title='WordPress Related Posts Plugin' target='_blank'>YARPP</a>.",
1335
+ 'yarpp'
1336
+ ),
1337
+ 'https://wordpress.org/plugins/yet-another-related-posts-plugin/'
1338
+ ).
1339
+ "</p>\n";
1340
+ }
1341
+ $output .= "</div>";
1342
+
1343
+ if ($echo) echo $output;
1344
+ return $output;
1345
+ }
1346
+
1347
+ public function parse_args($args, $options) {
1348
+ $options_with_rss_variants = array(
1349
+ 'limit',
1350
+ 'template',
1351
+ 'excerpt_length',
1352
+ 'before_title',
1353
+ 'after_title',
1354
+ 'before_post',
1355
+ 'after_post',
1356
+ 'before_related',
1357
+ 'after_related',
1358
+ 'no_results',
1359
+ 'order',
1360
+ 'promote_yarpp',
1361
+ 'thumbnails_heading',
1362
+ 'thumbnails_default'
1363
+ );
1364
+
1365
+ if (!isset($args['domain'])) $args['domain'] = 'website';
1366
+
1367
+ $r = array();
1368
+ foreach ($options as $option) {
1369
+ if ($args['domain'] === 'rss'
1370
+ && in_array($option, $options_with_rss_variants)
1371
+ ) {
1372
+ $default = $this->get_option( 'rss_' . $option );
1373
+ } else {
1374
+ $default = $this->get_option( $option );
1375
+ }
1376
+
1377
+ if (isset($args[$option]) && $args[$option] !== $default) {
1378
+ $r[$option] = $args[$option];
1379
+ } else {
1380
+ $r[$option] = $default;
1381
+ }
1382
+
1383
+ if ($option === 'weight' && !isset($r[$option]['tax'])) {
1384
+ $r[$option]['tax'] = array();
1385
+ }
1386
+ }
1387
+ return $r;
1388
+ }
1389
+
1390
+ private function setup_active_cache( $args ) {
1391
+ /* the options which the main sql query cares about: */
1392
+ $magic_options = array(
1393
+ 'limit',
1394
+ 'threshold',
1395
+ 'show_pass_post',
1396
+ 'past_only',
1397
+ 'weight',
1398
+ 'exclude',
1399
+ 'require_tax',
1400
+ 'recent'
1401
+ );
1402
+
1403
+ $defaults = $this->get_option();
1404
+ foreach ($magic_options as $option) {
1405
+ if (!isset($args[$option])) continue;
1406
+
1407
+ /*
1408
+ * limit is a little different... if it's less than what we cache, let it go.
1409
+ */
1410
+ if ($option === 'limit' && $args[$option] <= max($defaults['limit'], $defaults['rss_limit'])) continue;
1411
+
1412
+ if ($args[$option] !== $defaults[$option]) {
1413
+ $this->active_cache = $this->cache_bypass;
1414
+ return;
1415
+ }
1416
+ }
1417
+
1418
+ $this->active_cache = $this->cache;
1419
+ }
1420
+
1421
+ private function prep_query($is_feed = false) {
1422
+ global $wp_query;
1423
+ $wp_query->in_the_loop = true;
1424
+ $wp_query->is_feed = $is_feed;
1425
+
1426
+ /*
1427
+ * Make sure we get the right is_single value (see http://wordpress.org/support/topic/288230)
1428
+ */
1429
+ $wp_query->is_single = false;
1430
+ }
1431
+
1432
+ /*
1433
+ * DEFAULT CONTENT FILTERS
1434
+ */
1435
+
1436
+ public function the_content($content) {
1437
+ /* this filter doesn't handle feeds */
1438
+ if (is_feed()) return $content;
1439
+
1440
+ /* If the content includes <!--noyarpp-->, don't display */
1441
+ if (!stristr($content, '<!--noyarpp-->')) {
1442
+ $content .= $this->display_basic();
1443
+ $content .= $this->display_pro('website');
1444
+ }
1445
+
1446
+ return $content;
1447
+ }
1448
+
1449
+ public function the_content_feed($content) {
1450
+ if (!$this->get_option('rss_display')) return $content;
1451
+
1452
+ /* If the content includes <!--noyarpp-->, don't display */
1453
+ if (stristr($content, '<!--noyarpp-->') !== false) return $content;
1454
+
1455
+ if ($this->get_option('cross_relate')) {
1456
+ $post_types = $this->get_post_types();
1457
+ } else {
1458
+ $post_types = array(get_post_type());
1459
+ }
1460
+
1461
+ $post_types = apply_filters('yarpp_map_post_types', $post_types, 'rss');
1462
+
1463
+ return $content.$this->display_related(
1464
+ null,
1465
+ array(
1466
+ 'post_type' => $post_types,
1467
+ 'domain' => 'rss'
1468
+ ),
1469
+ false
1470
+ );
1471
+ }
1472
+
1473
+ public function the_excerpt_rss($content) {
1474
+ if (!$this->get_option('rss_excerpt_display') || !$this->get_option('rss_display')) return $content;
1475
+
1476
+ /* If the content includes <!--noyarpp-->, don't display */
1477
+ if (stristr($content, '<!--noyarpp-->') !== false) return $content;
1478
+
1479
+ if ($this->get_option('cross_relate')) {
1480
+ $type = $this->get_post_types();
1481
+ } else if (get_post_type() === 'page') {
1482
+ $type = array('page');
1483
+ } else {
1484
+ $type = array('post');
1485
+ }
1486
+
1487
+ return $content . $this->clean_pre($this->display_related(null, array('post_type' => $type, 'domain' => 'rss'), false));
1488
+ }
1489
+
1490
+ /*
1491
+ * UTILS
1492
+ */
1493
+
1494
+ /**
1495
+ * @since 3.3 Use PHP serialized format instead of JSON.
1496
+ */
1497
+ public function version_info($enforce_cache = false) {
1498
+ if (!$enforce_cache && false !== ($result = $this->get_transient('yarpp_version_info'))) return $result;
1499
+
1500
+ $version = YARPP_VERSION;
1501
+ $remote = wp_remote_post("https://yarpp.org/checkversion.php?format=php&version={$version}");
1502
+
1503
+ if (is_wp_error($remote) || wp_remote_retrieve_response_code($remote) != 200 || !isset($remote['body']) || !is_array($remote['body'])){
1504
+ $this->set_transient('yarpp_version_info', null, 60*60);
1505
+ return false;
1506
+ }
1507
+
1508
+ if ($result = @unserialize($remote['body'])) $this->set_transient('yarpp_version_info', $result, 60*60*24);
1509
+
1510
+ return $result;
1511
+ }
1512
+
1513
+ /**
1514
+ * @since 4.0 Optional data collection (default off)
1515
+ */
1516
+ public function optin_ping() {
1517
+ if ($this->get_transient('yarpp_optin')) return true;
1518
+
1519
+ $remote = wp_remote_post('https://yarpp.org/optin/2/', array('body' => $this->optin_data()));
1520
+
1521
+ if (is_wp_error($remote)
1522
+ || wp_remote_retrieve_response_code($remote) != 200
1523
+ || !isset($remote['body'])
1524
+ || $remote['body'] !== 'ok'
1525
+ ) {
1526
+ /* try again later */
1527
+ $this->set_transient('yarpp_optin', null, 60*60);
1528
+ return false;
1529
+ }
1530
+
1531
+ $this->set_transient('yarpp_optin', null, 60*60*24*7);
1532
+
1533
+ return true;
1534
+ }
1535
+
1536
+ /**
1537
+ * A version of the transient functions which is unaffected by caching plugin behavior.
1538
+ * We want to control the lifetime of data.
1539
+ * @param int $transient
1540
+ * @return bool
1541
+ */
1542
+ private function get_transient($transient) {
1543
+ $transient_timeout = $transient.'_timeout';
1544
+
1545
+ if (intval(get_option($transient_timeout)) < time()) {
1546
+ delete_option($transient_timeout);
1547
+ return false; // timed out
1548
+ }
1549
+
1550
+ return get_option($transient, true); // still ok
1551
+ }
1552
+
1553
+ private function set_transient($transient, $data = null, $expiration = 0) {
1554
+ $transient_timeout = $transient.'_timeout';
1555
+
1556
+ if (get_option($transient_timeout) === false) {
1557
+
1558
+ add_option($transient_timeout, time()+$expiration, '', 'no');
1559
+ if (!is_null($data)) add_option($transient, $data, '', 'no');
1560
+
1561
+ } else {
1562
+
1563
+ update_option($transient_timeout, time()+$expiration);
1564
+ if (!is_null( $data )) update_option($transient, $data);
1565
+
1566
+ }
1567
+
1568
+ $this->kick_other_caches();
1569
+ }
1570
+
1571
+ private function delete_transient($transient) {
1572
+ delete_option($transient);
1573
+ delete_option($transient.'_timeout');
1574
+ }
1575
+
1576
+ /**
1577
+ * @since 4.0.4 Helper function to force other caching systems which are too aggressive.
1578
+ * <cough>DB Cache Reloaded (Fix)</cough> to flush when YARPP transients are set.
1579
+ */
1580
+ private function kick_other_caches() {
1581
+ if (class_exists('DBCacheReloaded')) {
1582
+ global $wp_db_cache_reloaded;
1583
+ if (is_object($wp_db_cache_reloaded) && is_a($wp_db_cache_reloaded, 'DBCacheReloaded')) {
1584
+ // if DBCR offered a more granualar way of just flushing options, I'd love that.
1585
+ $wp_db_cache_reloaded->dbcr_clear();
1586
+ }
1587
+ }
1588
+ }
1589
+
1590
+ /**
1591
+ * @since 3.5.2 Clean_pre is deprecated in WP 3.4, so implement here.
1592
+ */
1593
+ function clean_pre($text) {
1594
+ $text = str_replace(array('<br />', '<br/>', '<br>'), array('', '', ''), $text);
1595
+ $text = str_replace('<p>', "\n", $text);
1596
+ $text = str_replace('</p>', '', $text);
1597
+ return $text;
1598
+ }
1599
+ }
trunk/classes/YARPP_DB_Schema.php ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Class YARPP_DB_Schema
5
+ * Class for database schema inspection and changes.
6
+ *
7
+ * @package YARPP
8
+ * @author Mike Nelson
9
+ * @since 5.1.7
10
+ */
11
+ class YARPP_DB_Schema {
12
+
13
+
14
+ /**
15
+ * Checks if there is an index for the post title column
16
+ *
17
+ * @return bool
18
+ */
19
+ public function title_column_has_index() {
20
+ global $wpdb;
21
+ // Disable a few inspections because this method is only called once on a very specific request.
22
+ // phpcs:disable WordPress.VIP.DirectDatabaseQuery.DirectQuery
23
+ // phpcs:disable WordPress.VIP.DirectDatabaseQuery.NoCaching
24
+ $wpdb->get_results( "SHOW INDEX FROM {$wpdb->posts} WHERE Key_name = 'yarpp_title'" );
25
+ // phpcs:enable WordPress.VIP.DirectDatabaseQuery.DirectQuery
26
+ // phpcs:enable WordPress.VIP.DirectDatabaseQuery.NoCaching
27
+ return ( $wpdb->num_rows >= 1 );
28
+ }
29
+
30
+ /**
31
+ * Checks if there is an index for the post content column
32
+ *
33
+ * @return bool
34
+ */
35
+ public function content_column_has_index() {
36
+ global $wpdb;
37
+ // Disable a few inspections because this method is only called once on a very specific request.
38
+ //phpcs:disable WordPress.VIP.DirectDatabaseQuery.DirectQuery
39
+ //phpcs:disable WordPress.VIP.DirectDatabaseQuery.NoCaching
40
+ $wpdb->get_results( "SHOW INDEX FROM {$wpdb->posts} WHERE Key_name = 'yarpp_content'" );
41
+ //phpcs:enable WordPress.VIP.DirectDatabaseQuery.DirectQuery
42
+ //phpcs:enable WordPress.VIP.DirectDatabaseQuery.NoCaching
43
+ return ( $wpdb->num_rows >= 1 );
44
+ }
45
+ }
trunk/classes/YARPP_Meta_Box.php ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Meta_Box {
4
+ protected $template_text = null;
5
+ protected $yarpp = null;
6
+
7
+ public function __construct() {
8
+ global $yarpp;
9
+ $this->yarpp = $yarpp;
10
+ $this->template_text =
11
+ __(
12
+ "This advanced option gives you full power to customize how your related posts are displayed.&nbsp;".
13
+ "Templates (stored in your theme folder) are written in PHP.",
14
+ 'yarpp'
15
+ );
16
+ }
17
+
18
+ private function offer_copy_templates() {
19
+ return (!$this->yarpp->diagnostic_custom_templates() && $this->yarpp->admin->can_copy_templates());
20
+ }
21
+
22
+ public function checkbox($option, $desc, $class = null) {
23
+ include(YARPP_DIR.'/includes/phtmls/yarpp_meta_box_checkbox.phtml');
24
+ }
25
+
26
+ public function template_checkbox($rss=false, $class = null) {
27
+ $pre = ($rss) ? 'rss_' : '';
28
+ $chosen_template = yarpp_get_option($pre."template");
29
+ $choice = ($chosen_template === false)
30
+ ? 'builtin' : (($chosen_template === 'thumbnails') ? 'thumbnails' : 'custom');
31
+
32
+ $builtIn = ($choice === 'builtin') ? 'active' : null;
33
+
34
+ $thumbnails = ($choice === 'thumbnails') ? 'active' : null;
35
+ $diagPostThumbs = (!$this->yarpp->diagnostic_post_thumbnails()) ? 'disabled' : null;
36
+
37
+ $custom = ($choice === 'custom') ? 'active' : null;
38
+ $diagCustTemplt = (!$this->yarpp->diagnostic_custom_templates()) ? 'disabled' : null;
39
+
40
+ include(YARPP_DIR.'/includes/phtmls/yarpp_meta_box_template_checkbox.phtml');
41
+ }
42
+
43
+ public function template_file($rss=false, $class=null) {
44
+ $pre = ($rss) ? 'rss_' : '';
45
+ $chosen_template = yarpp_get_option($pre.'template');
46
+
47
+ include(YARPP_DIR.'/includes/phtmls/yarpp_meta_box_template_file.phtml');
48
+ }
49
+
50
+ public function textbox($option, $desc, $size = 2, $class = null, $note = null) {
51
+ $value = esc_attr(yarpp_get_option($option));
52
+
53
+ include(YARPP_DIR.'/includes/phtmls/yarpp_meta_box_textbox.phtml');
54
+ }
55
+
56
+ public function beforeafter($options, $desc, $size = 10, $class = null, $note = null) {
57
+ include(YARPP_DIR.'/includes/phtmls/yarpp_meta_box_beforeafter.phtml');
58
+ }
59
+
60
+ /* MARK: Last cleaning spot */
61
+ public function tax_weight($taxonomy) {
62
+ $weight = (int) yarpp_get_option("weight[tax][{$taxonomy->name}]");
63
+ $require = (int) yarpp_get_option("require_tax[{$taxonomy->name}]");
64
+
65
+ include(YARPP_DIR.'/includes/phtmls/yarpp_meta_box_tax_weight.phtml');
66
+ }
67
+
68
+ /* MARK: Last cleaning spot */
69
+ public function weight($option, $desc) {
70
+ $weight = (int) yarpp_get_option("weight[$option]");
71
+
72
+ /* Both require MyISAM fulltext indexing: */
73
+ $fulltext = $this->yarpp->diagnostic_fulltext_disabled() ? ' readonly="readonly" disabled="disabled"' : '';
74
+
75
+ echo "<div class='yarpp_form_row yarpp_form_select'><div class='yarpp_form_label'>{$desc}</div><div>";
76
+ echo "<select name='weight[{$option}]'>";
77
+ echo "<option {$fulltext} value='no'".((!$weight) ? ' selected="selected"': '')." >".__("do not consider", 'yarpp')."</option>";
78
+ echo "<option {$fulltext} value='consider'".(($weight == 1) ? ' selected="selected"': '')." > ".__("consider", 'yarpp')."</option>";
79
+ echo "<option {$fulltext} value='consider_extra'".(($weight > 1) ? ' selected="selected"': '')." > ".__("consider with extra weight", 'yarpp')."</option>";
80
+ echo "</select></div></div>";
81
+ }
82
+
83
+ public function displayorder($option, $class=null) {
84
+ echo "<div class='yarpp_form_row yarpp_form_select $class'><div class='yarpp_form_label'>";
85
+ _e( "Order results:", 'yarpp' );
86
+ echo "</div><div><select name='$option' id='<?php echo $option; ?>'>";
87
+ $order = yarpp_get_option( $option );
88
+ ?>
89
+ <option value="score DESC" <?php echo ( $order == 'score DESC'?' selected="selected"':'' )?>><?php _e( "score (high relevance to low)", 'yarpp' ); ?></option>
90
+ <option value="score ASC" <?php echo ( $order == 'score ASC'?' selected="selected"':'' )?>><?php _e( "score (low relevance to high)", 'yarpp' ); ?></option>
91
+ <option value="post_date DESC" <?php echo ( $order == 'post_date DESC'?' selected="selected"':'' )?>><?php _e( "date (new to old)", 'yarpp' ); ?></option>
92
+ <option value="post_date ASC" <?php echo ( $order == 'post_date ASC'?' selected="selected"':'' )?>><?php _e( "date (old to new)", 'yarpp' ); ?></option>
93
+ <option value="post_title ASC" <?php echo ( $order == 'post_title ASC'?' selected="selected"':'' )?>><?php _e( "title (alphabetical)", 'yarpp' ); ?></option>
94
+ <option value="post_title DESC" <?php echo ( $order == 'post_title DESC'?' selected="selected"':'' )?>><?php _e( "title (reverse alphabetical)", 'yarpp' ); ?></option>
95
+ <?php
96
+ echo "</select></div></div>";
97
+ }
98
+ }
trunk/classes/YARPP_Meta_Box_Contact.php ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Meta_Box_Contact extends YARPP_Meta_Box {
4
+ public function display() {
5
+ global $yarpp;
6
+
7
+ $happy = ($yarpp->diagnostic_happy()) ? 'spin' : null;
8
+
9
+ $out =
10
+ '<ul class="yarpp_contacts">'.
11
+ '<li>'.
12
+ '<a href="https://wordpress.org/support/plugin/yet-another-related-posts-plugin/" target="_blank">'.
13
+ '<span class="icon icon-wordpress"></span> '.__('YARPP Forum', 'yarpp').
14
+ '</a>'.
15
+ '</li>'.
16
+ '<li>'.
17
+ '<a href="https://twitter.com/yarpp" target="_blank">'.
18
+ '<span class="icon icon-twitter"></span> '.__('YARPP on Twitter', 'yarpp').
19
+ '</a>'.
20
+ '</li>'.
21
+ '<li>'.
22
+ '<a href="https://www.facebook.com/groups/357562101611506/" target="_blank">'.
23
+ '<span class="icon icon-facebook"></span> YARPP User Group on Facebook'.
24
+ '</a>'.
25
+ '</li>'.
26
+ '<li>'.
27
+ '<a href="https://wordpress.org/support/plugin/yet-another-related-posts-plugin/reviews/?rate=5#new-post" target="_blank">'.
28
+ '<span class="icon icon-star '.$happy.'"></span> '.__('Review YARPP on WordPress.org', 'yarpp').
29
+ '</a>'.
30
+ '</li>'.
31
+ '</ul>';
32
+
33
+ echo $out;
34
+ }
35
+ }
trunk/classes/YARPP_Meta_Box_Display_Feed.php ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Meta_Box_Display_Feed extends YARPP_Meta_Box {
4
+ public function display() {
5
+ global $yarpp;
6
+
7
+ echo "<div style='overflow:auto'>";
8
+ echo '<div class="rss_displayed yarpp_code_display"';
9
+ if ( !$yarpp->get_option('code_display') )
10
+ echo ' style="display: none;"';
11
+ echo '><b>' . __( "RSS display code example", 'yarpp' ) . '</b><br /><small>' . __( "(Update options to reload.)", 'yarpp' ) . "</small><br/><div id='display_demo_rss'></div></div>";
12
+
13
+ $this->checkbox( 'rss_display', __( "Display related posts in feeds?", 'yarpp' )." <span class='yarpp_help' data-help='" . esc_attr( __( "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed.", 'yarpp' ) ) . "'>&nbsp;</span>", '' );
14
+ $this->checkbox( 'rss_excerpt_display', __( "Display related posts in the descriptions?", 'yarpp' )." <span class='yarpp_help' data-help='" . esc_attr( __( "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all.", 'yarpp' ) ) . "'>&nbsp;</span>", 'rss_displayed' );
15
+
16
+ $this->textbox( 'rss_limit', __( 'Maximum number of related posts:', 'yarpp' ), 2, 'rss_displayed' );
17
+ $this->template_checkbox( true, 'rss_displayed' );
18
+ echo "</div>";
19
+
20
+ $chosen_template = yarpp_get_option( "rss_template" );
21
+ $choice = false === $chosen_template ? 'builtin' :
22
+ ( $chosen_template == 'thumbnails' ? 'thumbnails' : 'custom' );
23
+
24
+ echo "<div class='postbox yarpp_subbox template_options_custom rss_displayed'";
25
+ if ( $choice != 'custom' )
26
+ echo ' style="display: none;"';
27
+ echo ">";
28
+ echo '<div class="yarpp_form_row"><div>' . $this->template_text . '</div></div>';
29
+ $this->template_file( true );
30
+ echo "</div>";
31
+
32
+ echo "<div class='postbox yarpp_subbox template_options_thumbnails'";
33
+ if ( $choice != 'thumbnails' )
34
+ echo ' style="display: none;"';
35
+ echo ">";
36
+ $this->textbox( 'rss_thumbnails_heading', __( 'Heading:', 'yarpp' ), 40 );
37
+ $this->textbox( 'rss_thumbnails_default', __( 'Default image (URL):', 'yarpp' ), 40 );
38
+ $this->textbox( 'rss_no_results', __( 'Default display if no results:', 'yarpp' ), 40, 'sync_rss_no_results' );
39
+ echo "</div>";
40
+
41
+ echo "<div class='postbox yarpp_subbox template_options_builtin rss_displayed'";
42
+ if ( $choice != 'builtin' )
43
+ echo ' style="display: none;"';
44
+ echo ">";
45
+ $this->beforeafter( array( 'rss_before_related', 'rss_after_related' ), __( "Before / after related entries:", 'yarpp' ), 15, '', __( "For example:", 'yarpp' ) . ' &lt;ol&gt;&lt;/ol&gt;' . __( ' or ', 'yarpp' ) . '&lt;div&gt;&lt;/div&gt;' );
46
+ $this->beforeafter( array( 'rss_before_title', 'rss_after_title' ), __( "Before / after each related entry:", 'yarpp' ), 15, '', __( "For example:", 'yarpp' ) . ' &lt;li&gt;&lt;/li&gt;' . __( ' or ', 'yarpp' ) . '&lt;dl&gt;&lt;/dl&gt;' );
47
+
48
+ $this->checkbox( 'rss_show_excerpt', __( "Show excerpt?", 'yarpp' ), 'show_excerpt' );
49
+ $this->textbox( 'rss_excerpt_length', __( 'Excerpt length (No. of words):', 'yarpp' ), 10, 'excerpted' );
50
+
51
+ $this->beforeafter( array( 'rss_before_post', 'rss_after_post' ), __( "Before / after (excerpt):", 'yarpp' ), 10, 'excerpted', __( "For example:", 'yarpp' ) . ' &lt;li&gt;&lt;/li&gt;' . __( ' or ', 'yarpp' ) . '&lt;dl&gt;&lt;/dl&gt;' );
52
+
53
+ $this->textbox( 'rss_no_results', __( 'Default display if no results:', 'yarpp' ), 40, 'sync_rss_no_results' );
54
+ echo "</div>";
55
+
56
+ $this->displayorder( 'rss_order', 'rss_displayed' );
57
+
58
+ $this->checkbox( 'rss_promote_yarpp', __( "Help promote Yet Another Related Posts Plugin?", 'yarpp' ) . " <span class='yarpp_help' data-help='" . esc_attr( 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 are greatly appreciated.", 'yarpp' ), "<code>" . htmlspecialchars( sprintf( __( "Related posts brought to you by <a href='%s' title='WordPress Related Posts Plugin' target='_blank'>YARPP</a>.", 'yarpp' ), 'https://yarpp.com' ) )."</code>" ) ) . "'>&nbsp;</span>", 'rss_displayed' );
59
+ }
60
+ }
trunk/classes/YARPP_Meta_Box_Display_Web.php ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Meta_Box_Display_Web extends YARPP_Meta_Box {
4
+ public function display() {
5
+ global $yarpp;
6
+
7
+ echo "<div style='overflow:auto'>";
8
+ echo '<div class="yarpp_code_display"';
9
+ if ( !$yarpp->get_option('code_display') )
10
+ echo ' style="display: none;"';
11
+ echo '><strong>' . __( "Website display code example", 'yarpp' ) . '</strong><br /><small>' . __( "(Update options to reload.)", 'yarpp' ) . "</small><br/><div id='display_demo_web'></div></div>";
12
+
13
+ echo "<div class='yarpp_form_row yarpp_form_post_types'><div>";
14
+ echo 'Automatically display related content from YARPP Basic on: ';
15
+ echo " <span class='yarpp_help' data-help='" . esc_attr( __( "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files.", 'yarpp' ) ) . "'>&nbsp;</span>&nbsp;&nbsp;";
16
+ echo "</div><div>";
17
+ $post_types = yarpp_get_option( 'auto_display_post_types' );
18
+ foreach ($yarpp->get_post_types('objects') as $post_type) {
19
+ echo "<label for='yarpp_post_type_{$post_type->name}'><input id='yarpp_post_type_{$post_type->name}' name='auto_display_post_types[{$post_type->name}]' type='checkbox' ";
20
+ checked( in_array( $post_type->name, $post_types ) );
21
+ echo "/> {$post_type->labels->name}</label> ";
22
+ }
23
+ echo "</div></div>";
24
+
25
+ $this->checkbox( 'auto_display_archive', __( "Also display in archives", 'yarpp' ) );
26
+
27
+ $this->textbox( 'limit', __( 'Maximum number of related posts:', 'yarpp' ) );
28
+ $this->template_checkbox( false );
29
+ echo "</div>";
30
+
31
+ $chosen_template = yarpp_get_option( "template" );
32
+ $choice = false === $chosen_template ? 'builtin' :
33
+ ( $chosen_template == 'thumbnails' ? 'thumbnails' : 'custom' );
34
+
35
+ echo "<div class='postbox yarpp_subbox template_options_custom'";
36
+ if ( $choice != 'custom' )
37
+ echo ' style="display: none;"';
38
+ echo ">";
39
+ echo '<div class="yarpp_form_row"><div>' . $this->template_text . '</div></div>';
40
+ $this->template_file( false );
41
+ echo "</div>";
42
+
43
+ echo "<div class='postbox yarpp_subbox template_options_thumbnails'";
44
+ if ( $choice != 'thumbnails' )
45
+ echo ' style="display: none;"';
46
+ echo ">";
47
+ $this->textbox( 'thumbnails_heading', __( 'Heading:', 'yarpp' ), 40 );
48
+ $this->textbox( 'thumbnails_default', __( 'Default image (URL):', 'yarpp' ), 40 );
49
+ $this->textbox( 'no_results', __( 'Default display if no results:', 'yarpp' ), 40, 'sync_no_results' );
50
+ echo "</div>";
51
+
52
+ echo "<div class='postbox yarpp_subbox template_options_builtin'";
53
+ if ( $choice != 'builtin' )
54
+ echo ' style="display: none;"';
55
+ echo ">";
56
+ $this->beforeafter( array( 'before_related', 'after_related' ), __( "Before / after related entries:", 'yarpp' ), 15, '', __( "For example:", 'yarpp' ) . ' &lt;ol&gt;&lt;/ol&gt;' . __( ' or ', 'yarpp' ) . '&lt;div&gt;&lt;/div&gt;' );
57
+ $this->beforeafter( array( 'before_title', 'after_title' ), __( "Before / after each related entry:", 'yarpp' ), 15, '', __( "For example:", 'yarpp' ) . ' &lt;li&gt;&lt;/li&gt;' . __( ' or ', 'yarpp' ) . '&lt;dl&gt;&lt;/dl&gt;' );
58
+
59
+ $this->checkbox( 'show_excerpt', __( "Show excerpt?", 'yarpp' ), 'show_excerpt' );
60
+ $this->textbox( 'excerpt_length', __( 'Excerpt length (No. of words):', 'yarpp' ), 10, 'excerpted' );
61
+
62
+ $this->beforeafter( array( 'before_post', 'after_post' ), __( "Before / after (excerpt):", 'yarpp' ), 10, 'excerpted', __( "For example:", 'yarpp' ) . ' &lt;li&gt;&lt;/li&gt;' . __( ' or ', 'yarpp' ) . '&lt;dl&gt;&lt;/dl&gt;' );
63
+
64
+ $this->textbox( 'no_results', __( 'Default display if no results:', 'yarpp' ), 40, 'sync_no_results' );
65
+ echo "</div>";
66
+
67
+ $this->displayorder( 'order' );
68
+ $this->checkbox( 'promote_yarpp', __( "Help promote Yet Another Related Posts Plugin?", 'yarpp' ) . " <span class='yarpp_help' data-help='" . esc_attr( 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 are greatly appreciated.", 'yarpp' ), "<code>" . htmlspecialchars( sprintf( __( "Related posts brought to you by <a href='%s' title='WordPress Related Posts Plugin' target='_blank'>YARPP</a>.", 'yarpp' ), 'https://yarpp.com' ) )."</code>" ) ) . "'>&nbsp;</span>", 'yarpp' );
69
+ }
70
+ }
trunk/classes/YARPP_Meta_Box_Optin.php ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Meta_Box_Optin extends YARPP_Meta_Box {
4
+ public function display() {
5
+ $output =
6
+ '<p>'.
7
+ 'Enable the free <a href="https://yarpp.com" target="_blank">YARPP Pro enhancements</a> to add even '.
8
+ 'more power to your blog or website!'.
9
+ '<br/><br/>'.
10
+ '<a class="yarpp_switch_button button" data-go="pro">Turn them on now</a>&nbsp;&nbsp;'.
11
+ '<a href="https://yarpp.com" target="_blank" style="float:right;text-decoration:underline">Learn more</a>'.
12
+ '</p>'.
13
+ '<p>'.
14
+ 'We can continue to improve the YARPP product for you if we know how it&#39;s used. Please help us by '.
15
+ 'allowing usage data to be sent back.'.
16
+ '<br/>'.
17
+ '</p>'.
18
+ '<input
19
+ type="checkbox"
20
+ id="yarpp-optin"
21
+ name="optin"
22
+ value="true" '.
23
+ checked(yarpp_get_option('optin') == 1 ,true, false).' '.
24
+ '/>'.
25
+ '<label for="yarpp-optin">Send usage data back.</label>'.
26
+ '<a href="#" id="yarpp-optin-learnmore" style="float:right;text-decoration:underline">Learn More</a>'
27
+ ;
28
+ echo $output;
29
+ }
30
+ }
trunk/classes/YARPP_Meta_Box_Pool.php ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Meta_Box_Pool extends YARPP_Meta_Box {
4
+ public function exclude($taxonomy, $string) {
5
+ global $yarpp;
6
+
7
+ echo "<div class='yarpp_form_row yarpp_form_exclude'><div class='yarpp_form_label'>";
8
+ echo $string;
9
+ echo "</div><div class='yarpp_scroll_wrapper'><div class='exclude_terms' id='exclude_{$taxonomy}'>";
10
+
11
+ $exclude_tt_ids = wp_parse_id_list( yarpp_get_option( 'exclude' ) );
12
+ $exclude_term_ids = $yarpp->admin->get_term_ids_from_tt_ids($taxonomy, $exclude_tt_ids);
13
+ if ( count( $exclude_term_ids ) ) {
14
+ $terms = get_terms( $taxonomy, array( 'include' => $exclude_term_ids ) );
15
+ foreach ( $terms as $term ) {
16
+ echo "<input type='checkbox' name='exclude[{$term->term_taxonomy_id}]' id='exclude_{$term->term_taxonomy_id}' value='true' checked='checked' /> <label for='exclude_{$term->term_taxonomy_id}'>" . esc_html( $term->name ) . "</label> ";
17
+ }
18
+ }
19
+
20
+ echo "</div></div></div>";
21
+ }
22
+
23
+ public function display() {
24
+ global $yarpp;
25
+ $postTypeHelpMsg =
26
+ 'If you don&#39;t want one of these post types to display as related content, '.
27
+ 'uncheck the appropriate box in the &ldquo;Display Options&rdquo; panel below. Make sure you '.
28
+ 'click the &ldquo;Save Changes button&rdquo; at the bottom of this page.';
29
+
30
+ include(YARPP_DIR.'/includes/phtmls/yarpp_meta_box_pool.phtml');
31
+ }
32
+
33
+ }
trunk/classes/YARPP_Meta_Box_Relatedness.php ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class YARPP_Meta_Box_Relatedness extends YARPP_Meta_Box {
4
+ public function display() {
5
+ global $yarpp;
6
+ ?>
7
+ <p><?php _e( 'YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>.', 'yarpp' ); ?> <span class='yarpp_help' data-help="<?php echo esc_attr( __( 'The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post\'s related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site.', 'yarpp' ) ); ?>">&nbsp;</span></p>
8
+
9
+ <?php
10
+ $this->textbox( 'threshold', __( 'Match threshold:', 'yarpp' ) );
11
+ $this->weight( 'title', __( "Titles: ", 'yarpp' ) );
12
+ $this->weight( 'body', __( "Bodies: ", 'yarpp' ) );
13
+
14
+ foreach ( $yarpp->get_taxonomies() as $taxonomy ) {
15
+ $this->tax_weight( $taxonomy );
16
+ }
17
+
18
+ $this->checkbox( 'cross_relate', __( "Display results from all post types", 'yarpp' )." <span class='yarpp_help' data-help='" . esc_attr( __( "When \"display results from all post types\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc.", 'yarpp' ) ) . "'>&nbsp;</span>" );
19
+ $this->checkbox( 'past_only', __( "Show only previous posts?", 'yarpp' ) );
20
+ }
21
+ }
trunk/classes/YARPP_Widget.php ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Vaguely based on code by MK Safi
4
+ * http://msafi.com/fix-yet-another-related-posts-plugin-yarpp-widget-and-add-it-to-the-sidebar/
5
+ */
6
+ class YARPP_Widget extends WP_Widget {
7
+
8
+ public function __construct() {
9
+ parent::__construct(false, 'Related Posts (YARPP)', array('description' => 'Related Posts and/or Sponsored Content'));
10
+ wp_enqueue_style('yarppWidgetCss', YARPP_URL.'/style/widget.css');
11
+ }
12
+
13
+ public function widget($args, $instance) {
14
+ if (!is_singular()) return;
15
+
16
+ global $yarpp;
17
+ extract($args);
18
+
19
+ /* Compatibility with pre-3.5 settings: */
20
+ if (isset($instance['use_template'])) {
21
+ $instance['template'] = ($instance['use_template']) ? ($instance['template_file']) : false;
22
+ }
23
+
24
+ if ($yarpp->get_option('cross_relate')){
25
+ $instance['post_type'] = $yarpp->get_post_types();
26
+ } else if (in_array(get_post_type(), $yarpp->get_post_types())) {
27
+ $instance['post_type'] = array(get_post_type());
28
+ } else {
29
+ $instance['post_type'] = array('post');
30
+ }
31
+
32
+ $title = apply_filters('widget_title', $instance['title']);
33
+ $output = $before_widget;
34
+ if (!$instance['template']) {
35
+ $output .= $before_title;
36
+ $output .= $title;
37
+ $output .= $after_title;
38
+ }
39
+ $instance['domain'] = 'widget';
40
+ $output .= $yarpp->display_related(null, $instance, false);
41
+ $output .= $after_widget;
42
+ echo $output;
43
+ }
44
+
45
+ public function update($new_instance, $old_instance) {
46
+ $instance = array(
47
+ 'template' => false,
48
+ 'title' => $new_instance['title'],
49
+ 'thumbnails_heading' => $new_instance['thumbnails_heading'],
50
+ 'use_pro' => false,
51
+ 'pro_dpid' => null,
52
+ 'promote_yarpp' => false,
53
+ );
54
+
55
+ if ($new_instance['use_template'] === 'thumbnails') $instance['template'] = 'thumbnails';
56
+ else if ($new_instance['use_template'] === 'custom' ) $instance['template'] = $new_instance['template_file'];
57
+
58
+ return $instance;
59
+ }
60
+
61
+ public function form($instance) {
62
+ global $yarpp;
63
+ $id = rtrim($this->get_field_id(null), '-');
64
+ $instance = wp_parse_args(
65
+ $instance,
66
+ array(
67
+ 'title' => 'Related Posts (YARPP)',
68
+ 'thumbnails_heading' => $yarpp->get_option('thumbnails_heading'),
69
+ 'template' => false,
70
+ 'use_pro' => false,
71
+ 'pro_dpid' => null,
72
+ 'promote_yarpp' => false,
73
+ )
74
+ );
75
+
76
+ /* TODO: Deprecate
77
+ * Compatibility with pre-3.5 settings
78
+ */
79
+ if (isset($instance['use_template'])) $instance['template'] = $instance['template_file'];
80
+
81
+ $choice = ($instance['template']) ? (($instance['template'] === 'thumbnails') ? 'thumbnails' : 'custom') : 'builtin';
82
+
83
+ /* Check if YARPP templates are installed */
84
+ $templates = $yarpp->get_templates();
85
+
86
+ if (!$yarpp->diagnostic_custom_templates() && $choice === 'custom') $choice = 'builtin';
87
+
88
+ include(YARPP_DIR.'/includes/phtmls/yarpp_widget_form.phtml');
89
+ }
90
+ }
91
+
92
+ /**
93
+ * @since 2.0 Add as a widget
94
+ */
95
+ function yarpp_widget_init() {
96
+ register_widget('YARPP_Widget');
97
+ }
98
+
99
+ add_action('widgets_init', 'yarpp_widget_init');
trunk/default.png ADDED
Binary file
trunk/default_small.png ADDED
Binary file
trunk/images/default.png ADDED
Binary file
trunk/images/default_small.png ADDED
Binary file
trunk/images/icon-256x256.png ADDED
Binary file
trunk/images/sprites-2x.png ADDED
Binary file
trunk/images/sprites.png ADDED
Binary file
trunk/images/template-buttons-2x.png ADDED
Binary file
trunk/images/yarpp-icon.svg ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="145px" height="191px" viewBox="0 0 145 191" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>mark</title>
4
+ <defs></defs>
5
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
6
+ <g id="mark" transform="translate(1.000000, 0.000000)" fill="#000000" fill-rule="nonzero">
7
+ <g id="coffee" transform="translate(71.500000, 120.703704) scale(-1, 1) rotate(-180.000000) translate(-71.500000, -120.703704) translate(0.000000, 51.703704)">
8
+ <path d="M42.8605706,136.08228 C32.8383705,134.783388 25.4669697,132.899997 20.7463681,130.432103 L17.3693225,127.801849 L17.6961333,113.286738 C17.9140072,99.3561292 17.9140072,98.6742113 15.626331,96.8232912 C9.85267229,92.1472827 0,79.2639855 0,68.5481325 C0,63.190206 1.55910743,60.0622836 4.82721619,54.4121066 C7.00595535,50.8076833 13.5249703,45.5370334 14.7232769,44.5628649 C17.0109529,43.0041953 18.4586919,44.1303138 17.6961333,33.1222102 C16.8246376,19.386435 16.0620789,17.4285621 24.0144768,12.8499703 C34.7992358,6.61529219 42.7516337,3.59536997 52.7738339,1.7444499 C76.6310277,-2.44447446 113.342783,1.25736568 126.30628,9.14813017 C133.931868,13.9215556 136.546355,16.844061 136.546355,20.9355684 C140.468085,87.8934137 142.537888,121.85942 142.755761,122.833589 C143.191509,125.074177 142.755761,125.658677 139.160842,127.314764 C134.040804,129.652769 127.831398,130.821771 106.588691,133.354609 C97.6558607,134.426194 87.0889758,135.692613 83.1672452,136.277114 C74.5612255,137.446116 52.55596,137.348699 42.8605706,136.08228 Z M84.5302734,132.078704 C90.2338167,131.384856 99.0983213,130.250086 109.038086,129.19345 C123.269589,127.025504 135.419901,125.626331 136.052413,123.330859 C136.26325,122.693228 123.934295,120.974239 120.350064,119.826503 C114.130371,117.786084 102.282696,120.185881 90.3749197,122.413563 C78.5049292,124.634175 65.4563408,123.330859 57.2545987,123.330859 C57.2545987,123.330859 52.4754466,122.523193 42.9171425,120.907861 C34.8760316,119.548931 36.2210561,119.122494 30.0013622,121.800545 C26.4171319,123.458385 23.2545757,125.243752 23.1491572,126.00891 C23.1491572,126.646541 23.4436238,128.461522 26.4171319,129.962221 C30.7587891,132.153411 43.5141602,132.441008 54.7143555,132.987395 C63.4858398,132.987395 78.8267301,132.772551 84.5302734,132.078704 Z M39.8706761,116.766844 C44.1268856,115.725876 53.6774041,114.21174 61.1517228,113.360038 C78.7994201,111.372734 134.960621,119.511215 135.168241,119.227315 C135.375861,119.038049 134.441571,54.1194625 131.327272,29.7040177 C129.873932,18.9157978 129.354882,17.9694627 122.088183,13.4270544 C110.461465,6.04564084 74.5432107,2.73346808 53.365974,6.9919759 C42.9849757,9.07391307 36.7563767,11.7236513 27.4134781,17.6855623 L22.2811694,21.5880854 L23.5725088,121.309253 L39.8706761,116.766844 Z M17.5997043,65.8013821 C17.5997043,50.8200023 18.1706592,50.7529753 17.5997043,50.7529753 C14.2258377,50.7529753 10.6869946,53.2086296 7.93345172,57.6428564 C5.8104668,61.0616507 5.50346166,65.6301628 5.50346166,67.2280714 C5.50346166,78.0260213 10.8676018,86.5101525 17.5997043,86.5101525 C17.5997043,86.5101525 17.5997043,79.607229 17.5997043,65.8013821 Z" id="mug" stroke="#000000"></path>
9
+ <g id="Face" transform="translate(50.942850, 60.400797)">
10
+ <path d="M62.160778,33.5475835 C58.4082262,26.6041533 60.1139316,19.0295022 64.8899066,19.0295022 C67.6190353,19.0295022 70.6893049,21.554386 71.7127282,24.7104906 C74.1007157,31.0226999 65.2310478,39.2285718 62.160778,33.5475835 Z" id="Shape"></path>
11
+ <path d="M2.10303837,34.0061906 C-1.64951349,27.0627603 0.0561919019,19.4881092 4.832167,19.4881092 C7.56129563,19.4881092 10.6315653,22.0129929 11.6549885,25.1690976 C14.0429761,31.4813068 5.17330808,39.6871789 2.10303837,34.0061906 Z" id="Shape"></path>
12
+ <path d="M31.2744481,13.4867788 C22.3526728,9.75718844 22.3526728,6.85639597 31.6992946,2.91960618 C42.1080324,-1.22438307 54.6410025,-0.809984147 59.1018902,3.74840403 C62.2882385,7.47799435 62.2882385,7.89239328 58.8894669,10.7931858 C53.1540399,15.7659729 39.3465305,17.0091696 31.2744481,13.4867788 Z M34.976751,7.90748093 C31.9007499,10.1104937 36.6921961,10.3294258 44.7947408,9.91788078 C56.0107659,9.20199741 56.1391309,4.42943021 44.7105432,4.91244623 C39.9559268,5.04429429 35.7457513,7.35672775 34.976751,7.90748093 Z" id="Shape"></path>
13
+ </g>
14
+ </g>
15
+ <g id="Steam" transform="translate(59.000000, 0.000000)">
16
+ <path d="M4.16072763,0 C3.8378459,2.63060705 3.63689662,5.30305159 3.55986302,7.99095841 C3.50399,11.7470679 4.34571573,15.3721626 5.88012483,17.9837251 C6.89080993,19.79566 7.8953323,21.6238698 8.89369196,23.4683544 C9.94816663,25.3544895 10.6511261,27.7615875 10.9088994,30.3688969 C11.2199644,33.5056623 10.7257443,36.7238795 9.55926508,39.1573237 C8.32730672,41.7867086 6.67010618,43.6939485 4.8078126,44.6256781 L4.16072763,45 C4.54897862,43.79566 4.91874145,42.6889692 5.26077208,41.5660036 C5.72297563,40.0524412 6.18517917,38.5388789 6.61040644,36.9764919 C7.10981843,35.2326056 7.05009434,33.1543735 6.45325723,31.5081374 C6.2293797,30.9214149 5.97231446,30.3761351 5.68599934,29.880651 C4.66915153,28.0415914 3.62457152,26.2676311 2.63545592,24.4122966 C1.45178454,22.2681987 0.62382925,19.5948547 0.241241542,16.681736 C-0.438989396,11.7709757 0.340504342,6.58788172 2.31191343,2.91320073 C2.76487291,2.01808319 3.30102903,1.28571429 3.80020887,0.455696202 L4.06828692,5.05924416e-15 L4.16072763,0 Z" id="Shape"></path>
17
+ <path d="M42,22.2784335 C41.5087566,23.247748 41.0367776,24.1755205 40.5551664,25.1586823 C40.1845249,25.9527384 39.8622545,26.7913079 39.591944,27.6650528 C39.2956943,28.8926755 39.2292571,30.2107229 39.3992994,31.4869214 C39.5437829,33.4255504 39.7267951,35.3641795 39.8038529,37.3028085 C39.8563132,38.9567993 39.5167155,40.587414 38.8406305,41.9278235 C38.0105027,43.6950754 36.6602155,44.8138092 35.1803853,44.9603932 C33.720005,45.1484608 32.2558855,44.6634774 31,43.5756581 L31.1348511,43.4094899 C32.0980736,42.4955649 33.1287215,41.5954871 34.1015762,40.6400199 C34.7603771,40.0681104 35.0780935,38.9403296 34.8817863,37.8705499 C34.5399208,35.5070657 34.3752325,33.0977166 34.390543,30.683775 C34.5530247,26.3626272 36.7924318,22.7913004 39.765324,22.1122653 C40.4194081,21.9625782 41.0858457,21.9625782 41.7399299,22.1122653 L41.8844134,22.1122653 L42,22.2784335 Z" id="Shape"></path>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </svg>
trunk/includes/init_functions.php ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function yarpp_init() {
4
+ global $yarpp;
5
+ $yarpp = new YARPP;
6
+ }
7
+
8
+ function yarpp_plugin_activate($network_wide) {
9
+ update_option('yarpp_activated', true);
10
+ }
11
+
12
+ function yarpp_set_option($options, $value = null) {
13
+ global $yarpp;
14
+ $yarpp->set_option($options, $value);
15
+ }
16
+
17
+ function yarpp_get_option($option = null) {
18
+ global $yarpp;
19
+ return $yarpp->get_option($option);
20
+ }
trunk/includes/optin_notice.js.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <script type='text/javascript'>
2
+ jQuery(function($){
3
+ $(document.body).on('click', '#yarpp-optin-button', function(){
4
+ $(this).closest('p').find('.button').attr('disabled',true);
5
+ $('#yarpp-optin').attr('checked', true);
6
+ $.ajax({
7
+ type:'POST',
8
+ url : ajaxurl,
9
+ data: {
10
+ action: 'yarpp_optin_<?php echo $optinAction?>',
11
+ '_ajax_nonce': $('#yarpp_optin-nonce').val()
12
+ },
13
+ success: yarppRedirectAdmin
14
+ });
15
+ });
16
+ });
17
+
18
+ function yarppRedirectAdmin(resp){
19
+ if (resp === 'ok'){
20
+ window.location.href = 'options-general.php?page=yarpp';
21
+ }
22
+ }
23
+ </script>
trunk/includes/phtmls/yarpp_meta_box_beforeafter.phtml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="yarpp_form_row yarpp_form_textbox <?php echo $class ?>">
2
+ <div class="yarpp_form_label">
3
+ <?php echo $desc ?>
4
+ </div>
5
+ <div>
6
+ <?php $value = esc_attr(yarpp_get_option($options[0])) ?>
7
+ <input
8
+ name="<?php echo $options[0] ?>"
9
+ type="text"
10
+ id="<?php echo $options[0] ?>"
11
+ value="<?php echo $value ?>"
12
+ size="<?php echo $size ?>"
13
+ />
14
+ <span class="yarpp_divider">/</span>
15
+ <?php $value = esc_attr(yarpp_get_option($options[1])) ?>
16
+ <input
17
+ name="<?php echo $options[1] ?>"
18
+ type="text"
19
+ id="<?php echo $options[1] ?>"
20
+ value="<?php echo $value ?>"
21
+ size="<?php echo $size ?>"
22
+ />
23
+ <?php if($note): ?>
24
+ &nbsp;<em><small><?php echo $note ?></small></em>
25
+ <?php endif ?>
26
+ </div>
27
+ </div>
trunk/includes/phtmls/yarpp_meta_box_checkbox.phtml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="yarpp_form_row yarpp_form_checkbox <?php echo $class ?>">
2
+ <div scope="row">
3
+ <input
4
+ type="checkbox"
5
+ name="<?php echo $option ?>"
6
+ id="yarpp-<?php echo $option ?>"
7
+ value="true"
8
+ <?php checked(yarpp_get_option($option)) ?>
9
+ />
10
+ <label for="yarpp-<?php echo $option ?>"><?php echo $desc ?></label>
11
+ </div>
12
+ </div>
trunk/includes/phtmls/yarpp_meta_box_pool.phtml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <p>
2
+ <?php
3
+ _e(
4
+ '"The Pool" refers to the pool of posts and pages that are candidates for display as related to the current entry.',
5
+ 'yarpp'
6
+ )
7
+ ?>
8
+ </p>
9
+
10
+ <?php
11
+ foreach ($yarpp->get_taxonomies() as $taxonomy) {
12
+ $this->exclude($taxonomy->name, sprintf(__('Disallow by %s:', 'yarpp'), $taxonomy->labels->singular_name));
13
+ }
14
+ $this->checkbox('show_pass_post', __('Show password protected posts?', 'yarpp'));
15
+
16
+ $recent = yarpp_get_option('recent');
17
+ if ((bool) $recent) {
18
+ list($recent_number, $recent_units) = explode(' ', $recent);
19
+ } else {
20
+ $recent_number = 12;
21
+ $recent_units = 'month';
22
+ }
23
+
24
+ $recent_number = '<input name="recent_number" type="text" id="recent_number" value="'.esc_attr($recent_number).'" size="2" />';
25
+
26
+ $recent_units =
27
+ '<select name="recent_units" id="recent_units" style="vertical-align:inherit">'.
28
+ '<option value="day" ' .(($recent_units === 'day') ? 'selected' : null).'>'.__('day(s)', 'yarpp').'</option>'.
29
+ '<option value="week" ' .(($recent_units === 'week') ? 'selected' : null).'>'.__('week(s)', 'yarpp').'</option>'.
30
+ '<option value="month" '.(($recent_units === 'month') ? 'selected' : null).'>'.__('month(s)', 'yarpp').'</option>'.
31
+ '</select>';
32
+ ?>
33
+
34
+ <div class='yarpp_form_row yarpp_form_checkbox'>
35
+ <div>
36
+ <input type='checkbox' name='recent_only' value='true' <?php checked((bool) $recent) ?> />
37
+ <?php echo str_replace('NUMBER', $recent_number, str_replace('UNITS', $recent_units, __("Show only posts from the past NUMBER UNITS", 'yarpp'))); ?>
38
+ </div>
39
+ </div>
trunk/includes/phtmls/yarpp_meta_box_tax_weight.phtml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="yarpp_form_row yarpp_form_select">
2
+ <div class="yarpp_form_label">
3
+ <?php echo $taxonomy->labels->name ?>:
4
+ </div>
5
+ <div>
6
+ <select name=weight[tax][<?php echo $taxonomy->name ?>]">
7
+ <option value="no" <?php echo ((!$weight && !$require) ? 'selected' : null) ?> >
8
+ <?php _e("do not consider", "yarpp") ?>
9
+ </option>
10
+ <option value="consider" <?php echo (($weight == 1 && !$require) ? 'selected' : null) ?> >
11
+ <?php _e("consider", "yarpp") ?>
12
+ </option>
13
+ <option value="consider_extra" <?php echo (($weight > 1 && !$require) ? 'selected' : null) ?> >
14
+ <?php _e("consider with extra weight", "yarpp") ?>
15
+ </option>
16
+ <option value="require_one" <?php echo (($require == 1) ? 'selected' : null) ?>>
17
+ <?php echo sprintf(__("require at least one %s in common", "yarpp"), $taxonomy->labels->singular_name) ?>
18
+ </option>
19
+ <option value="require_more" <?php echo (($require == 2) ? 'selected' : null) ?>>
20
+ <?php echo sprintf(__("require more than one %s in common", "yarpp"), $taxonomy->labels->singular_name) ?>
21
+ </option>
22
+ </select>
23
+ </div>
24
+ </div>
trunk/includes/phtmls/yarpp_meta_box_template_checkbox.phtml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $customHelp = null;
3
+ if (!$this->yarpp->diagnostic_custom_templates()) {
4
+ $customHelp = __('This option is disabled because no YARPP templates were found in your theme.', 'yarpp');
5
+ }
6
+ if ($this->offer_copy_templates()) {
7
+ $customHelp .=
8
+ ' '.__('Would you like to copy some sample templates bundled with YARPP into your theme?', 'yarpp').
9
+ '<input type="button" class="button button-small yarpp_copy_templates_button" value="'.esc_attr(__('Copy Templates', 'yarpp')).'"/>';
10
+ }
11
+ ?>
12
+
13
+ <div class="yarpp_form_row yarpp_form_template_buttons <?php echo $class ?>">
14
+
15
+ <div data-value="builtin" class="yarpp_template_button <?php echo $builtIn ?>">
16
+ <div class="image"></div>
17
+ <div class="label"><?php _e('List', 'yarpp') ?></div>
18
+ </div>
19
+
20
+ <div
21
+ data-value="thumbnails"
22
+ class="yarpp_template_button <?php echo $thumbnails ?> <?php echo $diagPostThumbs ?>"
23
+ <?php if (!$this->yarpp->diagnostic_post_thumbnails()): ?>
24
+ data-help="<?php echo esc_attr(__('This option is disabled because your theme does not support post thumbnails.', 'yarpp'))?>"
25
+ <?php endif ?>
26
+ >
27
+ <div class="image"></div>
28
+ <div class="label"><?php _e('Thumbnails', 'yarpp') ?></div>
29
+ </div>
30
+
31
+ <div
32
+ data-value="custom"
33
+ class="yarpp_template_button <?php echo $custom ?> <?php echo $diagCustTemplt ?>"
34
+ <?php if($customHelp): ?>
35
+ data-help="<?php echo esc_attr($customHelp) ?>"
36
+ <?php endif ?>
37
+ >
38
+ <div class="image"></div>
39
+ <div class="label"><?php _e('Custom', 'yarpp') ?></div>
40
+ </div>
41
+
42
+ <input
43
+ type="hidden"
44
+ name="<?php echo $pre ?>use_template"
45
+ id="yarpp-<?php echo $pre ?>use_template"
46
+ class="use_template" value="<?php echo $choice ?>"
47
+ />
48
+
49
+ </div>
trunk/includes/phtmls/yarpp_meta_box_template_file.phtml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $options = null;
3
+ foreach ($this->yarpp->get_templates() as $template) {
4
+ $options .= '<option value="'.esc_attr($template['basename']).'"'.selected($template['basename'], $chosen_template, false);
5
+ foreach ($template as $key => $value) {
6
+ $options .= ' data-'.$key.'="'.esc_attr($value).'"';
7
+ }
8
+ $options .= '>'.esc_html($template['name']).'</option>';
9
+ }
10
+ ?>
11
+
12
+ <div class="yarpp_form_row yarpp_form_template_file <?php echo $class ?>">
13
+ <div class="yarpp_form_label">
14
+ <?php _e('Template file:', 'yarpp') ?>
15
+ </div>
16
+ <div>
17
+
18
+ <select name="<?php echo $pre ?>template_file" id="<?php echo $pre ?>template_file">
19
+ <?php echo $options ?>
20
+ </select>
21
+
22
+ <p class="template_file_wrap">
23
+ <span id="<?php echo $pre ?>template_file"></span>
24
+ </p>
25
+
26
+ <p class="template_author_wrap">
27
+ <?php _e( 'Author:' ) ?> <span id="<?php echo $pre ?>template_author"></span>
28
+ </p>
29
+
30
+ <p class="template_description_wrap">
31
+ <span id="<?php echo $pre ?>template_description"></span>
32
+ </p>
33
+ </div>
34
+ </div>
trunk/includes/phtmls/yarpp_meta_box_textbox.phtml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="yarpp_form_row yarpp_form_textbox <?php echo $class ?>">
2
+ <div class="yarpp_form_label">
3
+ <?php echo $desc ?>
4
+ </div>
5
+ <div>
6
+
7
+ <input
8
+ name="<?php echo $option ?>"
9
+ type="text" id="<?php echo $option ?>"
10
+ value="<?php echo $value ?>"
11
+ size="<?php echo $size ?>"
12
+ />
13
+
14
+ <?php if ($note): ?>
15
+ &nbsp;<em><small><?php echo $note ?></small></em><br/>
16
+ <?php endif ?>
17
+
18
+ </div>
19
+ </div>
trunk/includes/phtmls/yarpp_options.phtml ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="wrap">
2
+ <?php include(YARPP_DIR.'/includes/phtmls/yarpp_settings_header.phtml') ?>
3
+
4
+ <div id="yarpp_switch_container">
5
+ <ul id="yarpp_switch_tabs">
6
+ <li>
7
+ <a href="options-general.php?page=yarpp&mode=basic">YARPP Basic</a>
8
+ </li>
9
+ </ul>
10
+
11
+ <div class="yarpp_switch_content">
12
+ <p>
13
+ The settings bellow allow you to configure the Basic version of Yet Another Related Post Plugin (YARPP).
14
+ </p>
15
+ </div>
16
+ </div>
17
+
18
+ <form method="post">
19
+
20
+ <div id="poststuff" class="metabox-holder has-right-sidebar">
21
+
22
+ <?php if (!$yarpp->get_option('rss_display')): ?>
23
+ <style>
24
+ .rss_displayed {
25
+ display: none;
26
+ }
27
+ </style>
28
+ <?php endif ?>
29
+
30
+ <!-- Side column -->
31
+ <div class="inner-sidebar" id="side-info-column">
32
+ <?php do_meta_boxes('settings_page_yarpp', 'side', array()) ?>
33
+ </div>
34
+
35
+ <!-- Main Content -->
36
+
37
+ <div id="post-body-content">
38
+ <?php do_meta_boxes('settings_page_yarpp', 'normal', array()) ?>
39
+ </div>
40
+
41
+ <script>
42
+ var spinner = '<?php echo esc_url(admin_url('images/spinner-2x.gif')) ?>',
43
+ loading = '<img height="20px" width="20px" class="loading" src="'+spinner+'" alt="loading..."/>';
44
+ </script>
45
+
46
+ <div>
47
+ <input type="submit" class='button-primary' name="update_yarpp" value="<?php _e('Save Changes')?>" />
48
+ <?php wp_nonce_field( 'update_yarpp', 'update_yarpp-nonce' ); ?>
49
+ </div>
50
+
51
+ </div><!--#poststuff-->
52
+
53
+ </form>
54
+
55
+ </div>
trunk/includes/phtmls/yarpp_pro_options.phtml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="wrap">
2
+ <?php include(YARPP_DIR.'/includes/phtmls/yarpp_settings_header.phtml') ?>
3
+
4
+ <div id="yarpp_switch_container">
5
+ <ul id="yarpp_switch_tabs">
6
+ <li class="<?php echo (($switch) ? null : 'disabled')?>">
7
+ <a href="options-general.php?page=yarpp&mode=basic">YARPP Basic</a>
8
+ </li>
9
+ <li class="<?php echo (($switch) ? 'disabled': null)?>">
10
+ <a href="options-general.php?page=yarpp&mode=pro">YARPP Pro</a>
11
+ </li>
12
+ </ul>
13
+ <div class="yarpp_switch_content">
14
+ <p>
15
+ <?php if ($yarpp->yarppPro['active']): ?>
16
+ Welcome to your <strong>YARPP Pro</strong> dashboard! Here you have access to the most powerful features of YARPP.
17
+ <?php wp_nonce_field( 'yarpp_switch', 'yarpp_switch-nonce' ); ?>
18
+ <a
19
+ class="yarpp_switch_button button to_corner" data-go="basic">
20
+ Deactivate &nbsp;<strong>YARPP Pro</strong>&nbsp;
21
+ </a>
22
+ <?php else: ?>
23
+ <strong>Access more powerful features by activating YARPP Pro!</strong>
24
+ <?php endif ?>
25
+ <br/>
26
+ <ul>
27
+ <li>
28
+ Earn money from sponsored content
29
+ <br/>
30
+ <em>(now available as a flexible sidebar widget!)</em>
31
+ </li>
32
+ <li>Pull related content from multiples sites</li>
33
+ </ul>
34
+ <ul>
35
+ <li>Easily customize thumbnail layout</li>
36
+ <li>Get detailed traffic reports</li>
37
+ </ul>
38
+ </p>
39
+
40
+ <div class="clear"></div>
41
+
42
+ <?php if (!$yarpp->yarppPro['active']): ?>
43
+ <p>
44
+ <a
45
+ class="yarpp_switch_button button-primary" data-go="pro">
46
+ Activate <strong>YARPP Pro</strong> Now
47
+ </a>
48
+ </p>
49
+ <?php endif ?>
50
+
51
+ <div class="clear"></div>
52
+ </div>
53
+ </div>
54
+
55
+ <?php if ($yarpp->yarppPro['active']): ?>
56
+
57
+ <div class="yarpp_switch_content">
58
+ <div id="yarpp-display-mode">
59
+ Automatically display related and/or sponsored content from <strong>YARPP Pro</strong> on: &nbsp;&nbsp;
60
+ <?php
61
+ $types_url = plugins_url('/', dirname(__FILE__)).'yarpp_pro_set_display_types.php';
62
+ $post_types = $yarpp->yarppPro['auto_display_post_types'];
63
+ foreach ($yarpp->get_post_types('objects') as $post_type):
64
+ $checked = checked(in_array( $post_type->name, $post_types), true, false);
65
+ ?>
66
+ <input
67
+ type="checkbox"
68
+ id="yarpp_post_type_post"
69
+ name="types[]"
70
+ value="<?php echo $post_type->name ?>"
71
+ data-href="<?php echo $types_url ?>"
72
+ <?php echo $checked ?>
73
+ />
74
+ <label for="yarpp_post_type_post"> <?php echo $post_type->labels->name ?></label>
75
+ <?php endforeach ?>
76
+
77
+ <a href="<?php echo $types_url ?>" id="yarpp-display-mode-save" class="button-primary" style="vertical-align:middle">
78
+ Save Changes
79
+ </a>
80
+ <br/>
81
+ <br/>
82
+ <span>
83
+ To display in the sidebar, add a &nbsp;<em>&ldquo;Related Posts (YARPP)&rdquo;</em>&nbsp;
84
+ widget and select &nbsp<em>&ldquo;YARPP Pro&rdquo;</em>&nbsp; from the drop-down setting of the widget options.
85
+ Widgets are located under &nbsp;<a href="widgets.php">&ldquo;Appearance&rdquo; > &ldquo;Widgets&rdquo;</a>.
86
+ </span>
87
+ </div>
88
+ </div>
89
+
90
+ <script>jQuery("#screen-options-link-wrap").hide();</script>
91
+ <?php endif ?>
92
+ </div>
trunk/includes/phtmls/yarpp_pro_tag.phtml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <script>
2
+ var aid = '<?php echo $this->yarppPro['aid'] ?>',
3
+ v = '<?php echo $this->yarppPro['v'] ?>',
4
+ credomain = 'adkengage.com',
5
+ ru = '<?php echo $ru ?>';
6
+ document.write('<sc'+'ript type=\"text/javascript\" src=\"http://'+ credomain +'/Scripts/CREReqScript.js\"></sc'+'ript>');
7
+ </script>
trunk/includes/phtmls/yarpp_pro_tag_ssp.phtml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <div id="adkengage_ssp_div"></div>
2
+ <script
3
+ type="text/javascript"
4
+ src="http://adkengage.com/pshandler.js?aid=<?php echo $aid ?>&v=<?php echo $v ?>&dpid=<?php echo $dpid ?>&ru=<?php echo $ru ?>"
5
+ >
6
+ </script>
trunk/includes/phtmls/yarpp_settings_header.phtml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <div>
2
+ <h2>
3
+ <?php _e('Yet Another Related Posts Plugin Options','yarpp');?>
4
+ <small>
5
+ <?php echo apply_filters('yarpp_version_html', esc_html(get_option('yarpp_version'))) ?>
6
+ </small>
7
+ </h2>
8
+ </div>
trunk/includes/phtmls/yarpp_widget_form.phtml ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="yarpp-widget-settings-switch">
2
+ <p>
3
+ <label for="<?php echo $this->get_field_id('use_yarpp_pro') ?>">Display widget using </label>
4
+ <select
5
+ class="yarpp-mode-switch"
6
+ name="<?php echo $this->get_field_name('use_pro') ?>"
7
+ <?php echo ($yarpp->yarppPro['active']) ? null : 'disabled' ?>>
8
+ <option value="0" <?php echo selected($instance['use_pro']) ?>>Yarpp Basic</option>
9
+ <option value="1" <?php echo selected($instance['use_pro']) ?>>Yarpp Pro</option>
10
+ </select>
11
+
12
+ <?php if (!$yarpp->yarppPro['active']): ?>
13
+ <div class="yarpp_pro_msg">
14
+ <p>
15
+ <strong>YARPP Pro is not active!</strong>
16
+ <br/>
17
+ Take advantage of YARPP Pro&apos;s enhanced features by creating your free account today.
18
+ </p>
19
+ <a href="options-general.php?page=yarpp&mode=pro" class="button" style="width: 100%; text-align: center">
20
+ Take me to YARPP Pro setting&apos;s page
21
+ </a>
22
+ </div>
23
+ <?php endif ?>
24
+
25
+ </p>
26
+
27
+ <div class="yarpp-widget-pro-settings" style="display: <?php echo ($instance['use_pro']) ? 'block' : 'none' ?>">
28
+ <p>
29
+ To show relevant sponsored content in this sidebar, copy and paste the correct Widget ID from your YARPP Pro dashboard.
30
+ <br/>
31
+ <br/>
32
+ <label>Widget ID: </label>
33
+ <input
34
+ type="text"
35
+ id="<?php echo $this->get_field_id('use_yarpp_pro_dpid') ?>"
36
+ name="<?php echo $this->get_field_name('pro_dpid') ?>"
37
+ value="<?php echo esc_attr($instance['pro_dpid']) ?>"
38
+ />
39
+ <span class="yarpp_help">
40
+ <span class="yarpp_help_msg">
41
+ Create an account through the “YARPP Pro” tab on the “Settings” page, create your widget style,
42
+ and click “Get Code” to find your Widget ID.
43
+ </span>
44
+ </span>
45
+ </p>
46
+ </div>
47
+
48
+ <div class="yarpp-widget-basic-settings" style="display: <?php echo ($instance['use_pro']) ? 'none' : 'block' ?>">
49
+ <p class='yarpp-widget-type-control'>
50
+ <label style="padding-right: 10px; display: inline-block;" for="<?php echo $this->get_field_id('use_template_builtin'); ?>">
51
+ <input
52
+ type="radio"
53
+ id="<?php echo $this->get_field_id('use_template_builtin'); ?>"
54
+ name="<?php echo $this->get_field_name('use_template'); ?>"
55
+ value="builtin" <?php checked($choice === 'builtin' ) ?>
56
+ />
57
+ <?php _e("List",'yarpp'); ?>
58
+ </label>
59
+ <br/>
60
+ <label style="padding-right: 10px; display: inline-block;" for="<?php echo $this->get_field_id('use_template_thumbnails'); ?>">
61
+ <input
62
+ type="radio"
63
+ id="<?php echo $this->get_field_id('use_template_thumbnails'); ?>"
64
+ name="<?php echo $this->get_field_name('use_template'); ?>"
65
+ value="thumbnails" <?php checked($choice === 'thumbnails') ?>
66
+ />
67
+ <?php _e("Thumbnails", 'yarpp'); ?>
68
+ </label>
69
+ <br/>
70
+ <label style="padding-right: 10px; display: inline-block;" for="<?php echo $this->get_field_id('use_template_custom'); ?>">
71
+ <input
72
+ type="radio"
73
+ id="<?php echo $this->get_field_id('use_template_custom'); ?>"
74
+ name="<?php echo $this->get_field_name('use_template'); ?>"
75
+ value="custom" <?php checked($choice === 'custom'); disabled(!count($templates)); ?>
76
+ />
77
+ <?php _e("Custom", 'yarpp'); ?>
78
+ </label>
79
+ </p>
80
+ <p>
81
+ <label for="<?php echo $this->get_field_id('title') ?>">
82
+ <?php _e('Title:'); ?>
83
+ <input
84
+ type="text"
85
+ class="widefat"
86
+ id="<?php echo $this->get_field_id('title') ?>"
87
+ name="<?php echo $this->get_field_name('title') ?>"
88
+ value="<?php echo esc_attr($instance['title']) ?>"/>
89
+ </label>
90
+ </p>
91
+ <p>
92
+ <label for="<?php echo $this->get_field_id('thumbnails_heading') ?>">
93
+ <?php _e('Heading:', 'yarpp') ?>
94
+ <input
95
+ type="text"
96
+ class="widefat"
97
+ id="<?php echo $this->get_field_id('thumbnails_heading') ?>"
98
+ name="<?php echo $this->get_field_name('thumbnails_heading') ?>"
99
+ value="<?php echo esc_attr($instance['thumbnails_heading']) ?>"/>
100
+ </label>
101
+ </p>
102
+ <p>
103
+ <label for="<?php echo $this->get_field_id('template_file'); ?>">
104
+ <?php _e("Template file:",'yarpp');?>
105
+ </label>
106
+ <select name="<?php echo $this->get_field_name('template_file'); ?>" id="<?php echo $this->get_field_id('template_file'); ?>">
107
+ <?php foreach ($templates as $template): ?>
108
+ <option value='<?php echo esc_attr($template['basename']); ?>' <?php selected($template['basename'], $instance['template']);?>>
109
+ <?php echo esc_html($template['name']); ?>
110
+ </option>
111
+ <?php endforeach; ?>
112
+ </select>
113
+ </p>
114
+ <br/>
115
+ </div>
116
+ </div>
117
+
118
+ <script type="text/javascript">
119
+ jQuery(function($) {
120
+ $('.yarpp-widget-type-control','#wpbody').each(ensureTemplateChoice);
121
+ $('.yarpp-widget-type-control input','#wpbody').on('change', ensureTemplateChoice);
122
+ $('.yarpp-widget-settings-switch .yarpp-mode-switch', '#wpbody').on('change', makeTheSwitch);
123
+
124
+ function ensureTemplateChoice(e) {
125
+ if (typeof e === 'object' && 'type' in e) e.stopImmediatePropagation();
126
+ var this_form = $(this).closest('form'),
127
+ widget_id = this_form.find('.widget-id').val();
128
+ // if this widget is just in staging:
129
+ if (/__i__$/.test(widget_id)) return;
130
+ var builtin = !! $('#widget-'+widget_id+'-use_template_builtin').prop('checked'),
131
+ thumbnails = !! $('#widget-'+widget_id+'-use_template_thumbnails').prop('checked'),
132
+ custom = !! $('#widget-'+widget_id+'-use_template_custom').prop('checked');
133
+ $('#widget-'+widget_id+'-title').closest('p').toggle(builtin);
134
+ $('#widget-'+widget_id+'-thumbnails_heading').closest('p').toggle(thumbnails);
135
+ $('#widget-'+widget_id+'-template_file').closest('p').toggle(custom);
136
+ }
137
+
138
+ function makeTheSwitch(e){
139
+ if (typeof e === 'object' && 'type' in e) e.stopImmediatePropagation();
140
+ var $context = $(this).closest('.yarpp-widget-settings-switch');
141
+ if ($(this).val() === '1') {
142
+ $('.yarpp-widget-basic-settings', $context).fadeOut('fast',function(){
143
+ $('.yarpp-widget-pro-settings', $context).fadeIn('fast');
144
+ });
145
+ } else {
146
+ $('.yarpp-widget-pro-settings', $context).fadeOut('fast',function(){
147
+ $('.yarpp-widget-basic-settings', $context).fadeIn('fast');
148
+ });
149
+ }
150
+ }
151
+ });
152
+ </script>
trunk/includes/related_functions.php ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*---------------------------------------------------------------------------------------------------------------------
3
+ Here are the related_WHATEVER functions, as introduced in 1.1.
4
+ Since YARPP 2.1, these functions receive (optionally) one array argument.
5
+ ----------------------------------------------------------------------------------------------------------------------*/
6
+
7
+ function yarpp_related($args = array(), $reference_ID = false, $echo = true) {
8
+ global $yarpp;
9
+
10
+ if (is_array($reference_ID)){
11
+ _doing_it_wrong( __FUNCTION__, "This YARPP function now takes \$args first and \$reference_ID second.", '3.5');
12
+ return;
13
+ }
14
+
15
+ return $yarpp->display_related($reference_ID, $args, $echo);
16
+ }
17
+
18
+ function yarpp_related_exist($args = array(), $reference_ID = false) {
19
+ global $yarpp;
20
+
21
+ if (is_array($reference_ID)) {
22
+ _doing_it_wrong( __FUNCTION__, "This YARPP function now takes \$args first and \$reference_ID second.", '3.5');
23
+ return;
24
+ }
25
+
26
+ return $yarpp->related_exist($reference_ID, $args);
27
+ }
28
+
29
+ function yarpp_get_related($args = array(), $reference_ID = false) {
30
+ global $yarpp;
31
+ return $yarpp->get_related($reference_ID, $args);
32
+ }
33
+
34
+ function related_posts($args = array(), $reference_ID = false, $echo = true) {
35
+ global $yarpp;
36
+
37
+ if ( false !== $reference_ID && is_bool($reference_ID) ) {
38
+ _doing_it_wrong( __FUNCTION__, "This YARPP function now takes \$args first and \$reference_ID second.", '3.5');
39
+ return;
40
+ }
41
+
42
+ if ($yarpp->get_option('cross_relate')) {
43
+ $args['post_type'] = $yarpp->get_post_types();
44
+ } else {
45
+ $args['post_type'] = array('post');
46
+ }
47
+
48
+ return yarpp_related($args, $reference_ID, $echo);
49
+ }
50
+
51
+ function related_pages($args = array(), $reference_ID = false, $echo = true) {
52
+ global $yarpp;
53
+
54
+ if (false !== $reference_ID && is_bool($reference_ID)) {
55
+ _doing_it_wrong( __FUNCTION__, "This YARPP function now takes \$args first and \$reference_ID second.", '3.5');
56
+ return;
57
+ }
58
+
59
+ if ($yarpp->get_option('cross_relate')) {
60
+ $args['post_type'] = $yarpp->get_post_types();
61
+ } else {
62
+ $args['post_type'] = array('page');
63
+ }
64
+
65
+ return yarpp_related($args, $reference_ID, $echo);
66
+ }
67
+
68
+ function related_entries($args = array(), $reference_ID = false, $echo = true) {
69
+ global $yarpp;
70
+
71
+ if (false !== $reference_ID && is_bool($reference_ID)) {
72
+ _doing_it_wrong( __FUNCTION__, "This YARPP function now takes \$args first and \$reference_ID second.", '3.5');
73
+ return;
74
+ }
75
+
76
+ $args['post_type'] = $yarpp->get_post_types();
77
+
78
+ return yarpp_related($args, $reference_ID, $echo);
79
+ }
80
+
81
+ function related_posts_exist($args = array(), $reference_ID = false) {
82
+ global $yarpp;
83
+
84
+ if ($yarpp->get_option('cross_relate')) {
85
+ $args['post_type'] = $yarpp->get_post_types();
86
+ } else {
87
+ $args['post_type'] = array('post');
88
+ }
89
+
90
+ return yarpp_related_exist($args, $reference_ID);
91
+ }
92
+
93
+ function related_pages_exist($args = array(), $reference_ID = false) {
94
+ global $yarpp;
95
+
96
+ if ($yarpp->get_option('cross_relate')) {
97
+ $args['post_type'] = $yarpp->get_post_types();
98
+ } else {
99
+ $args['post_type'] = array( 'page' );
100
+ }
101
+
102
+ return yarpp_related_exist( $args, $reference_ID );
103
+ }
104
+
105
+ function related_entries_exist($args = array(),$reference_ID = false) {
106
+ global $yarpp;
107
+
108
+ $args['post_type'] = $yarpp->get_post_types();
109
+
110
+ return yarpp_related_exist( $args, $reference_ID );
111
+ }
trunk/includes/styles_thumbnails.css.php ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Dynamic styles for YARPP's built-in thumbnails template
4
+ * @since 4.0
5
+ */
6
+
7
+ $height = (isset($_GET['height'])) ? (int) $_GET['height'] : 120;
8
+ $width = (isset($_GET['width'])) ? (int) $_GET['width'] : 120;
9
+ $margin = 5;
10
+ $width_with_margins = ($margin * 2) + $width;
11
+ $height_with_text = $height + 50;
12
+ $extra_margin = 7;
13
+
14
+ $seconds_to_cache = 604800; // 1 week
15
+ $ts = gmdate("D, d M Y H:i:s", time() + $seconds_to_cache) . " GMT";
16
+ header("Expires: $ts");
17
+ header("Cache-Control: public, max-age=$seconds_to_cache");
18
+ header('Content-Type: text/css');
19
+ ?>
20
+ .yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
21
+ display: inline-block;
22
+ }
23
+ .yarpp-thumbnails-horizontal .yarpp-thumbnail {
24
+ border: 1px solid rgba(127,127,127,0.1);
25
+ width: <?php echo $width_with_margins; ?>px;
26
+ height: <?php echo $height_with_text; ?>px;
27
+ margin: <?php echo $margin; ?>px;
28
+ margin-left: 0px;
29
+ vertical-align: top;
30
+ }
31
+ .yarpp-thumbnail > img, .yarpp-thumbnail-default {
32
+ width: <?php echo $width; ?>px;
33
+ height: <?php echo $height; ?>px;
34
+ margin: <?php echo $margin; ?>px;
35
+ }
36
+ .yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
37
+ display: block;
38
+ }
39
+ .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
40
+ font-size: 1em;
41
+ max-height: 2.8em;
42
+ line-height: 1.4em;
43
+ margin: <?php echo $extra_margin; ?>px;
44
+ margin-top: 0px;
45
+ width: <?php echo $width; ?>px;
46
+ text-decoration: inherit;
47
+ overflow: hidden;
48
+ }
49
+
50
+ .yarpp-thumbnail-default {
51
+ overflow: hidden;
52
+ }
53
+ .yarpp-thumbnail-default > img {
54
+ min-height: <?php echo $height; ?>px;
55
+ min-width: <?php echo $width; ?>px;
56
+ }
trunk/includes/template_builtin.php ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * YARPP's built-in "template"
4
+ *
5
+ * This "template" is used when you choose not to use a template.
6
+ * If you want to create a new template, look at yarpp-templates/yarpp-template-example.php as an example.
7
+ * More information on the custom templates is available at http://mitcho.com/blog/projects/yarpp-3-templates/
8
+ */
9
+
10
+ $options = array(
11
+ 'before_title',
12
+ 'after_title',
13
+ 'show_excerpt',
14
+ 'excerpt_length',
15
+ 'before_post',
16
+ 'after_post',
17
+ 'before_related',
18
+ 'after_related',
19
+ 'no_results'
20
+ );
21
+
22
+ extract($this->parse_args($args, $options));
23
+
24
+ if (have_posts()) {
25
+
26
+ $output .= $before_related."\n";
27
+
28
+ while (have_posts()) {
29
+ the_post();
30
+ $link = get_permalink();
31
+ $tooltip = esc_attr((get_the_title()) ? get_the_title() : get_the_ID());
32
+ $title = get_the_title();
33
+ $round = round(get_the_score(),1);
34
+ $score = (current_user_can('manage_options') && $domain !== 'rss' && !is_admin())
35
+ ? '<abbr title="'.sprintf(__('%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.','yarpp'),$round).'">('.$round.')</abbr>'
36
+ : null;
37
+
38
+ $output .=
39
+ $before_title.
40
+ '<a href="'.$link.'" rel="bookmark" title="'.$tooltip.'">'.
41
+ $title.' '.$score.
42
+ '</a>';
43
+
44
+ if ($show_excerpt) {
45
+ $excerpt = strip_tags((string) get_the_excerpt());
46
+ preg_replace('/([,;.-]+)\s*/','\1 ', $excerpt);
47
+ $excerpt = implode(' ', array_slice(preg_split('/\s+/',$excerpt), 0, $excerpt_length)).'...';
48
+ $output .= $before_post.$excerpt.$after_post;
49
+ }
50
+
51
+ $output .= $after_title."\n";
52
+
53
+ }
54
+
55
+ $output .= $after_related."\n";
56
+
57
+ } else {
58
+
59
+ $output .= $no_results;
60
+
61
+ }
trunk/includes/template_functions.php ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // two YARPP-specific Template Tags, to be used in the YARPP-template Loop.
4
+
5
+ function the_score() {
6
+ echo get_the_score();
7
+ }
8
+
9
+ function get_the_score() {
10
+ global $post;
11
+
12
+ $score = $post->score;
13
+ return apply_filters('get_the_score', $score);
14
+ }
trunk/includes/template_metabox.php ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ global $yarpp;
3
+
4
+ $yarpp->cache->enforce((int) $reference_ID, false); // enforce the cache, but don't force it
5
+
6
+ if ($yarpp->debug) {
7
+ $keywords = $yarpp->cache->get_keywords($reference_ID);
8
+ $output .= "<p>body keywords: {$keywords['body']}</p>";
9
+ $output .= "<p>title keywords: {$keywords['title']}</p>";
10
+ }
11
+
12
+ $output .= '<p>'.__( 'These are the related entries for this entry. Updating this post may change these related posts.' , 'yarpp').'</p>';
13
+
14
+ if ($yarpp->debug) {
15
+ $output .= "<p>last updated: ".$wpdb->get_var("select max(date) as updated from {$wpdb->prefix}yarpp_related_cache where reference_ID = '$reference_ID'")."</p>";
16
+ }
17
+
18
+ if (have_posts()) {
19
+ $output .= '<style>#yarpp-related-posts ol li { list-style-type: decimal; margin: 10px 0;} #yarpp-related-posts ol li a {text-decoration: none;}</style>';
20
+ $output .= '<ol id="yarpp-list">';
21
+ while (have_posts()) {
22
+ the_post();
23
+ $output .= "<li><a href='post.php?action=edit&post=" . get_the_ID() . "'>" . get_the_title() . "</a>";
24
+ $output .= ' (' . round(get_the_score(),3) . ')';
25
+ $output .= '</li>';
26
+ }
27
+ $output .= '</ol>';
28
+ $output .= '<p>'.__( 'Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options.' , 'yarpp') . '</p>';
29
+ } else {
30
+ $output .= '<p><em>'.__('No related posts.','yarpp').'</em></p>';
31
+ }
32
+
33
+ $output .= '<p class="yarpp-metabox-options"><a href="' . esc_url(admin_url('options-general.php?page=yarpp')) . '" class="button-secondary">' . __('Configure Options', 'yarpp') . '</a> <a id="yarpp-refresh" href="#" class="button-secondary">' . __('Refresh', 'yarpp') . '</a><span class="spinner"></span></p>';
trunk/includes/template_thumbnails.php ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * YARPP's built-in thumbnails template
4
+ * @since 4
5
+ *
6
+ * This template is used when you choose the built-in thumbnails option.
7
+ * If you want to create a new template, look at yarpp-templates/yarpp-template-example.php as an example.
8
+ * More information on the custom templates is available at http://mitcho.com/blog/projects/yarpp-3-templates/
9
+ */
10
+
11
+ if ( !$this->diagnostic_using_thumbnails() )
12
+ $this->set_option( 'manually_using_thumbnails', true );
13
+
14
+ $options = array( 'thumbnails_heading', 'thumbnails_default', 'no_results' );
15
+ extract( $this->parse_args( $args, $options ) );
16
+
17
+ // a little easter egg: if the default image URL is left blank,
18
+ // default to the theme's header image. (hopefully it has one)
19
+ if ( empty($thumbnails_default) )
20
+ $thumbnails_default = get_header_image();
21
+
22
+ $dimensions = $this->thumbnail_dimensions();
23
+
24
+ $output .= '<h3>' . $thumbnails_heading . '</h3>' . "\n";
25
+
26
+ if (have_posts()) {
27
+ $output .= '<div class="yarpp-thumbnails-horizontal">' . "\n";
28
+ while (have_posts()) {
29
+ the_post();
30
+
31
+ $output .= "<a class='yarpp-thumbnail' rel='norewrite' href='" . get_permalink() . "' title='" . the_title_attribute('echo=0') . "'>" . "\n";
32
+
33
+ $post_thumbnail_html = '';
34
+ if ( has_post_thumbnail() ) {
35
+ if ( $this->diagnostic_generate_thumbnails() )
36
+ $this->ensure_resized_post_thumbnail( get_the_ID(), $dimensions );
37
+ $post_thumbnail_html = get_the_post_thumbnail(null, $dimensions['size'], array('data-pin-nopin' => 'true') );
38
+ }
39
+
40
+ if ( trim($post_thumbnail_html) != '' )
41
+ $output .= $post_thumbnail_html;
42
+ else
43
+ $output .= '<span class="yarpp-thumbnail-default"><img src="' . esc_url($thumbnails_default) . '" alt="Default Thumbnail" data-pin-nopin="true" /></span>';
44
+
45
+ $output .= '<span class="yarpp-thumbnail-title">' . get_the_title() . '</span>';
46
+ $output .= '</a>' . "\n";
47
+
48
+ }
49
+ $output .= "</div>\n";
50
+ } else {
51
+ $output .= $no_results;
52
+ }
53
+
54
+ $this->enqueue_thumbnails( $dimensions );
trunk/includes/template_widget.php ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if (have_posts()) {
4
+ $output .= '<ol>';
5
+ while (have_posts()) {
6
+ the_post();
7
+ $output .= '<li><a href="'.get_permalink().'" rel="bookmark">'.get_the_title().'</a>';
8
+ // $output .= ' ('.round(get_the_score(),3).')';
9
+ $output .= '</li>';
10
+ }
11
+ $output .= '</ol>';
12
+ } else {
13
+ $output .= '<p><em>'.__('No related posts.','yarpp').'</em></p>';
14
+ }
trunk/includes/yarpp_meta_boxes_hooks.php ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ include_once(YARPP_DIR.'/classes/YARPP_Meta_Box.php');
3
+ include_once(YARPP_DIR.'/classes/YARPP_Meta_Box_Contact.php');
4
+ include_once(YARPP_DIR.'/classes/YARPP_Meta_Box_Display_Feed.php');
5
+ include_once(YARPP_DIR.'/classes/YARPP_Meta_Box_Display_Web.php');
6
+ include_once(YARPP_DIR.'/classes/YARPP_Meta_Box_Optin.php');
7
+ include_once(YARPP_DIR.'/classes/YARPP_Meta_Box_Pool.php');
8
+ include_once(YARPP_DIR.'/classes/YARPP_Meta_Box_Relatedness.php');
9
+
10
+ global $yarpp;
11
+
12
+ add_meta_box(
13
+ 'yarpp_pool',
14
+ __( '"The Pool"', 'yarpp' ),
15
+ array(new YARPP_Meta_Box_Pool, 'display'),
16
+ 'settings_page_yarpp',
17
+ 'normal',
18
+ 'core'
19
+ );
20
+
21
+ add_meta_box(
22
+ 'yarpp_relatedness',
23
+ __( '"Relatedness" options', 'yarpp' ),
24
+ array(
25
+ new YARPP_Meta_Box_Relatedness,
26
+ 'display'
27
+ ),
28
+ 'settings_page_yarpp',
29
+ 'normal',
30
+ 'core'
31
+ );
32
+
33
+ add_meta_box(
34
+ 'yarpp_display_web',
35
+ __('Display options <small>for your website</small>', 'yarpp'),
36
+ array(
37
+ new YARPP_Meta_Box_Display_Web,
38
+ 'display'
39
+ ),
40
+ 'settings_page_yarpp',
41
+ 'normal',
42
+ 'core'
43
+ );
44
+
45
+ add_meta_box(
46
+ 'yarpp_display_rss',
47
+ __('Display options <small>for RSS</small>', 'yarpp'),
48
+ array(
49
+ new YARPP_Meta_Box_Display_Feed,
50
+ 'display'
51
+ ),
52
+ 'settings_page_yarpp',
53
+ 'normal',
54
+ 'core'
55
+ );
56
+
57
+ add_meta_box(
58
+ 'yarpp_display_contact',
59
+ __('Contact YARPP', 'yarpp'),
60
+ array(new YARPP_Meta_Box_Contact, 'display'),
61
+ 'settings_page_yarpp',
62
+ 'side',
63
+ 'core'
64
+ );
65
+
66
+
67
+ function yarpp_make_optin_classy($classes) {
68
+ if (!yarpp_get_option('optin') )
69
+ $classes[] = 'yarpp_attention';
70
+ return $classes;
71
+ }
72
+
73
+ add_filter(
74
+ "postbox_classes_settings_page_yarpp_yarpp_display_optin",
75
+ 'yarpp_make_optin_classy'
76
+ );
77
+
78
+ /** @since 3.3: hook for registering new YARPP meta boxes */
79
+ //do_action('add_meta_boxes_settings_page_yarpp');
trunk/includes/yarpp_myisam_notice.php ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if (isset($_POST['myisam_override'])) {
4
+
5
+ yarpp_set_option('myisam_override', true);
6
+ $enabled = $yarpp->enable_fulltext();
7
+
8
+ if($enabled){
9
+
10
+ update_option('yarpp_fulltext_disabled', 0);
11
+ echo(
12
+ '<div class="updated" style="padding:5px">'.
13
+ __(
14
+ 'The MyISAM check has been overridden. You may now use the "consider titles" and "consider bodies" relatedness criteria.',
15
+ 'yarpp'
16
+ ).
17
+ "</div>"
18
+ );
19
+
20
+ } else {
21
+
22
+ yarpp_set_option('myisam_override', 0);
23
+ echo(
24
+ '<div class="updated" style="padding:5px">'.
25
+ '<span style="color:red;font-weight:bold">Fulltext Index creation did not work!</span><br/>'.
26
+ 'Trying to force fulltext indexing on your table resulted in an error. Your posts table does not have fulltext indexing capabilities.<br/>'.
27
+ 'The "consider titles" and "consider bodies" relatedness criteria will remain disabled.'.
28
+ '</div>'
29
+ );
30
+
31
+ }
32
+ }
33
+
34
+ $table_type = $yarpp->diagnostic_myisam_posts();
35
+ if ((bool) $table_type !== true) $yarpp->disable_fulltext();
36
+
37
+ if (!(bool) yarpp_get_option('myisam_override') && (bool) $yarpp->diagnostic_fulltext_disabled()) {
38
+ echo(
39
+ "<div class='updated' style='padding:15px'>".
40
+ '<p>'.
41
+ '<strong>"Consider Titles"</strong> and <strong>"Consider Bodies"</strong> are currently disabled. '.
42
+ 'As a result, "Pages" may not display in the "Related Posts" sections.'.
43
+ '&nbsp;&nbsp;<a href="#" id="yarpp_fulltext_expand">Show Details [+]</a>'.
44
+ '</p>'.
45
+ '<div id="yarpp_fulltext_details" class="hidden">'.
46
+ '<p>'.
47
+ sprintf(
48
+ 'YARPP&#39;s "consider titles" and "consider bodies" relatedness criteria require your <code>%s</code> '.
49
+ 'table to use the <code>MyISAM</code> engine'.
50
+ 'fulltext indexing feature. Unfortunately your table seems to be using the <code>%s</code> engine. '.
51
+ 'Because fulltext indexing is not supported by your current table engine, these two options have been disabled.',
52
+ $wpdb->posts,
53
+ $table_type
54
+ ).
55
+ '</p>'.
56
+ '<p>'.
57
+ sprintf(
58
+ 'To restore these features, please do the following:<br/>'.
59
+ '<ol>'.
60
+ '<li>'.
61
+ 'Convert your <code>%s</code> table to <code>MyISAM</code> engine by executing the '.
62
+ 'following SQL code on your MySQL client or terminal:<br/>'.
63
+ '<code style="display:inline-block;margin:1.5em 1em">ALTER TABLE `%s` ENGINE = MyISAM;</code>'.
64
+ '</li>',
65
+ $wpdb->posts,
66
+ $wpdb->posts
67
+ ).
68
+ sprintf(
69
+ '<li>'.
70
+ 'Once your <code>%s</code> table has been successfully converted to the <code>MyISAM</code> engine, '.
71
+ 'click the button below to create the fulltext indices.<br/>',
72
+ $wpdb->posts
73
+ ).
74
+ '<form method="post" style="display:inline-block;margin:1.5em 1em">'.
75
+ "<input type='submit' class='button' name='myisam_override' value='Create fulltext indexes'/>".
76
+ "</form>".
77
+ '</li>'.
78
+ '</ol>'.
79
+ "</p>".
80
+ '<p>'.
81
+ 'Note that, although no data should be lost by altering the table&#39;s engine, it is always recommended to perform a '.
82
+ 'full backup of the data before attempting to perform changes to your database.<br/>'.
83
+ 'See MySQL <a href="http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html" target="_blank">storage engines</a> '.
84
+ 'documentation for details on MySQL engines.'.
85
+ '</p>'.
86
+ '</div>'.
87
+ "</div>"
88
+ );
89
+ }
trunk/includes/yarpp_options.php ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ global $wpdb, $wp_version, $yarpp;
3
+
4
+ /* Enforce YARPP setup: */
5
+ $yarpp->enforce();
6
+
7
+ if(!$yarpp->enabled() && !$yarpp->activate()) {
8
+ echo '<div class="updated">'.__('The YARPP database has an error which could not be fixed.','yarpp').'</div>';
9
+ }
10
+
11
+ /* Check to see that templates are in the right place */
12
+ if (!$yarpp->diagnostic_custom_templates()) {
13
+
14
+ $template_option = yarpp_get_option('template');
15
+ if ($template_option !== false && $template_option !== 'thumbnails') yarpp_set_option('template', false);
16
+
17
+ $template_option = yarpp_get_option('rss_template');
18
+ if ($template_option !== false && $template_option !== 'thumbnails') yarpp_set_option('rss_template', false);
19
+ }
20
+
21
+ /**
22
+ * @since 3.3 Move version checking here, in PHP.
23
+ */
24
+ if (current_user_can('update_plugins')) {
25
+ $yarpp_version_info = $yarpp->version_info();
26
+
27
+ /*
28
+ * These strings are not localizable, as long as the plugin data on wordpress.org cannot be.
29
+ */
30
+ $slug = 'yet-another-related-posts-plugin';
31
+ $plugin_name = 'Yet Another Related Posts Plugin';
32
+ $file = basename(YARPP_DIR).'/yarpp.php';
33
+ if ($yarpp_version_info['result'] === 'new') {
34
+
35
+ /* Make sure the update system is aware of this version. */
36
+ $current = get_site_transient('update_plugins');
37
+ if (!isset($current->response[$file])) {
38
+ delete_site_transient('update_plugins');
39
+ wp_update_plugins();
40
+ }
41
+
42
+ echo '<div class="updated"><p>';
43
+ $details_url = self_admin_url('plugin-install.php?tab=plugin-information&plugin='.$slug.'&TB_iframe=true&width=600&height=800');
44
+ printf(
45
+ __(
46
+ 'There is a new version of %1$s available.'.
47
+ '<a href="%2$s" class="thickbox" title="%3$s">View version %4$s details</a>'.
48
+ 'or <a href="%5$s">update automatically</a>.', 'yarpp'),
49
+ $plugin_name,
50
+ esc_url($details_url),
51
+ esc_attr($plugin_name),
52
+ $yarpp_version_info['current']['version'],
53
+ wp_nonce_url( self_admin_url('update.php?action=upgrade-plugin&plugin=').$file, 'upgrade-plugin_'.$file)
54
+ );
55
+ echo '</p></div>';
56
+
57
+ } else if ($yarpp_version_info['result'] === 'newbeta') {
58
+
59
+ echo '<div class="updated"><p>';
60
+ printf(
61
+ __(
62
+ "There is a new beta (%s) of Yet Another Related Posts Plugin. ".
63
+ "You can <a href=\"%s\">download it here</a> at your own risk.", "yarpp"),
64
+ $yarpp_version_info['beta']['version'],
65
+ $yarpp_version_info['beta']['url']
66
+ );
67
+ echo '</p></div>';
68
+
69
+ }
70
+ }
71
+
72
+ /* MyISAM Check */
73
+ include 'yarpp_myisam_notice.php';
74
+
75
+ /* This is not a yarpp pluging update, it is an yarpp option update */
76
+ if (isset($_POST['update_yarpp']) && check_admin_referer('update_yarpp', 'update_yarpp-nonce')) {
77
+ $new_options = array();
78
+ foreach ($yarpp->default_options as $option => $default) {
79
+ if ( is_bool($default) )
80
+ $new_options[$option] = isset($_POST[$option]);
81
+ if ( (is_string($default) || is_int($default)) &&
82
+ isset($_POST[$option]) && is_string($_POST[$option]) )
83
+ $new_options[$option] = stripslashes($_POST[$option]);
84
+ }
85
+
86
+ if ( isset($_POST['weight']) ) {
87
+ $new_options['weight'] = array();
88
+ $new_options['require_tax'] = array();
89
+ foreach ( (array) $_POST['weight'] as $key => $value) {
90
+ if ( $value == 'consider' )
91
+ $new_options['weight'][$key] = 1;
92
+ if ( $value == 'consider_extra' )
93
+ $new_options['weight'][$key] = YARPP_EXTRA_WEIGHT;
94
+ }
95
+ foreach ( (array) $_POST['weight']['tax'] as $tax => $value) {
96
+ if ( $value == 'consider' )
97
+ $new_options['weight']['tax'][$tax] = 1;
98
+ if ( $value == 'consider_extra' )
99
+ $new_options['weight']['tax'][$tax] = YARPP_EXTRA_WEIGHT;
100
+ if ( $value == 'require_one' ) {
101
+ $new_options['weight']['tax'][$tax] = 1;
102
+ $new_options['require_tax'][$tax] = 1;
103
+ }
104
+ if ( $value == 'require_more' ) {
105
+ $new_options['weight']['tax'][$tax] = 1;
106
+ $new_options['require_tax'][$tax] = 2;
107
+ }
108
+ }
109
+ }
110
+
111
+ if ( isset( $_POST['auto_display_post_types'] ) ) {
112
+ $new_options['auto_display_post_types'] = array_keys( $_POST['auto_display_post_types'] );
113
+ } else {
114
+ $new_options['auto_display_post_types'] = array();
115
+ }
116
+
117
+ $new_options['recent'] = isset($_POST['recent_only']) ?
118
+ $_POST['recent_number'] . ' ' . $_POST['recent_units'] : false;
119
+
120
+ if ( isset($_POST['exclude']) )
121
+ $new_options['exclude'] = implode(',',array_keys($_POST['exclude']));
122
+ else
123
+ $new_options['exclude'] = '';
124
+
125
+ $new_options['template'] = $_POST['use_template'] == 'custom' ? $_POST['template_file'] :
126
+ ( $_POST['use_template'] == 'thumbnails' ? 'thumbnails' : false );
127
+ $new_options['rss_template'] = $_POST['rss_use_template'] == 'custom' ? $_POST['rss_template_file'] :
128
+ ( $_POST['rss_use_template'] == 'thumbnails' ? 'thumbnails' : false );
129
+
130
+ $new_options = apply_filters( 'yarpp_settings_save', $new_options );
131
+ yarpp_set_option($new_options);
132
+
133
+ echo '<div class="updated fade"><p>'.__('Options saved!','yarpp').'</p></div>';
134
+ }
135
+
136
+ wp_nonce_field('meta-box-order', 'meta-box-order-nonce', false);
137
+ wp_nonce_field('closedpostboxes', 'closedpostboxesnonce', false);
138
+ wp_nonce_field('yarpp_display_demo', 'yarpp_display_demo-nonce', false);
139
+ wp_nonce_field('yarpp_display_exclude_terms', 'yarpp_display_exclude_terms-nonce', false);
140
+ wp_nonce_field('yarpp_optin_data', 'yarpp_optin_data-nonce', false);
141
+ wp_nonce_field('yarpp_set_display_code', 'yarpp_set_display_code-nonce', false);
142
+
143
+ if (!count($yarpp->admin->get_templates()) && $yarpp->admin->can_copy_templates()) {
144
+ wp_nonce_field('yarpp_copy_templates', 'yarpp_copy_templates-nonce', false);
145
+ }
146
+
147
+ include(YARPP_DIR.'/includes/phtmls/yarpp_options.phtml');
trunk/includes/yarpp_pro_options.php ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ global $yarpp;
3
+
4
+ if (isset($_GET['aid']) && isset($_GET['v']) && isset($_GET['st']) && isset($_GET['dpid'])) {
5
+ $yarpp->yarppPro['aid'] = (trim($_GET['aid']) !== '') ? $_GET['aid'] : null;
6
+ $yarpp->yarppPro['dpid']= (trim($_GET['dpid'])!== '') ? $_GET['dpid']: null;
7
+ $yarpp->yarppPro['st'] = (trim($_GET['st']) !== '') ? rawurlencode($_GET['st']) : null;
8
+ $yarpp->yarppPro['v'] = (trim($_GET['v']) !== '') ? rawurlencode($_GET['v']) : null;
9
+
10
+ update_option('yarpp_pro', $yarpp->yarppPro);
11
+ }
12
+
13
+ $src = urlencode(admin_url().'options-general.php?page='.$_GET['page']);
14
+ $aid = (isset($yarpp->yarppPro['aid']) && $yarpp->yarppPro['aid']) ? $yarpp->yarppPro['aid'] : 0;
15
+ $st = (isset($yarpp->yarppPro['st']) && $yarpp->yarppPro['st']) ? $yarpp->yarppPro['st'] : 0;
16
+ $v = (isset($yarpp->yarppPro['v']) && $yarpp->yarppPro['v']) ? $yarpp->yarppPro['v'] : 0;
17
+ $d = urlencode(get_home_url());
18
+ $url = 'https://yarpp.adkengage.com/AdcenterUI/PublisherUI/PublisherDashboard.aspx?src='.$src.'&d='.$d.'&aid='.$aid.'&st='.$st.'&plugin=1';
19
+
20
+ include(YARPP_DIR.'/includes/phtmls/yarpp_pro_options.phtml');
trunk/includes/yarpp_pro_set_display_types.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if (!isset($_GET['ypsdt']) || $_GET['ypsdt'] === true) die();
3
+ $types = (isset($_GET['types']) && is_array($_GET['types'])) ? $_GET['types'] : array();
4
+
5
+ include_once(realpath('../../../../').'/wp-config.php');
6
+ $yarppPro = get_option('yarpp_pro');
7
+ $yarppPro['auto_display_post_types'] = $types;
8
+ update_option('yarpp_pro',$yarppPro);
9
+
10
+ header('Content-Type: text/plain');
11
+ die('ok');
trunk/js/metabox.js ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function($) {
2
+ var loaded_metabox = false;
3
+ var display = $('#yarpp-related-posts');
4
+
5
+ /*
6
+ * Populates Metabox initially
7
+ */
8
+ function yarpp_metabox_initial_display() {
9
+ if (!$('#yarpp_relatedposts') ||
10
+ !display.length ||
11
+ !$('#post_ID').val() )
12
+ return;
13
+
14
+ if (!loaded_metabox) {
15
+ loaded_metabox = true;
16
+ yarpp_metabox_populate();
17
+ }
18
+ }
19
+
20
+ /*
21
+ * Populates Metabox
22
+ */
23
+ function yarpp_metabox_populate() {
24
+ $.ajax({
25
+ type:'POST',
26
+ url: ajaxurl,
27
+ data: {
28
+ action: 'yarpp_display',
29
+ domain: 'metabox',
30
+ ID: parseInt($('#post_ID').val()),
31
+ '_ajax_nonce': $('#yarpp_display-nonce').val()
32
+ },
33
+ error: function() {
34
+ display.html("Error");
35
+ },
36
+ success: function(html){
37
+ display.html(html)},
38
+ dataType: 'html'
39
+ }
40
+ );
41
+ }
42
+
43
+ $('#yarpp_relatedposts .handlediv, #yarpp_relatedposts-hide').click(function() {
44
+ setTimeout(yarpp_metabox_initial_display, 0);
45
+ });
46
+
47
+ /*
48
+ * Metabox Refresh Button
49
+ */
50
+ $(document).on('click', '#yarpp-refresh', function(e) {
51
+ e.preventDefault();
52
+
53
+ var display = $('#yarpp-related-posts');
54
+
55
+ if( $(this).hasClass('disabled') )
56
+ return false;
57
+
58
+ $refresh_button = $(this);
59
+ $spinner = $refresh_button.siblings('.spinner');
60
+
61
+ $refresh_button.addClass( 'disabled' );
62
+ $spinner.css( 'visibility', 'visible' );
63
+
64
+ $('#yarpp-list').css( 'opacity', 0.6 );
65
+ yarpp_metabox_populate();
66
+ });
67
+
68
+ /*
69
+ * Initial Load
70
+ */
71
+ yarpp_metabox_initial_display();
72
+
73
+ });
trunk/js/options_basic.js ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(function($) {
2
+ // since 3.3: add screen option toggles
3
+ postboxes.add_postbox_toggles(pagenow);
4
+
5
+ function template() {
6
+ var metabox = $(this).closest('#yarpp_display_web, #yarpp_display_rss');
7
+ if (!metabox.length) return;
8
+
9
+ value = metabox.find('.use_template').val();
10
+
11
+ metabox.find('.yarpp_subbox').hide();
12
+ metabox.find('.template_options_' + value).show();
13
+ excerpt.apply(metabox);
14
+ }
15
+ $('.use_template').each(template).change(template);
16
+
17
+ function excerpt() {
18
+ var metabox = $(this).closest('#yarpp_display_web, #yarpp_display_rss');
19
+ metabox.find('.excerpted').toggle(
20
+ !!(metabox.find('.use_template').val() === 'builtin' && metabox.find('.show_excerpt input').attr('checked'))
21
+ );
22
+ }
23
+ $('.show_excerpt, .use_template, #yarpp-rss_display').click(excerpt);
24
+
25
+ var loaded_demo_web = false;
26
+ function display() {
27
+ if ( !$('#yarpp_display_web .inside').is(':visible') )
28
+ return;
29
+
30
+ $( '.yarpp_code_display' ).toggle( $('#yarpp_display_code').is(':checked') );
31
+ if ( $('#yarpp_display_web .yarpp_code_display').is(':visible') && !loaded_demo_web ) {
32
+ loaded_demo_web = true;
33
+ var demo_web = $('#display_demo_web');
34
+ $.ajax({type:'POST',
35
+ url: ajaxurl,
36
+ data: {
37
+ action: 'yarpp_display_demo',
38
+ domain: 'website',
39
+ '_ajax_nonce': $('#yarpp_display_demo-nonce').val()
40
+ },
41
+ beforeSend:function(){demo_web.html(loading)},
42
+ success:function(html){demo_web.html('<pre>'+html+'</pre>')},
43
+ dataType:'html'});
44
+ }
45
+ }
46
+ $('#yarpp_display_web .handlediv, #yarpp_display_web-hide').click(display);
47
+ display();
48
+
49
+ var loaded_demo_rss = false;
50
+ function rss_display() {
51
+ if ( !$('#yarpp_display_rss .inside').is(':visible') )
52
+ return;
53
+ if ( $('#yarpp-rss_display').is(':checked') ) {
54
+ $('.rss_displayed').show();
55
+ $( '.yarpp_code_display' ).toggle( $('#yarpp_display_code').is(':checked') );
56
+ if ( $('#yarpp_display_rss .yarpp_code_display').is(':visible') && !loaded_demo_rss ) {
57
+ loaded_demo_rss = true;
58
+ var demo_rss = $('#display_demo_rss');
59
+ $.ajax({type:'POST',
60
+ url: ajaxurl,
61
+ data: {
62
+ action: 'yarpp_display_demo',
63
+ domain: 'rss',
64
+ '_ajax_nonce': $('#yarpp_display_demo-nonce').val()
65
+ },
66
+ beforeSend:function(){demo_rss.html(loading)},
67
+ success:function(html){demo_rss.html('<pre>'+html+'</pre>')},
68
+ dataType:'html'});
69
+ }
70
+ $('#yarpp_display_rss').each(template);
71
+ } else {
72
+ $('.rss_displayed').hide();
73
+ }
74
+ }
75
+ $('#yarpp-rss_display, #yarpp_display_rss .handlediv, #yarpp_display_rss-hide').click(rss_display);
76
+ rss_display();
77
+
78
+ var loaded_disallows = false;
79
+ function load_disallows() {
80
+ if ( loaded_disallows || !$('#yarpp_pool .inside').is(':visible') )
81
+ return;
82
+ loaded_disallows = true;
83
+
84
+ var finished_taxonomies = {},
85
+ term_indices = {};
86
+ function load_disallow(taxonomy) {
87
+ if (taxonomy in finished_taxonomies)
88
+ return;
89
+ var display = $('#exclude_' + taxonomy);
90
+ // only do one query at a time:
91
+ if (display.find('.loading').length)
92
+ return;
93
+
94
+ if ( taxonomy in term_indices )
95
+ term_indices[taxonomy] = term_indices[taxonomy] + 100;
96
+ else
97
+ term_indices[taxonomy] = 0;
98
+ $.ajax({type:'POST',
99
+ url: ajaxurl,
100
+ data: {
101
+ action: 'yarpp_display_exclude_terms',
102
+ taxonomy: taxonomy,
103
+ offset: term_indices[taxonomy],
104
+ '_ajax_nonce': $('#yarpp_display_exclude_terms-nonce').val()
105
+ },
106
+ beforeSend:function(){
107
+ display.append(loading)
108
+ },
109
+ success:function(html){
110
+ display.find('.loading').remove();
111
+ if (':(' == html) { // no more :(
112
+ finished_taxonomies[taxonomy] = true;
113
+ return;
114
+ }
115
+ display.append(html);
116
+ },
117
+ dataType:'html'}
118
+ );
119
+ }
120
+
121
+ $('.exclude_terms').each(function() {
122
+ var id = jQuery(this).attr('id'), taxonomy;
123
+ if (!id)
124
+ return;
125
+
126
+ taxonomy = id.replace('exclude_','');
127
+
128
+ load_disallow(taxonomy);
129
+ $('#exclude_' + taxonomy).parent('.yarpp_scroll_wrapper').scroll(function() {
130
+ var parent = $(this),
131
+ content = parent.children('div');
132
+ if ( parent.scrollTop() + parent.height() > content.height() - 10 )
133
+ load_disallow(taxonomy);
134
+ })
135
+ })
136
+
137
+ }
138
+ $('#yarpp_pool .handlediv, #yarpp_pool-hide').click(load_disallows);
139
+ load_disallows();
140
+
141
+ function show_help( section ) {
142
+ $('#tab-link-' + section + ' a').click();
143
+ $('#contextual-help-link').click();
144
+ }
145
+ $('#yarpp-optin-learnmore').click(function() { show_help('optin'); });
146
+ $('#yarpp-help-cpt').click(function() { show_help('dev'); });
147
+ if ( location.hash == '#help-optin' )
148
+ setTimeout( function() { show_help('optin'); } );
149
+
150
+ $('.yarpp_help[data-help]').hover(function() {
151
+ var that = $(this),
152
+ help = '<p>' + that.attr('data-help') + '</p>',
153
+ options = {
154
+ content: help,
155
+ position: {
156
+ edge: isRtl ? 'right' : 'left',
157
+ align: 'center',
158
+ of: that
159
+ },
160
+ document: {body: that}
161
+ };
162
+
163
+ var pointer = that.pointer(options).pointer('open');
164
+ that.closest('.yarpp_form_row, p').mouseleave(function () {
165
+ pointer.pointer('close');
166
+ });
167
+ });
168
+
169
+ $('.yarpp_template_button[data-help]').hover(function() {
170
+ var that = $(this),
171
+ help = '<p>' + that.attr('data-help') + '</p>',
172
+ options = {
173
+ content: help,
174
+ position: {
175
+ edge: 'bottom',
176
+ // align: 'center',
177
+ of: that
178
+ },
179
+ document: {body: that}
180
+ };
181
+
182
+ var pointer = that.pointer(options).pointer('open');
183
+ that.mouseleave(function () {
184
+ pointer.pointer('close');
185
+ });
186
+ });
187
+ $('.yarpp_template_button:not(.disabled)').click(function() {
188
+ $(this).siblings('input')
189
+ .val($(this).attr('data-value'))
190
+ .change();
191
+ $(this).siblings().removeClass('active');
192
+ $(this).addClass('active');
193
+ });
194
+
195
+ $('.yarpp_copy_templates_button').live('click', function() {
196
+ window.location = window.location + (window.location.search.length ? '&' : '?') + 'action=copy_templates&_ajax_nonce=' + $('#yarpp_copy_templates-nonce').val();
197
+ });
198
+
199
+ function template_info() {
200
+ var template = $(this).find('option:selected'),
201
+ row = template.closest('.yarpp_form_row');
202
+ if ( !!template.attr('data-url') ) {
203
+ row.find('.template_author_wrap')
204
+ .toggle( !!template.attr('data-author') )
205
+ .find('span').empty().append('<a>' + template.attr('data-author') + '</a>')
206
+ .attr('href', template.attr('data-url'));
207
+ } else {
208
+ row.find('.template_author_wrap')
209
+ .toggle( !!template.attr('data-author') )
210
+ .find('span').text(template.attr('data-author'));
211
+ }
212
+ row.find('.template_description_wrap')
213
+ .toggle( !!template.attr('data-description') )
214
+ .find('span').text(template.attr('data-description'));
215
+ row.find('.template_file_wrap')
216
+ .toggle( !!template.attr('data-basename') )
217
+ .find('span').text(template.attr('data-basename'));
218
+ }
219
+ $('#template_file, #rss_template_file')
220
+ .each(template_info)
221
+ .change(template_info);
222
+
223
+ var loaded_optin_data = false;
224
+ function _display_optin_data() {
225
+ if ( !$('#optin_data_frame').is(':visible') || loaded_optin_data )
226
+ return;
227
+ loaded_optin_data = true;
228
+ var frame = $('#optin_data_frame');
229
+ $.ajax({type:'POST',
230
+ url: ajaxurl,
231
+ data: {
232
+ action: 'yarpp_optin_data',
233
+ '_ajax_nonce': $('#yarpp_optin_data-nonce').val()
234
+ },
235
+ beforeSend:function(){frame.html(loading)},
236
+ success:function(html){frame.html('<pre>'+html+'</pre>')},
237
+ dataType:'html'});
238
+ }
239
+ function display_optin_data() {
240
+ setTimeout(_display_optin_data, 0);
241
+ }
242
+ $('#yarpp-optin-learnmore, a[aria-controls=tab-panel-optin]').bind('click focus', display_optin_data);
243
+ display_optin_data();
244
+
245
+ function sync_no_results() {
246
+ var value = $(this).find('input').attr('value');
247
+ if ( $(this).hasClass('sync_no_results') )
248
+ $('.sync_no_results input').attr('value', value);
249
+ if ( $(this).hasClass('sync_rss_no_results') )
250
+ $('.sync_rss_no_results input').attr('value', value);
251
+ }
252
+ $('.sync_no_results, .sync_rss_no_results').change(sync_no_results);
253
+
254
+ $('#yarpp_display_code').click(function() {
255
+ var args = {
256
+ action: 'yarpp_set_display_code',
257
+ '_ajax_nonce': $('#yarpp_set_display_code-nonce').val()
258
+ };
259
+ if ( $(this).is(':checked') )
260
+ args.checked = true;
261
+ $.ajax({type:'POST', url: ajaxurl, data: args});
262
+ display();
263
+ rss_display();
264
+ });
265
+
266
+ function auto_display_archive() {
267
+ var available = $('.yarpp_form_post_types').is(':has(input[type=checkbox]:checked)');
268
+ $('#yarpp-auto_display_archive')
269
+ .attr('disabled', !available);
270
+ if ( !available )
271
+ $('#yarpp-auto_display_archive').attr('checked', false);
272
+ }
273
+
274
+ $('.yarpp_form_post_types input[type=checkbox]').change(auto_display_archive);
275
+ auto_display_archive();
276
+
277
+ $("#yarpp_fulltext_expand").click(function(e){
278
+ e.preventDefault();
279
+ var $details = $("#yarpp_fulltext_details");
280
+
281
+ $details.slideToggle();
282
+
283
+ if ($details.hasClass('hidden')) {
284
+ $details.removeClass('hidden');
285
+ $(this).text('Hide Details [-]');
286
+ }else{
287
+ $details.addClass('hidden');
288
+ $(this).text('Show Details [+]');
289
+ }
290
+ });
291
+ });
trunk/js/options_switch.js ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function yarppMakeTheSwitch($,data,url){
2
+ $.get(
3
+ url,
4
+ data,
5
+ function(resp){
6
+ if(resp === 'ok'){
7
+ window.location.href = './options-general.php?page=yarpp';
8
+ }
9
+ }
10
+ );
11
+ }
12
+
13
+ jQuery(document).ready(function($){
14
+
15
+ $('.yarpp_switch_button').on('click',function(e){
16
+ e.preventDefault();
17
+ var url = ajaxurl,
18
+ data = {
19
+ action: 'yarpp_switch',
20
+ go: $(this).data('go'),
21
+ '_ajax_nonce': $('#yarpp_switch-nonce').val()
22
+ };
23
+
24
+ if(data.go === 'basic'){
25
+ $('#wpwrap').after(
26
+ '<div id="yarpp_pro_disable_overlay">'+
27
+ '</div>'+
28
+ '<div id="yarpp_pro_disable_confirm">'+
29
+ '<p>'+
30
+ 'Are you sure you would like to deactivate YARPP Pro? '+
31
+ 'Doing so will remove all <strong>YARPP Pro</strong> '+
32
+ 'content from your site, including sidebar widgets.'+
33
+ '</p>'+
34
+ '<br/>'+
35
+ '<a id="yarpp_proceed_deactivation" class="button">Deactivate YARPP Pro</a>'+
36
+ '&nbsp;&nbsp;&nbsp;&nbsp;'+
37
+ '<a id="yarpp_cancel_deactivation" class="button-primary">Cancel Deactivation</a>'+
38
+ '</div>'
39
+ );
40
+ $('#yarpp_proceed_deactivation').on('click',function(){
41
+ yarppMakeTheSwitch($,data,url);
42
+ });
43
+
44
+ $('#yarpp_cancel_deactivation').on('click',function(){
45
+ window.location.reload();
46
+ });
47
+ } else {
48
+ yarppMakeTheSwitch($,data,url);
49
+ }
50
+ });
51
+
52
+ $('#yarpp-display-mode-save').on('click',function(e){
53
+ e.preventDefault();
54
+ var url = $(this).attr('href'),
55
+ data = {
56
+ ypsdt : true,
57
+ types : []
58
+ };
59
+
60
+ $(this).after($('<span class="spinner"></span>'));
61
+
62
+ $i = 0;
63
+ $('input','#yarpp-display-mode').each(function(idx,val){
64
+ if(val.checked) {
65
+ data.types[$i] = val.value;
66
+ $i++;
67
+ }
68
+ });
69
+
70
+ $.get(url,data,function(resp){
71
+ setTimeout(function(){
72
+ if(resp === 'ok'){
73
+ $('.spinner','#yarpp-display-mode').remove();
74
+ } else {
75
+ $('#yarpp-display-mode').append($('<span style="vertical-align: middle" class="error-message">Something went wrong saving your settings. Please refresh the page and try again.</span>'));
76
+ }
77
+ },1000);
78
+ });
79
+ });
80
+
81
+ });
trunk/lang/words-bg_BG.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $overusedwords = array('имат', 'май', 'скоро', 'голям', 'имам', 'понеже', 'сякаш', 'сред', 'бе', 'стане', 'голяма', 'супер', 'затова', 'всяка', 'могат', 'макар', 'тоя', 'нещата', 'бях', 'някои', 'значи', 'друго', 'някакъв', 'иска', 'ето', 'било', 'наистина', 'никой', 'имаш', 'себе', 'вярно', 'къде', 'съвсем', 'никога', 'ами', 'едва', 'пъти', 'неща', 'върху', 'тогава', 'колко', 'например', 'тук', 'можеш', 'тези', 'та', 'бъде', 'дали', 'мога', 'теб', 'вид', 'често', 'даже', 'друг', 'нали', 'повечето', 'такива', 'място', 'особено', 'иначе', 'всъщност', 'направо', 'примерно', 'знае', 'голямата', 'смисъл', 'имаше', 'едни', 'понякога', 'из', 'своя', 'искам', 'веднъж', 'явно', 'ей', 'какви', 'естествено', 'изобщо', 'почва', 'остава', 'зад', 'някъде', 'отново', 'плюс', 'някак', 'цяла', 'нов', 'бих', 'другите', 'коя', 'разни', 'що', 'накрая', 'тъй', 'някакви', 'някаква', 'въобще', 'първо', 'такъв', 'правят', 'цял', 'вместо', 'бяха', 'тая', 'тия', 'нито', 'име', 'сам', 'км', 'де', 'били', 'била', 'общо', 'искаш', 'сте', 'чак', 'абсолютно', 'успява', 'цена', 'някоя', 'колкото', 'идва', 'кво', 'цялата', 'лв', 'други', 'поне', 'как', 'какво', 'ги', 'когато', 'към', 'аз', 'още', 'нещо', 'или', 'съм', 'той', 'няма', 'което', 'ни', 'вече', 'им', 'все', 'дори', 'защото', 'едно', 'преди', 'малко', 'ме', 'беше', 'при', 'със', 'една', 'обаче', 'трябва', 'която', 'така', 'един', 'са', 'като', 'най', 'това', 'ще', 'но', 'по', 'че', 'се', 'да', 'не', 'от', 'си', 'за', 'му', 'го', 'до', 'след', 'който', 'които', 'има', 'може', 'само', 'през', 'ти', 'много', 'ми', 'ли', 'те', 'ако', 'всички', 'във', 'прави', 'две', 'смее', 'бил', 'под', 'тази', 'освен', 'между', 'пред', 'казва', 'то', 'път', 'кой', 'после', 'около', 'над', 'въпреки', 'щото', 'винаги', 'срещу', 'част', 'ви', 'два', 'нея', 'почти', 'заради', 'защо', 'където', 'късно', 'мен', 'нас', 'ден', 'повече', 'толкова', 'според', 'този', 'както', 'докато', 'пък', 'ама', 'без', 'би', 'всичко', 'просто', 'тя', 'него', 'става', 'пак', 'тях', 'сме', 'някой', 'доста', 'също', 'ние', 'нищо', 'точно', 'сега', 'добре', 'всеки', 'няколко', 'там', 'на');
trunk/lang/words-cs_CZ.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $overusedwords = array('', 'a', 'aby', 'aj', 'ale', 'anebo', 'ani', 'aniž', 'ano', 'asi', 'žz', 'ba', 'bez', 'bude', 'budem', 'budeš', 'by', 'byl', 'byla', 'byli', 'bylo', 'být', 'či', 'článek', 'článku', 'články', 'co', 'com', 'což', 'cz', 'další', 'design', 'dnes', 'do', 'email', 'ho', 'i', 'jak', 'jaké jako', 'je', 'jeho', 'jej', 'její', 'jejich', 'jen', 'ještě', 'jenž', 'ji', 'jiné', 'již', 'jsem', 'jseš', 'jsi', 'jsme', 'jsou', 'jste', 'k', 'kam', 'kde', 'kdo', 'když', 'ke', 'která', 'které', 'kteří', 'kterou', 'který', 'ku', 'má', 'máte', 'mě', 'mezi', 'mi', 'mít', 'mne', 'mně', 'mnou', 'můj', 'může', 'my', 'na', 'nad', 'nám', 'napište', 'náš', 'nás', 'naši', 'ne', 'nebo', 'neboť', 'nechť', 'nejsou', 'není', 'net', 'než', 'ni', 'nic', 'nové', 'nový', 'nýbrž', 'o', 'od', 'ode', 'on', 'org', 'pak', 'po', 'pod', 'podle', 'pokud', 'pouze', 'právě', 'před', 'přes', 'při', 'pro', 'proč', 'proto', 'protože', 'první', 'ptá', 're', 's', 'se', 'si', 'sice', 'spol', 'strana', 'své', 'svá', 'svůj', 'svých', 'svým', 'svými', 'ta', 'tak', 'také', 'takže', 'tamhle', 'tato', 'tedy', 'téma', 'tě', 'té', 'ten', 'tedy', 'tento', 'této', 'tím ', 'tímto', 'tipy', 'to', 'tohle', 'toho', 'tohoto', 'tom', 'tomto', 'tomuto', 'totiž', 'tu', 'tudíž', 'tuto', 'tvůj', 'ty', 'tyto', 'u', 'už', 'v', 'vám', 'vás', 'váš', 'vaše', 've', 'vedle', 'více', 'však', 'všechen', 'vy', 'vždyt', 'z', 'za', 'zda', 'zde', 'že', 'zpět', 'zpráva', 'zprávy');
trunk/lang/words-de_DE.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $overusedwords = array('1','2','3','4','5','6','7','8','9','0', '10','der','die','und','in','den','von','zu','das','mit','sich','des','auf','für','ist','im','dem','nicht','ein','eine','als','auch','es','an','werden','aus','er','hat','daß','dass','sie','nach','wird','bei','einer','um','am','sind','noch','wie','einem','über','einen','so','zum','war','haben','nur','oder','aber','vor','zur','bis','mehr','durch','man','sein','wurde','sei','in','Prozent','hatte','kann','gegen','vom','können','schon','wenn','habe','seine','ihre','dann','unter','wir','soll','ich','eines','Jahr','zwei','Jahren','diese','dieser','wieder','keine','Uhr','seiner','worden','will','zwischen','immer','Millionen','was','sagte','gibt','alle','diesem','seit','muß','muss','wurden','beim','doch','jetzt','waren','drei','Jahre','neue','neuen','damit','bereits','da','ihr','seinen','müssen','ab','ihrer','ohne','sondern','selbst','ersten','nun','etwa');
trunk/lang/words-en_US.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $overusedwords = array( '', 'a', 'an', 'the', 'and', 'of', 'i', 'to', 'is', 'in', 'with', 'for', 'as', 'that', 'on', 'at', 'this', 'my', 'was', 'our', 'it', 'you', 'we', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '10', 'about', 'after', 'all', 'almost', 'along', 'also', 'amp', 'another', 'any', 'are', 'area', 'around', 'available', 'back', 'be', 'because', 'been', 'being', 'best', 'better', 'big', 'bit', 'both', 'but', 'by', 'c', 'came', 'can', 'capable', 'control', 'could', 'course', 'd', 'dan', 'day', 'decided', 'did', 'didn', 'different', 'div', 'do', 'doesn', 'don', 'down', 'drive', 'e', 'each', 'easily', 'easy', 'edition', 'end', 'enough', 'even', 'every', 'example', 'few', 'find', 'first', 'found', 'from', 'get', 'go', 'going', 'good', 'got', 'gt', 'had', 'hard', 'has', 'have', 'he', 'her', 'here', 'how', 'if', 'into', 'isn', 'just', 'know', 'last', 'left', 'li', 'like', 'little', 'll', 'long', 'look', 'lot', 'lt', 'm', 'made', 'make', 'many', 'mb', 'me', 'menu', 'might', 'mm', 'more', 'most', 'much', 'name', 'nbsp', 'need', 'new', 'no', 'not', 'now', 'number', 'off', 'old', 'one', 'only', 'or', 'original', 'other', 'out', 'over', 'part', 'place', 'point', 'pretty', 'probably', 'problem', 'put', 'quite', 'quot', 'r', 're', 'really', 'results', 'right', 's', 'same', 'saw', 'see', 'set', 'several', 'she', 'sherree', 'should', 'since', 'size', 'small', 'so', 'some', 'something', 'special', 'still', 'stuff', 'such', 'sure', 'system', 't', 'take', 'than', 'their', 'them', 'then', 'there', 'these', 'they', 'thing', 'things', 'think', 'those', 'though', 'through', 'time', 'today', 'together', 'too', 'took', 'two', 'up', 'us', 'use', 'used', 'using', 've', 'very', 'want', 'way', 'well', 'went', 'were', 'what', 'when', 'where', 'which', 'while', 'white', 'who', 'will', 'would', 'your');
trunk/lang/words-fr_FR.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $overusedwords = array('', 'a', 'abandonner', 'abattre', 'abord', 'aborder', 'abri', 'absence', 'absolu', 'absolument', 'accent', 'accepter', 'accompagner', 'accomplir', 'accord', 'accorder', 'accrocher', 'accueillir', 'accuser', 'acheter', 'achever', 'acte', 'action', 'admettre', 'adresser', 'affaire', 'affirmer', 'afin', 'agent', 'agir', 'agiter', 'ah', 'ai', 'aide', 'aider', 'aile', 'ailleurs', 'aimer', 'ainsi', 'air', 'ajouter', 'aller', 'allumer', 'alors', 'amener', 'ami', 'amour', 'amuser', 'an', 'ancien', 'anglais', 'angoisse', 'animal', 'animer', 'annoncer', 'année', 'apercevoir', 'apparaître', 'apparence', 'appartement', 'appartenir', 'appel', 'appeler', 'apporter', 'apprendre', 'approcher', 'approuver', 'appuyer', 'après', 'arbre', 'argent', 'arme', 'armer', 'armée', 'arracher', 'arriver', 'arrivée', 'arrière', 'arrêter', 'art', 'article', 'as', 'aspect', 'asseoir', 'assez', 'assister', 'assurer', 'attacher', 'attaquer', 'atteindre', 'attendre', 'attente', 'attention', 'attirer', 'attitude', 'au', 'aucun', 'aujourd\'hui', 'aujourd’hui', 'auparavant', 'auprès', 'auquel', 'aussi', 'aussitôt', 'autant', 'auteur', 'autorité', 'autour', 'autre', 'autrefois', 'autrement', 'autres', 'aux', 'auxquelles', 'auxquels', 'avance', 'avancer', 'avant', 'avec', 'avenir', 'aventure', 'avis', 'avoir', 'avouer', 'baisser', 'banc', 'bande', 'barbe', 'bas', 'bataille', 'battre', 'beau', 'beaucoup', 'beauté', 'beaux', 'besoin', 'bien', 'bientôt', 'billet', 'blanc', 'bleu', 'blond', 'boire', 'bois', 'bon', 'bonheur', 'bons', 'bord', 'bouche', 'bout', 'branche', 'bras', 'briller', 'briser', 'bruit', 'brusquement', 'brûler', 'bureau', 'but', 'bête', 'cabinet', 'cacher', 'calme', 'calmer', 'camarade', 'campagne', 'capable', 'car', 'caractère', 'caresser', 'carte', 'cas', 'casser', 'cause', 'causer', 'ce', 'ceci', 'cela', 'celui', 'cent', 'centre', 'cependant', 'cercle', 'certain', 'certainement', 'certes', 'cerveau', 'ces', 'cesse', 'cesser', 'cet', 'cette', 'chacun', 'chair', 'chaise', 'chaleur', 'chambre', 'champ', 'chance', 'changement', 'changer', 'chant', 'chanter', 'chaque', 'charge', 'charger', 'chasse', 'chasser', 'chat', 'chaud', 'chaîne', 'chef', 'chemin', 'chemise', 'cher', 'chercher', 'cheval', 'cheveu', 'chez', 'chien', 'chiffre', 'choisir', 'choix', 'chose', 'chute', 'ci', 'ciel', 'cinq', 'cinquante', 'circonstance', 'clair', 'claire', 'classe', 'clef', 'coin', 'colline', 'colon', 'colère', 'combat', 'combien', 'commander', 'comme', 'commencement', 'commencer', 'comment', 'commun', 'compagnie', 'compagnon', 'complet', 'complètement', 'composer', 'comprendre', 'compte', 'compter', 'conclure', 'condamner', 'condition', 'conduire', 'confiance', 'confier', 'confondre', 'connaissance', 'connaître', 'conscience', 'conseil', 'consentir', 'considérer', 'construire', 'consulter', 'contenir', 'content', 'contenter', 'continuer', 'contraire', 'contre', 'convenir', 'conversation', 'corde', 'corps', 'cou', 'couche', 'coucher', 'couler', 'couleur', 'coup', 'couper', 'cour', 'courage', 'courant', 'courir', 'cours', 'course', 'court', 'couvrir', 'coûter', 'craindre', 'crainte', 'creuser', 'cri', 'crier', 'crise', 'croire', 'croiser', 'croix', 'cruel', 'créer', 'cuisine', 'curieux', 'curiosité', 'céder', 'côte', 'côté', 'cœur', 'd\'un', 'd\'une', 'dame', 'danger', 'dangereux', 'dans', 'danser', 'davantage', 'de', 'debout', 'dedans', 'dehors', 'delà', 'demain', 'demande', 'demander', 'demeurer', 'demi', 'dent', 'depuis', 'dernier', 'derrière', 'des', 'descendre', 'desquelles', 'desquels', 'dessiner', 'dessous', 'dessus', 'deux', 'devant', 'devenir', 'deviner', 'devoir', 'dieu', 'difficile', 'différent', 'digne', 'dimanche', 'dire', 'direction', 'diriger', 'discours', 'discussion', 'discuter', 'disparaître', 'disposer', 'distance', 'distinguer', 'divers', 'dix', 'docteur', 'doigt', 'dominer', 'donc', 'donner', 'dont', 'dormir', 'dos', 'double', 'doucement', 'douceur', 'douleur', 'doute', 'douter', 'doux', 'douze', 'drame', 'dresser', 'droit', 'droite', 'drôle', 'du', 'duquel', 'dur', 'durant', 'durer', 'dès', 'début', 'déchirer', 'décider', 'déclarer', 'découvrir', 'décrire', 'défaut', 'défendre', 'dégager', 'déjà', 'départ', 'dépasser', 'déposer', 'désert', 'désespoir', 'désigner', 'désir', 'désirer', 'désormais', 'détacher', 'détail', 'détourner', 'détruire', 'd’un', 'd’une', 'eau', 'eaux', 'effacer', 'effet', 'effort', 'eh', 'elle', 'elles', 'embrasser', 'emmener', 'emparer', 'empire', 'employer', 'emporter', 'empêcher', 'en', 'encore', 'endormir', 'endroit', 'enfance', 'enfant', 'enfermer', 'enfin', 'enfoncer', 'engager', 'enlever', 'ennemi', 'ensemble', 'ensuite', 'entendre', 'entier', 'entourer', 'entraîner', 'entre', 'entrer', 'entretenir', 'entrée', 'envelopper', 'envie', 'environ', 'envoyer', 'erreur', 'escalier', 'espace', 'espoir', 'esprit', 'espèce', 'espérer', 'essayer', 'essuyer', 'est', 'et', 'etc', 'euh', 'eux', 'examiner', 'excepté', 'exemple', 'exiger', 'existence', 'exister', 'explication', 'expliquer', 'exposer', 'expression', 'exprimer', 'expérience', 'extraordinaire', 'extrême', 'exécuter', 'face', 'facile', 'faible', 'faim', 'faire', 'fais', 'fait', 'falloir', 'famille', 'fatigue', 'fatiguer', 'faute', 'fauteuil', 'faux', 'faveur', 'façon', 'femme', 'fenêtre', 'fer', 'ferme', 'fermer', 'feu', 'feuille', 'fidèle', 'fier', 'figure', 'figurer', 'fil', 'fille', 'fils', 'fin', 'fine', 'finir', 'fixe', 'fixer', 'flamme', 'fleur', 'flot', 'foi', 'fois', 'folie', 'fonction', 'fond', 'fonder', 'force', 'forcer', 'forme', 'former', 'fort', 'fortune', 'forêt', 'fou', 'foule', 'frais', 'franc', 'franchir', 'français', 'françois', 'frapper', 'froid', 'front', 'fruit', 'frère', 'fuir', 'fumer', 'fumée', 'fusil', 'fête', 'gagner', 'garde', 'garder', 'garçon', 'gauche', 'genou', 'genre', 'gens', 'geste', 'glace', 'glisser', 'gloire', 'goutte', 'gouvernement', 'goût', 'grain', 'grand', 'grandir', 'grave', 'gris', 'gros', 'groupe', 'grâce', 'gré', 'guerre', 'guider', 'guère', 'général', 'habiller', 'habitant', 'habiter', 'habitude', 'haine', 'hasard', 'haut', 'haute', 'hauteur', 'haïr', 'hein', 'herbe', 'heure', 'heureux', 'heurter', 'hier', 'histoire', 'hiver', 'homme', 'honneur', 'honte', 'horizon', 'hormis', 'hors', 'huit', 'humain', 'humide', 'hésiter', 'hôtel', 'ici', 'idée', 'ignorer', 'il', 'illusion', 'ils', 'image', 'imaginer', 'immense', 'immobile', 'immédiatement', 'importance', 'important', 'importer', 'imposer', 'impossible', 'impression', 'incapable', 'inconnu', 'indiquer', 'inquiéter', 'inquiétude', 'inspirer', 'installer', 'instant', 'instinct', 'instrument', 'intelligence', 'intention', 'interroger', 'interrompre', 'intéresser', 'intérieur', 'intérêt', 'inutile', 'inventer', 'inviter', 'jamais', 'jambe', 'jardin', 'jaune', 'je', 'jeter', 'jeu', 'jeune', 'jeunesse', 'joie', 'joindre', 'joli', 'joue', 'jouer', 'jour', 'journal', 'journée', 'juge', 'juger', 'juif', 'jusqu\'au', 'jusqu\'aux', 'jusqu\'à', 'jusque', 'jusqu’au', 'jusqu’aux', 'jusqu’à', 'juste', 'justice', 'l\'un', 'l\'une', 'la', 'laquelle', 'large', 'larme', 'le', 'lendemain', 'lentement', 'lequel', 'les', 'lesquelles', 'lesquels', 'lettre', 'leur', 'leurs', 'lever', 'leçon', 'liberté', 'libre', 'lien', 'lier', 'lieu', 'ligne', 'lire', 'lisser', 'lit', 'livre', 'livrer', 'loi', 'loin', 'long', 'longtemps', 'lors', 'lorsque', 'loup', 'lourd', 'lueur', 'lui', 'lumière', 'lune', 'lutte', 'lutter', 'là', 'lèvre', 'léger', 'l’un', 'l’une', 'ma', 'machine', 'madame', 'magnifique', 'main', 'maintenant', 'maintenir', 'mais', 'maison', 'mal', 'malade', 'maladie', 'malgré', 'malheur', 'manche', 'manger', 'manier', 'manquer', 'marchand', 'marche', 'marcher', 'marché', 'mari', 'mariage', 'marier', 'marquer', 'masse', 'matin', 'matière', 'mauvais', 'maître', 'me', 'meilleur', 'meilleure', 'meilleures', 'meilleurs', 'membre', 'menacer', 'mener', 'mensonge', 'mentir', 'mer', 'mes', 'mesure', 'mettre', 'midi', 'mien', 'miens', 'mieux', 'milieu', 'militaire', 'mille', 'million', 'mince', 'mine', 'ministre', 'minute', 'miser', 'mode', 'moi', 'moindre', 'moins', 'mois', 'moitié', 'moment', 'mon', 'monde', 'monsieur', 'montagne', 'monter', 'montrer', 'morceau', 'mort', 'mot', 'mourir', 'mouvement', 'moyen', 'muet', 'mur', 'musique', 'médecin', 'mémoire', 'mériter', 'métier', 'mêler', 'même', 'naissance', 'nation', 'nature', 'naturel', 'naturellement', 'naître', 'ne', 'nerveux', 'neuf', 'nez', 'ni', 'noir', 'noire', 'nom', 'nombre', 'nombreux', 'nommer', 'non', 'nord', 'nos', 'note', 'notre', 'nourrir', 'nous', 'nouveau', 'noyer', 'nu', 'nuage', 'nuit', 'nul', 'nécessaire', 'nôtre', 'nôtres', 'objet', 'obliger', 'observer', 'obtenir', 'obéir', 'occasion', 'occuper', 'odeur', 'oeil', 'officier', 'offrir', 'oh', 'oiseau', 'ombre', 'on', 'oncle', 'or', 'ordre', 'oreille', 'oser', 'ou', 'oublier', 'ouh', 'oui', 'ouvert', 'ouvrage', 'ouvrir', 'où', 'page', 'pain', 'paix', 'palais', 'papa', 'papier', 'paquet', 'par', 'paraître', 'parce', 'parcourir', 'pareil', 'parent', 'parer', 'parfait', 'parfaitement', 'parfois', 'parler', 'parmi', 'parole', 'part', 'partager', 'parti', 'particulier', 'partie', 'partir', 'partout', 'parvenir', 'pas', 'passage', 'passer', 'passion', 'passé', 'patron', 'paupière', 'pauvre', 'payer', 'pays', 'paysage', 'paysan', 'peau', 'peine', 'pencher', 'pendant', 'pendre', 'penser', 'pensée', 'perdre', 'perdu', 'permettre', 'personnage', 'personne', 'perte', 'peser', 'petit', 'peu', 'peuple', 'peur', 'phrase', 'pied', 'pierre', 'piquer', 'pire', 'pires', 'pitié', 'pièce', 'place', 'placer', 'plaindre', 'plaine', 'plaire', 'plaisir', 'plan', 'planche', 'plante', 'plein', 'pleurer', 'plier', 'plonger', 'pluie', 'plus', 'plusieurs', 'plutôt', 'poche', 'poids', 'point', 'pointe', 'poitrine', 'police', 'politique', 'pont', 'port', 'porte', 'porter', 'portier', 'poser', 'position', 'possible', 'posséder', 'poste', 'pour', 'pourquoi', 'poursuivre', 'pourtant', 'pousser', 'poussière', 'pouvoir', 'poète', 'poésie', 'premier', 'prendre', 'presque', 'presser', 'preuve', 'prier', 'prince', 'principe', 'printemps', 'prison', 'prix', 'prière', 'probablement', 'problème', 'prochain', 'produire', 'professeur', 'profiter', 'profond', 'profondément', 'projet', 'promener', 'promettre', 'prononcer', 'propos', 'proposer', 'propre', 'protéger', 'prouver', 'près', 'précieux', 'précipiter', 'précis', 'précéder', 'préférer', 'préparer', 'présence', 'présent', 'présenter', 'président', 'prétendre', 'prévenir', 'prévoir', 'prêt', 'prêter', 'public', 'puis', 'puisque', 'puissance', 'puissant', 'pur', 'père', 'pénétrer', 'qualité', 'quand', 'quant', 'quarante', 'quart', 'quartier', 'quatre', 'que', 'quel', 'quelle', 'quelles', 'quelqu\'un', 'quelque', 'quelqu’un', 'quels', 'question', 'queue', 'qui', 'quinze', 'quitter', 'quoi', 'quoique', 'race', 'raconter', 'rage', 'raison', 'ramasser', 'ramener', 'rang', 'rapide', 'rapidement', 'rappeler', 'rapport', 'rapporter', 'rare', 'rassurer', 'rayon', 'recevoir', 'recherche', 'recommencer', 'reconnaître', 'recueillir', 'reculer', 'redevenir', 'refuser', 'regard', 'regarder', 'regretter', 'rejeter', 'rejoindre', 'relation', 'relever', 'religion', 'remarquer', 'remercier', 'remettre', 'remonter', 'remplacer', 'remplir', 'rencontre', 'rencontrer', 'rendre', 'renoncer', 'rentrer', 'renverser', 'repas', 'reposer', 'repousser', 'reprendre', 'reproche', 'représenter', 'respect', 'respecter', 'respirer', 'ressembler', 'reste', 'rester', 'retenir', 'retirer', 'retomber', 'retour', 'retourner', 'retrouver', 'revenir', 'revoir', 'riche', 'rideau', 'rien', 'rire', 'risquer', 'robe', 'roche', 'rocher', 'roi', 'roman', 'rompre', 'rond', 'rose', 'rouge', 'rouler', 'route', 'rue', 'ruine', 'règle', 'réalité', 'réclamer', 'réduire', 'réel', 'réflexion', 'réfléchir', 'régulier', 'répandre', 'répondre', 'réponse', 'répéter', 'réserver', 'résistance', 'résister', 'résoudre', 'résultat', 'réunir', 'réussir', 'réveiller', 'révolution', 'révéler', 'rêve', 'rêver', 'rôle', 'sa', 'sable', 'sac', 'saint', 'saisir', 'saison', 'salle', 'saluer', 'salut', 'sang', 'sans', 'santé', 'satisfaire', 'sauf', 'sauter', 'sauvage', 'sauver', 'savoir', 'science', 'scène', 'se', 'sec', 'second', 'seconde', 'secours', 'secret', 'secrétaire', 'seigneur', 'sein', 'selon', 'semaine', 'semblable', 'sembler', 'semer', 'sens', 'sentier', 'sentiment', 'sentir', 'sept', 'serrer', 'service', 'servir', 'ses', 'seuil', 'seul', 'seulement', 'si', 'sien', 'siens', 'signe', 'signer', 'signifier', 'silence', 'silencieux', 'simple', 'simplement', 'situation', 'six', 'siècle', 'siège', 'social', 'société', 'soi', 'soin', 'soir', 'soirée', 'soit', 'sol', 'soldat', 'soleil', 'solitude', 'sombre', 'somme', 'sommeil', 'sommet', 'son', 'songer', 'sonner', 'sorte', 'sortir', 'sou', 'souci', 'soudain', 'souffler', 'souffrance', 'souffrir', 'souhaiter', 'soulever', 'soumettre', 'source', 'sourd', 'sourire', 'sous', 'soutenir', 'souvenir', 'souvent', 'spectacle', 'subir', 'succès', 'sueur', 'suffire', 'suite', 'suivant', 'suivre', 'sujet', 'supporter', 'supposer', 'supérieur', 'sur', 'surprendre', 'surtout', 'surveiller', 'système', 'séparer', 'sérieux', 'sûr', 'ta', 'table', 'tache', 'taille', 'taire', 'tandis', 'tant', 'tantôt', 'tapis', 'tard', 'te', 'tel', 'telle', 'tellement', 'telles', 'tels', 'temps', 'tempête', 'tendre', 'tenir', 'tenter', 'terme', 'terminer', 'terrain', 'terre', 'terreur', 'terrible', 'tes', 'théâtre', 'tien', 'tiens', 'tirer', 'titre', 'toi', 'toile', 'toit', 'tombe', 'tomber', 'ton', 'toucher', 'toujours', 'tour', 'tourner', 'tous', 'tout', 'toute', 'trace', 'tracer', 'train', 'trait', 'traiter', 'tranquille', 'transformer', 'travail', 'travailler', 'travers', 'traverser', 'traîner', 'trembler', 'trente', 'triste', 'trois', 'troisième', 'tromper', 'trop', 'trou', 'troubler', 'trouver', 'très', 'trésor', 'tu', 'tuer', 'type', 'tâche', 'témoin', 'tête', 'tôt', 'un', 'une', 'unique', 'usage', 'user', 'va', 'vague', 'vaincre', 'vais', 'valeur', 'valoir', 'vas', 'vaste', 'veille', 'veiller', 'vendre', 'venir', 'vent', 'ventre', 'verre', 'vers', 'verser', 'vert', 'victime', 'vide', 'vie', 'vieil', 'vieillard', 'viens', 'vient', 'vieux', 'vif', 'village', 'ville', 'vin', 'vingt', 'violence', 'violent', 'visage', 'visible', 'vision', 'visite', 'visiter', 'vite', 'vivant', 'vivre', 'voici', 'voie', 'voile', 'voilà', 'voir', 'voisin', 'voiture', 'voix', 'vol', 'voler', 'volonté', 'vos', 'votre', 'vouloir', 'vous', 'voyage', 'voyager', 'vrai', 'vraiment', 'vue', 'véritable', 'vérité', 'vêtement', 'vêtir', 'vôtre', 'vôtres', 'y', 'yeux', 'à', 'âge', 'âgé', 'âme', 'ça', 'écarter', 'échapper', 'éclairer', 'éclat', 'éclater', 'école', 'écouter', 'écraser', 'écrire', 'égal', 'également', 'élever', 'éloigner', 'élément', 'émotion', 'énergie', 'énorme', 'épais', 'épaule', 'époque', 'épreuve', 'éprouver', 'établir', 'étage', 'étaler', 'état', 'éteindre', 'étendre', 'étendue', 'éternel', 'étoile', 'étonner', 'étouffer', 'étrange', 'étranger', 'étroit', 'étude', 'étudier', 'été', 'évidemment', 'éviter', 'événement', 'être', 'île', 'œuvre',);
trunk/lang/words-it_IT.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $overusedwords = array( '', 'il', 'di', 'e', 'a', 'un', 'in', 'che', 'non', 'ma', 'come', 'su', 'mi', 'anche', 'o', 'io', 'se', 'perché', 'li', 'ci', 'ne', 'lei', 'ancora', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '10', 'tu', 'lui', 'senza', 'bene', 'cui', 'chi', 'già', 'dopo', 'uno', 'noi', 'dove', 'qui', 'no', 'allora', 'tra', 'vi', 'ora', 'fra', 'prima', 'forse', 'sì', 'sotto', 'voi', 'fino', 'oggi', 'quasi', 'pure', 'egli', 'mentre', 'contro', 'invece', 'esso', 'là', 'però', 'né', 'subito', 'verso', 'ciò', 'ecco', 'loro', 'essa', 'fuori', 'meno', 'adesso', 'niente', 'cioè', 'male', 'nulla', 'ah', 'oh', 'quindi', 'appena', 'insieme', 'dunque', 'dentro', 'durante', 'almeno', 'secondo', 'anzi', 'oramai', 'oltre', 'intorno', 'sopra', 'dietro', 'ieri', 'davvero', 'lì', 'qualcuno', 'avanti', 'assai', 'presto', 'qua', 'domani', 'circa', 'giù', 'soprattutto', 'nemmeno', 'grazie', 'tuttavia', 'appunto', 'neppure', 'eh', 'veramente', 'tardi', 'insomma', 'soltanto', 'infatti', 'qualcosa', 'apesso', 'accordo', 'presso', 'intanto', 'lungo', 'neanche', 'piuttosto', 'stasera', 'perciò', 'naturalmente', 'accanto', 'eppure', 'eccetera', 'finalmente', 'infine', 'poiché', 'comunque', 'dinanzi', 'abbastanza', 'peccato', 'certamente', 'coloro', 'attorno', 'magari', 'oppure', 'inoltre', 'indietro', 'addosso', 'addirittura', 'finché', 'perfino', 'affatto', 'stamattina', 'completamente', 'probabilmente', 'sino', 'chissà', 'ognuno', 'entro');
trunk/lang/words-nl_NL.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $overusedwords = array('', 'een', 'de', 'het', 'of', 'in', 'naar', 'op', 'is', 'met', 'voor', 'als', 'dat', 'onder', 'dit', 'mijn', 'mij', 'was', 'ons', 'jij', 'zij', 'wij', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '10', 'over', 'na', 'alle', 'bijna', 'langs', 'ook', 'ander', 'enig', 'enige', 'zijn', 'ben', 'bent', 'beschikbaar', 'terug', 'omdat', 'geweest', 'doordat', 'beste', 'beter', 'groot', 'klein', 'beiden', 'maar', 'c', 'kom', 'komen','kan','kunnen','konden', 'controleren', 'zouden', 'zou', 'cursus', 'd', 'dan', 'dag', 'beslissen', 'deden', 'deed', 'doet', 'verschillend', 'doe', 'niet', 'nog', 'onder', 'rijden', 'e', 'elke', 'gemakkelijk', 'makkie', 'editie', 'versie', 'einde', 'genoeg', 'even', 'elke', 'voorbeeld', 'enkele', 'vinden', 'eerste', 'gevonden', 'vind', 'vindt', 'van', 'krijg', 'krijgen', 'gaan', 'ga', 'goed', 'snap', 'begrijpen', 'heb', 'hebben', 'had', 'hard', 'heeft', 'hij', 'hem', 'haar', 'hier', 'hoe', 'niet', 'wel', 'weten', 'laatste', 'links', 'rechts', 'leuk', 'klein', 'lang', 'kijk', 'kijken', 'veel', 'weinig', 'maken', 'maak', 'gemaakt', 'menu', 'misschien', 'wellicht', 'meer', 'minder', 'naam', 'nbsp', 'nodig', 'nieuw', 'nee', 'ja', 'niet', 'nu', 'nummer', 'uit', 'oud', 'een', 'alleen', 'originineel', 'ander', 'andere', 'anders', 'haar', 'over', 'deel', 'plek', 'plek', 'mooi', 'waarschijnlijk', 'probleem', 'plaats', 'ongeveer', 'gezegde', 're', 'werkelijk', 'uitkomst', 'plus', 'min','klopt', 's', 'zelfde','dezelfde', 'zag', 'zien', 'zie', 'verschillende','zou', 'zouden', 'since', 'maat', 'kleine', 'zo', 'sommige', 'iets', 'speciaal', 'stil','nog', 'dingen', 'zoals', 'natuurlijk', 'systeem', 't', 'nemen','neem', 'dan', 'hun', 'hen', 'daarna', 'er', 'deze', 'dingen', 'ding', 'denk', 'denken', 'zulke', 'moeilijk', 'door','doorheen', 'doordat','omdat', 'tijd', 'vandaag', 'samen', 'ook', 'nam', 'twee', 'gebruiken','gebruik', 'gebruikt', 'gebruikte', 'zeer', 'erg', 'want', 'manier', 'nou', 'nu', 'geweest', 'waar', 'wat', 'wanneer', 'waar', 'welke', 'ondertussen', 'terwijl', 'wit','zwart','wie','wil', 'zou','zouden', 'jou', 'jouw', 'haar', 'van','mensen', 'man', 'vrouw', 'persoon', 'goed', 'slecht', 'heel','later', 'eerder', 'nieuw', 'moet', 'moeten', 'mogen', 'mag', 'zegt', 'zeggen', 'zei', 'zeg', 'maak', 'maken', 'maakte', 'gemaakt', 'doe', 'doen', 'deed', 'deden', 'konden', 'word', 'wordt', 'werd', 'werden', 'ja', 'nee','uh', 'die','naar', 'je', 'maar','jaar','moet', 'aleen');
trunk/lang/words-pl_PL.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $overusedwords = array( 'a', 'aby', 'acz', 'aczkolwiek', 'ale', 'ależ', 'aż', 'bardziej', 'bardzo', 'bez', 'bo', 'bowiem', 'by', 'byli', 'być', 'był', 'była', 'było', 'były', 'będzie', 'będą', 'cali', 'cała', 'cały', 'co', 'cokolwiek', 'coś', 'czasami', 'czasem', 'czemu', 'czy', 'czyli', 'dla', 'dlaczego', 'dlatego', 'do', 'gdy', 'gdyż', 'gdzie', 'gdziekolwiek', 'gdzieś', 'go', 'i', 'ich', 'ile', 'im', 'inna', 'inne', 'inny', 'innych', 'iż', 'ja', 'jak', 'jakaś', 'jakichś', 'jakie', 'jakiś', 'jakiż', 'jakkolwiek', 'jako', 'jakoś', 'jednak', 'jednakże', 'jego', 'jej', 'jest', 'jeszcze', 'jeśli', 'jeżeli', 'już', 'ją', 'kiedy', 'kilka', 'kimś', 'kto', 'ktokolwiek', 'ktoś', 'która', 'które', 'którego', 'której', 'który', 'których', 'którym', 'którzy', 'lat', 'lecz', 'lub', 'ma', 'mają', 'mi', 'mimo', 'między', 'mnie', 'mogą', 'moim', 'może', 'możliwe', 'można', 'mu', 'musi', 'my', 'na', 'nad', 'nam', 'nas', 'naszego', 'naszych', 'natomiast', 'nawet', 'nic', 'nich', 'nie', 'nigdy', 'nim', 'niż', 'no', 'o', 'obok', 'od', 'około', 'on', 'ona', 'one', 'oni', 'ono', 'oraz', 'pan', 'pana', 'pani', 'po', 'pod', 'podczas', 'pomimo', 'ponad', 'ponieważ', 'powinien', 'powinna', 'powinni', 'powinno', 'poza', 'prawie', 'przecież', 'przed', 'przede', 'przez', 'przy', 'roku', 'również', 'się', 'sobie', 'sobą', 'sposób', 'swoje', 'są', 'ta', 'tak', 'taka', 'taki', 'takie', 'także', 'tam', 'tamto', 'te', 'tego', 'tej', 'ten', 'teraz', 'też', 'to', 'tobie', 'toteż', 'trzeba', 'tu', 'twoim', 'twoja', 'twoje', 'twym', 'twój', 'ty', 'tych', 'tylko', 'tym', 'u', 'w', 'we', 'według', 'wiele', 'wielu', 'więc', 'więcej', 'wszyscy', 'wszystkich', 'wszystkie', 'wszystkim', 'wszystko', 'wy', 'właśnie', 'z', 'za', 'zapewne', 'zawsze', 'ze', 'znowu', 'znów', 'został', 'żadna', 'żadne', 'żadnych', 'że', 'żeby', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '10');
trunk/lang/words-pt_BR.php ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php
2
+
3
+ $overusedwords = array('a', 'acerca', 'agora', 'ainda', 'alguém', 'algum', 'alguma', 'algumas', 'alguns', 'ali', 'ambos', 'ampla', 'amplas', 'amplo', 'amplos', 'ante', 'antes', 'apontar', 'ao', 'aos', 'após', 'aquela', 'aquelas', 'aquele', 'aqueles', 'aqui', 'aquilo', 'as', 'até', 'atrás', 'através', 'bem', 'bom', 'cada', 'caminho', 'cima', 'coisa', 'coisas', 'com', 'como', 'conhecido', 'contra', 'contudo', 'corrente', 'da', 'daquela', 'daquelas', 'daquele', 'daqueles', 'das', 'de', 'debaixo', 'dela', 'delas', 'dele', 'deles', 'dentro', 'depois', 'desde', 'desligado', 'dessa', 'dessas', 'desse', 'desses', 'desta', 'destas', 'deste', 'deste', 'destes', 'deve', 'devem', 'devendo', 'dever', 'dever', 'deverão', 'deveria', 'deveriam', 'devia', 'deviam', 'direita', 'disse', 'disso', 'disto', 'dito', 'diz', 'dizem', 'do', 'dois', 'dos', 'e', 'é', 'ela', 'elas', 'ele', 'eles', 'em', 'enquanto', 'então', 'entre', 'era', 'essa', 'essas', 'esse', 'esses', 'esta', 'está', 'estamos', 'estão', 'estar', 'estará', 'estas', 'estava', 'estavam', 'estávamos', 'este', 'estes', 'estou', 'eu', 'fará', 'faz', 'fazendo', 'fazer', 'fazia', 'feita', 'feitas', 'feito', 'feitos', 'fez', 'fim', 'foi', 'for', 'fora', 'foram', 'fosse', 'fossem', 'grande', 'grandes', 'há', 'hora', 'horas', 'iniciar', 'início', 'ir', 'irá', 'isso', 'isto', 'já', 'ligado', 'maioria', 'maiorias', 'mais', 'mas', 'me', 'mesma', 'mesmas', 'mesmo', 'mesmos', 'meu', 'meus', 'minha', 'minhas', 'muita', 'muitas', 'muito', 'muitos', 'na', 'não', 'nas', 'nem', 'nenhum', 'nessa', 'nessas', 'nesta', 'nestas', 'ninguém', 'no', 'nome', 'nos', 'nós', 'nossa', 'nossas', 'nosso', 'nossos', 'novo', 'num', 'numa', 'nunca', 'o', 'onde', 'os', 'ou', 'outra', 'outras', 'outro', 'outros', 'para', 'parte', 'pegar', 'pela', 'pelas', 'pelo', 'pelos', 'pequena', 'pequenas', 'pequeno', 'pequenos', 'perante', 'pessoa', 'pessoas', 'pode', 'podendo', 'poder', 'poderá', 'poderia', 'poderiam', 'podia', 'podiam', 'pois', 'por', 'porém', 'porque', 'posso', 'pouca', 'poucas', 'pouco', 'poucos', 'povo', 'primeiro', 'primeiros', 'própria', 'próprio', 'próprios', 'quais', 'qual', 'qualquer', 'quando', 'quanto', 'quantos', 'que', 'quê', 'quem', 'saber', 'são', 'se', 'seja', 'sejam', 'sem', 'sempre', 'sendo', 'ser', 'será', 'serão', 'seu', 'seus', 'si', 'sido', 'só', 'sob', 'sobre', 'somente', 'sua', 'suas', 'tal', 'talvez', 'também', 'tampouco', 'te', 'tem', 'têm', 'tempo', 'tendo', 'tenha', 'tenho', 'tentaram', 'tentarem', 'ter', 'teu', 'teus', 'teve', 'ti', 'tido', 'tinha', 'tinham', 'tipo', 'tive', 'toda', 'todas', 'todavia', 'todo', 'todos', 'tu', 'tua', 'tuas', 'tudo', 'última', 'últimas', 'último', 'últimos', 'um', 'uma', 'umas', 'uns', 'usa', 'usar', 'veja', 'vendo', 'ver', 'verdade', 'verdadeiro', 'vez', 'vindo', 'vir', 'você');
trunk/lang/yarpp-ar.mo ADDED
Binary file
trunk/lang/yarpp-ar_AR.mo ADDED
Binary file
trunk/lang/yarpp-ar_AR.po ADDED
@@ -0,0 +1,578 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.0.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2010-05-06 10:40+0300\n"
7
+ "Last-Translator: Ирина <timoo08@mail.ru>\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: 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 "الوظائف ذات الصلة"
43
+
44
+ #: template-builtin.php:35
45
+ #, php-format
46
+ #@ yarpp
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
+ #: yarpp_options.php:462
52
+ #: yarpp_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
+ #: yarpp_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."
60
+ msgstr "وكان الاختيار تجاوز MyISAM. يمكنك الآن استخدام \"النظر في عناوين \" و \"النظر في هيئات معايير ارتباط\"."
61
+
62
+ #: yarpp_options.php:35
63
+ #, php-format
64
+ #@ yarpp
65
+ 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."
66
+ msgstr "YARPP في \"النظر في عناوين \" و \"النظر في هيئات معايير ارتباط\" يتطلب ٪ الخاص <code>ق </ الجدول> رمز لاستخدام <أ href = http://dev.mysql.com/doc/refman/ ' 5.0/en/storage-engines.html 'تخزين <المحرك MyISAM> / 1> ، ولكن يبدو أن جدول باستخدام ٪ <code> </ محرك>. تم تعطيل هذه الخيارين."
67
+
68
+ #: yarpp_options.php:37
69
+ #, php-format
70
+ #@ yarpp
71
+ 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."
72
+ msgstr "لاستعادة هذه الميزات ، الرجاء تحديث الخاص <code>٪ </ الجدول> رمز من خلال تنفيذ التوجيه مزود التالية : تغيير الجدول <code>`٪ سيصدره محرك MyISAM = ؛ < /. سوف تمحى لا توجد بيانات عن طريق تغيير محرك الجدول ، وإن كانت هناك آثار الأداء."
73
+
74
+ #: yarpp_options.php:39
75
+ #, php-format
76
+ #@ yarpp
77
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
78
+ msgstr "إذا ، بغض النظر عن هذا الخيار ، كنت على يقين من أن الجدول <code>٪ </ يستخدم رمز MyISAM ، انقر على هذا الزر السحري :"
79
+
80
+ #: yarpp_options.php:42
81
+ #@ yarpp
82
+ msgid "Trust me. Let me use MyISAM features."
83
+ msgstr "ثق بي. واسمحوا لي أن استخدام ميزات MyISAM."
84
+
85
+ #: yarpp_options.php:65
86
+ #@ yarpp
87
+ msgid "The YARPP database had an error but has been fixed."
88
+ msgstr "وكانت قاعدة بيانات YARPP خطأ ولكن قد تم إصلاحها."
89
+
90
+ #: yarpp_options.php:67
91
+ #@ yarpp
92
+ msgid "The YARPP database has an error which could not be fixed."
93
+ msgstr "قاعدة بيانات YARPP وخطأ لا يمكن إصلاحها."
94
+
95
+ #: yarpp_options.php:141
96
+ #: yarpp_options.php:158
97
+ #: yarpp_options.php:170
98
+ #@ yarpp
99
+ msgid "do not consider"
100
+ msgstr "لا تنظر"
101
+
102
+ #: yarpp_options.php:142
103
+ #: yarpp_options.php:159
104
+ #: yarpp_options.php:172
105
+ #@ yarpp
106
+ msgid "consider"
107
+ msgstr "نظر"
108
+
109
+ #: yarpp_options.php:160
110
+ #@ yarpp
111
+ msgid "consider with extra weight"
112
+ msgstr "النظر مع الوزن الزائد"
113
+
114
+ #: yarpp_options.php:188
115
+ #@ yarpp
116
+ msgid "Yet Another Related Posts Plugin version history (RSS 2.0)"
117
+ msgstr "بعد إصدار آخر ذات الوظائف البرنامج المساعد التاريخ (RSS 2.0)"
118
+
119
+ #: yarpp_options.php:242
120
+ #@ yarpp
121
+ msgid "Yet Another Related Posts Plugin Options"
122
+ msgstr "بعد آخر على الوظائف ذات المساعد الخيارات"
123
+
124
+ #: yarpp_options.php:274
125
+ #@ yarpp
126
+ msgid "\"The Pool\""
127
+ msgstr "<em>محتوى</em>"
128
+
129
+ #: yarpp_options.php:276
130
+ #@ yarpp
131
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
132
+ msgstr " \"إن تجمع\" يشير إلى مجموعة من وظائف والصفحات التي يتم المرشحين لعرض والمتعلقة بدخول الحالي."
133
+
134
+ #: yarpp_options.php:281
135
+ #@ yarpp
136
+ msgid "Disallow by category:"
137
+ msgstr "عدم السماح حسب الفئة :"
138
+
139
+ #: yarpp_options.php:283
140
+ #@ yarpp
141
+ msgid "Disallow by tag:"
142
+ msgstr "عدم السماح بها العلامة :"
143
+
144
+ #: yarpp_options.php:286
145
+ #@ yarpp
146
+ msgid "Show password protected posts?"
147
+ msgstr "كلمة السر المحمية معرض الوظائف؟"
148
+
149
+ #: yarpp_options.php:326
150
+ #@ yarpp
151
+ msgid "Show only previous posts?"
152
+ msgstr "عرض مشاركات سابقة فقط؟"
153
+
154
+ #: yarpp_options.php:307
155
+ #@ yarpp
156
+ msgid "\"Relatedness\" options"
157
+ msgstr "ارتباط \"خيارات\""
158
+
159
+ #: yarpp_options.php:310
160
+ #, php-format
161
+ #@ yarpp
162
+ 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>."
163
+ msgstr "YARPP يختلف عن السابق ل<a> href=\"http://wasabi.pbwiki.com/Related٪20Entries\"> المحمول </ بحيث يحد من اختيار الاتصالات <br/> (1) الحد الأقصى لعدد (2) \" التشابه \"."
164
+
165
+ #: yarpp_options.php:310
166
+ #: yarpp_options.php:325
167
+ #: yarpp_options.php:409
168
+ #: yarpp_options.php:414
169
+ #: yarpp_options.php:461
170
+ #: yarpp_options.php:478
171
+ #: yarpp_options.php:479
172
+ #: yarpp_options.php:483
173
+ #: yarpp_options.php:529
174
+ #@ yarpp
175
+ msgid "more&gt;"
176
+ msgstr "المزيد"
177
+
178
+ #: yarpp_options.php:316
179
+ #@ yarpp
180
+ msgid "Match threshold:"
181
+ msgstr "عتبة التشابه :"
182
+
183
+ #: yarpp_options.php:317
184
+ #@ yarpp
185
+ msgid "Titles: "
186
+ msgstr "العناوين :"
187
+
188
+ #: yarpp_options.php:319
189
+ #@ yarpp
190
+ msgid "Bodies: "
191
+ msgstr "الهيئات :"
192
+
193
+ #: yarpp_options.php:321
194
+ #@ yarpp
195
+ msgid "Tags: "
196
+ msgstr "به :"
197
+
198
+ #: yarpp_options.php:323
199
+ #@ yarpp
200
+ msgid "Categories: "
201
+ msgstr "فئات :"
202
+
203
+ #: yarpp_options.php:325
204
+ #@ yarpp
205
+ msgid "Cross-relate posts and pages?"
206
+ msgstr "وتتصل عبر وظائف والصفحات؟"
207
+
208
+ #: yarpp_options.php:325
209
+ #@ yarpp
210
+ 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."
211
+ msgstr "عندما \"تتصل عبر وظائف وصفحات \" يتم تحديد الخيار ، related_posts <code>() <> / <code>related_pages () <> / و<code>related_entries () </ رمز وسوف يعطي كل نفس الناتج ، يعود كل من الصفحات ذات الصلة وظيفة."
212
+
213
+ #: yarpp_options.php:404
214
+ #@ yarpp
215
+ msgid "Display options <small>for your website</small>"
216
+ msgstr "خيارات العرض <small>ل<موقع الويب الخاص بك</small>"
217
+
218
+ #: yarpp_options.php:409
219
+ #@ yarpp
220
+ msgid "Automatically display related posts?"
221
+ msgstr "عرض تلقائيا وظائف ذات الصلة؟"
222
+
223
+ #: yarpp_options.php:409
224
+ #@ yarpp
225
+ 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."
226
+ msgstr "<code>related_posts () <> / أو المتغيرات (<code>related_pages () <> / و<code>related_entries () </) في الموضوع الخاص بك الملفات."
227
+
228
+ #: yarpp_options.php:410
229
+ #@ yarpp
230
+ msgid "Website display code example"
231
+ msgstr "الموقع سبيل المثال عرض رمز"
232
+
233
+ #: yarpp_options.php:410
234
+ #: yarpp_options.php:480
235
+ #@ yarpp
236
+ msgid "(Update options to reload.)"
237
+ msgstr "(خيارات تحديث لإعادة تحميل.)"
238
+
239
+ #: yarpp_options.php:413
240
+ #: yarpp_options.php:482
241
+ #@ yarpp
242
+ msgid "Maximum number of related posts:"
243
+ msgstr "الحد الأقصى لعدد الوظائف ذات الصلة :"
244
+
245
+ #: yarpp_options.php:426
246
+ #@ yarpp
247
+ msgid "Before / after related entries:"
248
+ msgstr "قبل / بعد مداخل ذات الصلة :"
249
+
250
+ #: yarpp_options.php:427
251
+ #: yarpp_options.php:432
252
+ #: yarpp_options.php:441
253
+ #: yarpp_options.php:496
254
+ #: yarpp_options.php:501
255
+ #: yarpp_options.php:510
256
+ #@ yarpp
257
+ msgid "For example:"
258
+ msgstr "على سبيل المثال :"
259
+
260
+ #: yarpp_options.php:431
261
+ #: yarpp_options.php:500
262
+ #@ yarpp
263
+ msgid "Before / after each related entry:"
264
+ msgstr "قبل / بعد كل إدخال ذات الصلة :"
265
+
266
+ #: yarpp_options.php:435
267
+ #: yarpp_options.php:504
268
+ #@ yarpp
269
+ msgid "Show excerpt?"
270
+ msgstr "وتظهر مقتطفات؟"
271
+
272
+ #: yarpp_options.php:436
273
+ #: yarpp_options.php:505
274
+ #@ yarpp
275
+ msgid "Excerpt length (No. of words):"
276
+ msgstr "مقتطفات طول (عدد الكلمات) :"
277
+
278
+ #: yarpp_options.php:440
279
+ #@ yarpp
280
+ msgid "Before / after (Excerpt):"
281
+ msgstr "قبل / بعد (مقتطفات) :"
282
+
283
+ #: yarpp_options.php:446
284
+ #: yarpp_options.php:515
285
+ #@ yarpp
286
+ msgid "Order results:"
287
+ msgstr "ترتيب النتائج :"
288
+
289
+ #: yarpp_options.php:448
290
+ #: yarpp_options.php:517
291
+ #@ yarpp
292
+ msgid "score (high relevance to low)"
293
+ msgstr "التشابه (في ترتيب تنازلي)"
294
+
295
+ #: yarpp_options.php:449
296
+ #: yarpp_options.php:518
297
+ #@ yarpp
298
+ msgid "score (low relevance to high)"
299
+ msgstr "التشابه (تصاعدي)"
300
+
301
+ #: yarpp_options.php:450
302
+ #: yarpp_options.php:519
303
+ #@ yarpp
304
+ msgid "date (new to old)"
305
+ msgstr "تاريخ (جديد إلى القديم)"
306
+
307
+ #: yarpp_options.php:451
308
+ #: yarpp_options.php:520
309
+ #@ yarpp
310
+ msgid "date (old to new)"
311
+ msgstr "التاريخ (القديم إلى جديد)"
312
+
313
+ #: yarpp_options.php:452
314
+ #: yarpp_options.php:521
315
+ #@ yarpp
316
+ msgid "title (alphabetical)"
317
+ msgstr "عنوان (الأبجدي)"
318
+
319
+ #: yarpp_options.php:453
320
+ #: yarpp_options.php:522
321
+ #@ yarpp
322
+ msgid "title (reverse alphabetical)"
323
+ msgstr "عنوان (عكس الأبجدي)"
324
+
325
+ #: yarpp_options.php:458
326
+ #: yarpp_options.php:527
327
+ #@ yarpp
328
+ msgid "Default display if no results:"
329
+ msgstr "إذا لم يكن العرض الافتراضي النتائج :"
330
+
331
+ #: includes.php:279
332
+ #: yarpp_options.php:460
333
+ #: yarpp_options.php:529
334
+ #@ yarpp
335
+ msgid "Help promote Yet Another Related Posts Plugin?"
336
+ msgstr "تساعد على تعزيز آخر على الوظائف ذات البرنامج المساعد؟"
337
+
338
+ #: yarpp_options.php:462
339
+ #: yarpp_options.php:530
340
+ #, php-format
341
+ #@ yarpp
342
+ 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."
343
+ msgstr "وهذا الخيار إضافة رمز ٪ s. محاولة تشغيله ، وتحديث الخيارات المتاحة أمامك ، وانظر التعليمات البرمجية في المثال رمز للحق. هذه الروابط والهبات هي موضع تقدير كبير."
344
+
345
+ #: yarpp_options.php:472
346
+ #@ yarpp
347
+ msgid "Display options <small>for RSS</small>"
348
+ msgstr "خيارات العرض <small>لأجل RSS</small>"
349
+
350
+ #: yarpp_options.php:478
351
+ #@ yarpp
352
+ msgid "Display related posts in feeds?"
353
+ msgstr "عرض وظائف ذات الصلة في RSS?"
354
+
355
+ #: yarpp_options.php:479
356
+ #@ yarpp
357
+ msgid "Display related posts in the descriptions?"
358
+ msgstr "عرض مشاركات ذات الصلة في أوصاف؟"
359
+
360
+ #: yarpp_options.php:479
361
+ #@ yarpp
362
+ 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."
363
+ msgstr "هذا الخيار يعرض وظائف ذات الصلة في مجالات وصف آر إس إس ، وليس المحتوى. إذا يغذي يتم تعيين الخاص تصل إلى عرض مقتطفات فقط ، ومع ذلك ، لا تستخدم إلا في حقل الوصف ، لذلك هناك حاجة لهذا الخيار أي عرض في وظائف ذات الصلة في all.Display الأوصاف؟"
364
+
365
+ #: yarpp_options.php:480
366
+ #@ yarpp
367
+ msgid "RSS display code example"
368
+ msgstr " سبيل المثال عرض رمز RSS"
369
+
370
+ #: yarpp_options.php:495
371
+ #@ yarpp
372
+ msgid "Before / after related entries display:"
373
+ msgstr "قبل / بعد عرض الإدخالات ذات الصلة :"
374
+
375
+ #: yarpp_options.php:509
376
+ #@ yarpp
377
+ msgid "Before / after (excerpt):"
378
+ msgstr "قبل / بعد (مقتطفات) :"
379
+
380
+ #: yarpp_options.php:135
381
+ #@ yarpp
382
+ msgid "word"
383
+ msgstr "كلمة"
384
+
385
+ #: yarpp_options.php:136
386
+ #@ yarpp
387
+ msgid "tag"
388
+ msgstr "بطاقة"
389
+
390
+ #: yarpp_options.php:137
391
+ #@ yarpp
392
+ msgid "category"
393
+ msgstr "فئة"
394
+
395
+ #: yarpp_options.php:144
396
+ #: yarpp_options.php:174
397
+ #, php-format
398
+ #@ yarpp
399
+ msgid "require at least one %s in common"
400
+ msgstr "ق تتطلب ما لا يقل عن واحد في المائة في العام"
401
+
402
+ #: yarpp_options.php:146
403
+ #: yarpp_options.php:176
404
+ #, php-format
405
+ #@ yarpp
406
+ msgid "require more than one %s in common"
407
+ msgstr "ق تتطلب أكثر من واحد في المائة في العام"
408
+
409
+ #: yarpp_options.php:99
410
+ #@ yarpp
411
+ msgid "Options saved!"
412
+ msgstr "حفظ الخيارات!"
413
+
414
+ #: yarpp_options.php:310
415
+ #@ yarpp
416
+ 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."
417
+ msgstr "ارتفاع عتبة التشابه ، إلا أن تشديد العينة ، وسيحصلون على أقل ناتج قياسي. العتبة الافتراضي هو 5. إذا كنت ترغب في العثور على عتبة المقبول ، تجربة مع رسائل متعددة. يمكنك ان ترى ما ورسائل تصل ما قيمها من التشابه ، والتي يمكن تحديد مستوى مقبول لموقعك."
418
+
419
+ #: yarpp_options.php:538
420
+ #@ yarpp
421
+ msgid "Update options"
422
+ msgstr "خيارات التحديث"
423
+
424
+ #: yarpp_options.php:539
425
+ #@ yarpp
426
+ msgid "Do you really want to reset your configuration?"
427
+ msgstr "هل تريد حقا لإعادة التكوين الخاص بك؟"
428
+
429
+ #: yarpp_options.php:539
430
+ #@ yarpp
431
+ msgid "Reset options"
432
+ msgstr "خيارات إعادة تعيين"
433
+
434
+ #: includes.php:112
435
+ #@ yarpp
436
+ msgid "MySQL error on creating yarpp_keyword_cache table"
437
+ msgstr " MySQL خطأ في إنشاء جدول yarpp_keyword_cache"
438
+
439
+ #: includes.php:123
440
+ #@ yarpp
441
+ msgid "MySQL error on creating yarpp_related_cache table"
442
+ msgstr " MySQL خطأ في إنشاء جدول yarpp_keyword_cache"
443
+
444
+ #: magic.php:71
445
+ #@ yarpp
446
+ msgid "Example post "
447
+ msgstr "سبيل المثال وظيفة"
448
+
449
+ #: yarpp_options.php:255
450
+ #@ yarpp
451
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
452
+ msgstr "يتبع<a href=\"http://twitter.com/yarpp/\">بعد آخر على الوظائف ذات المساعد على التغريد</a>"
453
+
454
+ #: yarpp_options.php:290
455
+ #@ yarpp
456
+ msgid "day(s)"
457
+ msgstr "أيام"
458
+
459
+ #: yarpp_options.php:291
460
+ #@ yarpp
461
+ msgid "week(s)"
462
+ msgstr "أسبوع"
463
+
464
+ #: yarpp_options.php:292
465
+ #@ yarpp
466
+ msgid "month(s)"
467
+ msgstr "شهر"
468
+
469
+ #: yarpp_options.php:294
470
+ #@ yarpp
471
+ msgid "Show only posts from the past NUMBER UNITS"
472
+ msgstr "عرض وظيفة فقط من الماضي NUMBER UNITS"
473
+
474
+ #: yarpp_options.php:388
475
+ #@ yarpp
476
+ 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."
477
+ msgstr "الإصدار التجريبي الجديد (نسخة) سد YARPP. يمكنك تحميله من هنا <a></ أ> على مسؤوليتك الخاصة."
478
+
479
+ #: yarpp_options.php:390
480
+ #@ yarpp
481
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
482
+ msgstr "الإصدار الجديد (الإصدار) سد YARPP. يمكنك تحميله من هنا <a></ أ>."
483
+
484
+ #: includes.php:270
485
+ #: yarpp_options.php:414
486
+ #: yarpp_options.php:483
487
+ #@ yarpp
488
+ msgid "Display using a custom template file"
489
+ msgstr "عرض باستخدام قالب مخصص ملف"
490
+
491
+ #: includes.php:271
492
+ #: yarpp_options.php:416
493
+ #: yarpp_options.php:485
494
+ #@ yarpp
495
+ msgid "Template file:"
496
+ msgstr "ملف القالب :"
497
+
498
+ #: yarpp_options.php:478
499
+ #@ yarpp
500
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
501
+ msgstr "يعرض هذا الخيار وظائف ذات الصلة في نهاية كل عنصر في آر إس إس الخاص والذرة. قالب لا يلزم إجراء تغييرات."
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 "هذه الوظائف ذات الصلة لهذا المنصب. تغيير هذا الموقف يمكن أن يتغير مجموعة من الوظائف ذات الصلة."
507
+
508
+ #: template-metabox.php:26
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 "إذا كان كل من هذه الإدخالات ذات الصلة معروضة في الواقع وكيف يتم عرضها يعتمد على خيارات العرض YARPP."
512
+
513
+ #: includes.php:29
514
+ #: includes.php:40
515
+ #: template-metabox.php:28
516
+ #: template-widget.php:13
517
+ #@ yarpp
518
+ msgid "No related posts."
519
+ msgstr "لا الوظائف ذات الصلة."
520
+
521
+ #: yarpp_options.php:10
522
+ #@ yarpp
523
+ 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."
524
+ msgstr "من فضلك ، لاكتمال التثبيت ، ضع ملفات القالب YARPP في الموضوع الخاص بك. ببساطة سحب ملفات القالب (لحظة <code>wp-content/plugins/yet-another-related-posts-plugin/yarpp-templates /) في مجلد رمز <code>TEMPLATEPATH> "
525
+
526
+ #: yarpp_options.php:15
527
+ #@ yarpp
528
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
529
+ msgstr "لا YARPP قالب الملفات تم العثور عليها في الموضوع الخاص بك (<code>TEMPLATEPATH </) لذلك تم تشغيل ميزة templating قبالة."
530
+
531
+ #: yarpp_options.php:483
532
+ #@ yarpp
533
+ msgid "NEW!"
534
+ msgstr "جديد!"
535
+
536
+ #: yarpp_options.php:414
537
+ #: yarpp_options.php:483
538
+ #@ yarpp
539
+ 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."
540
+ msgstr "هذا الخيار المتقدمة يعطيك القوة الكاملة لتخصيص كيفية عرض مشاركاتك ذات الصلة. مكتوبة قوالب (المخزنة في مجلد موضوع الخاص) PHP."
541
+
542
+ #: includes.php:27
543
+ #: includes.php:38
544
+ #@ yarpp
545
+ msgid "Related posts:"
546
+ msgstr ""
547
+
548
+ #: includes.php:191
549
+ #@ yarpp
550
+ msgid "Settings"
551
+ msgstr ""
552
+
553
+ #: includes.php:265
554
+ msgid "Title:"
555
+ msgstr ""
556
+
557
+ #: yarpp_options.php:68
558
+ #@ yarpp
559
+ msgid "Please try <A>manual SQL setup</a>."
560
+ msgstr ""
561
+
562
+ #: yarpp_options.php:271
563
+ #: yarpp_options.php:304
564
+ #: yarpp_options.php:401
565
+ #: yarpp_options.php:469
566
+ msgid "Click to toggle"
567
+ msgstr ""
568
+
569
+ #: yarpp_options.php:427
570
+ #: yarpp_options.php:432
571
+ #: yarpp_options.php:441
572
+ #: yarpp_options.php:496
573
+ #: yarpp_options.php:501
574
+ #: yarpp_options.php:510
575
+ #@ yarpp
576
+ msgid " or "
577
+ msgstr ""
578
+
trunk/lang/yarpp-ar_EG.mo ADDED
Binary file
trunk/lang/yarpp-ar_EG.po ADDED
@@ -0,0 +1,572 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.1.6\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2010-03-25 01:09+0000\n"
7
+ "Last-Translator: Maza <admin@cdmazika.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: 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
+ #: yarpp_options.php:457
74
+ #: yarpp_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
+ #: yarpp_options.php:459
91
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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."
109
+ msgstr "لقد تم لإستبدال الMyISAM. يمكنك الآن إستخدام \"consider titles\" و \"consider bodies\" كمعايير للتشابه"
110
+
111
+ #: yarpp_options.php:35
112
+ #, php-format
113
+ #@ yarpp
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 "معايير التشابه \"consider titles\" و \"consider bodies\" تحتاج إلى جدول <code>%s</code> الخاص بك لإستخدام <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>محرك التخزين MyISAM</a>, و لكن الجدول الآن يستخدم <code>%s</code>. لقد تم إيقاف هاتان الخاصياتان."
116
+
117
+ #: yarpp_options.php:37
118
+ #, php-format
119
+ #@ yarpp
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 "لإستعاد هذه الخواص, برجاء تحديث جدول <code>%s</code> الخاص بك عن طريق تنفيذ التوجيه التالي للSQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . وسوف لا تمحى البيانات عن طريق تغيير الجدول المحرك ، وبالرغم من وجود آثار للأداء."
122
+
123
+ #: yarpp_options.php:39
124
+ #, php-format
125
+ #@ yarpp
126
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
127
+ msgstr "إذا ، على الرغم من هذا الاختيار ، كنت متأكدا من أن <code>%s</code> يستخدم المحرك MyISAM ، اضغط على هذا الزر السحري :"
128
+
129
+ #: yarpp_options.php:42
130
+ #@ yarpp
131
+ msgid "Trust me. Let me use MyISAM features."
132
+ msgstr "ثق بي. اسمحوا لي أن استخدام ميزات MyISAM."
133
+
134
+ #: yarpp_options.php:65
135
+ #@ yarpp
136
+ msgid "The YARPP database had an error but has been fixed."
137
+ msgstr "قاعدة بيانات YARPP حدث بها خطأ ولكن تم إصلاحه."
138
+
139
+ #: yarpp_options.php:67
140
+ #@ yarpp
141
+ msgid "The YARPP database has an error which could not be fixed."
142
+ msgstr "قاعدة بيانات YARPP قد حدث بها خطأ لم نتمكن من إصلاحه."
143
+
144
+ #: yarpp_options.php:68
145
+ #@ yarpp
146
+ msgid "Please try <A>manual SQL setup</a>."
147
+ msgstr "يرجى محاولة <A>دليل مزود إعدادات SQL.</a>"
148
+
149
+ #: yarpp_options.php:99
150
+ #@ yarpp
151
+ msgid "Options saved!"
152
+ msgstr "تم حفظ الخيارات!"
153
+
154
+ #: yarpp_options.php:135
155
+ #@ yarpp
156
+ msgid "word"
157
+ msgstr "كلمة"
158
+
159
+ #: yarpp_options.php:136
160
+ #@ yarpp
161
+ msgid "tag"
162
+ msgstr "علامة"
163
+
164
+ #: yarpp_options.php:137
165
+ #@ yarpp
166
+ msgid "category"
167
+ msgstr "فئة"
168
+
169
+ #: yarpp_options.php:141
170
+ #: yarpp_options.php:158
171
+ #: yarpp_options.php:170
172
+ #@ yarpp
173
+ msgid "do not consider"
174
+ msgstr "لا تنظر"
175
+
176
+ #: yarpp_options.php:142
177
+ #: yarpp_options.php:159
178
+ #: yarpp_options.php:172
179
+ #@ yarpp
180
+ msgid "consider"
181
+ msgstr "إنظر"
182
+
183
+ #: yarpp_options.php:144
184
+ #: yarpp_options.php:174
185
+ #, php-format
186
+ #@ yarpp
187
+ msgid "require at least one %s in common"
188
+ msgstr "تتطلب ٪ واحدة على الأقل مشتركة"
189
+
190
+ #: yarpp_options.php:146
191
+ #: yarpp_options.php:176
192
+ #, php-format
193
+ #@ yarpp
194
+ msgid "require more than one %s in common"
195
+ msgstr "تتطلب أكثر من ٪ واحدة مشتركة"
196
+
197
+ #: yarpp_options.php:160
198
+ #@ yarpp
199
+ msgid "consider with extra weight"
200
+ msgstr "النظر مع الإعتبار الزائد"
201
+
202
+ #: yarpp_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
+ #: yarpp_options.php:242
208
+ #@ yarpp
209
+ msgid "Yet Another Related Posts Plugin Options"
210
+ msgstr "إعدادات إضافة المحتويات ذات الصلة YARPP"
211
+
212
+ #: yarpp_options.php:255
213
+ #@ yarpp
214
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
215
+ msgstr "متابعة <a href=\\\"http://twitter.com/yarpp/\\\">آخر أخبار إضافة المحتويات ذات الصلة على Twitter</a>"
216
+
217
+ #: yarpp_options.php:271
218
+ #: yarpp_options.php:304
219
+ #: yarpp_options.php:398
220
+ #: yarpp_options.php:466
221
+ msgid "Click to toggle"
222
+ msgstr ""
223
+
224
+ #: yarpp_options.php:274
225
+ #@ yarpp
226
+ msgid "\"The Pool\""
227
+ msgstr "\"التجمع\""
228
+
229
+ #: yarpp_options.php:276
230
+ #@ yarpp
231
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
232
+ msgstr "\"التجمع\" يشير إلى مجموعة من الأقسام والصفحات التي يتم ترشيحها للعرض."
233
+
234
+ #: yarpp_options.php:281
235
+ #@ yarpp
236
+ msgid "Disallow by category:"
237
+ msgstr "عدم السماح حسب الفئة :"
238
+
239
+ #: yarpp_options.php:283
240
+ #@ yarpp
241
+ msgid "Disallow by tag:"
242
+ msgstr "عدم السماح حسب العلامات :"
243
+
244
+ #: yarpp_options.php:285
245
+ #@ yarpp
246
+ msgid "Show password protected posts?"
247
+ msgstr "إظهار الموضوعات المحمية بكلمات سرية؟"
248
+
249
+ #: yarpp_options.php:291
250
+ #@ yarpp
251
+ msgid "day(s)"
252
+ msgstr "أيام"
253
+
254
+ #: yarpp_options.php:292
255
+ #@ yarpp
256
+ msgid "week(s)"
257
+ msgstr "أسابيع"
258
+
259
+ #: yarpp_options.php:293
260
+ #@ yarpp
261
+ msgid "month(s)"
262
+ msgstr "شهور"
263
+
264
+ #: yarpp_options.php:295
265
+ #@ yarpp
266
+ msgid "Show only posts from the past NUMBER UNITS"
267
+ msgstr "إظهار المشاركات من الNUMBER UNITS الماضية"
268
+
269
+ #: yarpp_options.php:307
270
+ #@ yarpp
271
+ msgid "\"Relatedness\" options"
272
+ msgstr "خيارات \"العلاقة\""
273
+
274
+ #: yarpp_options.php:310
275
+ #, php-format
276
+ #@ yarpp
277
+ 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>."
278
+ msgstr "YARPP مختلفة عن <a href=\\\"http://wasabi.pbwiki.com/Related%20Entries\\\">الإضافات السابقة و ما تستند إليه</a> لأنه يحد من المحتويات المتشابهه قائمة من قبل (1) والحد الأقصى لعدد (2) على <em>عتبة المباراة.</em>"
279
+
280
+ #: yarpp_options.php:310
281
+ #: yarpp_options.php:324
282
+ #: yarpp_options.php:406
283
+ #: yarpp_options.php:411
284
+ #: yarpp_options.php:458
285
+ #: yarpp_options.php:475
286
+ #: yarpp_options.php:476
287
+ #: yarpp_options.php:480
288
+ #: yarpp_options.php:526
289
+ #@ yarpp
290
+ msgid "more&gt;"
291
+ msgstr "المزيد&gt;"
292
+
293
+ #: yarpp_options.php:310
294
+ #@ yarpp
295
+ 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."
296
+ msgstr "كلما ذاد ارتفاع نسبة التشابه ، كلما إزداد التقيد ، وتحصل على عدد أقل من المحتويات المتشابهه عموما. الافتراضي 5. إذا كنت تريد معرفة الرقم المناسب لك ، إنظر على المحتوياات ذات الصلة لأي من مشاراكاتك ودرجاتهم. يمكنك ان ترى ما هي أنواع المحتوياات ذات الصلة ويجري انتقاؤها ورقم التشابه الخاص بكل مشاركة ، ثم على هذا الأساس حدد نسبة مناسبة لموقعك."
297
+
298
+ #: yarpp_options.php:315
299
+ #@ yarpp
300
+ msgid "Match threshold:"
301
+ msgstr "نسبة التشابه:"
302
+
303
+ #: yarpp_options.php:316
304
+ #@ yarpp
305
+ msgid "Titles: "
306
+ msgstr "العناوين :"
307
+
308
+ #: yarpp_options.php:318
309
+ #@ yarpp
310
+ msgid "Bodies: "
311
+ msgstr "المحتويات:"
312
+
313
+ #: yarpp_options.php:320
314
+ #@ yarpp
315
+ msgid "Tags: "
316
+ msgstr "العلامات"
317
+
318
+ #: yarpp_options.php:322
319
+ #@ yarpp
320
+ msgid "Categories: "
321
+ msgstr "الأقسام:"
322
+
323
+ #: yarpp_options.php:324
324
+ #@ yarpp
325
+ msgid "Cross-relate posts and pages?"
326
+ msgstr "إوصل بين المشاراكات والصفحات؟"
327
+
328
+ #: yarpp_options.php:324
329
+ #@ yarpp
330
+ 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."
331
+ msgstr "عندما \"توصل بين المشاركات و الصفحات\", سوف يصبح لـ<code>related_posts()</code> و <code>related_pages()</code> و <code>related_entries()</code> نتيجة واحدة لإظهار المشاركات و الاصفحات المتشابهة معاً"
332
+
333
+ #: yarpp_options.php:385
334
+ #@ yarpp
335
+ 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."
336
+ msgstr "تم إصدار نسخة تجريبية جديدة من إضافة المحتويات المتشابهه (%s). يمكنك <a href=\"%s\">تحميلها من هنا</a> على مسؤوليتك الخاصة."
337
+
338
+ #: yarpp_options.php:387
339
+ #@ yarpp
340
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
341
+ msgstr "تم إصدار نسخة جديدة من إضافة المحتويات المتشابهه (YARPP)! يمكنك <A>تحميلها من هنا</a>."
342
+
343
+ #: yarpp_options.php:401
344
+ #@ yarpp
345
+ msgid "Display options <small>for your website</small>"
346
+ msgstr "عرض الخيارات <small>للموقع الخاص بك</small>"
347
+
348
+ #: yarpp_options.php:406
349
+ #@ yarpp
350
+ msgid "Automatically display related posts?"
351
+ msgstr "عرض المحتويات ذات الصلة تلقائيا؟"
352
+
353
+ #: yarpp_options.php:406
354
+ #@ yarpp
355
+ 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."
356
+ msgstr "هذة الخاصية تظهر المحتويات ذات الصلة تلقائياً مباشرتاً بعد المحتوي الأساسي في المشاراكات الفردية. إذا قمت بإيقاف هذه الخاصية سوف تحتاج إلى تعديل القوالب الخاصة بتصميم موقعك و إضافة <code>related_posts()</code> أو (<code>related_pages()</code> and <code>related_entries()</code>) بها."
357
+
358
+ #: yarpp_options.php:407
359
+ #@ yarpp
360
+ msgid "Website display code example"
361
+ msgstr "مثال كود العرض بالموقع"
362
+
363
+ #: yarpp_options.php:407
364
+ #: yarpp_options.php:477
365
+ #@ yarpp
366
+ msgid "(Update options to reload.)"
367
+ msgstr "(حدث الخيارات لإعادة التحميل.)"
368
+
369
+ #: yarpp_options.php:410
370
+ #: yarpp_options.php:479
371
+ #@ yarpp
372
+ msgid "Maximum number of related posts:"
373
+ msgstr "الحد الأقصى لعدد المحتويات ذات الصلة:"
374
+
375
+ #: yarpp_options.php:411
376
+ #: yarpp_options.php:480
377
+ #@ yarpp
378
+ msgid "Display using a custom template file"
379
+ msgstr "عرض باستخدام قالب مخصص"
380
+
381
+ #: yarpp_options.php:411
382
+ #: yarpp_options.php:480
383
+ #@ yarpp
384
+ msgid "NEW!"
385
+ msgstr "جديد!"
386
+
387
+ #: yarpp_options.php:411
388
+ #: yarpp_options.php:480
389
+ #@ yarpp
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 "هذا الخيار المتقدم يعطيك القوة الكاملة لتخصيص كيف يتم عرض المحتويات ذات الصلة. القوالب (المحفوظة في مجلد التصميم) مكتوبة بلغة PHP."
392
+
393
+ #: yarpp_options.php:413
394
+ #: yarpp_options.php:482
395
+ #@ yarpp
396
+ msgid "Template file:"
397
+ msgstr "ملف القالب :"
398
+
399
+ #: yarpp_options.php:423
400
+ #@ yarpp
401
+ msgid "Before / after related entries:"
402
+ msgstr "قبل / بعد الإدخالات ذات الصلة :"
403
+
404
+ #: yarpp_options.php:424
405
+ #: yarpp_options.php:429
406
+ #: yarpp_options.php:438
407
+ #: yarpp_options.php:493
408
+ #: yarpp_options.php:498
409
+ #: yarpp_options.php:507
410
+ #@ yarpp
411
+ msgid "For example:"
412
+ msgstr "مثال:"
413
+
414
+ #: yarpp_options.php:424
415
+ #: yarpp_options.php:429
416
+ #: yarpp_options.php:438
417
+ #: yarpp_options.php:493
418
+ #: yarpp_options.php:498
419
+ #: yarpp_options.php:507
420
+ #@ yarpp
421
+ msgid " or "
422
+ msgstr "أو"
423
+
424
+ #: yarpp_options.php:428
425
+ #: yarpp_options.php:497
426
+ #@ yarpp
427
+ msgid "Before / after each related entry:"
428
+ msgstr "قبل / بعد كل مدخل ذات الصلة :"
429
+
430
+ #: yarpp_options.php:432
431
+ #: yarpp_options.php:501
432
+ #@ yarpp
433
+ msgid "Show excerpt?"
434
+ msgstr "إظهار المقتطفات؟"
435
+
436
+ #: yarpp_options.php:433
437
+ #: yarpp_options.php:502
438
+ #@ yarpp
439
+ msgid "Excerpt length (No. of words):"
440
+ msgstr "الحد الأقصى لعدد الكلمات في المقتطفات:"
441
+
442
+ #: yarpp_options.php:437
443
+ #@ yarpp
444
+ msgid "Before / after (Excerpt):"
445
+ msgstr "قبل / بعد (المقتطفات) :"
446
+
447
+ #: yarpp_options.php:443
448
+ #: yarpp_options.php:512
449
+ #@ yarpp
450
+ msgid "Order results:"
451
+ msgstr "ترتيب النتائج:"
452
+
453
+ #: yarpp_options.php:445
454
+ #: yarpp_options.php:514
455
+ #@ yarpp
456
+ msgid "score (high relevance to low)"
457
+ msgstr "النتيجة (الأكثر ثم الأقل)"
458
+
459
+ #: yarpp_options.php:446
460
+ #: yarpp_options.php:515
461
+ #@ yarpp
462
+ msgid "score (low relevance to high)"
463
+ msgstr "النتيجة (الأقل ثم الأكثر)"
464
+
465
+ #: yarpp_options.php:447
466
+ #: yarpp_options.php:516
467
+ #@ yarpp
468
+ msgid "date (new to old)"
469
+ msgstr "التاريخ (الجديد إلى القديم)"
470
+
471
+ #: yarpp_options.php:448
472
+ #: yarpp_options.php:517
473
+ #@ yarpp
474
+ msgid "date (old to new)"
475
+ msgstr "التاريخ (القديم الى الجديد)"
476
+
477
+ #: yarpp_options.php:449
478
+ #: yarpp_options.php:518
479
+ #@ yarpp
480
+ msgid "title (alphabetical)"
481
+ msgstr "العناوين (أبجديا)"
482
+
483
+ #: yarpp_options.php:450
484
+ #: yarpp_options.php:519
485
+ #@ yarpp
486
+ msgid "title (reverse alphabetical)"
487
+ msgstr "العناوين (عكس الأبجدي)"
488
+
489
+ #: yarpp_options.php:455
490
+ #: yarpp_options.php:524
491
+ #@ yarpp
492
+ msgid "Default display if no results:"
493
+ msgstr "العرض الافتراضي إذا لم يتم لبعثور على نتائج:"
494
+
495
+ #: yarpp_options.php:459
496
+ #: yarpp_options.php:527
497
+ #, php-format
498
+ #@ yarpp
499
+ 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."
500
+ msgstr "هذه الخاصية يوف تضيف %s. قم بتفعيلها, و تحديث خياراتك ثم إلقي نظرة على مثال كود العرض الظاهر على اليمين. هذه الروابط و التبرعات تقدر بإمتنان"
501
+
502
+ #: yarpp_options.php:469
503
+ #@ yarpp
504
+ msgid "Display options <small>for RSS</small>"
505
+ msgstr "عرض خيارات <small>الـRSS</small>"
506
+
507
+ #: yarpp_options.php:475
508
+ #@ yarpp
509
+ msgid "Display related posts in feeds?"
510
+ msgstr "عرض المحتويات ذات الصلة في تحديثات الـRSS؟"
511
+
512
+ #: yarpp_options.php:475
513
+ #@ yarpp
514
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
515
+ msgstr "هذا الخيار يعرض المحتويات ذات الصلة في نهاية كل من تحديثات الآر إس إس والأتوم. لن تحتاج لتحديث أي قوالب."
516
+
517
+ #: yarpp_options.php:476
518
+ #@ yarpp
519
+ msgid "Display related posts in the descriptions?"
520
+ msgstr "عرض المحتويات ذات الصلة في الوصف؟"
521
+
522
+ #: yarpp_options.php:476
523
+ #@ yarpp
524
+ 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."
525
+ msgstr "هذا الخيار يتيح لك عرض المحتويات ذات الصلة في خانات الوصف الخاصة بالـRSS, و ليس فقط المحتوى الخاص بها. إذا كانت الإعدادات الخاصة بتحديثات الـRSSتظهر فقط مقتطفات المواضيع إذا فيتم عرض خانة الوصف هذه فقط. في هذه الحالة فسوف يكون هذا الخيار مطلوب لأي عرض على الإطلاق."
526
+
527
+ #: yarpp_options.php:477
528
+ #@ yarpp
529
+ msgid "RSS display code example"
530
+ msgstr "مثال الكود الخاص بالأر إس إس."
531
+
532
+ #: yarpp_options.php:492
533
+ #@ yarpp
534
+ msgid "Before / after related entries display:"
535
+ msgstr "قبل / بعد عرض المدخلات ذات الصلة :"
536
+
537
+ #: yarpp_options.php:506
538
+ #@ yarpp
539
+ msgid "Before / after (excerpt):"
540
+ msgstr "قبل / بعد (المقتطفات) :"
541
+
542
+ #: yarpp_options.php:535
543
+ #@ yarpp
544
+ msgid "Update options"
545
+ msgstr "خيارات التحديث"
546
+
547
+ #: yarpp_options.php:536
548
+ #@ yarpp
549
+ msgid "Do you really want to reset your configuration?"
550
+ msgstr "هل تريد حقا إعادة الخيارات الخاصة بك إلى الخيارات الإفتراضية؟"
551
+
552
+ #: yarpp_options.php:536
553
+ #@ yarpp
554
+ msgid "Reset options"
555
+ msgstr "إستيعاد الخيارات"
556
+
557
+ #: template-builtin.php:35
558
+ #, php-format
559
+ #@ yarpp
560
+ 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."
561
+ msgstr "%f هي نسبة التشابه بين المحتوى الحالي و المحتويات ذات الصلة. أنت تراه لأنك سجلت دخول كأدمين للورد بريس. لن يتم إظهار هذه النسبة للعامة. "
562
+
563
+ #: template-metabox.php:12
564
+ #@ yarpp
565
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
566
+ msgstr "هذه هي المحتويات ذات الصلة لهذا الموضوع. في حالة التعديل في هذه المشاركة قد تتغير المحتويات ذات الصلة."
567
+
568
+ #: template-metabox.php:26
569
+ #@ yarpp
570
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
571
+ msgstr "إذا كانت جميع هذه المحتويات ذات الصلة هي في الواقع معروضة و كيفية عرضها فهذه تتوقف على الخيارات الخاصة بــYARPP."
572
+
trunk/lang/yarpp-bg_BG.mo ADDED
Binary file
trunk/lang/yarpp-bg_BG.po ADDED
@@ -0,0 +1,578 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.1.8\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2010-07-26 10:29+0000\n"
7
+ "Last-Translator: Flash Gallery <info@flashgallery.org>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: 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
+ #: yarpp_options.php:460
74
+ #: yarpp_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
+ #: yarpp_options.php:462
91
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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."
109
+ msgstr "Проверката за MyISAM е отменена. Сега може да използвате \"вземи в предвид заглавията\" и \"вземи в предвид основния текс\" критериите за сродност."
110
+
111
+ #: yarpp_options.php:35
112
+ #, php-format
113
+ #@ yarpp
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 \"вземи в предвид заглавията\" и \"вземи в предвид основния текст\" изискват таблицата <code>%s</code> да използва <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, обаче таблицата използва <code>%s</code> engine. Тези две опции са изключени."
116
+
117
+ #: yarpp_options.php:37
118
+ #, php-format
119
+ #@ yarpp
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 "За да възтановите тези опции, моля променете таблицата <code>%s</code> с изпълняването на тези SQL заявки: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Данните ви няма да бъдат изтрити от таблицата, въпреки че изпълнението на заявките може да се отрази на производителноста."
122
+
123
+ #: yarpp_options.php:39
124
+ #, php-format
125
+ #@ yarpp
126
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
127
+ msgstr "Ако въпреки тази проверка сте сигурни че <code>%s</code> ползва MyISAM engine, натиснете този магически бутон:"
128
+
129
+ #: yarpp_options.php:42
130
+ #@ yarpp
131
+ msgid "Trust me. Let me use MyISAM features."
132
+ msgstr "Довери ми се, позволи ми да ползвам MyISAM."
133
+
134
+ #: yarpp_options.php:65
135
+ #@ yarpp
136
+ msgid "The YARPP database had an error but has been fixed."
137
+ msgstr "Базата от данни на YARPP имаше грешка, но сега е оправена!"
138
+
139
+ #: yarpp_options.php:67
140
+ #@ yarpp
141
+ msgid "The YARPP database has an error which could not be fixed."
142
+ msgstr "Базата от данни на YARPP има грешка която не може да бъде оправена."
143
+
144
+ #: yarpp_options.php:68
145
+ #@ yarpp
146
+ msgid "Please try <A>manual SQL setup</a>."
147
+ msgstr "Моля, опитайте <A>ръчни SQL настройки</a>."
148
+
149
+ #: yarpp_options.php:99
150
+ #@ yarpp
151
+ msgid "Options saved!"
152
+ msgstr "Настройките са запазени успешно!"
153
+
154
+ #: yarpp_options.php:135
155
+ #@ yarpp
156
+ msgid "word"
157
+ msgstr "дума"
158
+
159
+ #: yarpp_options.php:136
160
+ #@ yarpp
161
+ msgid "tag"
162
+ msgstr "таг"
163
+
164
+ #: yarpp_options.php:137
165
+ #@ yarpp
166
+ msgid "category"
167
+ msgstr "категория"
168
+
169
+ #: yarpp_options.php:141
170
+ #: yarpp_options.php:158
171
+ #: yarpp_options.php:170
172
+ #@ yarpp
173
+ msgid "do not consider"
174
+ msgstr "не взимай в предивид"
175
+
176
+ #: yarpp_options.php:142
177
+ #: yarpp_options.php:159
178
+ #: yarpp_options.php:172
179
+ #@ yarpp
180
+ msgid "consider"
181
+ msgstr "вземи в предивид"
182
+
183
+ #: yarpp_options.php:144
184
+ #: yarpp_options.php:174
185
+ #, php-format
186
+ #@ yarpp
187
+ msgid "require at least one %s in common"
188
+ msgstr "изисквай поне един общ %s "
189
+
190
+ #: yarpp_options.php:146
191
+ #: yarpp_options.php:176
192
+ #, php-format
193
+ #@ yarpp
194
+ msgid "require more than one %s in common"
195
+ msgstr "изисквай повече от един общ %s"
196
+
197
+ #: yarpp_options.php:160
198
+ #@ yarpp
199
+ msgid "consider with extra weight"
200
+ msgstr "вземи в предивид с по-голяма тежест"
201
+
202
+ #: yarpp_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
+ #: yarpp_options.php:242
208
+ #@ yarpp
209
+ msgid "Yet Another Related Posts Plugin Options"
210
+ msgstr "Yet Another Related Posts Plugin Настройки"
211
+
212
+ #: yarpp_options.php:255
213
+ #@ yarpp
214
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
215
+ msgstr "Следвай <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin на Twitter</a>"
216
+
217
+ #: yarpp_options.php:271
218
+ #: yarpp_options.php:304
219
+ #: yarpp_options.php:401
220
+ #: yarpp_options.php:469
221
+ msgid "Click to toggle"
222
+ msgstr "Натисни тук за да покажеш / скриеш опциите"
223
+
224
+ #: yarpp_options.php:274
225
+ #@ yarpp
226
+ msgid "\"The Pool\""
227
+ msgstr "\"The Pool\""
228
+
229
+ #: yarpp_options.php:276
230
+ #@ yarpp
231
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
232
+ msgstr "\"The Pool\" се отнася на всичките публикации и страници които са кандидати за показване като сродни постове."
233
+
234
+ #: yarpp_options.php:281
235
+ #@ yarpp
236
+ msgid "Disallow by category:"
237
+ msgstr "Забрани по категория:"
238
+
239
+ #: yarpp_options.php:283
240
+ #@ yarpp
241
+ msgid "Disallow by tag:"
242
+ msgstr "Забрани по таг:"
243
+
244
+ #: yarpp_options.php:286
245
+ #@ yarpp
246
+ msgid "Show password protected posts?"
247
+ msgstr "Покажи публикациите заштитени с парола?"
248
+
249
+ #: yarpp_options.php:290
250
+ #@ yarpp
251
+ msgid "day(s)"
252
+ msgstr "ден(дни)"
253
+
254
+ #: yarpp_options.php:291
255
+ #@ yarpp
256
+ msgid "week(s)"
257
+ msgstr "седмица(седмици)"
258
+
259
+ #: yarpp_options.php:292
260
+ #@ yarpp
261
+ msgid "month(s)"
262
+ msgstr "месец(и)"
263
+
264
+ #: yarpp_options.php:294
265
+ #@ yarpp
266
+ msgid "Show only posts from the past NUMBER UNITS"
267
+ msgstr "Покажи публикации само от последните NUMBER UNITS"
268
+
269
+ #: yarpp_options.php:307
270
+ #@ yarpp
271
+ msgid "\"Relatedness\" options"
272
+ msgstr "\"Сродност\" настройки"
273
+
274
+ #: yarpp_options.php:310
275
+ #, php-format
276
+ #@ yarpp
277
+ 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>."
278
+ msgstr "YARPP е различен от <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">предишните разширения на който е заснован</a> по ограничаването на сродните постове по (1) максимален брой (2) a <em>размер на сродност</em>."
279
+
280
+ #: yarpp_options.php:310
281
+ #: yarpp_options.php:325
282
+ #: yarpp_options.php:409
283
+ #: yarpp_options.php:414
284
+ #: yarpp_options.php:461
285
+ #: yarpp_options.php:478
286
+ #: yarpp_options.php:479
287
+ #: yarpp_options.php:483
288
+ #: yarpp_options.php:529
289
+ #@ yarpp
290
+ msgid "more&gt;"
291
+ msgstr "повече&gt;"
292
+
293
+ #: yarpp_options.php:310
294
+ #@ yarpp
295
+ 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."
296
+ msgstr "Колкото е поголям размера на сродност, толкова помалко сродни публикации се намират. Размера на сродност по подразбиране е 5. Ако искате да намерите подходящ размер на сходност погледнете сродните постове и техния резултат. Вижте какви резултати връща и какви публикации се появяват. По този начин ще определите размера на сродност който най-много ве устройва."
297
+
298
+ #: yarpp_options.php:316
299
+ #@ yarpp
300
+ msgid "Match threshold:"
301
+ msgstr "Размер на сродност:"
302
+
303
+ #: yarpp_options.php:317
304
+ #@ yarpp
305
+ msgid "Titles: "
306
+ msgstr "Заглавия:"
307
+
308
+ #: yarpp_options.php:319
309
+ #@ yarpp
310
+ msgid "Bodies: "
311
+ msgstr "Основни текстове:"
312
+
313
+ #: yarpp_options.php:321
314
+ #@ yarpp
315
+ msgid "Tags: "
316
+ msgstr "Тагове:"
317
+
318
+ #: yarpp_options.php:323
319
+ #@ yarpp
320
+ msgid "Categories: "
321
+ msgstr "Категории:"
322
+
323
+ #: yarpp_options.php:325
324
+ #@ yarpp
325
+ msgid "Cross-relate posts and pages?"
326
+ msgstr "Вкръстосана сродност на страници и публикации?"
327
+
328
+ #: yarpp_options.php:325
329
+ #@ yarpp
330
+ 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."
331
+ msgstr "Когато е избрана опцията \"Вкръстосана сродност на страници и публикации\", <code>related_posts()</code>, <code>related_pages()</code>, и <code>related_entries()</code> ще покажат същия резултат, връщайки сродни страници и публикации."
332
+
333
+ #: yarpp_options.php:326
334
+ #@ yarpp
335
+ msgid "Show only previous posts?"
336
+ msgstr "Показвай само предишни публикации?"
337
+
338
+ #: yarpp_options.php:388
339
+ #@ yarpp
340
+ 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."
341
+ msgstr "Има нова бета (%s) на Yet Another Related Posts Plugin. Можете да я <a href=\"%s\">свалите тук</a> на ваш собствен риск."
342
+
343
+ #: yarpp_options.php:390
344
+ #@ yarpp
345
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
346
+ msgstr "Има нова версия (VERSION) на Yet Another Related Posts Plugin! Можете да я <A>свалите тук</a>."
347
+
348
+ #: yarpp_options.php:404
349
+ #@ yarpp
350
+ msgid "Display options <small>for your website</small>"
351
+ msgstr "Настройки за показване <small>за уеб сайт</small>"
352
+
353
+ #: yarpp_options.php:409
354
+ #@ yarpp
355
+ msgid "Automatically display related posts?"
356
+ msgstr "Автоматично показвай сродни публикации?"
357
+
358
+ #: yarpp_options.php:409
359
+ #@ yarpp
360
+ 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."
361
+ msgstr "Тази опция автоматично показва сродни публикации след съдържанието на веяка страница. Ако тази опция е изключена, трябва да вмъкнете на ръка <code>related_posts()</code> или варианти (<code>related_pages()</code> и<code>related_entries()</code>) във вашата тема."
362
+
363
+ #: yarpp_options.php:410
364
+ #@ yarpp
365
+ msgid "Website display code example"
366
+ msgstr "Примерен код за показване на уеб сайт"
367
+
368
+ #: yarpp_options.php:410
369
+ #: yarpp_options.php:480
370
+ #@ yarpp
371
+ msgid "(Update options to reload.)"
372
+ msgstr "(Променете настройките за да презаредите.)"
373
+
374
+ #: yarpp_options.php:413
375
+ #: yarpp_options.php:482
376
+ #@ yarpp
377
+ msgid "Maximum number of related posts:"
378
+ msgstr "Най-много сродни публикации:"
379
+
380
+ #: includes.php:270
381
+ #: yarpp_options.php:414
382
+ #: yarpp_options.php:483
383
+ #@ yarpp
384
+ msgid "Display using a custom template file"
385
+ msgstr "Покажи със собствен шаблон"
386
+
387
+ #: yarpp_options.php:483
388
+ #@ yarpp
389
+ msgid "NEW!"
390
+ msgstr "НОВО!"
391
+
392
+ #: yarpp_options.php:414
393
+ #: yarpp_options.php:483
394
+ #@ yarpp
395
+ 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."
396
+ msgstr "Тази опция за напреднали ви позволява пълен контрол върху това как сродни постове се показват. Шаблоните (които се съхраняват в папката с темите) са написани на PHP."
397
+
398
+ #: includes.php:271
399
+ #: yarpp_options.php:416
400
+ #: yarpp_options.php:485
401
+ #@ yarpp
402
+ msgid "Template file:"
403
+ msgstr "Шаблон:"
404
+
405
+ #: yarpp_options.php:426
406
+ #@ yarpp
407
+ msgid "Before / after related entries:"
408
+ msgstr "Преди / След сродни публикации:"
409
+
410
+ #: yarpp_options.php:427
411
+ #: yarpp_options.php:432
412
+ #: yarpp_options.php:441
413
+ #: yarpp_options.php:496
414
+ #: yarpp_options.php:501
415
+ #: yarpp_options.php:510
416
+ #@ yarpp
417
+ msgid "For example:"
418
+ msgstr "Пример:"
419
+
420
+ #: yarpp_options.php:427
421
+ #: yarpp_options.php:432
422
+ #: yarpp_options.php:441
423
+ #: yarpp_options.php:496
424
+ #: yarpp_options.php:501
425
+ #: yarpp_options.php:510
426
+ #@ yarpp
427
+ msgid " or "
428
+ msgstr "или"
429
+
430
+ #: yarpp_options.php:431
431
+ #: yarpp_options.php:500
432
+ #@ yarpp
433
+ msgid "Before / after each related entry:"
434
+ msgstr "Преди / След всяка сродна публикация:"
435
+
436
+ #: yarpp_options.php:435
437
+ #: yarpp_options.php:504
438
+ #@ yarpp
439
+ msgid "Show excerpt?"
440
+ msgstr "Покажи откъс?"
441
+
442
+ #: yarpp_options.php:436
443
+ #: yarpp_options.php:505
444
+ #@ yarpp
445
+ msgid "Excerpt length (No. of words):"
446
+ msgstr "Дължина на откъсът (брой на думи):"
447
+
448
+ #: yarpp_options.php:440
449
+ #@ yarpp
450
+ msgid "Before / after (Excerpt):"
451
+ msgstr "Преди / След (Откъс):"
452
+
453
+ #: yarpp_options.php:446
454
+ #: yarpp_options.php:515
455
+ #@ yarpp
456
+ msgid "Order results:"
457
+ msgstr "Подреди резултатите:"
458
+
459
+ #: yarpp_options.php:448
460
+ #: yarpp_options.php:517
461
+ #@ yarpp
462
+ msgid "score (high relevance to low)"
463
+ msgstr "резултат (висок към нисък)"
464
+
465
+ #: yarpp_options.php:449
466
+ #: yarpp_options.php:518
467
+ #@ yarpp
468
+ msgid "score (low relevance to high)"
469
+ msgstr "резултат (нисък към висок)"
470
+
471
+ #: yarpp_options.php:450
472
+ #: yarpp_options.php:519
473
+ #@ yarpp
474
+ msgid "date (new to old)"
475
+ msgstr "дата (нова към стара)"
476
+
477
+ #: yarpp_options.php:451
478
+ #: yarpp_options.php:520
479
+ #@ yarpp
480
+ msgid "date (old to new)"
481
+ msgstr "дата (стара към нова)"
482
+
483
+ #: yarpp_options.php:452
484
+ #: yarpp_options.php:521
485
+ #@ yarpp
486
+ msgid "title (alphabetical)"
487
+ msgstr "заглавие (по азбучен ред)"
488
+
489
+ #: yarpp_options.php:453
490
+ #: yarpp_options.php:522
491
+ #@ yarpp
492
+ msgid "title (reverse alphabetical)"
493
+ msgstr "заглавие (по обратен азбучен ред)"
494
+
495
+ #: yarpp_options.php:458
496
+ #: yarpp_options.php:527
497
+ #@ yarpp
498
+ msgid "Default display if no results:"
499
+ msgstr "Показване по подразбиране когато няма резултати:"
500
+
501
+ #: yarpp_options.php:462
502
+ #: yarpp_options.php:530
503
+ #, php-format
504
+ #@ yarpp
505
+ 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."
506
+ msgstr "Тази опция ще добави кода %s. Опитайте да я включите, променяйки настройките, и ще видите примерния кода от дясно. Тези връзки и донации ще бъдат оценени."
507
+
508
+ #: yarpp_options.php:472
509
+ #@ yarpp
510
+ msgid "Display options <small>for RSS</small>"
511
+ msgstr "Настройки за показване <small>за RSS</small>"
512
+
513
+ #: yarpp_options.php:478
514
+ #@ yarpp
515
+ msgid "Display related posts in feeds?"
516
+ msgstr "Показвай сродни публикации в RSS хранилката?"
517
+
518
+ #: yarpp_options.php:478
519
+ #@ yarpp
520
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
521
+ msgstr "Тази опция показва сродни публикации на крайа на всяка публикация във вашият RSS и Atom. Не е нужно да променяте шаблоните."
522
+
523
+ #: yarpp_options.php:479
524
+ #@ yarpp
525
+ msgid "Display related posts in the descriptions?"
526
+ msgstr "Покажи сродни публикации в описанията?"
527
+
528
+ #: yarpp_options.php:479
529
+ #@ yarpp
530
+ 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."
531
+ msgstr "Тази опция показва сродните публикации в полете за описание на RSS, не само в съдържанието. Ако вашите хранилища показват само откъси, само полето за описание се използва, така че тази опция е необходима за каквото и да е показване."
532
+
533
+ #: yarpp_options.php:480
534
+ #@ yarpp
535
+ msgid "RSS display code example"
536
+ msgstr "Примерен код за показване в RSS "
537
+
538
+ #: yarpp_options.php:495
539
+ #@ yarpp
540
+ msgid "Before / after related entries display:"
541
+ msgstr "Преди / След сродните публикации показвай:"
542
+
543
+ #: yarpp_options.php:509
544
+ #@ yarpp
545
+ msgid "Before / after (excerpt):"
546
+ msgstr "Преди / След (откъс):"
547
+
548
+ #: yarpp_options.php:538
549
+ #@ yarpp
550
+ msgid "Update options"
551
+ msgstr "Промени настройките"
552
+
553
+ #: yarpp_options.php:539
554
+ #@ yarpp
555
+ msgid "Do you really want to reset your configuration?"
556
+ msgstr "Наистина ли искате да върнете настройките към тези по-подразбиране?"
557
+
558
+ #: yarpp_options.php:539
559
+ #@ yarpp
560
+ msgid "Reset options"
561
+ msgstr "Върни настройките към тези по-подразбиране"
562
+
563
+ #: template-builtin.php:35
564
+ #, php-format
565
+ #@ yarpp
566
+ 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."
567
+ msgstr "%f е YARPP резултата на сродност помежду текущата публикация и тази свързана публикация. Виждате този резултат понеже сте влезли във WordPress като administrator. "
568
+
569
+ #: template-metabox.php:12
570
+ #@ yarpp
571
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
572
+ msgstr "Това са сродните публикации за тази публикация. Ако промените публикацията, сродните публикации може да бъдат променени."
573
+
574
+ #: template-metabox.php:26
575
+ #@ yarpp
576
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
577
+ msgstr "Дали всичките свързани публикации ще се показват и как ще се показват се управлява от опциите за показване на YARPP."
578
+
trunk/lang/yarpp-by_BY.mo ADDED
Binary file
trunk/lang/yarpp-by_BY.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2009-07-02 14:00+0300\n"
7
+ "Last-Translator: Fat Cow <zhr@tut.by>\n"
8
+ "Language-Team: Fat Cow <zhr@tut.by>\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: Belarusian\n"
14
+ "X-Poedit-Country: BELARUS\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:376
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Звязаныя пасты"
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 - гэта каэфіцыент \"падобнасці\" паста і звязанага з ім. Вы бачыце гэта таму, што вы зашлі ў 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' title='WordPress Related Posts Plugin'>YARPP</a>."
47
+
48
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:70
72
+ #@ yarpp
73
+ msgid "Trust me. Let me use MyISAM features."
74
+ msgstr "Паверце мне. Дазвольце мне выкарыстаць MyISAM."
75
+
76
+ #: yarpp_options.php:83
77
+ #@ yarpp
78
+ msgid "The YARPP database had an error but has been fixed."
79
+ msgstr "База дадзеных YARPP утрымоўвала памылкі, але яны былі выпраўленыя."
80
+
81
+ #: yarpp_options.php:85
82
+ #@ yarpp
83
+ msgid "The YARPP database has an error which could not be fixed."
84
+ msgstr "База дадзеных YARPP утрымоўвае памылку, якая не можа быць выпраўленая."
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 "не разглядаць"
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 "разглядаць"
99
+
100
+ #: options-meta-boxes.php:65
101
+ #@ yarpp
102
+ msgid "consider with extra weight"
103
+ msgstr "разглядаць з дадатковай вагай"
104
+
105
+ #: yarpp_options.php:178
106
+ #@ yarpp
107
+ msgid "Yet Another Related Posts Plugin Options"
108
+ msgstr "Опцыі YARPP"
109
+
110
+ #: options-meta-boxes.php:118
111
+ #@ yarpp
112
+ msgid "\"The Pool\""
113
+ msgstr "<em>Кантэнт</em>"
114
+
115
+ #: options-meta-boxes.php:91
116
+ #@ yarpp
117
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
118
+ msgstr "<em>Кантэнт</em> разумеецца як набор паведамленняў і старонак, якія з'яўляюцца кандыдатамі на паказ у блоку звязаных запісаў."
119
+
120
+ #: options-meta-boxes.php:96
121
+ #@ yarpp
122
+ msgid "Disallow by category:"
123
+ msgstr "Выключыць катэгорыі:"
124
+
125
+ #: options-meta-boxes.php:98
126
+ #@ yarpp
127
+ msgid "Disallow by tag:"
128
+ msgstr "Выключыць тэгі:"
129
+
130
+ #: options-meta-boxes.php:101
131
+ #@ yarpp
132
+ msgid "Show password protected posts?"
133
+ msgstr "Паказваць паведамленні, абароненыя паролем?"
134
+
135
+ #: options-meta-boxes.php:140
136
+ #@ yarpp
137
+ msgid "Show only previous posts?"
138
+ msgstr "Паказваць толькі папярэднія паведамленні?"
139
+
140
+ #: options-meta-boxes.php:148
141
+ #@ yarpp
142
+ msgid "\"Relatedness\" options"
143
+ msgstr "Крытэры падобнасці"
144
+
145
+ #: options-meta-boxes.php:124
146
+ #: options-meta-boxes.php:139
147
+ #: options-meta-boxes.php:157
148
+ #: options-meta-boxes.php:161
149
+ #: options-meta-boxes.php:204
150
+ #: options-meta-boxes.php:221
151
+ #: options-meta-boxes.php:223
152
+ #: options-meta-boxes.php:228
153
+ #: options-meta-boxes.php:268
154
+ #@ yarpp
155
+ msgid "more&gt;"
156
+ msgstr "падрабязней&gt;"
157
+
158
+ #: options-meta-boxes.php:130
159
+ #@ yarpp
160
+ msgid "Match threshold:"
161
+ msgstr "Парог падобнасці:"
162
+
163
+ #: options-meta-boxes.php:131
164
+ #@ yarpp
165
+ msgid "Titles: "
166
+ msgstr "Загалоўкі:"
167
+
168
+ #: options-meta-boxes.php:133
169
+ #@ yarpp
170
+ msgid "Bodies: "
171
+ msgstr "Тэксты:"
172
+
173
+ #: options-meta-boxes.php:135
174
+ #@ yarpp
175
+ msgid "Tags: "
176
+ msgstr "Тэгі:"
177
+
178
+ #: options-meta-boxes.php:137
179
+ #@ yarpp
180
+ msgid "Categories: "
181
+ msgstr "Катэгорыі:"
182
+
183
+ #: options-meta-boxes.php:139
184
+ #@ yarpp
185
+ msgid "Cross-relate posts and pages?"
186
+ msgstr "Рабіць крыжаваную пералінкоўку старонак і паведамленняў?"
187
+
188
+ #: options-meta-boxes.php:139
189
+ #@ yarpp
190
+ 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."
191
+ msgstr "Калі вылучаная опцыя Рабіць крыжаваную пералінкоўку старонак і паведамленняў?, функцыі <code>related_posts()</code>, <code>related_pages()</code> і <code>related_entries()</code> выдаюць аднолькавы набор, які змяшчае і старонкі і паведамленні"
192
+
193
+ #: options-meta-boxes.php:212
194
+ #@ yarpp
195
+ msgid "Display options <small>for your website</small>"
196
+ msgstr "Прагляд опцый <small>для вашага сайта</small>"
197
+
198
+ #: options-meta-boxes.php:157
199
+ #@ yarpp
200
+ msgid "Automatically display related posts?"
201
+ msgstr "Аўтаматычна паказваць звязаныя пасты?"
202
+
203
+ #: options-meta-boxes.php:157
204
+ #@ yarpp
205
+ 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."
206
+ msgstr "Гэта опцыя аўтаматычна паказвае звязаныя паведамленні hgzvj пасля змесціва на старонцы адзінкавага паведамлення. Калі гэтую опцыю адключыць, вам спатрэбіцца ўручную ўставіць <code>related_posts()</code> або нешта падобнае (<code>related_pages()</code> і <code>related_entries()</code>) у вашай тэме."
207
+
208
+ #: options-meta-boxes.php:158
209
+ #@ yarpp
210
+ msgid "Website display code example"
211
+ msgstr "Прыклад кода на web-сайце "
212
+
213
+ #: options-meta-boxes.php:158
214
+ #: options-meta-boxes.php:221
215
+ #@ yarpp
216
+ msgid "(Update options to reload.)"
217
+ msgstr "(Захаваеце опцыі для перазагрузкі.)"
218
+
219
+ #: options-meta-boxes.php:160
220
+ #: options-meta-boxes.php:226
221
+ #@ yarpp
222
+ msgid "Maximum number of related posts:"
223
+ msgstr "Максімальная колькасць звязаных пастоў:"
224
+
225
+ #: options-meta-boxes.php:175
226
+ #: options-meta-boxes.php:244
227
+ #@ yarpp
228
+ msgid "Before / after related entries:"
229
+ msgstr "Да / пасля <br />звязаных пастоў:"
230
+
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:176
233
+ #: options-meta-boxes.php:184
234
+ #: options-meta-boxes.php:244
235
+ #: options-meta-boxes.php:245
236
+ #: options-meta-boxes.php:250
237
+ #@ yarpp
238
+ msgid "For example:"
239
+ msgstr "Напрыклад:"
240
+
241
+ #: options-meta-boxes.php:176
242
+ #: options-meta-boxes.php:245
243
+ #@ yarpp
244
+ msgid "Before / after each related entry:"
245
+ msgstr "Да / пасля<br />кожнага звязанага паста:"
246
+
247
+ #: options-meta-boxes.php:178
248
+ #: options-meta-boxes.php:247
249
+ #@ yarpp
250
+ msgid "Show excerpt?"
251
+ msgstr "Паказаць вытрымку?"
252
+
253
+ #: options-meta-boxes.php:179
254
+ #: options-meta-boxes.php:248
255
+ #@ yarpp
256
+ msgid "Excerpt length (No. of words):"
257
+ msgstr "Даўжыня вытрымкі(кол-у слоў):"
258
+
259
+ #: options-meta-boxes.php:183
260
+ #@ yarpp
261
+ msgid "Before / after (Excerpt):"
262
+ msgstr "Да /пасля<br />вытрымкі"
263
+
264
+ #: options-meta-boxes.php:189
265
+ #: options-meta-boxes.php:254
266
+ #@ yarpp
267
+ msgid "Order results:"
268
+ msgstr "Сартаванне вынікаў:"
269
+
270
+ #: options-meta-boxes.php:191
271
+ #: options-meta-boxes.php:256
272
+ #@ yarpp
273
+ msgid "score (high relevance to low)"
274
+ msgstr "Падобнасць (па-змяншэнню)"
275
+
276
+ #: options-meta-boxes.php:192
277
+ #: options-meta-boxes.php:257
278
+ #@ yarpp
279
+ msgid "score (low relevance to high)"
280
+ msgstr "Падобнасць (па-узрастанню)"
281
+
282
+ #: options-meta-boxes.php:193
283
+ #: options-meta-boxes.php:258
284
+ #@ yarpp
285
+ msgid "date (new to old)"
286
+ msgstr "Дата (па-змяншэнню)"
287
+
288
+ #: options-meta-boxes.php:194
289
+ #: options-meta-boxes.php:259
290
+ #@ yarpp
291
+ msgid "date (old to new)"
292
+ msgstr "Дата (па ўзрастанні)"
293
+
294
+ #: options-meta-boxes.php:195
295
+ #: options-meta-boxes.php:260
296
+ #@ yarpp
297
+ msgid "title (alphabetical)"
298
+ msgstr "Загаловак (па алфавіце)"
299
+
300
+ #: options-meta-boxes.php:196
301
+ #: options-meta-boxes.php:261
302
+ #@ yarpp
303
+ msgid "title (reverse alphabetical)"
304
+ msgstr "Загаловак (у зваротным парадку)"
305
+
306
+ #: options-meta-boxes.php:201
307
+ #: options-meta-boxes.php:266
308
+ #@ yarpp
309
+ msgid "Default display if no results:"
310
+ msgstr "Па-змаўчанню паказваць калі пуста:"
311
+
312
+ #: includes.php:257
313
+ #: options-meta-boxes.php:203
314
+ #: options-meta-boxes.php:268
315
+ #@ yarpp
316
+ msgid "Help promote Yet Another Related Posts Plugin?"
317
+ msgstr "Дапамагчы прасоўваць убудову YARPP?"
318
+
319
+ #: options-meta-boxes.php:205
320
+ #: options-meta-boxes.php:269
321
+ #, php-format
322
+ #@ yarpp
323
+ 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."
324
+ msgstr "Гэтая опцыя дадасць код %s. Паспрабуйце ўключыць яе, зменіце опцыі і глядзіце прыклад кода справа. Гэтыя спасылкі і кнопкі вельмі важныя."
325
+
326
+ #: options-meta-boxes.php:276
327
+ #@ yarpp
328
+ msgid "Display options <small>for RSS</small>"
329
+ msgstr "Прагляд налад <small>для RSS</small>"
330
+
331
+ #: options-meta-boxes.php:221
332
+ #@ yarpp
333
+ msgid "Display related posts in feeds?"
334
+ msgstr "Паказваць звязаныя пасты ў RSS?"
335
+
336
+ #: options-meta-boxes.php:223
337
+ #@ yarpp
338
+ msgid "Display related posts in the descriptions?"
339
+ msgstr "Паказваць звязаныя пасты ў апісанні?"
340
+
341
+ #: options-meta-boxes.php:223
342
+ #@ yarpp
343
+ 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."
344
+ msgstr "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
345
+
346
+ #: options-meta-boxes.php:221
347
+ #@ yarpp
348
+ msgid "RSS display code example"
349
+ msgstr "Прыклад кода ў RSS"
350
+
351
+ #: options-meta-boxes.php:250
352
+ #@ yarpp
353
+ msgid "Before / after (excerpt):"
354
+ msgstr "Да / пасля<br />вытрымкі:"
355
+
356
+ #: options-meta-boxes.php:38
357
+ #@ yarpp
358
+ msgid "word"
359
+ msgstr "слова"
360
+
361
+ #: options-meta-boxes.php:39
362
+ #@ yarpp
363
+ msgid "tag"
364
+ msgstr "тэг"
365
+
366
+ #: options-meta-boxes.php:40
367
+ #@ yarpp
368
+ msgid "category"
369
+ msgstr "катэгорыя"
370
+
371
+ #: options-meta-boxes.php:48
372
+ #: options-meta-boxes.php:80
373
+ #, php-format
374
+ #@ yarpp
375
+ msgid "require at least one %s in common"
376
+ msgstr "хоць бы адзін \"%s\" павінен быць агульным"
377
+
378
+ #: options-meta-boxes.php:50
379
+ #: options-meta-boxes.php:82
380
+ #, php-format
381
+ #@ yarpp
382
+ msgid "require more than one %s in common"
383
+ msgstr "больш аднаго \"%s\" павінна быць агульным"
384
+
385
+ #: yarpp_options.php:114
386
+ #@ yarpp
387
+ msgid "Options saved!"
388
+ msgstr "Налады захаваныя!"
389
+
390
+ #: options-meta-boxes.php:124
391
+ #@ yarpp
392
+ 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."
393
+ msgstr "Чым вышэй парог падобнасці, тым стражэй выбарка, і тым менш атрымаеце запісаў на выхадзе. Па-змаўчанню парог роўны 5. Калі жадаеце знайсці приемлимые парогавыя значэнні, паэксперыментуйце з некалькімі паведамленнямі. Вы зможаце ўбачыць, якія паведамленні выходзяць наверх і якія ў іх значэння падабенства, па якіх можна вызначыць приемлимый узровень для вашага сайта."
394
+
395
+ #: yarpp_options.php:279
396
+ #@ yarpp
397
+ msgid "Update options"
398
+ msgstr "Змяніць налады"
399
+
400
+ #: yarpp_options.php:280
401
+ #@ yarpp
402
+ msgid "Do you really want to reset your configuration?"
403
+ msgstr "Вы сапраўды жадаеце скінуць вашы налады?"
404
+
405
+ #: yarpp_options.php:280
406
+ #@ yarpp
407
+ msgid "Reset options"
408
+ msgstr "Скінуць налады"
409
+
410
+ #: cache-postmeta.php:105
411
+ #: cache-tables.php:131
412
+ #@ yarpp
413
+ msgid "Example post "
414
+ msgstr "Прыклад паста"
415
+
416
+ #: options-meta-boxes.php:105
417
+ #@ yarpp
418
+ msgid "day(s)"
419
+ msgstr "дзён"
420
+
421
+ #: options-meta-boxes.php:106
422
+ #@ yarpp
423
+ msgid "week(s)"
424
+ msgstr "месяцаў"
425
+
426
+ #: options-meta-boxes.php:107
427
+ #@ yarpp
428
+ msgid "month(s)"
429
+ msgstr "гадоў"
430
+
431
+ #: options-meta-boxes.php:109
432
+ #@ yarpp
433
+ msgid "Show only posts from the past NUMBER UNITS"
434
+ msgstr "Паказваць толькі пасты за апошнія NUMBER UNITS"
435
+
436
+ #: yarpp_options.php:46
437
+ #, php-format
438
+ #@ yarpp
439
+ 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."
440
+ msgstr "Выйшла новая beta (%s) убудовы YARPP. Вы можаце <a href=\"%s\">запампаваць яе тут</a> на сваю рызыку."
441
+
442
+ #: includes.php:248
443
+ #: options-meta-boxes.php:161
444
+ #: options-meta-boxes.php:228
445
+ #@ yarpp
446
+ msgid "Display using a custom template file"
447
+ msgstr "Паказваць з шаблонам карыстача"
448
+
449
+ #: includes.php:249
450
+ #: options-meta-boxes.php:165
451
+ #: options-meta-boxes.php:233
452
+ #@ yarpp
453
+ msgid "Template file:"
454
+ msgstr "Файл шаблону:"
455
+
456
+ #: options-meta-boxes.php:221
457
+ #@ yarpp
458
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
459
+ msgstr "Гэтая опцыя паказвае звязаныя паведамленні ў канцы кожнага пункта вашага струменя RSS і Atom. Змены шаблону не патрабуюцца."
460
+
461
+ #: template-metabox.php:12
462
+ #@ yarpp
463
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
464
+ msgstr "Гэта звязаныя пасты для гэтага паста. Змена гэтага паста можа змяніць набор звязаных пастоў."
465
+
466
+ #: template-metabox.php:25
467
+ #@ yarpp
468
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
469
+ msgstr "Ці будуць адлюстроўвацца ўсе гэтыя пасты і як яны будуць адлюстроўвацца, залежыць ад вашых налад адлюстравання YARPP."
470
+
471
+ #: includes.php:28
472
+ #: includes.php:39
473
+ #: template-metabox.php:27
474
+ #: template-widget.php:13
475
+ #@ yarpp
476
+ msgid "No related posts."
477
+ msgstr "Няма звязаных паведамленняў"
478
+
479
+ #: options-meta-boxes.php:228
480
+ #@ yarpp
481
+ msgid "NEW!"
482
+ msgstr "НОВАЕ!"
483
+
484
+ #: options-meta-boxes.php:161
485
+ #: options-meta-boxes.php:228
486
+ #@ yarpp
487
+ 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."
488
+ msgstr "Гэтыя дадатковыя налады даюць вам поўную моц для налады адлюстравання звязаных паведамленняў. Шаблоны (захоўваюцца ў тэчцы выкарыстоўванай тэмы) напісаныя на PHP."
489
+
490
+ #: includes.php:26
491
+ #: includes.php:37
492
+ #@ yarpp
493
+ msgid "Related posts:"
494
+ msgstr ""
495
+
496
+ #: includes.php:169
497
+ #@ yarpp
498
+ msgid "Settings"
499
+ msgstr ""
500
+
501
+ #: includes.php:243
502
+ #@ default
503
+ msgid "Title:"
504
+ msgstr ""
505
+
506
+ #: includes.php:385
507
+ #@ yarpp
508
+ msgid "Related entries may be displayed once you save your entry"
509
+ msgstr ""
510
+
511
+ #: options-meta-boxes.php:124
512
+ #@ yarpp
513
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
514
+ msgstr ""
515
+
516
+ #: options-meta-boxes.php:175
517
+ #: options-meta-boxes.php:176
518
+ #: options-meta-boxes.php:184
519
+ #: options-meta-boxes.php:244
520
+ #: options-meta-boxes.php:245
521
+ #: options-meta-boxes.php:250
522
+ #@ yarpp
523
+ msgid " or "
524
+ msgstr ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-cs_CZ.mo ADDED
Binary file
trunk/lang/yarpp-cs_CZ.po ADDED
@@ -0,0 +1,536 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.5.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2012-03-04 10:58+0000\n"
7
+ "Last-Translator: Zdenek Hejl <zdenek@zdenek-hejl.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Czech\n"
14
+ "X-Poedit-Country: CZECH REPUBLIC\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: class-admin.php:55
23
+ #: class-widget.php:7
24
+ #: class-widget.php:59
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "Podobné články (YARPP)"
28
+
29
+ #: class-admin.php:63
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Podobné články"
33
+
34
+ #: class-admin.php:63
35
+ #@ default
36
+ msgid "Configure"
37
+ msgstr ""
38
+
39
+ #: class-admin.php:89
40
+ #@ yarpp
41
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
42
+ msgstr "Děkuji, že jste si nainstalovali <span>Yet Another Related Posts Plugin</span>!"
43
+
44
+ #: class-admin.php:90
45
+ #@ yarpp
46
+ msgid "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
47
+ msgstr "Navštivte stránku s <a>nastavením podobných článků</a>, abyste mohli upravit YARPP."
48
+
49
+ #: class-admin.php:136
50
+ #@ default
51
+ msgid "Settings"
52
+ msgstr ""
53
+
54
+ #: class-admin.php:162
55
+ #@ yarpp
56
+ msgid "Related entries may be displayed once you save your entry"
57
+ msgstr "Podobné články mohou být zobrazeny, jakmile článek uložíte"
58
+
59
+ #: class-cache.php:522
60
+ #@ yarpp
61
+ msgid "Example post "
62
+ msgstr "Ukázkový článek "
63
+
64
+ #: class-core.php:71
65
+ #: class-core.php:81
66
+ #: class-core.php:267
67
+ #: class-core.php:278
68
+ #@ yarpp
69
+ msgid "Related posts:"
70
+ msgstr "Podobné články:"
71
+
72
+ #: class-core.php:73
73
+ #: class-core.php:83
74
+ #: class-core.php:269
75
+ #: class-core.php:280
76
+ #: template-metabox.php:30
77
+ #: template-widget.php:13
78
+ #@ yarpp
79
+ msgid "No related posts."
80
+ msgstr "Žádné podobné články."
81
+
82
+ #: class-core.php:565
83
+ #: class-core.php:680
84
+ #: options-meta-boxes.php:229
85
+ #: options-meta-boxes.php:284
86
+ #, php-format
87
+ #@ yarpp
88
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
89
+ msgstr "Podobné články vám přináší <a href='%s'>Yet Another Related Posts Plugin</a>."
90
+
91
+ #: class-widget.php:69
92
+ #@ default
93
+ msgid "Title:"
94
+ msgstr ""
95
+
96
+ #: class-widget.php:75
97
+ #: options-meta-boxes.php:17
98
+ #@ yarpp
99
+ msgid "Display using a custom template file"
100
+ msgstr "Zobrazit pomocí vlastní šablony."
101
+
102
+ #: class-widget.php:76
103
+ #: options-meta-boxes.php:196
104
+ #: options-meta-boxes.php:258
105
+ #@ yarpp
106
+ msgid "Template file:"
107
+ msgstr "Soubor se šablonou:"
108
+
109
+ #: class-widget.php:98
110
+ #: options-meta-boxes.php:227
111
+ #: options-meta-boxes.php:283
112
+ #@ yarpp
113
+ msgid "Help promote Yet Another Related Posts Plugin?"
114
+ msgstr "Chcete pomoci propagovat Yet Another Related Posts Plugin?"
115
+
116
+ #: options-meta-boxes.php:17
117
+ #: options-meta-boxes.php:113
118
+ #: options-meta-boxes.php:153
119
+ #: options-meta-boxes.php:169
120
+ #: options-meta-boxes.php:187
121
+ #: options-meta-boxes.php:228
122
+ #: options-meta-boxes.php:245
123
+ #: options-meta-boxes.php:247
124
+ #: options-meta-boxes.php:283
125
+ #@ yarpp
126
+ msgid "more&gt;"
127
+ msgstr "více&gt;"
128
+
129
+ #: options-meta-boxes.php:17
130
+ #@ yarpp
131
+ msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
132
+ msgstr "Pomocí této funkce získáte naprostou kontrolu nad tím, jak budou vaše podobné články zobrazeny. Šablony (uložené ve složce s vaší WordPress šablonou) jsou napsány v PHP."
133
+
134
+ #: options-meta-boxes.php:47
135
+ #: options-meta-boxes.php:59
136
+ #@ yarpp
137
+ msgid "do not consider"
138
+ msgstr "nezahrnovat"
139
+
140
+ #: options-meta-boxes.php:48
141
+ #: options-meta-boxes.php:60
142
+ #@ yarpp
143
+ msgid "consider"
144
+ msgstr "zahrnout"
145
+
146
+ #: options-meta-boxes.php:49
147
+ #: options-meta-boxes.php:61
148
+ #@ yarpp
149
+ msgid "consider with extra weight"
150
+ msgstr "klást zvýšený důraz"
151
+
152
+ #: options-meta-boxes.php:50
153
+ #, php-format
154
+ #@ yarpp
155
+ msgid "require at least one %s in common"
156
+ msgstr "alespoň jeden společná/jeden společný %s"
157
+
158
+ #: options-meta-boxes.php:51
159
+ #, php-format
160
+ #@ yarpp
161
+ msgid "require more than one %s in common"
162
+ msgstr "nutnost více společných %s"
163
+
164
+ #: options-meta-boxes.php:68
165
+ #@ yarpp
166
+ msgid "Order results:"
167
+ msgstr "Řazení výsledků:"
168
+
169
+ #: options-meta-boxes.php:71
170
+ #@ yarpp
171
+ msgid "score (high relevance to low)"
172
+ msgstr "dle relevance (od nejrelevantnějšího po nejméně relevantní)"
173
+
174
+ #: options-meta-boxes.php:72
175
+ #@ yarpp
176
+ msgid "score (low relevance to high)"
177
+ msgstr "dle relevance (od nejméně relevantního po nejrelevantnější)"
178
+
179
+ #: options-meta-boxes.php:73
180
+ #@ yarpp
181
+ msgid "date (new to old)"
182
+ msgstr "dle data (od nejnovějšího po nejstarší)"
183
+
184
+ #: options-meta-boxes.php:74
185
+ #@ yarpp
186
+ msgid "date (old to new)"
187
+ msgstr "dle data (od nejstaršího po nejnovější)"
188
+
189
+ #: options-meta-boxes.php:75
190
+ #@ yarpp
191
+ msgid "title (alphabetical)"
192
+ msgstr "dle titulku (od A po Z)"
193
+
194
+ #: options-meta-boxes.php:76
195
+ #@ yarpp
196
+ msgid "title (reverse alphabetical)"
197
+ msgstr "dle titulku (od Z po A)"
198
+
199
+ #: options-meta-boxes.php:109
200
+ #@ yarpp
201
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
202
+ msgstr "\"The Pool\" označuje množinu článků, které jsou potenciálními kandidáty na podobné články pro konkrétní článek."
203
+
204
+ #: options-meta-boxes.php:113
205
+ #@ yarpp
206
+ msgid "Post types considered:"
207
+ msgstr "Zahrnuté typy článků:"
208
+
209
+ #: options-meta-boxes.php:116
210
+ #, php-format
211
+ #@ yarpp
212
+ msgid "Disallow by %s:"
213
+ msgstr "Nezobrazovat články z %s:"
214
+
215
+ #: options-meta-boxes.php:118
216
+ #@ yarpp
217
+ msgid "Show password protected posts?"
218
+ msgstr "Zobrazit články chráněné heslem?"
219
+
220
+ #: options-meta-boxes.php:129
221
+ #@ yarpp
222
+ msgid "day(s)"
223
+ msgstr "dnů"
224
+
225
+ #: options-meta-boxes.php:130
226
+ #@ yarpp
227
+ msgid "week(s)"
228
+ msgstr "týdnů"
229
+
230
+ #: options-meta-boxes.php:131
231
+ #@ yarpp
232
+ msgid "month(s)"
233
+ msgstr "měsíců"
234
+
235
+ #: options-meta-boxes.php:137
236
+ #@ yarpp
237
+ msgid "Show only posts from the past NUMBER UNITS"
238
+ msgstr "Zobrazit pouze články z předchozích NUMBER UNITS"
239
+
240
+ #: options-meta-boxes.php:147
241
+ #@ yarpp
242
+ msgid "\"The Pool\""
243
+ msgstr "\"The Pool\""
244
+
245
+ #: options-meta-boxes.php:153
246
+ #@ yarpp
247
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
248
+ msgstr "YARPP omezuje seznam podobných článků na základě (1) nastaveného maximálního počtu článku a (3) <em>prahové hodnoty</em>."
249
+
250
+ #: options-meta-boxes.php:153
251
+ #@ yarpp
252
+ msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
253
+ msgstr "Čím vyšší prahovou hodnotu (tj. přísnější omezení) nastavíte, tím méně se většinou podobných článků zobrazí. Standardní prahová hodnota je nastavena na hodnotu 5. Jestliže chcete najít odpovídající prahovou hodnotu, prohlédněte si, jaké články s jakou prahovou hodnotou se zobrazují jako podobné články na webu. Zjistíte tak, jaké druhy článků jsou zobrazovány mezi podobnými články a jaké mají skóre relevance (zobrazuje se v závorce za názvem článku), což vám pomůže nastavit prahovou hodnotu pro váš web."
254
+
255
+ #: options-meta-boxes.php:159
256
+ #@ yarpp
257
+ msgid "Match threshold:"
258
+ msgstr "Prahová hodnota:"
259
+
260
+ #: options-meta-boxes.php:160
261
+ #@ yarpp
262
+ msgid "Titles: "
263
+ msgstr "Titulky: "
264
+
265
+ #: options-meta-boxes.php:162
266
+ #@ yarpp
267
+ msgid "Bodies: "
268
+ msgstr "Texty: "
269
+
270
+ #: options-meta-boxes.php:169
271
+ #@ yarpp
272
+ msgid "Display results from all post types"
273
+ msgstr "Zobrazit výsledky bez ohledu na typ článku"
274
+
275
+ #: options-meta-boxes.php:169
276
+ #@ yarpp
277
+ msgid "When \"display results from all post types\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc."
278
+ msgstr "Jakmile je možnost \\\"zobrazit výsledky bez ohledu na typ článku\\\" vypnutá, zobrazí se u příspěvků mezi podobnými články pouze jiné příspěvky, u stránek pouze jiné stránky apod."
279
+
280
+ #: options-meta-boxes.php:170
281
+ #@ yarpp
282
+ msgid "Show only previous posts?"
283
+ msgstr "Zobrazit pouze starší články?"
284
+
285
+ #: options-meta-boxes.php:178
286
+ #@ yarpp
287
+ msgid "\"Relatedness\" options"
288
+ msgstr "Nastavení podobnosti článků"
289
+
290
+ #: options-meta-boxes.php:187
291
+ #@ yarpp
292
+ msgid "Automatically display related posts?"
293
+ msgstr "Automaticky zobrazovat podobné články?"
294
+
295
+ #: options-meta-boxes.php:187
296
+ #@ yarpp
297
+ msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
298
+ msgstr "Podobné články budou automaticky zobrazovány ihned za textem článku. Jestliže je tato možnost vypnutá, budete muset ručně vložit <code>related_posts()</code> nebo varianty (<code>related_pages()</code> nebo <code>related_entries()</code>) do své WordPress šablony."
299
+
300
+ #: options-meta-boxes.php:188
301
+ #@ yarpp
302
+ msgid "Website display code example"
303
+ msgstr "Ukázka výsledného HTML kódu"
304
+
305
+ #: options-meta-boxes.php:188
306
+ #: options-meta-boxes.php:245
307
+ #@ yarpp
308
+ msgid "(Update options to reload.)"
309
+ msgstr "(Pro aktualizaci kódu uložte nastavení.)"
310
+
311
+ #: options-meta-boxes.php:190
312
+ #: options-meta-boxes.php:250
313
+ #@ yarpp
314
+ msgid "Maximum number of related posts:"
315
+ msgstr "Maximální počet podobných článků:"
316
+
317
+ #: options-meta-boxes.php:208
318
+ #: options-meta-boxes.php:271
319
+ #@ yarpp
320
+ msgid "Before / after related entries:"
321
+ msgstr "Před / po výpisu podobných článků:"
322
+
323
+ #: options-meta-boxes.php:208
324
+ #: options-meta-boxes.php:209
325
+ #: options-meta-boxes.php:217
326
+ #: options-meta-boxes.php:271
327
+ #: options-meta-boxes.php:272
328
+ #: options-meta-boxes.php:277
329
+ #@ yarpp
330
+ msgid "For example:"
331
+ msgstr "Například:"
332
+
333
+ #: options-meta-boxes.php:208
334
+ #: options-meta-boxes.php:209
335
+ #: options-meta-boxes.php:217
336
+ #: options-meta-boxes.php:271
337
+ #: options-meta-boxes.php:272
338
+ #: options-meta-boxes.php:277
339
+ #@ yarpp
340
+ msgid " or "
341
+ msgstr " nebo "
342
+
343
+ #: options-meta-boxes.php:209
344
+ #: options-meta-boxes.php:272
345
+ #@ yarpp
346
+ msgid "Before / after each related entry:"
347
+ msgstr "Před / po výpisu každého podobného článku:"
348
+
349
+ #: options-meta-boxes.php:211
350
+ #: options-meta-boxes.php:274
351
+ #@ yarpp
352
+ msgid "Show excerpt?"
353
+ msgstr "Zobrazit anotaci?"
354
+
355
+ #: options-meta-boxes.php:212
356
+ #: options-meta-boxes.php:275
357
+ #@ yarpp
358
+ msgid "Excerpt length (No. of words):"
359
+ msgstr "Délka anotace (počet slov):"
360
+
361
+ #: options-meta-boxes.php:216
362
+ #@ yarpp
363
+ msgid "Before / after (Excerpt):"
364
+ msgstr "Před / po anotaci:"
365
+
366
+ #: options-meta-boxes.php:224
367
+ #: options-meta-boxes.php:281
368
+ #@ yarpp
369
+ msgid "Default display if no results:"
370
+ msgstr "Co zobrazit, když nebudou nalezeny žádné podobné články:"
371
+
372
+ #: options-meta-boxes.php:229
373
+ #: options-meta-boxes.php:284
374
+ #, php-format
375
+ #@ yarpp
376
+ msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
377
+ msgstr "Povolením této možnosti přidáte automaticky do šablony kód %s. Uložte nastavení a prohlédněte si HTML kód v příkladu napravo. Děkuji za všechny odkazy a finanční příspěvky."
378
+
379
+ #: options-meta-boxes.php:236
380
+ #@ yarpp
381
+ msgid "Display options <small>for your website</small>"
382
+ msgstr "Nastavení zobrazení <small>pro váš web</small>"
383
+
384
+ #: options-meta-boxes.php:245
385
+ #@ yarpp
386
+ msgid "Display related posts in feeds?"
387
+ msgstr "Zobrazit podobné články v RSS feedech?"
388
+
389
+ #: options-meta-boxes.php:245
390
+ #@ yarpp
391
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
392
+ msgstr "Zajistí zobrazení podobných článků za každou položkou v RSS / Atom feedu. Nejsou potřeba žádné změny šablony."
393
+
394
+ #: options-meta-boxes.php:245
395
+ #@ yarpp
396
+ msgid "RSS display code example"
397
+ msgstr "Ukázka HTML kódu pro RSS feedy"
398
+
399
+ #: options-meta-boxes.php:247
400
+ #@ yarpp
401
+ msgid "Display related posts in the descriptions?"
402
+ msgstr "Zobrazit podobné články v popiscích RSS feedů?"
403
+
404
+ #: options-meta-boxes.php:247
405
+ #@ yarpp
406
+ msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
407
+ msgstr "Zajistí zobrazení podobných článků v popiscích článků v RSS feedech, ne jen v rámci obsahu článků. Jestliže jsou vaše RSS feedy nastaveny, aby zobrazovaly pouze anotace, tato možnost zajistí zobrazování podobných článků."
408
+
409
+ #: options-meta-boxes.php:277
410
+ #@ yarpp
411
+ msgid "Before / after (excerpt):"
412
+ msgstr "Před / po anotaci:"
413
+
414
+ #: options-meta-boxes.php:291
415
+ #@ yarpp
416
+ msgid "Display options <small>for RSS</small>"
417
+ msgstr "Nastavení zobrazení pro <small>RSS feedy</small>"
418
+
419
+ #: options-meta-boxes.php:298
420
+ #@ yarpp
421
+ msgid "YARPP Forum"
422
+ msgstr "Diskuzní fórum YARPP"
423
+
424
+ #: options-meta-boxes.php:299
425
+ #@ yarpp
426
+ msgid "YARPP on Twitter"
427
+ msgstr "YARPP na Twitteru"
428
+
429
+ #: options-meta-boxes.php:300
430
+ #@ yarpp
431
+ msgid "YARPP on the Web"
432
+ msgstr "Web YARPP"
433
+
434
+ #: options-meta-boxes.php:301
435
+ #@ yarpp
436
+ msgid "Rate YARPP on WordPress.org"
437
+ msgstr "Ohodnotit YARPP na WordPress.org"
438
+
439
+ #: options-meta-boxes.php:337
440
+ #@ yarpp
441
+ msgid "Contact YARPP"
442
+ msgstr "Kontaktovat YARPP"
443
+
444
+ #: yarpp_options.php:34
445
+ #, php-format
446
+ #@ default
447
+ 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>."
448
+ msgstr ""
449
+
450
+ #: yarpp_options.php:38
451
+ #, php-format
452
+ #@ yarpp
453
+ 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."
454
+ msgstr "K dispozici je nová beta verze (%s) pluginu Yet Another Related Posts Plugin. Můžete si ji <a href=\"%s\">stáhnout zde</a>, na vlastní nebezpečí."
455
+
456
+ #: yarpp_options.php:46
457
+ #@ yarpp
458
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
459
+ msgstr "MyISAM kontrola byla přepsána. Nyní můžete použít kritéria relevance - \"zahrnout titulky\" a \"zahrnout texty článků\"."
460
+
461
+ #: yarpp_options.php:54
462
+ #, php-format
463
+ #@ yarpp
464
+ 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."
465
+ msgstr "Kritéria relevance \"zahrnout titulky\" a \"zahrnout texty článků\" vyžadují, aby vaše <code>%s</code> tabulka využívala <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>databázový systém MyISAM</a>, ale vypadá to, že využívá systém <code>%s</code>. Tyto dvě možnosti byly zakázány."
466
+
467
+ #: yarpp_options.php:56
468
+ #, php-format
469
+ #@ yarpp
470
+ 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."
471
+ msgstr "Pro zprovoznění těchto funkcí, updatujte <code>%s</code> tabulku prostřednictvím následujícího SQL příkazu: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Žádná data nebudou při změně smazána, ačkoliv může dojít k výkonnostním důsledkům."
472
+
473
+ #: yarpp_options.php:58
474
+ #, php-format
475
+ #@ yarpp
476
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
477
+ msgstr "Jestliže jste si jistí, že tabulka <code>%s</code> používá MyISAM engine, klikněte na kouzelné tlačítko:"
478
+
479
+ #: yarpp_options.php:61
480
+ #@ yarpp
481
+ msgid "Trust me. Let me use MyISAM features."
482
+ msgstr "Věřte mi. Nechte mě využít možnosti MyISAM."
483
+
484
+ #: yarpp_options.php:76
485
+ #@ yarpp
486
+ msgid "The YARPP database had an error but has been fixed."
487
+ msgstr "V databázi YARPP vznikla chyba, ale je již opravena."
488
+
489
+ #: yarpp_options.php:78
490
+ #@ yarpp
491
+ msgid "The YARPP database has an error which could not be fixed."
492
+ msgstr "V databázi YARPP vznikla chyba, která nemohla být opravena."
493
+
494
+ #: yarpp_options.php:79
495
+ #, php-format
496
+ #@ yarpp
497
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
498
+ msgstr "Prosím, vyzkoušejte <a href=\"%s\" target=\"_blank\">ruční nastavení SQL</a>."
499
+
500
+ #: yarpp_options.php:135
501
+ #@ yarpp
502
+ msgid "Options saved!"
503
+ msgstr "Nastavení uloženo!"
504
+
505
+ #: yarpp_options.php:141
506
+ #@ yarpp
507
+ msgid "Yet Another Related Posts Plugin Options"
508
+ msgstr "Nastavení Yet Another Related Posts Plugin"
509
+
510
+ #: yarpp_options.php:149
511
+ #, php-format
512
+ #@ yarpp
513
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
514
+ msgstr "autor <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
515
+
516
+ #: yarpp_options.php:178
517
+ #@ default
518
+ msgid "Save Changes"
519
+ msgstr ""
520
+
521
+ #: template-builtin.php:21
522
+ #, php-format
523
+ #@ yarpp
524
+ 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."
525
+ msgstr "%f je YARPP skóre relevance mezi aktuálním článkem a podobným článkem. Vidíte tuto hodnotu, protože jste přihlášen do WordPressu jako administrátor. Tyto hodnoty nejsou zobrazovány běžným návštěvníkům."
526
+
527
+ #: template-metabox.php:12
528
+ #@ yarpp
529
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
530
+ msgstr "Existují podobné články k tomuto článku. Aktualizace tohoto článku může změnit přiřazené podobné články."
531
+
532
+ #: template-metabox.php:28
533
+ #@ yarpp
534
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
535
+ msgstr "Záleží na nastavení zobrazení YARPP, zda a jak se zobrazí všechny podobné články."
536
+
trunk/lang/yarpp-de_DE.mo ADDED
Binary file
trunk/lang/yarpp-de_DE.po ADDED
@@ -0,0 +1,561 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ #: yarpp_options.php:472
42
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:139
86
+ #: yarpp_options.php:156
87
+ #: yarpp_options.php:168
88
+ #@ yarpp
89
+ msgid "do not consider"
90
+ msgstr "nicht berücksichtigen"
91
+
92
+ #: yarpp_options.php:140
93
+ #: yarpp_options.php:157
94
+ #: yarpp_options.php:170
95
+ #@ yarpp
96
+ msgid "consider"
97
+ msgstr "berücksichtigen"
98
+
99
+ #: yarpp_options.php:158
100
+ #@ yarpp
101
+ msgid "consider with extra weight"
102
+ msgstr "besonders berücksichtigen"
103
+
104
+ #: yarpp_options.php:240
105
+ #@ yarpp
106
+ msgid "Yet Another Related Posts Plugin Options"
107
+ msgstr "YARPP Einstellungen"
108
+
109
+ #: yarpp_options.php:275
110
+ #@ yarpp
111
+ msgid "\"The Pool\""
112
+ msgstr "\"Datenbasis\""
113
+
114
+ #: yarpp_options.php:277
115
+ #@ yarpp
116
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
117
+ msgstr "Das Plugin berücksichtigt alle Artikel und Seiten, die in dieser \"Datenbasis\" aufgeführt (oder nicht ausgeschlossen) sind."
118
+
119
+ #: yarpp_options.php:282
120
+ #@ yarpp
121
+ msgid "Disallow by category:"
122
+ msgstr "Kategorien ausschließen:"
123
+
124
+ #: yarpp_options.php:284
125
+ #@ yarpp
126
+ msgid "Disallow by tag:"
127
+ msgstr "Tags ausschließen:"
128
+
129
+ #: yarpp_options.php:287
130
+ #@ yarpp
131
+ msgid "Show password protected posts?"
132
+ msgstr "Durch ein Passwort gesicherte Artikel anzeigen?"
133
+
134
+ #: yarpp_options.php:327
135
+ #@ yarpp
136
+ msgid "Show only previous posts?"
137
+ msgstr "Nur in der Vergangenheit liegende Artikel berücksichtigen?"
138
+
139
+ #: yarpp_options.php:308
140
+ #@ yarpp
141
+ msgid "\"Relatedness\" options"
142
+ msgstr "Ähnlichkeitseinstellungen"
143
+
144
+ #: yarpp_options.php:311
145
+ #, php-format
146
+ #@ yarpp
147
+ 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>."
148
+ 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\"."
149
+
150
+ #: yarpp_options.php:311
151
+ #: yarpp_options.php:326
152
+ #: yarpp_options.php:419
153
+ #: yarpp_options.php:424
154
+ #: yarpp_options.php:471
155
+ #: yarpp_options.php:488
156
+ #: yarpp_options.php:489
157
+ #: yarpp_options.php:493
158
+ #: yarpp_options.php:539
159
+ #@ yarpp
160
+ msgid "more&gt;"
161
+ msgstr "?"
162
+
163
+ #: yarpp_options.php:317
164
+ #@ yarpp
165
+ msgid "Match threshold:"
166
+ msgstr "Relevanz:"
167
+
168
+ #: yarpp_options.php:318
169
+ #@ yarpp
170
+ msgid "Titles: "
171
+ msgstr "Überschriften:"
172
+
173
+ #: yarpp_options.php:320
174
+ #@ yarpp
175
+ msgid "Bodies: "
176
+ msgstr "Textkörper:"
177
+
178
+ #: yarpp_options.php:322
179
+ #@ yarpp
180
+ msgid "Tags: "
181
+ msgstr "Tags:"
182
+
183
+ #: yarpp_options.php:324
184
+ #@ yarpp
185
+ msgid "Categories: "
186
+ msgstr "Kategorien:"
187
+
188
+ #: yarpp_options.php:326
189
+ #@ yarpp
190
+ msgid "Cross-relate posts and pages?"
191
+ msgstr "Artikel und Seiten gemeinsam ausgeben?"
192
+
193
+ #: yarpp_options.php:326
194
+ #@ yarpp
195
+ 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."
196
+ 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!"
197
+
198
+ #: yarpp_options.php:414
199
+ #@ yarpp
200
+ msgid "Display options <small>for your website</small>"
201
+ msgstr "Darstellung <small>(Website)</small>"
202
+
203
+ #: yarpp_options.php:419
204
+ #@ yarpp
205
+ msgid "Automatically display related posts?"
206
+ msgstr "Ähnliche Beiträge automatisch anzeigen?"
207
+
208
+ #: yarpp_options.php:419
209
+ #@ yarpp
210
+ 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."
211
+ 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."
212
+
213
+ #: yarpp_options.php:420
214
+ #@ yarpp
215
+ msgid "Website display code example"
216
+ msgstr "Quellcode-Beispiel für die Website-Anzeige"
217
+
218
+ #: yarpp_options.php:420
219
+ #: yarpp_options.php:490
220
+ #@ yarpp
221
+ msgid "(Update options to reload.)"
222
+ msgstr "Um Ihre Einstellungen hier zu sehen, müssen Sie die Einstellungen vorher sichern!"
223
+
224
+ #: yarpp_options.php:423
225
+ #: yarpp_options.php:492
226
+ #@ yarpp
227
+ msgid "Maximum number of related posts:"
228
+ msgstr "Maximale Anzahl von Beiträgen:"
229
+
230
+ #: yarpp_options.php:436
231
+ #@ yarpp
232
+ msgid "Before / after related entries:"
233
+ msgstr "Quellcode vor/nach den ähnlichen Beiträgen:"
234
+
235
+ #: yarpp_options.php:437
236
+ #: yarpp_options.php:442
237
+ #: yarpp_options.php:451
238
+ #: yarpp_options.php:506
239
+ #: yarpp_options.php:511
240
+ #: yarpp_options.php:520
241
+ #@ yarpp
242
+ msgid "For example:"
243
+ msgstr "Beispiel:"
244
+
245
+ #: yarpp_options.php:441
246
+ #: yarpp_options.php:510
247
+ #@ yarpp
248
+ msgid "Before / after each related entry:"
249
+ msgstr "Quellcode vor/nach den jeweiligen Beiträgen:"
250
+
251
+ #: yarpp_options.php:445
252
+ #: yarpp_options.php:514
253
+ #@ yarpp
254
+ msgid "Show excerpt?"
255
+ msgstr "Textausschnitt anzeigen?"
256
+
257
+ #: yarpp_options.php:446
258
+ #: yarpp_options.php:515
259
+ #@ yarpp
260
+ msgid "Excerpt length (No. of words):"
261
+ msgstr "Länge des Textausschnitts (Anzahl der Wörter):"
262
+
263
+ #: yarpp_options.php:450
264
+ #@ yarpp
265
+ msgid "Before / after (Excerpt):"
266
+ msgstr "Quellcode vor/nach den jeweiligen Textausschnitten:"
267
+
268
+ #: yarpp_options.php:456
269
+ #: yarpp_options.php:525
270
+ #@ yarpp
271
+ msgid "Order results:"
272
+ msgstr "Anzeigereihenfolge:"
273
+
274
+ #: yarpp_options.php:458
275
+ #: yarpp_options.php:527
276
+ #@ yarpp
277
+ msgid "score (high relevance to low)"
278
+ msgstr "Relevanz (höchste nach niedrigste)"
279
+
280
+ #: yarpp_options.php:459
281
+ #: yarpp_options.php:528
282
+ #@ yarpp
283
+ msgid "score (low relevance to high)"
284
+ msgstr "Relevanz (niedrigste nach höchste)"
285
+
286
+ #: yarpp_options.php:460
287
+ #: yarpp_options.php:529
288
+ #@ yarpp
289
+ msgid "date (new to old)"
290
+ msgstr "Zeitstempel (aktuell nach alt)"
291
+
292
+ #: yarpp_options.php:461
293
+ #: yarpp_options.php:530
294
+ #@ yarpp
295
+ msgid "date (old to new)"
296
+ msgstr "Zeitstempel (alt nach aktuell)"
297
+
298
+ #: yarpp_options.php:462
299
+ #: yarpp_options.php:531
300
+ #@ yarpp
301
+ msgid "title (alphabetical)"
302
+ msgstr "Überschrift (A-Z)"
303
+
304
+ #: yarpp_options.php:463
305
+ #: yarpp_options.php:532
306
+ #@ yarpp
307
+ msgid "title (reverse alphabetical)"
308
+ msgstr "Überschrift (Z-A)"
309
+
310
+ #: yarpp_options.php:468
311
+ #: yarpp_options.php:537
312
+ #@ yarpp
313
+ msgid "Default display if no results:"
314
+ msgstr "Quellcode bei 0 relevanten Artikeln:"
315
+
316
+ #: includes.php:245
317
+ #: yarpp_options.php:470
318
+ #: yarpp_options.php:539
319
+ #@ yarpp
320
+ msgid "Help promote Yet Another Related Posts Plugin?"
321
+ msgstr "YARPP dezent bewerben?"
322
+
323
+ #: yarpp_options.php:472
324
+ #: yarpp_options.php:540
325
+ #, php-format
326
+ #@ yarpp
327
+ 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."
328
+ msgstr "Wenn aktiviert, steht eine kurzer Hinweis zu Autor und Plugin unter den Ergebnissen der ähnlichen Beiträge. Der Code %s wird hinzugefügt."
329
+
330
+ #: yarpp_options.php:482
331
+ #@ yarpp
332
+ msgid "Display options <small>for RSS</small>"
333
+ msgstr "Darstellung <small>(RSS)</small>"
334
+
335
+ #: yarpp_options.php:488
336
+ #@ yarpp
337
+ msgid "Display related posts in feeds?"
338
+ msgstr "Ähnliche Beiträge in Newsfeeds anzeigen?"
339
+
340
+ #: yarpp_options.php:489
341
+ #@ yarpp
342
+ msgid "Display related posts in the descriptions?"
343
+ msgstr "Ähnliche Beiträge in der Beschreibung anzeigen?"
344
+
345
+ #: yarpp_options.php:489
346
+ #@ yarpp
347
+ 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."
348
+ 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."
349
+
350
+ #: yarpp_options.php:490
351
+ #@ yarpp
352
+ msgid "RSS display code example"
353
+ msgstr "RSS-Anzeigebeispiel"
354
+
355
+ #: yarpp_options.php:505
356
+ #@ yarpp
357
+ msgid "Before / after related entries display:"
358
+ msgstr "Quellcode vor/nach den ähnlichen Beiträgen:"
359
+
360
+ #: yarpp_options.php:519
361
+ #@ yarpp
362
+ msgid "Before / after (excerpt):"
363
+ msgstr "Quellcode vor/nach dem Textauschnitt:"
364
+
365
+ #: yarpp_options.php:133
366
+ #@ yarpp
367
+ msgid "word"
368
+ msgstr "Wort"
369
+
370
+ #: yarpp_options.php:134
371
+ #@ yarpp
372
+ msgid "tag"
373
+ msgstr "Tag"
374
+
375
+ #: yarpp_options.php:135
376
+ #@ yarpp
377
+ msgid "category"
378
+ msgstr "Kategorie"
379
+
380
+ #: yarpp_options.php:142
381
+ #: yarpp_options.php:172
382
+ #, php-format
383
+ #@ yarpp
384
+ msgid "require at least one %s in common"
385
+ msgstr "zumindest ein %s gleich"
386
+
387
+ #: yarpp_options.php:144
388
+ #: yarpp_options.php:174
389
+ #, php-format
390
+ #@ yarpp
391
+ msgid "require more than one %s in common"
392
+ msgstr "mehr als ein %s gleich"
393
+
394
+ #: yarpp_options.php:97
395
+ #@ yarpp
396
+ msgid "Options saved!"
397
+ msgstr "Einstellungen gespeichert!"
398
+
399
+ #: yarpp_options.php:311
400
+ #@ yarpp
401
+ 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."
402
+ 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. "
403
+
404
+ #: yarpp_options.php:550
405
+ #@ yarpp
406
+ msgid "Update options"
407
+ msgstr "Einstellungen aktualisieren"
408
+
409
+ #: yarpp_options.php:551
410
+ #@ yarpp
411
+ msgid "Do you really want to reset your configuration?"
412
+ msgstr "Einstellungen tatsächlich zurücksetzen?"
413
+
414
+ #: yarpp_options.php:551
415
+ #@ yarpp
416
+ msgid "Reset options"
417
+ msgstr "Einstellungen zurücksetzen"
418
+
419
+ #: includes.php:26
420
+ #: includes.php:37
421
+ #@ yarpp
422
+ msgid "Related posts:"
423
+ msgstr "Ähnliche Beiträge:"
424
+
425
+ #: includes.php:28
426
+ #: includes.php:39
427
+ #: template-metabox.php:27
428
+ #: template-widget.php:13
429
+ #@ yarpp
430
+ msgid "No related posts."
431
+ msgstr "Keine ähnlichen Artikel gefunden."
432
+
433
+ #: cache-postmeta.php:105
434
+ #: cache-tables.php:131
435
+ #@ yarpp
436
+ msgid "Example post "
437
+ msgstr "Beispiel Artikel"
438
+
439
+ #: yarpp_options.php:21
440
+ #@ yarpp
441
+ 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."
442
+ 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."
443
+
444
+ #: yarpp_options.php:26
445
+ #@ yarpp
446
+ msgid "No YARPP template files were found in your theme (<code>TEMPLATEPATH</code>) so the templating feature has been turned off."
447
+ msgstr "Es wurden keine YARPP Template-Dateien in Ihrem Design gefunden (<code>TEMPLATEPATH</code>) aus diesem Grund wurden diese Option deaktiviert."
448
+
449
+ #: yarpp_options.php:69
450
+ #@ yarpp
451
+ msgid "Please try <A>manual SQL setup</a>."
452
+ msgstr "Bitte aktualisieren Sie die <A>SQL-Datenbank manuell</a>."
453
+
454
+ #: yarpp_options.php:255
455
+ #@ yarpp
456
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
457
+ msgstr "Folge <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin auf Twitter</a>"
458
+
459
+ #: yarpp_options.php:291
460
+ #@ yarpp
461
+ msgid "day(s)"
462
+ msgstr "Tag(e)"
463
+
464
+ #: yarpp_options.php:292
465
+ #@ yarpp
466
+ msgid "week(s)"
467
+ msgstr "Woche(n)"
468
+
469
+ #: yarpp_options.php:293
470
+ #@ yarpp
471
+ msgid "month(s)"
472
+ msgstr "Monat(e)"
473
+
474
+ #: yarpp_options.php:295
475
+ #@ yarpp
476
+ msgid "Show only posts from the past NUMBER UNITS"
477
+ msgstr "Zeige nur in der Vergangenheit liegende Artikel"
478
+
479
+ #: yarpp_options.php:394
480
+ #@ yarpp
481
+ 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."
482
+ 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."
483
+
484
+ #: yarpp_options.php:399
485
+ #@ yarpp
486
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
487
+ msgstr "Es steht eine neue Version (Version) von Yet Another Related Posts Plugin zur Verfügung! Sie können sie <A>hier herunterladen</a> ."
488
+
489
+ #: includes.php:236
490
+ #: yarpp_options.php:424
491
+ #: yarpp_options.php:493
492
+ #@ yarpp
493
+ msgid "Display using a custom template file"
494
+ msgstr "Eine eigene Template-Datei verwenden"
495
+
496
+ #: yarpp_options.php:493
497
+ #@ yarpp
498
+ msgid "NEW!"
499
+ msgstr "NEU!"
500
+
501
+ #: yarpp_options.php:424
502
+ #: yarpp_options.php:493
503
+ #@ yarpp
504
+ 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."
505
+ 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."
506
+
507
+ #: includes.php:237
508
+ #: yarpp_options.php:426
509
+ #: yarpp_options.php:495
510
+ #@ yarpp
511
+ msgid "Template file:"
512
+ msgstr "Template Datei:"
513
+
514
+ #: yarpp_options.php:437
515
+ #: yarpp_options.php:442
516
+ #: yarpp_options.php:451
517
+ #: yarpp_options.php:506
518
+ #: yarpp_options.php:511
519
+ #: yarpp_options.php:520
520
+ #@ yarpp
521
+ msgid " or "
522
+ msgstr "oder"
523
+
524
+ #: yarpp_options.php:488
525
+ #@ yarpp
526
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
527
+ msgstr "Diese Option zeigt ähnliche Artikel am Ende Ihrer RSS oder Atom Feeds. Es werden keine Template Veränderungen benötigt."
528
+
529
+ #: template-metabox.php:12
530
+ #@ yarpp
531
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
532
+ msgstr "Dies sind ähnliche Beiträge für diesen Artikel. Wenn Sie diesen Artikel aktualisieren könnten die bisherigen ähnlichen Artikel verändert werden."
533
+
534
+ #: template-metabox.php:25
535
+ #@ yarpp
536
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
537
+ msgstr "Wie all diese ähnlichen Artikel angezeigt werden hängt von Ihren YARPP Einstellungen ab."
538
+
539
+ #: includes.php:158
540
+ #@ yarpp
541
+ msgid "Settings"
542
+ msgstr "Einstellungen"
543
+
544
+ #: includes.php:231
545
+ #@ default
546
+ msgid "Title:"
547
+ msgstr ""
548
+
549
+ #: includes.php:377
550
+ #@ yarpp
551
+ msgid "Related entries may be displayed once you save your entry"
552
+ msgstr "Ähnliche Beiträge werden nach dem Speichern angezeigt"
553
+
554
+ #: yarpp_options.php:272
555
+ #: yarpp_options.php:305
556
+ #: yarpp_options.php:411
557
+ #: yarpp_options.php:479
558
+ #@ default
559
+ msgid "Click to toggle"
560
+ msgstr ""
561
+
trunk/lang/yarpp-el_CY.mo ADDED
Binary file
trunk/lang/yarpp-el_CY.po ADDED
@@ -0,0 +1,655 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ #: yarpp_options.php:461
78
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:42
117
+ #@ yarpp
118
+ msgid "Trust me. Let me use MyISAM features."
119
+ msgstr "Δείξε εμπιστοσύνη. Επέτρεψε μου να χρησιμοποιήσω το χαρακτηριστικό MyISAM."
120
+
121
+ #: yarpp_options.php:65
122
+ #@ yarpp
123
+ msgid "The YARPP database had an error but has been fixed."
124
+ msgstr "Η βάση δεδομένων του YARPP είχε ένα λάθος το οποίο έχει διορθωθεί."
125
+
126
+ #: yarpp_options.php:67
127
+ #@ yarpp
128
+ msgid "The YARPP database has an error which could not be fixed."
129
+ msgstr "Η βάση δεδομένων του YARPP έχει ένα σφάλμα το οποίο δεν μπορεί να παρακαμθει."
130
+
131
+ #: yarpp_options.php:68
132
+ #@ yarpp
133
+ msgid "Please try <A>manual SQL setup</a>."
134
+ msgstr "Παρακαλώ δοκιμάστε την \\\"χειροκίνητη\\\" <A>εγκατάσταση SQL.</a>"
135
+
136
+ #: yarpp_options.php:98
137
+ #@ yarpp
138
+ msgid "Options saved!"
139
+ msgstr "Οι επιλογές που έγιναν έχουν αποθηκευτεί!"
140
+
141
+ #: yarpp_options.php:99
142
+ #: yarpp_options.php:112
143
+ #: yarpp_options.php:115
144
+ #: yarpp_options.php:533
145
+ #@ yarpp
146
+ msgid "Related posts cache status"
147
+ msgstr "Κατάσταση προσωρινής μνήμης Σχετικών Άρθρων"
148
+
149
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:151
165
+ #@ yarpp
166
+ msgid "word"
167
+ msgstr "λέξη/εις"
168
+
169
+ #: yarpp_options.php:152
170
+ #@ yarpp
171
+ msgid "tag"
172
+ msgstr "ετικέτα/ες"
173
+
174
+ #: yarpp_options.php:153
175
+ #@ yarpp
176
+ msgid "category"
177
+ msgstr "κατηγορία/ες"
178
+
179
+ #: yarpp_options.php:157
180
+ #: yarpp_options.php:174
181
+ #: yarpp_options.php:186
182
+ #@ yarpp
183
+ msgid "do not consider"
184
+ msgstr "να μην ληφθούν υπόψιν"
185
+
186
+ #: yarpp_options.php:158
187
+ #: yarpp_options.php:175
188
+ #: yarpp_options.php:188
189
+ #@ yarpp
190
+ msgid "consider"
191
+ msgstr "να ληφθούν υπόψιν"
192
+
193
+ #: yarpp_options.php:160
194
+ #: yarpp_options.php:190
195
+ #, php-format
196
+ #@ yarpp
197
+ msgid "require at least one %s in common"
198
+ msgstr "Απαιτείται τουλάχιστον μία κοινή %s"
199
+
200
+ #: yarpp_options.php:162
201
+ #: yarpp_options.php:192
202
+ #, php-format
203
+ #@ yarpp
204
+ msgid "require more than one %s in common"
205
+ msgstr "Aπαιτείται περισσότερες από μία κοινές %s"
206
+
207
+ #: yarpp_options.php:176
208
+ #@ yarpp
209
+ msgid "consider with extra weight"
210
+ msgstr "να ληφθεί ιδιαίτερα υπόψιν"
211
+
212
+ #: yarpp_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
+ #: yarpp_options.php:258
218
+ #@ yarpp
219
+ msgid "Yet Another Related Posts Plugin Options"
220
+ msgstr "Ρυθμίσεις του Yet Another Related Posts Plugin"
221
+
222
+ #: yarpp_options.php:276
223
+ #@ yarpp
224
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
225
+ msgstr "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin στο Twitter</a>"
226
+
227
+ #: yarpp_options.php:281
228
+ #@ yarpp
229
+ msgid "\"The Pool\""
230
+ msgstr "\"The Pool\""
231
+
232
+ #: yarpp_options.php:282
233
+ #@ yarpp
234
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
235
+ msgstr "Η \"The Pool\" αναφέρεται στο σύνολο των υποψήφιων για εμφάνιση σχετικών άρθρων."
236
+
237
+ #: yarpp_options.php:287
238
+ #@ yarpp
239
+ msgid "Disallow by category:"
240
+ msgstr "Απαγόρευση βάσει της κατηγορίας:"
241
+
242
+ #: yarpp_options.php:289
243
+ #@ yarpp
244
+ msgid "Disallow by tag:"
245
+ msgstr "Απαγόρευση βάσει της ετικέτας:"
246
+
247
+ #: yarpp_options.php:291
248
+ #@ yarpp
249
+ msgid "Show password protected posts?"
250
+ msgstr "Εμφάνιση των προστατευμένων με κωδικό άρθρων;"
251
+
252
+ #: yarpp_options.php:297
253
+ #@ yarpp
254
+ msgid "day(s)"
255
+ msgstr "ημέρα(ες)"
256
+
257
+ #: yarpp_options.php:298
258
+ #@ yarpp
259
+ msgid "week(s)"
260
+ msgstr "εβδομάδα(ες)"
261
+
262
+ #: yarpp_options.php:299
263
+ #@ yarpp
264
+ msgid "month(s)"
265
+ msgstr "μήνα(ες)"
266
+
267
+ #: yarpp_options.php:301
268
+ #@ yarpp
269
+ msgid "Show only posts from the past NUMBER UNITS"
270
+ msgstr "Τα άρθρα να μήν είναι παλιότερα από NUMBER UNITS"
271
+
272
+ #: yarpp_options.php:309
273
+ #@ yarpp
274
+ msgid "\"Relatedness\" options"
275
+ msgstr "Επιλογές \"Σχετικότητας\""
276
+
277
+ #: yarpp_options.php:311
278
+ #, php-format
279
+ #@ yarpp
280
+ 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>."
281
+ msgstr "Το YARPP είναι διαφορετικό από <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">προηγούμενα plugins</a> αφού δημιουργεί την λίστα των σχετικών άρθρων βάσει (1) έναν μέγιστο αριθμό και (2) ένα <em>όριο σχετικότητας</em>."
282
+
283
+ #: yarpp_options.php:311
284
+ #: yarpp_options.php:325
285
+ #: yarpp_options.php:408
286
+ #: yarpp_options.php:413
287
+ #: yarpp_options.php:460
288
+ #: yarpp_options.php:472
289
+ #: yarpp_options.php:473
290
+ #: yarpp_options.php:477
291
+ #: yarpp_options.php:523
292
+ #: yarpp_options.php:534
293
+ #@ yarpp
294
+ msgid "more&gt;"
295
+ msgstr "περισσότερα&gt;"
296
+
297
+ #: yarpp_options.php:311
298
+ #@ yarpp
299
+ 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."
300
+ msgstr "Όσο πιο υψηλό είναι το όριο σχετικότητας τόσο περιορίζονται τα εμφανιζόμενα σχετικά άρθρα. Το default όριο σχετικότητας είναι 5. Για να προσαρμόσετε το κατάλληλο στο blog σας όριο σχετικότητας ελέγξτε τα εμφανιζόμενα αποτελέσματα και την βαθμολογία τους. "
301
+
302
+ #: yarpp_options.php:316
303
+ #@ yarpp
304
+ msgid "Match threshold:"
305
+ msgstr "'Ορια σχετικότητας"
306
+
307
+ #: yarpp_options.php:317
308
+ #@ yarpp
309
+ msgid "Titles: "
310
+ msgstr "Τίτλοι:"
311
+
312
+ #: yarpp_options.php:319
313
+ #@ yarpp
314
+ msgid "Bodies: "
315
+ msgstr "Bodies:"
316
+
317
+ #: yarpp_options.php:321
318
+ #@ yarpp
319
+ msgid "Tags: "
320
+ msgstr "Ετικέτες:"
321
+
322
+ #: yarpp_options.php:323
323
+ #@ yarpp
324
+ msgid "Categories: "
325
+ msgstr "Κατηγορίες:"
326
+
327
+ #: yarpp_options.php:325
328
+ #@ yarpp
329
+ msgid "Cross-relate posts and pages?"
330
+ msgstr "Διασταύρωση σχετικών άρθρων και σελίδων;"
331
+
332
+ #: yarpp_options.php:325
333
+ #@ yarpp
334
+ 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."
335
+ msgstr "Όταν είναι επιλεγμένη τότε τα <code>related_posts()</code>, <code>related_pages()</code>, και <code>related_entries()</code> θα δώσουν το ίδιο αποτέλεσμα με σχετικά άρθρα και σελίδες."
336
+
337
+ #: yarpp_options.php:391
338
+ #@ yarpp
339
+ 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."
340
+ msgstr "Έχει ήδη κυκλοφορήσει μια νέα έκδοση beta του Yet Another Related Posts Plugin. Μπορείτε και εσείς να το κατεβάσετε <a href=\"%s\">από εδώ</a> με δική σας ευθύνη."
341
+
342
+ #: yarpp_options.php:393
343
+ #@ yarpp
344
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
345
+ msgstr "Έχει ήδη κυκλοφορήσει μια νέα έκδοση beta του Yet Another Related Posts Plugin! Κατεβάστε το από <A> εδώ</a>."
346
+
347
+ #: yarpp_options.php:404
348
+ #@ yarpp
349
+ msgid "Display options <small>for your website</small>"
350
+ msgstr "Επιλογές εμφάνισης <small>για το Blog</small>"
351
+
352
+ #: yarpp_options.php:408
353
+ #@ yarpp
354
+ msgid "Automatically display related posts?"
355
+ msgstr "Τα Σχετικά Άρθρα να εμφανίζονται αυτόματα;"
356
+
357
+ #: yarpp_options.php:408
358
+ #@ yarpp
359
+ 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."
360
+ msgstr "Η επιλογή αυτή εμφανίζει αυτόματα την λίστα των σχετικών άρθρων αμέσως μετά από το εκάστοτε άρθρο. Αν είναι αποεπιλεγμένη τότε θα πρέπει να τοποθετήσετε χειροκίνητα των κώδικα <code>related_posts()</code> ή την μεταβλητή (<code>related_pages()</code> και <code>related_entries()</code>) στον κώδικα του θέματος σας."
361
+
362
+ #: yarpp_options.php:409
363
+ #@ yarpp
364
+ msgid "Website display code example"
365
+ msgstr "Παράδειγμα κώδικα εμφάνισης στο Website"
366
+
367
+ #: yarpp_options.php:409
368
+ #: yarpp_options.php:474
369
+ #@ yarpp
370
+ msgid "(Update options to reload.)"
371
+ msgstr "(Ενημερώστε τις επιλογές ώστε να γίνει επαναφόρτωση.)"
372
+
373
+ #: yarpp_options.php:412
374
+ #: yarpp_options.php:476
375
+ #@ yarpp
376
+ msgid "Maximum number of related posts:"
377
+ msgstr "Μέγιστος αριθμός εμφανισθέντων σχετικών άρθρων:"
378
+
379
+ #: yarpp_options.php:413
380
+ #: yarpp_options.php:477
381
+ #@ yarpp
382
+ msgid "Display using a custom template file"
383
+ msgstr "Η εμφάνιση να στηρίζεται σε δικό σας πρότυπο αρχείο"
384
+
385
+ #: yarpp_options.php:413
386
+ #: yarpp_options.php:477
387
+ #: yarpp_options.php:530
388
+ #@ yarpp
389
+ msgid "NEW!"
390
+ msgstr "ΝΕΟ!"
391
+
392
+ #: yarpp_options.php:413
393
+ #: yarpp_options.php:477
394
+ #@ yarpp
395
+ 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."
396
+ msgstr "Αυτή η επιλογή σας δίνει την δυνατότητα να καθορίσεται την εμφάνιση των σχετικών άρθρων όπως εσείς θέλετε. Τα πρότυπα αρχεία που είναι αποθηκευμένα στο θέμα σας είναι γραμμένα σε PHP."
397
+
398
+ #: yarpp_options.php:415
399
+ #: yarpp_options.php:479
400
+ #@ yarpp
401
+ msgid "Template file:"
402
+ msgstr "Πρότυπο αρχείο:"
403
+
404
+ #: yarpp_options.php:425
405
+ #@ yarpp
406
+ msgid "Before / after related entries:"
407
+ msgstr "Πριν / Μετά από τα σχετικά άρθρα:"
408
+
409
+ #: yarpp_options.php:426
410
+ #: yarpp_options.php:431
411
+ #: yarpp_options.php:440
412
+ #: yarpp_options.php:490
413
+ #: yarpp_options.php:495
414
+ #: yarpp_options.php:504
415
+ #@ yarpp
416
+ msgid "For example:"
417
+ msgstr "Για παράδειγμα:"
418
+
419
+ #: yarpp_options.php:426
420
+ #: yarpp_options.php:431
421
+ #: yarpp_options.php:440
422
+ #: yarpp_options.php:490
423
+ #: yarpp_options.php:495
424
+ #: yarpp_options.php:504
425
+ #@ yarpp
426
+ msgid " or "
427
+ msgstr "ή"
428
+
429
+ #: yarpp_options.php:430
430
+ #: yarpp_options.php:494
431
+ #@ yarpp
432
+ msgid "Before / after each related entry:"
433
+ msgstr "Πριν / μετά από κάθε σχετικό άρθρο:"
434
+
435
+ #: yarpp_options.php:434
436
+ #: yarpp_options.php:498
437
+ #@ yarpp
438
+ msgid "Show excerpt?"
439
+ msgstr "Εμφάνιση αποσπάσματος;"
440
+
441
+ #: yarpp_options.php:435
442
+ #: yarpp_options.php:499
443
+ #@ yarpp
444
+ msgid "Excerpt length (No. of words):"
445
+ msgstr "Μέγεθος αποσπάσματος (Αριθμός λέξεων):"
446
+
447
+ #: yarpp_options.php:439
448
+ #@ yarpp
449
+ msgid "Before / after (Excerpt):"
450
+ msgstr "Πρίν / Μετά (απόσπασμα):"
451
+
452
+ #: yarpp_options.php:445
453
+ #: yarpp_options.php:509
454
+ #@ yarpp
455
+ msgid "Order results:"
456
+ msgstr "Σειρά αποτελεσμάτων:"
457
+
458
+ #: yarpp_options.php:447
459
+ #: yarpp_options.php:511
460
+ #@ yarpp
461
+ msgid "score (high relevance to low)"
462
+ msgstr "αποτέλεσμα (υψηλή προς χαμηλή σχετικότητα)"
463
+
464
+ #: yarpp_options.php:448
465
+ #: yarpp_options.php:512
466
+ #@ yarpp
467
+ msgid "score (low relevance to high)"
468
+ msgstr "αποτέλεσμα (χαμηλή προς υψηλή σχετικότητα)"
469
+
470
+ #: yarpp_options.php:449
471
+ #: yarpp_options.php:513
472
+ #@ yarpp
473
+ msgid "date (new to old)"
474
+ msgstr "ημερομηνία (νεότερο στο παλιότερο)"
475
+
476
+ #: yarpp_options.php:450
477
+ #: yarpp_options.php:514
478
+ #@ yarpp
479
+ msgid "date (old to new)"
480
+ msgstr "ημερομηνία (παλιότερο στο νεότερο)"
481
+
482
+ #: yarpp_options.php:451
483
+ #: yarpp_options.php:515
484
+ #@ yarpp
485
+ msgid "title (alphabetical)"
486
+ msgstr "τίτλος (αλφαβητικά)"
487
+
488
+ #: yarpp_options.php:452
489
+ #: yarpp_options.php:516
490
+ #@ yarpp
491
+ msgid "title (reverse alphabetical)"
492
+ msgstr "τίτλος (αντίστροφη αλφαβητική σειρά)"
493
+
494
+ #: yarpp_options.php:457
495
+ #: yarpp_options.php:521
496
+ #@ yarpp
497
+ msgid "Default display if no results:"
498
+ msgstr "Αν δεν υπάρχουν σχετικά άρθρα θα εμφανίζονται:"
499
+
500
+ #: yarpp_options.php:459
501
+ #: yarpp_options.php:523
502
+ #@ yarpp
503
+ msgid "Help promote Yet Another Related Posts Plugin?"
504
+ msgstr "Να εμφανίζονται credits του plugin;"
505
+
506
+ #: yarpp_options.php:461
507
+ #: yarpp_options.php:524
508
+ #, php-format
509
+ #@ yarpp
510
+ 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."
511
+ msgstr "Η επιλογή αυτή προσθέτει των κώδικα %s. Αν θέλετε ενεργοποιήστε τον, ενημερώστε την αλλαγή αυτή και δείτε τον κώδικα στα δεξιά. Τα Links και οι δωρεές είναι ευπρόδεκτες."
512
+
513
+ #: yarpp_options.php:467
514
+ #@ yarpp
515
+ msgid "Display options <small>for RSS</small>"
516
+ msgstr "Επιλογές εμφάνισης <small>για το RSS</small>"
517
+
518
+ #: yarpp_options.php:472
519
+ #@ yarpp
520
+ msgid "Display related posts in feeds?"
521
+ msgstr "Εμφάνιση σχετικών άρθρων στα feeds;"
522
+
523
+ #: yarpp_options.php:472
524
+ #@ yarpp
525
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
526
+ msgstr "Αυτή η επιλογή εμφανίζει τα σχετικά άρθρα στο τέλος κάθε άρθρου στο RSS και στο Atom Feeds. Δεν απαιτείται καμία αλλαγή του αρχείου εμφάνισης."
527
+
528
+ #: yarpp_options.php:473
529
+ #@ yarpp
530
+ msgid "Display related posts in the descriptions?"
531
+ msgstr "Εμφάνιση σχετικών άρθρων στις περιγραφές;"
532
+
533
+ #: yarpp_options.php:473
534
+ #@ yarpp
535
+ 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."
536
+ msgstr "Η επιλογή αυτή εμφανίζει τα σχετικά άρθρα στο πεδίο της περιγραφής του RSS και όχι μόνο στο περιεχόμενο. Αν τα feeds σας είναι ρυθμισμένα να εμφανίζουν μόνο ένα απόσπασμα του άρθρου τότε χρησιμοποιείται μόνο το πεδίο της περιγραφής, άρα είναι απαραίτητο γενικά."
537
+
538
+ #: yarpp_options.php:474
539
+ #@ yarpp
540
+ msgid "RSS display code example"
541
+ msgstr "Παράδειγμα κώδικα εμφάνισης του RSS"
542
+
543
+ #: yarpp_options.php:489
544
+ #@ yarpp
545
+ msgid "Before / after related entries display:"
546
+ msgstr "Πριν / μετά από την εμφάνιση των σχετικών άρθρων:"
547
+
548
+ #: yarpp_options.php:503
549
+ #@ yarpp
550
+ msgid "Before / after (excerpt):"
551
+ msgstr "Πριν / μετά (απόσπασμα):"
552
+
553
+ #: yarpp_options.php:530
554
+ #@ yarpp
555
+ msgid "Advanced"
556
+ msgstr "Για προχωρημένους"
557
+
558
+ #: yarpp_options.php:533
559
+ #@ yarpp
560
+ msgid "Show cache status"
561
+ msgstr "Εμφάνιση του καθεστώτος προσωρινής μνήμης"
562
+
563
+ #: yarpp_options.php:534
564
+ #@ yarpp
565
+ msgid "When the cache is incomplete, compute related posts on the fly?"
566
+ msgstr "Όταν η προσωρινή μνήμη δεν έχει συμπληρωθεί τότε ο υπολογισμός των σχετικών άρθρων να γίνεται με πιο χαλαρα κριτήρια;"
567
+
568
+ #: yarpp_options.php:535
569
+ #@ yarpp
570
+ 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."
571
+ msgstr "Αν τα σχετικά άρθρα ενός άρθρου δεν έχουν υπολογιστεί και η επιλογή αυτή έχει επιλεχθεί τότε το YARPP θα τα υπολογίσει με πιο χαλαρά κριτήρια. Αν η επιλογή είναι αποπεπιλεγμένη και τα σχετικά άρθρα ενός άρθρου δεν έχουν υπολογιστεί τότε δεν θα εμφανίζονται σχετικά άρθρα."
572
+
573
+ #: yarpp_options.php:565
574
+ #@ yarpp
575
+ msgid "'MIN minute(s) and SEC second(s) remaining'"
576
+ msgstr "'μένουν MIN λεπτά και SEC δευτερόλεπτα'"
577
+
578
+ #: yarpp_options.php:567
579
+ #@ yarpp
580
+ msgid "'SEC second(s) remaining'"
581
+ msgstr "'μένουν SEC δευτερόλεπτα'"
582
+
583
+ #: yarpp_options.php:571
584
+ #@ yarpp
585
+ msgid "Your related posts cache is now complete."
586
+ msgstr "Η προσωρινή αποθήκευση των σχετικών άρθρων έχει επιτευχθεί."
587
+
588
+ #: yarpp_options.php:571
589
+ #@ yarpp
590
+ msgid "The SQL queries took SEC seconds."
591
+ msgstr "To SQL query διήρκησε SEC δευτερόλεπτα. "
592
+
593
+ #: yarpp_options.php:578
594
+ #@ yarpp
595
+ msgid "There was an error while constructing the related posts for TITLE"
596
+ msgstr "Υπήρξε ένα σφάλμα κατά την δημίουrγία των σχετικών άρθρων\\\" κατά TITLE"
597
+
598
+ #: yarpp_options.php:580
599
+ #: yarpp_options.php:586
600
+ #@ yarpp
601
+ msgid "Constructing the related posts timed out."
602
+ msgstr "Η δημιουργία των σχετικών άρθρων έληξε."
603
+
604
+ #: yarpp_options.php:583
605
+ #: yarpp_options.php:588
606
+ #@ yarpp
607
+ msgid "Try to continue..."
608
+ msgstr "Προσπάθεια για συνέχισει της διαδικασίας..."
609
+
610
+ #: yarpp_options.php:596
611
+ #@ yarpp
612
+ msgid "Your related posts cache is PERCENT% complete."
613
+ msgstr "Η προσωρίνή μνήμη των σχετικών άρθρων είναι PERCENT% πλήρης."
614
+
615
+ #: yarpp_options.php:602
616
+ #@ yarpp
617
+ msgid "starting..."
618
+ msgstr "εκκίνηση..."
619
+
620
+ #: yarpp_options.php:609
621
+ #@ yarpp
622
+ msgid "Update options"
623
+ msgstr "Ενημέρωση επιλογών"
624
+
625
+ #: yarpp_options.php:610
626
+ #@ yarpp
627
+ msgid "Do you really want to reset your configuration?"
628
+ msgstr "Είστε σίγουροι ότι θέλετε να επαναφέρετε τις αρχικές ρύθμισεις;"
629
+
630
+ #: yarpp_options.php:610
631
+ #@ yarpp
632
+ msgid "Reset options"
633
+ msgstr "Επαναφορά επιλογών"
634
+
635
+ #: services.php:59
636
+ #@ yarpp
637
+ msgid "You cannot rebuild the YARPP cache."
638
+ msgstr "Δεν μπορείτε να επαναδημιουργήσετε την προσωρινή μνήμη YARPP."
639
+
640
+ #: template-builtin.php:35
641
+ #, php-format
642
+ #@ yarpp
643
+ 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."
644
+ msgstr "%f είναι η βαθμολογία σχετικότητας του YARPP μεταξύ του εκάστοτε άρθρου και των σχετικών άρθρων. Εσείς μπορείτε να δείτε την βαθμολογία επειδή έχετε εισέλθει ως administrator στο Wordpress και δεν εμφανίζεται στους επισκέπτες σας."
645
+
646
+ #: template-metabox.php:12
647
+ #@ yarpp
648
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
649
+ msgstr "Αυτά τα άρθρα φαίνεται ότι ταιριάζουν με αυτό το άρθρο. Αν ανανεώσεται την σελίδα υπάρχει πιθανότητα να εμφανιστούν κάποια άλλα."
650
+
651
+ #: template-metabox.php:26
652
+ #@ yarpp
653
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
654
+ msgstr "Ο τρόπος με τον οποίο εμφανίζονται αλλά και ο τρόπος με τον οποίο υπολογίζονται τα σχετικά άρθρα του εκάστοτε άρθρου εξαρτάται από της ρυθμίσεις του YARPP."
655
+
trunk/lang/yarpp-el_EL.mo ADDED
Binary file
trunk/lang/yarpp-el_EL.po ADDED
@@ -0,0 +1,655 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ #: yarpp_options.php:461
78
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:42
117
+ #@ yarpp
118
+ msgid "Trust me. Let me use MyISAM features."
119
+ msgstr "Δείξε εμπιστοσύνη. Επέτρεψε μου να χρησιμοποιήσω το χαρακτηριστικό MyISAM."
120
+
121
+ #: yarpp_options.php:65
122
+ #@ yarpp
123
+ msgid "The YARPP database had an error but has been fixed."
124
+ msgstr "Η βάση δεδομένων του YARPP είχε ένα λάθος το οποίο έχει διορθωθεί."
125
+
126
+ #: yarpp_options.php:67
127
+ #@ yarpp
128
+ msgid "The YARPP database has an error which could not be fixed."
129
+ msgstr "Η βάση δεδομένων του YARPP έχει ένα σφάλμα το οποίο δεν μπορεί να παρακαμθει."
130
+
131
+ #: yarpp_options.php:68
132
+ #@ yarpp
133
+ msgid "Please try <A>manual SQL setup</a>."
134
+ msgstr "Παρακαλώ δοκιμάστε την \\\"χειροκίνητη\\\" <A>εγκατάσταση SQL.</a>"
135
+
136
+ #: yarpp_options.php:98
137
+ #@ yarpp
138
+ msgid "Options saved!"
139
+ msgstr "Οι επιλογές που έγιναν έχουν αποθηκευτεί!"
140
+
141
+ #: yarpp_options.php:99
142
+ #: yarpp_options.php:112
143
+ #: yarpp_options.php:115
144
+ #: yarpp_options.php:533
145
+ #@ yarpp
146
+ msgid "Related posts cache status"
147
+ msgstr "Κατάσταση προσωρινής μνήμης Σχετικών Άρθρων"
148
+
149
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:151
165
+ #@ yarpp
166
+ msgid "word"
167
+ msgstr "λέξη/εις"
168
+
169
+ #: yarpp_options.php:152
170
+ #@ yarpp
171
+ msgid "tag"
172
+ msgstr "ετικέτα/ες"
173
+
174
+ #: yarpp_options.php:153
175
+ #@ yarpp
176
+ msgid "category"
177
+ msgstr "κατηγορία/ες"
178
+
179
+ #: yarpp_options.php:157
180
+ #: yarpp_options.php:174
181
+ #: yarpp_options.php:186
182
+ #@ yarpp
183
+ msgid "do not consider"
184
+ msgstr "να μην ληφθούν υπόψιν"
185
+
186
+ #: yarpp_options.php:158
187
+ #: yarpp_options.php:175
188
+ #: yarpp_options.php:188
189
+ #@ yarpp
190
+ msgid "consider"
191
+ msgstr "να ληφθούν υπόψιν"
192
+
193
+ #: yarpp_options.php:160
194
+ #: yarpp_options.php:190
195
+ #, php-format
196
+ #@ yarpp
197
+ msgid "require at least one %s in common"
198
+ msgstr "Απαιτείται τουλάχιστον μία κοινή %s"
199
+
200
+ #: yarpp_options.php:162
201
+ #: yarpp_options.php:192
202
+ #, php-format
203
+ #@ yarpp
204
+ msgid "require more than one %s in common"
205
+ msgstr "Aπαιτείται περισσότερες από μία κοινές %s"
206
+
207
+ #: yarpp_options.php:176
208
+ #@ yarpp
209
+ msgid "consider with extra weight"
210
+ msgstr "να ληφθεί ιδιαίτερα υπόψιν"
211
+
212
+ #: yarpp_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
+ #: yarpp_options.php:258
218
+ #@ yarpp
219
+ msgid "Yet Another Related Posts Plugin Options"
220
+ msgstr "Ρυθμίσεις του Yet Another Related Posts Plugin"
221
+
222
+ #: yarpp_options.php:276
223
+ #@ yarpp
224
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
225
+ msgstr "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin στο Twitter</a>"
226
+
227
+ #: yarpp_options.php:281
228
+ #@ yarpp
229
+ msgid "\"The Pool\""
230
+ msgstr "\"The Pool\""
231
+
232
+ #: yarpp_options.php:282
233
+ #@ yarpp
234
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
235
+ msgstr "Η \"The Pool\" αναφέρεται στο σύνολο των υποψήφιων για εμφάνιση σχετικών άρθρων."
236
+
237
+ #: yarpp_options.php:287
238
+ #@ yarpp
239
+ msgid "Disallow by category:"
240
+ msgstr "Απαγόρευση βάσει της κατηγορίας:"
241
+
242
+ #: yarpp_options.php:289
243
+ #@ yarpp
244
+ msgid "Disallow by tag:"
245
+ msgstr "Απαγόρευση βάσει της ετικέτας:"
246
+
247
+ #: yarpp_options.php:291
248
+ #@ yarpp
249
+ msgid "Show password protected posts?"
250
+ msgstr "Εμφάνιση των προστατευμένων με κωδικό άρθρων;"
251
+
252
+ #: yarpp_options.php:297
253
+ #@ yarpp
254
+ msgid "day(s)"
255
+ msgstr "ημέρα(ες)"
256
+
257
+ #: yarpp_options.php:298
258
+ #@ yarpp
259
+ msgid "week(s)"
260
+ msgstr "εβδομάδα(ες)"
261
+
262
+ #: yarpp_options.php:299
263
+ #@ yarpp
264
+ msgid "month(s)"
265
+ msgstr "μήνα(ες)"
266
+
267
+ #: yarpp_options.php:301
268
+ #@ yarpp
269
+ msgid "Show only posts from the past NUMBER UNITS"
270
+ msgstr "Τα άρθρα να μήν είναι παλιότερα από NUMBER UNITS"
271
+
272
+ #: yarpp_options.php:309
273
+ #@ yarpp
274
+ msgid "\"Relatedness\" options"
275
+ msgstr "Επιλογές \"Σχετικότητας\""
276
+
277
+ #: yarpp_options.php:311
278
+ #, php-format
279
+ #@ yarpp
280
+ 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>."
281
+ msgstr "Το YARPP είναι διαφορετικό από <a href=\"http://wasabi.pbwiki.com/Related%20Entries\">προηγούμενα plugins</a> αφού δημιουργεί την λίστα των σχετικών άρθρων βάσει (1) έναν μέγιστο αριθμό και (2) ένα <em>όριο σχετικότητας</em>."
282
+
283
+ #: yarpp_options.php:311
284
+ #: yarpp_options.php:325
285
+ #: yarpp_options.php:408
286
+ #: yarpp_options.php:413
287
+ #: yarpp_options.php:460
288
+ #: yarpp_options.php:472
289
+ #: yarpp_options.php:473
290
+ #: yarpp_options.php:477
291
+ #: yarpp_options.php:523
292
+ #: yarpp_options.php:534
293
+ #@ yarpp
294
+ msgid "more&gt;"
295
+ msgstr "περισσότερα&gt;"
296
+
297
+ #: yarpp_options.php:311
298
+ #@ yarpp
299
+ 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."
300
+ msgstr "Όσο πιο υψηλό είναι το όριο σχετικότητας τόσο περιορίζονται τα εμφανιζόμενα σχετικά άρθρα. Το default όριο σχετικότητας είναι 5. Για να προσαρμόσετε το κατάλληλο στο blog σας όριο σχετικότητας ελέγξτε τα εμφανιζόμενα αποτελέσματα και την βαθμολογία τους. "
301
+
302
+ #: yarpp_options.php:316
303
+ #@ yarpp
304
+ msgid "Match threshold:"
305
+ msgstr "'Ορια σχετικότητας"
306
+
307
+ #: yarpp_options.php:317
308
+ #@ yarpp
309
+ msgid "Titles: "
310
+ msgstr "Τίτλοι:"
311
+
312
+ #: yarpp_options.php:319
313
+ #@ yarpp
314
+ msgid "Bodies: "
315
+ msgstr "Bodies:"
316
+
317
+ #: yarpp_options.php:321
318
+ #@ yarpp
319
+ msgid "Tags: "
320
+ msgstr "Ετικέτες:"
321
+
322
+ #: yarpp_options.php:323
323
+ #@ yarpp
324
+ msgid "Categories: "
325
+ msgstr "Κατηγορίες:"
326
+
327
+ #: yarpp_options.php:325
328
+ #@ yarpp
329
+ msgid "Cross-relate posts and pages?"
330
+ msgstr "Διασταύρωση σχετικών άρθρων και σελίδων;"
331
+
332
+ #: yarpp_options.php:325
333
+ #@ yarpp
334
+ 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."
335
+ msgstr "Όταν είναι επιλεγμένη τότε τα <code>related_posts()</code>, <code>related_pages()</code>, και <code>related_entries()</code> θα δώσουν το ίδιο αποτέλεσμα με σχετικά άρθρα και σελίδες."
336
+
337
+ #: yarpp_options.php:391
338
+ #@ yarpp
339
+ 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."
340
+ msgstr "Έχει ήδη κυκλοφορήσει μια νέα έκδοση beta του Yet Another Related Posts Plugin. Μπορείτε και εσείς να το κατεβάσετε <a href=\"%s\">από εδώ</a> με δική σας ευθύνη."
341
+
342
+ #: yarpp_options.php:393
343
+ #@ yarpp
344
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
345
+ msgstr "Έχει ήδη κυκλοφορήσει μια νέα έκδοση beta του Yet Another Related Posts Plugin! Κατεβάστε το από <A> εδώ</a>."
346
+
347
+ #: yarpp_options.php:404
348
+ #@ yarpp
349
+ msgid "Display options <small>for your website</small>"
350
+ msgstr "Επιλογές εμφάνισης <small>για το Blog</small>"
351
+
352
+ #: yarpp_options.php:408
353
+ #@ yarpp
354
+ msgid "Automatically display related posts?"
355
+ msgstr "Τα Σχετικά Άρθρα να εμφανίζονται αυτόματα;"
356
+
357
+ #: yarpp_options.php:408
358
+ #@ yarpp
359
+ 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."
360
+ msgstr "Η επιλογή αυτή εμφανίζει αυτόματα την λίστα των σχετικών άρθρων αμέσως μετά από το εκάστοτε άρθρο. Αν είναι αποεπιλεγμένη τότε θα πρέπει να τοποθετήσετε χειροκίνητα των κώδικα <code>related_posts()</code> ή την μεταβλητή (<code>related_pages()</code> και <code>related_entries()</code>) στον κώδικα του θέματος σας."
361
+
362
+ #: yarpp_options.php:409
363
+ #@ yarpp
364
+ msgid "Website display code example"
365
+ msgstr "Παράδειγμα κώδικα εμφάνισης στο Website"
366
+
367
+ #: yarpp_options.php:409
368
+ #: yarpp_options.php:474
369
+ #@ yarpp
370
+ msgid "(Update options to reload.)"
371
+ msgstr "(Ενημερώστε τις επιλογές ώστε να γίνει επαναφόρτωση.)"
372
+
373
+ #: yarpp_options.php:412
374
+ #: yarpp_options.php:476
375
+ #@ yarpp
376
+ msgid "Maximum number of related posts:"
377
+ msgstr "Μέγιστος αριθμός εμφανισθέντων σχετικών άρθρων:"
378
+
379
+ #: yarpp_options.php:413
380
+ #: yarpp_options.php:477
381
+ #@ yarpp
382
+ msgid "Display using a custom template file"
383
+ msgstr "Η εμφάνιση να στηρίζεται σε δικό σας πρότυπο αρχείο"
384
+
385
+ #: yarpp_options.php:413
386
+ #: yarpp_options.php:477
387
+ #: yarpp_options.php:530
388
+ #@ yarpp
389
+ msgid "NEW!"
390
+ msgstr "ΝΕΟ!"
391
+
392
+ #: yarpp_options.php:413
393
+ #: yarpp_options.php:477
394
+ #@ yarpp
395
+ 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."
396
+ msgstr "Αυτή η επιλογή σας δίνει την δυνατότητα να καθορίσεται την εμφάνιση των σχετικών άρθρων όπως εσείς θέλετε. Τα πρότυπα αρχεία που είναι αποθηκευμένα στο θέμα σας είναι γραμμένα σε PHP."
397
+
398
+ #: yarpp_options.php:415
399
+ #: yarpp_options.php:479
400
+ #@ yarpp
401
+ msgid "Template file:"
402
+ msgstr "Πρότυπο αρχείο:"
403
+
404
+ #: yarpp_options.php:425
405
+ #@ yarpp
406
+ msgid "Before / after related entries:"
407
+ msgstr "Πριν / Μετά από τα σχετικά άρθρα:"
408
+
409
+ #: yarpp_options.php:426
410
+ #: yarpp_options.php:431
411
+ #: yarpp_options.php:440
412
+ #: yarpp_options.php:490
413
+ #: yarpp_options.php:495
414
+ #: yarpp_options.php:504
415
+ #@ yarpp
416
+ msgid "For example:"
417
+ msgstr "Για παράδειγμα:"
418
+
419
+ #: yarpp_options.php:426
420
+ #: yarpp_options.php:431
421
+ #: yarpp_options.php:440
422
+ #: yarpp_options.php:490
423
+ #: yarpp_options.php:495
424
+ #: yarpp_options.php:504
425
+ #@ yarpp
426
+ msgid " or "
427
+ msgstr "ή"
428
+
429
+ #: yarpp_options.php:430
430
+ #: yarpp_options.php:494
431
+ #@ yarpp
432
+ msgid "Before / after each related entry:"
433
+ msgstr "Πριν / μετά από κάθε σχετικό άρθρο:"
434
+
435
+ #: yarpp_options.php:434
436
+ #: yarpp_options.php:498
437
+ #@ yarpp
438
+ msgid "Show excerpt?"
439
+ msgstr "Εμφάνιση αποσπάσματος;"
440
+
441
+ #: yarpp_options.php:435
442
+ #: yarpp_options.php:499
443
+ #@ yarpp
444
+ msgid "Excerpt length (No. of words):"
445
+ msgstr "Μέγεθος αποσπάσματος (Αριθμός λέξεων):"
446
+
447
+ #: yarpp_options.php:439
448
+ #@ yarpp
449
+ msgid "Before / after (Excerpt):"
450
+ msgstr "Πρίν / Μετά (απόσπασμα):"
451
+
452
+ #: yarpp_options.php:445
453
+ #: yarpp_options.php:509
454
+ #@ yarpp
455
+ msgid "Order results:"
456
+ msgstr "Σειρά αποτελεσμάτων:"
457
+
458
+ #: yarpp_options.php:447
459
+ #: yarpp_options.php:511
460
+ #@ yarpp
461
+ msgid "score (high relevance to low)"
462
+ msgstr "αποτέλεσμα (υψηλή προς χαμηλή σχετικότητα)"
463
+
464
+ #: yarpp_options.php:448
465
+ #: yarpp_options.php:512
466
+ #@ yarpp
467
+ msgid "score (low relevance to high)"
468
+ msgstr "αποτέλεσμα (χαμηλή προς υψηλή σχετικότητα)"
469
+
470
+ #: yarpp_options.php:449
471
+ #: yarpp_options.php:513
472
+ #@ yarpp
473
+ msgid "date (new to old)"
474
+ msgstr "ημερομηνία (νεότερο στο παλιότερο)"
475
+
476
+ #: yarpp_options.php:450
477
+ #: yarpp_options.php:514
478
+ #@ yarpp
479
+ msgid "date (old to new)"
480
+ msgstr "ημερομηνία (παλιότερο στο νεότερο)"
481
+
482
+ #: yarpp_options.php:451
483
+ #: yarpp_options.php:515
484
+ #@ yarpp
485
+ msgid "title (alphabetical)"
486
+ msgstr "τίτλος (αλφαβητικά)"
487
+
488
+ #: yarpp_options.php:452
489
+ #: yarpp_options.php:516
490
+ #@ yarpp
491
+ msgid "title (reverse alphabetical)"
492
+ msgstr "τίτλος (αντίστροφη αλφαβητική σειρά)"
493
+
494
+ #: yarpp_options.php:457
495
+ #: yarpp_options.php:521
496
+ #@ yarpp
497
+ msgid "Default display if no results:"
498
+ msgstr "Αν δεν υπάρχουν σχετικά άρθρα θα εμφανίζονται:"
499
+
500
+ #: yarpp_options.php:459
501
+ #: yarpp_options.php:523
502
+ #@ yarpp
503
+ msgid "Help promote Yet Another Related Posts Plugin?"
504
+ msgstr "Να εμφανίζονται credits του plugin;"
505
+
506
+ #: yarpp_options.php:461
507
+ #: yarpp_options.php:524
508
+ #, php-format
509
+ #@ yarpp
510
+ 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."
511
+ msgstr "Η επιλογή αυτή προσθέτει των κώδικα %s. Αν θέλετε ενεργοποιήστε τον, ενημερώστε την αλλαγή αυτή και δείτε τον κώδικα στα δεξιά. Τα Links και οι δωρεές είναι ευπρόδεκτες."
512
+
513
+ #: yarpp_options.php:467
514
+ #@ yarpp
515
+ msgid "Display options <small>for RSS</small>"
516
+ msgstr "Επιλογές εμφάνισης <small>για το RSS</small>"
517
+
518
+ #: yarpp_options.php:472
519
+ #@ yarpp
520
+ msgid "Display related posts in feeds?"
521
+ msgstr "Εμφάνιση σχετικών άρθρων στα feeds;"
522
+
523
+ #: yarpp_options.php:472
524
+ #@ yarpp
525
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
526
+ msgstr "Αυτή η επιλογή εμφανίζει τα σχετικά άρθρα στο τέλος κάθε άρθρου στο RSS και στο Atom Feeds. Δεν απαιτείται καμία αλλαγή του αρχείου εμφάνισης."
527
+
528
+ #: yarpp_options.php:473
529
+ #@ yarpp
530
+ msgid "Display related posts in the descriptions?"
531
+ msgstr "Εμφάνιση σχετικών άρθρων στις περιγραφές;"
532
+
533
+ #: yarpp_options.php:473
534
+ #@ yarpp
535
+ 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."
536
+ msgstr "Η επιλογή αυτή εμφανίζει τα σχετικά άρθρα στο πεδίο της περιγραφής του RSS και όχι μόνο στο περιεχόμενο. Αν τα feeds σας είναι ρυθμισμένα να εμφανίζουν μόνο ένα απόσπασμα του άρθρου τότε χρησιμοποιείται μόνο το πεδίο της περιγραφής, άρα είναι απαραίτητο γενικά."
537
+
538
+ #: yarpp_options.php:474
539
+ #@ yarpp
540
+ msgid "RSS display code example"
541
+ msgstr "Παράδειγμα κώδικα εμφάνισης του RSS"
542
+
543
+ #: yarpp_options.php:489
544
+ #@ yarpp
545
+ msgid "Before / after related entries display:"
546
+ msgstr "Πριν / μετά από την εμφάνιση των σχετικών άρθρων:"
547
+
548
+ #: yarpp_options.php:503
549
+ #@ yarpp
550
+ msgid "Before / after (excerpt):"
551
+ msgstr "Πριν / μετά (απόσπασμα):"
552
+
553
+ #: yarpp_options.php:530
554
+ #@ yarpp
555
+ msgid "Advanced"
556
+ msgstr "Για προχωρημένους"
557
+
558
+ #: yarpp_options.php:533
559
+ #@ yarpp
560
+ msgid "Show cache status"
561
+ msgstr "Εμφάνιση του καθεστώτος προσωρινής μνήμης"
562
+
563
+ #: yarpp_options.php:534
564
+ #@ yarpp
565
+ msgid "When the cache is incomplete, compute related posts on the fly?"
566
+ msgstr "Όταν η προσωρινή μνήμη δεν έχει συμπληρωθεί τότε ο υπολογισμός των σχετικών άρθρων να γίνεται με πιο χαλαρα κριτήρια;"
567
+
568
+ #: yarpp_options.php:535
569
+ #@ yarpp
570
+ 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."
571
+ msgstr "Αν τα σχετικά άρθρα ενός άρθρου δεν έχουν υπολογιστεί και η επιλογή αυτή έχει επιλεχθεί τότε το YARPP θα τα υπολογίσει με πιο χαλαρά κριτήρια. Αν η επιλογή είναι αποπεπιλεγμένη και τα σχετικά άρθρα ενός άρθρου δεν έχουν υπολογιστεί τότε δεν θα εμφανίζονται σχετικά άρθρα."
572
+
573
+ #: yarpp_options.php:565
574
+ #@ yarpp
575
+ msgid "'MIN minute(s) and SEC second(s) remaining'"
576
+ msgstr "'μένουν MIN λεπτά και SEC δευτερόλεπτα'"
577
+
578
+ #: yarpp_options.php:567
579
+ #@ yarpp
580
+ msgid "'SEC second(s) remaining'"
581
+ msgstr "'μένουν SEC δευτερόλεπτα'"
582
+
583
+ #: yarpp_options.php:571
584
+ #@ yarpp
585
+ msgid "Your related posts cache is now complete."
586
+ msgstr "Η προσωρινή αποθήκευση των σχετικών άρθρων έχει επιτευχθεί."
587
+
588
+ #: yarpp_options.php:571
589
+ #@ yarpp
590
+ msgid "The SQL queries took SEC seconds."
591
+ msgstr "To SQL query διήρκησε SEC δευτερόλεπτα. "
592
+
593
+ #: yarpp_options.php:578
594
+ #@ yarpp
595
+ msgid "There was an error while constructing the related posts for TITLE"
596
+ msgstr "Υπήρξε ένα σφάλμα κατά την δημίουrγία των σχετικών άρθρων\\\" κατά TITLE"
597
+
598
+ #: yarpp_options.php:580
599
+ #: yarpp_options.php:586
600
+ #@ yarpp
601
+ msgid "Constructing the related posts timed out."
602
+ msgstr "Η δημιουργία των σχετικών άρθρων έληξε."
603
+
604
+ #: yarpp_options.php:583
605
+ #: yarpp_options.php:588
606
+ #@ yarpp
607
+ msgid "Try to continue..."
608
+ msgstr "Προσπάθεια για συνέχισει της διαδικασίας..."
609
+
610
+ #: yarpp_options.php:596
611
+ #@ yarpp
612
+ msgid "Your related posts cache is PERCENT% complete."
613
+ msgstr "Η προσωρίνή μνήμη των σχετικών άρθρων είναι PERCENT% πλήρης."
614
+
615
+ #: yarpp_options.php:602
616
+ #@ yarpp
617
+ msgid "starting..."
618
+ msgstr "εκκίνηση..."
619
+
620
+ #: yarpp_options.php:609
621
+ #@ yarpp
622
+ msgid "Update options"
623
+ msgstr "Ενημέρωση επιλογών"
624
+
625
+ #: yarpp_options.php:610
626
+ #@ yarpp
627
+ msgid "Do you really want to reset your configuration?"
628
+ msgstr "Είστε σίγουροι ότι θέλετε να επαναφέρετε τις αρχικές ρύθμισεις;"
629
+
630
+ #: yarpp_options.php:610
631
+ #@ yarpp
632
+ msgid "Reset options"
633
+ msgstr "Επαναφορά επιλογών"
634
+
635
+ #: services.php:59
636
+ #@ yarpp
637
+ msgid "You cannot rebuild the YARPP cache."
638
+ msgstr "Δεν μπορείτε να επαναδημιουργήσετε την προσωρινή μνήμη YARPP."
639
+
640
+ #: template-builtin.php:35
641
+ #, php-format
642
+ #@ yarpp
643
+ 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."
644
+ msgstr "%f είναι η βαθμολογία σχετικότητας του YARPP μεταξύ του εκάστοτε άρθρου και των σχετικών άρθρων. Εσείς μπορείτε να δείτε την βαθμολογία επειδή έχετε εισέλθει ως administrator στο Wordpress και δεν εμφανίζεται στους επισκέπτες σας."
645
+
646
+ #: template-metabox.php:12
647
+ #@ yarpp
648
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
649
+ msgstr "Αυτά τα άρθρα φαίνεται ότι ταιριάζουν με αυτό το άρθρο. Αν ανανεώσεται την σελίδα υπάρχει πιθανότητα να εμφανιστούν κάποια άλλα."
650
+
651
+ #: template-metabox.php:26
652
+ #@ yarpp
653
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
654
+ msgstr "Ο τρόπος με τον οποίο εμφανίζονται αλλά και ο τρόπος με τον οποίο υπολογίζονται τα σχετικά άρθρα του εκάστοτε άρθρου εξαρτάται από της ρυθμίσεις του YARPP."
655
+
trunk/lang/yarpp-es_ES.mo ADDED
Binary file
trunk/lang/yarpp-es_ES.po ADDED
@@ -0,0 +1,560 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.2.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2011-02-25 00:23+0100\n"
7
+ "Last-Translator: Rene <info@wpwebshop.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: 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
+ #: yarpp_options.php:424
61
+ #: yarpp_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
+ #: yarpp_options.php:426
68
+ #: yarpp_options.php:495
69
+ msgid "Template file:"
70
+ msgstr "Archivo de plantilla:"
71
+
72
+ #@ yarpp
73
+ #: includes.php:245
74
+ #: yarpp_options.php:470
75
+ #: yarpp_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
+ #: yarpp_options.php:472
92
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:97
151
+ msgid "Options saved!"
152
+ msgstr "Opciones guardadas!"
153
+
154
+ #@ yarpp
155
+ #: yarpp_options.php:133
156
+ msgid "word"
157
+ msgstr "palabra"
158
+
159
+ #@ yarpp
160
+ #: yarpp_options.php:134
161
+ msgid "tag"
162
+ msgstr "etiqueta"
163
+
164
+ #@ yarpp
165
+ #: yarpp_options.php:135
166
+ msgid "category"
167
+ msgstr "categoría"
168
+
169
+ #@ yarpp
170
+ #: yarpp_options.php:139
171
+ #: yarpp_options.php:156
172
+ #: yarpp_options.php:168
173
+ msgid "do not consider"
174
+ msgstr "no considerar"
175
+
176
+ #@ yarpp
177
+ #: yarpp_options.php:140
178
+ #: yarpp_options.php:157
179
+ #: yarpp_options.php:170
180
+ msgid "consider"
181
+ msgstr "considerar"
182
+
183
+ #@ yarpp
184
+ #: yarpp_options.php:142
185
+ #: yarpp_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
+ #: yarpp_options.php:144
192
+ #: yarpp_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
+ #: yarpp_options.php:158
199
+ msgid "consider with extra weight"
200
+ msgstr "considerar con peso extra"
201
+
202
+ #@ yarpp
203
+ #: yarpp_options.php:240
204
+ msgid "Yet Another Related Posts Plugin Options"
205
+ msgstr "Yet Another Related Posts Plugin Opciones"
206
+
207
+ #@ yarpp
208
+ #: yarpp_options.php:255
209
+ msgid "Follow <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin on Twitter</a>"
210
+ msgstr "Segúir <a href=\"http://twitter.com/yarpp/\">Yet Another Related Posts Plugin en Twitter</a>"
211
+
212
+ #@ default
213
+ #: yarpp_options.php:272
214
+ #: yarpp_options.php:305
215
+ #: yarpp_options.php:411
216
+ #: yarpp_options.php:479
217
+ msgid "Click to toggle"
218
+ msgstr "Clic al botón"
219
+
220
+ #@ yarpp
221
+ #: yarpp_options.php:275
222
+ msgid "\"The Pool\""
223
+ msgstr "\"The Pool\""
224
+
225
+ #@ yarpp
226
+ #: yarpp_options.php:277
227
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
228
+ msgstr "\"The Pool\" se refiere al fondo de Publicaciones y Páginas que son candidatos para visualizar como relacionados con la actual Entrada."
229
+
230
+ #@ yarpp
231
+ #: yarpp_options.php:282
232
+ msgid "Disallow by category:"
233
+ msgstr "Anular por categoría:"
234
+
235
+ #@ yarpp
236
+ #: yarpp_options.php:284
237
+ msgid "Disallow by tag:"
238
+ msgstr "Anular por etiqueta:"
239
+
240
+ #@ yarpp
241
+ #: yarpp_options.php:287
242
+ msgid "Show password protected posts?"
243
+ msgstr "Mostrar las Publicaciones protegidas por contraseña?"
244
+
245
+ #@ yarpp
246
+ #: yarpp_options.php:291
247
+ msgid "day(s)"
248
+ msgstr "día(s)"
249
+
250
+ #@ yarpp
251
+ #: yarpp_options.php:292
252
+ msgid "week(s)"
253
+ msgstr "semana(s)"
254
+
255
+ #@ yarpp
256
+ #: yarpp_options.php:293
257
+ msgid "month(s)"
258
+ msgstr "mes(es)"
259
+
260
+ #@ yarpp
261
+ #: yarpp_options.php:295
262
+ msgid "Show only posts from the past NUMBER UNITS"
263
+ msgstr "Mostrar únicamente Publicaciones de las pasadas UNIDADES de NÚMEROS"
264
+
265
+ #@ yarpp
266
+ #: yarpp_options.php:308
267
+ msgid "\"Relatedness\" options"
268
+ msgstr "Opciones \"Relatedness\""
269
+
270
+ #@ yarpp
271
+ #: yarpp_options.php:311
272
+ #, php-format
273
+ 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>."
274
+ 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>."
275
+
276
+ #@ yarpp
277
+ #: yarpp_options.php:311
278
+ #: yarpp_options.php:326
279
+ #: yarpp_options.php:419
280
+ #: yarpp_options.php:424
281
+ #: yarpp_options.php:471
282
+ #: yarpp_options.php:488
283
+ #: yarpp_options.php:489
284
+ #: yarpp_options.php:493
285
+ #: yarpp_options.php:539
286
+ msgid "more&gt;"
287
+ msgstr "más&gt;"
288
+
289
+ #@ yarpp
290
+ #: yarpp_options.php:311
291
+ 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."
292
+ 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."
293
+
294
+ #@ yarpp
295
+ #: yarpp_options.php:317
296
+ msgid "Match threshold:"
297
+ msgstr "Umbral que combina:"
298
+
299
+ #@ yarpp
300
+ #: yarpp_options.php:318
301
+ msgid "Titles: "
302
+ msgstr "Títulos:"
303
+
304
+ #@ yarpp
305
+ #: yarpp_options.php:320
306
+ msgid "Bodies: "
307
+ msgstr "Cuerpos: "
308
+
309
+ #@ yarpp
310
+ #: yarpp_options.php:322
311
+ msgid "Tags: "
312
+ msgstr "Etiquetas: "
313
+
314
+ #@ yarpp
315
+ #: yarpp_options.php:324
316
+ msgid "Categories: "
317
+ msgstr "Categorías: "
318
+
319
+ #@ yarpp
320
+ #: yarpp_options.php:326
321
+ msgid "Cross-relate posts and pages?"
322
+ msgstr "Publicaciones y Páginas Cruzadas-Relacionadas?"
323
+
324
+ #@ yarpp
325
+ #: yarpp_options.php:326
326
+ 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."
327
+ 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."
328
+
329
+ #@ yarpp
330
+ #: yarpp_options.php:327
331
+ msgid "Show only previous posts?"
332
+ msgstr "Mostrar solo Previas Publicaciones?"
333
+
334
+ #@ yarpp
335
+ #: yarpp_options.php:394
336
+ 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."
337
+ 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."
338
+
339
+ #@ yarpp
340
+ #: yarpp_options.php:399
341
+ msgid "There is a new version (VERSION) of Yet Another Related Posts Plugin available! You can <A>download it here</a>."
342
+ 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."
343
+
344
+ #@ yarpp
345
+ #: yarpp_options.php:414
346
+ msgid "Display options <small>for your website</small>"
347
+ msgstr "Visualizar Opciones para tu sitio <small>para su sitio web</small>"
348
+
349
+ #@ yarpp
350
+ #: yarpp_options.php:419
351
+ msgid "Automatically display related posts?"
352
+ msgstr "Visualizar Automáticamente Publicaciones Relacionadas?"
353
+
354
+ #@ yarpp
355
+ #: yarpp_options.php:419
356
+ 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."
357
+ 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."
358
+
359
+ #@ yarpp
360
+ #: yarpp_options.php:420
361
+ msgid "Website display code example"
362
+ msgstr "Sitio, ejemplo de visualización de código"
363
+
364
+ #@ yarpp
365
+ #: yarpp_options.php:420
366
+ #: yarpp_options.php:490
367
+ msgid "(Update options to reload.)"
368
+ msgstr "(Actualizar opciones para cargar.)"
369
+
370
+ #@ yarpp
371
+ #: yarpp_options.php:423
372
+ #: yarpp_options.php:492
373
+ msgid "Maximum number of related posts:"
374
+ msgstr "Número Máximo de Publicaciones Relacionadas:"
375
+
376
+ #@ yarpp
377
+ #: yarpp_options.php:424
378
+ #: yarpp_options.php:493
379
+ 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."
380
+ 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."
381
+
382
+ #@ yarpp
383
+ #: yarpp_options.php:436
384
+ msgid "Before / after related entries:"
385
+ msgstr "Antes / Después Entradas Relacionadas:"
386
+
387
+ #@ yarpp
388
+ #: yarpp_options.php:437
389
+ #: yarpp_options.php:442
390
+ #: yarpp_options.php:451
391
+ #: yarpp_options.php:506
392
+ #: yarpp_options.php:511
393
+ #: yarpp_options.php:520
394
+ msgid "For example:"
395
+ msgstr "Por Ejemplo:"
396
+
397
+ #@ yarpp
398
+ #: yarpp_options.php:437
399
+ #: yarpp_options.php:442
400
+ #: yarpp_options.php:451
401
+ #: yarpp_options.php:506
402
+ #: yarpp_options.php:511
403
+ #: yarpp_options.php:520
404
+ msgid " or "
405
+ msgstr "o"
406
+
407
+ #@ yarpp
408
+ #: yarpp_options.php:441
409
+ #: yarpp_options.php:510
410
+ msgid "Before / after each related entry:"
411
+ msgstr "Antes / Después de cada Entrada Relacionada:"
412
+
413
+ #@ yarpp
414
+ #: yarpp_options.php:445
415
+ #: yarpp_options.php:514
416
+ msgid "Show excerpt?"
417
+ msgstr "Mostrar pasaje?"
418
+
419
+ #@ yarpp
420
+ #: yarpp_options.php:446
421
+ #: yarpp_options.php:515
422
+ msgid "Excerpt length (No. of words):"
423
+ msgstr "Longitud de Pasaje (Número de Palabras):"
424
+
425
+ #@ yarpp
426
+ #: yarpp_options.php:450
427
+ msgid "Before / after (Excerpt):"
428
+ msgstr "Antes / Después (Pasaje):"
429
+
430
+ #@ yarpp
431
+ #: yarpp_options.php:456
432
+ #: yarpp_options.php:525
433
+ msgid "Order results:"
434
+ msgstr "Orden de Resultados:"
435
+
436
+ #@ yarpp
437
+ #: yarpp_options.php:458
438
+ #: yarpp_options.php:527
439
+ msgid "score (high relevance to low)"
440
+ msgstr "calificación (De Mayor a Menor Relevancia)"
441
+
442
+ #@ yarpp
443
+ #: yarpp_options.php:459
444
+ #: yarpp_options.php:528
445
+ msgid "score (low relevance to high)"
446
+ msgstr "calificación (Menor a Mayor Relevancia)"
447
+
448
+ #@ yarpp
449
+ #: yarpp_options.php:460
450
+ #: yarpp_options.php:529
451
+ msgid "date (new to old)"
452
+ msgstr "fecha (nuevo a antiguo)"
453
+
454
+ #@ yarpp
455
+ #: yarpp_options.php:461
456
+ #: yarpp_options.php:530
457
+ msgid "date (old to new)"
458
+ msgstr "fecha (antiguo a nuevo)"
459
+
460
+ #@ yarpp
461
+ #: yarpp_options.php:462
462
+ #: yarpp_options.php:531
463
+ msgid "title (alphabetical)"
464
+ msgstr "título (orden alfabético)"
465
+
466
+ #@ yarpp
467
+ #: yarpp_options.php:463
468
+ #: yarpp_options.php:532
469
+ msgid "title (reverse alphabetical)"
470
+ msgstr "título (Orden alfabpetico a la inversa)"
471
+
472
+ #@ yarpp
473
+ #: yarpp_options.php:468
474
+ #: yarpp_options.php:537
475
+ msgid "Default display if no results:"
476
+ msgstr "Falta de Visualización si no hay resultados:"
477
+
478
+ #@ yarpp
479
+ #: yarpp_options.php:472
480
+ #: yarpp_options.php:540
481
+ #, php-format
482
+ 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."
483
+ 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."
484
+
485
+ #@ yarpp
486
+ #: yarpp_options.php:482
487
+ msgid "Display options <small>for RSS</small>"
488
+ msgstr "Visualizar opciones <small>por RSS</small>"
489
+
490
+ #@ yarpp
491
+ #: yarpp_options.php:488
492
+ msgid "Display related posts in feeds?"
493
+ msgstr "Visualizar Opciones Relacionadas en feeds?"
494
+
495
+ #@ yarpp
496
+ #: yarpp_options.php:488
497
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
498
+ 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."
499
+
500
+ #@ yarpp
501
+ #: yarpp_options.php:489
502
+ msgid "Display related posts in the descriptions?"
503
+ msgstr "Visualizar Publicaciones Relacionadas en las Descripciones?"
504
+
505
+ #@ yarpp
506
+ #: yarpp_options.php:489
507
+ 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."
508
+ 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."
509
+
510
+ #@ yarpp
511
+ #: yarpp_options.php:490
512
+ msgid "RSS display code example"
513
+ msgstr "Visualización RSS (ejemplo de código)"
514
+
515
+ #@ yarpp
516
+ #: yarpp_options.php:493
517
+ msgid "NEW!"
518
+ msgstr "NUEVO!"
519
+
520
+ #@ yarpp
521
+ #: yarpp_options.php:505
522
+ msgid "Before / after related entries display:"
523
+ msgstr "Antes / Después visualización de entradas:"
524
+
525
+ #@ yarpp
526
+ #: yarpp_options.php:519
527
+ msgid "Before / after (excerpt):"
528
+ msgstr "Antes / Después (pasaje):"
529
+
530
+ #@ yarpp
531
+ #: yarpp_options.php:550
532
+ msgid "Update options"
533
+ msgstr "Opciones de Actualización"
534
+
535
+ #@ yarpp
536
+ #: yarpp_options.php:551
537
+ msgid "Do you really want to reset your configuration?"
538
+ msgstr "De verdad quieres restaurar tu configuración?"
539
+
540
+ #@ yarpp
541
+ #: yarpp_options.php:551
542
+ msgid "Reset options"
543
+ msgstr "Opciones de Restauración"
544
+
545
+ #@ yarpp
546
+ #: template-builtin.php:35
547
+ #, php-format
548
+ 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."
549
+ 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."
550
+
551
+ #@ yarpp
552
+ #: template-metabox.php:12
553
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
554
+ msgstr "Estas son las entradas relacionadas para esta Entrada. Actualizar esta Publicación podría cambiar estas Publicaciones relacionadas."
555
+
556
+ #@ yarpp
557
+ #: template-metabox.php:25
558
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
559
+ msgstr "Que estas Entradas Relacionadas sean actualmente visualizadas y cómo sean visualizadas, depende de tus opcioens de visualización YARPP."
560
+
trunk/lang/yarpp-est_EST.mo ADDED
Binary file
trunk/lang/yarpp-est_EST.po ADDED
@@ -0,0 +1,618 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.0.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2013-03-25 13:12+0100\n"
7
+ "Last-Translator: Altesack <altasack@mail.ru>\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-SourceCharset: utf-8\n"
14
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
15
+ "_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"
16
+ "X-Poedit-Basepath: ../\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "Language: ru\n"
19
+ "X-Generator: Poedit 1.5.5\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ # @ yarpp
23
+ #: includes.php:149 includes.php:194 includes.php:215
24
+ msgid "Related Posts (YARPP)"
25
+ msgstr "Seotud ametikohta (YARPP)"
26
+
27
+ # @ yarpp
28
+ #: includes.php:376
29
+ msgid "Related Posts"
30
+ msgstr "seotud ametikohta"
31
+
32
+ # @ yarpp
33
+ #: template-builtin.php:35
34
+ #, php-format
35
+ msgid ""
36
+ "%f is the YARPP match score between the current entry and this related "
37
+ "entry. You are seeing this value because you are logged in to WordPress as "
38
+ "an administrator. It is not shown to regular visitors."
39
+ msgstr ""
40
+ "% f on YARPP mängu punktisumma vahel senise kande ja seda kirjet. Näete seda "
41
+ "väärtust, sest olete sisse logitud WordPress ülemana. Ei ole tõestatud, et "
42
+ "regulaarne külastajad."
43
+
44
+ # @ yarpp
45
+ #: magic.php:297 options-meta-boxes.php:205 options-meta-boxes.php:269
46
+ #, php-format
47
+ msgid ""
48
+ "Related posts brought to you by <a href='%s'>Yet Another Related Posts "
49
+ "Plugin</a>."
50
+ msgstr ""
51
+ "Nimekiri seotud ametikohta Plugin pakutakse teile <a href='%s'> YARPP </ a>."
52
+
53
+ # @ yarpp
54
+ #: yarpp_options.php:54
55
+ msgid ""
56
+ "The MyISAM check has been overridden. You may now use the \"consider titles"
57
+ "\" and \"consider bodies\" relatedness criteria."
58
+ msgstr ""
59
+ "MyISAM kontroll viidi läbi. Nüüd saate kriteeriumitele sarnasus \"kohta "
60
+ "päiseid\" ja \"kaardid teksti.\""
61
+
62
+ # @ yarpp
63
+ #: yarpp_options.php:63
64
+ #, php-format
65
+ msgid ""
66
+ "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria "
67
+ "require your <code>%s</code> table to use the <a href='http://dev.mysql.com/"
68
+ "doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the "
69
+ "table seems to be using the <code>%s</code> engine. These two options have "
70
+ "been disabled."
71
+ msgstr ""
72
+ "Kasutades võimalusi YARPP \"päiseid\" ja \"Mõtle tekst\" eeldab, et oma laua "
73
+ "<code>% s </ code> kasutatud mootori <a href = 'http://dev.mysql.com/doc/"
74
+ "refman/5.0/en / panipaik engines.html \"> MyISAM </ a>, kuid tabelis kasutab "
75
+ "mootor ilmselt <code>% s </ code>. Need kaks võimalust on keelatud."
76
+
77
+ # @ yarpp
78
+ #: yarpp_options.php:65
79
+ #, php-format
80
+ msgid ""
81
+ "To restore these features, please update your <code>%s</code> table by "
82
+ "executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = "
83
+ "MyISAM;</code> . No data will be erased by altering the table's engine, "
84
+ "although there are performance implications."
85
+ msgstr ""
86
+ "Et taastada neid funktsioone, palun muutke oma laua <code>% s </ code> "
87
+ "järgmise SQL e: <code> ALTER TABLE `% s` ENGINE = MyISAM; </ code> <br /> "
88
+ "Kui tabeli andmed ei tohiks jagada, kuid seal võib olla tagajärjed."
89
+
90
+ # @ yarpp
91
+ #: yarpp_options.php:67
92
+ #, php-format
93
+ msgid ""
94
+ "If, despite this check, you are sure that <code>%s</code> is using the "
95
+ "MyISAM engine, press this magic button:"
96
+ msgstr ""
97
+ "Kui vaatamata sellele võimalust, siis on kindel, et tabeli <code>% s </ "
98
+ "code> kasutab MyISAM, klõpsa magic nuppu:"
99
+
100
+ # @ yarpp
101
+ #: yarpp_options.php:70
102
+ msgid "Trust me. Let me use MyISAM features."
103
+ msgstr "Usu mind. Lubage mul kasutada MyISAM."
104
+
105
+ # @ yarpp
106
+ #: yarpp_options.php:83
107
+ msgid "The YARPP database had an error but has been fixed."
108
+ msgstr "YARPP andmebaas sisaldas vigu, kuid neid parandada."
109
+
110
+ # @ yarpp
111
+ #: yarpp_options.php:85
112
+ msgid "The YARPP database has an error which could not be fixed."
113
+ msgstr "YARPP andmebaas sisaldab viga, mida ei saa parandada."
114
+
115
+ # @ yarpp
116
+ #: options-meta-boxes.php:45 options-meta-boxes.php:63
117
+ #: options-meta-boxes.php:76
118
+ msgid "do not consider"
119
+ msgstr "mitte lugema"
120
+
121
+ # @ yarpp
122
+ #: options-meta-boxes.php:46 options-meta-boxes.php:64
123
+ #: options-meta-boxes.php:78
124
+ msgid "consider"
125
+ msgstr "arvestama"
126
+
127
+ # @ yarpp
128
+ #: options-meta-boxes.php:65
129
+ msgid "consider with extra weight"
130
+ msgstr "ravitud lisaraskusega"
131
+
132
+ # @ yarpp
133
+ #: yarpp_options.php:178
134
+ msgid "Yet Another Related Posts Plugin Options"
135
+ msgstr "Valikud YARPP"
136
+
137
+ # @ yarpp
138
+ #: options-meta-boxes.php:118
139
+ msgid "\"The Pool\""
140
+ msgstr "<em>Sisu</em>"
141
+
142
+ # @ yarpp
143
+ #: options-meta-boxes.php:91
144
+ msgid ""
145
+ "\"The Pool\" refers to the pool of posts and pages that are candidates for "
146
+ "display as related to the current entry."
147
+ msgstr ""
148
+ "<em>Sisu</em> mõista kui sõnumite ja lehed, mis on kandidaatide sõelumine "
149
+ "ploki seotud kirjete kogum."
150
+
151
+ # @ yarpp
152
+ #: options-meta-boxes.php:96
153
+ msgid "Disallow by category:"
154
+ msgstr "Kategooriate välistamine:"
155
+
156
+ # @ yarpp
157
+ #: options-meta-boxes.php:98
158
+ msgid "Disallow by tag:"
159
+ msgstr "Ära näita tags:"
160
+
161
+ # @ yarpp
162
+ #: options-meta-boxes.php:101
163
+ msgid "Show password protected posts?"
164
+ msgstr "Näita sõnumeid, mis on parooliga kaitstud?"
165
+
166
+ # @ yarpp
167
+ #: options-meta-boxes.php:140
168
+ msgid "Show only previous posts?"
169
+ msgstr "Näita ainult eelnevaid postitusi?"
170
+
171
+ # @ yarpp
172
+ #: options-meta-boxes.php:148
173
+ msgid "\"Relatedness\" options"
174
+ msgstr "sarnasus kriteeriumid"
175
+
176
+ # @ yarpp
177
+ #: options-meta-boxes.php:124 options-meta-boxes.php:139
178
+ #: options-meta-boxes.php:157 options-meta-boxes.php:161
179
+ #: options-meta-boxes.php:204 options-meta-boxes.php:221
180
+ #: options-meta-boxes.php:223 options-meta-boxes.php:228
181
+ #: options-meta-boxes.php:268
182
+ msgid "more&gt;"
183
+ msgstr "rohkem&gt;"
184
+
185
+ # @ yarpp
186
+ #: options-meta-boxes.php:130
187
+ msgid "Match threshold:"
188
+ msgstr "Sarnasus künnis:"
189
+
190
+ # @ yarpp
191
+ #: options-meta-boxes.php:131
192
+ msgid "Titles: "
193
+ msgstr "Sõnumid:"
194
+
195
+ # @ yarpp
196
+ #: options-meta-boxes.php:133
197
+ msgid "Bodies: "
198
+ msgstr "tekstid:"
199
+
200
+ # @ yarpp
201
+ #: options-meta-boxes.php:135
202
+ msgid "Tags: "
203
+ msgstr "tags:"
204
+
205
+ # @ yarpp
206
+ #: options-meta-boxes.php:137
207
+ msgid "Categories: "
208
+ msgstr "Kategooriad:"
209
+
210
+ # @ yarpp
211
+ #: options-meta-boxes.php:139
212
+ msgid "Cross-relate posts and pages?"
213
+ msgstr "Kas rist linkida lehekülgedele ja postitused?"
214
+
215
+ # @ yarpp
216
+ #: options-meta-boxes.php:139
217
+ msgid ""
218
+ "When the \"Cross-relate posts and pages\" option is selected, the "
219
+ "<code>related_posts()</code>, <code>related_pages()</code>, and "
220
+ "<code>related_entries()</code> all will give the same output, returning both "
221
+ "related pages and posts."
222
+ msgstr ""
223
+ "Kui valitud on \"teha rist linkida lehekülgedele ja postitused?\" Funktsioon "
224
+ "<code> related_posts () </ code>, <code> related_pages () </ code> ja <code> "
225
+ "related_entries () </ code> väljund samad, sisaldavad ja lehed ja postitused"
226
+
227
+ # @ yarpp
228
+ #: options-meta-boxes.php:212
229
+ msgid "Display options <small>for your website</small>"
230
+ msgstr "Kuvavalikud <small> oma kodulehel </ small>"
231
+
232
+ # @ yarpp
233
+ #: options-meta-boxes.php:157
234
+ msgid "Automatically display related posts?"
235
+ msgstr "Automaatselt kuvada seotud ametikohta?"
236
+
237
+ # @ yarpp
238
+ #: options-meta-boxes.php:157
239
+ msgid ""
240
+ "This option automatically displays related posts right after the content on "
241
+ "single entry pages. If this option is off, you will need to manually insert "
242
+ "<code>related_posts()</code> or variants (<code>related_pages()</code> and "
243
+ "<code>related_entries()</code>) into your theme files."
244
+ msgstr ""
245
+ "See valik kuvatakse automaatselt seotud ametikohta hgzvj pärast lehe sisu "
246
+ "ühe sõnumi. Kui see on keelatud, peate käsitsi sisestada <code> "
247
+ "related_posts () </ code> või midagi sellist (<code> related_pages () </ "
248
+ "code> ja <code> related_entries () </ code>) oma teema ."
249
+
250
+ # @ yarpp
251
+ #: options-meta-boxes.php:158
252
+ msgid "Website display code example"
253
+ msgstr "Proovi kood web-site"
254
+
255
+ # @ yarpp
256
+ #: options-meta-boxes.php:158 options-meta-boxes.php:221
257
+ msgid "(Update options to reload.)"
258
+ msgstr "(Salvesta valik reboot.)"
259
+
260
+ # @ yarpp
261
+ #: options-meta-boxes.php:160 options-meta-boxes.php:226
262
+ msgid "Maximum number of related posts:"
263
+ msgstr "Maksimaalne arv seotud ametikohta:"
264
+
265
+ # @ yarpp
266
+ #: options-meta-boxes.php:175 options-meta-boxes.php:244
267
+ msgid "Before / after related entries:"
268
+ msgstr "Enne / pärast <br /> seotud ametikohta:"
269
+
270
+ # @ yarpp
271
+ #: options-meta-boxes.php:175 options-meta-boxes.php:176
272
+ #: options-meta-boxes.php:184 options-meta-boxes.php:244
273
+ #: options-meta-boxes.php:245 options-meta-boxes.php:250
274
+ msgid "For example:"
275
+ msgstr "näiteks:"
276
+
277
+ # @ yarpp
278
+ #: options-meta-boxes.php:176 options-meta-boxes.php:245
279
+ msgid "Before / after each related entry:"
280
+ msgstr "Enne / pärast <br /> iga seotud postitus:"
281
+
282
+ # @ yarpp
283
+ #: options-meta-boxes.php:178 options-meta-boxes.php:247
284
+ msgid "Show excerpt?"
285
+ msgstr "Vaoshoitusele?"
286
+
287
+ # @ yarpp
288
+ #: options-meta-boxes.php:179 options-meta-boxes.php:248
289
+ msgid "Excerpt length (No. of words):"
290
+ msgstr "Kokkupuute pikkuse (sõnade arv):"
291
+
292
+ # @ yarpp
293
+ #: options-meta-boxes.php:183
294
+ msgid "Before / after (Excerpt):"
295
+ msgstr "Enne / pärast kokkupuudet <br />"
296
+
297
+ # @ yarpp
298
+ #: options-meta-boxes.php:189 options-meta-boxes.php:254
299
+ msgid "Order results:"
300
+ msgstr "Sorteeri tulemused:"
301
+
302
+ # @ yarpp
303
+ #: options-meta-boxes.php:191 options-meta-boxes.php:256
304
+ msgid "score (high relevance to low)"
305
+ msgstr "Sarnasus (kahanevas järjekorras)"
306
+
307
+ # @ yarpp
308
+ #: options-meta-boxes.php:192 options-meta-boxes.php:257
309
+ msgid "score (low relevance to high)"
310
+ msgstr "Sarnasus (tõusev)"
311
+
312
+ # @ yarpp
313
+ #: options-meta-boxes.php:193 options-meta-boxes.php:258
314
+ msgid "date (new to old)"
315
+ msgstr "Kuupäev (kahanev)"
316
+
317
+ # @ yarpp
318
+ #: options-meta-boxes.php:194 options-meta-boxes.php:259
319
+ msgid "date (old to new)"
320
+ msgstr "Kuupäev (tõusev)"
321
+
322
+ # @ yarpp
323
+ #: options-meta-boxes.php:195 options-meta-boxes.php:260
324
+ msgid "title (alphabetical)"
325
+ msgstr "Pealkiri (tähestikulises)"
326
+
327
+ # @ yarpp
328
+ #: options-meta-boxes.php:196 options-meta-boxes.php:261
329
+ msgid "title (reverse alphabetical)"
330
+ msgstr "Pealkiri (vastupidises järjekorras)"
331
+
332
+ # @ yarpp
333
+ #: options-meta-boxes.php:201 options-meta-boxes.php:266
334
+ msgid "Default display if no results:"
335
+ msgstr "Kuvar vaikimisi kui tühi:"
336
+
337
+ # @ yarpp
338
+ #: includes.php:257 options-meta-boxes.php:203 options-meta-boxes.php:268
339
+ msgid "Help promote Yet Another Related Posts Plugin?"
340
+ msgstr "Aidata edendada pistik YARPP?"
341
+
342
+ # @ yarpp
343
+ #: options-meta-boxes.php:205 options-meta-boxes.php:269
344
+ #, php-format
345
+ msgid ""
346
+ "This option will add the code %s. Try turning it on, updating your options, "
347
+ "and see the code in the code example to the right. These links and donations "
348
+ "are greatly appreciated."
349
+ msgstr ""
350
+ "See valik lisab koodi% s. Proovi see sisse lülitada, muuta valikuid ja näha "
351
+ "näiteks koodi paremal. Need lingid ja nupud on väga oluline."
352
+
353
+ # @ yarpp
354
+ #: options-meta-boxes.php:276
355
+ msgid "Display options <small>for RSS</small>"
356
+ msgstr "Vaata seaded <small> RSS </ small>"
357
+
358
+ # @ yarpp
359
+ #: options-meta-boxes.php:221
360
+ msgid "Display related posts in feeds?"
361
+ msgstr "Näita seotud postitused RSS?"
362
+
363
+ # @ yarpp
364
+ #: options-meta-boxes.php:223
365
+ msgid "Display related posts in the descriptions?"
366
+ msgstr "Näita seotud postitused kirjeldus?"
367
+
368
+ # @ yarpp
369
+ #: options-meta-boxes.php:223
370
+ msgid ""
371
+ "This option displays the related posts in the RSS description fields, not "
372
+ "just the content. If your feeds are set up to only display excerpts, "
373
+ "however, only the description field is used, so this option is required for "
374
+ "any display at all."
375
+ msgstr ""
376
+ "See valik kuvatakse seotud postitused RSS kirjeldus valdkondades, mitte "
377
+ "ainult sisu. Kui teie sööte moodustatud kuvada ainult katkendeid, aga ainult "
378
+ "kirjelduse välja kasutatakse, nii et see võti on nõutav mis tahes kuva üldse."
379
+
380
+ # @ yarpp
381
+ #: options-meta-boxes.php:221
382
+ msgid "RSS display code example"
383
+ msgstr "Proovi kood RSS"
384
+
385
+ # @ yarpp
386
+ #: options-meta-boxes.php:250
387
+ msgid "Before / after (excerpt):"
388
+ msgstr "Enne / pärast <br /> katkendeid:"
389
+
390
+ # @ yarpp
391
+ #: options-meta-boxes.php:38
392
+ msgid "word"
393
+ msgstr "sõna"
394
+
395
+ # @ yarpp
396
+ #: options-meta-boxes.php:39
397
+ msgid "tag"
398
+ msgstr "tag"
399
+
400
+ # @ yarpp
401
+ #: options-meta-boxes.php:40
402
+ msgid "category"
403
+ msgstr "kategooria"
404
+
405
+ # @ yarpp
406
+ #: options-meta-boxes.php:48 options-meta-boxes.php:80
407
+ #, php-format
408
+ msgid "require at least one %s in common"
409
+ msgstr "vähemalt üks % s tuleb jagada"
410
+
411
+ # @ yarpp
412
+ #: options-meta-boxes.php:50 options-meta-boxes.php:82
413
+ #, php-format
414
+ msgid "require more than one %s in common"
415
+ msgstr "rohkem kui %s peab olema ühine"
416
+
417
+ # @ yarpp
418
+ #: yarpp_options.php:114
419
+ msgid "Options saved!"
420
+ msgstr "Seaded on salvestatud!"
421
+
422
+ # @ yarpp
423
+ #: options-meta-boxes.php:124
424
+ msgid ""
425
+ "The higher the match threshold, the more restrictive, and you get less "
426
+ "related posts overall. The default match threshold is 5. If you want to find "
427
+ "an appropriate match threshhold, take a look at some post's related posts "
428
+ "display and their scores. You can see what kinds of related posts are being "
429
+ "picked up and with what kind of match scores, and determine an appropriate "
430
+ "threshold for your site."
431
+ msgstr ""
432
+ "Mida kõrgem on sarnasus künnis, rangemad proovi ja vähem salvestab väljund."
433
+ "Vaikimisi künnis on 5. Kui soovite leida mõistetav künnised, katsetada mitu "
434
+ "sõnumit. Näete, milliseid sõnumeid tulla ja millised on nende väärtused on "
435
+ "sarnased, mis võivad määrata vastuvõetava tasemeni saidile."
436
+
437
+ # @ yarpp
438
+ #: yarpp_options.php:279
439
+ msgid "Update options"
440
+ msgstr "Muuda seadeid"
441
+
442
+ # @ yarpp
443
+ #: yarpp_options.php:280
444
+ msgid "Do you really want to reset your configuration?"
445
+ msgstr "Tahad taastada oma seadeid?"
446
+
447
+ # @ yarpp
448
+ #: yarpp_options.php:280
449
+ msgid "Reset options"
450
+ msgstr "Reset valikuid"
451
+
452
+ # @ yarpp
453
+ #: cache-postmeta.php:105 cache-tables.php:131
454
+ msgid "Example post "
455
+ msgstr "Näide postitus"
456
+
457
+ # @ yarpp
458
+ #: options-meta-boxes.php:105
459
+ msgid "day(s)"
460
+ msgstr "päeva"
461
+
462
+ # @ yarpp
463
+ #: options-meta-boxes.php:106
464
+ msgid "week(s)"
465
+ msgstr "kuu"
466
+
467
+ # @ yarpp
468
+ #: options-meta-boxes.php:107
469
+ msgid "month(s)"
470
+ msgstr "aastat"
471
+
472
+ # @ yarpp
473
+ #: options-meta-boxes.php:109
474
+ msgid "Show only posts from the past NUMBER UNITS"
475
+ msgstr "Näita ainult postitusi viimasest NUMBER UNITS"
476
+
477
+ # @ yarpp
478
+ #: yarpp_options.php:46
479
+ #, php-format
480
+ msgid ""
481
+ "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a "
482
+ "href=\"%s\">download it here</a> at your own risk."
483
+ msgstr ""
484
+ "Uus beeta (% s) pistik YARPP. Saate <a href=\"%s\"> alla laadida siit </ a> "
485
+ "omal riisikol."
486
+
487
+ # @ yarpp
488
+ #: includes.php:248 options-meta-boxes.php:161 options-meta-boxes.php:228
489
+ msgid "Display using a custom template file"
490
+ msgstr "Näita kasutades kohandatud malli faili"
491
+
492
+ # @ yarpp
493
+ #: includes.php:249 options-meta-boxes.php:165 options-meta-boxes.php:233
494
+ msgid "Template file:"
495
+ msgstr "šabloon fail:"
496
+
497
+ # @ yarpp
498
+ #: options-meta-boxes.php:221
499
+ msgid ""
500
+ "This option displays related posts at the end of each item in your RSS and "
501
+ "Atom feeds. No template changes are needed."
502
+ msgstr ""
503
+ "See valik kuvatakse seotud ametikohta lõpus igale oma RSS ja Atom-vooge. Ei "
504
+ "malli muudatused on vajalikud."
505
+
506
+ # @ yarpp
507
+ #: template-metabox.php:12
508
+ msgid ""
509
+ "These are the related entries for this entry. Updating this post may change "
510
+ "these related posts."
511
+ msgstr ""
512
+ "Need on seotud kanded siit. Uuendan postitus võib muutuda need seotud "
513
+ "ametikohta."
514
+
515
+ # @ yarpp
516
+ #: template-metabox.php:25
517
+ msgid ""
518
+ "Whether all of these related entries are actually displayed and how they are "
519
+ "displayed depends on your YARPP display options."
520
+ msgstr ""
521
+ "Kas kõik kõnealused seotud kanded tegelikult kuvatakse ja kuidas neid "
522
+ "kuvatakse sõltub teie YARPP kuvamise võimalused."
523
+
524
+ # @ yarpp
525
+ #: includes.php:28 includes.php:39 template-metabox.php:27
526
+ #: template-widget.php:13
527
+ msgid "No related posts."
528
+ msgstr "ei seotud ametikohta"
529
+
530
+ # @ yarpp
531
+ #: options-meta-boxes.php:228
532
+ msgid "NEW!"
533
+ msgstr "UUS!"
534
+
535
+ # @ yarpp
536
+ #: options-meta-boxes.php:161 options-meta-boxes.php:228
537
+ msgid ""
538
+ "This advanced option gives you full power to customize how your related "
539
+ "posts are displayed. Templates (stored in your theme folder) are written in "
540
+ "PHP."
541
+ msgstr ""
542
+ "Need täiendavad seaded teile täielikud volitused kohandada väljapaneku "
543
+ "seotud ametikohta. Mallid (salvestatud kaustu teemasid) kirjutatud PHP."
544
+
545
+ # @ yarpp
546
+ #: includes.php:26 includes.php:37
547
+ msgid "Related posts:"
548
+ msgstr ""
549
+
550
+ # @ yarpp
551
+ #: includes.php:169
552
+ msgid "Settings"
553
+ msgstr ""
554
+
555
+ # @ default
556
+ #: includes.php:243
557
+ msgid "Title:"
558
+ msgstr ""
559
+
560
+ # @ yarpp
561
+ #: includes.php:385
562
+ msgid "Related entries may be displayed once you save your entry"
563
+ msgstr ""
564
+
565
+ # @ yarpp
566
+ #: options-meta-boxes.php:124
567
+ msgid ""
568
+ "YARPP limits the related posts list by (1) a maximum number and (2) a "
569
+ "<em>match threshold</em>."
570
+ msgstr ""
571
+
572
+ # @ yarpp
573
+ #: options-meta-boxes.php:175 options-meta-boxes.php:176
574
+ #: options-meta-boxes.php:184 options-meta-boxes.php:244
575
+ #: options-meta-boxes.php:245 options-meta-boxes.php:250
576
+ msgid " or "
577
+ msgstr ""
578
+
579
+ # @ yarpp
580
+ #: options-meta-boxes.php:283
581
+ msgid "YARPP Forum"
582
+ msgstr ""
583
+
584
+ # @ yarpp
585
+ #: options-meta-boxes.php:284
586
+ msgid "YARPP on Twitter"
587
+ msgstr ""
588
+
589
+ # @ yarpp
590
+ #: options-meta-boxes.php:285
591
+ msgid "YARPP on the Web"
592
+ msgstr ""
593
+
594
+ # @ yarpp
595
+ #: options-meta-boxes.php:292
596
+ msgid "Contact YARPP"
597
+ msgstr ""
598
+
599
+ # @ default
600
+ #: yarpp_options.php:42
601
+ #, php-format
602
+ msgid ""
603
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox"
604
+ "\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update "
605
+ "automatically</a>."
606
+ msgstr ""
607
+
608
+ # @ yarpp
609
+ #: yarpp_options.php:86
610
+ #, php-format
611
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
612
+ msgstr ""
613
+
614
+ # @ yarpp
615
+ #: yarpp_options.php:188
616
+ #, php-format
617
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
618
+ msgstr ""
trunk/lang/yarpp-fa_IR.mo ADDED
Binary file
trunk/lang/yarpp-fa_IR.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YARPP in italiano\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: doctorbeta <doctorbeta@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"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Italian\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 "پست های مرتبط"
26
+
27
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:70
46
+ #@ yarpp
47
+ msgid "Trust me. Let me use MyISAM features."
48
+ msgstr " استفاده کنم MyISAM به من اطمینان کم. اجازه بده از ویژگیهای "
49
+
50
+ #: yarpp_options.php:83
51
+ #@ yarpp
52
+ msgid "The YARPP database had an error but has been fixed."
53
+ msgstr " با یک اشکال مواجه شده که ترمیم شد YARPP پایگاه داده"
54
+
55
+ #: yarpp_options.php:85
56
+ #@ yarpp
57
+ msgid "The YARPP database has an error which could not be fixed."
58
+ msgstr " با یک اشکال مواجه شده که قابل ترمیم نیست YARPP پایگاه داده "
59
+
60
+ #: options-meta-boxes.php:38
61
+ #@ yarpp
62
+ msgid "word"
63
+ msgstr "واژه"
64
+
65
+ #: options-meta-boxes.php:39
66
+ #@ yarpp
67
+ msgid "tag"
68
+ msgstr "برچسب"
69
+
70
+ #: options-meta-boxes.php:40
71
+ #@ yarpp
72
+ msgid "category"
73
+ msgstr "دسته"
74
+
75
+ #: options-meta-boxes.php:45
76
+ #: options-meta-boxes.php:63
77
+ #: options-meta-boxes.php:76
78
+ #@ yarpp
79
+ msgid "do not consider"
80
+ msgstr "درنظر گرفته نشود"
81
+
82
+ #: options-meta-boxes.php:46
83
+ #: options-meta-boxes.php:64
84
+ #: options-meta-boxes.php:78
85
+ #@ yarpp
86
+ msgid "consider"
87
+ msgstr "درنظر بگیر"
88
+
89
+ #: options-meta-boxes.php:48
90
+ #: options-meta-boxes.php:80
91
+ #, php-format
92
+ #@ yarpp
93
+ msgid "require at least one %s in common"
94
+ msgstr "حداقل یک %s لازم است"
95
+
96
+ #: options-meta-boxes.php:50
97
+ #: options-meta-boxes.php:82
98
+ #, php-format
99
+ #@ yarpp
100
+ msgid "require more than one %s in common"
101
+ msgstr "بیش از یک %s لازم است"
102
+
103
+ #: options-meta-boxes.php:65
104
+ #@ yarpp
105
+ msgid "consider with extra weight"
106
+ msgstr "بسیارمهم در نظر گرفته شود"
107
+
108
+ #: yarpp_options.php:178
109
+ #@ yarpp
110
+ msgid "Yet Another Related Posts Plugin Options"
111
+ msgstr "تـنظیمات افزونه YARPP"
112
+
113
+ #: options-meta-boxes.php:118
114
+ #@ yarpp
115
+ msgid "\"The Pool\""
116
+ msgstr "\"مخزن\""
117
+
118
+ #: options-meta-boxes.php:91
119
+ #@ yarpp
120
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
121
+ msgstr "مخزن شامل پست ها و صفحاتی است که برای موضوع فعلی میتوانند به عنوان پست مرتبط نشان داده شود"
122
+
123
+ #: options-meta-boxes.php:96
124
+ #@ yarpp
125
+ msgid "Disallow by category:"
126
+ msgstr "از کدام دسته ها صرفنظر شود؟"
127
+
128
+ #: options-meta-boxes.php:98
129
+ #@ yarpp
130
+ msgid "Disallow by tag:"
131
+ msgstr "از کدام برچسب ها صرفنظر شود؟"
132
+
133
+ #: options-meta-boxes.php:101
134
+ #@ yarpp
135
+ msgid "Show password protected posts?"
136
+ msgstr "پست های رمزدار نمایش داده شوند؟"
137
+
138
+ #: options-meta-boxes.php:140
139
+ #@ yarpp
140
+ msgid "Show only previous posts?"
141
+ msgstr "فقط پست های قبلی نمایش داده شود؟"
142
+
143
+ #: options-meta-boxes.php:148
144
+ #@ yarpp
145
+ msgid "\"Relatedness\" options"
146
+ msgstr "\"میزان ارتباط\" تنظیمات"
147
+
148
+ #: options-meta-boxes.php:130
149
+ #@ yarpp
150
+ msgid "Match threshold:"
151
+ msgstr "حداقل تطبیق:"
152
+
153
+ #: options-meta-boxes.php:131
154
+ #@ yarpp
155
+ msgid "Titles: "
156
+ msgstr "عنوان ها:"
157
+
158
+ #: options-meta-boxes.php:133
159
+ #@ yarpp
160
+ msgid "Bodies: "
161
+ msgstr "محتواها:"
162
+
163
+ #: options-meta-boxes.php:135
164
+ #@ yarpp
165
+ msgid "Tags: "
166
+ msgstr "برچسب ها:"
167
+
168
+ #: options-meta-boxes.php:137
169
+ #@ yarpp
170
+ msgid "Categories: "
171
+ msgstr "دسته ها:"
172
+
173
+ #: options-meta-boxes.php:139
174
+ #@ yarpp
175
+ msgid "Cross-relate posts and pages?"
176
+ msgstr "ارتباط متقابل پست و صفحات؟"
177
+
178
+ #: options-meta-boxes.php:139
179
+ #@ yarpp
180
+ 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."
181
+ msgstr "وقتی که گزینه \"ارتباط متقابل پست و صفحات\" انتخاب می شود, خروجی <code>related_posts()</code>, <code>related_pages()</code>, و <code>related_entries()</code> یکسان است و همصفحات مرتبط نمایش داده می شوند و هم پست های مرتبط."
182
+
183
+ #: options-meta-boxes.php:212
184
+ #@ yarpp
185
+ msgid "Display options <small>for your website</small>"
186
+ msgstr "نمایش تنظیمات <small>برای وب سایت شما</small>"
187
+
188
+ #: magic.php:297
189
+ #: options-meta-boxes.php:205
190
+ #: options-meta-boxes.php:269
191
+ #, php-format
192
+ #@ yarpp
193
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
194
+ msgstr "سازنده سایر پست های مرتبط <a href='%s'>Yet Another Related Posts</a>."
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 ""
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>آر اس اس</small>"
328
+
329
+ #: options-meta-boxes.php:221
330
+ #@ yarpp
331
+ msgid "Display related posts in feeds?"
332
+ msgstr "نمایش پست های مرتبط در خوراک سایت"
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 "این گزینه، پست های مرتبط را در محل توضیحات آر اس اس (نه تنها محتوا) به نمایش در می آورد. اگر خوراک را به صورتی تنظیم کنید که فقط چکیده را نشان دهد، تنها قسمت توضیحات مورد استفاده قرار می گیرد."
343
+
344
+ #: options-meta-boxes.php:221
345
+ #@ yarpp
346
+ msgid "RSS display code example"
347
+ msgstr "نمونه کد آر اس اس نمایش داده شده"
348
+
349
+ #: options-meta-boxes.php:250
350
+ #@ yarpp
351
+ msgid "Before / after (excerpt):"
352
+ msgstr "قبل/ بعد از (چکیده):"
353
+
354
+ #: template-builtin.php:35
355
+ #, php-format
356
+ #@ yarpp
357
+ 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."
358
+ msgstr "%f امتیاز تطبیق بین پست فعلی و پست مرتبط به آن است. شما این پیغام را دریافت کردید زیرا به عنوان مدیر وارد وردپرس شده اید"
359
+
360
+ #: includes.php:149
361
+ #: includes.php:194
362
+ #: includes.php:215
363
+ #@ yarpp
364
+ msgid "Related Posts (YARPP)"
365
+ msgstr "Related Posts (YARPP)"
366
+
367
+ #: yarpp_options.php:54
368
+ #@ yarpp
369
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
370
+ msgstr ""
371
+
372
+ #: options-meta-boxes.php:124
373
+ #: options-meta-boxes.php:139
374
+ #: options-meta-boxes.php:157
375
+ #: options-meta-boxes.php:161
376
+ #: options-meta-boxes.php:204
377
+ #: options-meta-boxes.php:221
378
+ #: options-meta-boxes.php:223
379
+ #: options-meta-boxes.php:228
380
+ #: options-meta-boxes.php:268
381
+ #@ yarpp
382
+ msgid "more&gt;"
383
+ msgstr "بیشتر&gt;"
384
+
385
+ #: yarpp_options.php:114
386
+ #@ yarpp
387
+ msgid "Options saved!"
388
+ msgstr "تنظیمات ذخیره شد!"
389
+
390
+ #: yarpp_options.php:280
391
+ #@ yarpp
392
+ msgid "Do you really want to reset your configuration?"
393
+ msgstr "آیا واقعا می خواهید تنظیمات را به پیش فرض برگردانید؟"
394
+
395
+ #: yarpp_options.php:279
396
+ #@ yarpp
397
+ msgid "Update options"
398
+ msgstr "ذخیره تنظیمات"
399
+
400
+ #: options-meta-boxes.php:124
401
+ #@ yarpp
402
+ 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."
403
+ msgstr "هر چه حداقل تطبیق کمتر شود، نتیجه حساس تر و تعداد پست های مرتبط کمتر می شود. مقدار پیش فرض آن 5 است. برای اینکه مقدار مطلوب آن را بیابید به امتیاز تطبیق برخی از پست ها نگاهی بیاندازید."
404
+
405
+ #: yarpp_options.php:280
406
+ #@ yarpp
407
+ msgid "Reset options"
408
+ msgstr "تنظیمات از نو"
409
+
410
+ #: cache-postmeta.php:105
411
+ #: cache-tables.php:131
412
+ #@ yarpp
413
+ msgid "Example post "
414
+ msgstr "پست نمونه:"
415
+
416
+ #: template-metabox.php:12
417
+ #@ yarpp
418
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
419
+ msgstr "مطالب مرتبط با این موضوع به شرح زیر است. در صورتی که این پست رابه روز کنید،ممکن است این مطالب مرتبط تغییر کنند."
420
+
421
+ #: template-metabox.php:25
422
+ #@ yarpp
423
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
424
+ msgstr "از طریق تنظیمات YARPP شما می توانیدمشخص کنید که نحوه نمایش پست های مرتبط چگونه باشد."
425
+
426
+ #: includes.php:28
427
+ #: includes.php:39
428
+ #: template-metabox.php:27
429
+ #: template-widget.php:13
430
+ #@ yarpp
431
+ msgid "No related posts."
432
+ msgstr "بدون پست مرتبط."
433
+
434
+ #: options-meta-boxes.php:105
435
+ #@ yarpp
436
+ msgid "day(s)"
437
+ msgstr "روز"
438
+
439
+ #: options-meta-boxes.php:106
440
+ #@ yarpp
441
+ msgid "week(s)"
442
+ msgstr "هفته"
443
+
444
+ #: options-meta-boxes.php:107
445
+ #@ yarpp
446
+ msgid "month(s)"
447
+ msgstr "ماه"
448
+
449
+ #: options-meta-boxes.php:109
450
+ #@ yarpp
451
+ msgid "Show only posts from the past NUMBER UNITS"
452
+ msgstr "نمایش پست ها از NUMBER UNITS پیش"
453
+
454
+ #: yarpp_options.php:46
455
+ #, php-format
456
+ #@ yarpp
457
+ 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."
458
+ msgstr "نسخه بتای جدید این افزونه در دسترس است. در صورتی که مایلید می توانید آن را <a href=\"%s\">از اینجا دریافت کنید</a> و با مسئولیت خود از آن استفاده کنید"
459
+
460
+ #: includes.php:248
461
+ #: options-meta-boxes.php:161
462
+ #: options-meta-boxes.php:228
463
+ #@ yarpp
464
+ msgid "Display using a custom template file"
465
+ msgstr "نمایش به صورت قالب دلخواه شما"
466
+
467
+ #: includes.php:249
468
+ #: options-meta-boxes.php:165
469
+ #: options-meta-boxes.php:233
470
+ #@ yarpp
471
+ msgid "Template file:"
472
+ msgstr "پرونده قالب:"
473
+
474
+ #: options-meta-boxes.php:221
475
+ #@ yarpp
476
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
477
+ msgstr "این گزینه، پست های مرتبط رادر آخر خوراک های آر اس اس و اتم شما نمایش می دهد. هیچ نیازی به تغییر قالب نیست."
478
+
479
+ #: options-meta-boxes.php:228
480
+ #@ yarpp
481
+ msgid "NEW!"
482
+ msgstr "جدید!"
483
+
484
+ #: options-meta-boxes.php:161
485
+ #: options-meta-boxes.php:228
486
+ #@ yarpp
487
+ 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."
488
+ msgstr "این امکان پیشرفته به شما اختیار کامل جهت شخصی سازی محل نمایش پست های مرتبط را می دهد."
489
+
490
+ #: includes.php:26
491
+ #: includes.php:37
492
+ #@ yarpp
493
+ msgid "Related posts:"
494
+ msgstr "پست های مرتبط:"
495
+
496
+ #: options-meta-boxes.php:175
497
+ #: options-meta-boxes.php:176
498
+ #: options-meta-boxes.php:184
499
+ #: options-meta-boxes.php:244
500
+ #: options-meta-boxes.php:245
501
+ #: options-meta-boxes.php:250
502
+ #@ yarpp
503
+ msgid " or "
504
+ msgstr "یا"
505
+
506
+ #: includes.php:169
507
+ #@ yarpp
508
+ msgid "Settings"
509
+ msgstr ""
510
+
511
+ #: includes.php:243
512
+ #@ default
513
+ msgid "Title:"
514
+ msgstr ""
515
+
516
+ #: includes.php:385
517
+ #@ yarpp
518
+ msgid "Related entries may be displayed once you save your entry"
519
+ msgstr ""
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 ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-fr_FR.mo ADDED
Binary file
trunk/lang/yarpp-fr_FR.po ADDED
@@ -0,0 +1,657 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v4.0.3\n"
4
+ "Report-Msgid-Bugs-To: mitcho (Michael 芳貴 Erlewine) <mitcho@mitcho.com>\n"
5
+ "POT-Creation-Date: 2012-12-27 15:30+0100\n"
6
+ "PO-Revision-Date: 2012-12-28 16:32:21+0000\n"
7
+ "Last-Translator: Lionel Chollet <lionel.chollet@gmail.com>\n"
8
+ "Language-Team: Lionel Chollet <lionel.chollet@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: French\n"
14
+ "X-Poedit-Country: FRANCE\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .:\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: class-admin.php:67
23
+ #: class-widget.php:7
24
+ #: class-widget.php:72
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "YARPP (Entrées similaires)"
28
+
29
+ #: class-admin.php:78
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Entrées similaires"
33
+
34
+ #: class-admin.php:78
35
+ #@ default
36
+ msgid "Configure"
37
+ msgstr "Configurer"
38
+
39
+ #: class-admin.php:97
40
+ #: class-admin.php:126
41
+ #@ yarpp
42
+ msgid "Frequently Asked Questions"
43
+ msgstr "Questions fréquentes (en&nbsp;anglais)"
44
+
45
+ #: class-admin.php:102
46
+ #: class-admin.php:138
47
+ #@ yarpp
48
+ msgid "Developing with YARPP"
49
+ msgstr "Coder avec YARPP (en&nbsp;anglais)"
50
+
51
+ #: class-admin.php:107
52
+ #@ yarpp
53
+ msgid "Optional Data Collection"
54
+ msgstr "Envoi de données (facultatif)"
55
+
56
+ #: class-admin.php:143
57
+ #, php-format
58
+ #@ yarpp
59
+ msgid "With your permission, YARPP will send information about YARPP's settings, usage, and environment back to a central server at %s."
60
+ msgstr "Si vous le permettez, vos données de configuration, de réglages et d’usage seront transmises à un serveur situé à l’adresse %s."
61
+
62
+ #: class-admin.php:144
63
+ #@ yarpp
64
+ msgid "This information will be used to improve YARPP in the future and help decide future development decisions for YARPP."
65
+ msgstr "Ces informations contribueront à l’évolution du code de l’extension YARPP et à l’amélioration des versions futures."
66
+
67
+ #: class-admin.php:145
68
+ #@ yarpp
69
+ msgid "Contributing this data will help make YARPP better for you and for other YARPP users."
70
+ msgstr "Vous contribuerez ainsi à rendre YARPP plus utile et plus performant pour vous-même et pour tous les autres utilisateurs."
71
+
72
+ #: class-admin.php:153
73
+ #@ yarpp
74
+ msgid "If you opt-in, the following information is sent back to YARPP:"
75
+ msgstr "Si vous choisissez d’activer l’option, voici les données qui seront transmises à YARPP:"
76
+
77
+ #: class-admin.php:155
78
+ #@ yarpp
79
+ msgid "In addition, YARPP also loads an invisible pixel image with your YARPP results to know how often YARPP is being used."
80
+ msgstr "En outre, YARPP chargera, avec vos résultats d’entrées similaires, une image d’un pixel, indécelable visuellement, afin d’établir la fréquence d’utilisation de l’extension."
81
+
82
+ #: class-admin.php:159
83
+ #: options-meta-boxes.php:424
84
+ #@ yarpp
85
+ msgid "Send settings and usage data back to YARPP"
86
+ msgstr "Transmettre réglages et données d’utilisation à YARPP"
87
+
88
+ #: class-admin.php:159
89
+ #@ yarpp
90
+ msgid "Thank you!"
91
+ msgstr "Merci!"
92
+
93
+ #: class-admin.php:188
94
+ #@ yarpp
95
+ msgid "<strong>Help make YARPP better</strong> by sending information about YARPP's settings and usage statistics."
96
+ msgstr "<strong>Aidez YARPP à s’améliorer</strong> en transmettant vos données de réglages et vos statistiques d’utilisation."
97
+
98
+ #: class-admin.php:192
99
+ #: options-meta-boxes.php:428
100
+ #@ yarpp
101
+ msgid "Learn More"
102
+ msgstr "En savoir plus"
103
+
104
+ #: class-admin.php:235
105
+ #@ yarpp
106
+ msgid "Show example code output"
107
+ msgstr "Afficher un exemple du code produit"
108
+
109
+ #: class-admin.php:264
110
+ #@ yarpp
111
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
112
+ msgstr "Merci d’avoir installé l’extension <span>YARPP</span>!"
113
+
114
+ #: class-admin.php:265
115
+ #@ yarpp
116
+ msgid "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
117
+ msgstr "Pour configurer l’extension, rendez-vous sur <a>la page des réglages YARPP</a>."
118
+
119
+ #: class-admin.php:311
120
+ #@ default
121
+ msgid "Settings"
122
+ msgstr "Réglages"
123
+
124
+ #: class-admin.php:337
125
+ #@ yarpp
126
+ msgid "Related entries may be displayed once you save your entry"
127
+ msgstr "Les entrées similaires seront affichées après enregistrement de votre entrée"
128
+
129
+ #: class-cache.php:530
130
+ #@ yarpp
131
+ msgid "Example post "
132
+ msgstr "Exemple d’entrée "
133
+
134
+ #: class-core.php:81
135
+ #: class-core.php:91
136
+ #: class-core.php:118
137
+ #: class-core.php:120
138
+ #: class-core.php:452
139
+ #: class-core.php:463
140
+ #: class-core.php:785
141
+ #@ yarpp
142
+ msgid "Related posts:"
143
+ msgstr "Entrées similaires:"
144
+
145
+ #: class-core.php:83
146
+ #: class-core.php:93
147
+ #: class-core.php:454
148
+ #: class-core.php:465
149
+ #: template-metabox.php:30
150
+ #: template-widget.php:13
151
+ #@ yarpp
152
+ msgid "No related posts."
153
+ msgstr "Il n’y a pas d’entrée similaire."
154
+
155
+ #: class-core.php:933
156
+ #: class-core.php:1075
157
+ #: options-meta-boxes.php:295
158
+ #: options-meta-boxes.php:356
159
+ #, php-format
160
+ #@ yarpp
161
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
162
+ msgstr "La liste des entrées similaires est établie par le module d’extension <a href='%s' title='WordPress Related Posts Plugin'>YARPP</a>."
163
+
164
+ #: class-widget.php:92
165
+ #: options-meta-boxes.php:35
166
+ #@ yarpp
167
+ msgid "List"
168
+ msgstr "Liste"
169
+
170
+ #: class-widget.php:94
171
+ #: options-meta-boxes.php:45
172
+ #@ yarpp
173
+ msgid "Thumbnails"
174
+ msgstr "Vignettes"
175
+
176
+ #: class-widget.php:96
177
+ #: options-meta-boxes.php:59
178
+ #@ yarpp
179
+ msgid "Custom"
180
+ msgstr "Personnalisé"
181
+
182
+ #: class-widget.php:99
183
+ #@ default
184
+ msgid "Title:"
185
+ msgstr "Titre&nbsp;:"
186
+
187
+ #: class-widget.php:101
188
+ #: options-meta-boxes.php:70
189
+ #@ yarpp
190
+ msgid "Template file:"
191
+ msgstr "Fichier-modèle:"
192
+
193
+ #: class-widget.php:119
194
+ #: options-meta-boxes.php:294
195
+ #: options-meta-boxes.php:356
196
+ #@ yarpp
197
+ msgid "Help promote Yet Another Related Posts Plugin?"
198
+ msgstr "Aider à la promotion de l’extension YARPP?"
199
+
200
+ #: options-meta-boxes.php:7
201
+ #@ yarpp
202
+ 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."
203
+ msgstr "Cette option avancée vous permet de personnaliser la présentation de vos listes d’entrées similaires. Les fichiers-modèles (à placer dans le dossier de votre thème WordPress) sont écrits en PHP."
204
+
205
+ #: options-meta-boxes.php:44
206
+ #@ yarpp
207
+ msgid "This option is disabled because your theme does not support post thumbnails."
208
+ msgstr "Cette option est désactivée car votre thème WordPress ne gère pas les images-vignettes pour les articles."
209
+
210
+ #: options-meta-boxes.php:54
211
+ #@ yarpp
212
+ msgid "This option is disabled because no YARPP templates were found in your theme."
213
+ msgstr "Cette option est désactivée car aucun fichier-modèle YARPP ne se trouve dans votre thème WordPress."
214
+
215
+ #: options-meta-boxes.php:56
216
+ #@ yarpp
217
+ msgid "Would you like to copy some sample templates bundled with YARPP into your theme?"
218
+ msgstr "Souhaitez-vous importer dans votre thème WordPress des fichiers-modèles fournis avec YARPP?"
219
+
220
+ #: options-meta-boxes.php:56
221
+ #@ yarpp
222
+ msgid "Copy Templates"
223
+ msgstr "Importer des modèles"
224
+
225
+ #: options-meta-boxes.php:79
226
+ #@ yarpp
227
+ msgid "Author:"
228
+ msgstr "Auteur:"
229
+
230
+ #: options-meta-boxes.php:105
231
+ #: options-meta-boxes.php:123
232
+ #@ yarpp
233
+ msgid "do not consider"
234
+ msgstr "ne pas prendre en compte"
235
+
236
+ #: options-meta-boxes.php:106
237
+ #: options-meta-boxes.php:124
238
+ #@ yarpp
239
+ msgid "consider"
240
+ msgstr "prendre en compte"
241
+
242
+ #: options-meta-boxes.php:107
243
+ #: options-meta-boxes.php:125
244
+ #@ yarpp
245
+ msgid "consider with extra weight"
246
+ msgstr "prendre en compte avec plus d’importance"
247
+
248
+ #: options-meta-boxes.php:108
249
+ #, php-format
250
+ #@ yarpp
251
+ msgid "require at least one %s in common"
252
+ msgstr "nécessite d’avoir au moins 1 %s en commun"
253
+
254
+ #: options-meta-boxes.php:109
255
+ #, php-format
256
+ #@ yarpp
257
+ msgid "require more than one %s in common"
258
+ msgstr "nécessite d’avoir plusieurs %ss en commun"
259
+
260
+ #: options-meta-boxes.php:131
261
+ #@ yarpp
262
+ msgid "Order results:"
263
+ msgstr "Classement des résultats:"
264
+
265
+ #: options-meta-boxes.php:135
266
+ #@ yarpp
267
+ msgid "score (high relevance to low)"
268
+ msgstr "par similarité (de la plus forte à la plus faible)"
269
+
270
+ #: options-meta-boxes.php:136
271
+ #@ yarpp
272
+ msgid "score (low relevance to high)"
273
+ msgstr "par similarité (de la plus faible à la plus forte)"
274
+
275
+ #: options-meta-boxes.php:137
276
+ #@ yarpp
277
+ msgid "date (new to old)"
278
+ msgstr "par date (de la plus récente à la plus ancienne)"
279
+
280
+ #: options-meta-boxes.php:138
281
+ #@ yarpp
282
+ msgid "date (old to new)"
283
+ msgstr "par date (de la plus ancienne à la plus récente)"
284
+
285
+ #: options-meta-boxes.php:139
286
+ #@ yarpp
287
+ msgid "title (alphabetical)"
288
+ msgstr "par titre (en ordre alphabétique)"
289
+
290
+ #: options-meta-boxes.php:140
291
+ #@ yarpp
292
+ msgid "title (reverse alphabetical)"
293
+ msgstr "par titre (en ordre contre-alphabétique)"
294
+
295
+ #: options-meta-boxes.php:170
296
+ #@ yarpp
297
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
298
+ msgstr "Le <em>corpus</em> représente l’ensemble des articles et pages pouvant apparaître dans la liste des entrées similaires établie par l’extension YARPP."
299
+
300
+ #: options-meta-boxes.php:173
301
+ #@ yarpp
302
+ msgid "Post types considered:"
303
+ msgstr "Types d’entrées à prendre en compte:"
304
+
305
+ #: options-meta-boxes.php:177
306
+ #, php-format
307
+ #@ yarpp
308
+ msgid "Disallow by %s:"
309
+ msgstr "%s à ne pas inclure:"
310
+
311
+ #: options-meta-boxes.php:179
312
+ #@ yarpp
313
+ msgid "Show password protected posts?"
314
+ msgstr "Inclure les entrées protégées par mot de passe?"
315
+
316
+ #: options-meta-boxes.php:190
317
+ #@ yarpp
318
+ msgid "day(s)"
319
+ msgstr "jour(s)"
320
+
321
+ #: options-meta-boxes.php:191
322
+ #@ yarpp
323
+ msgid "week(s)"
324
+ msgstr "semaine(s)"
325
+
326
+ #: options-meta-boxes.php:192
327
+ #@ yarpp
328
+ msgid "month(s)"
329
+ msgstr "mois"
330
+
331
+ #: options-meta-boxes.php:198
332
+ #@ yarpp
333
+ msgid "Show only posts from the past NUMBER UNITS"
334
+ msgstr "N’afficher que des entrées publiées depuis moins de NUMBER UNITS"
335
+
336
+ #: options-meta-boxes.php:204
337
+ #@ yarpp
338
+ msgid "\"The Pool\""
339
+ msgstr "Le <em>corpus</em>"
340
+
341
+ #: options-meta-boxes.php:210
342
+ #@ yarpp
343
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
344
+ msgstr "La liste d’entrées similaires YARPP est déterminée par: 1) un nombre maximum d’entrées; 2) un <em>seuil de similarité</em>."
345
+
346
+ #: options-meta-boxes.php:210
347
+ #@ yarpp
348
+ 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."
349
+ msgstr "Plus le seuil de similarité sera élevé, plus la sélection sera restrictive, et les listes d’entrées similaires présenteront, dans l’ensemble, moins d’éléments. La valeur du seuil de similarité, par défaut, est fixée à 5. Faites des essais avec différentes valeurs, afin de déterminer le seuil de similarité le mieux adapté à votre site et à vos entrées."
350
+
351
+ #: options-meta-boxes.php:213
352
+ #@ yarpp
353
+ msgid "Match threshold:"
354
+ msgstr "Seuil de similarité:"
355
+
356
+ #: options-meta-boxes.php:214
357
+ #@ yarpp
358
+ msgid "Titles: "
359
+ msgstr "Titres:"
360
+
361
+ #: options-meta-boxes.php:215
362
+ #@ yarpp
363
+ msgid "Bodies: "
364
+ msgstr "Contenus:"
365
+
366
+ #: options-meta-boxes.php:221
367
+ #@ yarpp
368
+ msgid "Display results from all post types"
369
+ msgstr "Inclure tous les types d’entrée dans les résultats"
370
+
371
+ #: options-meta-boxes.php:221
372
+ #@ yarpp
373
+ msgid "When \"display results from all post types\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc."
374
+ msgstr "Quand l’option “Inclure tous les types d’entrée dans les résultats” est désactivée, la liste des entrées similaires pour un article contiendra seulement des articles et, pour une page, seulement des pages."
375
+
376
+ #: options-meta-boxes.php:222
377
+ #@ yarpp
378
+ msgid "Show only previous posts?"
379
+ msgstr "Afficher seulement les entrées publiées antérieurement?"
380
+
381
+ #: options-meta-boxes.php:226
382
+ #@ yarpp
383
+ msgid "\"Relatedness\" options"
384
+ msgstr "Réglages de similarité"
385
+
386
+ #: options-meta-boxes.php:236
387
+ #@ yarpp
388
+ msgid "Website display code example"
389
+ msgstr "Exemple du code produit pour l’affichage des entrées similaires sur votre site"
390
+
391
+ #: options-meta-boxes.php:236
392
+ #: options-meta-boxes.php:309
393
+ #@ yarpp
394
+ msgid "(Update options to reload.)"
395
+ msgstr "(Enregistrez les réglages pour actualiser.)"
396
+
397
+ #: options-meta-boxes.php:239
398
+ #@ yarpp
399
+ msgid "Automatically display:"
400
+ msgstr "Afficher automatiquement:"
401
+
402
+ #: options-meta-boxes.php:240
403
+ #@ yarpp
404
+ 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."
405
+ msgstr "Quand cette option est activée, la liste d’entrées similaires sera affichée automatiquement après le contenu de l’entrée. Si cette option n’est pas activée, vous devrez insérer vous-même le code <code>related_posts()</code> ou ses variantes (<code>related_pages()</code> et <code>related_entries()</code>) dans vos fichiers-modèles."
406
+
407
+ #: options-meta-boxes.php:250
408
+ #@ yarpp
409
+ msgid "Also display in archives"
410
+ msgstr "Afficher aussi sur les pages d’archives"
411
+
412
+ #: options-meta-boxes.php:252
413
+ #: options-meta-boxes.php:314
414
+ #@ yarpp
415
+ msgid "Maximum number of related posts:"
416
+ msgstr "Nombre maximal d’entrées similaires:"
417
+
418
+ #: options-meta-boxes.php:272
419
+ #: options-meta-boxes.php:334
420
+ #@ yarpp
421
+ msgid "Heading:"
422
+ msgstr "Titre:"
423
+
424
+ #: options-meta-boxes.php:273
425
+ #: options-meta-boxes.php:335
426
+ #@ yarpp
427
+ msgid "Default image (URL):"
428
+ msgstr "Image par défaut (URL):"
429
+
430
+ #: options-meta-boxes.php:274
431
+ #: options-meta-boxes.php:289
432
+ #: options-meta-boxes.php:336
433
+ #: options-meta-boxes.php:351
434
+ #@ yarpp
435
+ msgid "Default display if no results:"
436
+ msgstr "Texte à afficher s’il n’y a pas d’entrée similaire:"
437
+
438
+ #: options-meta-boxes.php:281
439
+ #: options-meta-boxes.php:343
440
+ #@ yarpp
441
+ msgid "Before / after related entries:"
442
+ msgstr "Avant / Après la liste <br />des entrées similaires:"
443
+
444
+ #: options-meta-boxes.php:281
445
+ #: options-meta-boxes.php:282
446
+ #: options-meta-boxes.php:287
447
+ #: options-meta-boxes.php:343
448
+ #: options-meta-boxes.php:344
449
+ #: options-meta-boxes.php:349
450
+ #@ yarpp
451
+ msgid "For example:"
452
+ msgstr "Par exemple:"
453
+
454
+ #: options-meta-boxes.php:281
455
+ #: options-meta-boxes.php:282
456
+ #: options-meta-boxes.php:287
457
+ #: options-meta-boxes.php:343
458
+ #: options-meta-boxes.php:344
459
+ #: options-meta-boxes.php:349
460
+ #@ yarpp
461
+ msgid " or "
462
+ msgstr " ou "
463
+
464
+ #: options-meta-boxes.php:282
465
+ #: options-meta-boxes.php:344
466
+ #@ yarpp
467
+ msgid "Before / after each related entry:"
468
+ msgstr "Avant / Après chaque entrée similaire:"
469
+
470
+ #: options-meta-boxes.php:284
471
+ #: options-meta-boxes.php:346
472
+ #@ yarpp
473
+ msgid "Show excerpt?"
474
+ msgstr "Afficher l’extrait?"
475
+
476
+ #: options-meta-boxes.php:285
477
+ #: options-meta-boxes.php:347
478
+ #@ yarpp
479
+ msgid "Excerpt length (No. of words):"
480
+ msgstr "Taille de l’extrait <br />(nombre de mots):"
481
+
482
+ #: options-meta-boxes.php:287
483
+ #: options-meta-boxes.php:349
484
+ #@ yarpp
485
+ msgid "Before / after (excerpt):"
486
+ msgstr "Avant / Après l’extrait:"
487
+
488
+ #: options-meta-boxes.php:295
489
+ #: options-meta-boxes.php:356
490
+ #, php-format
491
+ #@ yarpp
492
+ 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."
493
+ msgstr "Cette option affiche la mention: %s Activez l’option, enregistrez les réglages, et vous verrez la mention apparaître sous l’exemple de code, à droite. Ces liens et vos dons sont grandement appréciés."
494
+
495
+ #: options-meta-boxes.php:299
496
+ #@ yarpp
497
+ msgid "Display options <small>for your website</small>"
498
+ msgstr "Réglages de présentation <small>pour votre site</small>"
499
+
500
+ #: options-meta-boxes.php:309
501
+ #@ yarpp
502
+ msgid "RSS display code example"
503
+ msgstr "Exemple du code produit pour l’affichage des entrées similaires dans vos flux RSS"
504
+
505
+ #: options-meta-boxes.php:311
506
+ #@ yarpp
507
+ msgid "Display related posts in feeds?"
508
+ msgstr "Afficher les entrées similaires dans les flux RSS?"
509
+
510
+ #: options-meta-boxes.php:311
511
+ #@ yarpp
512
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
513
+ msgstr "Cette option affiche les entrées similaires sous le texte de l’entrée dans vos flux RSS. Il n’est pas nécessaire de modifier un fichier-modèle."
514
+
515
+ #: options-meta-boxes.php:312
516
+ #@ yarpp
517
+ msgid "Display related posts in the descriptions?"
518
+ msgstr "Afficher les entrées similaires dans les descriptions?"
519
+
520
+ #: options-meta-boxes.php:312
521
+ #@ yarpp
522
+ 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."
523
+ msgstr "Cette option affiche les entrées similaires après l’extrait d’entrée dans vos flux RSS. Si vos flux RSS sont configurés pour n’afficher que les extraits, vous devez activer cette option si vous souhaitez faire apparaître la liste des entrées similaires."
524
+
525
+ #: options-meta-boxes.php:360
526
+ #@ yarpp
527
+ msgid "Display options <small>for RSS</small>"
528
+ msgstr "Réglages de présentation <small>pour les flux RSS</small>"
529
+
530
+ #: options-meta-boxes.php:368
531
+ #@ yarpp
532
+ msgid "YARPP Forum"
533
+ msgstr "Forum YARPP"
534
+
535
+ #: options-meta-boxes.php:369
536
+ #@ yarpp
537
+ msgid "YARPP on Twitter"
538
+ msgstr "YARPP sur Twitter"
539
+
540
+ #: options-meta-boxes.php:370
541
+ #@ yarpp
542
+ msgid "YARPP on the Web"
543
+ msgstr "YARPP sur le web"
544
+
545
+ #: options-meta-boxes.php:371
546
+ #@ yarpp
547
+ msgid "Review YARPP on WordPress.org"
548
+ msgstr "Avis d’utilisateurs YARPP chez WordPress.org"
549
+
550
+ #: options-meta-boxes.php:405
551
+ #@ yarpp
552
+ msgid "Help Improve YARPP"
553
+ msgstr "Aidez YARPP à s’améliorer"
554
+
555
+ #: options-meta-boxes.php:427
556
+ #@ yarpp
557
+ msgid "This is entirely optional, but will help improve future versions of YARPP."
558
+ msgstr "Cette option (facultative) contribuera à l’amélioration des versions futures de YARPP."
559
+
560
+ #: options-meta-boxes.php:432
561
+ #@ yarpp
562
+ msgid "Contact YARPP"
563
+ msgstr "Restez en contact avec YARPP"
564
+
565
+ #: yarpp_options.php:36
566
+ #, php-format
567
+ #@ default
568
+ 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>."
569
+ msgstr "Une nouvelle version de %1$s est disponible. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">Afficher les détails de la version %4$s</a> ou <a href=\"%5$s\">lancer la mise à jour automatique</a>."
570
+
571
+ #: yarpp_options.php:40
572
+ #, php-format
573
+ #@ yarpp
574
+ 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."
575
+ 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>."
576
+
577
+ #: yarpp_options.php:48
578
+ #@ yarpp
579
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
580
+ msgstr "La vérification MyISAM sera ignorée. Vous pouvez maintenant activer les options “Prendre en compte le titre” et “Prendre en compte le contenu” pour définir le calcul de similarité."
581
+
582
+ #: yarpp_options.php:56
583
+ #, php-format
584
+ #@ yarpp
585
+ 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."
586
+ msgstr "Les options YARPP “Prendre en compte le titre” et “Prendre en compte le contenu” pour le calcul de similarité 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."
587
+
588
+ #: yarpp_options.php:58
589
+ #, php-format
590
+ #@ yarpp
591
+ 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."
592
+ msgstr "Pour rétablir ces fonctionnalités, mettez à jour votre table <code>%s</code> en exécutant la commande SQL suivante: <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."
593
+
594
+ #: yarpp_options.php:60
595
+ #, php-format
596
+ #@ yarpp
597
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
598
+ msgstr "Si, malgré cette vérification, vous êtes certain que <code>%s</code> utilise le moteur MyISAM, cliquez ce bouton magique:"
599
+
600
+ #: yarpp_options.php:63
601
+ #@ yarpp
602
+ msgid "Trust me. Let me use MyISAM features."
603
+ msgstr "Faites-moi confiance. Laissez-moi utiliser le moteur MyISAM."
604
+
605
+ #: yarpp_options.php:78
606
+ #@ yarpp
607
+ msgid "The YARPP database had an error but has been fixed."
608
+ msgstr "La base de données YARPP a rencontré une erreur, mais celle-ci a pu être corrigée."
609
+
610
+ #: yarpp_options.php:80
611
+ #@ yarpp
612
+ msgid "The YARPP database has an error which could not be fixed."
613
+ msgstr "La base de données YARPP a rencontré une erreur qui n’a pas pu être corrigée."
614
+
615
+ #: yarpp_options.php:81
616
+ #, php-format
617
+ #@ yarpp
618
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
619
+ msgstr "Essayez <a href=\"%s\" target=\"_blank\">la configuration SQL manuelle</a>."
620
+
621
+ #: yarpp_options.php:144
622
+ #@ yarpp
623
+ msgid "Options saved!"
624
+ msgstr "Réglages enregistrés."
625
+
626
+ #: yarpp_options.php:150
627
+ #@ yarpp
628
+ msgid "Yet Another Related Posts Plugin Options"
629
+ msgstr "Réglages YARPP"
630
+
631
+ #: yarpp_options.php:158
632
+ #, php-format
633
+ #@ yarpp
634
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
635
+ msgstr "par <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
636
+
637
+ #: yarpp_options.php:199
638
+ #@ default
639
+ msgid "Save Changes"
640
+ msgstr "Enregistrer les réglages"
641
+
642
+ #: template-builtin.php:22
643
+ #, php-format
644
+ #@ yarpp
645
+ 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."
646
+ msgstr "%f représente le degré de similarité entre l’entrée considérée et cette entrée similaire. Cette valeur n’est affichée que pour les administrateurs connectés au site; elle n’apparaît pas pour les simples visiteurs."
647
+
648
+ #: template-metabox.php:12
649
+ #@ yarpp
650
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
651
+ msgstr "Voici les entrées similaires à cette entrée. Les modifications ultérieures apportées à cette entrée pourront entraîner une modification de la liste des entrées qui lui sont similaires."
652
+
653
+ #: template-metabox.php:28
654
+ #@ yarpp
655
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
656
+ msgstr "La composition finale de la liste des entrées similaires ainsi que sa présentation sur votre site dépendent des options d’affichage YARPP que vous aurez choisies."
657
+
trunk/lang/yarpp-gb_IR.mo ADDED
Binary file
trunk/lang/yarpp-gb_IR.po ADDED
@@ -0,0 +1,567 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YARPP_GB\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-11-17 14:23+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Ashish Jha <ashish@outshinesolutions.com>\n"
8
+ "Language-Team: Letsbefamous.com <ray@letsbefamous.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Irish\n"
14
+ "X-Poedit-Country: IRELAND\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 Poist (YARPP)"
28
+
29
+ #: includes.php:380
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Related Poist "
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 "Is %f den scór cluiche YARPP idir an iontráil reatha agus ar an iontráil seo a bhaineann leo. Tá tú ag féachaint ar an luacha seo toisc go bhfuil tú logáilte isteach chun WordPress mar riarthóir. Níl sé léirithe le cuairteoirí rialta."
39
+
40
+ #: yarpp_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 "Tá an seiceáil MyISAM a shárú. Is féidir leat úsáid a bhaint anois \"teidil a mheas \" agus \"comhlachtaí a mheas \" critéir relatedness."
44
+
45
+ #: yarpp_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 \"a mheas teidil \" agus \"comhlachtaí a mheas \" a cheangal ar na critéir relatedness do<code>%s</code> table to use the <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>,ach is cosúil leis an tábla a bheidh le baint úsáide as an <code>%s</code>inneall. Tá an dá rogha a bheith curtha faoi mhíchumas."
50
+
51
+ #: yarpp_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 "A chur ar ais na gnéithe seo, le do thoil do thabhairt suas chun dáta <code>%s</code> tábla ag forghníomhaitheach an méid seo a leanas treoir SQL:<code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. Ní dhéanfar aon sonraí a scriosadh ag athrú an tábla's inneall, cé go bhfuil impleachtaí feidhmíochta."
56
+
57
+ #: yarpp_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 "ás rud é, in ainneoin seo a sheiceáil, go bhfuil tú cinnte go <code>%s</code> Tá baint úsáide as an inneall MyISAM, brúigh an cnaipe draíochta:"
62
+
63
+ #: yarpp_options.php:42
64
+ #@ yarpp
65
+ msgid "Trust me. Let me use MyISAM features."
66
+ msgstr "Iontaobhas dom. Lig dom úsáid gnéithe MyISAM."
67
+
68
+ #: yarpp_options.php:55
69
+ #@ yarpp
70
+ msgid "The YARPP database had an error but has been fixed."
71
+ msgstr "Tá an bunachar sonraí YARPP raibh earráid ach tá socraithe."
72
+
73
+ #: yarpp_options.php:57
74
+ #@ yarpp
75
+ msgid "The YARPP database has an error which could not be fixed."
76
+ msgstr "Tá an bunachar sonraí YARPP earráid nach bhféadfaí a bheith seasta."
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 "ná a mheas"
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 "machnamh"
91
+
92
+ #: options-meta-boxes.php:65
93
+ #@ yarpp
94
+ msgid "consider with extra weight"
95
+ msgstr "a mheas le meáchan breise"
96
+
97
+ #: yarpp_options.php:150
98
+ #@ yarpp
99
+ msgid "Yet Another Related Posts Plugin Options"
100
+ msgstr "Ach eile Related Poist Roghanna Bhreiseáin"
101
+
102
+ #: options-meta-boxes.php:118
103
+ #@ yarpp
104
+ msgid "\"The Pool\""
105
+ msgstr " \"An Linn \""
106
+
107
+ #: options-meta-boxes.php:91
108
+ #@ yarpp
109
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
110
+ msgstr " \"An Díorma \" Tagraíonn an linn na bpost agus leathanaigh sin is iarrthóirí ar taispeáint mar a bhaineann leis an iontráil ann faoi láthair."
111
+
112
+ #: options-meta-boxes.php:96
113
+ #@ yarpp
114
+ msgid "Disallow by category:"
115
+ msgstr "Dhícheadú de réir catagóire:"
116
+
117
+ #: options-meta-boxes.php:98
118
+ #@ yarpp
119
+ msgid "Disallow by tag:"
120
+ msgstr "Dhícheadú ag tag:"
121
+
122
+ #: options-meta-boxes.php:101
123
+ #@ yarpp
124
+ msgid "Show password protected posts?"
125
+ msgstr "Taispeáin phasfhocal post a chosaint?"
126
+
127
+ #: options-meta-boxes.php:140
128
+ #@ yarpp
129
+ msgid "Show only previous posts?"
130
+ msgstr "Taispeáin ach post roimhe seo?"
131
+
132
+ #: options-meta-boxes.php:148
133
+ #@ yarpp
134
+ msgid "\"Relatedness\" options"
135
+ msgstr "\"Relatedness\" roghanna"
136
+
137
+ #: options-meta-boxes.php:124
138
+ #: options-meta-boxes.php:139
139
+ #: options-meta-boxes.php:157
140
+ #: options-meta-boxes.php:161
141
+ #: options-meta-boxes.php:204
142
+ #: options-meta-boxes.php:221
143
+ #: options-meta-boxes.php:223
144
+ #: options-meta-boxes.php:228
145
+ #: options-meta-boxes.php:268
146
+ #@ yarpp
147
+ msgid "more&gt;"
148
+ msgstr "more&gt;"
149
+
150
+ #: options-meta-boxes.php:130
151
+ #@ yarpp
152
+ msgid "Match threshold:"
153
+ msgstr "Tairseach Match:"
154
+
155
+ #: options-meta-boxes.php:131
156
+ #@ yarpp
157
+ msgid "Titles: "
158
+ msgstr "Teideal:"
159
+
160
+ #: options-meta-boxes.php:133
161
+ #@ yarpp
162
+ msgid "Bodies: "
163
+ msgstr "Comhlachtaí:"
164
+
165
+ #: options-meta-boxes.php:135
166
+ #@ yarpp
167
+ msgid "Tags: "
168
+ msgstr "Tags:"
169
+
170
+ #: options-meta-boxes.php:137
171
+ #@ yarpp
172
+ msgid "Categories: "
173
+ msgstr "Catagóirí:"
174
+
175
+ #: options-meta-boxes.php:139
176
+ #@ yarpp
177
+ msgid "Cross-relate posts and pages?"
178
+ msgstr "Tras-Baineann post agus leathanaigh?"
179
+
180
+ #: options-meta-boxes.php:139
181
+ #@ yarpp
182
+ 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."
183
+ msgstr "Nuair a bheidh an \"Tras-phoist agus na leathanaigh a bhaineann \" tá an rogha roghnaithe, leis an <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code>Beidh go léir a thabhairt ar an aschur céanna, ag filleadh ar an dá lth gaolmhar agus post."
184
+
185
+ #: options-meta-boxes.php:212
186
+ #@ yarpp
187
+ msgid "Display options <small>for your website</small>"
188
+ msgstr "Taispeáin roghanna <small> ar do láithreán gréasáin </small>"
189
+
190
+ #: options-meta-boxes.php:157
191
+ #@ yarpp
192
+ msgid "Automatically display related posts?"
193
+ msgstr "Thaispeáint go huathoibríoch post a bhaineann?"
194
+
195
+ #: options-meta-boxes.php:157
196
+ #@ yarpp
197
+ msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
198
+ msgstr "Taispeánann an rogha seo go huathoibríoch post a bhaineann le ceart tar éis an t-ábhar ar leathanaigh iontrála aonair. Má tá an rogha seo amach, beidh ort isteach de láimh <code>related_posts()</code> Leaganacha Tor (<code>related_pages()</code> oder <code>related_entries()</code>) isteach i do chuid comhad téama.."
199
+
200
+ #: options-meta-boxes.php:158
201
+ #@ yarpp
202
+ msgid "Website display code example"
203
+ msgstr "Suíomh Gréasáin an Cód mar shampla taispeáint"
204
+
205
+ #: options-meta-boxes.php:158
206
+ #: options-meta-boxes.php:221
207
+ #@ yarpp
208
+ msgid "(Update options to reload.)"
209
+ msgstr "(roghanna Nuashonrú a athluchtú.)"
210
+
211
+ #: options-meta-boxes.php:160
212
+ #: options-meta-boxes.php:226
213
+ #@ yarpp
214
+ msgid "Maximum number of related posts:"
215
+ msgstr "Uasmhéid an líon post a bhaineann le:"
216
+
217
+ #: options-meta-boxes.php:175
218
+ #: options-meta-boxes.php:244
219
+ #@ yarpp
220
+ msgid "Before / after related entries:"
221
+ msgstr "Sula / i ndiaidh iontrálacha a bhaineann le:"
222
+
223
+ #: options-meta-boxes.php:175
224
+ #: options-meta-boxes.php:176
225
+ #: options-meta-boxes.php:184
226
+ #: options-meta-boxes.php:244
227
+ #: options-meta-boxes.php:245
228
+ #: options-meta-boxes.php:250
229
+ #@ yarpp
230
+ msgid "For example:"
231
+ msgstr "Mar shampla:"
232
+
233
+ #: options-meta-boxes.php:176
234
+ #: options-meta-boxes.php:245
235
+ #@ yarpp
236
+ msgid "Before / after each related entry:"
237
+ msgstr "Roimh / tar éis gach iontráil a bhaineann le:"
238
+
239
+ #: options-meta-boxes.php:178
240
+ #: options-meta-boxes.php:247
241
+ #@ yarpp
242
+ msgid "Show excerpt?"
243
+ msgstr "Taispeáin Sliocht?"
244
+
245
+ #: options-meta-boxes.php:179
246
+ #: options-meta-boxes.php:248
247
+ #@ yarpp
248
+ msgid "Excerpt length (No. of words):"
249
+ msgstr "Sliocht fad (Uimh. de na focail):"
250
+
251
+ #: options-meta-boxes.php:183
252
+ #@ yarpp
253
+ msgid "Before / after (Excerpt):"
254
+ msgstr "Sula / i ndiaidh (Sliocht):"
255
+
256
+ #: options-meta-boxes.php:189
257
+ #: options-meta-boxes.php:254
258
+ #@ yarpp
259
+ msgid "Order results:"
260
+ msgstr "Ordú na torthaí:"
261
+
262
+ #: options-meta-boxes.php:191
263
+ #: options-meta-boxes.php:256
264
+ #@ yarpp
265
+ msgid "score (high relevance to low)"
266
+ msgstr "scór (ábhartha maidir leis an ard go híseal)"
267
+
268
+ #: options-meta-boxes.php:192
269
+ #: options-meta-boxes.php:257
270
+ #@ yarpp
271
+ msgid "score (low relevance to high)"
272
+ msgstr "scór (ábharthacht íseal ard)"
273
+
274
+ #: options-meta-boxes.php:193
275
+ #: options-meta-boxes.php:258
276
+ #@ yarpp
277
+ msgid "date (new to old)"
278
+ msgstr "Dáta (nua chun d'aois)"
279
+
280
+ #: options-meta-boxes.php:194
281
+ #: options-meta-boxes.php:259
282
+ #@ yarpp
283
+ msgid "date (old to new)"
284
+ msgstr "Dáta (sean go nua)"
285
+
286
+ #: options-meta-boxes.php:195
287
+ #: options-meta-boxes.php:260
288
+ #@ yarpp
289
+ msgid "title (alphabetical)"
290
+ msgstr "teideal (aibítreach)"
291
+
292
+ #: options-meta-boxes.php:196
293
+ #: options-meta-boxes.php:261
294
+ #@ yarpp
295
+ msgid "title (reverse alphabetical)"
296
+ msgstr "teideal (mhalairt aibítreach)"
297
+
298
+ #: options-meta-boxes.php:201
299
+ #: options-meta-boxes.php:266
300
+ #@ yarpp
301
+ msgid "Default display if no results:"
302
+ msgstr "Default taispeáint más rud é gan torthaí:"
303
+
304
+ #: includes.php:257
305
+ #: options-meta-boxes.php:203
306
+ #: options-meta-boxes.php:268
307
+ #@ yarpp
308
+ msgid "Help promote Yet Another Related Posts Plugin?"
309
+ msgstr "Cabhair cinn Ach eile Related Poist Plugin?"
310
+
311
+ #: options-meta-boxes.php:205
312
+ #: options-meta-boxes.php:269
313
+ #, php-format
314
+ #@ yarpp
315
+ 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."
316
+ msgstr "Beidh an rogha seo a chur leis an gcód% s. Bain triail as casadh ar sé, do roghanna a thabhairt cothrom le dáta, agus ar an cód sa sampla cód a bhfeiceann leis an gceart. Tá na naisc agus na síntiúis a bhfuil meas mór."
317
+
318
+ #: options-meta-boxes.php:276
319
+ #@ yarpp
320
+ msgid "Display options <small>for RSS</small>"
321
+ msgstr "Taispeáin roghanna<small>(RSS)</small>"
322
+
323
+ #: options-meta-boxes.php:221
324
+ #@ yarpp
325
+ msgid "Display related posts in feeds?"
326
+ msgstr "Post Taispeáin gaolmhara Fothaí in?"
327
+
328
+ #: options-meta-boxes.php:223
329
+ #@ yarpp
330
+ msgid "Display related posts in the descriptions?"
331
+ msgstr "Taispeáin bhaineann le post sa tuairiscí?"
332
+
333
+ #: options-meta-boxes.php:223
334
+ #@ yarpp
335
+ 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."
336
+ msgstr "Taispeánann an rogha seo an post a bhaineann i réimsí an tuairisc RSS, ní hamháin ar an ábhar. Má tá do feeds ar bun a thaispeáint ach sleachta, áfach, tá cur síos ar an réimse a úsáid ach amháin, agus mar sin tá an rogha seo ag teastáil le haghaidh aon taispeáint ar chor ar bith."
337
+
338
+ #: options-meta-boxes.php:221
339
+ #@ yarpp
340
+ msgid "RSS display code example"
341
+ msgstr "RSS Cód thaispeáint mar shampla"
342
+
343
+ #: options-meta-boxes.php:250
344
+ #@ yarpp
345
+ msgid "Before / after (excerpt):"
346
+ msgstr "Sula / i ndiaidh (sliocht):"
347
+
348
+ #: options-meta-boxes.php:38
349
+ #@ yarpp
350
+ msgid "word"
351
+ msgstr "focal"
352
+
353
+ #: options-meta-boxes.php:39
354
+ #@ yarpp
355
+ msgid "tag"
356
+ msgstr "tag"
357
+
358
+ #: options-meta-boxes.php:40
359
+ #@ yarpp
360
+ msgid "category"
361
+ msgstr "Catagóir"
362
+
363
+ #: options-meta-boxes.php:48
364
+ #: options-meta-boxes.php:80
365
+ #, php-format
366
+ #@ yarpp
367
+ msgid "require at least one %s in common"
368
+ msgstr "a cheangal ar amháin ar a laghad i gcoiteann% s"
369
+
370
+ #: options-meta-boxes.php:50
371
+ #: options-meta-boxes.php:82
372
+ #, php-format
373
+ #@ yarpp
374
+ msgid "require more than one %s in common"
375
+ msgstr "a cheangal ar níos mó ná aon %s i bpáirt"
376
+
377
+ #: yarpp_options.php:86
378
+ #@ yarpp
379
+ msgid "Options saved!"
380
+ msgstr "Roghanna shábháil!"
381
+
382
+ #: options-meta-boxes.php:124
383
+ #@ yarpp
384
+ 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."
385
+ msgstr "Dá airde an tairseach do mhargadh an níos sriantaí, agus gheobhaidh tú post níos lú a bhaineann iomlán. Tá an tairseach do chluiche réamhshocraithe 5. Más mian leat teacht ar an tairseach chluiche iomchuí, a chur le breathnú ar roinnt iar's post a bhaineann le taispeáint agus a n-scóir. Is féidir leat a fheiceáil cad iad na cineálacha post a bhaineann mbailítear agus le cén cineál na scóir mheaitseáil, agus tairseach chuí ar do shuíomh a chinneadh."
386
+
387
+ #: yarpp_options.php:268
388
+ #@ yarpp
389
+ msgid "Update options"
390
+ msgstr "Roghanna Nuashonraithe"
391
+
392
+ #: yarpp_options.php:269
393
+ #@ yarpp
394
+ msgid "Do you really want to reset your configuration?"
395
+ msgstr "An bhfuil tú cinnte gur mhaith leat a athshocrú do chumraíocht?"
396
+
397
+ #: yarpp_options.php:269
398
+ #@ yarpp
399
+ msgid "Reset options"
400
+ msgstr "Roghanna Athshocraigh"
401
+
402
+ #: includes.php:26
403
+ #: includes.php:37
404
+ #@ yarpp
405
+ msgid "Related posts:"
406
+ msgstr "Poist ghaolmhara:"
407
+
408
+ #: includes.php:28
409
+ #: includes.php:39
410
+ #: template-metabox.php:27
411
+ #: template-widget.php:13
412
+ #@ yarpp
413
+ msgid "No related posts."
414
+ msgstr "Uimh phoist a bhaineann leo."
415
+
416
+ #: cache-postmeta.php:105
417
+ #: cache-tables.php:131
418
+ #@ yarpp
419
+ msgid "Example post "
420
+ msgstr "Sampla post"
421
+
422
+ #: options-meta-boxes.php:105
423
+ #@ yarpp
424
+ msgid "day(s)"
425
+ msgstr "lá (í)"
426
+
427
+ #: options-meta-boxes.php:106
428
+ #@ yarpp
429
+ msgid "week(s)"
430
+ msgstr "tseachtain (í)"
431
+
432
+ #: options-meta-boxes.php:107
433
+ #@ yarpp
434
+ msgid "month(s)"
435
+ msgstr "mí (í)"
436
+
437
+ #: options-meta-boxes.php:109
438
+ #@ yarpp
439
+ msgid "Show only posts from the past NUMBER UNITS"
440
+ msgstr "Taispeáin post amháin ón am atá thart UIMHIR AONAID"
441
+
442
+ #: includes.php:248
443
+ #: options-meta-boxes.php:161
444
+ #: options-meta-boxes.php:228
445
+ #@ yarpp
446
+ msgid "Display using a custom template file"
447
+ msgstr "Taispeáin ag baint úsáide as comhad teimpléad saincheaptha"
448
+
449
+ #: options-meta-boxes.php:228
450
+ #@ yarpp
451
+ msgid "NEW!"
452
+ msgstr "NUA!"
453
+
454
+ #: options-meta-boxes.php:161
455
+ #: options-meta-boxes.php:228
456
+ #@ yarpp
457
+ 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."
458
+ msgstr "Tugann an rogha seo chun cinn duit chumhacht iomlán a shaincheapadh conas do phoist a bhaineann leis ar taispeáint. Teimpléid (stóráilte i do fhillteán téama) atá scríofa i PHP."
459
+
460
+ #: includes.php:249
461
+ #: options-meta-boxes.php:165
462
+ #: options-meta-boxes.php:233
463
+ #@ yarpp
464
+ msgid "Template file:"
465
+ msgstr "Teimpléad Saghas comhaid:"
466
+
467
+ #: options-meta-boxes.php:175
468
+ #: options-meta-boxes.php:176
469
+ #: options-meta-boxes.php:184
470
+ #: options-meta-boxes.php:244
471
+ #: options-meta-boxes.php:245
472
+ #: options-meta-boxes.php:250
473
+ #@ yarpp
474
+ msgid " or "
475
+ msgstr "nó"
476
+
477
+ #: options-meta-boxes.php:221
478
+ #@ yarpp
479
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
480
+ msgstr "Taispeánann an rogha seo a bhaineann le post ag deireadh gach míre i do RSS agus Atom feeds. Aon athrú a teimpléad atá ag teastáil."
481
+
482
+ #: template-metabox.php:12
483
+ #@ yarpp
484
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
485
+ msgstr "s iad seo na hiontrálacha a bhaineann leis an iontráil seo. D'fhéadfadh athrú a thabhairt cothrom le dáta an post seo na poist a bhaineann leo."
486
+
487
+ #: template-metabox.php:25
488
+ #@ yarpp
489
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
490
+ msgstr "Cibé acu a bhaineann le gach ceann de na hiontrálacha ar taispeáint iarbhír agus an chaoi a gcuirtear ar taispeáint iad ag brath ar do roghanna taispeána YARPP."
491
+
492
+ #: includes.php:169
493
+ #@ yarpp
494
+ msgid "Settings"
495
+ msgstr ""
496
+
497
+ #: includes.php:243
498
+ #@ default
499
+ msgid "Title:"
500
+ msgstr ""
501
+
502
+ #: includes.php:389
503
+ #@ yarpp
504
+ msgid "Related entries may be displayed once you save your entry"
505
+ msgstr ""
506
+
507
+ #: magic.php:297
508
+ #, php-format
509
+ #@ yarpp
510
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
511
+ msgstr ""
512
+
513
+ #: options-meta-boxes.php:124
514
+ #@ yarpp
515
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
516
+ msgstr ""
517
+
518
+ #: options-meta-boxes.php:205
519
+ #: options-meta-boxes.php:269
520
+ #@ yarpp
521
+ msgid "Related posts brought to you by <a href='https://yarpp.com'>Yet Another Related Posts Plugin</a>."
522
+ msgstr ""
523
+
524
+ #: options-meta-boxes.php:283
525
+ #@ yarpp
526
+ msgid "YARPP Forum"
527
+ msgstr ""
528
+
529
+ #: options-meta-boxes.php:284
530
+ #@ yarpp
531
+ msgid "YARPP on Twitter"
532
+ msgstr ""
533
+
534
+ #: options-meta-boxes.php:285
535
+ #@ yarpp
536
+ msgid "YARPP on the Web"
537
+ msgstr ""
538
+
539
+ #: options-meta-boxes.php:292
540
+ #@ yarpp
541
+ msgid "Contact YARPP"
542
+ msgstr ""
543
+
544
+ #: yarpp_options.php:58
545
+ #, php-format
546
+ #@ yarpp
547
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
548
+ msgstr ""
549
+
550
+ #: yarpp_options.php:160
551
+ #, php-format
552
+ #@ yarpp
553
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
554
+ msgstr ""
555
+
556
+ #: yarpp_options.php:251
557
+ #, php-format
558
+ #@ yarpp
559
+ 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."
560
+ msgstr ""
561
+
562
+ #: yarpp_options.php:256
563
+ #, php-format
564
+ #@ yarpp
565
+ msgid "There is a new version (%s) of Yet Another Related Posts Plugin available! You can <a href=\"%s\">download it here</a>."
566
+ msgstr ""
567
+
trunk/lang/yarpp-ge_KA.mo ADDED
Binary file
trunk/lang/yarpp-ge_KA.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.0.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2011-03-17 22:55+0400\n"
7
+ "Last-Translator: \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: Georgian\n"
14
+ "X-Poedit-Country: GEORGIA\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:376
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "დაკავშირებული ჩანაწერები"
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 არის მიმდინარე და მსგავსი ჩანაწერების მსგავსების კოეფიციენტი. თქვენ მას იმიტომ ხედავთ, რომ 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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:70
72
+ #@ yarpp
73
+ msgid "Trust me. Let me use MyISAM features."
74
+ msgstr "მენდეთ. ნება მომეცით გამოვიყენო MyISAM."
75
+
76
+ #: yarpp_options.php:83
77
+ #@ yarpp
78
+ msgid "The YARPP database had an error but has been fixed."
79
+ msgstr "YARPP მონაცემთა ბაზა შეიცავდა შეცდომას, მაგრამ ის გასწორდა."
80
+
81
+ #: yarpp_options.php:85
82
+ #@ yarpp
83
+ msgid "The YARPP database has an error which could not be fixed."
84
+ msgstr "YARPP მონაცემთა ბაზა შეიცავდა შეცდომას, რომელიც არ გასწორდა.."
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 "არ განიხილო"
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 "განიხილე"
99
+
100
+ #: options-meta-boxes.php:65
101
+ #@ yarpp
102
+ msgid "consider with extra weight"
103
+ msgstr "განიხილე დამატებითი წონით"
104
+
105
+ #: yarpp_options.php:178
106
+ #@ yarpp
107
+ msgid "Yet Another Related Posts Plugin Options"
108
+ msgstr "YARPP-ის სხვა შესაბამისი ჩანაწერები"
109
+
110
+ #: options-meta-boxes.php:118
111
+ #@ yarpp
112
+ msgid "\"The Pool\""
113
+ msgstr "<em>შიგთავსი</em>"
114
+
115
+ #: options-meta-boxes.php:91
116
+ #@ yarpp
117
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
118
+ msgstr "<em>შიგთავსი</em> აღნიშნავს ჩანაწერებისა და გვერდების ნაკრებს, რომლებიც წარმოადგენს მიმდინარე ჩანაწერთან გამოსაჩენ კანდიდატებს."
119
+
120
+ #: options-meta-boxes.php:96
121
+ #@ yarpp
122
+ msgid "Disallow by category:"
123
+ msgstr "გამორიცხული კატეგორია:"
124
+
125
+ #: options-meta-boxes.php:98
126
+ #@ yarpp
127
+ msgid "Disallow by tag:"
128
+ msgstr "გამორიცხული თეგი:"
129
+
130
+ #: options-meta-boxes.php:101
131
+ #@ yarpp
132
+ msgid "Show password protected posts?"
133
+ msgstr "გსურთ ნახოთ პაროლით დაცული ჩანაწერები?"
134
+
135
+ #: options-meta-boxes.php:140
136
+ #@ yarpp
137
+ msgid "Show only previous posts?"
138
+ msgstr "გსურთ ნახოთ მხოლოდ ადრინდელი ჩანაწერები?"
139
+
140
+ #: options-meta-boxes.php:148
141
+ #@ yarpp
142
+ msgid "\"Relatedness\" options"
143
+ msgstr "მსგავსების კრიტერიუმები"
144
+
145
+ #: options-meta-boxes.php:124
146
+ #: options-meta-boxes.php:139
147
+ #: options-meta-boxes.php:157
148
+ #: options-meta-boxes.php:161
149
+ #: options-meta-boxes.php:204
150
+ #: options-meta-boxes.php:221
151
+ #: options-meta-boxes.php:223
152
+ #: options-meta-boxes.php:228
153
+ #: options-meta-boxes.php:268
154
+ #@ yarpp
155
+ msgid "more&gt;"
156
+ msgstr "ვრცლად&gt;"
157
+
158
+ #: options-meta-boxes.php:130
159
+ #@ yarpp
160
+ msgid "Match threshold:"
161
+ msgstr "მსგავსების ზღურბლი:"
162
+
163
+ #: options-meta-boxes.php:131
164
+ #@ yarpp
165
+ msgid "Titles: "
166
+ msgstr "სათაურები:"
167
+
168
+ #: options-meta-boxes.php:133
169
+ #@ yarpp
170
+ msgid "Bodies: "
171
+ msgstr "ტექსტები:"
172
+
173
+ #: options-meta-boxes.php:135
174
+ #@ yarpp
175
+ msgid "Tags: "
176
+ msgstr "თეგები:"
177
+
178
+ #: options-meta-boxes.php:137
179
+ #@ yarpp
180
+ msgid "Categories: "
181
+ msgstr "კატეგორიები:"
182
+
183
+ #: options-meta-boxes.php:139
184
+ #@ yarpp
185
+ msgid "Cross-relate posts and pages?"
186
+ msgstr "დაკავშირდეს შესატყვისი ჩანაწერები და გვერდები?"
187
+
188
+ #: options-meta-boxes.php:139
189
+ #@ yarpp
190
+ 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."
191
+ msgstr "როდესაც არჩეულია ოფცია “დაკავშირდეს შესატყვისი ჩანაწერები და გვერდები?”, ფუნქციები <code>related_posts()</code>, <code>related_pages()</code> და <code>related_entries()</code> იძლევა გვერდებისა და შეტყობინებების ერთნაირ ნაკრებს."
192
+
193
+ #: options-meta-boxes.php:212
194
+ #@ yarpp
195
+ msgid "Display options <small>for your website</small>"
196
+ msgstr "აჩვენეთ ოფციები <small>თქვენი საიტისთვის</small>"
197
+
198
+ #: options-meta-boxes.php:157
199
+ #@ yarpp
200
+ msgid "Automatically display related posts?"
201
+ msgstr "ავტომატურად გამოჩნდეს დაკავშირებული ჩანაწერები?"
202
+
203
+ #: options-meta-boxes.php:157
204
+ #@ yarpp
205
+ 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."
206
+ msgstr "ეს ოფცია ავტომატურად აჩვენებს დაკავშირებულ შეტყობინებებს, საერთო გვერდზე პირდაპირ ჩანაწერების შემდეგ. თუ ეს ოფცია გამორთული გაქვთ, მექანიკურად უნდა ჩასვათ <code>related_posts()</code> ან ვარიანტები (<code>related_pages()</code> და <code>related_entries()</code>) თქვენს თემაში."
207
+
208
+ #: options-meta-boxes.php:158
209
+ #@ yarpp
210
+ msgid "Website display code example"
211
+ msgstr "კოდის მაგალითი ვებსაიტზე"
212
+
213
+ #: options-meta-boxes.php:158
214
+ #: options-meta-boxes.php:221
215
+ #@ yarpp
216
+ msgid "(Update options to reload.)"
217
+ msgstr "(შეინახეთ ოფციები გადასატვირთად.)"
218
+
219
+ #: options-meta-boxes.php:160
220
+ #: options-meta-boxes.php:226
221
+ #@ yarpp
222
+ msgid "Maximum number of related posts:"
223
+ msgstr "შესატყვისი ჩანაწერების მაქსიმალური რაოდენობა:"
224
+
225
+ #: options-meta-boxes.php:175
226
+ #: options-meta-boxes.php:244
227
+ #@ yarpp
228
+ msgid "Before / after related entries:"
229
+ msgstr "შესატყვის ჩანაწერებამდე ან მათ შემდეგ:"
230
+
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:176
233
+ #: options-meta-boxes.php:184
234
+ #: options-meta-boxes.php:244
235
+ #: options-meta-boxes.php:245
236
+ #: options-meta-boxes.php:250
237
+ #@ yarpp
238
+ msgid "For example:"
239
+ msgstr "მაგალითად:"
240
+
241
+ #: options-meta-boxes.php:176
242
+ #: options-meta-boxes.php:245
243
+ #@ yarpp
244
+ msgid "Before / after each related entry:"
245
+ msgstr "თითოეულ შესატყვის ჩანაწერამდე ან მის შემდეგ:"
246
+
247
+ #: options-meta-boxes.php:178
248
+ #: options-meta-boxes.php:247
249
+ #@ yarpp
250
+ msgid "Show excerpt?"
251
+ msgstr "ნახავთ ამონაწერს?"
252
+
253
+ #: options-meta-boxes.php:179
254
+ #: options-meta-boxes.php:248
255
+ #@ yarpp
256
+ msgid "Excerpt length (No. of words):"
257
+ msgstr "ამონაწერის სიგრძე (სიტყვების რაოდენობა):"
258
+
259
+ #: options-meta-boxes.php:183
260
+ #@ yarpp
261
+ msgid "Before / after (Excerpt):"
262
+ msgstr "ამონაწერამდე ან მის შემდეგ"
263
+
264
+ #: options-meta-boxes.php:189
265
+ #: options-meta-boxes.php:254
266
+ #@ yarpp
267
+ msgid "Order results:"
268
+ msgstr "შედეგების დალაგება:"
269
+
270
+ #: options-meta-boxes.php:191
271
+ #: options-meta-boxes.php:256
272
+ #@ yarpp
273
+ msgid "score (high relevance to low)"
274
+ msgstr "მსგავსება (კლებადობით)"
275
+
276
+ #: options-meta-boxes.php:192
277
+ #: options-meta-boxes.php:257
278
+ #@ yarpp
279
+ msgid "score (low relevance to high)"
280
+ msgstr "მსგავსება (ზრდადობით)"
281
+
282
+ #: options-meta-boxes.php:193
283
+ #: options-meta-boxes.php:258
284
+ #@ yarpp
285
+ msgid "date (new to old)"
286
+ msgstr "თარიღი (კლებადობით)"
287
+
288
+ #: options-meta-boxes.php:194
289
+ #: options-meta-boxes.php:259
290
+ #@ yarpp
291
+ msgid "date (old to new)"
292
+ msgstr "თარიღი (ზრდადობით)"
293
+
294
+ #: options-meta-boxes.php:195
295
+ #: options-meta-boxes.php:260
296
+ #@ yarpp
297
+ msgid "title (alphabetical)"
298
+ msgstr "სათაური (ანბანით)"
299
+
300
+ #: options-meta-boxes.php:196
301
+ #: options-meta-boxes.php:261
302
+ #@ yarpp
303
+ msgid "title (reverse alphabetical)"
304
+ msgstr "სათაური (ანბანი უკუღმა წყობით)"
305
+
306
+ #: options-meta-boxes.php:201
307
+ #: options-meta-boxes.php:266
308
+ #@ yarpp
309
+ msgid "Default display if no results:"
310
+ msgstr "თუ შედეგები არ არის, ავტომატურად გამოჩნდეს:"
311
+
312
+ #: includes.php:257
313
+ #: options-meta-boxes.php:203
314
+ #: options-meta-boxes.php:268
315
+ #@ yarpp
316
+ msgid "Help promote Yet Another Related Posts Plugin?"
317
+ msgstr "გსურთ დახმარება YARPP-ის რეკლამირებაში?"
318
+
319
+ #: options-meta-boxes.php:205
320
+ #: options-meta-boxes.php:269
321
+ #, php-format
322
+ #@ yarpp
323
+ 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."
324
+ msgstr "ამ ოფციით დაემატება კოდი %s. შეეცადეთ ჩართოთ იგი, განაახლეთ თქვენი ოფციები და ნახეთ კოდის მაგალითი მარჯვნივ. ეს ბმულები და ღილაკები ძალზე მნიშვნელოვანია."
325
+
326
+ #: options-meta-boxes.php:276
327
+ #@ yarpp
328
+ msgid "Display options <small>for RSS</small>"
329
+ msgstr "პარამეტრების დათვალიერება <small>RSS-ისთვის</small>"
330
+
331
+ #: options-meta-boxes.php:221
332
+ #@ yarpp
333
+ msgid "Display related posts in feeds?"
334
+ msgstr "ნახავთ დაკავშირებულ ჩანაწერებს ვებ-არხზე?"
335
+
336
+ #: options-meta-boxes.php:223
337
+ #@ yarpp
338
+ msgid "Display related posts in the descriptions?"
339
+ msgstr "ნახავთ დაკავშირებულ ჩანაწერებს აღწერაში?"
340
+
341
+ #: options-meta-boxes.php:223
342
+ #@ yarpp
343
+ 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."
344
+ msgstr "ეს ოფცია აჩვენებს დაკავშირებულ ჩანაწერებს ვებ-არხის აღწერის ველებში და არამარტო მასალას. ამასთან, თუ თქვენი ვებ-არხისთვის არჩეული გაქვთ მხოლოდ ამონაწერების ჩვენება და მხოლოდ აღწერის ველი გაქვთ გამოყენებული, ეს ოფცია მოითხოვება ნებისმიერი ჩვენებისთვის."
345
+
346
+ #: options-meta-boxes.php:221
347
+ #@ yarpp
348
+ msgid "RSS display code example"
349
+ msgstr "კოდის მაგალითი RSS-ში"
350
+
351
+ #: options-meta-boxes.php:250
352
+ #@ yarpp
353
+ msgid "Before / after (excerpt):"
354
+ msgstr "ამონაწერამდე ან მის შემდეგ:"
355
+
356
+ #: options-meta-boxes.php:38
357
+ #@ yarpp
358
+ msgid "word"
359
+ msgstr "სიტყვა"
360
+
361
+ #: options-meta-boxes.php:39
362
+ #@ yarpp
363
+ msgid "tag"
364
+ msgstr "თეგი"
365
+
366
+ #: options-meta-boxes.php:40
367
+ #@ yarpp
368
+ msgid "category"
369
+ msgstr "კატეგორია"
370
+
371
+ #: options-meta-boxes.php:48
372
+ #: options-meta-boxes.php:80
373
+ #, php-format
374
+ #@ yarpp
375
+ msgid "require at least one %s in common"
376
+ msgstr "მინიმუმ ერთი %s უნდა იყოს საერთო"
377
+
378
+ #: options-meta-boxes.php:50
379
+ #: options-meta-boxes.php:82
380
+ #, php-format
381
+ #@ yarpp
382
+ msgid "require more than one %s in common"
383
+ msgstr "ერთზე მეტი %s უნდა იყოს საერთო"
384
+
385
+ #: yarpp_options.php:114
386
+ #@ yarpp
387
+ msgid "Options saved!"
388
+ msgstr "პარამეტრები შენახულია!"
389
+
390
+ #: options-meta-boxes.php:124
391
+ #@ yarpp
392
+ 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."
393
+ msgstr "რაც მეტია მსგავსების ზღურბლი, მით უფრო მკაცრად ხდება არჩევა და მით უფრო ნაკლები ჩანაწერი იძებნება. ზღურბლის ნაგულისხმევი ზომაა 5. თუ გსურთ მოძებნოთ ზღურბლის დასაშვები მნიშვნელობები, მოსინჯეთ ზოგიერთი შეტყობინებების მაგალითზე. შეძლებთ ნახოთ რომელი ჩანაწერები გამოდის ზემოთ და მსგავსების რა მნიშვნელობა აქვს მათ, რის მიხედვითაც შეგიძლიათ განსაზღვროთ თქვენი საიტისთვის მისაღები დონე."
394
+
395
+ #: yarpp_options.php:279
396
+ #@ yarpp
397
+ msgid "Update options"
398
+ msgstr "პარამეტრების შეცვლა"
399
+
400
+ #: yarpp_options.php:280
401
+ #@ yarpp
402
+ msgid "Do you really want to reset your configuration?"
403
+ msgstr "ნამდვილად გსურთ საწყისი პარამეტრების დაბრუნება?"
404
+
405
+ #: yarpp_options.php:280
406
+ #@ yarpp
407
+ msgid "Reset options"
408
+ msgstr "საწყისი პარამეტრების დაბრუნება"
409
+
410
+ #: cache-postmeta.php:105
411
+ #: cache-tables.php:131
412
+ #@ yarpp
413
+ msgid "Example post "
414
+ msgstr "ჩანაწერის მაგალითი"
415
+
416
+ #: options-meta-boxes.php:105
417
+ #@ yarpp
418
+ msgid "day(s)"
419
+ msgstr "დღე"
420
+
421
+ #: options-meta-boxes.php:106
422
+ #@ yarpp
423
+ msgid "week(s)"
424
+ msgstr "კვირა"
425
+
426
+ #: options-meta-boxes.php:107
427
+ #@ yarpp
428
+ msgid "month(s)"
429
+ msgstr "თვე"
430
+
431
+ #: options-meta-boxes.php:109
432
+ #@ yarpp
433
+ msgid "Show only posts from the past NUMBER UNITS"
434
+ msgstr "ნაჩვენები იქნას მხოლოდ შემდეგიდან დაწყებული ჩანაწერები: NUMBER UNITS"
435
+
436
+ #: yarpp_options.php:46
437
+ #, php-format
438
+ #@ yarpp
439
+ 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."
440
+ msgstr "გამოვიდა YARPP-ის ახალი ბეტა ვერსია. შეგიძლიათ <A>ჩამოტვირთოთ იგი აქედან</a>, საკუთარი რისკით."
441
+
442
+ #: includes.php:248
443
+ #: options-meta-boxes.php:161
444
+ #: options-meta-boxes.php:228
445
+ #@ yarpp
446
+ msgid "Display using a custom template file"
447
+ msgstr "გამოჩნდეს მომხმარებლის მიერ შერჩეული შაბლონით"
448
+
449
+ #: includes.php:249
450
+ #: options-meta-boxes.php:165
451
+ #: options-meta-boxes.php:233
452
+ #@ yarpp
453
+ msgid "Template file:"
454
+ msgstr "შაბლონის ფაილი:"
455
+
456
+ #: options-meta-boxes.php:221
457
+ #@ yarpp
458
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
459
+ msgstr "ეს ოფცია აჩვენებს დაკავშირებულ შეტყობინებებს თქვენი RSS ვებ-არხისა და Atom-ის თითოეული პუნქტის შემდეგ. შაბლოინის შეცვლა არ არის საჭირო."
460
+
461
+ #: template-metabox.php:12
462
+ #@ yarpp
463
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
464
+ msgstr "ეს არის ამ ჩანაწერთან დაკავშირებული შეტყობინებები. ამ ჩანაწერის შეცვლამ შეიძლება გამოიწვიოს დაკავშირებული ჩანაწერების შეცვლა."
465
+
466
+ #: template-metabox.php:25
467
+ #@ yarpp
468
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
469
+ msgstr "გამოჩნდება თუ არა ყველა ეს ჩანაწერი და თუ როგორ გამოჩნდება ისინი დამოკიდებულია თქვენს მიერ არჩეულ YARPP პარამეტრებზე."
470
+
471
+ #: includes.php:28
472
+ #: includes.php:39
473
+ #: template-metabox.php:27
474
+ #: template-widget.php:13
475
+ #@ yarpp
476
+ msgid "No related posts."
477
+ msgstr "დაკავშირებული შეტყობინებები არ არის"
478
+
479
+ #: options-meta-boxes.php:228
480
+ #@ yarpp
481
+ msgid "NEW!"
482
+ msgstr "ახალი!"
483
+
484
+ #: options-meta-boxes.php:161
485
+ #: options-meta-boxes.php:228
486
+ #@ yarpp
487
+ 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."
488
+ msgstr "ეს დამატებითი პარამეტრები მნიშვნელოვან შესაძლებლობას გაძლევთ აირჩიოთ, როგორ გამოჩნდეს დაკავშირებული შეტყობინებები. შაბლონები (რომლებიც შენახულია თემების საქაღალდეში) დაწერილია PHP-ზე."
489
+
490
+ #: includes.php:26
491
+ #: includes.php:37
492
+ #@ yarpp
493
+ msgid "Related posts:"
494
+ msgstr ""
495
+
496
+ #: includes.php:169
497
+ #@ yarpp
498
+ msgid "Settings"
499
+ msgstr ""
500
+
501
+ #: includes.php:243
502
+ #@ default
503
+ msgid "Title:"
504
+ msgstr ""
505
+
506
+ #: includes.php:385
507
+ #@ yarpp
508
+ msgid "Related entries may be displayed once you save your entry"
509
+ msgstr ""
510
+
511
+ #: options-meta-boxes.php:124
512
+ #@ yarpp
513
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
514
+ msgstr ""
515
+
516
+ #: options-meta-boxes.php:175
517
+ #: options-meta-boxes.php:176
518
+ #: options-meta-boxes.php:184
519
+ #: options-meta-boxes.php:244
520
+ #: options-meta-boxes.php:245
521
+ #: options-meta-boxes.php:250
522
+ #@ yarpp
523
+ msgid " or "
524
+ msgstr ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-gu_IN.mo ADDED
Binary file
trunk/lang/yarpp-gu_IN.po ADDED
@@ -0,0 +1,562 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 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: Ajeet <Ajeetbook@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-Textdomain-Support: yes\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #@ yarpp
22
+ #: includes.php:149
23
+ #: includes.php:194
24
+ #: includes.php:215
25
+ msgid "Related Posts (YARPP)"
26
+ msgstr "સંબંધિત પોસ્ટ્સ (YARPP)"
27
+
28
+ #@ yarpp
29
+ #: includes.php:376
30
+ msgid "Related Posts"
31
+ msgstr "સંબંધિત પોસ્ટ્સ"
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 "%f એફ વર્તમાન પ્રવેશ અને આ સંબંધિત પ્રવેશ વચ્ચે YARPP મેચ સ્કોર છે. તમે આ કિંમત જુએ છે કારણ કે તમે એડમિનિસ્ટ્રેટર તરીકે વર્ડપ્રેસ માટે લોગ થાય છે. તે નિયમિત મુલાકાતીઓ માટે બતાવાઈ નથી."
38
+
39
+ #@ yarpp
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
45
+ msgstr "સંબંધિત પોસ્ટ્સ <a href='%s'> છતાં અન્ય સંબંધિત પોસ્ટ્સ દ્વારા તમે લાવ્યા પ્લગઇન કરો </ a>."
46
+
47
+ #@ yarpp
48
+ #: yarpp_options.php:54
49
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
50
+ msgstr "આ MyISAM ચેક ફરીથી લખાઈ રહી છે. હવે તમે ઉપયોગ કરી શકો છો \"consider titles\" and \"consider bodies\" relatedness માપદંડ."
51
+
52
+ #@ yarpp
53
+ #: yarpp_options.php:63
54
+ #, php-format
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 "YARPP's \"consider titles\" and \"consider bodies\" relatedness માપદંડ ને તમારા <code>%s</code>માટે ઉપયોગ ટેબલ <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM સંગ્રહ એન્જિન</a> પરંતુ ટેબલ પર <code>% s </ code> એન્જિનનો ઉપયોગ કરીને કરી રહ્યું છે. આ બે વિકલ્પો અક્ષમ કરવામાં આવી છે."
57
+
58
+ #@ yarpp
59
+ #: yarpp_options.php:65
60
+ #, php-format
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 "આ લક્ષણો પુનઃસ્થાપિત કરવા માટે, નીચેનો એસક્યુએલ ડાઈરેક્ટીવ ચલાવીને તમારા <code>% s </ code> કોષ્ટક અપડેટ કરો: <code> બદલો સૂચિ `% s` ENGINE = MyISAM; </ code>. કોઈ માહિતી ટેબલ એન્જિન બદલતા દ્વારા દૂર કરવામાં આવશે, જો કે પ્રભાવ અસરો છે."
63
+
64
+ #@ yarpp
65
+ #: yarpp_options.php:67
66
+ #, php-format
67
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
68
+ msgstr "જો, આ ચેક હોવા છતાં, તમે ખાતરી કરો કે <code>% s </ code> તે MyISAM એન્જિનનો ઉપયોગ કરીને છે, આ જાદુ બટન દબાવો:"
69
+
70
+ #@ yarpp
71
+ #: yarpp_options.php:70
72
+ msgid "Trust me. Let me use MyISAM features."
73
+ msgstr "મને વિશ્વાસ કરો. મને MyISAM સુવિધાઓ ઉપયોગ કરે છે."
74
+
75
+ #@ yarpp
76
+ #: yarpp_options.php:83
77
+ msgid "The YARPP database had an error but has been fixed."
78
+ msgstr "આ YARPP ડેટાબેઝ ભૂલ હતી પરંતુ સુધારાઈ ગયેલ છે."
79
+
80
+ #@ yarpp
81
+ #: yarpp_options.php:85
82
+ msgid "The YARPP database has an error which could not be fixed."
83
+ msgstr "આ YARPP ડેટાબેઝ ભૂલ કે જે સુધારાઈ કરી શકાઈ નથી ધરાવે છે."
84
+
85
+ #@ yarpp
86
+ #: options-meta-boxes.php:45
87
+ #: options-meta-boxes.php:63
88
+ #: options-meta-boxes.php:76
89
+ msgid "do not consider"
90
+ msgstr "ધ્યાનમાં નથી"
91
+
92
+ #@ yarpp
93
+ #: options-meta-boxes.php:46
94
+ #: options-meta-boxes.php:64
95
+ #: options-meta-boxes.php:78
96
+ msgid "consider"
97
+ msgstr "ધ્યાનમાં"
98
+
99
+ #@ yarpp
100
+ #: options-meta-boxes.php:65
101
+ msgid "consider with extra weight"
102
+ msgstr "વધારાનું વજન સાથે વિચારણા"
103
+
104
+ #@ yarpp
105
+ #: yarpp_options.php:178
106
+ msgid "Yet Another Related Posts Plugin Options"
107
+ msgstr "હજુ સુધી અન્ય સંબંધિત પોસ્ટ્સ પ્લગઇન વિકલ્પો"
108
+
109
+ #@ yarpp
110
+ #: options-meta-boxes.php:118
111
+ msgid "\"The Pool\""
112
+ msgstr "\"The Pool\""
113
+
114
+ #@ yarpp
115
+ #: options-meta-boxes.php:91
116
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
117
+ msgstr "\"The Pool\" પોસ્ટ્સ અને પૃષ્ઠો ડિસ્પ્લે માટે ઉમેદવારો તરીકે વર્તમાન પ્રવેશ સંબંધિત છે પૂલ ઉલ્લેખ કરે છે."
118
+
119
+ #@ yarpp
120
+ #: options-meta-boxes.php:96
121
+ msgid "Disallow by category:"
122
+ msgstr "શ્રેણી દ્વારા નામંજૂર:"
123
+
124
+ #@ yarpp
125
+ #: options-meta-boxes.php:98
126
+ msgid "Disallow by tag:"
127
+ msgstr "ટેગ દ્વારા નામંજૂર:"
128
+
129
+ #@ yarpp
130
+ #: options-meta-boxes.php:101
131
+ msgid "Show password protected posts?"
132
+ msgstr "પાસવર્ડ સુરક્ષિત પોસ્ટ્સ બતાવો?"
133
+
134
+ #@ yarpp
135
+ #: options-meta-boxes.php:140
136
+ msgid "Show only previous posts?"
137
+ msgstr "માત્ર અગાઉના પોસ્ટ્સ બતાવો?"
138
+
139
+ #@ yarpp
140
+ #: options-meta-boxes.php:148
141
+ msgid "\"Relatedness\" options"
142
+ msgstr "\"Relatedness\" વિકલ્પો"
143
+
144
+ #@ yarpp
145
+ #: options-meta-boxes.php:124
146
+ #: options-meta-boxes.php:139
147
+ #: options-meta-boxes.php:157
148
+ #: options-meta-boxes.php:161
149
+ #: options-meta-boxes.php:204
150
+ #: options-meta-boxes.php:221
151
+ #: options-meta-boxes.php:223
152
+ #: options-meta-boxes.php:228
153
+ #: options-meta-boxes.php:268
154
+ msgid "more&gt;"
155
+ msgstr "more&gt;"
156
+
157
+ #@ yarpp
158
+ #: options-meta-boxes.php:130
159
+ msgid "Match threshold:"
160
+ msgstr "થ્રેશોલ્ડ સ્કોર:"
161
+
162
+ #@ yarpp
163
+ #: options-meta-boxes.php:131
164
+ msgid "Titles: "
165
+ msgstr "શિર્ષકો:"
166
+
167
+ #@ yarpp
168
+ #: options-meta-boxes.php:133
169
+ msgid "Bodies: "
170
+ msgstr "સંસ્થાઓ:"
171
+
172
+ #@ yarpp
173
+ #: options-meta-boxes.php:135
174
+ msgid "Tags: "
175
+ msgstr "ટૅગ્સ:"
176
+
177
+ #@ yarpp
178
+ #: options-meta-boxes.php:137
179
+ msgid "Categories: "
180
+ msgstr "શ્રેણીઓ:"
181
+
182
+ #@ yarpp
183
+ #: options-meta-boxes.php:139
184
+ msgid "Cross-relate posts and pages?"
185
+ msgstr "પોસ્ટ્સ અને પૃષ્ઠો ક્રોસ-સંબંધિત છે?"
186
+
187
+ #@ yarpp
188
+ #: options-meta-boxes.php:139
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 "જ્યારે \"પોસ્ટ્સ અને પૃષ્ઠો ક્રોસ સંબંધિત છે \" વિકલ્પ પસંદ થયેલ હોય, <code> (related_posts) </ code>, related_pages <code> () </ code>, અને <code> related_entries () </ code> બધા જ આઉટપુટ આપે છે, બંને સંબંધિત પૃષ્ઠો પોસ્ટ્સ અને સામગ્રી પરત કરશે."
191
+
192
+ #@ yarpp
193
+ #: options-meta-boxes.php:212
194
+ msgid "Display options <small>for your website</small>"
195
+ msgstr "ડિસ્પ્લે તમારી વેબસાઇટ માટે <small> વિકલ્પો </ small>"
196
+
197
+ #@ yarpp
198
+ #: options-meta-boxes.php:157
199
+ msgid "Automatically display related posts?"
200
+ msgstr "આપોઆપ સંબંધિત પોસ્ટ્સ પ્રદર્શિત?"
201
+
202
+ #@ yarpp
203
+ #: options-meta-boxes.php:157
204
+ 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."
205
+ msgstr "આ વિકલ્પ આપોઆપ જ પ્રવેશ પૃષ્ઠો પરની સામગ્રી પછી તરત સંબંધિત પોસ્ટ્સ દર્શાવે છે. જો આ વિકલ્પ બંધ હોય છે, તમે જાતે તમારી થીમ માં <code> related_posts () </ code> અથવા ચલો (<code> related_pages () </ code> અને <code> related_entries () </ code>) દાખલ કરવાની જરૂર પડશે ફાઈલો છે."
206
+
207
+ #@ yarpp
208
+ #: options-meta-boxes.php:158
209
+ msgid "Website display code example"
210
+ msgstr "વેબસાઈટ પ્રદર્શન કોડ ઉદાહરણ"
211
+
212
+ #@ yarpp
213
+ #: options-meta-boxes.php:158
214
+ #: options-meta-boxes.php:221
215
+ msgid "(Update options to reload.)"
216
+ msgstr "(ફરિથી લોડ વિકલ્પો સુધારો.)"
217
+
218
+ #@ yarpp
219
+ #: options-meta-boxes.php:160
220
+ #: options-meta-boxes.php:226
221
+ msgid "Maximum number of related posts:"
222
+ msgstr "સંબંધિત પોસ્ટ્સ ની મહત્તમ સંખ્યા:"
223
+
224
+ #@ yarpp
225
+ #: options-meta-boxes.php:175
226
+ #: options-meta-boxes.php:244
227
+ msgid "Before / after related entries:"
228
+ msgstr "પહેલાં / પછી સંબંધિત પ્રવેશો:"
229
+
230
+ #@ yarpp
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:176
233
+ #: options-meta-boxes.php:184
234
+ #: options-meta-boxes.php:244
235
+ #: options-meta-boxes.php:245
236
+ #: options-meta-boxes.php:250
237
+ msgid "For example:"
238
+ msgstr "ઉદાહરણ તરીકે:"
239
+
240
+ #@ yarpp
241
+ #: options-meta-boxes.php:176
242
+ #: options-meta-boxes.php:245
243
+ msgid "Before / after each related entry:"
244
+ msgstr "પહેલાં / દરેક સંબંધિત પ્રવેશ પછી:"
245
+
246
+ #@ yarpp
247
+ #: options-meta-boxes.php:178
248
+ #: options-meta-boxes.php:247
249
+ msgid "Show excerpt?"
250
+ msgstr "ટૂંકસાર બતાવો?"
251
+
252
+ #@ yarpp
253
+ #: options-meta-boxes.php:179
254
+ #: options-meta-boxes.php:248
255
+ msgid "Excerpt length (No. of words):"
256
+ msgstr "અવતરણ લંબાઈ (શબ્દ નંબર):"
257
+
258
+ #@ yarpp
259
+ #: options-meta-boxes.php:183
260
+ msgid "Before / after (Excerpt):"
261
+ msgstr "પહેલાં / પછી (અવતરણ):"
262
+
263
+ #@ yarpp
264
+ #: options-meta-boxes.php:189
265
+ #: options-meta-boxes.php:254
266
+ msgid "Order results:"
267
+ msgstr "ઓર્ડર પરિણામો:"
268
+
269
+ #@ yarpp
270
+ #: options-meta-boxes.php:191
271
+ #: options-meta-boxes.php:256
272
+ msgid "score (high relevance to low)"
273
+ msgstr "કુલ સ્કોર: (ઓછી ઊંચા સુસંગતતા)"
274
+
275
+ #@ yarpp
276
+ #: options-meta-boxes.php:192
277
+ #: options-meta-boxes.php:257
278
+ msgid "score (low relevance to high)"
279
+ msgstr "કુલ સ્કોર: (ઊંચા નીચા સુસંગતતા)"
280
+
281
+ #@ yarpp
282
+ #: options-meta-boxes.php:193
283
+ #: options-meta-boxes.php:258
284
+ msgid "date (new to old)"
285
+ msgstr "તારીખ (નવા જૂના)"
286
+
287
+ #@ yarpp
288
+ #: options-meta-boxes.php:194
289
+ #: options-meta-boxes.php:259
290
+ msgid "date (old to new)"
291
+ msgstr "તારીખ (નવા જૂના)"
292
+
293
+ #@ yarpp
294
+ #: options-meta-boxes.php:195
295
+ #: options-meta-boxes.php:260
296
+ msgid "title (alphabetical)"
297
+ msgstr "શીર્ષક (મૂળાક્ષર)"
298
+
299
+ #@ yarpp
300
+ #: options-meta-boxes.php:196
301
+ #: options-meta-boxes.php:261
302
+ msgid "title (reverse alphabetical)"
303
+ msgstr "શીર્ષક (રિવર્સ મૂળાક્ષર)"
304
+
305
+ #@ yarpp
306
+ #: options-meta-boxes.php:201
307
+ #: options-meta-boxes.php:266
308
+ msgid "Default display if no results:"
309
+ msgstr "કોઈ પરિણામો જો મૂળભૂત ડિસ્પ્લે:"
310
+
311
+ #@ yarpp
312
+ #: includes.php:257
313
+ #: options-meta-boxes.php:203
314
+ #: options-meta-boxes.php:268
315
+ msgid "Help promote Yet Another Related Posts Plugin?"
316
+ msgstr "મદદ છતાં અન્ય સંબંધિત પોસ્ટ્સ પ્લગઇન પ્રોત્સાહન?"
317
+
318
+ #@ yarpp
319
+ #: options-meta-boxes.php:205
320
+ #: options-meta-boxes.php:269
321
+ #, php-format
322
+ 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."
323
+ msgstr "આ વિકલ્પ કોડ% s ને ઉમેરી આવશે. તે દેવાનો પર, તમારા વિકલ્પો અપડેટ કરવાનો પ્રયાસ કરો, અને કોડ જમણી ઉદાહરણમાં કોડ જુઓ. આ લિંક્સ અને દાન આવકાર્ય છે."
324
+
325
+ #@ yarpp
326
+ #: options-meta-boxes.php:276
327
+ msgid "Display options <small>for RSS</small>"
328
+ msgstr "વિકલ્પો દર્શાવો <small>for RSS</small>"
329
+
330
+ #@ yarpp
331
+ #: options-meta-boxes.php:221
332
+ msgid "Display related posts in feeds?"
333
+ msgstr "ફીડ્સ સંબંધિત પોસ્ટ્સ દર્શાવો?"
334
+
335
+ #@ yarpp
336
+ #: options-meta-boxes.php:223
337
+ msgid "Display related posts in the descriptions?"
338
+ msgstr "વર્ણન માં સંબંધિત પોસ્ટ્સ દર્શાવો?"
339
+
340
+ #@ yarpp
341
+ #: options-meta-boxes.php:223
342
+ 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."
343
+ msgstr "આ વિકલ્પ આરએસએસ વર્ણન ક્ષેત્રોમાં સંબંધિત માત્ર સામગ્રી પોસ્ટ્સ નથી, દર્શાવે છે. જો તમારી ફીડ્સ સેટ છે માત્ર અવતરણો દર્શાવવા માટે, જોકે, માત્ર વર્ણન ક્ષેત્ર માટે વપરાય છે તેથી, આ વિકલ્પ બધી કોઈપણ ડિસ્પ્લે માટે જરૂરી છે."
344
+
345
+ #@ yarpp
346
+ #: options-meta-boxes.php:221
347
+ msgid "RSS display code example"
348
+ msgstr "ડિસ્પ્લે કોડ ઉદાહરણ આરએસએસ"
349
+
350
+ #@ yarpp
351
+ #: options-meta-boxes.php:250
352
+ msgid "Before / after (excerpt):"
353
+ msgstr "પહેલાં / પછી (નિષ્ણાત):"
354
+
355
+ #@ yarpp
356
+ #: options-meta-boxes.php:38
357
+ msgid "word"
358
+ msgstr "શબ્દ"
359
+
360
+ #@ yarpp
361
+ #: options-meta-boxes.php:39
362
+ msgid "tag"
363
+ msgstr "દિવસ"
364
+
365
+ #@ yarpp
366
+ #: options-meta-boxes.php:40
367
+ msgid "category"
368
+ msgstr "વર્ગ"
369
+
370
+ #@ yarpp
371
+ #: options-meta-boxes.php:48
372
+ #: options-meta-boxes.php:80
373
+ #, php-format
374
+ msgid "require at least one %s in common"
375
+ msgstr "ઓછામાં ઓછી એક સામાન્ય% s જરૂરી છે"
376
+
377
+ #@ yarpp
378
+ #: options-meta-boxes.php:50
379
+ #: options-meta-boxes.php:82
380
+ #, php-format
381
+ msgid "require more than one %s in common"
382
+ msgstr "એક કરતાં વધુ સામાન્ય %s જરૂરી છે"
383
+
384
+ #@ yarpp
385
+ #: yarpp_options.php:114
386
+ msgid "Options saved!"
387
+ msgstr "વિકલ્પો સાચવ્યા!"
388
+
389
+ #@ yarpp
390
+ #: options-meta-boxes.php:124
391
+ 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."
392
+ msgstr "ઊંચી મેચ થ્રેશોલ્ડ વધુ પ્રતિબંધિત છે, અને તમે ઓછા સંબંધિત પોસ્ટ્સ એકંદર છે. મૂળભૂત મેચ થ્રેશોલ્ડ 5 છે. જો તમે યોગ્ય મેચ threshhold શોધવા માંગો છો, અમુક પોસ્ટ સંબંધિત પોસ્ટ્સ પ્રદર્શન પર એક નજર અને તેમના સ્કોર્સ લો. તમે શું સંબંધિત પોસ્ટ્સ પ્રકારના અપ કરવામાં આવી રહી લેવામાં આવે છે અને જુઓ કે મેચ સ્કોર્સ પ્રકારની શું કરી શકો છો, અને તમારી સાઇટ માટે યોગ્ય થ્રેશોલ્ડ નક્કી કરે છે."
393
+
394
+ #@ yarpp
395
+ #: yarpp_options.php:279
396
+ msgid "Update options"
397
+ msgstr "વિકલ્પોને અપડેટ"
398
+
399
+ #@ yarpp
400
+ #: yarpp_options.php:280
401
+ msgid "Do you really want to reset your configuration?"
402
+ msgstr "શું તમે ખરેખર તમારી રૂપરેખાંકન ફરીથી સેટ કરવા માંગો છો?"
403
+
404
+ #@ yarpp
405
+ #: yarpp_options.php:280
406
+ msgid "Reset options"
407
+ msgstr "વિકલ્પો ફરીથી સેટ કરો"
408
+
409
+ #@ yarpp
410
+ #: includes.php:26
411
+ #: includes.php:37
412
+ msgid "Related posts:"
413
+ msgstr "સંબંધિત પોસ્ટ્સ:"
414
+
415
+ #@ yarpp
416
+ #: includes.php:28
417
+ #: includes.php:39
418
+ #: template-metabox.php:27
419
+ #: template-widget.php:13
420
+ msgid "No related posts."
421
+ msgstr "કોઈ સંબંધિત પોસ્ટ્સ."
422
+
423
+ #@ yarpp
424
+ #: cache-postmeta.php:105
425
+ #: cache-tables.php:131
426
+ msgid "Example post "
427
+ msgstr "ઉદાહરણ પોસ્ટ"
428
+
429
+ #@ yarpp
430
+ #: options-meta-boxes.php:105
431
+ msgid "day(s)"
432
+ msgstr "દિવસ (ઓ)"
433
+
434
+ #@ yarpp
435
+ #: options-meta-boxes.php:106
436
+ msgid "week(s)"
437
+ msgstr "સપ્તાહ (ઓ)"
438
+
439
+ #@ yarpp
440
+ #: options-meta-boxes.php:107
441
+ msgid "month(s)"
442
+ msgstr "મહિનો (ઓ)"
443
+
444
+ #@ yarpp
445
+ #: options-meta-boxes.php:109
446
+ msgid "Show only posts from the past NUMBER UNITS"
447
+ msgstr "ભૂતકાળમાં NUMBER UNITS માત્ર પોસ્ટ્સ બતાવો"
448
+
449
+ #@ yarpp
450
+ #: yarpp_options.php:46
451
+ #, php-format
452
+ 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."
453
+ msgstr "ત્યાં છતાં અન્ય સંબંધિત પોસ્ટ્સ પ્લગઇન એક નવી બીટા (% s) છે. તમે <a href=\"%s\"> તેને અહીં ડાઉનલોડ કરી શકો છો </ a> તમારા પોતાના જોખમે."
454
+
455
+ #@ yarpp
456
+ #: includes.php:248
457
+ #: options-meta-boxes.php:161
458
+ #: options-meta-boxes.php:228
459
+ msgid "Display using a custom template file"
460
+ msgstr "કસ્ટમ ટેમ્પલેટ ફાઇલનો ઉપયોગ કરીને દર્શાવો"
461
+
462
+ #@ yarpp
463
+ #: options-meta-boxes.php:228
464
+ msgid "NEW!"
465
+ msgstr "નવી!"
466
+
467
+ #@ yarpp
468
+ #: options-meta-boxes.php:161
469
+ #: options-meta-boxes.php:228
470
+ 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."
471
+ msgstr "આ અદ્યતન વિકલ્પ તમે સંપૂર્ણ માટે કસ્ટમાઇઝ કેવી રીતે તમારા સંબંધિત પોસ્ટ્સ દર્શાવવામાં આવે છે શક્તિ આપે છે. નમૂનાઓ (તમારી થીમ ફોલ્ડરમાં સંગ્રહિત) PHP માં લખાયેલ છે."
472
+
473
+ #@ yarpp
474
+ #: includes.php:249
475
+ #: options-meta-boxes.php:165
476
+ #: options-meta-boxes.php:233
477
+ msgid "Template file:"
478
+ msgstr "ઢાંચો ફાઈલ:"
479
+
480
+ #@ yarpp
481
+ #: options-meta-boxes.php:175
482
+ #: options-meta-boxes.php:176
483
+ #: options-meta-boxes.php:184
484
+ #: options-meta-boxes.php:244
485
+ #: options-meta-boxes.php:245
486
+ #: options-meta-boxes.php:250
487
+ msgid " or "
488
+ msgstr "અથવા"
489
+
490
+ #@ yarpp
491
+ #: options-meta-boxes.php:221
492
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
493
+ msgstr "આ વિકલ્પ તમારા RSS અને Atom ફીડ્સ દરેક વસ્તુ ઓવરને અંતે સંબંધિત પોસ્ટ્સ દર્શાવે છે. કોઈ નમૂનો ફેરફારો જરૂરી છે."
494
+
495
+ #@ yarpp
496
+ #: template-metabox.php:12
497
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
498
+ msgstr "આ આ પ્રવેશ માટે સંબંધિત એન્ટ્રીઓ છે. આ પોસ્ટ સુધારી રહ્યા છીએ આ સંબંધિત પોસ્ટ્સ બદલી શકો છો."
499
+
500
+ #@ yarpp
501
+ #: template-metabox.php:25
502
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
503
+ msgstr "શું આ સંબંધિત પ્રવેશો તમામ વાસ્તવમાં દર્શાવવામાં આવે છે અને તેઓ દર્શાવવામાં આવે છે કે કેવી રીતે તમારા YARPP પ્રદર્શન વિકલ્પો પર આધાર રાખે છે."
504
+
505
+ #@ yarpp
506
+ #: includes.php:169
507
+ msgid "Settings"
508
+ msgstr "સેટિંગ્સ"
509
+
510
+ #@ default
511
+ #: includes.php:243
512
+ msgid "Title:"
513
+ msgstr "શીર્ષક:"
514
+
515
+ #@ yarpp
516
+ #: includes.php:385
517
+ msgid "Related entries may be displayed once you save your entry"
518
+ msgstr "સંબંધિત પ્રવેશો એકવાર તમે તમારી એન્ટ્રી સેવ પ્રદર્શિત થઈ શકે છે"
519
+
520
+ #@ yarpp
521
+ #: options-meta-boxes.php:124
522
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
523
+ msgstr "YARPP (1) મહત્તમ સંખ્યા દ્વારા સંબંધિત પોસ્ટ્સ યાદી મર્યાદિત અને (2) એક <em> મેચ થ્રેશોલ્ડ </ em>."
524
+
525
+ #@ yarpp
526
+ #: options-meta-boxes.php:283
527
+ msgid "YARPP Forum"
528
+ msgstr "YARPP ફોરમ"
529
+
530
+ #@ yarpp
531
+ #: options-meta-boxes.php:284
532
+ msgid "YARPP on Twitter"
533
+ msgstr "Twitter પર YARPP"
534
+
535
+ #@ yarpp
536
+ #: options-meta-boxes.php:285
537
+ msgid "YARPP on the Web"
538
+ msgstr "વેબ પર YARPP"
539
+
540
+ #@ yarpp
541
+ #: options-meta-boxes.php:292
542
+ msgid "Contact YARPP"
543
+ msgstr "સંપર્ક YARPP"
544
+
545
+ #@ default
546
+ #: yarpp_options.php:42
547
+ #, php-format
548
+ 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>."
549
+ msgstr "ત્યાં એક નવી આવૃત્તિ છે %1$s પ્રાપ્ય. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">આવૃત્તિ %4$s જુઓ વિગતો</a>અથવા <a href=\"%5$s\">આપમેળે અપડેટ</a>."
550
+
551
+ #@ yarpp
552
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
555
+ msgstr "પ્રયાસ કરો <a href=\"%s\" target=\"_blank\"> જાતે એસક્યુએલ સુયોજન કરો </ a>."
556
+
557
+ #@ yarpp
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
561
+ msgstr "દ્વારા <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+
trunk/lang/yarpp-he_IL.mo ADDED
Binary file
trunk/lang/yarpp-he_IL.po ADDED
@@ -0,0 +1,702 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.0.11\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-10 17:17-0500\n"
6
+ "PO-Revision-Date: 2012-12-10 19:49-0500\n"
7
+ "Last-Translator: Michael 芳貴 Erlewine <mitcho@mitcho.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: he_IL\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Poedit-SourceCharset: utf-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_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-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 1.5.4\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ # @ yarpp
23
+ #: class-admin.php:90 class-widget.php:7 class-widget.php:72
24
+ msgid "Related Posts (YARPP)"
25
+ msgstr "פוסטים נוספים בנושא (YARPP)"
26
+
27
+ # @ yarpp
28
+ #: class-admin.php:96
29
+ msgid "Related Posts"
30
+ msgstr "פוסטים נוספים בנושא"
31
+
32
+ #: class-admin.php:96
33
+ msgid "Configure"
34
+ msgstr ""
35
+
36
+ #: class-admin.php:114 class-admin.php:143
37
+ msgid "Frequently Asked Questions"
38
+ msgstr "שאלות נפוצות"
39
+
40
+ #: class-admin.php:119 class-admin.php:155
41
+ msgid "Developing with YARPP"
42
+ msgstr "שימוש ב-YARPP למפתחים"
43
+
44
+ #: class-admin.php:124
45
+ msgid "Optional Data Collection"
46
+ msgstr "איסוף מידע"
47
+
48
+ #: class-admin.php:160
49
+ #, php-format
50
+ msgid ""
51
+ "With your permission, YARPP will send information about YARPP's settings, "
52
+ "usage, and environment back to a central server at %s."
53
+ msgstr ""
54
+ "אם תסכימו, YARPP יאסוף מידע אודות השימוש בתוסף, ההגדרות שלו והאופן שבו האתר "
55
+ "שלכם משתמש בתוסף. המידע יועבר לשרת מרכזי ב-%s. "
56
+
57
+ #: class-admin.php:161
58
+ msgid ""
59
+ "This information will be used to improve YARPP in the future and help decide "
60
+ "future development decisions for YARPP."
61
+ msgstr ""
62
+ "המידע נאסף על מנת לשפר את YARPP וכדי לעזור בקבלת החלטות עתידיות לגבי YARPP."
63
+
64
+ #: class-admin.php:162
65
+ msgid ""
66
+ "Contributing this data will help make YARPP better for you and for other "
67
+ "YARPP users."
68
+ msgstr ""
69
+ "אם תסכימו לשלוח את המידע שלכם ל-YARPP, תוכלו לעזור לשפר את YARPP עבורכם "
70
+ "ועבור שאר המשתמשים בתוסף."
71
+
72
+ #: class-admin.php:170
73
+ msgid "If you opt-in, the following information is sent back to YARPP:"
74
+ msgstr ""
75
+ "אם תבחרו לשתף את המידע שלכם עם YARPP, המידע שלמטה יישלח בחזרה ל-YARPP. "
76
+
77
+ #: class-admin.php:172
78
+ msgid ""
79
+ "In addition, YARPP also loads an invisible pixel image with your YARPP "
80
+ "results to know how often YARPP is being used."
81
+ msgstr ""
82
+ "בנוסף, YARPP יטען תמונה בלתי נראית בגודל פיקסל אחד בכל פעם ש-YARPP יופעל, על "
83
+ "מנת לדעת באיזו תדירות נעשה שימוש בתוסף."
84
+
85
+ #: class-admin.php:176 options-meta-boxes.php:424
86
+ msgid "Send settings and usage data back to YARPP"
87
+ msgstr "שלחו מידע אודות השימוש בתוסף וההגדרות שלו למפתחי YARPP"
88
+
89
+ #: class-admin.php:176
90
+ msgid "Thank you!"
91
+ msgstr "תודה רבה! "
92
+
93
+ #: class-admin.php:205
94
+ msgid ""
95
+ "<strong>Help make YARPP better</strong> by sending information about YARPP's "
96
+ "settings and usage statistics."
97
+ msgstr ""
98
+ "<strong>עזרו לשפר את YARPP.</strong> שלחו מידע אודות השימוש בתוסף וההגדרות "
99
+ "שלו למפתחי YARPP."
100
+
101
+ #: class-admin.php:209 options-meta-boxes.php:428
102
+ msgid "Learn More"
103
+ msgstr "למידע נוסף"
104
+
105
+ #: class-admin.php:252
106
+ msgid "Show example code output"
107
+ msgstr "הצגת דוגמת קוד פלט"
108
+
109
+ # @ yarpp
110
+ #: class-admin.php:279
111
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
112
+ msgstr "תודה שהתקנתם את תוסף הפוסטים הנוספים בנושא, YARPP. "
113
+
114
+ #: class-admin.php:280
115
+ msgid ""
116
+ "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
117
+ msgstr ""
118
+ "אל תשכחו לבקר בדף ההגדרות של <a>פוסטים נוספים בנושא</a> על מנת לשנות את "
119
+ "ההגדרות של YARPP"
120
+
121
+ #: class-admin.php:326
122
+ msgid "Settings"
123
+ msgstr "הגדרות"
124
+
125
+ #: class-admin.php:352
126
+ msgid "Related entries may be displayed once you save your entry"
127
+ msgstr "פוסטים נוספים יוצגו אחרי שהפוסט יישמר"
128
+
129
+ # @ yarpp
130
+ #: class-cache.php:530
131
+ msgid "Example post "
132
+ msgstr "פוסט לדוגמא"
133
+
134
+ # @ yarpp
135
+ #: class-core.php:80 class-core.php:90 class-core.php:117 class-core.php:119
136
+ #: class-core.php:378 class-core.php:389 class-core.php:686
137
+ msgid "Related posts:"
138
+ msgstr "פוסטים קשורים לנושא:"
139
+
140
+ # @ yarpp
141
+ #: class-core.php:82 class-core.php:92 class-core.php:380 class-core.php:391
142
+ #: template-metabox.php:30 template-widget.php:13
143
+ msgid "No related posts."
144
+ msgstr "אין פוסטים קשורים לנושא."
145
+
146
+ # @ yarpp
147
+ #: class-core.php:839 class-core.php:982 options-meta-boxes.php:295
148
+ #: options-meta-boxes.php:356
149
+ #, php-format
150
+ msgid ""
151
+ "Related posts brought to you by <a href='%s'>Yet Another Related Posts "
152
+ "Plugin</a>."
153
+ msgstr ""
154
+ "פוסטים נוספים בנושא הובאו אליכם על ידי <a href='%s'>Yet Another Related "
155
+ "Posts Plugin</a>."
156
+
157
+ #: class-widget.php:92 options-meta-boxes.php:35
158
+ msgid "List"
159
+ msgstr "רשימה"
160
+
161
+ #: class-widget.php:94 options-meta-boxes.php:45
162
+ msgid "Thumbnails"
163
+ msgstr "תמונות קטנות"
164
+
165
+ #: class-widget.php:96 options-meta-boxes.php:59
166
+ msgid "Custom"
167
+ msgstr "תבניות"
168
+
169
+ # @ yarpp
170
+ #: class-widget.php:99
171
+ msgid "Title:"
172
+ msgstr "כותרות: "
173
+
174
+ # @ yarpp
175
+ #: class-widget.php:101 options-meta-boxes.php:70
176
+ msgid "Template file:"
177
+ msgstr "קובץ תבנית:"
178
+
179
+ # @ yarpp
180
+ #: class-widget.php:119 options-meta-boxes.php:294 options-meta-boxes.php:356
181
+ msgid "Help promote Yet Another Related Posts Plugin?"
182
+ msgstr "רוצים לעזור לקדם את התוסף?"
183
+
184
+ # @ yarpp
185
+ #: options-meta-boxes.php:7
186
+ msgid ""
187
+ "This advanced option gives you full power to customize how your related "
188
+ "posts are displayed. Templates (stored in your theme folder) are written in "
189
+ "PHP."
190
+ msgstr ""
191
+ "אפשרות מתקדמת זו מאפשרת לכם שליטה מלאה בצורת הצגת הפוסטים הנוספים. תבניות "
192
+ "(נמצאות בתקיית התבניות שלכם) כתובות ב- PHP."
193
+
194
+ #: options-meta-boxes.php:44
195
+ msgid ""
196
+ "This option is disabled because your theme does not support post thumbnails."
197
+ msgstr "האפשרות הזאת אינה זמינה משום שהעיצוב שלך לא תומך בתמונות קטנות."
198
+
199
+ #: options-meta-boxes.php:54
200
+ msgid ""
201
+ "This option is disabled because no YARPP templates were found in your theme."
202
+ msgstr "האפשרות הזאת לא זמינה משום שאין תבניות של YARPP בעיצוב שלך."
203
+
204
+ #: options-meta-boxes.php:56
205
+ msgid ""
206
+ "Would you like to copy some sample templates bundled with YARPP into your "
207
+ "theme?"
208
+ msgstr "האם תרצה להעתיק תבניות לדוגמא שכלולות ב-YARPP לעיצוב שלך?"
209
+
210
+ #: options-meta-boxes.php:56
211
+ msgid "Copy Templates"
212
+ msgstr "העתק תבניות"
213
+
214
+ #: options-meta-boxes.php:79
215
+ msgid "Author:"
216
+ msgstr "מחבר"
217
+
218
+ # @ yarpp
219
+ #: options-meta-boxes.php:105 options-meta-boxes.php:123
220
+ msgid "do not consider"
221
+ msgstr "אל תכלול"
222
+
223
+ # @ yarpp
224
+ #: options-meta-boxes.php:106 options-meta-boxes.php:124
225
+ msgid "consider"
226
+ msgstr "כלול"
227
+
228
+ # @ yarpp
229
+ #: options-meta-boxes.php:107 options-meta-boxes.php:125
230
+ msgid "consider with extra weight"
231
+ msgstr "כלול עם משקל כבד במיוחד"
232
+
233
+ # @ yarpp
234
+ #: options-meta-boxes.php:108
235
+ #, php-format
236
+ msgid "require at least one %s in common"
237
+ msgstr "וודא שיש לפחות %s אחת במשותף"
238
+
239
+ # @ yarpp
240
+ #: options-meta-boxes.php:109
241
+ #, php-format
242
+ msgid "require more than one %s in common"
243
+ msgstr "וודא שיש יותר מ-%s אחת במשותף"
244
+
245
+ # @ yarpp
246
+ #: options-meta-boxes.php:131
247
+ msgid "Order results:"
248
+ msgstr "הצג תוצאות לפי:"
249
+
250
+ # @ yarpp
251
+ #: options-meta-boxes.php:135
252
+ msgid "score (high relevance to low)"
253
+ msgstr "ציון (הקשר גבוה לנמוך)"
254
+
255
+ # @ yarpp
256
+ #: options-meta-boxes.php:136
257
+ msgid "score (low relevance to high)"
258
+ msgstr "ציון (הקשר נמוך לגבוה)"
259
+
260
+ # @ yarpp
261
+ #: options-meta-boxes.php:137
262
+ msgid "date (new to old)"
263
+ msgstr "תאריך (חדש לישן)"
264
+
265
+ # @ yarpp
266
+ #: options-meta-boxes.php:138
267
+ msgid "date (old to new)"
268
+ msgstr "תאריך (ישן לחדש)"
269
+
270
+ # @ yarpp
271
+ #: options-meta-boxes.php:139
272
+ msgid "title (alphabetical)"
273
+ msgstr "כותרת (א-ת)"
274
+
275
+ # @ yarpp
276
+ #: options-meta-boxes.php:140
277
+ msgid "title (reverse alphabetical)"
278
+ msgstr "כותרת (ת-א)"
279
+
280
+ # @ yarpp
281
+ #: options-meta-boxes.php:170
282
+ msgid ""
283
+ "\"The Pool\" refers to the pool of posts and pages that are candidates for "
284
+ "display as related to the current entry."
285
+ msgstr "\"המועמדים\" הם כל הפוסטים והדפים שעשויים להחשב כקשורים לפוסט הנוכחי. "
286
+
287
+ # @ yarpp
288
+ #: options-meta-boxes.php:173
289
+ msgid "Post types considered:"
290
+ msgstr "סוגי הפוסטים שיכללו"
291
+
292
+ # @ yarpp
293
+ #: options-meta-boxes.php:177
294
+ #, php-format
295
+ msgid "Disallow by %s:"
296
+ msgstr "חסום לפי %s:"
297
+
298
+ # @ yarpp
299
+ #: options-meta-boxes.php:179
300
+ msgid "Show password protected posts?"
301
+ msgstr "האם להציג פוסטים מוגנים בסיסמה?"
302
+
303
+ # @ yarpp
304
+ #: options-meta-boxes.php:190
305
+ msgid "day(s)"
306
+ msgstr "ימים"
307
+
308
+ # @ yarpp
309
+ #: options-meta-boxes.php:191
310
+ msgid "week(s)"
311
+ msgstr "שבועות"
312
+
313
+ # @ yarpp
314
+ #: options-meta-boxes.php:192
315
+ msgid "month(s)"
316
+ msgstr "חודשים"
317
+
318
+ # @ yarpp
319
+ #: options-meta-boxes.php:198
320
+ msgid "Show only posts from the past NUMBER UNITS"
321
+ msgstr "הצג רק פוסטים שנכתבו לכל היותר לפני NUMBER UNITS "
322
+
323
+ # @ yarpp
324
+ #: options-meta-boxes.php:204
325
+ msgid "\"The Pool\""
326
+ msgstr "\"המועמדים\"ֿֿ"
327
+
328
+ #: options-meta-boxes.php:210
329
+ msgid ""
330
+ "YARPP limits the related posts list by (1) a maximum number and (2) a "
331
+ "<em>match threshold</em>."
332
+ msgstr ""
333
+ "YARPP מחליט כמה פוסטים נוספים בנושא להציג לפי ההגדרות של (1) מספר "
334
+ "הפוסטים מקסימלי ו- (2) ציון ההתאמה המינימלי."
335
+
336
+ # @ yarpp
337
+ #: options-meta-boxes.php:210
338
+ msgid ""
339
+ "The higher the match threshold, the more restrictive, and you get less "
340
+ "related posts overall. The default match threshold is 5. If you want to find "
341
+ "an appropriate match threshhold, take a look at some post's related posts "
342
+ "display and their scores. You can see what kinds of related posts are being "
343
+ "picked up and with what kind of match scores, and determine an appropriate "
344
+ "threshold for your site."
345
+ msgstr ""
346
+ "ככל שציון ההתאמה המינימלי גבוה יותר, כך הוא יותר מגביל ועל כן תקבלו פחות "
347
+ "פוסטים שקשורים לרשומה שלכם. ברירת המחדל של ציון ההתאמה המינימלי הוא 5. אם "
348
+ "אתם רוצים למצוא את ציון ההתאמה המינימלי שמתאים לאתר שלכם, הסתכלו על הפוסטים "
349
+ "הקשורים לרשומה כלשהי והניקוד שלהם. ניתן לראות אילו סוגים של פוסטים קשורים "
350
+ "נמצאו ועם אילו ציוני ההתאמה, ובעזרת המידע הזה ניתן לקבוע ציון התאמה מינימלי "
351
+ "שמתאים לאתר שלכם."
352
+
353
+ # @ yarpp
354
+ #: options-meta-boxes.php:213
355
+ msgid "Match threshold:"
356
+ msgstr "ציון ההתאמה המינימלי:"
357
+
358
+ # @ yarpp
359
+ #: options-meta-boxes.php:214
360
+ msgid "Titles: "
361
+ msgstr "כותרות:"
362
+
363
+ # @ yarpp
364
+ #: options-meta-boxes.php:215
365
+ msgid "Bodies: "
366
+ msgstr "גוף הפוסט:"
367
+
368
+ # @ yarpp
369
+ #: options-meta-boxes.php:221
370
+ msgid "Display results from all post types"
371
+ msgstr "הצג תוצאות מכל סוגי הפוסטים"
372
+
373
+ #: options-meta-boxes.php:221
374
+ msgid ""
375
+ "When \"display results from all post types\" is off, only posts will be "
376
+ "displayed as related to a post, only pages will be displayed as related to a "
377
+ "page, etc."
378
+ msgstr ""
379
+ "כאשר האפשרות \"הצג תוצאות מכל סוגי הפוסטים\" לא מופעלת, רק פוסטים יוצגו "
380
+ "כקשורים לפוסטים, רק דפים יוצגו כקשורים לדפים, וכולי. "
381
+
382
+ # @ yarpp
383
+ #: options-meta-boxes.php:222
384
+ msgid "Show only previous posts?"
385
+ msgstr "הצג רק פוסטים ישנים?"
386
+
387
+ # @ yarpp
388
+ #: options-meta-boxes.php:226
389
+ msgid "\"Relatedness\" options"
390
+ msgstr "קריטריונים להגדרת קשר בין פוסטים"
391
+
392
+ # @ yarpp
393
+ #: options-meta-boxes.php:236
394
+ msgid "Website display code example"
395
+ msgstr "דוגמת קוד לתצוגה באתר"
396
+
397
+ # @ yarpp
398
+ #: options-meta-boxes.php:236 options-meta-boxes.php:309
399
+ msgid "(Update options to reload.)"
400
+ msgstr "(אנא עדכנו את האפשרויות כדי לרענן.)"
401
+
402
+ # @ yarpp
403
+ #: options-meta-boxes.php:239
404
+ msgid "Automatically display:"
405
+ msgstr "הצג אוטומטית ב-:"
406
+
407
+ # @ yarpp
408
+ #: options-meta-boxes.php:240
409
+ msgid ""
410
+ "This option automatically displays related posts right after the content on "
411
+ "single entry pages. If this option is off, you will need to manually insert "
412
+ "<code>related_posts()</code> or variants (<code>related_pages()</code> and "
413
+ "<code>related_entries()</code>) into your theme files."
414
+ msgstr ""
415
+ "האפשרות הזאת מציגה באופן אוטומטי פוסטים נוספים בנושא אחרי התוכן בכל רשומה "
416
+ "באתר שלכם. אם האפשרות הזאת אינה מופעלת, תצטרכו להכניס את הקוד: "
417
+ "<code>related_posts()</code> או את החלופות: <code>related_pages()</code> או "
418
+ "<code>related_entries()</code> לקבצי העיצוב שלכם באופן ידני."
419
+
420
+ #: options-meta-boxes.php:250
421
+ msgid "Also display in archives"
422
+ msgstr "הצג גם בארכיונים"
423
+
424
+ # @ yarpp
425
+ #: options-meta-boxes.php:252 options-meta-boxes.php:314
426
+ msgid "Maximum number of related posts:"
427
+ msgstr "מספר מקסימלי של פוסטים נוספים בנושא:"
428
+
429
+ #: options-meta-boxes.php:272 options-meta-boxes.php:334
430
+ msgid "Heading:"
431
+ msgstr "כותרת:"
432
+
433
+ #: options-meta-boxes.php:273 options-meta-boxes.php:335
434
+ msgid "Default image (URL):"
435
+ msgstr "ברירת המחדל לתמונה (URL):"
436
+
437
+ # @ yarpp
438
+ #: options-meta-boxes.php:274 options-meta-boxes.php:289
439
+ #: options-meta-boxes.php:336 options-meta-boxes.php:351
440
+ msgid "Default display if no results:"
441
+ msgstr "תצוגה ברירת מחדל אם אין תוצאות:"
442
+
443
+ # @ yarpp
444
+ #: options-meta-boxes.php:281 options-meta-boxes.php:343
445
+ msgid "Before / after related entries:"
446
+ msgstr "לפני / אחרי הפוסטים הנוספים בנושא:"
447
+
448
+ # @ yarpp
449
+ #: options-meta-boxes.php:281 options-meta-boxes.php:282
450
+ #: options-meta-boxes.php:287 options-meta-boxes.php:343
451
+ #: options-meta-boxes.php:344 options-meta-boxes.php:349
452
+ msgid "For example:"
453
+ msgstr "לדוגמא:"
454
+
455
+ # @ yarpp
456
+ #: options-meta-boxes.php:281 options-meta-boxes.php:282
457
+ #: options-meta-boxes.php:287 options-meta-boxes.php:343
458
+ #: options-meta-boxes.php:344 options-meta-boxes.php:349
459
+ msgid " or "
460
+ msgstr "או"
461
+
462
+ # @ yarpp
463
+ #: options-meta-boxes.php:282 options-meta-boxes.php:344
464
+ msgid "Before / after each related entry:"
465
+ msgstr "לפני / אחרי כל פוסט בנושא:"
466
+
467
+ # @ yarpp
468
+ #: options-meta-boxes.php:284 options-meta-boxes.php:346
469
+ msgid "Show excerpt?"
470
+ msgstr "להציג תקציר?"
471
+
472
+ # @ yarpp
473
+ #: options-meta-boxes.php:285 options-meta-boxes.php:347
474
+ msgid "Excerpt length (No. of words):"
475
+ msgstr "אורך תקציר (מספר מילים):"
476
+
477
+ # @ yarpp
478
+ #: options-meta-boxes.php:287 options-meta-boxes.php:349
479
+ msgid "Before / after (excerpt):"
480
+ msgstr "לפני / אחרי (תקציר):"
481
+
482
+ # @ yarpp
483
+ #: options-meta-boxes.php:295 options-meta-boxes.php:356
484
+ #, php-format
485
+ msgid ""
486
+ "This option will add the code %s. Try turning it on, updating your options, "
487
+ "and see the code in the code example to the right. These links and donations "
488
+ "are greatly appreciated."
489
+ msgstr ""
490
+ "אפשרות זאת תוסיף את הקוד %s. נסו להפעילו, לעדכן את האפשרויות ובדקו את דוגמת "
491
+ "הקוד המופיעה משמאל. "
492
+
493
+ # @ yarpp
494
+ #: options-meta-boxes.php:299
495
+ msgid "Display options <small>for your website</small>"
496
+ msgstr "אפשרויות תצוגה <small>לאתר שלכם</small>"
497
+
498
+ # @ yarpp
499
+ #: options-meta-boxes.php:309
500
+ msgid "RSS display code example"
501
+ msgstr "דוגמא לקוד RSS"
502
+
503
+ # @ yarpp
504
+ #: options-meta-boxes.php:311
505
+ msgid "Display related posts in feeds?"
506
+ msgstr "להציג פוסטים נוספים בנושא בתוך ההזנות (Feeds)?"
507
+
508
+ # @ yarpp
509
+ #: options-meta-boxes.php:311
510
+ msgid ""
511
+ "This option displays related posts at the end of each item in your RSS and "
512
+ "Atom feeds. No template changes are needed."
513
+ msgstr ""
514
+ "אפשרות זאת תציג את הפוסטים הנוספים בנושא בתוך הזנות Atom ו- RSS. אין צורך "
515
+ "בשינויים בתבנית העיצוב."
516
+
517
+ # @ yarpp
518
+ #: options-meta-boxes.php:312
519
+ msgid "Display related posts in the descriptions?"
520
+ msgstr "להציג פוסטים נוספים בתיאורי הפוסטים?"
521
+
522
+ # @ yarpp
523
+ #: options-meta-boxes.php:312
524
+ msgid ""
525
+ "This option displays the related posts in the RSS description fields, not "
526
+ "just the content. If your feeds are set up to only display excerpts, "
527
+ "however, only the description field is used, so this option is required for "
528
+ "any display at all."
529
+ msgstr ""
530
+ "אפשרות זאת תציג פוסטים נוספים בנושא בתוך תיאורי הזנות RSS ולא רק בתוכן. "
531
+
532
+ # @ yarpp
533
+ #: options-meta-boxes.php:360
534
+ msgid "Display options <small>for RSS</small>"
535
+ msgstr "אפשרויות תצוגה <small>עבור RSS</small>"
536
+
537
+ # @ yarpp
538
+ #: options-meta-boxes.php:368
539
+ msgid "YARPP Forum"
540
+ msgstr "פורום"
541
+
542
+ #: options-meta-boxes.php:369
543
+ msgid "YARPP on Twitter"
544
+ msgstr "חשבון הטוויטר של YARPP"
545
+
546
+ #: options-meta-boxes.php:370
547
+ msgid "YARPP on the Web"
548
+ msgstr "אתר האינטרנט של YARPP"
549
+
550
+ #: options-meta-boxes.php:371
551
+ msgid "Review YARPP on WordPress.org"
552
+ msgstr "כתבו חוות דעת על YARPP ב-WordPress.org"
553
+
554
+ #: options-meta-boxes.php:405
555
+ msgid "Help Improve YARPP"
556
+ msgstr "עזרו לנו לשפר את YARPP"
557
+
558
+ #: options-meta-boxes.php:427
559
+ msgid ""
560
+ "This is entirely optional, but will help improve future versions of YARPP."
561
+ msgstr ""
562
+ "אינכם חייבים לשלוח את המידע הזה, אבל שליחת המידע תסייע לשפר גרסאות עתידיות "
563
+ "של YARPP. "
564
+
565
+ #: options-meta-boxes.php:432
566
+ msgid "Contact YARPP"
567
+ msgstr "צרו קשר עם YARPP"
568
+
569
+ #: yarpp_options.php:31
570
+ #, php-format
571
+ msgid ""
572
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox"
573
+ "\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update "
574
+ "automatically</a>."
575
+ msgstr ""
576
+ "יש גרסה חדשה יותר של %1$s. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s"
577
+ "\">הצג את פרטי גרסה %4$s</a> או <a href=\"%5$s\">עדכן אוטומטית</a>"
578
+
579
+ # @ yarpp
580
+ #: yarpp_options.php:35
581
+ #, php-format
582
+ msgid ""
583
+ "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a "
584
+ "href=\"%s\">download it here</a> at your own risk."
585
+ msgstr ""
586
+ "קיימת גרסא חדשה יותר (%s) של YARPP ותוכלו להוריד אותה <a href=\"%s\">כאן</a>."
587
+
588
+ # @ yarpp
589
+ #: yarpp_options.php:43
590
+ msgid ""
591
+ "The MyISAM check has been overridden. You may now use the \"consider titles"
592
+ "\" and \"consider bodies\" relatedness criteria."
593
+ msgstr ""
594
+ "בדיקת MyISAM בוצעה. כעת ניתן להשתמש ב \"consider titles\" וב- \"consider "
595
+ "bodies\" כמדדים לשייכות לנושא הפרסום."
596
+
597
+ # @ yarpp
598
+ #: yarpp_options.php:51
599
+ #, php-format
600
+ msgid ""
601
+ "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria "
602
+ "require your <code>%s</code> table to use the <a href='http://dev.mysql.com/"
603
+ "doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the "
604
+ "table seems to be using the <code>%s</code> engine. These two options have "
605
+ "been disabled."
606
+ msgstr ""
607
+ "מדדי השייכות \"consider titles\" ו- \"consider bodies\" דורשים את טבלת ה-"
608
+ "<code>%s</code> שלכם כדי להשתמש במנוע האחסון <a href='http://dev.mysql.com/"
609
+ "doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, אבל הטבלה כנראה משתמשת "
610
+ "במנוע <code>%s</code>. שתי האפשרויות הללו בוטלו."
611
+
612
+ # @ yarpp
613
+ #: yarpp_options.php:53
614
+ #, php-format
615
+ msgid ""
616
+ "To restore these features, please update your <code>%s</code> table by "
617
+ "executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = "
618
+ "MyISAM;</code> . No data will be erased by altering the table's engine, "
619
+ "although there are performance implications."
620
+ msgstr ""
621
+ "בכדי להפעיל מחדש אפשרויות אלה, אנא עדכנו את טבלת <code>%s</code>על ידי הרצת "
622
+ "פקודת SQL להלן <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> למרות השפעות "
623
+ "על הביצועים, שום מידע לא יימחק כתוצאה משינוי מנועי הטבלאות"
624
+
625
+ # @ yarpp
626
+ #: yarpp_options.php:55
627
+ #, php-format
628
+ msgid ""
629
+ "If, despite this check, you are sure that <code>%s</code> is using the "
630
+ "MyISAM engine, press this magic button:"
631
+ msgstr ""
632
+ "אם למרות הבדיקה, הינכם בטוחים ש <code>%s</code> משתמש במנוע MyISAM לחצו על "
633
+ "כפתור הקסמים הזה:"
634
+
635
+ # @ yarpp
636
+ #: yarpp_options.php:58
637
+ msgid "Trust me. Let me use MyISAM features."
638
+ msgstr "סמוך עלי, תן לי להשתמש באפשרויות של MyISAM."
639
+
640
+ # @ yarpp
641
+ #: yarpp_options.php:73
642
+ msgid "The YARPP database had an error but has been fixed."
643
+ msgstr "למסד הנתונים של YARPP הייתה בעיה אבל היא תוקנה."
644
+
645
+ # @ yarpp
646
+ #: yarpp_options.php:75
647
+ msgid "The YARPP database has an error which could not be fixed."
648
+ msgstr "נמצאה בעיה במסד הנתונים של YARPP ולא ניתן לתקנה."
649
+
650
+ # @ yarpp
651
+ #: yarpp_options.php:76
652
+ #, php-format
653
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
654
+ msgstr "בבקשה תנסו <a href=\"%s\" target=\"_blank\">להתקין SQL ידנית</a>."
655
+
656
+ # @ yarpp
657
+ #: yarpp_options.php:139
658
+ msgid "Options saved!"
659
+ msgstr "האפשרויות נשמרו!"
660
+
661
+ # @ yarpp
662
+ #: yarpp_options.php:145
663
+ msgid "Yet Another Related Posts Plugin Options"
664
+ msgstr "אפשרויות תוסף YARPP, פוסטים נוספים בנושא"
665
+
666
+ #: yarpp_options.php:153
667
+ #, php-format
668
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
669
+ msgstr ""
670
+ "על ידי <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
671
+
672
+ #: yarpp_options.php:194
673
+ msgid "Save Changes"
674
+ msgstr "שמור שינויים"
675
+
676
+ # @ yarpp
677
+ #: template-builtin.php:22
678
+ #, php-format
679
+ msgid ""
680
+ "%f is the YARPP match score between the current entry and this related "
681
+ "entry. You are seeing this value because you are logged in to WordPress as "
682
+ "an administrator. It is not shown to regular visitors."
683
+ msgstr ""
684
+ "%f הוא הציון ש-YARPP נותן להתאמה בין הרשומה הנוכחית לפוסט הקשור הזה. אתם "
685
+ "רואים את הערך הזה כי נכנסתם לוורדפרס כמנהל. המידע הזה לא נגיש למשתמשים "
686
+ "רגילים."
687
+
688
+ # @ yarpp
689
+ #: template-metabox.php:12
690
+ msgid ""
691
+ "These are the related entries for this entry. Updating this post may change "
692
+ "these related posts."
693
+ msgstr ""
694
+ "להלן פוסטים הקשורים לפוסט זה, עדכון פוסט זה יכול להשפיע על הפוסטים הקשורים "
695
+ "האלה."
696
+
697
+ # @ yarpp
698
+ #: template-metabox.php:28
699
+ msgid ""
700
+ "Whether all of these related entries are actually displayed and how they are "
701
+ "displayed depends on your YARPP display options."
702
+ msgstr "אופן הצגת הפוסטים הללו תלוי בתצורת ההצגה של YARPP."
trunk/lang/yarpp-hi_IN.mo ADDED
Binary file
trunk/lang/yarpp-hi_IN.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YARPP_HI\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-11-17 14:23+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Ashish <ashish@outshinesolutions.com>\n"
8
+ "Language-Team: Outshine Solutions <ashish@outshinesolutions.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: Hindi\n"
14
+ "X-Poedit-Country: INDIA\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:376
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "संबंधित पोस्ट"
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 मौजूदा प्रवेश और इस से संबंधित प्रविष्टि के बीच 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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:83
77
+ #@ yarpp
78
+ msgid "The YARPP database had an error but has been fixed."
79
+ msgstr "YARPP डाटाबेस में एक त्रुटि थी लेकिन तय हो चुकी है."
80
+
81
+ #: yarpp_options.php:85
82
+ #@ yarpp
83
+ msgid "The YARPP database has an error which could not be fixed."
84
+ msgstr "YARPP डाटाबेस में एक त्रुटि थी लेकिन तय हो चुकी है."
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 "नहीं समझती"
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 "विचार"
99
+
100
+ #: options-meta-boxes.php:65
101
+ #@ yarpp
102
+ msgid "consider with extra weight"
103
+ msgstr "अतिरिक्त वजन के साथ विचार"
104
+
105
+ #: yarpp_options.php:178
106
+ #@ yarpp
107
+ msgid "Yet Another Related Posts Plugin Options"
108
+ msgstr "अभी तक एक अन्य संबंधित पोस्ट प्लगइन विकल्प"
109
+
110
+ #: options-meta-boxes.php:118
111
+ #@ yarpp
112
+ msgid "\"The Pool\""
113
+ msgstr "\"Pool\""
114
+
115
+ #: options-meta-boxes.php:91
116
+ #@ yarpp
117
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
118
+ msgstr "\"The Pool\" पदों के पूल को संदर्भित करता है और पन्नों कि प्रदर्शन के लिए उम्मीदवार के रूप में कर रहे हैं मौजूदा प्रवेश से संबंधित है."
119
+
120
+ #: options-meta-boxes.php:96
121
+ #@ yarpp
122
+ msgid "Disallow by category:"
123
+ msgstr "श्रेणी के द्वारा अस्वीकार:"
124
+
125
+ #: options-meta-boxes.php:98
126
+ #@ yarpp
127
+ msgid "Disallow by tag:"
128
+ msgstr "श्रेणी के द्वारा अस्वीकार:"
129
+
130
+ #: options-meta-boxes.php:101
131
+ #@ yarpp
132
+ msgid "Show password protected posts?"
133
+ msgstr "दिखाएँ सुरक्षित पासवर्ड?"
134
+
135
+ #: options-meta-boxes.php:140
136
+ #@ yarpp
137
+ msgid "Show only previous posts?"
138
+ msgstr "केवल पिछले पोस्ट?"
139
+
140
+ #: options-meta-boxes.php:148
141
+ #@ yarpp
142
+ msgid "\"Relatedness\" options"
143
+ msgstr "\"Relatedness\" विकल्प"
144
+
145
+ #: options-meta-boxes.php:124
146
+ #: options-meta-boxes.php:139
147
+ #: options-meta-boxes.php:157
148
+ #: options-meta-boxes.php:161
149
+ #: options-meta-boxes.php:204
150
+ #: options-meta-boxes.php:221
151
+ #: options-meta-boxes.php:223
152
+ #: options-meta-boxes.php:228
153
+ #: options-meta-boxes.php:268
154
+ #@ yarpp
155
+ msgid "more&gt;"
156
+ msgstr "more&gt;"
157
+
158
+ #: options-meta-boxes.php:130
159
+ #@ yarpp
160
+ msgid "Match threshold:"
161
+ msgstr "मिलान सीमा:"
162
+
163
+ #: options-meta-boxes.php:131
164
+ #@ yarpp
165
+ msgid "Titles: "
166
+ msgstr "शीर्षक:"
167
+
168
+ #: options-meta-boxes.php:133
169
+ #@ yarpp
170
+ msgid "Bodies: "
171
+ msgstr "निकायों:"
172
+
173
+ #: options-meta-boxes.php:135
174
+ #@ yarpp
175
+ msgid "Tags: "
176
+ msgstr "टैग:"
177
+
178
+ #: options-meta-boxes.php:137
179
+ #@ yarpp
180
+ msgid "Categories: "
181
+ msgstr "वर्ग:"
182
+
183
+ #: options-meta-boxes.php:139
184
+ #@ yarpp
185
+ msgid "Cross-relate posts and pages?"
186
+ msgstr "पार पोस्ट और पृष्ठों संबंधित हैं?"
187
+
188
+ #: options-meta-boxes.php:139
189
+ #@ yarpp
190
+ 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."
191
+ msgstr "जब \" क्रॉस 'पोस्ट और पृष्ठों संबंधित \"विकल्प चुना जाता है, the <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code>सभी एक ही उत्पादन दे देंगे,दोनों से संबंधित पृष्ठों और पोस्ट लौटने."
192
+
193
+ #: options-meta-boxes.php:212
194
+ #@ yarpp
195
+ msgid "Display options <small>for your website</small>"
196
+ msgstr "प्रदर्शन विकल्प <small>(Website)</small>"
197
+
198
+ #: options-meta-boxes.php:157
199
+ #@ yarpp
200
+ msgid "Automatically display related posts?"
201
+ msgstr "स्वचालित रूप से संबंधित पदों का प्रदर्शन?"
202
+
203
+ #: options-meta-boxes.php:157
204
+ #@ yarpp
205
+ 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."
206
+ 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 Funktionn <code>related_posts()</code> oder Varianten (<code>related_pages()</code> oder <code>related_entries()</code>) selbst kümmern."
207
+
208
+ #: options-meta-boxes.php:158
209
+ #@ yarpp
210
+ msgid "Website display code example"
211
+ msgstr "वेबसाइट के प्रदर्शन कोड उदाहरण"
212
+
213
+ #: options-meta-boxes.php:158
214
+ #: options-meta-boxes.php:221
215
+ #@ yarpp
216
+ msgid "(Update options to reload.)"
217
+ msgstr "(अद्यतन विकल्प पुनः लोड. लिए)"
218
+
219
+ #: options-meta-boxes.php:160
220
+ #: options-meta-boxes.php:226
221
+ #@ yarpp
222
+ msgid "Maximum number of related posts:"
223
+ msgstr "संबंधित पदों की अधिकतम संख्या:"
224
+
225
+ #: options-meta-boxes.php:175
226
+ #: options-meta-boxes.php:244
227
+ #@ yarpp
228
+ msgid "Before / after related entries:"
229
+ msgstr "पहले / संबंधित प्रविष्टियों के बाद:"
230
+
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:176
233
+ #: options-meta-boxes.php:184
234
+ #: options-meta-boxes.php:244
235
+ #: options-meta-boxes.php:245
236
+ #: options-meta-boxes.php:250
237
+ #@ yarpp
238
+ msgid "For example:"
239
+ msgstr "उदाहरण के लिए:"
240
+
241
+ #: options-meta-boxes.php:176
242
+ #: options-meta-boxes.php:245
243
+ #@ yarpp
244
+ msgid "Before / after each related entry:"
245
+ msgstr "पहले / संबंधित प्रत्येक प्रविष्टि के बाद:"
246
+
247
+ #: options-meta-boxes.php:178
248
+ #: options-meta-boxes.php:247
249
+ #@ yarpp
250
+ msgid "Show excerpt?"
251
+ msgstr "दिखाएँ अंश?"
252
+
253
+ #: options-meta-boxes.php:179
254
+ #: options-meta-boxes.php:248
255
+ #@ yarpp
256
+ msgid "Excerpt length (No. of words):"
257
+ msgstr "अंश लंबाई (शब्दों की संख्या):"
258
+
259
+ #: options-meta-boxes.php:183
260
+ #@ yarpp
261
+ msgid "Before / after (Excerpt):"
262
+ msgstr "पहले / के बाद (अंश):"
263
+
264
+ #: options-meta-boxes.php:189
265
+ #: options-meta-boxes.php:254
266
+ #@ yarpp
267
+ msgid "Order results:"
268
+ msgstr "आदेश परिणाम:"
269
+
270
+ #: options-meta-boxes.php:191
271
+ #: options-meta-boxes.php:256
272
+ #@ yarpp
273
+ msgid "score (high relevance to low)"
274
+ msgstr "स्कोर (कम से उच्च प्रासंगिकता)"
275
+
276
+ #: options-meta-boxes.php:192
277
+ #: options-meta-boxes.php:257
278
+ #@ yarpp
279
+ msgid "score (low relevance to high)"
280
+ msgstr "स्कोर (उच्च कम प्रासंगिकता)"
281
+
282
+ #: options-meta-boxes.php:193
283
+ #: options-meta-boxes.php:258
284
+ #@ yarpp
285
+ msgid "date (new to old)"
286
+ msgstr "तारीख (पुराने को नए)"
287
+
288
+ #: options-meta-boxes.php:194
289
+ #: options-meta-boxes.php:259
290
+ #@ yarpp
291
+ msgid "date (old to new)"
292
+ msgstr "तारीख (पुराने को नए)"
293
+
294
+ #: options-meta-boxes.php:195
295
+ #: options-meta-boxes.php:260
296
+ #@ yarpp
297
+ msgid "title (alphabetical)"
298
+ msgstr "शीर्षक (वर्णमाला )"
299
+
300
+ #: options-meta-boxes.php:196
301
+ #: options-meta-boxes.php:261
302
+ #@ yarpp
303
+ msgid "title (reverse alphabetical)"
304
+ msgstr "शीर्षक (रिवर्स वर्णमाला)"
305
+
306
+ #: options-meta-boxes.php:201
307
+ #: options-meta-boxes.php:266
308
+ #@ yarpp
309
+ msgid "Default display if no results:"
310
+ msgstr "डिफ़ॉल्ट प्रदर्शन अगर कोई परिणाम नहीं:"
311
+
312
+ #: includes.php:257
313
+ #: options-meta-boxes.php:203
314
+ #: options-meta-boxes.php:268
315
+ #@ yarpp
316
+ msgid "Help promote Yet Another Related Posts Plugin?"
317
+ msgstr "फिर भी मदद को बढ़ावा देने के एक अन्य संबंधित प्लगइन पोस्ट?"
318
+
319
+ #: options-meta-boxes.php:205
320
+ #: options-meta-boxes.php:269
321
+ #, php-format
322
+ #@ yarpp
323
+ 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."
324
+ msgstr "इस विकल्प का कोड जोड़ना होगा %s ,इस पर निर्णायक की कोशिश करो,अपने विकल्पों को अद्यतन करने, और सही कोड उदाहरण में कोड देखें. कड़ियों और दान काफी सराहना की है. "
325
+
326
+ #: options-meta-boxes.php:276
327
+ #@ yarpp
328
+ msgid "Display options <small>for RSS</small>"
329
+ msgstr "प्रदर्शन विकल्प<small>(RSS)</small>"
330
+
331
+ #: options-meta-boxes.php:221
332
+ #@ yarpp
333
+ msgid "Display related posts in feeds?"
334
+ msgstr "संबंधित पदों में प्रदर्शित फ़ीड?"
335
+
336
+ #: options-meta-boxes.php:223
337
+ #@ yarpp
338
+ msgid "Display related posts in the descriptions?"
339
+ msgstr "विवरण में संबंधित पोस्ट प्रदर्शन?"
340
+
341
+ #: options-meta-boxes.php:223
342
+ #@ yarpp
343
+ 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."
344
+ msgstr "इस विकल्प का वर्णन आरएसएस के क्षेत्रों में संबंधित पदों में ही नहीं, प्रदर्शित सामग्री. यदि आपके स्थापित फ़ीड रहे हैं केवल उद्धृत अंश इस प्रकार प्रदर्शन, तथापि, केवल वर्णन क्षेत्र प्रयोग किया जाता है, तो इस विकल्प का सब पर किसी भी प्रदर्शन के लिए आवश्यक है. "
345
+
346
+ #: options-meta-boxes.php:221
347
+ #@ yarpp
348
+ msgid "RSS display code example"
349
+ msgstr "आरएसएस के प्रदर्शन कोड उदाहरण"
350
+
351
+ #: options-meta-boxes.php:250
352
+ #@ yarpp
353
+ msgid "Before / after (excerpt):"
354
+ msgstr "पहले / बाद (अंश):"
355
+
356
+ #: options-meta-boxes.php:38
357
+ #@ yarpp
358
+ msgid "word"
359
+ msgstr "शब्द"
360
+
361
+ #: options-meta-boxes.php:39
362
+ #@ yarpp
363
+ msgid "tag"
364
+ msgstr "टैग"
365
+
366
+ #: options-meta-boxes.php:40
367
+ #@ yarpp
368
+ msgid "category"
369
+ msgstr "श्रेणी"
370
+
371
+ #: options-meta-boxes.php:48
372
+ #: options-meta-boxes.php:80
373
+ #, php-format
374
+ #@ yarpp
375
+ msgid "require at least one %s in common"
376
+ msgstr "आवश्यकता कम से कम % s"
377
+
378
+ #: options-meta-boxes.php:50
379
+ #: options-meta-boxes.php:82
380
+ #, php-format
381
+ #@ yarpp
382
+ msgid "require more than one %s in common"
383
+ msgstr "आवश्यकता से अधिक एक% s"
384
+
385
+ #: yarpp_options.php:114
386
+ #@ yarpp
387
+ msgid "Options saved!"
388
+ msgstr "विकल्प बचा लिया!"
389
+
390
+ #: options-meta-boxes.php:124
391
+ #@ yarpp
392
+ 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."
393
+ msgstr "मैच सीमा से अधिक, अधिक प्रतिबंधात्मक, और तुम कम संबंधित पदों पीओगे. डिफ़ॉल्ट मैच दहलीज 5 है. यदि आप एक उचित मैच दहलीज को ढूँढ़ना चाहते हूँ.किसी पद से संबंधित पदों प्रदर्शन और अपने स्कोर पर एक नज़र रखना चाहते हूँ. तुम संबंधित पदों का क्या प्रकार और मैच के स्कोर देख सकते हो और आपकी साइट के लिए एक उचित सीमा निर्धारित सकते हो. "
394
+
395
+ #: yarpp_options.php:279
396
+ #@ yarpp
397
+ msgid "Update options"
398
+ msgstr "Einstellungen aktualisieren"
399
+
400
+ #: yarpp_options.php:280
401
+ #@ yarpp
402
+ msgid "Do you really want to reset your configuration?"
403
+ msgstr "Einstellungen tatsächlich zurücksetzen?"
404
+
405
+ #: yarpp_options.php:280
406
+ #@ yarpp
407
+ msgid "Reset options"
408
+ msgstr "Einstellungen zurücksetzen"
409
+
410
+ #: includes.php:26
411
+ #: includes.php:37
412
+ #@ yarpp
413
+ msgid "Related posts:"
414
+ msgstr "संबंधित पोस्ट:"
415
+
416
+ #: includes.php:28
417
+ #: includes.php:39
418
+ #: template-metabox.php:27
419
+ #: template-widget.php:13
420
+ #@ yarpp
421
+ msgid "No related posts."
422
+ msgstr "कोई संबंधित पोस्ट."
423
+
424
+ #: cache-postmeta.php:105
425
+ #: cache-tables.php:131
426
+ #@ yarpp
427
+ msgid "Example post "
428
+ msgstr "पोस्ट उदाहरण "
429
+
430
+ #: options-meta-boxes.php:105
431
+ #@ yarpp
432
+ msgid "day(s)"
433
+ msgstr "दिन (s)"
434
+
435
+ #: options-meta-boxes.php:106
436
+ #@ yarpp
437
+ msgid "week(s)"
438
+ msgstr "सप्ताह (s)"
439
+
440
+ #: options-meta-boxes.php:107
441
+ #@ yarpp
442
+ msgid "month(s)"
443
+ msgstr "महीने (s)"
444
+
445
+ #: options-meta-boxes.php:109
446
+ #@ yarpp
447
+ msgid "Show only posts from the past NUMBER UNITS"
448
+ msgstr "दिखाएँ पिछले NUMBER इकाइयों से ही पोस्ट"
449
+
450
+ #: yarpp_options.php:46
451
+ #, php-format
452
+ #@ yarpp
453
+ 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."
454
+ msgstr "वहाँ एक नया बीटा (%s) फिर भी एक अन्य संबंधित प्लगइन पोस्ट है.आप इसे डाउनलोड कर सकते हैं <a href=\"%s\"> यहाँ </a> अपने जोखिम पर."
455
+
456
+ #: includes.php:248
457
+ #: options-meta-boxes.php:161
458
+ #: options-meta-boxes.php:228
459
+ #@ yarpp
460
+ msgid "Display using a custom template file"
461
+ msgstr "कोई कस्टम टेम्पलेट का उपयोग कर फ़ाइल प्रदर्शन करे "
462
+
463
+ #: options-meta-boxes.php:228
464
+ #@ yarpp
465
+ msgid "NEW!"
466
+ msgstr "नया!"
467
+
468
+ #: options-meta-boxes.php:161
469
+ #: options-meta-boxes.php:228
470
+ #@ yarpp
471
+ 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."
472
+ msgstr "यह उन्नत विकल्प आपको पूरी तरह से अनुकूलित कर सत्ता कैसे अपने पदों से संबंधित प्रदर्शित किए . टेम्पलेट (आपके विषय फ़ोल्डर में संग्रहीत) PHP में लिखा है."
473
+
474
+ #: includes.php:249
475
+ #: options-meta-boxes.php:165
476
+ #: options-meta-boxes.php:233
477
+ #@ yarpp
478
+ msgid "Template file:"
479
+ msgstr "टेम्पलेट फ़ाइल:"
480
+
481
+ #: options-meta-boxes.php:175
482
+ #: options-meta-boxes.php:176
483
+ #: options-meta-boxes.php:184
484
+ #: options-meta-boxes.php:244
485
+ #: options-meta-boxes.php:245
486
+ #: options-meta-boxes.php:250
487
+ #@ yarpp
488
+ msgid " or "
489
+ msgstr "या"
490
+
491
+ #: options-meta-boxes.php:221
492
+ #@ yarpp
493
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
494
+ msgstr "यह विकल्प आपके आरएसएस में प्रत्येक आइटम के अंत में पदों से संबंधित दिखाता है और एटम फ़ीड. टेम्पलेट में कोई बदलाव करने की जरूरत नहीं है."
495
+
496
+ #: template-metabox.php:12
497
+ #@ yarpp
498
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
499
+ msgstr "इस प्रविष्टि के लिए संबंधित प्रविष्टियां हैं. पोस्ट अद्यतन इन पदों से संबंधित बदल सकते हैं."
500
+
501
+ #: template-metabox.php:25
502
+ #@ yarpp
503
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
504
+ msgstr "इन संबंधित सभी प्रविष्टियों का क्या वास्तव में प्रदर्शित किए जाते हैं,और कैसे वे प्रदर्शित कर रहे हैं आपके YARPP प्रदर्शन विकल्पों पर निर्भर करता है."
505
+
506
+ #: includes.php:169
507
+ #@ yarpp
508
+ msgid "Settings"
509
+ msgstr ""
510
+
511
+ #: includes.php:243
512
+ #@ default
513
+ msgid "Title:"
514
+ msgstr ""
515
+
516
+ #: includes.php:385
517
+ #@ yarpp
518
+ msgid "Related entries may be displayed once you save your entry"
519
+ msgstr ""
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 ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-hr.mo ADDED
Binary file
trunk/lang/yarpp-hr.po ADDED
@@ -0,0 +1,626 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.5.4b4\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2012-09-30 05:09+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: GoCroatia.com <admin@gocroatia.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-SourceCharset: UTF-8\n"
14
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
15
+ "_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"
16
+ "X-Poedit-Basepath: ../\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "Language: hr\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ # @ yarpp
22
+ #: class-admin.php:56 class-widget.php:7 class-widget.php:59
23
+ msgid "Related Posts (YARPP)"
24
+ msgstr "Vezani članci (YARPP)"
25
+
26
+ # @ yarpp
27
+ #: class-admin.php:62
28
+ msgid "Related Posts"
29
+ msgstr "Vezani Članci"
30
+
31
+ # @ default
32
+ #: class-admin.php:62
33
+ msgid "Configure"
34
+ msgstr "Podesi"
35
+
36
+ # @ yarpp
37
+ #: class-admin.php:78
38
+ msgid "Frequently Asked Questions"
39
+ msgstr "Često Postavljana Pitanja"
40
+
41
+ # @ yarpp
42
+ #: class-admin.php:84 class-admin.php:112
43
+ msgid "Developing with YARPP"
44
+ msgstr "Razvijanje sa YARPP"
45
+
46
+ # @ yarpp
47
+ #: class-admin.php:100
48
+ msgid "FAQ"
49
+ msgstr "FAQ"
50
+
51
+ # @ yarpp
52
+ #: class-admin.php:167
53
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
54
+ msgstr ""
55
+ "Hvala što ste instalirali <span>Yet Another Related Posts Plugin</span>!"
56
+
57
+ # @ yarpp
58
+ #: class-admin.php:168
59
+ msgid ""
60
+ "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
61
+ msgstr ""
62
+ "Obavezno posjetite <a>stranicu s postavkama povezanih članaka</a> da biste "
63
+ "podesili YARPP."
64
+
65
+ # @ default
66
+ #: class-admin.php:214
67
+ msgid "Settings"
68
+ msgstr "Postavke"
69
+
70
+ # @ yarpp
71
+ #: class-admin.php:240
72
+ msgid "Related entries may be displayed once you save your entry"
73
+ msgstr "Vezani članci se mogu prikazati tek kad snimite ovaj članak"
74
+
75
+ # @ yarpp
76
+ #: class-cache.php:530
77
+ msgid "Example post "
78
+ msgstr "Primjer članka "
79
+
80
+ # @ yarpp
81
+ #: class-core.php:70 class-core.php:80 class-core.php:281 class-core.php:292
82
+ msgid "Related posts:"
83
+ msgstr "Vezani članci:"
84
+
85
+ # @ yarpp
86
+ #: class-core.php:72 class-core.php:82 class-core.php:283 class-core.php:294
87
+ #: template-metabox.php:30 template-widget.php:13
88
+ msgid "No related posts."
89
+ msgstr "Nema vezanih članaka."
90
+
91
+ # @ yarpp
92
+ #: class-core.php:612 class-core.php:733 options-meta-boxes.php:229
93
+ #: options-meta-boxes.php:284
94
+ #, php-format
95
+ msgid ""
96
+ "Related posts brought to you by <a href='%s'>Yet Another Related Posts "
97
+ "Plugin</a>."
98
+ msgstr ""
99
+ "Vezane članke je omogućio <a href='%s'>Yet Another Related Posts Plugin</a>."
100
+
101
+ # @ default
102
+ #: class-widget.php:69
103
+ msgid "Title:"
104
+ msgstr "Naslov:"
105
+
106
+ # @ yarpp
107
+ #: class-widget.php:75 options-meta-boxes.php:17
108
+ msgid "Display using a custom template file"
109
+ msgstr "Prikaži koristeći moj predložak"
110
+
111
+ # @ yarpp
112
+ #: class-widget.php:76 options-meta-boxes.php:196 options-meta-boxes.php:258
113
+ msgid "Template file:"
114
+ msgstr "Datoteka predloška:"
115
+
116
+ # @ yarpp
117
+ #: class-widget.php:98 options-meta-boxes.php:227 options-meta-boxes.php:283
118
+ msgid "Help promote Yet Another Related Posts Plugin?"
119
+ msgstr "Pomozite promovirati YARPP dodatak?"
120
+
121
+ # @ yarpp
122
+ #: options-meta-boxes.php:17 options-meta-boxes.php:113
123
+ #: options-meta-boxes.php:153 options-meta-boxes.php:169
124
+ #: options-meta-boxes.php:187 options-meta-boxes.php:228
125
+ #: options-meta-boxes.php:245 options-meta-boxes.php:247
126
+ #: options-meta-boxes.php:283
127
+ msgid "more&gt;"
128
+ msgstr "više&gt;"
129
+
130
+ # @ yarpp
131
+ #: options-meta-boxes.php:17
132
+ msgid ""
133
+ "This advanced option gives you full power to customize how your related "
134
+ "posts are displayed. Templates (stored in your theme folder) are written in "
135
+ "PHP."
136
+ msgstr ""
137
+ "Ova napredna opcija daje vam potpune mogućnosti da sami odredite sve "
138
+ "postavke prikazivanja vezanih članaka. Predlošci (nalaze se u direktoriju "
139
+ "teme) su pisani u PHP-u."
140
+
141
+ # @ yarpp
142
+ #: options-meta-boxes.php:47 options-meta-boxes.php:59
143
+ msgid "do not consider"
144
+ msgstr "ne uzimaj u obzir"
145
+
146
+ # @ yarpp
147
+ #: options-meta-boxes.php:48 options-meta-boxes.php:60
148
+ msgid "consider"
149
+ msgstr "uzmi u obzir"
150
+
151
+ # @ yarpp
152
+ #: options-meta-boxes.php:49 options-meta-boxes.php:61
153
+ msgid "consider with extra weight"
154
+ msgstr "posebno obrati pažnju na"
155
+
156
+ # @ yarpp
157
+ #: options-meta-boxes.php:50
158
+ #, php-format
159
+ msgid "require at least one %s in common"
160
+ msgstr "traži barem jednu zajedničku %s"
161
+
162
+ # @ yarpp
163
+ #: options-meta-boxes.php:51
164
+ #, php-format
165
+ msgid "require more than one %s in common"
166
+ msgstr "traži više od jedne zajedničke %s"
167
+
168
+ # @ yarpp
169
+ #: options-meta-boxes.php:68
170
+ msgid "Order results:"
171
+ msgstr "Redoslijed rezultata:"
172
+
173
+ # @ yarpp
174
+ #: options-meta-boxes.php:71
175
+ msgid "score (high relevance to low)"
176
+ msgstr "rezultat (više relevantno prije)"
177
+
178
+ # @ yarpp
179
+ #: options-meta-boxes.php:72
180
+ msgid "score (low relevance to high)"
181
+ msgstr "rezultat (manje relevantno prije)"
182
+
183
+ # @ yarpp
184
+ #: options-meta-boxes.php:73
185
+ msgid "date (new to old)"
186
+ msgstr "datum (noviji prije)"
187
+
188
+ # @ yarpp
189
+ #: options-meta-boxes.php:74
190
+ msgid "date (old to new)"
191
+ msgstr "datum (stariji prije)"
192
+
193
+ # @ yarpp
194
+ #: options-meta-boxes.php:75
195
+ msgid "title (alphabetical)"
196
+ msgstr "naslov (abecednim redom)"
197
+
198
+ # @ yarpp
199
+ #: options-meta-boxes.php:76
200
+ msgid "title (reverse alphabetical)"
201
+ msgstr "naslov (obrnuto abecednim redom)"
202
+
203
+ # @ yarpp
204
+ #: options-meta-boxes.php:109
205
+ msgid ""
206
+ "\"The Pool\" refers to the pool of posts and pages that are candidates for "
207
+ "display as related to the current entry."
208
+ msgstr ""
209
+ "\"Članci\" označava koji članci i stranice će biti uzete u obzir za prikaz "
210
+ "vezanih uz trenutni članak."
211
+
212
+ # @ yarpp
213
+ #: options-meta-boxes.php:113
214
+ msgid "Post types considered:"
215
+ msgstr "Uzmi u obzir tip članka:"
216
+
217
+ # @ yarpp
218
+ #: options-meta-boxes.php:116
219
+ #, php-format
220
+ msgid "Disallow by %s:"
221
+ msgstr "Onemogući po %s:"
222
+
223
+ # @ yarpp
224
+ #: options-meta-boxes.php:118
225
+ msgid "Show password protected posts?"
226
+ msgstr "Prikaži članke s lozinkom?"
227
+
228
+ # @ yarpp
229
+ #: options-meta-boxes.php:129
230
+ msgid "day(s)"
231
+ msgstr "dan(a)"
232
+
233
+ # @ yarpp
234
+ #: options-meta-boxes.php:130
235
+ msgid "week(s)"
236
+ msgstr "tjedan(a)"
237
+
238
+ # @ yarpp
239
+ #: options-meta-boxes.php:131
240
+ msgid "month(s)"
241
+ msgstr "mjesec(i)"
242
+
243
+ # @ yarpp
244
+ #: options-meta-boxes.php:137
245
+ msgid "Show only posts from the past NUMBER UNITS"
246
+ msgstr "Prikaži samo članke iz posljednjih"
247
+
248
+ # @ yarpp
249
+ #: options-meta-boxes.php:147
250
+ msgid "\"The Pool\""
251
+ msgstr "\"Članci\""
252
+
253
+ # @ yarpp
254
+ #: options-meta-boxes.php:153
255
+ msgid ""
256
+ "YARPP limits the related posts list by (1) a maximum number and (2) a "
257
+ "<em>match threshold</em>."
258
+ msgstr ""
259
+ "YARPP limitira broj vezanih članaka po njihovom broju i <em>pragu "
260
+ "povezanosti</em>."
261
+
262
+ # @ yarpp
263
+ #: options-meta-boxes.php:153
264
+ msgid ""
265
+ "The higher the match threshold, the more restrictive, and you get less "
266
+ "related posts overall. The default match threshold is 5. If you want to find "
267
+ "an appropriate match threshhold, take a look at some post's related posts "
268
+ "display and their scores. You can see what kinds of related posts are being "
269
+ "picked up and with what kind of match scores, and determine an appropriate "
270
+ "threshold for your site."
271
+ msgstr ""
272
+ "Čim je veći prag povezanosti, prikazuje se manje članaka, ali su više "
273
+ "relevantni. Osnovni prag povezanosti je 5. Ukoliko želite naći idealni prag "
274
+ "povezanosti, pogledajte vezane članke nekog od vaših članaka i njihove "
275
+ "rezultate. Možete vidjeti kakvi vezani članci se prikazuju i sa kakvim "
276
+ "rezultatima, da biste utvrdili prikladan prag povezanosti za vašu stranicu."
277
+
278
+ # @ yarpp
279
+ #: options-meta-boxes.php:159
280
+ msgid "Match threshold:"
281
+ msgstr "Prag povezanosti:"
282
+
283
+ # @ yarpp
284
+ #: options-meta-boxes.php:160
285
+ msgid "Titles: "
286
+ msgstr "Naslovi: "
287
+
288
+ # @ yarpp
289
+ #: options-meta-boxes.php:162
290
+ msgid "Bodies: "
291
+ msgstr "Sadržaj: "
292
+
293
+ # @ yarpp
294
+ #: options-meta-boxes.php:169
295
+ msgid "Display results from all post types"
296
+ msgstr "Prikaži rezultate iz svih tipova članaka"
297
+
298
+ # @ yarpp
299
+ #: options-meta-boxes.php:169
300
+ msgid ""
301
+ "When \"display results from all post types\" is off, only posts will be "
302
+ "displayed as related to a post, only pages will be displayed as related to a "
303
+ "page, etc."
304
+ msgstr ""
305
+ "Kada je \"prikaži rezultate iz svih tipova članaka\" isključeno, samo članci "
306
+ "(postevi) će biti prikazani na člancima, i samo stranice će biti prikazane "
307
+ "na drugim stranicama, itd."
308
+
309
+ # @ yarpp
310
+ #: options-meta-boxes.php:170
311
+ msgid "Show only previous posts?"
312
+ msgstr "Prikaži samo starije članke?"
313
+
314
+ # @ yarpp
315
+ #: options-meta-boxes.php:178
316
+ msgid "\"Relatedness\" options"
317
+ msgstr "\"Povezanost\" opcije"
318
+
319
+ # @ yarpp
320
+ #: options-meta-boxes.php:187
321
+ msgid "Automatically display related posts?"
322
+ msgstr "Automatski prikaži vezane članke?"
323
+
324
+ # @ yarpp
325
+ #: options-meta-boxes.php:187
326
+ msgid ""
327
+ "This option automatically displays related posts right after the content on "
328
+ "single entry pages. If this option is off, you will need to manually insert "
329
+ "<code>related_posts()</code> or variants (<code>related_pages()</code> and "
330
+ "<code>related_entries()</code>) into your theme files."
331
+ msgstr ""
332
+ "Ova opcija automatski prikazuje vezane članke odmah nakon sadržaja članaka. "
333
+ "Ako je ova opcija isključena, morati ćete ručno unijeti kod "
334
+ "<code>related_posts()</code> ili varijante koda (<code>related_pages()</"
335
+ "code> ili <code>related_entries()</code>) u datoteke vaše teme."
336
+
337
+ # @ yarpp
338
+ #: options-meta-boxes.php:188
339
+ msgid "Website display code example"
340
+ msgstr "Primjer koda za prikaz na stranici"
341
+
342
+ # @ yarpp
343
+ #: options-meta-boxes.php:188 options-meta-boxes.php:245
344
+ msgid "(Update options to reload.)"
345
+ msgstr "(Potvrdite opcije za ponovni prikaz.)"
346
+
347
+ # @ yarpp
348
+ #: options-meta-boxes.php:190 options-meta-boxes.php:250
349
+ msgid "Maximum number of related posts:"
350
+ msgstr "Najveći broj vezanih članaka:"
351
+
352
+ # @ yarpp
353
+ #: options-meta-boxes.php:208 options-meta-boxes.php:271
354
+ msgid "Before / after related entries:"
355
+ msgstr "Prije / poslije vezanih članaka:"
356
+
357
+ # @ yarpp
358
+ #: options-meta-boxes.php:208 options-meta-boxes.php:209
359
+ #: options-meta-boxes.php:217 options-meta-boxes.php:271
360
+ #: options-meta-boxes.php:272 options-meta-boxes.php:277
361
+ msgid "For example:"
362
+ msgstr "Na primjer:"
363
+
364
+ # @ yarpp
365
+ #: options-meta-boxes.php:208 options-meta-boxes.php:209
366
+ #: options-meta-boxes.php:217 options-meta-boxes.php:271
367
+ #: options-meta-boxes.php:272 options-meta-boxes.php:277
368
+ msgid " or "
369
+ msgstr " ili "
370
+
371
+ # @ yarpp
372
+ #: options-meta-boxes.php:209 options-meta-boxes.php:272
373
+ msgid "Before / after each related entry:"
374
+ msgstr "Prije / poslije svakog vezanog članka:"
375
+
376
+ # @ yarpp
377
+ #: options-meta-boxes.php:211 options-meta-boxes.php:274
378
+ msgid "Show excerpt?"
379
+ msgstr "Prikaži kratak sadržaj?"
380
+
381
+ # @ yarpp
382
+ #: options-meta-boxes.php:212 options-meta-boxes.php:275
383
+ msgid "Excerpt length (No. of words):"
384
+ msgstr "Duljina kratkog sadržaja (broj riječi):"
385
+
386
+ # @ yarpp
387
+ #: options-meta-boxes.php:216
388
+ msgid "Before / after (Excerpt):"
389
+ msgstr "Prije / poslije (kratkog sadržaja):"
390
+
391
+ # @ yarpp
392
+ #: options-meta-boxes.php:224 options-meta-boxes.php:281
393
+ msgid "Default display if no results:"
394
+ msgstr "Osnovni prikaz ako nema rezultata:"
395
+
396
+ # @ yarpp
397
+ #: options-meta-boxes.php:229 options-meta-boxes.php:284
398
+ #, php-format
399
+ msgid ""
400
+ "This option will add the code %s. Try turning it on, updating your options, "
401
+ "and see the code in the code example to the right. These links and donations "
402
+ "are greatly appreciated."
403
+ msgstr ""
404
+ "Ova opcija će dodati kod %s. Pokušajte je uključiti, snimiti sve opcije, i "
405
+ "provjerite kod u primjeru koda desno. Ovi linkovi i donacije su veoma "
406
+ "dobrodošle."
407
+
408
+ # @ yarpp
409
+ #: options-meta-boxes.php:236
410
+ msgid "Display options <small>for your website</small>"
411
+ msgstr "Opcije prikaza <small>za vašu web stranicu</small>"
412
+
413
+ # @ yarpp
414
+ #: options-meta-boxes.php:245
415
+ msgid "Display related posts in feeds?"
416
+ msgstr "Prikaži vezane članke u RSS feedu?"
417
+
418
+ # @ yarpp
419
+ #: options-meta-boxes.php:245
420
+ msgid ""
421
+ "This option displays related posts at the end of each item in your RSS and "
422
+ "Atom feeds. No template changes are needed."
423
+ msgstr ""
424
+ "Ova opcija prikazuje vezane članke na kraju svakog članka u RSS ili Atom "
425
+ "feed-u. Nikakve promjene u predlošcima vaše teme nisu potrebne."
426
+
427
+ # @ yarpp
428
+ #: options-meta-boxes.php:245
429
+ msgid "RSS display code example"
430
+ msgstr "RSS primjer prikaza"
431
+
432
+ # @ yarpp
433
+ #: options-meta-boxes.php:247
434
+ msgid "Display related posts in the descriptions?"
435
+ msgstr "Prikaži vezane članke u opisima?"
436
+
437
+ # @ yarpp
438
+ #: options-meta-boxes.php:247
439
+ msgid ""
440
+ "This option displays the related posts in the RSS description fields, not "
441
+ "just the content. If your feeds are set up to only display excerpts, "
442
+ "however, only the description field is used, so this option is required for "
443
+ "any display at all."
444
+ msgstr ""
445
+ "Ova opcija prikazuje vezane članke u polju za opise u RSS feedu, ne samo "
446
+ "sadržaju. Ako vaši RSS feedovi ne prikazuju cijelokupni sadržaj članaka, "
447
+ "samo polje s opisom se koristi, tako da ova opcija nije potrebna uopće."
448
+
449
+ # @ yarpp
450
+ #: options-meta-boxes.php:277
451
+ msgid "Before / after (excerpt):"
452
+ msgstr "Prije / poslije (kratkog sadržaja):"
453
+
454
+ # @ yarpp
455
+ #: options-meta-boxes.php:291
456
+ msgid "Display options <small>for RSS</small>"
457
+ msgstr "Prikaži opcije <small>za RSS</small>"
458
+
459
+ # @ yarpp
460
+ #: options-meta-boxes.php:299
461
+ msgid "YARPP Forum"
462
+ msgstr "YARPP Forum"
463
+
464
+ # @ yarpp
465
+ #: options-meta-boxes.php:300
466
+ msgid "YARPP on Twitter"
467
+ msgstr "YARPP na Twitteru"
468
+
469
+ # @ yarpp
470
+ #: options-meta-boxes.php:301
471
+ msgid "YARPP on the Web"
472
+ msgstr "YARPP na Webu"
473
+
474
+ # @ yarpp
475
+ #: options-meta-boxes.php:302
476
+ msgid "Rate YARPP on WordPress.org"
477
+ msgstr "Ocijeni YARPP na WordPress.org"
478
+
479
+ # @ yarpp
480
+ #: options-meta-boxes.php:337
481
+ msgid "Contact YARPP"
482
+ msgstr "Kontaktiraj YARPP"
483
+
484
+ # @ default
485
+ #: yarpp_options.php:31
486
+ #, php-format
487
+ msgid ""
488
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox"
489
+ "\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update "
490
+ "automatically</a>."
491
+ msgstr ""
492
+ "Novija verzija %1$s je dostupna. <a href=\"%2$s\" class=\"thickbox\" title="
493
+ "\"%3$s\">Vidi detalje %4$s verzije</a> ili <a href=\"%5$s\">ažuriraj "
494
+ "automatski</a>."
495
+
496
+ # @ yarpp
497
+ #: yarpp_options.php:35
498
+ #, php-format
499
+ msgid ""
500
+ "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a "
501
+ "href=\"%s\">download it here</a> at your own risk."
502
+ msgstr ""
503
+ "Postoji nova beta (%s) dodatka Yet Another Related Posts Plugin. Možete ju "
504
+ "<a href=\"%s\">preuzeti ovdje</a> na svoj rizik."
505
+
506
+ # @ yarpp
507
+ #: yarpp_options.php:43
508
+ msgid ""
509
+ "The MyISAM check has been overridden. You may now use the \"consider titles"
510
+ "\" and \"consider bodies\" relatedness criteria."
511
+ msgstr ""
512
+ "MyISAM provjera je premoštena. Sada možete koristiti \"consider titles\" i "
513
+ "\"consider bodies\" kao kriterije za relevantnost."
514
+
515
+ # @ yarpp
516
+ #: yarpp_options.php:51
517
+ #, php-format
518
+ msgid ""
519
+ "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria "
520
+ "require your <code>%s</code> table to use the <a href='http://dev.mysql.com/"
521
+ "doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the "
522
+ "table seems to be using the <code>%s</code> engine. These two options have "
523
+ "been disabled."
524
+ msgstr ""
525
+ "YARPPs \"Koristi naslove\" i \"Koristi sadržaj\" kriteriji za relevantnost "
526
+ "članaka trebaju vašu <code>%s</code> tablicu da bi koristili <a href='http://"
527
+ "dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM Storage Engine</"
528
+ "a> ali izgleda da tablice koristi <code>%s</code> engine. Ove dvije opcije "
529
+ "nisu dostupne."
530
+
531
+ # @ yarpp
532
+ #: yarpp_options.php:53
533
+ #, php-format
534
+ msgid ""
535
+ "To restore these features, please update your <code>%s</code> table by "
536
+ "executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = "
537
+ "MyISAM;</code> . No data will be erased by altering the table's engine, "
538
+ "although there are performance implications."
539
+ msgstr ""
540
+ "Da biste koristili ove opcije, molimo ažurirajte vašu <code>%s</code> "
541
+ "tablicu korištenjem sljedeće SQL naredbe: <code>ALTER TABLE `%s` ENGINE = "
542
+ "MyISAM;</code>. Nikakvi podaci neće biti izbrisani mijenjanjem engine-a "
543
+ "tablice, iako može doći do usporavanja stranice."
544
+
545
+ # @ yarpp
546
+ #: yarpp_options.php:55
547
+ #, php-format
548
+ msgid ""
549
+ "If, despite this check, you are sure that <code>%s</code> is using the "
550
+ "MyISAM engine, press this magic button:"
551
+ msgstr ""
552
+ "Ako bez obzira na ovu provjeru ste sigurni da <code>%s</code> koristi MyISAM "
553
+ "engine, kliknite ovo magično dugme:"
554
+
555
+ # @ yarpp
556
+ #: yarpp_options.php:58
557
+ msgid "Trust me. Let me use MyISAM features."
558
+ msgstr "Vjeruj mi. Želim koristiti MyISAM značajke."
559
+
560
+ # @ yarpp
561
+ #: yarpp_options.php:73
562
+ msgid "The YARPP database had an error but has been fixed."
563
+ msgstr "YARPP baza podataka je imala grešku ali je popravljena."
564
+
565
+ # @ yarpp
566
+ #: yarpp_options.php:75
567
+ msgid "The YARPP database has an error which could not be fixed."
568
+ msgstr "YARPP baza podataka je imala grešku koja nije mogla biti popravljena."
569
+
570
+ # @ yarpp
571
+ #: yarpp_options.php:76
572
+ #, php-format
573
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
574
+ msgstr ""
575
+ "Molimo pokušajte <a href=\"%s\" target=\"_blank\">ručno podesiti SQL</a>."
576
+
577
+ # @ yarpp
578
+ #: yarpp_options.php:132
579
+ msgid "Options saved!"
580
+ msgstr "Postavke spremljene!"
581
+
582
+ # @ yarpp
583
+ #: yarpp_options.php:138
584
+ msgid "Yet Another Related Posts Plugin Options"
585
+ msgstr "Postavke Dodatka za Vezane Članke (YARPP)"
586
+
587
+ # @ yarpp
588
+ #: yarpp_options.php:146
589
+ #, php-format
590
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
591
+ msgstr "od <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
592
+
593
+ # @ default
594
+ #: yarpp_options.php:175
595
+ msgid "Save Changes"
596
+ msgstr "Snimi Promjene"
597
+
598
+ # @ yarpp
599
+ #: template-builtin.php:21
600
+ #, php-format
601
+ msgid ""
602
+ "%f is the YARPP match score between the current entry and this related "
603
+ "entry. You are seeing this value because you are logged in to WordPress as "
604
+ "an administrator. It is not shown to regular visitors."
605
+ msgstr ""
606
+ "%f je YARPP odgovarajuća vrijednost između trenutnog unosa i ovoj vezanog "
607
+ "unosa. Vi vidite ovu vrijednost jer ste logirani u WordPress kao "
608
+ "administrator. Ovo se ne prikazuje običnim posjetiteljima."
609
+
610
+ # @ yarpp
611
+ #: template-metabox.php:12
612
+ msgid ""
613
+ "These are the related entries for this entry. Updating this post may change "
614
+ "these related posts."
615
+ msgstr ""
616
+ "Ovo su vezani članci za ovaj članak. Mijenjanjem ovog članka mogu biti "
617
+ "prikazani drugi vezani članci."
618
+
619
+ # @ yarpp
620
+ #: template-metabox.php:28
621
+ msgid ""
622
+ "Whether all of these related entries are actually displayed and how they are "
623
+ "displayed depends on your YARPP display options."
624
+ msgstr ""
625
+ "Da li su svi ovi vezani članci zapravo prikazani i kako su prikazani ovisi o "
626
+ "vašim postavljenim YARPP opcijama prikaza."
trunk/lang/yarpp-hu_HU.mo ADDED
Binary file
trunk/lang/yarpp-hu_HU.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YARPP_DE\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-11-17 14:23+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: dassad <dassad@dassad.net>\n"
8
+ "Language-Team: Michael Kalina <m.kalina@3th.be>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: German\n"
14
+ "X-Poedit-Country: GERMANY\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:178
106
+ #@ yarpp
107
+ msgid "Yet Another Related Posts Plugin Options"
108
+ msgstr "YARPP beállítások"
109
+
110
+ #: options-meta-boxes.php:118
111
+ #@ yarpp
112
+ msgid "\"The Pool\""
113
+ msgstr "Adatbázis"
114
+
115
+ #: options-meta-boxes.php:91
116
+ #@ yarpp
117
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
118
+ msgstr "Az adatbázis a megjelenítendő bejegyzések és oldalak közös halmazát jelenti melyek az adott bejegyzésben jelennek meg"
119
+
120
+ #: options-meta-boxes.php:96
121
+ #@ yarpp
122
+ msgid "Disallow by category:"
123
+ msgstr "Letiltás Kategória alapján:"
124
+
125
+ #: options-meta-boxes.php:98
126
+ #@ yarpp
127
+ msgid "Disallow by tag:"
128
+ msgstr "Letiltás TAG-ok alapján:"
129
+
130
+ #: options-meta-boxes.php:101
131
+ #@ yarpp
132
+ msgid "Show password protected posts?"
133
+ msgstr "Jelszóval védett bejegyzések mutatása?"
134
+
135
+ #: options-meta-boxes.php:140
136
+ #@ yarpp
137
+ msgid "Show only previous posts?"
138
+ msgstr "Csak korábbi bejegyzések mutatása?"
139
+
140
+ #: options-meta-boxes.php:148
141
+ #@ yarpp
142
+ msgid "\"Relatedness\" options"
143
+ msgstr "Hasonlóság opciók"
144
+
145
+ #: options-meta-boxes.php:124
146
+ #: options-meta-boxes.php:139
147
+ #: options-meta-boxes.php:157
148
+ #: options-meta-boxes.php:161
149
+ #: options-meta-boxes.php:204
150
+ #: options-meta-boxes.php:221
151
+ #: options-meta-boxes.php:223
152
+ #: options-meta-boxes.php:228
153
+ #: options-meta-boxes.php:268
154
+ #@ yarpp
155
+ msgid "more&gt;"
156
+ msgstr "több&gt;"
157
+
158
+ #: options-meta-boxes.php:130
159
+ #@ yarpp
160
+ msgid "Match threshold:"
161
+ msgstr "Hasonlóság:"
162
+
163
+ #: options-meta-boxes.php:131
164
+ #@ yarpp
165
+ msgid "Titles: "
166
+ msgstr "Címek:"
167
+
168
+ #: options-meta-boxes.php:133
169
+ #@ yarpp
170
+ msgid "Bodies: "
171
+ msgstr "tartalmak:"
172
+
173
+ #: options-meta-boxes.php:135
174
+ #@ yarpp
175
+ msgid "Tags: "
176
+ msgstr "Tagok:"
177
+
178
+ #: options-meta-boxes.php:137
179
+ #@ yarpp
180
+ msgid "Categories: "
181
+ msgstr "Kategóriák:"
182
+
183
+ #: options-meta-boxes.php:139
184
+ #@ yarpp
185
+ msgid "Cross-relate posts and pages?"
186
+ msgstr "Bejegyzések és oldalak közösen_"
187
+
188
+ #: options-meta-boxes.php:139
189
+ #@ yarpp
190
+ 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."
191
+ 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."
192
+
193
+ #: options-meta-boxes.php:212
194
+ #@ yarpp
195
+ msgid "Display options <small>for your website</small>"
196
+ msgstr "<small>(weboldal)</small> megjelenítési opciók"
197
+
198
+ #: options-meta-boxes.php:157
199
+ #@ yarpp
200
+ msgid "Automatically display related posts?"
201
+ msgstr "Hasonló bejegyzések autómatikus megjelentése?"
202
+
203
+ #: options-meta-boxes.php:157
204
+ #@ yarpp
205
+ 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."
206
+ 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."
207
+
208
+ #: options-meta-boxes.php:158
209
+ #@ yarpp
210
+ msgid "Website display code example"
211
+ msgstr "Megjelenítési kód példa"
212
+
213
+ #: options-meta-boxes.php:158
214
+ #: options-meta-boxes.php:221
215
+ #@ yarpp
216
+ msgid "(Update options to reload.)"
217
+ msgstr "Frissités az újrabetöltés előtt."
218
+
219
+ #: options-meta-boxes.php:160
220
+ #: options-meta-boxes.php:226
221
+ #@ yarpp
222
+ msgid "Maximum number of related posts:"
223
+ msgstr "Maximum hasonló bejegyzés:"
224
+
225
+ #: options-meta-boxes.php:175
226
+ #: options-meta-boxes.php:244
227
+ #@ yarpp
228
+ msgid "Before / after related entries:"
229
+ msgstr "Hasonló bejegyzések előtt és utánn"
230
+
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:176
233
+ #: options-meta-boxes.php:184
234
+ #: options-meta-boxes.php:244
235
+ #: options-meta-boxes.php:245
236
+ #: options-meta-boxes.php:250
237
+ #@ yarpp
238
+ msgid "For example:"
239
+ msgstr "Például:"
240
+
241
+ #: options-meta-boxes.php:176
242
+ #: options-meta-boxes.php:245
243
+ #@ yarpp
244
+ msgid "Before / after each related entry:"
245
+ msgstr "Hasonló bejegyzések találatai előtt és utánn"
246
+
247
+ #: options-meta-boxes.php:178
248
+ #: options-meta-boxes.php:247
249
+ #@ yarpp
250
+ msgid "Show excerpt?"
251
+ msgstr "Szövegrészlet (excerpt) mutatása?"
252
+
253
+ #: options-meta-boxes.php:179
254
+ #: options-meta-boxes.php:248
255
+ #@ yarpp
256
+ msgid "Excerpt length (No. of words):"
257
+ msgstr "Szövegrészlet (Excerpt) hossza (szavak száma):"
258
+
259
+ #: options-meta-boxes.php:183
260
+ #@ yarpp
261
+ msgid "Before / after (Excerpt):"
262
+ msgstr "Előtte / Utánna (Excerpt):"
263
+
264
+ #: options-meta-boxes.php:189
265
+ #: options-meta-boxes.php:254
266
+ #@ yarpp
267
+ msgid "Order results:"
268
+ msgstr "Bejegyzések rendezése:"
269
+
270
+ #: options-meta-boxes.php:191
271
+ #: options-meta-boxes.php:256
272
+ #@ yarpp
273
+ msgid "score (high relevance to low)"
274
+ msgstr "hasonlóság (erőstőll a gyengéig)"
275
+
276
+ #: options-meta-boxes.php:192
277
+ #: options-meta-boxes.php:257
278
+ #@ yarpp
279
+ msgid "score (low relevance to high)"
280
+ msgstr "hasonlóság (gyengétőll az erőssig)"
281
+
282
+ #: options-meta-boxes.php:193
283
+ #: options-meta-boxes.php:258
284
+ #@ yarpp
285
+ msgid "date (new to old)"
286
+ msgstr "dátum (áj a régire)"
287
+
288
+ #: options-meta-boxes.php:194
289
+ #: options-meta-boxes.php:259
290
+ #@ yarpp
291
+ msgid "date (old to new)"
292
+ msgstr "dátum (régi az újra)"
293
+
294
+ #: options-meta-boxes.php:195
295
+ #: options-meta-boxes.php:260
296
+ #@ yarpp
297
+ msgid "title (alphabetical)"
298
+ msgstr "Cím (ABC sorrend)"
299
+
300
+ #: options-meta-boxes.php:196
301
+ #: options-meta-boxes.php:261
302
+ #@ yarpp
303
+ msgid "title (reverse alphabetical)"
304
+ msgstr "Cím (fordtott ABC sorrend)"
305
+
306
+ #: options-meta-boxes.php:201
307
+ #: options-meta-boxes.php:266
308
+ #@ yarpp
309
+ msgid "Default display if no results:"
310
+ msgstr "Alap megjelenítés ha nincs találat:"
311
+
312
+ #: includes.php:257
313
+ #: options-meta-boxes.php:203
314
+ #: options-meta-boxes.php:268
315
+ #@ yarpp
316
+ msgid "Help promote Yet Another Related Posts Plugin?"
317
+ msgstr "A YARPP reklámozása?"
318
+
319
+ #: options-meta-boxes.php:205
320
+ #: options-meta-boxes.php:269
321
+ #, php-format
322
+ #@ yarpp
323
+ 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."
324
+ 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."
325
+
326
+ #: options-meta-boxes.php:276
327
+ #@ yarpp
328
+ msgid "Display options <small>for RSS</small>"
329
+ msgstr "Megjelenítési beállítások az <small>RSS</small>-nek"
330
+
331
+ #: options-meta-boxes.php:221
332
+ #@ yarpp
333
+ msgid "Display related posts in feeds?"
334
+ msgstr "Hasonló bejegyzések megjelenítése a RSS/XML Feedekben?"
335
+
336
+ #: options-meta-boxes.php:223
337
+ #@ yarpp
338
+ msgid "Display related posts in the descriptions?"
339
+ msgstr "Hasonló bejegyzések megjelenítése a leírásban?"
340
+
341
+ #: options-meta-boxes.php:223
342
+ #@ yarpp
343
+ 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."
344
+ 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."
345
+
346
+ #: options-meta-boxes.php:221
347
+ #@ yarpp
348
+ msgid "RSS display code example"
349
+ msgstr "RSS-megjelenítési példa"
350
+
351
+ #: options-meta-boxes.php:250
352
+ #@ yarpp
353
+ msgid "Before / after (excerpt):"
354
+ msgstr "Előtte / Utánna (excerpt):"
355
+
356
+ #: options-meta-boxes.php:38
357
+ #@ yarpp
358
+ msgid "word"
359
+ msgstr "szó"
360
+
361
+ #: options-meta-boxes.php:39
362
+ #@ yarpp
363
+ msgid "tag"
364
+ msgstr "tag"
365
+
366
+ #: options-meta-boxes.php:40
367
+ #@ yarpp
368
+ msgid "category"
369
+ msgstr "kategória"
370
+
371
+ #: options-meta-boxes.php:48
372
+ #: options-meta-boxes.php:80
373
+ #, php-format
374
+ #@ yarpp
375
+ msgid "require at least one %s in common"
376
+ msgstr "leglább egy közös %s kell legyen"
377
+
378
+ #: options-meta-boxes.php:50
379
+ #: options-meta-boxes.php:82
380
+ #, php-format
381
+ #@ yarpp
382
+ msgid "require more than one %s in common"
383
+ msgstr "több mint egy közös %s kell legyen "
384
+
385
+ #: yarpp_options.php:114
386
+ #@ yarpp
387
+ msgid "Options saved!"
388
+ msgstr "Beállítások elmentve!"
389
+
390
+ #: options-meta-boxes.php:124
391
+ #@ yarpp
392
+ 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."
393
+ 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."
394
+
395
+ #: yarpp_options.php:279
396
+ #@ yarpp
397
+ msgid "Update options"
398
+ msgstr "Beállítások frissítése"
399
+
400
+ #: yarpp_options.php:280
401
+ #@ yarpp
402
+ msgid "Do you really want to reset your configuration?"
403
+ msgstr "Biztosan vissza szeretnéd állítani minden beállításodat alap hejzetbe:"
404
+
405
+ #: yarpp_options.php:280
406
+ #@ yarpp
407
+ msgid "Reset options"
408
+ msgstr "Alap beállítások"
409
+
410
+ #: includes.php:26
411
+ #: includes.php:37
412
+ #@ yarpp
413
+ msgid "Related posts:"
414
+ msgstr "hasonló bejegyzések:"
415
+
416
+ #: includes.php:28
417
+ #: includes.php:39
418
+ #: template-metabox.php:27
419
+ #: template-widget.php:13
420
+ #@ yarpp
421
+ msgid "No related posts."
422
+ msgstr "Nincs hasonló bejegyzés"
423
+
424
+ #: cache-postmeta.php:105
425
+ #: cache-tables.php:131
426
+ #@ yarpp
427
+ msgid "Example post "
428
+ msgstr "Példa bejegyzés"
429
+
430
+ #: options-meta-boxes.php:105
431
+ #@ yarpp
432
+ msgid "day(s)"
433
+ msgstr "nap(ok)"
434
+
435
+ #: options-meta-boxes.php:106
436
+ #@ yarpp
437
+ msgid "week(s)"
438
+ msgstr "hét(hetek)"
439
+
440
+ #: options-meta-boxes.php:107
441
+ #@ yarpp
442
+ msgid "month(s)"
443
+ msgstr "hónap(ok)"
444
+
445
+ #: options-meta-boxes.php:109
446
+ #@ yarpp
447
+ msgid "Show only posts from the past NUMBER UNITS"
448
+ msgstr "Csak az előbbi számhalmazokból jelenítsen meg"
449
+
450
+ #: yarpp_options.php:46
451
+ #, php-format
452
+ #@ yarpp
453
+ 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."
454
+ 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."
455
+
456
+ #: includes.php:248
457
+ #: options-meta-boxes.php:161
458
+ #: options-meta-boxes.php:228
459
+ #@ yarpp
460
+ msgid "Display using a custom template file"
461
+ msgstr "Tetszőleges Sablon használata"
462
+
463
+ #: options-meta-boxes.php:228
464
+ #@ yarpp
465
+ msgid "NEW!"
466
+ msgstr "ÚJ!"
467
+
468
+ #: options-meta-boxes.php:161
469
+ #: options-meta-boxes.php:228
470
+ #@ yarpp
471
+ 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."
472
+ 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."
473
+
474
+ #: includes.php:249
475
+ #: options-meta-boxes.php:165
476
+ #: options-meta-boxes.php:233
477
+ #@ yarpp
478
+ msgid "Template file:"
479
+ msgstr "Sablon file:"
480
+
481
+ #: options-meta-boxes.php:175
482
+ #: options-meta-boxes.php:176
483
+ #: options-meta-boxes.php:184
484
+ #: options-meta-boxes.php:244
485
+ #: options-meta-boxes.php:245
486
+ #: options-meta-boxes.php:250
487
+ #@ yarpp
488
+ msgid " or "
489
+ msgstr "vagy"
490
+
491
+ #: options-meta-boxes.php:221
492
+ #@ yarpp
493
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
494
+ 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."
495
+
496
+ #: template-metabox.php:12
497
+ #@ yarpp
498
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
499
+ msgstr "Ezek a hasonló bejegyzések ennek a bejegyzésnek. A bejegyzés frissítése más hasonló bejegyzéseket eredményezhet."
500
+
501
+ #: template-metabox.php:25
502
+ #@ yarpp
503
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
504
+ msgstr "A hasonló bejegyzések megjelenítési stílus aés módja a YARPP beállításaitól függ."
505
+
506
+ #: includes.php:169
507
+ #@ yarpp
508
+ msgid "Settings"
509
+ msgstr "Beállítások"
510
+
511
+ #: includes.php:243
512
+ #@ default
513
+ msgid "Title:"
514
+ msgstr "Cím:"
515
+
516
+ #: includes.php:385
517
+ #@ yarpp
518
+ msgid "Related entries may be displayed once you save your entry"
519
+ msgstr "Hasonló bejegyzések csak mentés után jelenhetnek meg"
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 ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-id_ID.mo ADDED
Binary file
trunk/lang/yarpp-id_ID.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin in Indonesian\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2011-01-25 09:50+0700\n"
7
+ "Last-Translator: Kelayang <k@kelayang.com>\n"
8
+ "Language-Team: Kelayang <k@kelayang.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: Indonesian\n"
14
+ "X-Poedit-Country: INDONESIA\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 "Tulisan Terkait"
26
+
27
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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."
59
+
60
+ #: options-meta-boxes.php:38
61
+ #@ yarpp
62
+ msgid "word"
63
+ msgstr "kata"
64
+
65
+ #: options-meta-boxes.php:39
66
+ #@ yarpp
67
+ msgid "tag"
68
+ msgstr "tag"
69
+
70
+ #: options-meta-boxes.php:40
71
+ #@ yarpp
72
+ msgid "category"
73
+ msgstr "kategori"
74
+
75
+ #: options-meta-boxes.php:45
76
+ #: options-meta-boxes.php:63
77
+ #: options-meta-boxes.php:76
78
+ #@ yarpp
79
+ msgid "do not consider"
80
+ msgstr "jangan pertimbangkan"
81
+
82
+ #: options-meta-boxes.php:46
83
+ #: options-meta-boxes.php:64
84
+ #: options-meta-boxes.php:78
85
+ #@ yarpp
86
+ msgid "consider"
87
+ msgstr "pertimbangkan"
88
+
89
+ #: options-meta-boxes.php:48
90
+ #: options-meta-boxes.php:80
91
+ #, php-format
92
+ #@ yarpp
93
+ msgid "require at least one %s in common"
94
+ msgstr "mengharuskan setidaknya satu persamaan dalam %s"
95
+
96
+ #: options-meta-boxes.php:50
97
+ #: options-meta-boxes.php:82
98
+ #, php-format
99
+ #@ yarpp
100
+ msgid "require more than one %s in common"
101
+ msgstr "mengharuskan lebih dari satu persamaan dalam %s"
102
+
103
+ #: options-meta-boxes.php:65
104
+ #@ yarpp
105
+ msgid "consider with extra weight"
106
+ msgstr "pertimbangkan dengan berat ekstra"
107
+
108
+ #: yarpp_options.php:178
109
+ #@ yarpp
110
+ msgid "Yet Another Related Posts Plugin Options"
111
+ msgstr "Opsi Yet Another Related Posts Plugin"
112
+
113
+ #: options-meta-boxes.php:118
114
+ #@ yarpp
115
+ msgid "\"The Pool\""
116
+ msgstr "\"Kumpulan\""
117
+
118
+ #: options-meta-boxes.php:91
119
+ #@ yarpp
120
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
121
+ msgstr "\"Kumpulan\" merujuk pada kumpulan tulisan atau halaman yang merupakan kanditat untuk ditampilkan sebagai terkait pada entri terkini."
122
+
123
+ #: options-meta-boxes.php:96
124
+ #@ yarpp
125
+ msgid "Disallow by category:"
126
+ msgstr "Jangan izinkan berdasarkan kategori:"
127
+
128
+ #: options-meta-boxes.php:98
129
+ #@ yarpp
130
+ msgid "Disallow by tag:"
131
+ msgstr "Jangan izinkan berdasarkan tag:"
132
+
133
+ #: options-meta-boxes.php:101
134
+ #@ yarpp
135
+ msgid "Show password protected posts?"
136
+ msgstr "Tampilkan tulisan yang terproteksi kata sandi?"
137
+
138
+ #: options-meta-boxes.php:140
139
+ #@ yarpp
140
+ msgid "Show only previous posts?"
141
+ msgstr "Tampilkan hanya tulisan terdahulu?"
142
+
143
+ #: options-meta-boxes.php:148
144
+ #@ yarpp
145
+ msgid "\"Relatedness\" options"
146
+ msgstr "Opsi \"Keterkaitan\""
147
+
148
+ #: options-meta-boxes.php:130
149
+ #@ yarpp
150
+ msgid "Match threshold:"
151
+ msgstr "Ambang kecocokan:"
152
+
153
+ #: options-meta-boxes.php:131
154
+ #@ yarpp
155
+ msgid "Titles: "
156
+ msgstr "Judul: "
157
+
158
+ #: options-meta-boxes.php:133
159
+ #@ yarpp
160
+ msgid "Bodies: "
161
+ msgstr "Batang tubuh: "
162
+
163
+ #: options-meta-boxes.php:135
164
+ #@ yarpp
165
+ msgid "Tags: "
166
+ msgstr "Tag: "
167
+
168
+ #: options-meta-boxes.php:137
169
+ #@ yarpp
170
+ msgid "Categories: "
171
+ msgstr "Kategori: "
172
+
173
+ #: options-meta-boxes.php:139
174
+ #@ yarpp
175
+ msgid "Cross-relate posts and pages?"
176
+ msgstr "Hubungkan tulisan dan halaman?"
177
+
178
+ #: options-meta-boxes.php:139
179
+ #@ yarpp
180
+ 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."
181
+ msgstr "Ketika opsi \"Hubungkan tulisan dan halaman\" terpilih, <code>related_posts</code>, <code>related_pages()</code>, dan <code>related_entries()</code> semuanya akan memberi keluaran yang sama, mengembalikan baik halaman maupun tulisan."
182
+
183
+ #: options-meta-boxes.php:212
184
+ #@ yarpp
185
+ msgid "Display options <small>for your website</small>"
186
+ msgstr "Tampilkan opsi <small>untuk situs web Anda</small>"
187
+
188
+ #: magic.php:297
189
+ #: options-meta-boxes.php:205
190
+ #: options-meta-boxes.php:269
191
+ #, php-format
192
+ #@ yarpp
193
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
194
+ msgstr "Tulisan terkait dibawakan kepada Anda oleh <a href='%s'>Yet Another Related Posts Plugin</a>."
195
+
196
+ #: options-meta-boxes.php:157
197
+ #@ yarpp
198
+ msgid "Automatically display related posts?"
199
+ msgstr "Secara otomatis menampilkan tulisan terkait?"
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 "Opsi ini secara otomatis menampilkan tulisan terkait setelah konten pada halaman entri tersendiri. Jika opsi ini mati, Anda perlu menyisipkan secara manual <code>related_posts()</code> atau variasinya (<code>related_pages()</code> dan <code>related_entries()</code>> ke berkas tema Anda."
205
+
206
+ #: options-meta-boxes.php:158
207
+ #@ yarpp
208
+ msgid "Website display code example"
209
+ msgstr "Situs web menampilkan contoh kode"
210
+
211
+ #: options-meta-boxes.php:158
212
+ #: options-meta-boxes.php:221
213
+ #@ yarpp
214
+ msgid "(Update options to reload.)"
215
+ msgstr "(Perbarui opsi untuk memuat ulang.)"
216
+
217
+ #: options-meta-boxes.php:160
218
+ #: options-meta-boxes.php:226
219
+ #@ yarpp
220
+ msgid "Maximum number of related posts:"
221
+ msgstr "Jumlah maksimum tulisan terkait:"
222
+
223
+ #: options-meta-boxes.php:175
224
+ #: options-meta-boxes.php:244
225
+ #@ yarpp
226
+ msgid "Before / after related entries:"
227
+ msgstr "Sebelum / sesudah entri terkait:"
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 "Sebagai contoh:"
238
+
239
+ #: options-meta-boxes.php:176
240
+ #: options-meta-boxes.php:245
241
+ #@ yarpp
242
+ msgid "Before / after each related entry:"
243
+ msgstr "Sebelum / sesudah setiap entri terkait:"
244
+
245
+ #: options-meta-boxes.php:178
246
+ #: options-meta-boxes.php:247
247
+ #@ yarpp
248
+ msgid "Show excerpt?"
249
+ msgstr "Tampilkan cuplikan?"
250
+
251
+ #: options-meta-boxes.php:179
252
+ #: options-meta-boxes.php:248
253
+ #@ yarpp
254
+ msgid "Excerpt length (No. of words):"
255
+ msgstr "Panjang cuplikan (Jumlah kata):"
256
+
257
+ #: options-meta-boxes.php:183
258
+ #@ yarpp
259
+ msgid "Before / after (Excerpt):"
260
+ msgstr "Sebelum / sesudah (Cuplikan):"
261
+
262
+ #: options-meta-boxes.php:189
263
+ #: options-meta-boxes.php:254
264
+ #@ yarpp
265
+ msgid "Order results:"
266
+ msgstr "Hasil urutan:"
267
+
268
+ #: options-meta-boxes.php:191
269
+ #: options-meta-boxes.php:256
270
+ #@ yarpp
271
+ msgid "score (high relevance to low)"
272
+ msgstr "skor (kaitan tinggi ke rendah)"
273
+
274
+ #: options-meta-boxes.php:192
275
+ #: options-meta-boxes.php:257
276
+ #@ yarpp
277
+ msgid "score (low relevance to high)"
278
+ msgstr "skor (kaitan rendah ke tinggi)"
279
+
280
+ #: options-meta-boxes.php:193
281
+ #: options-meta-boxes.php:258
282
+ #@ yarpp
283
+ msgid "date (new to old)"
284
+ msgstr "tanggal (baru ke lama)"
285
+
286
+ #: options-meta-boxes.php:194
287
+ #: options-meta-boxes.php:259
288
+ #@ yarpp
289
+ msgid "date (old to new)"
290
+ msgstr "tanggal (lama ke baru)"
291
+
292
+ #: options-meta-boxes.php:195
293
+ #: options-meta-boxes.php:260
294
+ #@ yarpp
295
+ msgid "title (alphabetical)"
296
+ msgstr "judul (secara alfabet)"
297
+
298
+ #: options-meta-boxes.php:196
299
+ #: options-meta-boxes.php:261
300
+ #@ yarpp
301
+ msgid "title (reverse alphabetical)"
302
+ msgstr "judul (secara alfabel terbalik)"
303
+
304
+ #: options-meta-boxes.php:201
305
+ #: options-meta-boxes.php:266
306
+ #@ yarpp
307
+ msgid "Default display if no results:"
308
+ msgstr "Tampilan bawaan jika tidak ada hasil:"
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 "Bantu promosi Yet Another Related Posts Plugin?"
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 "Opsi ini akan menambah kode %s. Coba diaktifkan, perbarui opsi Anda, dan lihat kode pada contoh kode pada bagian kanan. Tautan ini dan donasi sangat dihargai."
323
+
324
+ #: options-meta-boxes.php:276
325
+ #@ yarpp
326
+ msgid "Display options <small>for RSS</small>"
327
+ msgstr "Opsi penampilan <small>untuk RSS</small>"
328
+
329
+ #: options-meta-boxes.php:221
330
+ #@ yarpp
331
+ msgid "Display related posts in feeds?"
332
+ msgstr "Tampilkan tulisan terkait pada feed?"
333
+
334
+ #: options-meta-boxes.php:223
335
+ #@ yarpp
336
+ msgid "Display related posts in the descriptions?"
337
+ msgstr "Tampilkan tulisan terkait pada deskripsi?"
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 "Opsi ini menampilkan tulisan terkait pada ruas deskripsi RSS, bukan hanya konten. Jika feed Anda ditata hanya menampilkan cuplikan, hanya ruas deskripsi yang terpakai, jadi opsi ini dibutuhkan agar ditampilkan."
343
+
344
+ #: options-meta-boxes.php:221
345
+ #@ yarpp
346
+ msgid "RSS display code example"
347
+ msgstr "Contoh kode tampilan RSS"
348
+
349
+ #: options-meta-boxes.php:250
350
+ #@ yarpp
351
+ msgid "Before / after (excerpt):"
352
+ msgstr "Sebelum / sesudah (cuplikan):"
353
+
354
+ #: template-builtin.php:35
355
+ #, php-format
356
+ #@ yarpp
357
+ 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."
358
+ msgstr "%f adalah skor kecocokan YARPP antara entri terkini dan entri terkait ini. Anda melihat nilai ini karena Anda masuk log sebagai administrator Wordpress. Ia tidak akan ditampilkan untuk pengunjung biasa."
359
+
360
+ #: includes.php:149
361
+ #: includes.php:194
362
+ #: includes.php:215
363
+ #@ yarpp
364
+ msgid "Related Posts (YARPP)"
365
+ msgstr "Tulisan Terkait (YARPP)"
366
+
367
+ #: yarpp_options.php:54
368
+ #@ yarpp
369
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
370
+ msgstr "Pengecekan MyISAM dikesampingkan. Anda boleh mempergunakan kriteria keterkaitan \"pertimbangkan judul\" dan \"pertimbangkan batang tubuh\"."
371
+
372
+ #: options-meta-boxes.php:124
373
+ #: options-meta-boxes.php:139
374
+ #: options-meta-boxes.php:157
375
+ #: options-meta-boxes.php:161
376
+ #: options-meta-boxes.php:204
377
+ #: options-meta-boxes.php:221
378
+ #: options-meta-boxes.php:223
379
+ #: options-meta-boxes.php:228
380
+ #: options-meta-boxes.php:268
381
+ #@ yarpp
382
+ msgid "more&gt;"
383
+ msgstr "lanjut&gt;"
384
+
385
+ #: yarpp_options.php:114
386
+ #@ yarpp
387
+ msgid "Options saved!"
388
+ msgstr "Opsi tersimpan!"
389
+
390
+ #: yarpp_options.php:280
391
+ #@ yarpp
392
+ msgid "Do you really want to reset your configuration?"
393
+ msgstr "Apakah Anda benar-benar ingin mereset konfigurasi Anda?"
394
+
395
+ #: yarpp_options.php:279
396
+ #@ yarpp
397
+ msgid "Update options"
398
+ msgstr "Perbarui Opsi"
399
+
400
+ #: options-meta-boxes.php:124
401
+ #@ yarpp
402
+ 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."
403
+ 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."
404
+
405
+ #: yarpp_options.php:280
406
+ #@ yarpp
407
+ msgid "Reset options"
408
+ msgstr "Reset opsi"
409
+
410
+ #: cache-postmeta.php:105
411
+ #: cache-tables.php:131
412
+ #@ yarpp
413
+ msgid "Example post "
414
+ msgstr "Contoh tulisan "
415
+
416
+ #: template-metabox.php:12
417
+ #@ yarpp
418
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
419
+ msgstr "Berikut ini entri-entri terkait untuk entri ini. Memperbarui tulisan ini mungkin mengubah tulisan terkait ini."
420
+
421
+ #: template-metabox.php:25
422
+ #@ yarpp
423
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
424
+ msgstr "Apakah semua entri terkait ini ditampilkan atau bagaimana mereka ditampilkan tergantung dari opsi tampilan YARPP Anda."
425
+
426
+ #: includes.php:28
427
+ #: includes.php:39
428
+ #: template-metabox.php:27
429
+ #: template-widget.php:13
430
+ #@ yarpp
431
+ msgid "No related posts."
432
+ msgstr "Tidak ada tulisan terkait."
433
+
434
+ #: options-meta-boxes.php:105
435
+ #@ yarpp
436
+ msgid "day(s)"
437
+ msgstr "hari"
438
+
439
+ #: options-meta-boxes.php:106
440
+ #@ yarpp
441
+ msgid "week(s)"
442
+ msgstr "minggu"
443
+
444
+ #: options-meta-boxes.php:107
445
+ #@ yarpp
446
+ msgid "month(s)"
447
+ msgstr "bulan"
448
+
449
+ #: options-meta-boxes.php:109
450
+ #@ yarpp
451
+ msgid "Show only posts from the past NUMBER UNITS"
452
+ msgstr "Tampilkan tulisan dari JUMLAH UNIT terdahulu saja"
453
+
454
+ #: yarpp_options.php:46
455
+ #, php-format
456
+ #@ yarpp
457
+ 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."
458
+ msgstr "Ada beta baru (%s) dari Plugin Yet Another Related Posts. Anda dapat <a href=\"%s\">mengunduhnya di sini</a> dengan risiko Anda sendiri."
459
+
460
+ #: includes.php:248
461
+ #: options-meta-boxes.php:161
462
+ #: options-meta-boxes.php:228
463
+ #@ yarpp
464
+ msgid "Display using a custom template file"
465
+ msgstr "Tampilkan dengan menggunakan berkas templat tersuai"
466
+
467
+ #: includes.php:249
468
+ #: options-meta-boxes.php:165
469
+ #: options-meta-boxes.php:233
470
+ #@ yarpp
471
+ msgid "Template file:"
472
+ msgstr "Berkas templat:"
473
+
474
+ #: options-meta-boxes.php:221
475
+ #@ yarpp
476
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
477
+ msgstr "Opsi ini menampilkan tulisan terkait pada akhir dari setiap item pada feed RSS dan atom Anda. Tidak ada perubahan templat yang dibutuhkan."
478
+
479
+ #: options-meta-boxes.php:228
480
+ #@ yarpp
481
+ msgid "NEW!"
482
+ msgstr "BARU!"
483
+
484
+ #: options-meta-boxes.php:161
485
+ #: options-meta-boxes.php:228
486
+ #@ yarpp
487
+ 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."
488
+ msgstr "Opsi lanjutan ini memberikan Anda kemampuan penuh untuk menyesuaikan bagaimana tulisan terkait Anda ditampilkan. Templat-templat (yang tersimpan di folder tema) tertulis dalam PHP."
489
+
490
+ #: includes.php:26
491
+ #: includes.php:37
492
+ #@ yarpp
493
+ msgid "Related posts:"
494
+ msgstr "Tulisan terkait:"
495
+
496
+ #: options-meta-boxes.php:175
497
+ #: options-meta-boxes.php:176
498
+ #: options-meta-boxes.php:184
499
+ #: options-meta-boxes.php:244
500
+ #: options-meta-boxes.php:245
501
+ #: options-meta-boxes.php:250
502
+ #@ yarpp
503
+ msgid " or "
504
+ msgstr " atau "
505
+
506
+ #: includes.php:169
507
+ #@ yarpp
508
+ msgid "Settings"
509
+ msgstr "Pengaturan"
510
+
511
+ #: includes.php:243
512
+ #@ default
513
+ msgid "Title:"
514
+ msgstr "Judul:"
515
+
516
+ #: includes.php:385
517
+ #@ yarpp
518
+ msgid "Related entries may be displayed once you save your entry"
519
+ msgstr ""
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 ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-it_IT.mo ADDED
Binary file
trunk/lang/yarpp-it_IT.po ADDED
@@ -0,0 +1,536 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YARPP in italiano\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-19 18:16+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 | gidibao.net & charmingpress\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: Italian\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
+ #: class-admin.php:55
23
+ #: class-widget.php:7
24
+ #: class-widget.php:56
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "Related Posts (YARPP)"
28
+
29
+ #: class-admin.php:63
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Articoli correlati"
33
+
34
+ #: class-admin.php:63
35
+ #@ default
36
+ msgid "Configure"
37
+ msgstr "Configura"
38
+
39
+ #: class-admin.php:89
40
+ #@ yarpp
41
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
42
+ msgstr "Grazie per avere installato <span>Yet Another Related Posts Plugin</span>!"
43
+
44
+ #: class-admin.php:90
45
+ #@ yarpp
46
+ msgid "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
47
+ msgstr "Consulta la pagina con la <a>documentazione</a> per personalizzare YARPP."
48
+
49
+ #: class-admin.php:136
50
+ #@ default
51
+ msgid "Settings"
52
+ msgstr "Impostazioni"
53
+
54
+ #: class-admin.php:162
55
+ #@ yarpp
56
+ msgid "Related entries may be displayed once you save your entry"
57
+ msgstr "Una volta salvato il contenuto, potranno essere mostrati i correlati"
58
+
59
+ #: class-cache.php:522
60
+ #@ yarpp
61
+ msgid "Example post "
62
+ msgstr "Articolo di esempio:"
63
+
64
+ #: class-core.php:71
65
+ #: class-core.php:81
66
+ #: class-core.php:267
67
+ #: class-core.php:278
68
+ #@ yarpp
69
+ msgid "Related posts:"
70
+ msgstr "Articoli correlati:"
71
+
72
+ #: class-core.php:73
73
+ #: class-core.php:83
74
+ #: class-core.php:269
75
+ #: class-core.php:280
76
+ #: template-metabox.php:30
77
+ #: template-widget.php:13
78
+ #@ yarpp
79
+ msgid "No related posts."
80
+ msgstr "Nessun articolo correlato."
81
+
82
+ #: class-core.php:564
83
+ #: class-core.php:679
84
+ #: options-meta-boxes.php:228
85
+ #: options-meta-boxes.php:283
86
+ #, php-format
87
+ #@ yarpp
88
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
89
+ msgstr "Articoli correlati elaborati dal plugin <a href='%s'>Yet Another Related Posts</a>."
90
+
91
+ #: class-widget.php:66
92
+ #@ default
93
+ msgid "Title:"
94
+ msgstr "Titolo:"
95
+
96
+ #: class-widget.php:72
97
+ #: options-meta-boxes.php:17
98
+ #@ yarpp
99
+ msgid "Display using a custom template file"
100
+ msgstr "Mostra utilizzando un file template personalizzato"
101
+
102
+ #: class-widget.php:73
103
+ #: options-meta-boxes.php:196
104
+ #: options-meta-boxes.php:257
105
+ #@ yarpp
106
+ msgid "Template file:"
107
+ msgstr "File template:"
108
+
109
+ #: class-widget.php:95
110
+ #: options-meta-boxes.php:226
111
+ #: options-meta-boxes.php:282
112
+ #@ yarpp
113
+ msgid "Help promote Yet Another Related Posts Plugin?"
114
+ msgstr "Desideri promuovere il plugin Yet Another Related Posts?"
115
+
116
+ #: options-meta-boxes.php:17
117
+ #: options-meta-boxes.php:113
118
+ #: options-meta-boxes.php:153
119
+ #: options-meta-boxes.php:169
120
+ #: options-meta-boxes.php:187
121
+ #: options-meta-boxes.php:227
122
+ #: options-meta-boxes.php:244
123
+ #: options-meta-boxes.php:246
124
+ #: options-meta-boxes.php:282
125
+ #@ yarpp
126
+ msgid "more&gt;"
127
+ msgstr "info&gt;"
128
+
129
+ #: options-meta-boxes.php:17
130
+ #@ yarpp
131
+ msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
132
+ msgstr "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."
133
+
134
+ #: options-meta-boxes.php:47
135
+ #: options-meta-boxes.php:59
136
+ #@ yarpp
137
+ msgid "do not consider"
138
+ msgstr "non considerare"
139
+
140
+ #: options-meta-boxes.php:48
141
+ #: options-meta-boxes.php:60
142
+ #@ yarpp
143
+ msgid "consider"
144
+ msgstr "considera"
145
+
146
+ #: options-meta-boxes.php:49
147
+ #: options-meta-boxes.php:61
148
+ #@ yarpp
149
+ msgid "consider with extra weight"
150
+ msgstr "considera con extra weight"
151
+
152
+ #: options-meta-boxes.php:50
153
+ #, php-format
154
+ #@ yarpp
155
+ msgid "require at least one %s in common"
156
+ msgstr "richiedi almeno 1 %s in comune"
157
+
158
+ #: options-meta-boxes.php:51
159
+ #, php-format
160
+ #@ yarpp
161
+ msgid "require more than one %s in common"
162
+ msgstr "richiedi più di 1 %s in comune"
163
+
164
+ #: options-meta-boxes.php:68
165
+ #@ yarpp
166
+ msgid "Order results:"
167
+ msgstr "Disposizione dei risultati:"
168
+
169
+ #: options-meta-boxes.php:71
170
+ #@ yarpp
171
+ msgid "score (high relevance to low)"
172
+ msgstr "punteggio (da massima a minima rilevanza)"
173
+
174
+ #: options-meta-boxes.php:72
175
+ #@ yarpp
176
+ msgid "score (low relevance to high)"
177
+ msgstr "punteggio (da minima a massima rilevanza)"
178
+
179
+ #: options-meta-boxes.php:73
180
+ #@ yarpp
181
+ msgid "date (new to old)"
182
+ msgstr "data (dal nuovo al vecchio)"
183
+
184
+ #: options-meta-boxes.php:74
185
+ #@ yarpp
186
+ msgid "date (old to new)"
187
+ msgstr "data (dal vecchio al nuovo)"
188
+
189
+ #: options-meta-boxes.php:75
190
+ #@ yarpp
191
+ msgid "title (alphabetical)"
192
+ msgstr "titolo (A-Z)"
193
+
194
+ #: options-meta-boxes.php:76
195
+ #@ yarpp
196
+ msgid "title (reverse alphabetical)"
197
+ msgstr "titolo (Z-A)"
198
+
199
+ #: options-meta-boxes.php:109
200
+ #@ yarpp
201
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
202
+ msgstr "Per \"Veduta di insieme\" si intende il totale degli articoli e pagine che sono cadidati per essere mostrati quali correlati all'articolo in merito."
203
+
204
+ #: options-meta-boxes.php:113
205
+ #@ yarpp
206
+ msgid "Post types considered:"
207
+ msgstr "Tipi di post considerati:"
208
+
209
+ #: options-meta-boxes.php:116
210
+ #, php-format
211
+ #@ yarpp
212
+ msgid "Disallow by %s:"
213
+ msgstr "Rifiutato da %s:"
214
+
215
+ #: options-meta-boxes.php:118
216
+ #@ yarpp
217
+ msgid "Show password protected posts?"
218
+ msgstr "Desideri mostrare gli articoli protetti da una password?"
219
+
220
+ #: options-meta-boxes.php:129
221
+ #@ yarpp
222
+ msgid "day(s)"
223
+ msgstr "giorno(i)"
224
+
225
+ #: options-meta-boxes.php:130
226
+ #@ yarpp
227
+ msgid "week(s)"
228
+ msgstr "settimana(e)"
229
+
230
+ #: options-meta-boxes.php:131
231
+ #@ yarpp
232
+ msgid "month(s)"
233
+ msgstr "mese(i)"
234
+
235
+ #: options-meta-boxes.php:137
236
+ #@ yarpp
237
+ msgid "Show only posts from the past NUMBER UNITS"
238
+ msgstr "Mostra solamente gli articoli dalle precedenti NUMBER UNITS"
239
+
240
+ #: options-meta-boxes.php:147
241
+ #@ yarpp
242
+ msgid "\"The Pool\""
243
+ msgstr "\"Veduta di insieme\""
244
+
245
+ #: options-meta-boxes.php:153
246
+ #@ yarpp
247
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
248
+ msgstr "YARPP limita la lista degli articoli correlati (1) per numero massimo e (2) per <em>valore di corrispondenza</em>."
249
+
250
+ #: options-meta-boxes.php:153
251
+ #@ yarpp
252
+ msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
253
+ msgstr "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."
254
+
255
+ #: options-meta-boxes.php:159
256
+ #@ yarpp
257
+ msgid "Match threshold:"
258
+ msgstr "Valore di corrispondenza:"
259
+
260
+ #: options-meta-boxes.php:160
261
+ #@ yarpp
262
+ msgid "Titles: "
263
+ msgstr "Titoli:"
264
+
265
+ #: options-meta-boxes.php:162
266
+ #@ yarpp
267
+ msgid "Bodies: "
268
+ msgstr "Contenuti:"
269
+
270
+ #: options-meta-boxes.php:169
271
+ #@ yarpp
272
+ msgid "Display results from all post types"
273
+ msgstr "Mostra i risultati da tutti i tipi di post"
274
+
275
+ #: options-meta-boxes.php:169
276
+ #@ yarpp
277
+ msgid "When \"display results from all post types\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc."
278
+ msgstr "Con la funzione \"Mostra i risultati da tutti i tipi di post\" non attiva, saranno mostrati per i post i soli post correlati e per le pagine le sole pagine correlate, etc."
279
+
280
+ #: options-meta-boxes.php:170
281
+ #@ yarpp
282
+ msgid "Show only previous posts?"
283
+ msgstr "Desideri mostrare solamente gli articoli pubblicati in precedenza?"
284
+
285
+ #: options-meta-boxes.php:178
286
+ #@ yarpp
287
+ msgid "\"Relatedness\" options"
288
+ msgstr "Opzioni \"Affinità\""
289
+
290
+ #: options-meta-boxes.php:187
291
+ #@ yarpp
292
+ msgid "Automatically display related posts?"
293
+ msgstr "Desideri mostrare in automatico gli articoli correlati?"
294
+
295
+ #: options-meta-boxes.php:187
296
+ #@ yarpp
297
+ msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
298
+ msgstr "Questa opzione farà in modo che gli articoli correlati vengano mostrati automaticamente in coda al contenuto di ogni singola pubblicazione . Qualora questa opzione non fosse stata attivata, dovrai inserire manualmente <code>related_posts()</code> oppure le varianti (<code>related_pages()</code> e <code>related_entries()</code>) nei file del tuo tema."
299
+
300
+ #: options-meta-boxes.php:188
301
+ #@ yarpp
302
+ msgid "Website display code example"
303
+ msgstr "Esempio codice"
304
+
305
+ #: options-meta-boxes.php:188
306
+ #: options-meta-boxes.php:244
307
+ #@ yarpp
308
+ msgid "(Update options to reload.)"
309
+ msgstr "(Ricarica la pagina per visualizzare l'aggiornamento)"
310
+
311
+ #: options-meta-boxes.php:190
312
+ #: options-meta-boxes.php:249
313
+ #@ yarpp
314
+ msgid "Maximum number of related posts:"
315
+ msgstr "Numero max. di articoli correlati:"
316
+
317
+ #: options-meta-boxes.php:207
318
+ #: options-meta-boxes.php:270
319
+ #@ yarpp
320
+ msgid "Before / after related entries:"
321
+ msgstr "Davanti / in coda agli articoli correlati:"
322
+
323
+ #: options-meta-boxes.php:207
324
+ #: options-meta-boxes.php:208
325
+ #: options-meta-boxes.php:216
326
+ #: options-meta-boxes.php:270
327
+ #: options-meta-boxes.php:271
328
+ #: options-meta-boxes.php:276
329
+ #@ yarpp
330
+ msgid "For example:"
331
+ msgstr "Esempio:"
332
+
333
+ #: options-meta-boxes.php:207
334
+ #: options-meta-boxes.php:208
335
+ #: options-meta-boxes.php:216
336
+ #: options-meta-boxes.php:270
337
+ #: options-meta-boxes.php:271
338
+ #: options-meta-boxes.php:276
339
+ #@ yarpp
340
+ msgid " or "
341
+ msgstr " oppure"
342
+
343
+ #: options-meta-boxes.php:208
344
+ #: options-meta-boxes.php:271
345
+ #@ yarpp
346
+ msgid "Before / after each related entry:"
347
+ msgstr "Davanti / in coda ad ogni articolo correlato:"
348
+
349
+ #: options-meta-boxes.php:210
350
+ #: options-meta-boxes.php:273
351
+ #@ yarpp
352
+ msgid "Show excerpt?"
353
+ msgstr "Desideri mostrare il riassunto?"
354
+
355
+ #: options-meta-boxes.php:211
356
+ #: options-meta-boxes.php:274
357
+ #@ yarpp
358
+ msgid "Excerpt length (No. of words):"
359
+ msgstr "Lunghezza riassunto (totale parole):"
360
+
361
+ #: options-meta-boxes.php:215
362
+ #@ yarpp
363
+ msgid "Before / after (Excerpt):"
364
+ msgstr "Davanti / in coda (Riassunto):"
365
+
366
+ #: options-meta-boxes.php:223
367
+ #: options-meta-boxes.php:280
368
+ #@ yarpp
369
+ msgid "Default display if no results:"
370
+ msgstr "Testo predefinito da mostrare in assenza di risultati:"
371
+
372
+ #: options-meta-boxes.php:228
373
+ #: options-meta-boxes.php:283
374
+ #, php-format
375
+ #@ yarpp
376
+ msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
377
+ msgstr "Questa opzione aggiugerà il codice %s. Attivalo, aggiorna le opzioni e vedi l'anteprima del codice qui a lato. Ti sarei molto grato se tu mostrassi il mio link."
378
+
379
+ #: options-meta-boxes.php:235
380
+ #@ yarpp
381
+ msgid "Display options <small>for your website</small>"
382
+ msgstr "Opzioni di visualizzazione nel <small>tuo sito</small>"
383
+
384
+ #: options-meta-boxes.php:244
385
+ #@ yarpp
386
+ msgid "Display related posts in feeds?"
387
+ msgstr "Desideri mostrare gli articoli correlati nei feed?"
388
+
389
+ #: options-meta-boxes.php:244
390
+ #@ yarpp
391
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
392
+ msgstr "Questa opzione mostra gli articoli correlati in coda ad ogni articolo nei tuoi feed RSS e Atom. Non é necessaria alcuna modifica al template."
393
+
394
+ #: options-meta-boxes.php:244
395
+ #@ yarpp
396
+ msgid "RSS display code example"
397
+ msgstr "Esempio codice"
398
+
399
+ #: options-meta-boxes.php:246
400
+ #@ yarpp
401
+ msgid "Display related posts in the descriptions?"
402
+ msgstr "Desideri mostrare gli articoli correlati nelle descrizioni?"
403
+
404
+ #: options-meta-boxes.php:246
405
+ #@ yarpp
406
+ msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
407
+ msgstr "Questa opzione mostrerà gli articoli correlati nei campi della descrizione del feed RSS e non solo nei contenuti. Se i tuoi feed fossero stati impostati per mostrare solamente i riassunti degli articoli, in ogni caso verrà utilizzato il campo per la descrizione quindi, questa opzione é comunque necessaria."
408
+
409
+ #: options-meta-boxes.php:276
410
+ #@ yarpp
411
+ msgid "Before / after (excerpt):"
412
+ msgstr "Davanti / in coda (riassunto):"
413
+
414
+ #: options-meta-boxes.php:290
415
+ #@ yarpp
416
+ msgid "Display options <small>for RSS</small>"
417
+ msgstr "Opzioni di visualizzazione nel tuo <small>feed RSS</small>"
418
+
419
+ #: options-meta-boxes.php:297
420
+ #@ yarpp
421
+ msgid "YARPP Forum"
422
+ msgstr "YARPP Forum"
423
+
424
+ #: options-meta-boxes.php:298
425
+ #@ yarpp
426
+ msgid "YARPP on Twitter"
427
+ msgstr "YARPP su Twitter"
428
+
429
+ #: options-meta-boxes.php:299
430
+ #@ yarpp
431
+ msgid "YARPP on the Web"
432
+ msgstr "YARPP nel Web"
433
+
434
+ #: options-meta-boxes.php:300
435
+ #@ yarpp
436
+ msgid "Rate YARPP on WordPress.org"
437
+ msgstr "Vota YARPP su WordPress.org"
438
+
439
+ #: options-meta-boxes.php:336
440
+ #@ yarpp
441
+ msgid "Contact YARPP"
442
+ msgstr "Contatta YARPP"
443
+
444
+ #: yarpp_options.php:34
445
+ #, php-format
446
+ #@ default
447
+ 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>."
448
+ msgstr "E' disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">Versione %4$s nel dettaglio</a> oppure <a href=\"%5$s\">aggiorna automaticamente</a>."
449
+
450
+ #: yarpp_options.php:38
451
+ #, php-format
452
+ #@ yarpp
453
+ 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."
454
+ 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."
455
+
456
+ #: yarpp_options.php:46
457
+ #@ yarpp
458
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
459
+ msgstr "La verifica MyISAM é stata sovrascritta. Potrai da ora utilizzare \"considera titoli\" e \"considera contenuti\" come criteri di affinità."
460
+
461
+ #: yarpp_options.php:54
462
+ #, php-format
463
+ #@ yarpp
464
+ 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."
465
+ 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."
466
+
467
+ #: yarpp_options.php:56
468
+ #, php-format
469
+ #@ yarpp
470
+ 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."
471
+ 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."
472
+
473
+ #: yarpp_options.php:58
474
+ #, php-format
475
+ #@ yarpp
476
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
477
+ msgstr "Se, nonostante questa nota, fossi certo che <code>%s</code> stia utilizzando il MyISAM engine, premi il pulsante magico:"
478
+
479
+ #: yarpp_options.php:61
480
+ #@ yarpp
481
+ msgid "Trust me. Let me use MyISAM features."
482
+ msgstr "Abbi fiducia. Lasciami utilizzare le funzioni MyISAM."
483
+
484
+ #: yarpp_options.php:76
485
+ #@ yarpp
486
+ msgid "The YARPP database had an error but has been fixed."
487
+ msgstr "Il database di YARPP aveva un errore, ma é stato corretto."
488
+
489
+ #: yarpp_options.php:78
490
+ #@ yarpp
491
+ msgid "The YARPP database has an error which could not be fixed."
492
+ msgstr "Il database di YARPP ha un errore che non può essere corretto."
493
+
494
+ #: yarpp_options.php:79
495
+ #, php-format
496
+ #@ yarpp
497
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
498
+ msgstr "Prova il <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
499
+
500
+ #: yarpp_options.php:133
501
+ #@ yarpp
502
+ msgid "Options saved!"
503
+ msgstr "Le opzioni sono state salvate!"
504
+
505
+ #: yarpp_options.php:139
506
+ #@ yarpp
507
+ msgid "Yet Another Related Posts Plugin Options"
508
+ msgstr "Opzioni Yet Another Related Posts"
509
+
510
+ #: yarpp_options.php:147
511
+ #, php-format
512
+ #@ yarpp
513
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
514
+ msgstr "di <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
515
+
516
+ #: yarpp_options.php:176
517
+ #@ default
518
+ msgid "Save Changes"
519
+ msgstr "Salva le modifiche"
520
+
521
+ #: template-builtin.php:21
522
+ #, php-format
523
+ #@ yarpp
524
+ 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."
525
+ 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."
526
+
527
+ #: template-metabox.php:12
528
+ #@ yarpp
529
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
530
+ msgstr "Questi sono gli articoli correlati per questo post. L'aggiornamento di questo post potrebbe cambiare gli articoli ad esso correlati."
531
+
532
+ #: template-metabox.php:28
533
+ #@ yarpp
534
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
535
+ msgstr "La visualizzazione degli articoli correlati dipende principalmente dalle opzioni YARPP."
536
+
trunk/lang/yarpp-ja.mo ADDED
Binary file
trunk/lang/yarpp-ja.po ADDED
@@ -0,0 +1,732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v4.0b9\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-10 16:00-0500\n"
6
+ "PO-Revision-Date: 2012-12-10 16:18-0500\n"
7
+ "Last-Translator: Michael 芳貴 Erlewine <mitcho@mitcho.com>\n"
8
+ "Language-Team: \n"
9
+ "Language: ja_JP\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_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-Generator: Poedit 1.5.4\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ # @ yarpp
23
+ #: class-admin.php:90 class-widget.php:7 class-widget.php:72
24
+ msgid "Related Posts (YARPP)"
25
+ msgstr "関連記事 (YARPP)"
26
+
27
+ # @ yarpp
28
+ #: class-admin.php:96
29
+ msgid "Related Posts"
30
+ msgstr "関連記事"
31
+
32
+ # @ default
33
+ #: class-admin.php:96
34
+ msgid "Configure"
35
+ msgstr ""
36
+
37
+ # @ yarpp
38
+ #: class-admin.php:114
39
+ msgid "Frequently Asked Questions"
40
+ msgstr "よくある質問"
41
+
42
+ # @ yarpp
43
+ #: class-admin.php:119 class-admin.php:155
44
+ msgid "Developing with YARPP"
45
+ msgstr "YARPP の API"
46
+
47
+ # @ yarpp
48
+ #: class-admin.php:124
49
+ msgid "Optional Data Collection"
50
+ msgstr "利用データ収集"
51
+
52
+ # @ yarpp
53
+ #: class-admin.php:143
54
+ msgid "FAQ"
55
+ msgstr "よくある質問"
56
+
57
+ # @ yarpp
58
+ #: class-admin.php:160
59
+ #, php-format
60
+ msgid ""
61
+ "With your permission, YARPP will send information about YARPP's settings, "
62
+ "usage, and environment back to a central server at %s."
63
+ msgstr ""
64
+ "YARPP は色々なユーザの設定項目、利用データ、環境設定などを %s サーバで集め始"
65
+ "めました。"
66
+
67
+ # @ yarpp
68
+ #: class-admin.php:161
69
+ msgid ""
70
+ "This information will be used to improve YARPP in the future and help decide "
71
+ "future development decisions for YARPP."
72
+ msgstr "この情報はこれからの YARPP 開発、改善のために使われます。"
73
+
74
+ # @ yarpp
75
+ #: class-admin.php:162
76
+ msgid ""
77
+ "Contributing this data will help make YARPP better for you and for other "
78
+ "YARPP users."
79
+ msgstr " "
80
+
81
+ # @ yarpp
82
+ #: class-admin.php:170
83
+ msgid "If you opt-in, the following information is sent back to YARPP:"
84
+ msgstr "情報提供に参加すれば、下記のデータが YARPP に送られます。"
85
+
86
+ # @ yarpp
87
+ #: class-admin.php:172
88
+ msgid ""
89
+ "In addition, YARPP also loads an invisible pixel image with your YARPP "
90
+ "results to know how often YARPP is being used."
91
+ msgstr ""
92
+ "最後に、情報提供に参加すれば、 YARPP の利用率を知るために関連記事結果とともに"
93
+ "見えない画像が読み込まれます。"
94
+
95
+ # @ yarpp
96
+ #: class-admin.php:176 options-meta-boxes.php:424
97
+ msgid "Send settings and usage data back to YARPP"
98
+ msgstr "設定と利用データを YARPP に提供する"
99
+
100
+ # @ yarpp
101
+ #: class-admin.php:176
102
+ msgid "Thank you!"
103
+ msgstr "ありがとうございます"
104
+
105
+ #: class-admin.php:205
106
+ msgid ""
107
+ "<strong>Help make YARPP better</strong> by sending information about YARPP's "
108
+ "settings and usage statistics."
109
+ msgstr ""
110
+ "<strong>より良い YARPP の開発のために</strong> YARPP の設定と利用データを提供"
111
+ "してください。"
112
+
113
+ # @ yarpp
114
+ #: class-admin.php:209 options-meta-boxes.php:428
115
+ msgid "Learn More"
116
+ msgstr "詳しい説明"
117
+
118
+ # @ yarpp
119
+ #: class-admin.php:252
120
+ msgid "Show example code output"
121
+ msgstr "コード出力例を表示"
122
+
123
+ # @ yarpp
124
+ #: class-admin.php:279
125
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
126
+ msgstr "関連記事プラグイン (YARPP) がインストールされました!"
127
+
128
+ # @ yarpp
129
+ #: class-admin.php:280
130
+ msgid ""
131
+ "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
132
+ msgstr "<a>関連記事設定ページ</a>をご覧ください。"
133
+
134
+ # @ default
135
+ #: class-admin.php:326
136
+ msgid "Settings"
137
+ msgstr "設定"
138
+
139
+ # @ yarpp
140
+ #: class-admin.php:352
141
+ msgid "Related entries may be displayed once you save your entry"
142
+ msgstr "関連記事は保存後更新されます。"
143
+
144
+ # @ yarpp
145
+ #: class-cache.php:530
146
+ msgid "Example post "
147
+ msgstr "例:"
148
+
149
+ # @ yarpp
150
+ #: class-core.php:80 class-core.php:90 class-core.php:117 class-core.php:119
151
+ #: class-core.php:378 class-core.php:389 class-core.php:686
152
+ msgid "Related posts:"
153
+ msgstr "関連記事:"
154
+
155
+ # @ yarpp
156
+ #: class-core.php:82 class-core.php:92 class-core.php:380 class-core.php:391
157
+ #: template-metabox.php:30 template-widget.php:13
158
+ msgid "No related posts."
159
+ msgstr "関連記事はありません。"
160
+
161
+ # @ yarpp
162
+ #: class-core.php:839 class-core.php:982 options-meta-boxes.php:295
163
+ #: options-meta-boxes.php:356
164
+ #, php-format
165
+ msgid ""
166
+ "Related posts brought to you by <a href='%s'>Yet Another Related Posts "
167
+ "Plugin</a>."
168
+ msgstr ""
169
+ "関連記事は<a href='%s'>YARPP関連記事プラグイン</a>によって表示されています。"
170
+
171
+ # @ yarpp
172
+ #: class-widget.php:92 options-meta-boxes.php:35
173
+ msgid "List"
174
+ msgstr "リスト"
175
+
176
+ # @ yarpp
177
+ #: class-widget.php:94 options-meta-boxes.php:45
178
+ msgid "Thumbnails"
179
+ msgstr "サムネイル"
180
+
181
+ # @ yarpp
182
+ #: class-widget.php:96 options-meta-boxes.php:59
183
+ msgid "Custom"
184
+ msgstr "カスタム"
185
+
186
+ # @ default
187
+ #: class-widget.php:99
188
+ msgid "Title:"
189
+ msgstr ""
190
+
191
+ # @ yarpp
192
+ #: class-widget.php:101 options-meta-boxes.php:70
193
+ msgid "Template file:"
194
+ msgstr "テンプレートファイル:"
195
+
196
+ # @ yarpp
197
+ #: class-widget.php:119 options-meta-boxes.php:294 options-meta-boxes.php:356
198
+ msgid "Help promote Yet Another Related Posts Plugin?"
199
+ msgstr "この関連記事プラグイン(YARPP)を宣伝しますか?"
200
+
201
+ # @ yarpp
202
+ #: options-meta-boxes.php:7
203
+ msgid ""
204
+ "This advanced option gives you full power to customize how your related "
205
+ "posts are displayed. Templates (stored in your theme folder) are written in "
206
+ "PHP."
207
+ msgstr ""
208
+ "この新機能で関連記事の表示を完全にカスタマイズする事が出来ます。テンプレート"
209
+ "ファイルは PHP でかき、使用テーマのフォルダにいれます。"
210
+
211
+ # @ yarpp
212
+ #: options-meta-boxes.php:44
213
+ msgid ""
214
+ "This option is disabled because your theme does not support post thumbnails."
215
+ msgstr "現在お使いのテーマでは投稿サムネイル機能が無効になっています。"
216
+
217
+ # @ yarpp
218
+ #: options-meta-boxes.php:54
219
+ msgid ""
220
+ "This option is disabled because no YARPP templates were found in your theme."
221
+ msgstr ""
222
+ "現在お使いのテーマフォルダでは YARPP 用のテンプレートファイルが見つかりません"
223
+ "でした。"
224
+
225
+ # @ yarpp
226
+ #: options-meta-boxes.php:56
227
+ msgid ""
228
+ "Would you like to copy some sample templates bundled with YARPP into your "
229
+ "theme?"
230
+ msgstr "YARPP テンプレートの使用例をこのテーマのフォルダに移動しますか?"
231
+
232
+ # @ yarpp
233
+ #: options-meta-boxes.php:56
234
+ msgid "Copy Templates"
235
+ msgstr "テンプレートを移動"
236
+
237
+ # @ default
238
+ #: options-meta-boxes.php:79
239
+ msgid "Author:"
240
+ msgstr ""
241
+
242
+ # @ yarpp
243
+ #: options-meta-boxes.php:105 options-meta-boxes.php:123
244
+ msgid "do not consider"
245
+ msgstr "検討しない"
246
+
247
+ # @ yarpp
248
+ #: options-meta-boxes.php:106 options-meta-boxes.php:124
249
+ msgid "consider"
250
+ msgstr "検討する"
251
+
252
+ # @ yarpp
253
+ #: options-meta-boxes.php:107 options-meta-boxes.php:125
254
+ msgid "consider with extra weight"
255
+ msgstr "検討する(重要視)"
256
+
257
+ # @ yarpp
258
+ #: options-meta-boxes.php:108
259
+ #, php-format
260
+ msgid "require at least one %s in common"
261
+ msgstr "共有の%sをひとつ以上必要とする"
262
+
263
+ # @ yarpp
264
+ #: options-meta-boxes.php:109
265
+ #, php-format
266
+ msgid "require more than one %s in common"
267
+ msgstr "共有の%sをふたつ以上必要とする"
268
+
269
+ # @ yarpp
270
+ #: options-meta-boxes.php:131
271
+ msgid "Order results:"
272
+ msgstr "表示順番:"
273
+
274
+ # @ yarpp
275
+ #: options-meta-boxes.php:135
276
+ msgid "score (high relevance to low)"
277
+ msgstr "関連スコアの高い順"
278
+
279
+ # @ yarpp
280
+ #: options-meta-boxes.php:136
281
+ msgid "score (low relevance to high)"
282
+ msgstr "関連スコアの低い順"
283
+
284
+ # @ yarpp
285
+ #: options-meta-boxes.php:137
286
+ msgid "date (new to old)"
287
+ msgstr "新しい日付順(降順)"
288
+
289
+ # @ yarpp
290
+ #: options-meta-boxes.php:138
291
+ msgid "date (old to new)"
292
+ msgstr "古い日付順(昇順)"
293
+
294
+ # @ yarpp
295
+ #: options-meta-boxes.php:139
296
+ msgid "title (alphabetical)"
297
+ msgstr "タイトル順(昇順)"
298
+
299
+ # @ yarpp
300
+ #: options-meta-boxes.php:140
301
+ msgid "title (reverse alphabetical)"
302
+ msgstr "タイトル順(降順)"
303
+
304
+ # @ yarpp
305
+ #: options-meta-boxes.php:170
306
+ msgid ""
307
+ "\"The Pool\" refers to the pool of posts and pages that are candidates for "
308
+ "display as related to the current entry."
309
+ msgstr "関連記事として表示したい記事を制限します。"
310
+
311
+ # @ yarpp
312
+ #: options-meta-boxes.php:173
313
+ msgid "Post types considered:"
314
+ msgstr "投稿タイプ:"
315
+
316
+ # @ yarpp
317
+ #: options-meta-boxes.php:177
318
+ #, php-format
319
+ msgid "Disallow by %s:"
320
+ msgstr "この%sの記事を表示しない"
321
+
322
+ # @ yarpp
323
+ #: options-meta-boxes.php:179
324
+ msgid "Show password protected posts?"
325
+ msgstr "パスワードで保護されている記事も表示"
326
+
327
+ # @ yarpp
328
+ #: options-meta-boxes.php:190
329
+ msgid "day(s)"
330
+ msgstr "日間"
331
+
332
+ # @ yarpp
333
+ #: options-meta-boxes.php:191
334
+ msgid "week(s)"
335
+ msgstr "週間"
336
+
337
+ # @ yarpp
338
+ #: options-meta-boxes.php:192
339
+ msgid "month(s)"
340
+ msgstr "ヶ月間"
341
+
342
+ # @ yarpp
343
+ #: options-meta-boxes.php:198
344
+ msgid "Show only posts from the past NUMBER UNITS"
345
+ msgstr "過去 NUMBER UNITS の記事だけを表示"
346
+
347
+ # @ yarpp
348
+ #: options-meta-boxes.php:204
349
+ msgid "\"The Pool\""
350
+ msgstr "フィルター設定"
351
+
352
+ # @ yarpp
353
+ #: options-meta-boxes.php:210
354
+ msgid ""
355
+ "YARPP limits the related posts list by (1) a maximum number and (2) a "
356
+ "<em>match threshold</em>."
357
+ msgstr ""
358
+ "この関連記事プラグイン(YARPP)は各対象記事の関連スコアを計算し、ある関連スコ"
359
+ "ア以上の記事だけを表示します。"
360
+
361
+ # @ yarpp
362
+ #: options-meta-boxes.php:210
363
+ msgid ""
364
+ "The higher the match threshold, the more restrictive, and you get less "
365
+ "related posts overall. The default match threshold is 5. If you want to find "
366
+ "an appropriate match threshhold, take a look at some post's related posts "
367
+ "display and their scores. You can see what kinds of related posts are being "
368
+ "picked up and with what kind of match scores, and determine an appropriate "
369
+ "threshold for your site."
370
+ msgstr ""
371
+ "より関連性の高い記事だけを表示したい場合は、最低関連スコアを上げてください。"
372
+ "初期設定は5です。"
373
+
374
+ # @ yarpp
375
+ #: options-meta-boxes.php:213
376
+ msgid "Match threshold:"
377
+ msgstr "表示する最低関連スコア"
378
+
379
+ # @ yarpp
380
+ #: options-meta-boxes.php:214
381
+ msgid "Titles: "
382
+ msgstr "タイトル:"
383
+
384
+ # @ yarpp
385
+ #: options-meta-boxes.php:215
386
+ msgid "Bodies: "
387
+ msgstr "内容:"
388
+
389
+ # @ yarpp
390
+ #: options-meta-boxes.php:221
391
+ msgid "Display results from all post types"
392
+ msgstr "全ての投稿タイプの結果を表示"
393
+
394
+ # @ yarpp
395
+ #: options-meta-boxes.php:221
396
+ msgid ""
397
+ "When \"display results from all post types\" is off, only posts will be "
398
+ "displayed as related to a post, only pages will be displayed as related to a "
399
+ "page, etc."
400
+ msgstr ""
401
+ "「全ての投稿タイプの結果を表示」が無効な場合、同じ投稿タイプの結果 (投稿には"
402
+ "関連投稿、ページには関連ページ...) だけが表示されます。"
403
+
404
+ # @ yarpp
405
+ #: options-meta-boxes.php:222
406
+ msgid "Show only previous posts?"
407
+ msgstr "過去の記事だけを表示"
408
+
409
+ # @ yarpp
410
+ #: options-meta-boxes.php:226
411
+ msgid "\"Relatedness\" options"
412
+ msgstr "関連スコア設定"
413
+
414
+ # @ yarpp
415
+ #: options-meta-boxes.php:236
416
+ msgid "Website display code example"
417
+ msgstr "ウェブサイト表示のソース例"
418
+
419
+ # @ yarpp
420
+ #: options-meta-boxes.php:236 options-meta-boxes.php:309
421
+ msgid "(Update options to reload.)"
422
+ msgstr "(設定保存時に更新されます)"
423
+
424
+ # @ yarpp
425
+ #: options-meta-boxes.php:239
426
+ msgid "Automatically display:"
427
+ msgstr "自動表示:"
428
+
429
+ # @ yarpp
430
+ #: options-meta-boxes.php:240
431
+ msgid ""
432
+ "This option automatically displays related posts right after the content on "
433
+ "single entry pages. If this option is off, you will need to manually insert "
434
+ "<code>related_posts()</code> or variants (<code>related_pages()</code> and "
435
+ "<code>related_entries()</code>) into your theme files."
436
+ msgstr ""
437
+ "単体記事表示時に自動的に関連記事を表示します。この自動表示を無効にすると、"
438
+ "テーマファイルに<code>related_posts()</code>を入れる必要があります。"
439
+
440
+ # @ yarpp
441
+ #: options-meta-boxes.php:250
442
+ msgid "Also display in archives"
443
+ msgstr "アーカイブでも表示"
444
+
445
+ # @ yarpp
446
+ #: options-meta-boxes.php:252 options-meta-boxes.php:314
447
+ msgid "Maximum number of related posts:"
448
+ msgstr "一度に表示する関連記事数"
449
+
450
+ # @ yarpp
451
+ #: options-meta-boxes.php:272 options-meta-boxes.php:334
452
+ msgid "Heading:"
453
+ msgstr "ヘッダー:"
454
+
455
+ # @ yarpp
456
+ #: options-meta-boxes.php:273 options-meta-boxes.php:335
457
+ msgid "Default image (URL):"
458
+ msgstr "デフォルト画像 (URL):"
459
+
460
+ # @ yarpp
461
+ #: options-meta-boxes.php:274 options-meta-boxes.php:289
462
+ #: options-meta-boxes.php:336 options-meta-boxes.php:351
463
+ msgid "Default display if no results:"
464
+ msgstr "関連記事がない時のメッセージ:"
465
+
466
+ # @ yarpp
467
+ #: options-meta-boxes.php:281 options-meta-boxes.php:343
468
+ msgid "Before / after related entries:"
469
+ msgstr "関連記事表示を囲むタグ:"
470
+
471
+ # @ yarpp
472
+ #: options-meta-boxes.php:281 options-meta-boxes.php:282
473
+ #: options-meta-boxes.php:287 options-meta-boxes.php:343
474
+ #: options-meta-boxes.php:344 options-meta-boxes.php:349
475
+ msgid "For example:"
476
+ msgstr "例:"
477
+
478
+ # @ yarpp
479
+ #: options-meta-boxes.php:281 options-meta-boxes.php:282
480
+ #: options-meta-boxes.php:287 options-meta-boxes.php:343
481
+ #: options-meta-boxes.php:344 options-meta-boxes.php:349
482
+ msgid " or "
483
+ msgstr "、"
484
+
485
+ # @ yarpp
486
+ #: options-meta-boxes.php:282 options-meta-boxes.php:344
487
+ msgid "Before / after each related entry:"
488
+ msgstr "各関連記事を囲むタグ:"
489
+
490
+ # @ yarpp
491
+ #: options-meta-boxes.php:284 options-meta-boxes.php:346
492
+ msgid "Show excerpt?"
493
+ msgstr "抜粋を表示?"
494
+
495
+ # @ yarpp
496
+ #: options-meta-boxes.php:285 options-meta-boxes.php:347
497
+ msgid "Excerpt length (No. of words):"
498
+ msgstr "抜粋の長さ(単語数):"
499
+
500
+ # @ yarpp
501
+ #: options-meta-boxes.php:287 options-meta-boxes.php:349
502
+ msgid "Before / after (excerpt):"
503
+ msgstr "抜粋を囲むタグ:"
504
+
505
+ # @ yarpp
506
+ #: options-meta-boxes.php:295 options-meta-boxes.php:356
507
+ #, php-format
508
+ msgid ""
509
+ "This option will add the code %s. Try turning it on, updating your options, "
510
+ "and see the code in the code example to the right. These links and donations "
511
+ "are greatly appreciated."
512
+ msgstr "関連記事表示の下に「%s」というコードを挿入します。"
513
+
514
+ # @ yarpp
515
+ #: options-meta-boxes.php:299
516
+ msgid "Display options <small>for your website</small>"
517
+ msgstr "表示設定 <small>ウェブサイト用</small>"
518
+
519
+ # @ yarpp
520
+ #: options-meta-boxes.php:309
521
+ msgid "RSS display code example"
522
+ msgstr "RSS表示のソース例"
523
+
524
+ # @ yarpp
525
+ #: options-meta-boxes.php:311
526
+ msgid "Display related posts in feeds?"
527
+ msgstr "自動的にフィードで関連記事を表示する"
528
+
529
+ # @ yarpp
530
+ #: options-meta-boxes.php:311
531
+ msgid ""
532
+ "This option displays related posts at the end of each item in your RSS and "
533
+ "Atom feeds. No template changes are needed."
534
+ msgstr "RSSとAtomフィード内に関連記事を表示。テーマの変更は必要ありません。"
535
+
536
+ # @ yarpp
537
+ #: options-meta-boxes.php:312
538
+ msgid "Display related posts in the descriptions?"
539
+ msgstr "フィード内の抜粋にも自動的に関連記事を表示する"
540
+
541
+ # @ yarpp
542
+ #: options-meta-boxes.php:312
543
+ msgid ""
544
+ "This option displays the related posts in the RSS description fields, not "
545
+ "just the content. If your feeds are set up to only display excerpts, "
546
+ "however, only the description field is used, so this option is required for "
547
+ "any display at all."
548
+ msgstr ""
549
+ "フィード内の全文表示に関連記事を表示するだけでなく、フィード内の抜粋でも関連"
550
+ "記事が表示されます。WordPressの設定によりフィードに抜粋のみを表示している場合"
551
+ "は、このオプションが無効の場合関連記事がフィード内で表示されません。"
552
+
553
+ # @ yarpp
554
+ #: options-meta-boxes.php:360
555
+ msgid "Display options <small>for RSS</small>"
556
+ msgstr "表示設定 <small>RSS/Atom フィード用</small>"
557
+
558
+ # @ yarpp
559
+ #: options-meta-boxes.php:368
560
+ msgid "YARPP Forum"
561
+ msgstr "YARPP フォーラム"
562
+
563
+ # @ yarpp
564
+ #: options-meta-boxes.php:369
565
+ msgid "YARPP on Twitter"
566
+ msgstr "YARPP Twitter"
567
+
568
+ # @ yarpp
569
+ #: options-meta-boxes.php:370
570
+ msgid "YARPP on the Web"
571
+ msgstr "ウェブサイト"
572
+
573
+ # @ yarpp
574
+ #: options-meta-boxes.php:371
575
+ msgid "Review YARPP on WordPress.org"
576
+ msgstr "WordPress.org で YARPP の感想を書く"
577
+
578
+ # @ yarpp
579
+ #: options-meta-boxes.php:405
580
+ msgid "Help Improve YARPP"
581
+ msgstr "より良い YARPP を目指して"
582
+
583
+ # @ yarpp
584
+ #: options-meta-boxes.php:427
585
+ msgid ""
586
+ "This is entirely optional, but will help improve future versions of YARPP."
587
+ msgstr "この情報はこれからの YARPP 開発、改善のために使われます。"
588
+
589
+ # @ yarpp
590
+ #: options-meta-boxes.php:432
591
+ msgid "Contact YARPP"
592
+ msgstr "YARPP 情報"
593
+
594
+ # @ default
595
+ #: yarpp_options.php:31
596
+ #, php-format
597
+ msgid ""
598
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox"
599
+ "\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update "
600
+ "automatically</a>."
601
+ msgstr ""
602
+ "%1$s の新しいβ版があります。 <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s"
603
+ "\">%4$s の詳細を読む</a>、あるいは<a href=\"%5$s\">インストールする</a>。"
604
+
605
+ # @ yarpp
606
+ #: yarpp_options.php:35
607
+ #, php-format
608
+ msgid ""
609
+ "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a "
610
+ "href=\"%s\">download it here</a> at your own risk."
611
+ msgstr ""
612
+ "関連記事プラグイン(YARPP)の新しいベータ(%s)があります。是非<a href=\"%s"
613
+ "\">ダウンロード</a>してみてください。"
614
+
615
+ # @ yarpp
616
+ #: yarpp_options.php:43
617
+ msgid ""
618
+ "The MyISAM check has been overridden. You may now use the \"consider titles"
619
+ "\" and \"consider bodies\" relatedness criteria."
620
+ msgstr ""
621
+ "MyISAM専用機能を強制的に有効にしました。「タイトルを検討」と「内容を検討」機"
622
+ "能が使えるようになりました。"
623
+
624
+ # @ yarpp
625
+ #: yarpp_options.php:51
626
+ #, php-format
627
+ msgid ""
628
+ "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria "
629
+ "require your <code>%s</code> table to use the <a href='http://dev.mysql.com/"
630
+ "doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the "
631
+ "table seems to be using the <code>%s</code> engine. These two options have "
632
+ "been disabled."
633
+ msgstr ""
634
+ "YARPPの関連スコア計算の「タイトルを検討する」、「内容を検討する」オプションは"
635
+ "データベースの <code>%1$s</code> テーブルが <a href='http://dev.mysql.com/"
636
+ "doc/refman/4.1/ja/myisam.html'>MyISAM</a> を使用する必要があります。 <code>"
637
+ "%1$s</code> テーブルは現在 <code>%2$s</code> ストーレージエンジンを使用してい"
638
+ "るので、このふたつのオプションは使えません。"
639
+
640
+ # @ yarpp
641
+ #: yarpp_options.php:53
642
+ #, php-format
643
+ msgid ""
644
+ "To restore these features, please update your <code>%s</code> table by "
645
+ "executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = "
646
+ "MyISAM;</code> . No data will be erased by altering the table's engine, "
647
+ "although there are performance implications."
648
+ msgstr ""
649
+ "このオプションを使用したければ、<code>%s</code>テーブルに対してこのようなクエ"
650
+ "リを実行してください:<code>ALTER TABLE `%s` ENGINE = MyISAM;</code>。このク"
651
+ "エリはデータは一切消しません。"
652
+
653
+ # @ yarpp
654
+ #: yarpp_options.php:55
655
+ #, php-format
656
+ msgid ""
657
+ "If, despite this check, you are sure that <code>%s</code> is using the "
658
+ "MyISAM engine, press this magic button:"
659
+ msgstr ""
660
+ "<code>%s</code>テーブルが絶対MyISAMを使用していると思う方はこちらの魔法のボタ"
661
+ "ンをどうぞ:"
662
+
663
+ # @ yarpp
664
+ #: yarpp_options.php:58
665
+ msgid "Trust me. Let me use MyISAM features."
666
+ msgstr "MyISAM を使ってます。嘘じゃないから。"
667
+
668
+ # @ yarpp
669
+ #: yarpp_options.php:73
670
+ msgid "The YARPP database had an error but has been fixed."
671
+ msgstr "YARPPのデータベースは修正されました。"
672
+
673
+ # @ yarpp
674
+ #: yarpp_options.php:75
675
+ msgid "The YARPP database has an error which could not be fixed."
676
+ msgstr "YARPPのデータベースに修正できないエラーが発生しました。"
677
+
678
+ # @ yarpp
679
+ #: yarpp_options.php:76
680
+ #, php-format
681
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
682
+ msgstr "<a href=\"%s\" target=\"_blank\">手動 SQL 設定</a>を参考ください。"
683
+
684
+ # @ yarpp
685
+ #: yarpp_options.php:139
686
+ msgid "Options saved!"
687
+ msgstr "設定の変更は保存されました。"
688
+
689
+ # @ yarpp
690
+ #: yarpp_options.php:145
691
+ msgid "Yet Another Related Posts Plugin Options"
692
+ msgstr "関連記事 (YARPP) 設定"
693
+
694
+ # @ yarpp
695
+ #: yarpp_options.php:153
696
+ #, php-format
697
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
698
+ msgstr ""
699
+ "by <a href=\"%s\" target=\"_blank\">みっちょ (アーリーワイン・マイケル芳貴)</"
700
+ "a>"
701
+
702
+ # @ default
703
+ #: yarpp_options.php:194
704
+ msgid "Save Changes"
705
+ msgstr ""
706
+
707
+ # @ yarpp
708
+ #: template-builtin.php:22
709
+ #, php-format
710
+ msgid ""
711
+ "%f is the YARPP match score between the current entry and this related "
712
+ "entry. You are seeing this value because you are logged in to WordPress as "
713
+ "an administrator. It is not shown to regular visitors."
714
+ msgstr ""
715
+ "%fは現在表示の記事とこの関連記事の関連スコアです。この関連スコアはログイン済"
716
+ "みのサイト管理者のみに表示されます。"
717
+
718
+ # @ yarpp
719
+ #: template-metabox.php:12
720
+ msgid ""
721
+ "These are the related entries for this entry. Updating this post may change "
722
+ "these related posts."
723
+ msgstr "この投稿の関連記事。投稿を更新すると関連記事も変わる可能性があります。"
724
+
725
+ # @ yarpp
726
+ #: template-metabox.php:28
727
+ msgid ""
728
+ "Whether all of these related entries are actually displayed and how they are "
729
+ "displayed depends on your YARPP display options."
730
+ msgstr ""
731
+ "関連記事候補が全て表示されるかどうかは YARPP (関連記事) オプションの表示設定"
732
+ "によって異なります。"
trunk/lang/yarpp-kk_KZ.mo ADDED
Binary file
trunk/lang/yarpp-kk_KZ.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.0.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2011-03-30 22:20+0500\n"
7
+ "Last-Translator: nikitema <mail@artem-nikitenko.ru>\n"
8
+ "Language-Team: DachaDecor.ru <mail@artem-nikitenko.ru>\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: Kazakh\n"
14
+ "X-Poedit-Country: KAZAKHSTAN\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:376
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Сабақтас оразалар"
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 - Бұлrоэффициэнт\"Ұқсастық\"Ағымдағыоразаныжәнесабақтасонымен.Сізкөріпжатырсызөйткені, сіз Wordpress әкімгекелдіңіз.\""
39
+
40
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:70
64
+ #@ yarpp
65
+ msgid "Trust me. Let me use MyISAM features."
66
+ msgstr "Маған сеніңіз. Маған қолдану мүмкіндік беріңіз MyISAM"
67
+
68
+ #: yarpp_options.php:83
69
+ #@ yarpp
70
+ msgid "The YARPP database had an error but has been fixed."
71
+ msgstr "Базасықателердіосы YARPP болды, бірақолардұрысталғанболды."
72
+
73
+ #: yarpp_options.php:85
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
+ #: yarpp_options.php:178
98
+ #@ yarpp
99
+ msgid "Yet Another Related Posts Plugin Options"
100
+ msgstr "Опциялар YARPP"
101
+
102
+ #: options-meta-boxes.php:118
103
+ #@ yarpp
104
+ msgid "\"The Pool\""
105
+ msgstr "<em>Контент</em>"
106
+
107
+ #: options-meta-boxes.php:91
108
+ #@ yarpp
109
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
110
+ msgstr "<em>Контент</em> Сабақтас жазуларға блокта көрсетуге кандидаттармен келген қатынастардың және беттердің жиынды сияқты ұғылып жатыр."
111
+
112
+ #: options-meta-boxes.php:96
113
+ #@ yarpp
114
+ msgid "Disallow by category:"
115
+ msgstr "Дәрежелер шығару керек:"
116
+
117
+ #: options-meta-boxes.php:98
118
+ #@ yarpp
119
+ msgid "Disallow by tag:"
120
+ msgstr "Теги шығару:"
121
+
122
+ #: options-meta-boxes.php:101
123
+ #@ yarpp
124
+ msgid "Show password protected posts?"
125
+ msgstr "Парольмен қорғал қалған қатынастарды көрсету??"
126
+
127
+ #: options-meta-boxes.php:140
128
+ #@ yarpp
129
+ msgid "Show only previous posts?"
130
+ msgstr "Тек қана алдыңғы қатынастар көрсету керек?"
131
+
132
+ #: options-meta-boxes.php:148
133
+ #@ yarpp
134
+ msgid "\"Relatedness\" options"
135
+ msgstr "Ұқсастықтар белгілер"
136
+
137
+ #: options-meta-boxes.php:124
138
+ #: options-meta-boxes.php:139
139
+ #: options-meta-boxes.php:157
140
+ #: options-meta-boxes.php:161
141
+ #: options-meta-boxes.php:204
142
+ #: options-meta-boxes.php:221
143
+ #: options-meta-boxes.php:223
144
+ #: options-meta-boxes.php:228
145
+ #: options-meta-boxes.php:268
146
+ #@ yarpp
147
+ msgid "more&gt;"
148
+ msgstr "подробнее&gt;"
149
+
150
+ #: options-meta-boxes.php:130
151
+ #@ yarpp
152
+ msgid "Match threshold:"
153
+ msgstr "Ұқсастықтар табалдырық:"
154
+
155
+ #: options-meta-boxes.php:131
156
+ #@ yarpp
157
+ msgid "Titles: "
158
+ msgstr "Бастар:"
159
+
160
+ #: options-meta-boxes.php:133
161
+ #@ yarpp
162
+ msgid "Bodies: "
163
+ msgstr "Мәтіндер:"
164
+
165
+ #: options-meta-boxes.php:135
166
+ #@ yarpp
167
+ msgid "Tags: "
168
+ msgstr "Теги:"
169
+
170
+ #: options-meta-boxes.php:137
171
+ #@ yarpp
172
+ msgid "Categories: "
173
+ msgstr "Дәрежелер:"
174
+
175
+ #: options-meta-boxes.php:139
176
+ #@ yarpp
177
+ msgid "Cross-relate posts and pages?"
178
+ msgstr "Әрілі-берілі перелинковку беттердің және қатынастардың істеу керек?"
179
+
180
+ #: options-meta-boxes.php:139
181
+ #@ yarpp
182
+ 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."
183
+ msgstr "Опция таңдаұлы кезде “Әрілі-берілі перелинковку беттердің және қатынастардың істеу керек?”, Функциялар <code>related_posts()</code>, <code>related_pages()</code> и <code>related_entries()</code>Және болатын бірдей жиын беріп жатыр бет және қатынастар"
184
+
185
+ #: options-meta-boxes.php:212
186
+ #@ yarpp
187
+ msgid "Display options <small>for your website</small>"
188
+ msgstr "Опциялардың Көруі <small>Сіздің сайтыңыз үшін </small>"
189
+
190
+ #: options-meta-boxes.php:157
191
+ #@ yarpp
192
+ msgid "Automatically display related posts?"
193
+ msgstr "Сабақтас оразаларды Автоматически көрсету?"
194
+
195
+ #: options-meta-boxes.php:157
196
+ #@ yarpp
197
+ msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
198
+ msgstr "Бұл опция сабақтас қатынасты автоматически көрсетіп жатыр hgzvj Жеке қатынастарға бетте ішіндегісіден кейін. Егер бұл опцияны бөліп тастау керек, сізге қолдан қойу керек болады <code>related_posts()</code>Немесе бірдеме ұқсас (<code>related_pages()</code> и <code>related_entries()</code>)Сіздің тақырыбыңызда."
199
+
200
+ #: options-meta-boxes.php:158
201
+ #@ yarpp
202
+ msgid "Website display code example"
203
+ msgstr "Web-сайтта код мысалы"
204
+
205
+ #: options-meta-boxes.php:158
206
+ #: options-meta-boxes.php:221
207
+ #@ yarpp
208
+ msgid "(Update options to reload.)"
209
+ msgstr "(Қайта тиеу үшін опциялар сақтайсыз.)"
210
+
211
+ #: options-meta-boxes.php:160
212
+ #: options-meta-boxes.php:226
213
+ #@ yarpp
214
+ msgid "Maximum number of related posts:"
215
+ msgstr "Сабақтас оразалардың максимал саны:"
216
+
217
+ #: options-meta-boxes.php:175
218
+ #: options-meta-boxes.php:244
219
+ #@ yarpp
220
+ msgid "Before / after related entries:"
221
+ msgstr "Дейін / кейін<br />шыдамдар"
222
+
223
+ #: options-meta-boxes.php:175
224
+ #: options-meta-boxes.php:176
225
+ #: options-meta-boxes.php:184
226
+ #: options-meta-boxes.php:244
227
+ #: options-meta-boxes.php:245
228
+ #: options-meta-boxes.php:250
229
+ #@ yarpp
230
+ msgid "For example:"
231
+ msgstr "Мысалы:"
232
+
233
+ #: options-meta-boxes.php:176
234
+ #: options-meta-boxes.php:245
235
+ #@ yarpp
236
+ msgid "Before / after each related entry:"
237
+ msgstr "Дейін / кейін <br />Әрбір сабақтас оразаны"
238
+
239
+ #: options-meta-boxes.php:178
240
+ #: options-meta-boxes.php:247
241
+ #@ yarpp
242
+ msgid "Show excerpt?"
243
+ msgstr "Шыдамды көрсету?"
244
+
245
+ #: options-meta-boxes.php:179
246
+ #: options-meta-boxes.php:248
247
+ #@ yarpp
248
+ msgid "Excerpt length (No. of words):"
249
+ msgstr "Шыдамдар ұзындық (Сөздердің саны):"
250
+
251
+ #: options-meta-boxes.php:183
252
+ #@ yarpp
253
+ msgid "Before / after (Excerpt):"
254
+ msgstr "Дейін / кейін <br />Шыдамдар"
255
+
256
+ #: options-meta-boxes.php:189
257
+ #: options-meta-boxes.php:254
258
+ #@ yarpp
259
+ msgid "Order results:"
260
+ msgstr "Нәтижелердің іріктеуі:"
261
+
262
+ #: options-meta-boxes.php:191
263
+ #: options-meta-boxes.php:256
264
+ #@ yarpp
265
+ msgid "score (high relevance to low)"
266
+ msgstr "Ұқсастық (Кемуде)"
267
+
268
+ #: options-meta-boxes.php:192
269
+ #: options-meta-boxes.php:257
270
+ #@ yarpp
271
+ msgid "score (low relevance to high)"
272
+ msgstr "Ұқсастық (Өсуде)"
273
+
274
+ #: options-meta-boxes.php:193
275
+ #: options-meta-boxes.php:258
276
+ #@ yarpp
277
+ msgid "date (new to old)"
278
+ msgstr "Дата (Кемуде)"
279
+
280
+ #: options-meta-boxes.php:194
281
+ #: options-meta-boxes.php:259
282
+ #@ yarpp
283
+ msgid "date (old to new)"
284
+ msgstr "Дата (Өсуде)"
285
+
286
+ #: options-meta-boxes.php:195
287
+ #: options-meta-boxes.php:260
288
+ #@ yarpp
289
+ msgid "title (alphabetical)"
290
+ msgstr "Бас (по алфавиту)"
291
+
292
+ #: options-meta-boxes.php:196
293
+ #: options-meta-boxes.php:261
294
+ #@ yarpp
295
+ msgid "title (reverse alphabetical)"
296
+ msgstr "Бас (Кері ретте)"
297
+
298
+ #: options-meta-boxes.php:201
299
+ #: options-meta-boxes.php:266
300
+ #@ yarpp
301
+ msgid "Default display if no results:"
302
+ msgstr "Үндемеу бойынша көрсету керек егер бос:"
303
+
304
+ #: includes.php:257
305
+ #: options-meta-boxes.php:203
306
+ #: options-meta-boxes.php:268
307
+ #@ yarpp
308
+ msgid "Help promote Yet Another Related Posts Plugin?"
309
+ msgstr "Көмектесу плагин алға бастыру керек YARPP?"
310
+
311
+ #: options-meta-boxes.php:205
312
+ #: options-meta-boxes.php:269
313
+ #, php-format
314
+ #@ yarpp
315
+ 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."
316
+ msgstr "Бұл опция кодты қосады %s. Оның қосу көріңіз, опциялар өзгертесіз және оңнан солға код мысалы қарап жатырсыз. Бұл сілтеме және батырмалар өте маңызды"
317
+
318
+ #: options-meta-boxes.php:276
319
+ #@ yarpp
320
+ msgid "Display options <small>for RSS</small>"
321
+ msgstr "Күйге келтірулердің Көруі <small>Үшін RSS</small>"
322
+
323
+ #: options-meta-boxes.php:221
324
+ #@ yarpp
325
+ msgid "Display related posts in feeds?"
326
+ msgstr "Сабақтас оразаларды көрсету RSS?"
327
+
328
+ #: options-meta-boxes.php:223
329
+ #@ yarpp
330
+ msgid "Display related posts in the descriptions?"
331
+ msgstr "Сипаттамада сабақтас оразалар көрсету керек?"
332
+
333
+ #: options-meta-boxes.php:223
334
+ #@ yarpp
335
+ 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."
336
+ msgstr "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
337
+
338
+ #: options-meta-boxes.php:221
339
+ #@ yarpp
340
+ msgid "RSS display code example"
341
+ msgstr "Код мысалы RSS"
342
+
343
+ #: options-meta-boxes.php:250
344
+ #@ yarpp
345
+ msgid "Before / after (excerpt):"
346
+ msgstr "Дейін / кейін<br /> Шыдамдар:"
347
+
348
+ #: options-meta-boxes.php:38
349
+ #@ yarpp
350
+ msgid "word"
351
+ msgstr "слово"
352
+
353
+ #: options-meta-boxes.php:39
354
+ #@ yarpp
355
+ msgid "tag"
356
+ msgstr "тег"
357
+
358
+ #: options-meta-boxes.php:40
359
+ #@ yarpp
360
+ msgid "category"
361
+ msgstr "дәреже"
362
+
363
+ #: options-meta-boxes.php:48
364
+ #: options-meta-boxes.php:80
365
+ #, php-format
366
+ #@ yarpp
367
+ msgid "require at least one %s in common"
368
+ msgstr "Біреу \"%s\" ортақ болуға тиісті"
369
+
370
+ #: options-meta-boxes.php:50
371
+ #: options-meta-boxes.php:82
372
+ #, php-format
373
+ #@ yarpp
374
+ msgid "require more than one %s in common"
375
+ msgstr "көп біреу \"%s\" ортақ болуға тиісті "
376
+
377
+ #: yarpp_options.php:114
378
+ #@ yarpp
379
+ msgid "Options saved!"
380
+ msgstr "Күйге келтірулер сақтаған!"
381
+
382
+ #: options-meta-boxes.php:124
383
+ #@ yarpp
384
+ 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."
385
+ msgstr "Не ұқсастықтар жоғары табалдырығы, сол қатал іріктеу, және сол жазуларды шығуда аз аласыз. Табалдырық бойынша-үндемеуге 5 тең. Егер қолайлы табалдырықты мәндер тапқысы келісе, поэкспериментируйте бірнешесі қатынастармен. Қандай қатынастар жоғары шығатынын сіз көре аласыз және оларда қандай сіздің сайтыңыз\" үшін қолайлы деңгей анықтауға болатын ұқсастықтар мәндері."
386
+
387
+ #: yarpp_options.php:279
388
+ #@ yarpp
389
+ msgid "Update options"
390
+ msgstr "Күйге келтіруді өзгерту"
391
+
392
+ #: yarpp_options.php:280
393
+ #@ yarpp
394
+ msgid "Do you really want to reset your configuration?"
395
+ msgstr "Сіз сіздің күйге келтірулеріңіз құлатқыңыз шындығында келеді?"
396
+
397
+ #: yarpp_options.php:280
398
+ #@ yarpp
399
+ msgid "Reset options"
400
+ msgstr "Күйге келтіруді құлату"
401
+
402
+ #: cache-postmeta.php:105
403
+ #: cache-tables.php:131
404
+ #@ yarpp
405
+ msgid "Example post "
406
+ msgstr "Мысалы пост"
407
+
408
+ #: options-meta-boxes.php:105
409
+ #@ yarpp
410
+ msgid "day(s)"
411
+ msgstr "күндерді"
412
+
413
+ #: options-meta-boxes.php:106
414
+ #@ yarpp
415
+ msgid "week(s)"
416
+ msgstr "айларды"
417
+
418
+ #: options-meta-boxes.php:107
419
+ #@ yarpp
420
+ msgid "month(s)"
421
+ msgstr "жыл"
422
+
423
+ #: options-meta-boxes.php:109
424
+ #@ yarpp
425
+ msgid "Show only posts from the past NUMBER UNITS"
426
+ msgstr "Көрсету тек қана посты артында соңғы NUMBER UNITS"
427
+
428
+ #: includes.php:248
429
+ #: options-meta-boxes.php:161
430
+ #: options-meta-boxes.php:228
431
+ #@ yarpp
432
+ msgid "Display using a custom template file"
433
+ msgstr "Қолданушыдан үлгімен көрсету керек"
434
+
435
+ #: includes.php:249
436
+ #: options-meta-boxes.php:165
437
+ #: options-meta-boxes.php:233
438
+ #@ yarpp
439
+ msgid "Template file:"
440
+ msgstr "Үлгінің файлы:"
441
+
442
+ #: options-meta-boxes.php:221
443
+ #@ yarpp
444
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
445
+ msgstr "Бұл опция сіздің ағыныңыздың аяқта әрбір тармақтың сабақтас қатынастар көрсетіп жатыр Atom және RSS"
446
+
447
+ #: template-metabox.php:12
448
+ #@ yarpp
449
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
450
+ msgstr "Бұл сабақтас посты бұл үшін пост. Өзгеріс бұл поста сабақтас жиын пост өзгерте алады."
451
+
452
+ #: template-metabox.php:25
453
+ #@ yarpp
454
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
455
+ msgstr "Көрсетіледі барлық бұл посты және олар сияқты көрсетілу болады, бейнеңізден сіздің күйге келтірулеріңізден тәуелді болып жатыр YARPP."
456
+
457
+ #: includes.php:28
458
+ #: includes.php:39
459
+ #: template-metabox.php:27
460
+ #: template-widget.php:13
461
+ #@ yarpp
462
+ msgid "No related posts."
463
+ msgstr "Сабақтас қатынастар жоқ "
464
+
465
+ #: options-meta-boxes.php:228
466
+ #@ yarpp
467
+ msgid "NEW!"
468
+ msgstr "ЖАНА!"
469
+
470
+ #: options-meta-boxes.php:161
471
+ #: options-meta-boxes.php:228
472
+ #@ yarpp
473
+ 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."
474
+ msgstr "Бұл қосымша күйге келтірулер сізге сабақтас қатынастар бейне күйге келтіру үшін толық дәрмен беріп жатыр. Үлгілер (Қолданхатын тақырыптарға папкада сақталып жатыр) Жазған PHP."
475
+
476
+ #: includes.php:26
477
+ #: includes.php:37
478
+ #@ yarpp
479
+ msgid "Related posts:"
480
+ msgstr ""
481
+
482
+ #: includes.php:169
483
+ #@ yarpp
484
+ msgid "Settings"
485
+ msgstr ""
486
+
487
+ #: includes.php:243
488
+ #@ default
489
+ msgid "Title:"
490
+ msgstr ""
491
+
492
+ #: includes.php:385
493
+ #@ yarpp
494
+ msgid "Related entries may be displayed once you save your entry"
495
+ msgstr ""
496
+
497
+ #: magic.php:297
498
+ #: options-meta-boxes.php:205
499
+ #: options-meta-boxes.php:269
500
+ #, php-format
501
+ #@ yarpp
502
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
503
+ msgstr ""
504
+
505
+ #: options-meta-boxes.php:124
506
+ #@ yarpp
507
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
508
+ msgstr ""
509
+
510
+ #: options-meta-boxes.php:175
511
+ #: options-meta-boxes.php:176
512
+ #: options-meta-boxes.php:184
513
+ #: options-meta-boxes.php:244
514
+ #: options-meta-boxes.php:245
515
+ #: options-meta-boxes.php:250
516
+ #@ yarpp
517
+ msgid " or "
518
+ msgstr ""
519
+
520
+ #: options-meta-boxes.php:283
521
+ #@ yarpp
522
+ msgid "YARPP Forum"
523
+ msgstr ""
524
+
525
+ #: options-meta-boxes.php:284
526
+ #@ yarpp
527
+ msgid "YARPP on Twitter"
528
+ msgstr ""
529
+
530
+ #: options-meta-boxes.php:285
531
+ #@ yarpp
532
+ msgid "YARPP on the Web"
533
+ msgstr ""
534
+
535
+ #: options-meta-boxes.php:292
536
+ #@ yarpp
537
+ msgid "Contact YARPP"
538
+ msgstr ""
539
+
540
+ #: yarpp_options.php:86
541
+ #, php-format
542
+ #@ yarpp
543
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
544
+ msgstr ""
545
+
546
+ #: yarpp_options.php:188
547
+ #, php-format
548
+ #@ yarpp
549
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
550
+ msgstr ""
551
+
552
+ #: yarpp_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 ""
557
+
558
+ #: yarpp_options.php:42
559
+ #, php-format
560
+ #@ default
561
+ 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>."
562
+ msgstr ""
563
+
trunk/lang/yarpp-ko_KR.mo ADDED
Binary file
trunk/lang/yarpp-ko_KR.po ADDED
@@ -0,0 +1,536 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Korean by Soul\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2008-11-17 14:23+0100\n"
6
+ "PO-Revision-Date: 2012-01-20 03:53+0900\n"
7
+ "Last-Translator: Jong-In Kim <soulofpure@hotmail.com>\n"
8
+ "Language-Team: Jong-In Kim <soulofpure@hotmail.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: Korean\n"
14
+ "X-Poedit-Country: KOREA, REPUBLIC OF\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: class-admin.php:55
23
+ #: class-widget.php:7
24
+ #: class-widget.php:56
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "관련 글 (YARPP)"
28
+
29
+ #: class-admin.php:63
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "관련 글"
33
+
34
+ #: template-builtin.php:21
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 는 현재 글과 관련 글 사이의 YARPP 매치 점수입니다. 워드프레스의 관리자로 로그인을 하셨기 때문에 이 값을 보시는 것 입니다. 일반 방문자는 볼 수 없습니다."
39
+
40
+ #: class-core.php:564
41
+ #: class-core.php:679
42
+ #: options-meta-boxes.php:228
43
+ #: options-meta-boxes.php:283
44
+ #, php-format
45
+ #@ yarpp
46
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
47
+ msgstr "관련 글은 <a href='%s'>Yet Another Related Posts 플러그인</a>에 의해 제공됩니다."
48
+
49
+ #: yarpp_options.php:46
50
+ #@ yarpp
51
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
52
+ msgstr "MyISAM 전용 기능을 강제로 사용했습니다. \"제목을 검토\"와 \"내용을 검토\" 기능을 사용할 수 있습니다."
53
+
54
+ #: yarpp_options.php:54
55
+ #, php-format
56
+ #@ yarpp
57
+ 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."
58
+ msgstr "YARPP의 \"제목을 검토\", \"내용을 검토\" 옵션은 데이터베이스 <code>%s</code> 테이블이 <a href ='http://dev.mysql.com/doc/refman/4.1/ja/myisam.html'>MyISAM</a>이 아닌 경우에 사용할 수 없습니다. 현재 <code>%s</code> 스토레지엔진를 사용하고 있기 때문에,이 두 옵션은 사용할 수 없습니다."
59
+
60
+ #: yarpp_options.php:56
61
+ #, php-format
62
+ #@ yarpp
63
+ 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."
64
+ msgstr "이 기능을 복원하려면, 당신의 <code>%s</code> 테이블을 다음 SQL 지시어를 실행하여 업데이트하세요: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . 성능에 영향을 줄 수 있지만 어떤 데이터도 테이블의 엔진을 변경하여 삭제되진 않습니다."
65
+
66
+ #: yarpp_options.php:58
67
+ #, php-format
68
+ #@ yarpp
69
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
70
+ msgstr "만약, 이 체크에도 불구하고, 당신은 <code>%s</code> (이)가 MyISAM을 사용하고 있다고 생각한다면, 이 매직 버튼을 누르세요:"
71
+
72
+ #: yarpp_options.php:61
73
+ #@ yarpp
74
+ msgid "Trust me. Let me use MyISAM features."
75
+ msgstr "믿으세요. 제가 MyISAM 기능을 사용할 수 있게 해주세요."
76
+
77
+ #: yarpp_options.php:76
78
+ #@ yarpp
79
+ msgid "The YARPP database had an error but has been fixed."
80
+ msgstr "YARPP 데이터베이스에 에러가 있었으나 고쳐졌습니다."
81
+
82
+ #: yarpp_options.php:78
83
+ #@ yarpp
84
+ msgid "The YARPP database has an error which could not be fixed."
85
+ msgstr "YARPP 데이터베이스에 에러가 있으며 고칠 수가 없습니다."
86
+
87
+ #: options-meta-boxes.php:47
88
+ #: options-meta-boxes.php:59
89
+ #@ yarpp
90
+ msgid "do not consider"
91
+ msgstr "검토하지 않음"
92
+
93
+ #: options-meta-boxes.php:48
94
+ #: options-meta-boxes.php:60
95
+ #@ yarpp
96
+ msgid "consider"
97
+ msgstr "검토함"
98
+
99
+ #: options-meta-boxes.php:49
100
+ #: options-meta-boxes.php:61
101
+ #@ yarpp
102
+ msgid "consider with extra weight"
103
+ msgstr "신중히 검토함"
104
+
105
+ #: yarpp_options.php:139
106
+ #@ yarpp
107
+ msgid "Yet Another Related Posts Plugin Options"
108
+ msgstr "Yet Another Related Posts 플러그인 옵션"
109
+
110
+ #: options-meta-boxes.php:147
111
+ #@ yarpp
112
+ msgid "\"The Pool\""
113
+ msgstr "\"필터 설정\""
114
+
115
+ #: options-meta-boxes.php:109
116
+ #@ yarpp
117
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
118
+ msgstr "\"필터 설정\" 은 관련 글로 나타낼 글이나 페이지를 제한하는 것입니다."
119
+
120
+ #: options-meta-boxes.php:118
121
+ #@ yarpp
122
+ msgid "Show password protected posts?"
123
+ msgstr "비밀번호로 보호된 글을 보여줄까요?"
124
+
125
+ #: options-meta-boxes.php:170
126
+ #@ yarpp
127
+ msgid "Show only previous posts?"
128
+ msgstr "이전 글만 보여줄까요?"
129
+
130
+ #: options-meta-boxes.php:178
131
+ #@ yarpp
132
+ msgid "\"Relatedness\" options"
133
+ msgstr "\"관련\" 옵션"
134
+
135
+ #: options-meta-boxes.php:17
136
+ #: options-meta-boxes.php:113
137
+ #: options-meta-boxes.php:153
138
+ #: options-meta-boxes.php:169
139
+ #: options-meta-boxes.php:187
140
+ #: options-meta-boxes.php:227
141
+ #: options-meta-boxes.php:244
142
+ #: options-meta-boxes.php:246
143
+ #: options-meta-boxes.php:282
144
+ #@ yarpp
145
+ msgid "more&gt;"
146
+ msgstr "설명&gt;"
147
+
148
+ #: options-meta-boxes.php:159
149
+ #@ yarpp
150
+ msgid "Match threshold:"
151
+ msgstr "일치 임계값:"
152
+
153
+ #: options-meta-boxes.php:160
154
+ #@ yarpp
155
+ msgid "Titles: "
156
+ msgstr "제목: "
157
+
158
+ #: options-meta-boxes.php:162
159
+ #@ yarpp
160
+ msgid "Bodies: "
161
+ msgstr "본문: "
162
+
163
+ #: options-meta-boxes.php:235
164
+ #@ yarpp
165
+ msgid "Display options <small>for your website</small>"
166
+ msgstr "당신의 사이트를 위해 옵션을 표시합니다"
167
+
168
+ #: options-meta-boxes.php:187
169
+ #@ yarpp
170
+ msgid "Automatically display related posts?"
171
+ msgstr "관련 글을 자동으로 표시하시겠습니까?"
172
+
173
+ #: options-meta-boxes.php:187
174
+ #@ yarpp
175
+ 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."
176
+ msgstr "이 옵션은 단일 글 페이지 직후에 관련 글을 자동으로 표시합니다. 만약 이 옵션이 꺼져있다면, <code>related_posts()</code> 를 수동으로 넣어주시거나, 테마 파일에 (<code>related_pages()</code> 와 <code>related_entries()</code>를 추가해야됩니다."
177
+
178
+ #: options-meta-boxes.php:188
179
+ #@ yarpp
180
+ msgid "Website display code example"
181
+ msgstr "웹사이트 표시 코드 예제"
182
+
183
+ #: options-meta-boxes.php:188
184
+ #: options-meta-boxes.php:244
185
+ #@ yarpp
186
+ msgid "(Update options to reload.)"
187
+ msgstr "(옵션을 새로 업데이트)"
188
+
189
+ #: options-meta-boxes.php:190
190
+ #: options-meta-boxes.php:249
191
+ #@ yarpp
192
+ msgid "Maximum number of related posts:"
193
+ msgstr "관련 글의 최대 수:"
194
+
195
+ #: options-meta-boxes.php:207
196
+ #: options-meta-boxes.php:270
197
+ #@ yarpp
198
+ msgid "Before / after related entries:"
199
+ msgstr "전 / 후 관련 글:"
200
+
201
+ #: options-meta-boxes.php:207
202
+ #: options-meta-boxes.php:208
203
+ #: options-meta-boxes.php:216
204
+ #: options-meta-boxes.php:270
205
+ #: options-meta-boxes.php:271
206
+ #: options-meta-boxes.php:276
207
+ #@ yarpp
208
+ msgid "For example:"
209
+ msgstr "예를 들면:"
210
+
211
+ #: options-meta-boxes.php:208
212
+ #: options-meta-boxes.php:271
213
+ #@ yarpp
214
+ msgid "Before / after each related entry:"
215
+ msgstr "전 / 후 각 관련 글:"
216
+
217
+ #: options-meta-boxes.php:210
218
+ #: options-meta-boxes.php:273
219
+ #@ yarpp
220
+ msgid "Show excerpt?"
221
+ msgstr "발췌를 보여줄까요?"
222
+
223
+ #: options-meta-boxes.php:211
224
+ #: options-meta-boxes.php:274
225
+ #@ yarpp
226
+ msgid "Excerpt length (No. of words):"
227
+ msgstr "발췌 길이 (단어수):"
228
+
229
+ #: options-meta-boxes.php:215
230
+ #@ yarpp
231
+ msgid "Before / after (Excerpt):"
232
+ msgstr "전 / 후 (발췌):"
233
+
234
+ #: options-meta-boxes.php:68
235
+ #@ yarpp
236
+ msgid "Order results:"
237
+ msgstr "순서 결과:"
238
+
239
+ #: options-meta-boxes.php:71
240
+ #@ yarpp
241
+ msgid "score (high relevance to low)"
242
+ msgstr "점수 (높은것에서 낮은것)"
243
+
244
+ #: options-meta-boxes.php:72
245
+ #@ yarpp
246
+ msgid "score (low relevance to high)"
247
+ msgstr "점수 (낮은것부터 높은것)"
248
+
249
+ #: options-meta-boxes.php:73
250
+ #@ yarpp
251
+ msgid "date (new to old)"
252
+ msgstr "날짜 (최근에서 예전)"
253
+
254
+ #: options-meta-boxes.php:74
255
+ #@ yarpp
256
+ msgid "date (old to new)"
257
+ msgstr "날짜 (예전에서 최근)"
258
+
259
+ #: options-meta-boxes.php:75
260
+ #@ yarpp
261
+ msgid "title (alphabetical)"
262
+ msgstr "제목 (알파벳순)"
263
+
264
+ #: options-meta-boxes.php:76
265
+ #@ yarpp
266
+ msgid "title (reverse alphabetical)"
267
+ msgstr "제목 (알파벳역순)"
268
+
269
+ #: options-meta-boxes.php:223
270
+ #: options-meta-boxes.php:280
271
+ #@ yarpp
272
+ msgid "Default display if no results:"
273
+ msgstr "만약 결과가 없으면 기본 표시:"
274
+
275
+ #: class-widget.php:95
276
+ #: options-meta-boxes.php:226
277
+ #: options-meta-boxes.php:282
278
+ #@ yarpp
279
+ msgid "Help promote Yet Another Related Posts Plugin?"
280
+ msgstr "YARPP 홍보를 도우시겠습니까?"
281
+
282
+ #: options-meta-boxes.php:228
283
+ #: options-meta-boxes.php:283
284
+ #, php-format
285
+ #@ yarpp
286
+ 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."
287
+ msgstr "이 옵션은 %s 코드를 추가할 것입니다. 켜시고, 옵션을 업데이트 하시고, 우측의 코드 예제를 보십시오. 이 링크들과 기부는 매우 감사하게 생각합니다."
288
+
289
+ #: options-meta-boxes.php:290
290
+ #@ yarpp
291
+ msgid "Display options <small>for RSS</small>"
292
+ msgstr "<small>RSS</small>의 옵션 표시"
293
+
294
+ #: options-meta-boxes.php:244
295
+ #@ yarpp
296
+ msgid "Display related posts in feeds?"
297
+ msgstr "피드 관련 글을 표시할까요?"
298
+
299
+ #: options-meta-boxes.php:246
300
+ #@ yarpp
301
+ msgid "Display related posts in the descriptions?"
302
+ msgstr "설명 관련 글을 표시할까요?"
303
+
304
+ #: options-meta-boxes.php:246
305
+ #@ yarpp
306
+ 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."
307
+ msgstr "이 옵션은 컨텐츠 외에 RSS 설명 필드의 관련 글을 표시합니다. 만약 피드가 발췌만 표시하게 되어있지만 설명필드만 사용하고 있다면, 이 옵션은 모든 표시를 필요로 합니다. "
308
+
309
+ #: options-meta-boxes.php:244
310
+ #@ yarpp
311
+ msgid "RSS display code example"
312
+ msgstr "RSS 표시 코드 예제"
313
+
314
+ #: options-meta-boxes.php:276
315
+ #@ yarpp
316
+ msgid "Before / after (excerpt):"
317
+ msgstr "전 / 후 (발췌):"
318
+
319
+ #: options-meta-boxes.php:50
320
+ #, php-format
321
+ #@ yarpp
322
+ msgid "require at least one %s in common"
323
+ msgstr "최소한 하나의 %s의 공통점이 필요"
324
+
325
+ #: options-meta-boxes.php:51
326
+ #, php-format
327
+ #@ yarpp
328
+ msgid "require more than one %s in common"
329
+ msgstr "하나 이상의 %s의 공통점이 필요"
330
+
331
+ #: yarpp_options.php:133
332
+ #@ yarpp
333
+ msgid "Options saved!"
334
+ msgstr "옵션이 저장되었습니다!"
335
+
336
+ #: options-meta-boxes.php:153
337
+ #@ yarpp
338
+ 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."
339
+ msgstr "일치 임계값이 높을수록, 더 많은 제한을 할수록, 전체적으로 적은 관련 글들을 얻습니다. 기본적인 일치 임계값은 5입니다. 적절히 일치하는 임계값을 찾으려면, 일부 글의 관련 글 화면 및 점수를 보시기 바랍니다. 당신은 어떤 류의 관련된 글이 포착되고 있고 어떤 종류의 일치하는 점수인지를 확인할 수 있으며 당신의 사이트에 대한 적절한 임계값을 결정할 수 있습니다."
340
+
341
+ #: class-core.php:71
342
+ #: class-core.php:81
343
+ #: class-core.php:267
344
+ #: class-core.php:278
345
+ #@ yarpp
346
+ msgid "Related posts:"
347
+ msgstr "관련된 글:"
348
+
349
+ #: class-core.php:73
350
+ #: class-core.php:83
351
+ #: class-core.php:269
352
+ #: class-core.php:280
353
+ #: template-metabox.php:30
354
+ #: template-widget.php:13
355
+ #@ yarpp
356
+ msgid "No related posts."
357
+ msgstr "관련된 글이 없습니다."
358
+
359
+ #: class-cache.php:522
360
+ #@ yarpp
361
+ msgid "Example post "
362
+ msgstr "예제 글 "
363
+
364
+ #: options-meta-boxes.php:129
365
+ #@ yarpp
366
+ msgid "day(s)"
367
+ msgstr "일간"
368
+
369
+ #: options-meta-boxes.php:130
370
+ #@ yarpp
371
+ msgid "week(s)"
372
+ msgstr "주간"
373
+
374
+ #: options-meta-boxes.php:131
375
+ #@ yarpp
376
+ msgid "month(s)"
377
+ msgstr "월간"
378
+
379
+ #: options-meta-boxes.php:137
380
+ #@ yarpp
381
+ msgid "Show only posts from the past NUMBER UNITS"
382
+ msgstr "이전 NUMBER UNITS 에서의 글만 보기"
383
+
384
+ #: yarpp_options.php:38
385
+ #, php-format
386
+ #@ yarpp
387
+ 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."
388
+ msgstr "Yet Another Related Posts Plugin의 베타 (%s) 버전이 있습니다! <a href=\"%s\">여기에서 다운로드받으세요</a>."
389
+
390
+ #: class-widget.php:72
391
+ #: options-meta-boxes.php:17
392
+ #@ yarpp
393
+ msgid "Display using a custom template file"
394
+ msgstr "사용자정의 템플릿 파일을 사용해서 표시"
395
+
396
+ #: options-meta-boxes.php:17
397
+ #@ yarpp
398
+ 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."
399
+ msgstr "이 고급 옵션은 관련된 글을 표시하는 모든 권한을 줍니다. 템플릿(테마 폴더에 저장되어 있는)은 PHP 로 작성되어있습니다."
400
+
401
+ #: class-widget.php:73
402
+ #: options-meta-boxes.php:196
403
+ #: options-meta-boxes.php:257
404
+ #@ yarpp
405
+ msgid "Template file:"
406
+ msgstr "템플릿 파일:"
407
+
408
+ #: options-meta-boxes.php:207
409
+ #: options-meta-boxes.php:208
410
+ #: options-meta-boxes.php:216
411
+ #: options-meta-boxes.php:270
412
+ #: options-meta-boxes.php:271
413
+ #: options-meta-boxes.php:276
414
+ #@ yarpp
415
+ msgid " or "
416
+ msgstr " 또는 "
417
+
418
+ #: options-meta-boxes.php:244
419
+ #@ yarpp
420
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
421
+ msgstr "이 옵션은 RSS와 Atom 피드의 각 아이템 끝에 관련된 글을 표시합니다. 템플릿의 변경이 필요하지 않습니다."
422
+
423
+ #: template-metabox.php:12
424
+ #@ yarpp
425
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
426
+ msgstr "이 글에 대한 관련된 글들입니다. 이 글의 업데이트는 이 관련된 글들도 변경될 수 있습니다."
427
+
428
+ #: template-metabox.php:28
429
+ #@ yarpp
430
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
431
+ msgstr "YARPP 표시 옵션에 따라서 이 모든 관련된 글들을 표시하는 방법이 다를 수 있습니다."
432
+
433
+ #: class-admin.php:136
434
+ #@ default
435
+ msgid "Settings"
436
+ msgstr "설정"
437
+
438
+ #: class-widget.php:66
439
+ #@ default
440
+ msgid "Title:"
441
+ msgstr "제목:"
442
+
443
+ #: class-admin.php:162
444
+ #@ yarpp
445
+ msgid "Related entries may be displayed once you save your entry"
446
+ msgstr "관련이 있는 항목들은 일단 당신의 항목을 저장한 후 표시됩니다"
447
+
448
+ #: options-meta-boxes.php:153
449
+ #@ yarpp
450
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
451
+ msgstr "YARPP는 (1) 최대 갯수와 (2) 열 <em> 일치하는 임계값 </ em>으로부터 관련이 있는 글 목록을 제한하고 있습니다."
452
+
453
+ #: options-meta-boxes.php:297
454
+ #@ yarpp
455
+ msgid "YARPP Forum"
456
+ msgstr "YARPP 포럼"
457
+
458
+ #: options-meta-boxes.php:298
459
+ #@ yarpp
460
+ msgid "YARPP on Twitter"
461
+ msgstr "YARPP 트위터"
462
+
463
+ #: options-meta-boxes.php:299
464
+ #@ yarpp
465
+ msgid "YARPP on the Web"
466
+ msgstr "YARPP 웹"
467
+
468
+ #: options-meta-boxes.php:336
469
+ #@ yarpp
470
+ msgid "Contact YARPP"
471
+ msgstr "YARPP 연락"
472
+
473
+ #: yarpp_options.php:34
474
+ #, php-format
475
+ #@ default
476
+ 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>."
477
+ msgstr "%1$s의 새로운 버전이 사용가능합니다. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">버전 %4$s 세부사항 보기</a> 또는 <a href=\"%5$s\">자동으로 업데이트</a>."
478
+
479
+ #: yarpp_options.php:79
480
+ #, php-format
481
+ #@ yarpp
482
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
483
+ msgstr "<a href=\"%s\" target=\"_blank\">수동 SQL 설정</a>을 시도해보세요."
484
+
485
+ #: yarpp_options.php:147
486
+ #, php-format
487
+ #@ yarpp
488
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
489
+ msgstr "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
490
+
491
+ #: class-admin.php:63
492
+ #@ default
493
+ msgid "Configure"
494
+ msgstr "구성"
495
+
496
+ #: class-admin.php:89
497
+ #@ yarpp
498
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
499
+ msgstr "<span>Yet Another Related Posts 플러그인</span>을 설치해주셔서 감사합니다!"
500
+
501
+ #: class-admin.php:90
502
+ #@ yarpp
503
+ msgid "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
504
+ msgstr "YARPP의 설정을 위해서 <a>관련 글 설정 페이지</a>를 방문하세요."
505
+
506
+ #: options-meta-boxes.php:116
507
+ #, php-format
508
+ #@ yarpp
509
+ msgid "Disallow by %s:"
510
+ msgstr "%s로부터 비허용:"
511
+
512
+ #: options-meta-boxes.php:300
513
+ #@ yarpp
514
+ msgid "Rate YARPP on WordPress.org"
515
+ msgstr "WordPress.org에서 YARPP 평가"
516
+
517
+ #: yarpp_options.php:176
518
+ #@ default
519
+ msgid "Save Changes"
520
+ msgstr "변경 저장"
521
+
522
+ #: options-meta-boxes.php:113
523
+ #@ yarpp
524
+ msgid "Post types considered:"
525
+ msgstr "글 유형 검토됨:"
526
+
527
+ #: options-meta-boxes.php:169
528
+ #@ yarpp
529
+ msgid "Display results from all post types"
530
+ msgstr "모든 글 유형으로부터의 표시 결과"
531
+
532
+ #: options-meta-boxes.php:169
533
+ #@ yarpp
534
+ msgid "When \"display results from all post types\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc."
535
+ msgstr "\\ \\\"모든 글 유형 \\의 표시 결과가\\\"꺼져, 오직 게시물로 게시에 관한 표시됩니다 때, 전용 페이지는 페이지 등 관련으로 표시됩니다When \"모든 글 유형으로부터 표시 결과\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc."
536
+
trunk/lang/yarpp-lt_LT.mo ADDED
Binary file
trunk/lang/yarpp-lt_LT.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Blogr.lt sulietuvinimas\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-12-26 22:14+0300\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Mantas Malcius <kaipgis@gmail.com>\n"
8
+ "Language-Team: Mantas Malcius <kaipgis@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: Lithuanian\n"
14
+ "X-Poedit-Country: LITHUANIA\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: /home/mantas/Desktop/yet-another-related-posts-plugin\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: template-metabox.php:12
23
+ #@ yarpp
24
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
25
+ msgstr "Čia matote panašius įrašus. Jie gali pasikeisti po įrašo redagavimo."
26
+
27
+ #: template-metabox.php:25
28
+ #@ yarpp
29
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
30
+ msgstr "Ar visi šie panašūs įrašai yra rodomi tinklaraštyje ir kaip jie yra rodomi, priklauso nuo įskiepio nuostatų."
31
+
32
+ #: includes.php:28
33
+ #: includes.php:39
34
+ #: template-metabox.php:27
35
+ #: template-widget.php:13
36
+ #@ yarpp
37
+ msgid "No related posts."
38
+ msgstr "Nėra panašių įrašų."
39
+
40
+ #: cache-postmeta.php:105
41
+ #: cache-tables.php:131
42
+ #@ yarpp
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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:114
99
+ #@ yarpp
100
+ msgid "Options saved!"
101
+ msgstr "Nuostatos išsaugotos."
102
+
103
+ #: options-meta-boxes.php:38
104
+ #@ yarpp
105
+ msgid "word"
106
+ msgstr "žodį"
107
+
108
+ #: options-meta-boxes.php:39
109
+ #@ yarpp
110
+ msgid "tag"
111
+ msgstr "žymą"
112
+
113
+ #: options-meta-boxes.php:40
114
+ #@ yarpp
115
+ msgid "category"
116
+ msgstr "kategoriją"
117
+
118
+ #: options-meta-boxes.php:45
119
+ #: options-meta-boxes.php:63
120
+ #: options-meta-boxes.php:76
121
+ #@ yarpp
122
+ msgid "do not consider"
123
+ msgstr "Neturi reikšmės"
124
+
125
+ #: options-meta-boxes.php:46
126
+ #: options-meta-boxes.php:64
127
+ #: options-meta-boxes.php:78
128
+ #@ yarpp
129
+ msgid "consider"
130
+ msgstr "Turi reikšmę"
131
+
132
+ #: options-meta-boxes.php:48
133
+ #: options-meta-boxes.php:80
134
+ #, php-format
135
+ #@ yarpp
136
+ msgid "require at least one %s in common"
137
+ msgstr "Privalo turėti nors vieną bendrą %s"
138
+
139
+ #: options-meta-boxes.php:50
140
+ #: options-meta-boxes.php:82
141
+ #, php-format
142
+ #@ yarpp
143
+ msgid "require more than one %s in common"
144
+ msgstr "Privalo turėti daugiau negu vieną bendrą %s"
145
+
146
+ #: options-meta-boxes.php:65
147
+ #@ yarpp
148
+ msgid "consider with extra weight"
149
+ msgstr "Turi didelę reikšmę"
150
+
151
+ #: yarpp_options.php:178
152
+ #@ yarpp
153
+ msgid "Yet Another Related Posts Plugin Options"
154
+ msgstr "„Yet Another Related Posts Plugin“ įskiepio nuostatos"
155
+
156
+ #: options-meta-boxes.php:118
157
+ #@ yarpp
158
+ msgid "\"The Pool\""
159
+ msgstr "Įskiepio veikimo sritis"
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 "Čia galite nustatyti, su kuriais įrašais įskiepis turėtų veikti."
165
+
166
+ #: options-meta-boxes.php:96
167
+ #@ yarpp
168
+ msgid "Disallow by category:"
169
+ msgstr "Išjungti pagal kategoriją:"
170
+
171
+ #: options-meta-boxes.php:98
172
+ #@ yarpp
173
+ msgid "Disallow by tag:"
174
+ msgstr "Išjungti pagal žymą:"
175
+
176
+ #: options-meta-boxes.php:101
177
+ #@ yarpp
178
+ msgid "Show password protected posts?"
179
+ msgstr "Rodyti slaptažodžiu apsaugotus įrašus?"
180
+
181
+ #: options-meta-boxes.php:105
182
+ #@ yarpp
183
+ msgid "day(s)"
184
+ msgstr "d."
185
+
186
+ #: options-meta-boxes.php:106
187
+ #@ yarpp
188
+ msgid "week(s)"
189
+ msgstr "sav."
190
+
191
+ #: options-meta-boxes.php:107
192
+ #@ yarpp
193
+ msgid "month(s)"
194
+ msgstr "mėn."
195
+
196
+ #: options-meta-boxes.php:109
197
+ #@ yarpp
198
+ msgid "Show only posts from the past NUMBER UNITS"
199
+ msgstr "Nerodyti įrašų, paskelbtų seniau nei prieš NUMBER UNITS"
200
+
201
+ #: options-meta-boxes.php:148
202
+ #@ yarpp
203
+ msgid "\"Relatedness\" options"
204
+ msgstr "Priskyrimo panašiems įrašams požymių reikšmė"
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 "daugiau&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 "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."
223
+
224
+ #: options-meta-boxes.php:130
225
+ #@ yarpp
226
+ msgid "Match threshold:"
227
+ msgstr "Minimalus panašumo rodiklis:"
228
+
229
+ #: options-meta-boxes.php:131
230
+ #@ yarpp
231
+ msgid "Titles: "
232
+ msgstr "Įrašų pavadinimai: "
233
+
234
+ #: options-meta-boxes.php:133
235
+ #@ yarpp
236
+ msgid "Bodies: "
237
+ msgstr "Įrašų turinys: "
238
+
239
+ #: options-meta-boxes.php:135
240
+ #@ yarpp
241
+ msgid "Tags: "
242
+ msgstr "Įrašų žymos: "
243
+
244
+ #: options-meta-boxes.php:137
245
+ #@ yarpp
246
+ msgid "Categories: "
247
+ msgstr "Įrašų kategorijos: "
248
+
249
+ #: options-meta-boxes.php:139
250
+ #@ yarpp
251
+ msgid "Cross-relate posts and pages?"
252
+ msgstr "Tarp rezultatų įtraukti ir panašius puslapius?"
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 "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."
258
+
259
+ #: options-meta-boxes.php:140
260
+ #@ yarpp
261
+ msgid "Show only previous posts?"
262
+ msgstr "Rodyti tik ankstesnius įrašus?"
263
+
264
+ #: yarpp_options.php:46
265
+ #, php-format
266
+ #@ yarpp
267
+ 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."
268
+ msgstr "Yra nauja „Yet Another Related Posts Plugin“ beta versija (%s) . Galite <a href=\"%s\">ją atsisiųsti iš čia</a> (neatsakome už riziką)."
269
+
270
+ #: options-meta-boxes.php:212
271
+ #@ yarpp
272
+ msgid "Display options <small>for your website</small>"
273
+ msgstr "Rodymo nuostatos <small>jūsų tinklaraštyje</small>"
274
+
275
+ #: options-meta-boxes.php:157
276
+ #@ yarpp
277
+ msgid "Automatically display related posts?"
278
+ msgstr "Automatiškai rodyti panašius įrašus?"
279
+
280
+ #: options-meta-boxes.php:157
281
+ #@ yarpp
282
+ 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."
283
+ msgstr "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."
284
+
285
+ #: options-meta-boxes.php:158
286
+ #@ yarpp
287
+ msgid "Website display code example"
288
+ msgstr "Tinklaraštyje rodomo kodo pavyzdys"
289
+
290
+ #: options-meta-boxes.php:158
291
+ #: options-meta-boxes.php:221
292
+ #@ yarpp
293
+ msgid "(Update options to reload.)"
294
+ msgstr "(Atnaujinus nuostatas, atsinaujins ir pavyzdys)"
295
+
296
+ #: options-meta-boxes.php:160
297
+ #: options-meta-boxes.php:226
298
+ #@ yarpp
299
+ msgid "Maximum number of related posts:"
300
+ msgstr "Didžiausias rodomų panašių įrašų kiekis:"
301
+
302
+ #: includes.php:248
303
+ #: options-meta-boxes.php:161
304
+ #: options-meta-boxes.php:228
305
+ #@ yarpp
306
+ msgid "Display using a custom template file"
307
+ msgstr "Rodyti panaudojant nuosavą šablono failą"
308
+
309
+ #: options-meta-boxes.php:161
310
+ #: options-meta-boxes.php:228
311
+ #@ yarpp
312
+ 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."
313
+ msgstr "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."
314
+
315
+ #: includes.php:249
316
+ #: options-meta-boxes.php:165
317
+ #: options-meta-boxes.php:233
318
+ #@ yarpp
319
+ msgid "Template file:"
320
+ msgstr "Šablono failas:"
321
+
322
+ #: options-meta-boxes.php:175
323
+ #: options-meta-boxes.php:244
324
+ #@ yarpp
325
+ msgid "Before / after related entries:"
326
+ msgstr "Prieš / po panašių įrašų:"
327
+
328
+ #: options-meta-boxes.php:175
329
+ #: options-meta-boxes.php:176
330
+ #: options-meta-boxes.php:184
331
+ #: options-meta-boxes.php:244
332
+ #: options-meta-boxes.php:245
333
+ #: options-meta-boxes.php:250
334
+ #@ yarpp
335
+ msgid "For example:"
336
+ msgstr "Pavyzdžiui:"
337
+
338
+ #: options-meta-boxes.php:175
339
+ #: options-meta-boxes.php:176
340
+ #: options-meta-boxes.php:184
341
+ #: options-meta-boxes.php:244
342
+ #: options-meta-boxes.php:245
343
+ #: options-meta-boxes.php:250
344
+ #@ yarpp
345
+ msgid " or "
346
+ msgstr " ar "
347
+
348
+ #: options-meta-boxes.php:176
349
+ #: options-meta-boxes.php:245
350
+ #@ yarpp
351
+ msgid "Before / after each related entry:"
352
+ msgstr "Prieš / po kiekvieno panašaus įrašo:"
353
+
354
+ #: options-meta-boxes.php:178
355
+ #: options-meta-boxes.php:247
356
+ #@ yarpp
357
+ msgid "Show excerpt?"
358
+ msgstr "Rodyti ištrauką?"
359
+
360
+ #: options-meta-boxes.php:179
361
+ #: options-meta-boxes.php:248
362
+ #@ yarpp
363
+ msgid "Excerpt length (No. of words):"
364
+ msgstr "Ištraukos ilgis (žodžių skaičius):"
365
+
366
+ #: options-meta-boxes.php:183
367
+ #@ yarpp
368
+ msgid "Before / after (Excerpt):"
369
+ msgstr "Prieš / po (ištraukos):"
370
+
371
+ #: options-meta-boxes.php:189
372
+ #: options-meta-boxes.php:254
373
+ #@ yarpp
374
+ msgid "Order results:"
375
+ msgstr "Atvaizduoti įrašus pagal:"
376
+
377
+ #: options-meta-boxes.php:191
378
+ #: options-meta-boxes.php:256
379
+ #@ yarpp
380
+ msgid "score (high relevance to low)"
381
+ msgstr "panašumo rodiklį (nuo aukščiausio iki žemiausio)"
382
+
383
+ #: options-meta-boxes.php:192
384
+ #: options-meta-boxes.php:257
385
+ #@ yarpp
386
+ msgid "score (low relevance to high)"
387
+ msgstr "panašumo rodiklį (nuo žemiausio iki aukščiausio)"
388
+
389
+ #: options-meta-boxes.php:193
390
+ #: options-meta-boxes.php:258
391
+ #@ yarpp
392
+ msgid "date (new to old)"
393
+ msgstr "datą (nuo naujausių iki seniausių)"
394
+
395
+ #: options-meta-boxes.php:194
396
+ #: options-meta-boxes.php:259
397
+ #@ yarpp
398
+ msgid "date (old to new)"
399
+ msgstr "datą (nuo seniausių iki naujausių)"
400
+
401
+ #: options-meta-boxes.php:195
402
+ #: options-meta-boxes.php:260
403
+ #@ yarpp
404
+ msgid "title (alphabetical)"
405
+ msgstr "įrašo pavadinimą (pagal abėcėlę)"
406
+
407
+ #: options-meta-boxes.php:196
408
+ #: options-meta-boxes.php:261
409
+ #@ yarpp
410
+ msgid "title (reverse alphabetical)"
411
+ msgstr "įrašo pavadinimą (nuo abėcėlės galo)"
412
+
413
+ #: options-meta-boxes.php:201
414
+ #: options-meta-boxes.php:266
415
+ #@ yarpp
416
+ msgid "Default display if no results:"
417
+ msgstr "Nesant panašių įrašų, rodyti:"
418
+
419
+ #: includes.php:257
420
+ #: options-meta-boxes.php:203
421
+ #: options-meta-boxes.php:268
422
+ #@ yarpp
423
+ msgid "Help promote Yet Another Related Posts Plugin?"
424
+ msgstr "Prisidėti prie „Yet Another Related Posts Plugin“ įskiepio populiarinimo?"
425
+
426
+ #: options-meta-boxes.php:205
427
+ #: options-meta-boxes.php:269
428
+ #, php-format
429
+ #@ yarpp
430
+ 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."
431
+ msgstr "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."
432
+
433
+ #: options-meta-boxes.php:276
434
+ #@ yarpp
435
+ msgid "Display options <small>for RSS</small>"
436
+ msgstr "Rodymo nuostatos <small>RSS sraute</small>"
437
+
438
+ #: options-meta-boxes.php:221
439
+ #@ yarpp
440
+ msgid "Display related posts in feeds?"
441
+ msgstr "Rodyti panašius įrašus RSS sraute?"
442
+
443
+ #: options-meta-boxes.php:221
444
+ #@ yarpp
445
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
446
+ msgstr "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
447
+
448
+ #: options-meta-boxes.php:223
449
+ #@ yarpp
450
+ msgid "Display related posts in the descriptions?"
451
+ msgstr "Rodyti panašius įrašus aprašymuose?"
452
+
453
+ #: options-meta-boxes.php:223
454
+ #@ yarpp
455
+ 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."
456
+ msgstr "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
457
+
458
+ #: options-meta-boxes.php:221
459
+ #@ yarpp
460
+ msgid "RSS display code example"
461
+ msgstr "RSS sraute rodomo kodo pavyzdys"
462
+
463
+ #: options-meta-boxes.php:228
464
+ #@ yarpp
465
+ msgid "NEW!"
466
+ msgstr "NAUJIENA!"
467
+
468
+ #: options-meta-boxes.php:250
469
+ #@ yarpp
470
+ msgid "Before / after (excerpt):"
471
+ msgstr "Prieš / po (ištraukos):"
472
+
473
+ #: yarpp_options.php:279
474
+ #@ yarpp
475
+ msgid "Update options"
476
+ msgstr "Atnaujinti nuostatas"
477
+
478
+ #: yarpp_options.php:280
479
+ #@ yarpp
480
+ msgid "Do you really want to reset your configuration?"
481
+ msgstr "Ar tikrai norite atkurti numatytąsias nuostatas?"
482
+
483
+ #: yarpp_options.php:280
484
+ #@ yarpp
485
+ msgid "Reset options"
486
+ msgstr "Atkurti nuostatas"
487
+
488
+ #: includes.php:26
489
+ #: includes.php:37
490
+ #@ yarpp
491
+ msgid "Related posts:"
492
+ msgstr "Panašūs įrašai:"
493
+
494
+ #: includes.php:149
495
+ #: includes.php:194
496
+ #: includes.php:215
497
+ #@ yarpp
498
+ msgid "Related Posts (YARPP)"
499
+ msgstr "Panašūs įrašai"
500
+
501
+ #: includes.php:169
502
+ #@ yarpp
503
+ msgid "Settings"
504
+ msgstr "Nuostatos"
505
+
506
+ #: includes.php:243
507
+ #@ default
508
+ msgid "Title:"
509
+ msgstr "Pavadinimas:"
510
+
511
+ #: includes.php:376
512
+ #@ yarpp
513
+ msgid "Related Posts"
514
+ msgstr "Panašūs įrašai"
515
+
516
+ #: includes.php:385
517
+ #@ yarpp
518
+ msgid "Related entries may be displayed once you save your entry"
519
+ msgstr ""
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 ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-lv_LV.mo ADDED
Binary file
trunk/lang/yarpp-lv_LV.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2010-03-12 22:30+0300\n"
7
+ "Last-Translator: FatCow <zhr@tut.by>\n"
8
+ "Language-Team: Mike <iamm@tut.by>\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: Latvian\n"
14
+ "X-Poedit-Country: LATVIA\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 "Svyazannye posty (YARPP)"
28
+
29
+ #: includes.php:376
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Svyazannye posty"
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 - 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' title='WordPress Related Posts Plugin'>YARPP</a>."
47
+
48
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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."
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 rassmatrivat'"
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 "rassmatrivat'"
99
+
100
+ #: options-meta-boxes.php:65
101
+ #@ yarpp
102
+ msgid "consider with extra weight"
103
+ msgstr "rassmatrivat' s dopolnitel'nym vesom"
104
+
105
+ #: yarpp_options.php:178
106
+ #@ yarpp
107
+ msgid "Yet Another Related Posts Plugin Options"
108
+ msgstr "Opcii YARPP"
109
+
110
+ #: options-meta-boxes.php:118
111
+ #@ yarpp
112
+ msgid "\"The Pool\""
113
+ msgstr "<em>Kontent</em>"
114
+
115
+ #: options-meta-boxes.php:91
116
+ #@ yarpp
117
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
118
+ msgstr "<em>Kontent</em> ponimaetsya kak nabor soobschenii i stranic, kotorye yavlyayutsya kandidatami na pokaz v bloke svyazannyh zapisei."
119
+
120
+ #: options-meta-boxes.php:96
121
+ #@ yarpp
122
+ msgid "Disallow by category:"
123
+ msgstr "Isklyuchit' kategorii:"
124
+
125
+ #: options-meta-boxes.php:98
126
+ #@ yarpp
127
+ msgid "Disallow by tag:"
128
+ msgstr "Isklyuchit' tegi:"
129
+
130
+ #: options-meta-boxes.php:101
131
+ #@ yarpp
132
+ msgid "Show password protected posts?"
133
+ msgstr "Pokazyvat' soobscheniya, zaschischennye parolem?"
134
+
135
+ #: options-meta-boxes.php:140
136
+ #@ yarpp
137
+ msgid "Show only previous posts?"
138
+ msgstr "Pokazyvat' tol'ko predyduschie soobscheniya?"
139
+
140
+ #: options-meta-boxes.php:148
141
+ #@ yarpp
142
+ msgid "\"Relatedness\" options"
143
+ msgstr "Kriterii pohojesti"
144
+
145
+ #: options-meta-boxes.php:124
146
+ #: options-meta-boxes.php:139
147
+ #: options-meta-boxes.php:157
148
+ #: options-meta-boxes.php:161
149
+ #: options-meta-boxes.php:204
150
+ #: options-meta-boxes.php:221
151
+ #: options-meta-boxes.php:223
152
+ #: options-meta-boxes.php:228
153
+ #: options-meta-boxes.php:268
154
+ #@ yarpp
155
+ msgid "more&gt;"
156
+ msgstr "podrobnee&gt;"
157
+
158
+ #: options-meta-boxes.php:130
159
+ #@ yarpp
160
+ msgid "Match threshold:"
161
+ msgstr "Porog pohojesti:"
162
+
163
+ #: options-meta-boxes.php:131
164
+ #@ yarpp
165
+ msgid "Titles: "
166
+ msgstr "Zagolovki:"
167
+
168
+ #: options-meta-boxes.php:133
169
+ #@ yarpp
170
+ msgid "Bodies: "
171
+ msgstr "Teksty:"
172
+
173
+ #: options-meta-boxes.php:135
174
+ #@ yarpp
175
+ msgid "Tags: "
176
+ msgstr "Tegi:"
177
+
178
+ #: options-meta-boxes.php:137
179
+ #@ yarpp
180
+ msgid "Categories: "
181
+ msgstr "Kategorii:"
182
+
183
+ #: options-meta-boxes.php:139
184
+ #@ yarpp
185
+ msgid "Cross-relate posts and pages?"
186
+ msgstr "Delat' perekrestnuyu perelinkovku stranic i soobschenii?"
187
+
188
+ #: options-meta-boxes.php:139
189
+ #@ yarpp
190
+ 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."
191
+ msgstr "Kogda vybrana opciya “Delat' perekrestnuyu perelinkovku stranic i soobschenii?”, funkcii <code>related_posts()</code>, <code>related_pages()</code> i <code>related_entries()</code> vydayut odinakovyi nabor, soderjaschii i stranicy i soobscheniya"
192
+
193
+ #: options-meta-boxes.php:212
194
+ #@ yarpp
195
+ msgid "Display options <small>for your website</small>"
196
+ msgstr "Prosmotr opcii <small>dlya vashego saita</small>"
197
+
198
+ #: options-meta-boxes.php:157
199
+ #@ yarpp
200
+ msgid "Automatically display related posts?"
201
+ msgstr "Avtomaticheski pokazyvat' svyazannye posty?"
202
+
203
+ #: options-meta-boxes.php:157
204
+ #@ yarpp
205
+ 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."
206
+ msgstr "Eto opciya avtomaticheski pokazyvaet svyazannye soobscheniya hgzvj posle soderjimogo na stranice odinochnogo soobscheniya. Esli etu opciyu otklyuchit', vam ponadobitsya vruchnuyu vstavit' <code>related_posts()</code> ili chto-to podobnoe (<code>related_pages()</code> i <code>related_entries()</code>) v vashei teme."
207
+
208
+ #: options-meta-boxes.php:158
209
+ #@ yarpp
210
+ msgid "Website display code example"
211
+ msgstr "Primer koda na web-saite "
212
+
213
+ #: options-meta-boxes.php:158
214
+ #: options-meta-boxes.php:221
215
+ #@ yarpp
216
+ msgid "(Update options to reload.)"
217
+ msgstr "(Sohranite opcii dlya perezagruzki.)"
218
+
219
+ #: options-meta-boxes.php:160
220
+ #: options-meta-boxes.php:226
221
+ #@ yarpp
222
+ msgid "Maximum number of related posts:"
223
+ msgstr "Maksimal'noe kolichestvo svyazannyh postov:"
224
+
225
+ #: options-meta-boxes.php:175
226
+ #: options-meta-boxes.php:244
227
+ #@ yarpp
228
+ msgid "Before / after related entries:"
229
+ msgstr "Do / posle <br />svyazannyh postov:"
230
+
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:176
233
+ #: options-meta-boxes.php:184
234
+ #: options-meta-boxes.php:244
235
+ #: options-meta-boxes.php:245
236
+ #: options-meta-boxes.php:250
237
+ #@ yarpp
238
+ msgid "For example:"
239
+ msgstr "Naprimer:"
240
+
241
+ #: options-meta-boxes.php:176
242
+ #: options-meta-boxes.php:245
243
+ #@ yarpp
244
+ msgid "Before / after each related entry:"
245
+ msgstr "Do / posle<br />kajdogo svyazannogo posta:"
246
+
247
+ #: options-meta-boxes.php:178
248
+ #: options-meta-boxes.php:247
249
+ #@ yarpp
250
+ msgid "Show excerpt?"
251
+ msgstr "Pokazat' vyderjku?"
252
+
253
+ #: options-meta-boxes.php:179
254
+ #: options-meta-boxes.php:248
255
+ #@ yarpp
256
+ msgid "Excerpt length (No. of words):"
257
+ msgstr "Dlina vyderjki(kol-vo slov):"
258
+
259
+ #: options-meta-boxes.php:183
260
+ #@ yarpp
261
+ msgid "Before / after (Excerpt):"
262
+ msgstr "Do /posle<br />vyderjki"
263
+
264
+ #: options-meta-boxes.php:189
265
+ #: options-meta-boxes.php:254
266
+ #@ yarpp
267
+ msgid "Order results:"
268
+ msgstr "Sortirovka rezul'tatov:"
269
+
270
+ #: options-meta-boxes.php:191
271
+ #: options-meta-boxes.php:256
272
+ #@ yarpp
273
+ msgid "score (high relevance to low)"
274
+ msgstr "Pohojest' (po-ubyvaniyu)"
275
+
276
+ #: options-meta-boxes.php:192
277
+ #: options-meta-boxes.php:257
278
+ #@ yarpp
279
+ msgid "score (low relevance to high)"
280
+ msgstr "Pohojest' (po-vozrastaniyu)"
281
+
282
+ #: options-meta-boxes.php:193
283
+ #: options-meta-boxes.php:258
284
+ #@ yarpp
285
+ msgid "date (new to old)"
286
+ msgstr "Data (po-ubyvaniyu)"
287
+
288
+ #: options-meta-boxes.php:194
289
+ #: options-meta-boxes.php:259
290
+ #@ yarpp
291
+ msgid "date (old to new)"
292
+ msgstr "Data (po vozrastaniyu)"
293
+
294
+ #: options-meta-boxes.php:195
295
+ #: options-meta-boxes.php:260
296
+ #@ yarpp
297
+ msgid "title (alphabetical)"
298
+ msgstr "Zagolovok (po alfavitu)"
299
+
300
+ #: options-meta-boxes.php:196
301
+ #: options-meta-boxes.php:261
302
+ #@ yarpp
303
+ msgid "title (reverse alphabetical)"
304
+ msgstr "Zagolovok (v obratnom poryadke)"
305
+
306
+ #: options-meta-boxes.php:201
307
+ #: options-meta-boxes.php:266
308
+ #@ yarpp
309
+ msgid "Default display if no results:"
310
+ msgstr "Po-umolchaniyu pokazyvat' esli pusto:"
311
+
312
+ #: includes.php:257
313
+ #: options-meta-boxes.php:203
314
+ #: options-meta-boxes.php:268
315
+ #@ yarpp
316
+ msgid "Help promote Yet Another Related Posts Plugin?"
317
+ msgstr "Pomoch' prodvigat' plagin YARPP?"
318
+
319
+ #: options-meta-boxes.php:205
320
+ #: options-meta-boxes.php:269
321
+ #, php-format
322
+ #@ yarpp
323
+ 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."
324
+ msgstr "Eta opciya dobavit kod %s. Poprobuite vklyuchit' ee, izmenite opcii i smotrite primer koda sprava. Eti ssylki i knopki ochen' vajny."
325
+
326
+ #: options-meta-boxes.php:276
327
+ #@ yarpp
328
+ msgid "Display options <small>for RSS</small>"
329
+ msgstr "Prosmotr nastroek <small>dlya RSS</small>"
330
+
331
+ #: options-meta-boxes.php:221
332
+ #@ yarpp
333
+ msgid "Display related posts in feeds?"
334
+ msgstr "Pokazyvat' svyazannye posty v RSS?"
335
+
336
+ #: options-meta-boxes.php:223
337
+ #@ yarpp
338
+ msgid "Display related posts in the descriptions?"
339
+ msgstr "Pokazyvat' svyazannye posty v opisanii?"
340
+
341
+ #: options-meta-boxes.php:223
342
+ #@ yarpp
343
+ 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."
344
+ msgstr "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
345
+
346
+ #: options-meta-boxes.php:221
347
+ #@ yarpp
348
+ msgid "RSS display code example"
349
+ msgstr "Primer koda v RSS"
350
+
351
+ #: options-meta-boxes.php:250
352
+ #@ yarpp
353
+ msgid "Before / after (excerpt):"
354
+ msgstr "Do / posle<br />vyderjki:"
355
+
356
+ #: options-meta-boxes.php:38
357
+ #@ yarpp
358
+ msgid "word"
359
+ msgstr "slovo"
360
+
361
+ #: options-meta-boxes.php:39
362
+ #@ yarpp
363
+ msgid "tag"
364
+ msgstr "teg"
365
+
366
+ #: options-meta-boxes.php:40
367
+ #@ yarpp
368
+ msgid "category"
369
+ msgstr "kategoriya"
370
+
371
+ #: options-meta-boxes.php:48
372
+ #: options-meta-boxes.php:80
373
+ #, php-format
374
+ #@ yarpp
375
+ msgid "require at least one %s in common"
376
+ msgstr "hotya by odin \"%s\" doljen byt' obschim"
377
+
378
+ #: options-meta-boxes.php:50
379
+ #: options-meta-boxes.php:82
380
+ #, php-format
381
+ #@ yarpp
382
+ msgid "require more than one %s in common"
383
+ msgstr "bolee odnogo \"%s\" doljno byt' obschim"
384
+
385
+ #: yarpp_options.php:114
386
+ #@ yarpp
387
+ msgid "Options saved!"
388
+ msgstr "Nastroiki sohraneny!"
389
+
390
+ #: options-meta-boxes.php:124
391
+ #@ yarpp
392
+ 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."
393
+ 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."
394
+
395
+ #: yarpp_options.php:279
396
+ #@ yarpp
397
+ msgid "Update options"
398
+ msgstr "Izmenit' nastroiki"
399
+
400
+ #: yarpp_options.php:280
401
+ #@ yarpp
402
+ msgid "Do you really want to reset your configuration?"
403
+ msgstr "Vy deistvitel'no hotite sbrosit' vashi nastroiki?"
404
+
405
+ #: yarpp_options.php:280
406
+ #@ yarpp
407
+ msgid "Reset options"
408
+ msgstr "Sbrosit' nastroiki"
409
+
410
+ #: cache-postmeta.php:105
411
+ #: cache-tables.php:131
412
+ #@ yarpp
413
+ msgid "Example post "
414
+ msgstr "Primer posta"
415
+
416
+ #: options-meta-boxes.php:105
417
+ #@ yarpp
418
+ msgid "day(s)"
419
+ msgstr "dnei"
420
+
421
+ #: options-meta-boxes.php:106
422
+ #@ yarpp
423
+ msgid "week(s)"
424
+ msgstr "mesyacev"
425
+
426
+ #: options-meta-boxes.php:107
427
+ #@ yarpp
428
+ msgid "month(s)"
429
+ msgstr "let"
430
+
431
+ #: options-meta-boxes.php:109
432
+ #@ yarpp
433
+ msgid "Show only posts from the past NUMBER UNITS"
434
+ msgstr "Pokazyvat' tol'ko posty za poslednie NUMBER UNITS"
435
+
436
+ #: yarpp_options.php:46
437
+ #, php-format
438
+ #@ yarpp
439
+ 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."
440
+ msgstr "Vyshla novaya beta (%s) plagina YARPP. Vy mojete <a href=\"%s\">skachat' ee zdes'</a> na svoi risk."
441
+
442
+ #: includes.php:248
443
+ #: options-meta-boxes.php:161
444
+ #: options-meta-boxes.php:228
445
+ #@ yarpp
446
+ msgid "Display using a custom template file"
447
+ msgstr "Pokazyvat' s shablonom pol'zovatelya"
448
+
449
+ #: includes.php:249
450
+ #: options-meta-boxes.php:165
451
+ #: options-meta-boxes.php:233
452
+ #@ yarpp
453
+ msgid "Template file:"
454
+ msgstr "Fail shablona:"
455
+
456
+ #: options-meta-boxes.php:221
457
+ #@ yarpp
458
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
459
+ msgstr "Eta opciya pokazyvaet svyazannye soobscheniya v konce kajdogo punkta vashego potoka RSS i Atom. Izmeneniya shablona ne trebuyutsya."
460
+
461
+ #: template-metabox.php:12
462
+ #@ yarpp
463
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
464
+ msgstr "Eto svyazannye posty dlya etogo posta. Izmenenie etogo posta mojet izmenit' nabor svyazannyh postov."
465
+
466
+ #: template-metabox.php:25
467
+ #@ yarpp
468
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
469
+ msgstr "Budut li otobrajat'sya vse eti posty i kak oni budut otobrajat'sya, zavisit ot vashih nastroek otobrajeniya YARPP."
470
+
471
+ #: includes.php:28
472
+ #: includes.php:39
473
+ #: template-metabox.php:27
474
+ #: template-widget.php:13
475
+ #@ yarpp
476
+ msgid "No related posts."
477
+ msgstr "Net svyazannyh soobschenii"
478
+
479
+ #: options-meta-boxes.php:228
480
+ #@ yarpp
481
+ msgid "NEW!"
482
+ msgstr "NOVOE!"
483
+
484
+ #: options-meta-boxes.php:161
485
+ #: options-meta-boxes.php:228
486
+ #@ yarpp
487
+ 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."
488
+ msgstr "Eti dopolnitel'nye nastroiki dayut vam polnuyu mosch' dlya nastroiki otobrajeniya svyazannyh soobschenii. Shablony (hranyatsya papke ispol'zuemoi temy) napisany na PHP."
489
+
490
+ #: includes.php:26
491
+ #: includes.php:37
492
+ #@ yarpp
493
+ msgid "Related posts:"
494
+ msgstr ""
495
+
496
+ #: includes.php:169
497
+ #@ yarpp
498
+ msgid "Settings"
499
+ msgstr ""
500
+
501
+ #: includes.php:243
502
+ #@ default
503
+ msgid "Title:"
504
+ msgstr ""
505
+
506
+ #: includes.php:385
507
+ #@ yarpp
508
+ msgid "Related entries may be displayed once you save your entry"
509
+ msgstr ""
510
+
511
+ #: options-meta-boxes.php:124
512
+ #@ yarpp
513
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
514
+ msgstr ""
515
+
516
+ #: options-meta-boxes.php:175
517
+ #: options-meta-boxes.php:176
518
+ #: options-meta-boxes.php:184
519
+ #: options-meta-boxes.php:244
520
+ #: options-meta-boxes.php:245
521
+ #: options-meta-boxes.php:250
522
+ #@ yarpp
523
+ msgid " or "
524
+ msgstr ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-mk-MK.mo ADDED
Binary file
trunk/lang/yarpp-mk-MK.po ADDED
@@ -0,0 +1,617 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2013-03-30 21:27+0100\n"
7
+ "Last-Translator: Diana <diana@wpdiscounts.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%10==1 ? 0 : 1;\n"
13
+ "X-Poedit-SourceCharset: UTF-8\n"
14
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
15
+ "_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"
16
+ "X-Poedit-Basepath: ../\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "Language: mk_MK\n"
19
+ "X-Generator: Poedit 1.5.3\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ # @ yarpp
23
+ #: class-admin.php:55 class-widget.php:7 class-widget.php:59
24
+ msgid "Related Posts (YARPP)"
25
+ msgstr "Povrzani postovi (YARPP)"
26
+
27
+ # @ yarpp
28
+ #: class-admin.php:63
29
+ msgid "Related Posts"
30
+ msgstr "Povrzani postovi"
31
+
32
+ # @ yarpp
33
+ #: class-cache.php:522
34
+ msgid "Example post "
35
+ msgstr "Primeren post"
36
+
37
+ # @ yarpp
38
+ #: class-core.php:586 class-core.php:701 options-meta-boxes.php:229
39
+ #: options-meta-boxes.php:284
40
+ #, php-format
41
+ msgid ""
42
+ "Related posts brought to you by <a href='%s'>Yet Another Related Posts "
43
+ "Plugin</a>."
44
+ msgstr ""
45
+ "Povrzani postovi doneseni za vas od <a href='%s'>Yet Another Related Posts "
46
+ "Plugin</a>."
47
+
48
+ # @ yarpp
49
+ #: yarpp_options.php:46
50
+ msgid ""
51
+ "The MyISAM check has been overridden. You may now use the \"consider titles"
52
+ "\" and \"consider bodies\" relatedness criteria."
53
+ msgstr ""
54
+ "Proverata na MyISAM e prepisana. Sega mozete da koristite kriteriite "
55
+ "povrzani so \"smetaj gi naslovite\" and \"smetaj gi tekstovite\""
56
+
57
+ # @ yarpp
58
+ #: yarpp_options.php:54
59
+ #, php-format
60
+ msgid ""
61
+ "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria "
62
+ "require your <code>%s</code> table to use the <a href='http://dev.mysql.com/"
63
+ "doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the "
64
+ "table seems to be using the <code>%s</code> engine. These two options have "
65
+ "been disabled."
66
+ msgstr ""
67
+ " Povrzanosta na \"smetaj gi naslovite\" i \"smetaj gi tekstovite\" na YARPP "
68
+ "barrat vasata<code>%s</code> tabla da gi upotrebuva <a href='http://dev."
69
+ "mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, "
70
+ "no tablate izgleda go upotrebuva <code>%s</code> engine. Ovie dve opcii se "
71
+ "onevozmozeni."
72
+
73
+ # @ yarpp
74
+ #: yarpp_options.php:56
75
+ #, php-format
76
+ msgid ""
77
+ "To restore these features, please update your <code>%s</code> table by "
78
+ "executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = "
79
+ "MyISAM;</code> . No data will be erased by altering the table's engine, "
80
+ "although there are performance implications."
81
+ msgstr ""
82
+ "Za da gi povratite ovie funkcii, ve molime azurirajte ja vasata <code>%s</"
83
+ "code> tabla taka sto kje ja izvrsite slednata SQL direktiva: <code>ALTER "
84
+ "TABLE `%s` ENGINE = MyISAM;</code>. Nikakva data nema da bide izbrisana so "
85
+ "izmenuvanjeto na prebaruvanjeto, iako kje ima implikacii na performans."
86
+
87
+ # @ yarpp
88
+ #: yarpp_options.php:58
89
+ #, php-format
90
+ msgid ""
91
+ "If, despite this check, you are sure that <code>%s</code> is using the "
92
+ "MyISAM engine, press this magic button:"
93
+ msgstr ""
94
+ "Dokolku i pokraj ovaa provera ste sigurni deka <code>%s</code> go koristi "
95
+ "MyISAM engine, kliknete go magicnoto kopce:"
96
+
97
+ # @ yarpp
98
+ #: yarpp_options.php:61
99
+ msgid "Trust me. Let me use MyISAM features."
100
+ msgstr "Veruvaj mi. Dozvoli mi da gi koristam MyISAM funkciite."
101
+
102
+ # @ yarpp
103
+ #: yarpp_options.php:76
104
+ msgid "The YARPP database had an error but has been fixed."
105
+ msgstr "YARPP bazata na podatoci imase greska, ama e ispravena."
106
+
107
+ # @ yarpp
108
+ #: yarpp_options.php:78
109
+ msgid "The YARPP database has an error which could not be fixed."
110
+ msgstr "YARPP bazata na podatoci ima greska koja sto ne moze da se ispravi."
111
+
112
+ # @ yarpp
113
+ #: yarpp_options.php:135
114
+ msgid "Options saved!"
115
+ msgstr "Opciite se socuvani!"
116
+
117
+ # @ yarpp
118
+ #: options-meta-boxes.php:47 options-meta-boxes.php:59
119
+ msgid "do not consider"
120
+ msgstr "ne smetaj"
121
+
122
+ # @ yarpp
123
+ #: options-meta-boxes.php:48 options-meta-boxes.php:60
124
+ msgid "consider"
125
+ msgstr "smetaj"
126
+
127
+ # @ yarpp
128
+ #: options-meta-boxes.php:50
129
+ #, php-format
130
+ msgid "require at least one %s in common"
131
+ msgstr "baraj barem edna zaednicka %s"
132
+
133
+ # @ yarpp
134
+ #: options-meta-boxes.php:51
135
+ #, php-format
136
+ msgid "require more than one %s in common"
137
+ msgstr "baraj poveke od edna zaednicka %s"
138
+
139
+ # @ yarpp
140
+ #: options-meta-boxes.php:49 options-meta-boxes.php:61
141
+ msgid "consider with extra weight"
142
+ msgstr "smetaj so ekstra tezina"
143
+
144
+ # @ yarpp
145
+ #: yarpp_options.php:141
146
+ msgid "Yet Another Related Posts Plugin Options"
147
+ msgstr "Yet Another Related Posts Plugin Options"
148
+
149
+ # @ yarpp
150
+ #: options-meta-boxes.php:147
151
+ msgid "\"The Pool\""
152
+ msgstr "\"Listata\""
153
+
154
+ # @ yarpp
155
+ #: options-meta-boxes.php:109
156
+ msgid ""
157
+ "\"The Pool\" refers to the pool of posts and pages that are candidates for "
158
+ "display as related to the current entry."
159
+ msgstr ""
160
+ "\"Listata\" se odnesuva na lista na postovi i stranici koi se kandidati za "
161
+ "prikazuvanje kako povrzani so momentalnoto vnesuvanje."
162
+
163
+ # @ yarpp
164
+ #: options-meta-boxes.php:118
165
+ msgid "Show password protected posts?"
166
+ msgstr "Prikazi gi postovite zastiteni so sifra?"
167
+
168
+ # @ yarpp
169
+ #: options-meta-boxes.php:170
170
+ msgid "Show only previous posts?"
171
+ msgstr "Prikazi gi samo prethodnite postovi?"
172
+
173
+ # @ yarpp
174
+ #: options-meta-boxes.php:129
175
+ msgid "day(s)"
176
+ msgstr "den(ovi)"
177
+
178
+ # @ yarpp
179
+ #: options-meta-boxes.php:130
180
+ msgid "week(s)"
181
+ msgstr "nedela/i"
182
+
183
+ # @ yarpp
184
+ #: options-meta-boxes.php:131
185
+ msgid "month(s)"
186
+ msgstr "mesec/i"
187
+
188
+ # @ yarpp
189
+ #: options-meta-boxes.php:137
190
+ msgid "Show only posts from the past NUMBER UNITS"
191
+ msgstr "Prikazi gi samo postovite od prethodnite NUMERICKI EDINICI "
192
+
193
+ # @ yarpp
194
+ #: options-meta-boxes.php:178
195
+ msgid "\"Relatedness\" options"
196
+ msgstr "\"Povrzanost\" opcii"
197
+
198
+ # @ yarpp
199
+ #: options-meta-boxes.php:17 options-meta-boxes.php:113
200
+ #: options-meta-boxes.php:153 options-meta-boxes.php:169
201
+ #: options-meta-boxes.php:187 options-meta-boxes.php:228
202
+ #: options-meta-boxes.php:245 options-meta-boxes.php:247
203
+ #: options-meta-boxes.php:283
204
+ msgid "more&gt;"
205
+ msgstr "poveke&gt;"
206
+
207
+ # @ yarpp
208
+ #: options-meta-boxes.php:153
209
+ msgid ""
210
+ "The higher the match threshold, the more restrictive, and you get less "
211
+ "related posts overall. The default match threshold is 5. If you want to find "
212
+ "an appropriate match threshhold, take a look at some post's related posts "
213
+ "display and their scores. You can see what kinds of related posts are being "
214
+ "picked up and with what kind of match scores, and determine an appropriate "
215
+ "threshold for your site."
216
+ msgstr ""
217
+ "Sto poveke podudaranja, toa porestriktivni ke bidat, i dobivate pomalku "
218
+ "srodni temi vo celina. Standardnoto podudaranje e 5. Ako sakate da najdete "
219
+ "soodvetno podudaranje, poglednete gi prikazanite postovi na nekoi od "
220
+ "prethodnite postovi i nivnite rezultati. Ke vidite kakvi vrsti na povrzani "
221
+ "postovi se izbrani i kakva im e podudarnosta, i ke mozete da odredite "
222
+ "soodvetno podudaranje za vasiot sajt. "
223
+
224
+ # @ yarpp
225
+ #: options-meta-boxes.php:159
226
+ msgid "Match threshold:"
227
+ msgstr "Podudarna vrednost"
228
+
229
+ # @ yarpp
230
+ #: options-meta-boxes.php:160
231
+ msgid "Titles: "
232
+ msgstr "Naslovi:"
233
+
234
+ # @ yarpp
235
+ #: options-meta-boxes.php:162
236
+ msgid "Bodies: "
237
+ msgstr "Tekstovi:"
238
+
239
+ # @ yarpp
240
+ #: yarpp_options.php:38
241
+ #, php-format
242
+ msgid ""
243
+ "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a "
244
+ "href=\"%s\">download it here</a> at your own risk."
245
+ msgstr ""
246
+ "Postoi nova beta (%s) na Yet Another Related Posts Plugin. Mozete da go <a "
247
+ "href=\"%s\"> prezemete tuka na sopstvena odgovornost. "
248
+
249
+ # @ yarpp
250
+ #: options-meta-boxes.php:236
251
+ msgid "Display options <small>for your website</small>"
252
+ msgstr "Prikazi gi opciite <small>za vasiot websajt</small> "
253
+
254
+ # @ yarpp
255
+ #: options-meta-boxes.php:187
256
+ msgid "Automatically display related posts?"
257
+ msgstr "Avtomatsko prikazuvanje na povrzani postovi?"
258
+
259
+ # @ yarpp
260
+ #: options-meta-boxes.php:187
261
+ msgid ""
262
+ "This option automatically displays related posts right after the content on "
263
+ "single entry pages. If this option is off, you will need to manually insert "
264
+ "<code>related_posts()</code> or variants (<code>related_pages()</code> and "
265
+ "<code>related_entries()</code>) into your theme files."
266
+ msgstr ""
267
+ "Ovaa opcija avotmatski gi prikazuva povrzanite postovi odma posle sodrzajot "
268
+ "na sekoja vnesena strana. Dokolku ovaa opcija e isklucena, ke morate racno "
269
+ "da gi vnesete <code>povrzani_postovi()</code> ili varijantite "
270
+ "(<code>povrzani_stranici()</code> i <code>povrzani_vnesuvanja()</code>) vo "
271
+ "vasite fajlovi na tema."
272
+
273
+ # @ yarpp
274
+ #: options-meta-boxes.php:188
275
+ msgid "Website display code example"
276
+ msgstr "Primer na prikazot na websajt kodot"
277
+
278
+ # @ yarpp
279
+ #: options-meta-boxes.php:188 options-meta-boxes.php:245
280
+ msgid "(Update options to reload.)"
281
+ msgstr "(Azurirajte gi opciite za da ja vcitate stranata povtorno)"
282
+
283
+ # @ yarpp
284
+ #: options-meta-boxes.php:190 options-meta-boxes.php:250
285
+ msgid "Maximum number of related posts:"
286
+ msgstr "Maksimalen broj na povrzani postovi:"
287
+
288
+ # @ yarpp
289
+ #: class-widget.php:75 options-meta-boxes.php:17
290
+ msgid "Display using a custom template file"
291
+ msgstr "Prikazi koristejki prilagodena definirana datoteka"
292
+
293
+ # @ yarpp
294
+ #: options-meta-boxes.php:17
295
+ msgid ""
296
+ "This advanced option gives you full power to customize how your related "
297
+ "posts are displayed. Templates (stored in your theme folder) are written in "
298
+ "PHP."
299
+ msgstr ""
300
+ "Ovaa napredna opcija vi dava polnomok da prilagodite kako ke bidat prikazani "
301
+ "vasite povrzani postovi. Definiciite (socuvani vo vasiot folder od tema) se "
302
+ "napisani vo PHP."
303
+
304
+ # @ yarpp
305
+ #: class-widget.php:76 options-meta-boxes.php:196 options-meta-boxes.php:258
306
+ msgid "Template file:"
307
+ msgstr "Datoteka na definicija:"
308
+
309
+ # @ yarpp
310
+ #: options-meta-boxes.php:208 options-meta-boxes.php:271
311
+ msgid "Before / after related entries:"
312
+ msgstr "Pred/Posle povrzani vnesuvanja:"
313
+
314
+ # @ yarpp
315
+ #: options-meta-boxes.php:208 options-meta-boxes.php:209
316
+ #: options-meta-boxes.php:217 options-meta-boxes.php:271
317
+ #: options-meta-boxes.php:272 options-meta-boxes.php:277
318
+ msgid "For example:"
319
+ msgstr "Na primer:"
320
+
321
+ # @ yarpp
322
+ #: options-meta-boxes.php:209 options-meta-boxes.php:272
323
+ msgid "Before / after each related entry:"
324
+ msgstr "Pred/Posle sekoe povrzano vnesuvanje:"
325
+
326
+ # @ yarpp
327
+ #: options-meta-boxes.php:211 options-meta-boxes.php:274
328
+ msgid "Show excerpt?"
329
+ msgstr "Prikazi go izvodot?"
330
+
331
+ # @ yarpp
332
+ #: options-meta-boxes.php:212 options-meta-boxes.php:275
333
+ msgid "Excerpt length (No. of words):"
334
+ msgstr "Dolzina na izvodot (borj na zborovi):"
335
+
336
+ # @ yarpp
337
+ #: options-meta-boxes.php:216
338
+ msgid "Before / after (Excerpt):"
339
+ msgstr "Pred/Posle (Izvod):"
340
+
341
+ # @ yarpp
342
+ #: options-meta-boxes.php:68
343
+ msgid "Order results:"
344
+ msgstr "Poredi gi rezultatite:"
345
+
346
+ # @ yarpp
347
+ #: options-meta-boxes.php:71
348
+ msgid "score (high relevance to low)"
349
+ msgstr "rezultat (od visoka naprema niska vaznost)"
350
+
351
+ # @ yarpp
352
+ #: options-meta-boxes.php:72
353
+ msgid "score (low relevance to high)"
354
+ msgstr "rezultat (od niska naprema visoka vaznost)"
355
+
356
+ # @ yarpp
357
+ #: options-meta-boxes.php:73
358
+ msgid "date (new to old)"
359
+ msgstr "data (od novo naprema staro)"
360
+
361
+ # @ yarpp
362
+ #: options-meta-boxes.php:74
363
+ msgid "date (old to new)"
364
+ msgstr "data (stao naprema novo)"
365
+
366
+ # @ yarpp
367
+ #: options-meta-boxes.php:75
368
+ msgid "title (alphabetical)"
369
+ msgstr "naslov (alfabetski)"
370
+
371
+ # @ yarpp
372
+ #: options-meta-boxes.php:76
373
+ msgid "title (reverse alphabetical)"
374
+ msgstr "naslov (obratno alfabetski)"
375
+
376
+ # @ yarpp
377
+ #: options-meta-boxes.php:224 options-meta-boxes.php:281
378
+ msgid "Default display if no results:"
379
+ msgstr "Podrazbirano prikazuvanje dokolku nema rezultati:"
380
+
381
+ # @ yarpp
382
+ #: class-widget.php:98 options-meta-boxes.php:227 options-meta-boxes.php:283
383
+ msgid "Help promote Yet Another Related Posts Plugin?"
384
+ msgstr "Pomogni vo promocija na Yet Another Related Posts Plugin?"
385
+
386
+ # @ yarpp
387
+ #: options-meta-boxes.php:229 options-meta-boxes.php:284
388
+ #, php-format
389
+ msgid ""
390
+ "This option will add the code %s. Try turning it on, updating your options, "
391
+ "and see the code in the code example to the right. These links and donations "
392
+ "are greatly appreciated."
393
+ msgstr ""
394
+ "Ovaa opcija ke go dodate kodot %s. Probajte da ja ukljucite taka sto ke gi "
395
+ "azurirate vasite opcii, i poglednete go kodot vo primerok na kodot na desna "
396
+ "strana. Ovie linkovi i donacii se mnogu ceneti. "
397
+
398
+ # @ yarpp
399
+ #: options-meta-boxes.php:291
400
+ msgid "Display options <small>for RSS</small>"
401
+ msgstr "Prikazi opcii za <small>za RSS</small>"
402
+
403
+ # @ yarpp
404
+ #: options-meta-boxes.php:245
405
+ msgid "Display related posts in feeds?"
406
+ msgstr "Prikazi g povrzanite postovi vo novostite?"
407
+
408
+ # @ yarpp
409
+ #: options-meta-boxes.php:245
410
+ msgid ""
411
+ "This option displays related posts at the end of each item in your RSS and "
412
+ "Atom feeds. No template changes are needed."
413
+ msgstr ""
414
+ "Ovaa opcija gi prikazuva povrzanite postovi na kraj na sekoja stavka vo "
415
+ "vasite RSS i Atom novosti (kolumni). Ne se potrebni nikakvi izmeni na "
416
+ "definicii. "
417
+
418
+ # @ yarpp
419
+ #: options-meta-boxes.php:247
420
+ msgid "Display related posts in the descriptions?"
421
+ msgstr "Prikazi gi povrzanite postovi vo opisite?"
422
+
423
+ # @ yarpp
424
+ #: options-meta-boxes.php:247
425
+ msgid ""
426
+ "This option displays the related posts in the RSS description fields, not "
427
+ "just the content. If your feeds are set up to only display excerpts, "
428
+ "however, only the description field is used, so this option is required for "
429
+ "any display at all."
430
+ msgstr ""
431
+ "Ovaa opcija gi prikazuva povrzanite postovi vo RSS polinjata za deskripcija, "
432
+ "ne samo vo sodrzajot. Dokolku vasite polinja se podeseni da prikazuvaat "
433
+ "izvodi, vrpocem, samo poleto za opis (deskripcija) se koristi, taka ovaa "
434
+ "opcija e potrebna za bilo koe prikazuvanje."
435
+
436
+ # @ yarpp
437
+ #: options-meta-boxes.php:245
438
+ msgid "RSS display code example"
439
+ msgstr "Primer na RSS prikazuvanje na kodot"
440
+
441
+ # @ yarpp
442
+ #: options-meta-boxes.php:277
443
+ msgid "Before / after (excerpt):"
444
+ msgstr "Pred/Posle (izvod)"
445
+
446
+ # @ yarpp
447
+ #: template-builtin.php:21
448
+ #, php-format
449
+ msgid ""
450
+ "%f is the YARPP match score between the current entry and this related "
451
+ "entry. You are seeing this value because you are logged in to WordPress as "
452
+ "an administrator. It is not shown to regular visitors."
453
+ msgstr ""
454
+ "%f e YARPP rezultat na podudaranje pomegu momentalniot vnes i ovoj povrzan "
455
+ "vnes. Ja gledate ovaa vrednost zatoa sto ste logirani na WordPress kako "
456
+ "administrator. Ne e prikazana na regularni posetiteli."
457
+
458
+ # @ yarpp
459
+ #: template-metabox.php:12
460
+ msgid ""
461
+ "These are the related entries for this entry. Updating this post may change "
462
+ "these related posts."
463
+ msgstr ""
464
+ "Ova se povrzanite vnesuvanja so ova vnesuvanje. Azuriranje na ovoj post moze "
465
+ "da gi izmeni ovie povrzani postovi. "
466
+
467
+ # @ yarpp
468
+ #: template-metabox.php:28
469
+ msgid ""
470
+ "Whether all of these related entries are actually displayed and how they are "
471
+ "displayed depends on your YARPP display options."
472
+ msgstr ""
473
+ "Da li ovie povrzani postovi ke bidat prikazani i kako ke bidat prikazani "
474
+ "zavisi od vasite YARPP opcii za prikazuvanje."
475
+
476
+ # @ yarpp
477
+ #: class-core.php:73 class-core.php:83 class-core.php:273 class-core.php:284
478
+ #: template-metabox.php:30 template-widget.php:13
479
+ msgid "No related posts."
480
+ msgstr "Nema povrzani postovi."
481
+
482
+ # @ yarpp
483
+ #: class-core.php:71 class-core.php:81 class-core.php:271 class-core.php:282
484
+ msgid "Related posts:"
485
+ msgstr "Povrzani postovi:"
486
+
487
+ # @ yarpp
488
+ #: options-meta-boxes.php:208 options-meta-boxes.php:209
489
+ #: options-meta-boxes.php:217 options-meta-boxes.php:271
490
+ #: options-meta-boxes.php:272 options-meta-boxes.php:277
491
+ msgid " or "
492
+ msgstr "ili"
493
+
494
+ # @ default
495
+ #: class-admin.php:136
496
+ msgid "Settings"
497
+ msgstr "Podesuvanja"
498
+
499
+ # @ default
500
+ #: class-widget.php:69
501
+ msgid "Title:"
502
+ msgstr "Naslov:"
503
+
504
+ # @ yarpp
505
+ #: class-admin.php:162
506
+ msgid "Related entries may be displayed once you save your entry"
507
+ msgstr ""
508
+ "Povrzani postovi moze da bidat prikazani koga ke go socivate svoeto "
509
+ "vnesuvanje."
510
+
511
+ # @ yarpp
512
+ #: options-meta-boxes.php:153
513
+ msgid ""
514
+ "YARPP limits the related posts list by (1) a maximum number and (2) a "
515
+ "<em>match threshold</em>."
516
+ msgstr ""
517
+ "YARPP ja ogranicuva listata na povrzani postovi so (1) maksimum broj i (2) "
518
+ "na <em>podudarna vrednost</em>."
519
+
520
+ # @ yarpp
521
+ #: options-meta-boxes.php:298
522
+ msgid "YARPP Forum"
523
+ msgstr "YARPP Forum"
524
+
525
+ # @ yarpp
526
+ #: options-meta-boxes.php:299
527
+ msgid "YARPP on Twitter"
528
+ msgstr "YARPP na Twitter"
529
+
530
+ # @ yarpp
531
+ #: options-meta-boxes.php:300
532
+ msgid "YARPP on the Web"
533
+ msgstr "YARPP na Web"
534
+
535
+ # @ yarpp
536
+ #: options-meta-boxes.php:337
537
+ msgid "Contact YARPP"
538
+ msgstr "YARPP kontakt"
539
+
540
+ # @ default
541
+ #: yarpp_options.php:34
542
+ #, php-format
543
+ msgid ""
544
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox"
545
+ "\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update "
546
+ "automatically</a>."
547
+ msgstr ""
548
+ "Postoi nova verzija na %1$s. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s"
549
+ "\">View version %4$s details</a> ili <a href=\"%5$s\">update automatically</"
550
+ "a>."
551
+
552
+ # @ yarpp
553
+ #: yarpp_options.php:79
554
+ #, php-format
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr "Molam probajte <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
557
+
558
+ # @ yarpp
559
+ #: yarpp_options.php:149
560
+ #, php-format
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr "od <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
563
+
564
+ # @ default
565
+ #: class-admin.php:63
566
+ msgid "Configure"
567
+ msgstr "Konfiguriraj"
568
+
569
+ # @ yarpp
570
+ #: class-admin.php:89
571
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
572
+ msgstr "Fala za instaliranje na <span>Yet Another Related Posts Plugin</span>!"
573
+
574
+ # @ yarpp
575
+ #: class-admin.php:90
576
+ msgid ""
577
+ "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
578
+ msgstr ""
579
+ "Posetete <a>Povrzani Postovi stranica za podesuvanja</a> za da go podesite "
580
+ "YARPP."
581
+
582
+ # @ yarpp
583
+ #: options-meta-boxes.php:113
584
+ msgid "Post types considered:"
585
+ msgstr "Vrsti na postovi zemeni vo obzir:"
586
+
587
+ # @ yarpp
588
+ #: options-meta-boxes.php:116
589
+ #, php-format
590
+ msgid "Disallow by %s:"
591
+ msgstr "Onevozmozi za %s:"
592
+
593
+ # @ yarpp
594
+ #: options-meta-boxes.php:169
595
+ msgid "Display results from all post types"
596
+ msgstr "Prikazi gi rezultati za site tipovi na postovi "
597
+
598
+ # @ yarpp
599
+ #: options-meta-boxes.php:169
600
+ msgid ""
601
+ "When \"display results from all post types\" is off, only posts will be "
602
+ "displayed as related to a post, only pages will be displayed as related to a "
603
+ "page, etc."
604
+ msgstr ""
605
+ "Koga \"prikazi gi rezultati za site tipovi na postovi\" e isklucena, samo "
606
+ "postovi ke bidat prkazani povrzani so post, samo stranici ke bidat prikazani "
607
+ "povrzani so stranica, itd. "
608
+
609
+ # @ yarpp
610
+ #: options-meta-boxes.php:301
611
+ msgid "Rate YARPP on WordPress.org"
612
+ msgstr "Oceni go YARPP na WordPress.org"
613
+
614
+ # @ default
615
+ #: yarpp_options.php:178
616
+ msgid "Save Changes"
617
+ msgstr "Socuvaj gi izmenite"
trunk/lang/yarpp-nb_NO.mo ADDED
Binary file
trunk/lang/yarpp-nb_NO.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.1.9\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2011-01-02 09:45+0000\n"
7
+ "Last-Translator: Tom <tom@datanerden.no>\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: Norwegian (Bokmål)\n"
14
+ "X-Poedit-Country: NORWAY\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 "Relaterte poster:"
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 "Ingen relaterte poster."
35
+
36
+ #: includes.php:149
37
+ #: includes.php:194
38
+ #: includes.php:215
39
+ #@ yarpp
40
+ msgid "Related Posts (YARPP)"
41
+ msgstr "Relaterte poster (YARPP)"
42
+
43
+ #: includes.php:169
44
+ #@ yarpp
45
+ msgid "Settings"
46
+ msgstr "Innstillinger"
47
+
48
+ #: includes.php:243
49
+ #@ default
50
+ msgid "Title:"
51
+ msgstr ""
52
+
53
+ #: includes.php:248
54
+ #: options-meta-boxes.php:161
55
+ #: options-meta-boxes.php:228
56
+ #@ yarpp
57
+ msgid "Display using a custom template file"
58
+ msgstr "Vis ved å bruke en egendefinert mal-fil"
59
+
60
+ #: includes.php:249
61
+ #: options-meta-boxes.php:165
62
+ #: options-meta-boxes.php:233
63
+ #@ yarpp
64
+ msgid "Template file:"
65
+ msgstr "Mal fil:"
66
+
67
+ #: includes.php:257
68
+ #: options-meta-boxes.php:203
69
+ #: options-meta-boxes.php:268
70
+ #@ yarpp
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"
78
+
79
+ #: cache-postmeta.php:105
80
+ #: cache-tables.php:131
81
+ #@ yarpp
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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:114
132
+ #@ yarpp
133
+ msgid "Options saved!"
134
+ msgstr "Innstillingene ble lagret!"
135
+
136
+ #: options-meta-boxes.php:38
137
+ #@ yarpp
138
+ msgid "word"
139
+ msgstr "ord"
140
+
141
+ #: options-meta-boxes.php:39
142
+ #@ yarpp
143
+ msgid "tag"
144
+ msgstr "stikkord"
145
+
146
+ #: options-meta-boxes.php:40
147
+ #@ yarpp
148
+ msgid "category"
149
+ msgstr "kategori"
150
+
151
+ #: options-meta-boxes.php:45
152
+ #: options-meta-boxes.php:63
153
+ #: options-meta-boxes.php:76
154
+ #@ yarpp
155
+ msgid "do not consider"
156
+ msgstr "ikke vurder"
157
+
158
+ #: options-meta-boxes.php:46
159
+ #: options-meta-boxes.php:64
160
+ #: options-meta-boxes.php:78
161
+ #@ yarpp
162
+ msgid "consider"
163
+ msgstr "vurder"
164
+
165
+ #: options-meta-boxes.php:48
166
+ #: options-meta-boxes.php:80
167
+ #, php-format
168
+ #@ yarpp
169
+ msgid "require at least one %s in common"
170
+ msgstr "krev at minst èn %s er felles"
171
+
172
+ #: options-meta-boxes.php:50
173
+ #: options-meta-boxes.php:82
174
+ #, php-format
175
+ #@ yarpp
176
+ msgid "require more than one %s in common"
177
+ msgstr "krev at mer enn èn %s er felles"
178
+
179
+ #: options-meta-boxes.php:65
180
+ #@ yarpp
181
+ msgid "consider with extra weight"
182
+ msgstr "vurder med ekstra vekt"
183
+
184
+ #: yarpp_options.php:178
185
+ #@ yarpp
186
+ msgid "Yet Another Related Posts Plugin Options"
187
+ msgstr "Yet Another Related Posts Plugin innstillinger"
188
+
189
+ #: options-meta-boxes.php:118
190
+ #@ yarpp
191
+ msgid "\"The Pool\""
192
+ msgstr "\"Samlingen\""
193
+
194
+ #: options-meta-boxes.php:91
195
+ #@ yarpp
196
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
197
+ msgstr "\"Samlingen\" refererer til samlingen av poster og sider som er kandidater for visning som relatert til den følgende oppføringen."
198
+
199
+ #: options-meta-boxes.php:96
200
+ #@ yarpp
201
+ msgid "Disallow by category:"
202
+ msgstr "Ikke tillat ved kategori:"
203
+
204
+ #: options-meta-boxes.php:98
205
+ #@ yarpp
206
+ msgid "Disallow by tag:"
207
+ msgstr "Ikke tillat ved stikkord:"
208
+
209
+ #: options-meta-boxes.php:101
210
+ #@ yarpp
211
+ msgid "Show password protected posts?"
212
+ msgstr "Vil du vise passord beskyttede poster?"
213
+
214
+ #: options-meta-boxes.php:105
215
+ #@ yarpp
216
+ msgid "day(s)"
217
+ msgstr "dag(er)"
218
+
219
+ #: options-meta-boxes.php:106
220
+ #@ yarpp
221
+ msgid "week(s)"
222
+ msgstr "uke(r)"
223
+
224
+ #: options-meta-boxes.php:107
225
+ #@ yarpp
226
+ msgid "month(s)"
227
+ msgstr "måned(er)"
228
+
229
+ #: options-meta-boxes.php:109
230
+ #@ yarpp
231
+ msgid "Show only posts from the past NUMBER UNITS"
232
+ msgstr "Vis kun poster fra de forrige NUMBER UNITS"
233
+
234
+ #: options-meta-boxes.php:148
235
+ #@ yarpp
236
+ msgid "\"Relatedness\" options"
237
+ msgstr "\"Relatert\" innstillinger"
238
+
239
+ #: options-meta-boxes.php:124
240
+ #: options-meta-boxes.php:139
241
+ #: options-meta-boxes.php:157
242
+ #: options-meta-boxes.php:161
243
+ #: options-meta-boxes.php:204
244
+ #: options-meta-boxes.php:221
245
+ #: options-meta-boxes.php:223
246
+ #: options-meta-boxes.php:228
247
+ #: options-meta-boxes.php:268
248
+ #@ yarpp
249
+ msgid "more&gt;"
250
+ msgstr "mer&gt;"
251
+
252
+ #: options-meta-boxes.php:124
253
+ #@ yarpp
254
+ 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."
255
+ msgstr "Desto høyere resultat-terskel, desto strenger, og du vil få mindre relaterte poster generelt. Standard resultat-terskel er 5. Dersom du vil oppnå en hensiktsmessig resultat-terskel, ta en titt på noen relaterte poster og se på poengsummen. Du kan se hva slags relaterte poster som blir valgt ut og hva slags poengsum, og dermed finne en hensiktsmessig resultat-terskel for din side."
256
+
257
+ #: options-meta-boxes.php:130
258
+ #@ yarpp
259
+ msgid "Match threshold:"
260
+ msgstr "Resultat-terskel:"
261
+
262
+ #: options-meta-boxes.php:131
263
+ #@ yarpp
264
+ msgid "Titles: "
265
+ msgstr "Titler:"
266
+
267
+ #: options-meta-boxes.php:133
268
+ #@ yarpp
269
+ msgid "Bodies: "
270
+ msgstr "Innhold:"
271
+
272
+ #: options-meta-boxes.php:135
273
+ #@ yarpp
274
+ msgid "Tags: "
275
+ msgstr "Stikkord:"
276
+
277
+ #: options-meta-boxes.php:137
278
+ #@ yarpp
279
+ msgid "Categories: "
280
+ msgstr "Kategorier:"
281
+
282
+ #: options-meta-boxes.php:139
283
+ #@ yarpp
284
+ msgid "Cross-relate posts and pages?"
285
+ msgstr "Kryss-relatèr poster og sider?"
286
+
287
+ #: options-meta-boxes.php:139
288
+ #@ yarpp
289
+ 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."
290
+ msgstr "Når \"Kryss-relatèr poster og sider\" innstillingen er markert, så vil <code>related_posts()</code>, <code>related_pages()</code>, og <code>related_entries()</code> gi samme resultat, og vise både relaterte sider og poster."
291
+
292
+ #: options-meta-boxes.php:140
293
+ #@ yarpp
294
+ msgid "Show only previous posts?"
295
+ msgstr "Vis kun tidligere poster?"
296
+
297
+ #: yarpp_options.php:46
298
+ #, php-format
299
+ #@ yarpp
300
+ 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."
301
+ 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."
302
+
303
+ #: options-meta-boxes.php:212
304
+ #@ yarpp
305
+ msgid "Display options <small>for your website</small>"
306
+ msgstr "Vis innstillingene <small>for din hjemmeside</small>"
307
+
308
+ #: options-meta-boxes.php:157
309
+ #@ yarpp
310
+ msgid "Automatically display related posts?"
311
+ msgstr "Automatisk vis relaterte poster?"
312
+
313
+ #: options-meta-boxes.php:157
314
+ #@ yarpp
315
+ 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."
316
+ msgstr "Denne innstillingen automatisk viser poster rett etter innholdet ved enkelt sider. Dersom denne innstillingen er deaktivert, må du manuelt plassere <code>related_posts()</code> eller andre varianter (<code>related_pages()</code> og <code>related_entries()</code>) i filene til ditt tema."
317
+
318
+ #: options-meta-boxes.php:158
319
+ #@ yarpp
320
+ msgid "Website display code example"
321
+ msgstr "Eksempel av kodevisning på hjemmesiden"
322
+
323
+ #: options-meta-boxes.php:158
324
+ #: options-meta-boxes.php:221
325
+ #@ yarpp
326
+ msgid "(Update options to reload.)"
327
+ msgstr "(Oppdater innstillinger for å laste på nytt.)"
328
+
329
+ #: options-meta-boxes.php:160
330
+ #: options-meta-boxes.php:226
331
+ #@ yarpp
332
+ msgid "Maximum number of related posts:"
333
+ msgstr "Maksimalt antall relaterte poster:"
334
+
335
+ #: options-meta-boxes.php:161
336
+ #: options-meta-boxes.php:228
337
+ #@ yarpp
338
+ 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."
339
+ msgstr "Denne avanserte innstillingen gir deg full makt til å definere hvordan dine relaterte poster blir vist. Malene (plassert i din tema-mappe) er skrevet i PHP."
340
+
341
+ #: options-meta-boxes.php:175
342
+ #: options-meta-boxes.php:244
343
+ #@ yarpp
344
+ msgid "Before / after related entries:"
345
+ msgstr "Før / etter relatert innhold:"
346
+
347
+ #: options-meta-boxes.php:175
348
+ #: options-meta-boxes.php:176
349
+ #: options-meta-boxes.php:184
350
+ #: options-meta-boxes.php:244
351
+ #: options-meta-boxes.php:245
352
+ #: options-meta-boxes.php:250
353
+ #@ yarpp
354
+ msgid "For example:"
355
+ msgstr "For eksempel:"
356
+
357
+ #: options-meta-boxes.php:175
358
+ #: options-meta-boxes.php:176
359
+ #: options-meta-boxes.php:184
360
+ #: options-meta-boxes.php:244
361
+ #: options-meta-boxes.php:245
362
+ #: options-meta-boxes.php:250
363
+ #@ yarpp
364
+ msgid " or "
365
+ msgstr "eller"
366
+
367
+ #: options-meta-boxes.php:176
368
+ #: options-meta-boxes.php:245
369
+ #@ yarpp
370
+ msgid "Before / after each related entry:"
371
+ msgstr "Før / etter hvert relatert innhold:"
372
+
373
+ #: options-meta-boxes.php:178
374
+ #: options-meta-boxes.php:247
375
+ #@ yarpp
376
+ msgid "Show excerpt?"
377
+ msgstr "Vis utdrag?"
378
+
379
+ #: options-meta-boxes.php:179
380
+ #: options-meta-boxes.php:248
381
+ #@ yarpp
382
+ msgid "Excerpt length (No. of words):"
383
+ msgstr "Lengde på utdrag (antall ord):"
384
+
385
+ #: options-meta-boxes.php:183
386
+ #@ yarpp
387
+ msgid "Before / after (Excerpt):"
388
+ msgstr "Før / etter (utdrag):"
389
+
390
+ #: options-meta-boxes.php:189
391
+ #: options-meta-boxes.php:254
392
+ #@ yarpp
393
+ msgid "Order results:"
394
+ msgstr "Rydd opp resultater:"
395
+
396
+ #: options-meta-boxes.php:191
397
+ #: options-meta-boxes.php:256
398
+ #@ yarpp
399
+ msgid "score (high relevance to low)"
400
+ msgstr "poeng (høy relevans til lav)"
401
+
402
+ #: options-meta-boxes.php:192
403
+ #: options-meta-boxes.php:257
404
+ #@ yarpp
405
+ msgid "score (low relevance to high)"
406
+ msgstr "poeng (lav relevans til høy)"
407
+
408
+ #: options-meta-boxes.php:193
409
+ #: options-meta-boxes.php:258
410
+ #@ yarpp
411
+ msgid "date (new to old)"
412
+ msgstr "dato (ny til gammel)"
413
+
414
+ #: options-meta-boxes.php:194
415
+ #: options-meta-boxes.php:259
416
+ #@ yarpp
417
+ msgid "date (old to new)"
418
+ msgstr "dato (gammel til ny)"
419
+
420
+ #: options-meta-boxes.php:195
421
+ #: options-meta-boxes.php:260
422
+ #@ yarpp
423
+ msgid "title (alphabetical)"
424
+ msgstr "tittel (alfabetisk)"
425
+
426
+ #: options-meta-boxes.php:196
427
+ #: options-meta-boxes.php:261
428
+ #@ yarpp
429
+ msgid "title (reverse alphabetical)"
430
+ msgstr "tittel (omvendt alfabetisk)"
431
+
432
+ #: options-meta-boxes.php:201
433
+ #: options-meta-boxes.php:266
434
+ #@ yarpp
435
+ msgid "Default display if no results:"
436
+ msgstr "Standard visning ved ingen resultater:"
437
+
438
+ #: options-meta-boxes.php:205
439
+ #: options-meta-boxes.php:269
440
+ #, php-format
441
+ #@ yarpp
442
+ 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."
443
+ msgstr "Denne innstillingen vil legge til koden %s. Prøv å slå den på, oppdater innstillingene dine, og se koden i kode-eksempelet til høyre. Disse linkene og donasjonene blir satt stor pris på."
444
+
445
+ #: options-meta-boxes.php:276
446
+ #@ yarpp
447
+ msgid "Display options <small>for RSS</small>"
448
+ msgstr "Visning innstillinger <small>for RSS</small>"
449
+
450
+ #: options-meta-boxes.php:221
451
+ #@ yarpp
452
+ msgid "Display related posts in feeds?"
453
+ msgstr "Vis relaterte poster i feeds?"
454
+
455
+ #: options-meta-boxes.php:221
456
+ #@ yarpp
457
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
458
+ msgstr "Disse innstillingene viser relaterte poster ved slutten av hver enhet i dine RSS og Atom feeds. Krever ingen endringer på malen."
459
+
460
+ #: options-meta-boxes.php:223
461
+ #@ yarpp
462
+ msgid "Display related posts in the descriptions?"
463
+ msgstr "Vis relaterte poster i beskrivelsen?"
464
+
465
+ #: options-meta-boxes.php:223
466
+ #@ yarpp
467
+ 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."
468
+ msgstr "Denne innstillingen viser relaterte poster i RSS beskrivelse-feltet, ikke bare i selve innholdet. Dersom dine feeds er satt opp til å kun vise utdrag, men kun beskrivelses feltet blir brukt, så kreves denne innstillingen for noe som helst visning."
469
+
470
+ #: options-meta-boxes.php:221
471
+ #@ yarpp
472
+ msgid "RSS display code example"
473
+ msgstr "RSS visning kode-eksempel"
474
+
475
+ #: options-meta-boxes.php:228
476
+ #@ yarpp
477
+ msgid "NEW!"
478
+ msgstr "NY!"
479
+
480
+ #: options-meta-boxes.php:250
481
+ #@ yarpp
482
+ msgid "Before / after (excerpt):"
483
+ msgstr "Før / etter (utdrag):"
484
+
485
+ #: yarpp_options.php:279
486
+ #@ yarpp
487
+ msgid "Update options"
488
+ msgstr "Oppdater innstillinger"
489
+
490
+ #: yarpp_options.php:280
491
+ #@ yarpp
492
+ msgid "Do you really want to reset your configuration?"
493
+ msgstr "Vil du virkelig fjerne alle innstillingene?"
494
+
495
+ #: yarpp_options.php:280
496
+ #@ yarpp
497
+ msgid "Reset options"
498
+ msgstr "Fjern innstillinger"
499
+
500
+ #: template-builtin.php:35
501
+ #, php-format
502
+ #@ yarpp
503
+ 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."
504
+ msgstr "%f er YARPP resultat-terskel mellom det gjeldende og relaterte innholdet. Du ser denne poeng-summen fordi du er logget inn i WordPress som en administrator. Det blir ikke vist til vanlig besøkende."
505
+
506
+ #: template-metabox.php:12
507
+ #@ yarpp
508
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
509
+ msgstr "Dette er det relaterte innholdet for denne denne. Ved å oppdatere denne posten kan gi endringer til relaterte poster."
510
+
511
+ #: template-metabox.php:25
512
+ #@ yarpp
513
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
514
+ msgstr "Om alle disse relaterte poster faktisk blir vist, eller hvordan de blir vist, kommer an på dine YARPP visning innstillinger."
515
+
516
+ #: includes.php:385
517
+ #@ yarpp
518
+ msgid "Related entries may be displayed once you save your entry"
519
+ msgstr ""
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 ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-nl_NL.mo ADDED
Binary file
trunk/lang/yarpp-nl_NL.po ADDED
@@ -0,0 +1,536 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.5.2b3\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2012-08-24 10:22:57+0000\n"
7
+ "Last-Translator: admin <werf75@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: Dutch\n"
14
+ "X-Poedit-Country: NETHERLANDS\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: class-admin.php:55
23
+ #: class-widget.php:7
24
+ #: class-widget.php:59
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "Gerelateerde bijdragen (YARPP)"
28
+
29
+ #: class-admin.php:63
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Gerelateerde bijdragen"
33
+
34
+ #: class-cache.php:522
35
+ #@ yarpp
36
+ msgid "Example post "
37
+ msgstr "Voorbeeld bijdrage"
38
+
39
+ #: class-core.php:586
40
+ #: class-core.php:701
41
+ #: options-meta-boxes.php:229
42
+ #: options-meta-boxes.php:284
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
+ #: yarpp_options.php:46
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
+ #: yarpp_options.php:54
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
+ #: yarpp_options.php:56
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
+ #: yarpp_options.php:58
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
+ #: yarpp_options.php:61
72
+ #@ yarpp
73
+ msgid "Trust me. Let me use MyISAM features."
74
+ msgstr "Vertrouw me. Laat mij MyISAM mogelijkheden gebruiken."
75
+
76
+ #: yarpp_options.php:76
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
+ #: yarpp_options.php:78
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
+ #: yarpp_options.php:135
87
+ #@ yarpp
88
+ msgid "Options saved!"
89
+ msgstr "Instellingen opgeslagen!"
90
+
91
+ #: options-meta-boxes.php:47
92
+ #: options-meta-boxes.php:59
93
+ #@ yarpp
94
+ msgid "do not consider"
95
+ msgstr "overweeg niet"
96
+
97
+ #: options-meta-boxes.php:48
98
+ #: options-meta-boxes.php:60
99
+ #@ yarpp
100
+ msgid "consider"
101
+ msgstr "overweeg"
102
+
103
+ #: options-meta-boxes.php:50
104
+ #, php-format
105
+ #@ yarpp
106
+ msgid "require at least one %s in common"
107
+ msgstr "ten minste een % s overeenkomstig"
108
+
109
+ #: options-meta-boxes.php:51
110
+ #, php-format
111
+ #@ yarpp
112
+ msgid "require more than one %s in common"
113
+ msgstr "vereist meer dan een % s overeenkomstig"
114
+
115
+ #: options-meta-boxes.php:49
116
+ #: options-meta-boxes.php:61
117
+ #@ yarpp
118
+ msgid "consider with extra weight"
119
+ msgstr "overweeg met extra gewicht"
120
+
121
+ #: yarpp_options.php:141
122
+ #@ yarpp
123
+ msgid "Yet Another Related Posts Plugin Options"
124
+ msgstr "Yet Another Related Posts Plugin opties"
125
+
126
+ #: options-meta-boxes.php:147
127
+ #@ yarpp
128
+ msgid "\"The Pool\""
129
+ msgstr "\"Het zwembad\""
130
+
131
+ #: options-meta-boxes.php:109
132
+ #@ yarpp
133
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
134
+ msgstr "\"Het zwembad\" verwijst naar het bad met bijdragen en pagina's die kandidaat zijn voor het vertonen als gerelateerd."
135
+
136
+ #: options-meta-boxes.php:118
137
+ #@ yarpp
138
+ msgid "Show password protected posts?"
139
+ msgstr "Toon paswoordbeveiligde bijdragen?"
140
+
141
+ #: options-meta-boxes.php:170
142
+ #@ yarpp
143
+ msgid "Show only previous posts?"
144
+ msgstr "Toon alleen vorige bijdragen?"
145
+
146
+ #: options-meta-boxes.php:129
147
+ #@ yarpp
148
+ msgid "day(s)"
149
+ msgstr "dag (en)"
150
+
151
+ #: options-meta-boxes.php:130
152
+ #@ yarpp
153
+ msgid "week(s)"
154
+ msgstr "we(e)k(en)"
155
+
156
+ #: options-meta-boxes.php:131
157
+ #@ yarpp
158
+ msgid "month(s)"
159
+ msgstr "maand (en)"
160
+
161
+ #: options-meta-boxes.php:137
162
+ #@ yarpp
163
+ msgid "Show only posts from the past NUMBER UNITS"
164
+ msgstr "Toon alleen bijdragen van de afgelopen NUMBER UNITS"
165
+
166
+ #: options-meta-boxes.php:178
167
+ #@ yarpp
168
+ msgid "\"Relatedness\" options"
169
+ msgstr "\"Gerelateerdheid\" opties"
170
+
171
+ #: options-meta-boxes.php:17
172
+ #: options-meta-boxes.php:113
173
+ #: options-meta-boxes.php:153
174
+ #: options-meta-boxes.php:169
175
+ #: options-meta-boxes.php:187
176
+ #: options-meta-boxes.php:228
177
+ #: options-meta-boxes.php:245
178
+ #: options-meta-boxes.php:247
179
+ #: options-meta-boxes.php:283
180
+ #@ yarpp
181
+ msgid "more&gt;"
182
+ msgstr "meer&gt;"
183
+
184
+ #: options-meta-boxes.php:153
185
+ #@ yarpp
186
+ 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."
187
+ msgstr "Hoe hoger de overeenkomstdrempel hoe meer restricties en hoe minder gerelateerde bijdragen. De standaard overeenkomstdrempel is 5. Als je zoekt naar een goede drempel bekijk dan enkele gerelateerde bijdragen van de bijdragen en de scores. Je kunt zien wat voor soort gerelateerde er zijn opgepikt, wat de soort overeenkomst is en zo een juiste drempel instellen voor je website."
188
+
189
+ #: options-meta-boxes.php:159
190
+ #@ yarpp
191
+ msgid "Match threshold:"
192
+ msgstr "Overeenkomst-drempel:"
193
+
194
+ #: options-meta-boxes.php:160
195
+ #@ yarpp
196
+ msgid "Titles: "
197
+ msgstr "Titels: "
198
+
199
+ #: options-meta-boxes.php:162
200
+ #@ yarpp
201
+ msgid "Bodies: "
202
+ msgstr "Bijdragen: "
203
+
204
+ #: yarpp_options.php:38
205
+ #, php-format
206
+ #@ yarpp
207
+ 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."
208
+ 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."
209
+
210
+ #: options-meta-boxes.php:236
211
+ #@ yarpp
212
+ msgid "Display options <small>for your website</small>"
213
+ msgstr "Toon opties <small> voor je website </small>"
214
+
215
+ #: options-meta-boxes.php:187
216
+ #@ yarpp
217
+ msgid "Automatically display related posts?"
218
+ msgstr "Automatisch gerelateerde bijdragen tonen?"
219
+
220
+ #: options-meta-boxes.php:187
221
+ #@ yarpp
222
+ 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."
223
+ msgstr "Deze optie toont automatisch gerelateerde bijdragen meteen na de inhoud van een bijdrage op een enkele pagina. Als deze optie is uitgeschakeld zul je de voglende code handmatig in moeten voegen: <code>related_posts()</code> of variaties (<code>related_pages()</code> en <code>related_entries()</code>) in je themabestanden."
224
+
225
+ #: options-meta-boxes.php:188
226
+ #@ yarpp
227
+ msgid "Website display code example"
228
+ msgstr "Websitevertoning code voorbeeld"
229
+
230
+ #: options-meta-boxes.php:188
231
+ #: options-meta-boxes.php:245
232
+ #@ yarpp
233
+ msgid "(Update options to reload.)"
234
+ msgstr "(Bewaar opties om te herladen.)"
235
+
236
+ #: options-meta-boxes.php:190
237
+ #: options-meta-boxes.php:250
238
+ #@ yarpp
239
+ msgid "Maximum number of related posts:"
240
+ msgstr "Maximum aantal gerelateerde bijdragen:"
241
+
242
+ #: class-widget.php:75
243
+ #: options-meta-boxes.php:17
244
+ #@ yarpp
245
+ msgid "Display using a custom template file"
246
+ msgstr "Toon met een eigen sjabloonbestand"
247
+
248
+ #: options-meta-boxes.php:17
249
+ #@ yarpp
250
+ 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."
251
+ msgstr "Deze uitgebreide opties geeft je volledige kracht om te kiezen hoe de gerelateerde bijdragen getoond worden. Sjablonen (opgeslagen in de map van je thema) zijn geschreven in PHP."
252
+
253
+ #: class-widget.php:76
254
+ #: options-meta-boxes.php:196
255
+ #: options-meta-boxes.php:258
256
+ #@ yarpp
257
+ msgid "Template file:"
258
+ msgstr "Sjabloonbestand:"
259
+
260
+ #: options-meta-boxes.php:208
261
+ #: options-meta-boxes.php:271
262
+ #@ yarpp
263
+ msgid "Before / after related entries:"
264
+ msgstr "Voor / na gerelateerde bijdrages:"
265
+
266
+ #: options-meta-boxes.php:208
267
+ #: options-meta-boxes.php:209
268
+ #: options-meta-boxes.php:217
269
+ #: options-meta-boxes.php:271
270
+ #: options-meta-boxes.php:272
271
+ #: options-meta-boxes.php:277
272
+ #@ yarpp
273
+ msgid "For example:"
274
+ msgstr "Bijvoorbeeld:"
275
+
276
+ #: options-meta-boxes.php:209
277
+ #: options-meta-boxes.php:272
278
+ #@ yarpp
279
+ msgid "Before / after each related entry:"
280
+ msgstr "Voor / na elke gerelateerde bijdrage:"
281
+
282
+ #: options-meta-boxes.php:211
283
+ #: options-meta-boxes.php:274
284
+ #@ yarpp
285
+ msgid "Show excerpt?"
286
+ msgstr "Toon uittreksel?"
287
+
288
+ #: options-meta-boxes.php:212
289
+ #: options-meta-boxes.php:275
290
+ #@ yarpp
291
+ msgid "Excerpt length (No. of words):"
292
+ msgstr "Lengte uittreksel (aantal woorden):"
293
+
294
+ #: options-meta-boxes.php:216
295
+ #@ yarpp
296
+ msgid "Before / after (Excerpt):"
297
+ msgstr "Voor / na (uittreksel):"
298
+
299
+ #: options-meta-boxes.php:68
300
+ #@ yarpp
301
+ msgid "Order results:"
302
+ msgstr "Sorteer resultaten:"
303
+
304
+ #: options-meta-boxes.php:71
305
+ #@ yarpp
306
+ msgid "score (high relevance to low)"
307
+ msgstr "Waardering (hoge naar lage relevantie)"
308
+
309
+ #: options-meta-boxes.php:72
310
+ #@ yarpp
311
+ msgid "score (low relevance to high)"
312
+ msgstr "Waardering (lage naar hoge relevantie)"
313
+
314
+ #: options-meta-boxes.php:73
315
+ #@ yarpp
316
+ msgid "date (new to old)"
317
+ msgstr "datum (nieuw naar oud)"
318
+
319
+ #: options-meta-boxes.php:74
320
+ #@ yarpp
321
+ msgid "date (old to new)"
322
+ msgstr "datum (oud naar nieuw)"
323
+
324
+ #: options-meta-boxes.php:75
325
+ #@ yarpp
326
+ msgid "title (alphabetical)"
327
+ msgstr "titel (alfabetisch)"
328
+
329
+ #: options-meta-boxes.php:76
330
+ #@ yarpp
331
+ msgid "title (reverse alphabetical)"
332
+ msgstr "titel (omgekeerd alfabetisch)"
333
+
334
+ #: options-meta-boxes.php:224
335
+ #: options-meta-boxes.php:281
336
+ #@ yarpp
337
+ msgid "Default display if no results:"
338
+ msgstr "Standaard tonen indien geen resultaten:"
339
+
340
+ #: class-widget.php:98
341
+ #: options-meta-boxes.php:227
342
+ #: options-meta-boxes.php:283
343
+ #@ yarpp
344
+ msgid "Help promote Yet Another Related Posts Plugin?"
345
+ msgstr "Help Yet Another Related Posts Plugin promoten?"
346
+
347
+ #: options-meta-boxes.php:229
348
+ #: options-meta-boxes.php:284
349
+ #, php-format
350
+ #@ yarpp
351
+ 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."
352
+ msgstr "Deze optie voegt de code %s toe. Probeer het aan te zetten, je opties bij te werken en zie de code in het codevoorbeeld rechts. Deze links en donaties worden gewaardeerd."
353
+
354
+ #: options-meta-boxes.php:291
355
+ #@ yarpp
356
+ msgid "Display options <small>for RSS</small>"
357
+ msgstr "Vertoningsopties <small>voor RSS</small>"
358
+
359
+ #: options-meta-boxes.php:245
360
+ #@ yarpp
361
+ msgid "Display related posts in feeds?"
362
+ msgstr "Toon gerelateerde bijdragen in feeds?"
363
+
364
+ #: options-meta-boxes.php:245
365
+ #@ yarpp
366
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
367
+ msgstr "Deze optie toont gerelateerde bijdragen aan het einde van ieder item in je RSS en ATOM feeds. Sjabloonwijzigingen niet nodig."
368
+
369
+ #: options-meta-boxes.php:247
370
+ #@ yarpp
371
+ msgid "Display related posts in the descriptions?"
372
+ msgstr "Toon gerelateerde bijdragen in de omschrijving?"
373
+
374
+ #: options-meta-boxes.php:247
375
+ #@ yarpp
376
+ 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."
377
+ msgstr "Deze optie toont de gerelateerde bijdragen in de RSS beschrijving, niet alleen de inhoud. Als je feed is ingesteld om alleen uittreksels te tonen, hoe dan ook, alleen het omschrijvingsveld wordt gebruikt, dus deze optie is vereist voor iedere vertoning."
378
+
379
+ #: options-meta-boxes.php:245
380
+ #@ yarpp
381
+ msgid "RSS display code example"
382
+ msgstr "Voorbeeld RSS-vertoningscode "
383
+
384
+ #: options-meta-boxes.php:277
385
+ #@ yarpp
386
+ msgid "Before / after (excerpt):"
387
+ msgstr "Voor / na (uittreksel):"
388
+
389
+ #: template-builtin.php:21
390
+ #, php-format
391
+ #@ yarpp
392
+ 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."
393
+ msgstr "%f is de YARPP overeenkomst tussen de huidige bijdrage en de gerelateerde bijdrage. Je ziet deze resultaten omdat je ingelogd bent in WordPress als Administrator. Dit wordt niet getoond aan normale bezoekers."
394
+
395
+ #: template-metabox.php:12
396
+ #@ yarpp
397
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
398
+ msgstr "Er zijn gerelateerde bijdragen voor deze bijdrage. Het bijwerken van deze bijdrage kan de gerelateerde bijdragen veranderen."
399
+
400
+ #: template-metabox.php:28
401
+ #@ yarpp
402
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
403
+ msgstr "Of al deze gelateerde bijdragen getoond worden op de manier zoals je ze getoond wilt hebben hangt af van je YARPP instellingen."
404
+
405
+ #: class-core.php:73
406
+ #: class-core.php:83
407
+ #: class-core.php:273
408
+ #: class-core.php:284
409
+ #: template-metabox.php:30
410
+ #: template-widget.php:13
411
+ #@ yarpp
412
+ msgid "No related posts."
413
+ msgstr "Geen gerelateerde bijdragen."
414
+
415
+ #: class-core.php:71
416
+ #: class-core.php:81
417
+ #: class-core.php:271
418
+ #: class-core.php:282
419
+ #@ yarpp
420
+ msgid "Related posts:"
421
+ msgstr "Gerelateerde bijdragen"
422
+
423
+ #: options-meta-boxes.php:208
424
+ #: options-meta-boxes.php:209
425
+ #: options-meta-boxes.php:217
426
+ #: options-meta-boxes.php:271
427
+ #: options-meta-boxes.php:272
428
+ #: options-meta-boxes.php:277
429
+ #@ yarpp
430
+ msgid " or "
431
+ msgstr "of "
432
+
433
+ #: class-admin.php:136
434
+ #@ default
435
+ msgid "Settings"
436
+ msgstr ""
437
+
438
+ #: class-widget.php:69
439
+ #@ default
440
+ msgid "Title:"
441
+ msgstr ""
442
+
443
+ #: class-admin.php:162
444
+ #@ yarpp
445
+ msgid "Related entries may be displayed once you save your entry"
446
+ msgstr ""
447
+
448
+ #: options-meta-boxes.php:153
449
+ #@ yarpp
450
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
451
+ msgstr ""
452
+
453
+ #: options-meta-boxes.php:298
454
+ #@ yarpp
455
+ msgid "YARPP Forum"
456
+ msgstr ""
457
+
458
+ #: options-meta-boxes.php:299
459
+ #@ yarpp
460
+ msgid "YARPP on Twitter"
461
+ msgstr ""
462
+
463
+ #: options-meta-boxes.php:300
464
+ #@ yarpp
465
+ msgid "YARPP on the Web"
466
+ msgstr ""
467
+
468
+ #: options-meta-boxes.php:337
469
+ #@ yarpp
470
+ msgid "Contact YARPP"
471
+ msgstr ""
472
+
473
+ #: yarpp_options.php:34
474
+ #, php-format
475
+ #@ default
476
+ 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>."
477
+ msgstr ""
478
+
479
+ #: yarpp_options.php:79
480
+ #, php-format
481
+ #@ yarpp
482
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
483
+ msgstr ""
484
+
485
+ #: yarpp_options.php:149
486
+ #, php-format
487
+ #@ yarpp
488
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
489
+ msgstr ""
490
+
491
+ #: class-admin.php:63
492
+ #@ default
493
+ msgid "Configure"
494
+ msgstr ""
495
+
496
+ #: class-admin.php:89
497
+ #@ yarpp
498
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
499
+ msgstr ""
500
+
501
+ #: class-admin.php:90
502
+ #@ yarpp
503
+ msgid "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
504
+ msgstr ""
505
+
506
+ #: options-meta-boxes.php:113
507
+ #@ yarpp
508
+ msgid "Post types considered:"
509
+ msgstr ""
510
+
511
+ #: options-meta-boxes.php:116
512
+ #, php-format
513
+ #@ yarpp
514
+ msgid "Disallow by %s:"
515
+ msgstr ""
516
+
517
+ #: options-meta-boxes.php:169
518
+ #@ yarpp
519
+ msgid "Display results from all post types"
520
+ msgstr ""
521
+
522
+ #: options-meta-boxes.php:169
523
+ #@ yarpp
524
+ msgid "When \"display results from all post types\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc."
525
+ msgstr ""
526
+
527
+ #: options-meta-boxes.php:301
528
+ #@ yarpp
529
+ msgid "Rate YARPP on WordPress.org"
530
+ msgstr ""
531
+
532
+ #: yarpp_options.php:178
533
+ #@ default
534
+ msgid "Save Changes"
535
+ msgstr ""
536
+
trunk/lang/yarpp-pl_PL.mo ADDED
Binary file
trunk/lang/yarpp-pl_PL.po ADDED
@@ -0,0 +1,737 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YARPP_PL\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-12-11 10:22+0100\n"
6
+ "PO-Revision-Date: 2012-12-11 10:23+0100\n"
7
+ "Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
8
+ "Language-Team: Digital Factory <info@digitalfactory.pl>\n"
9
+ "Language: pl_PL\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_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-Generator: Poedit 1.5.4\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ # @ yarpp
23
+ #: ../class-admin.php:90 ../class-widget.php:7 ../class-widget.php:72
24
+ msgid "Related Posts (YARPP)"
25
+ msgstr "Powiązane wpisy"
26
+
27
+ # @ yarpp
28
+ #: ../class-admin.php:96
29
+ msgid "Related Posts"
30
+ msgstr "Powiązane wpisy"
31
+
32
+ #: ../class-admin.php:96
33
+ msgid "Configure"
34
+ msgstr "Konfiguruj"
35
+
36
+ #: ../class-admin.php:114 ../class-admin.php:143
37
+ msgid "Frequently Asked Questions"
38
+ msgstr "Często zadawane pytania"
39
+
40
+ #: ../class-admin.php:119 ../class-admin.php:155
41
+ msgid "Developing with YARPP"
42
+ msgstr "Programowanie z YARPP"
43
+
44
+ #: ../class-admin.php:124
45
+ msgid "Optional Data Collection"
46
+ msgstr "Szybkie zbieranie danych"
47
+
48
+ #: ../class-admin.php:160
49
+ #, php-format
50
+ msgid ""
51
+ "With your permission, YARPP will send information about YARPP's settings, "
52
+ "usage, and environment back to a central server at %s."
53
+ msgstr ""
54
+ "Za Twoją zgodą, wtyczka YARPP będzię wysyłać informacje o swoich "
55
+ "ustawieniach, sposobie użycia i środowisku w którym pracuje do centralnego "
56
+ "serwera zlokalizowanego w %s."
57
+
58
+ #: ../class-admin.php:161
59
+ msgid ""
60
+ "This information will be used to improve YARPP in the future and help decide "
61
+ "future development decisions for YARPP."
62
+ msgstr ""
63
+ "Informacje te będą wykorzystywane do usprawniania YARPP w przyszłości i "
64
+ "pomoże w podejmowaniu decyzji o kierunkach jej rozwoju."
65
+
66
+ #: ../class-admin.php:162
67
+ msgid ""
68
+ "Contributing this data will help make YARPP better for you and for other "
69
+ "YARPP users."
70
+ msgstr ""
71
+ "Przesyłanie tych danych pomoże zarówno Tobie, jak i innym osobom, które z "
72
+ "YARPP korzystają."
73
+
74
+ #: ../class-admin.php:170
75
+ msgid "If you opt-in, the following information is sent back to YARPP:"
76
+ msgstr "Jeśli potwierdzisz, następujące dane będą przesyłane do YARPP:"
77
+
78
+ #: ../class-admin.php:172
79
+ msgid ""
80
+ "In addition, YARPP also loads an invisible pixel image with your YARPP "
81
+ "results to know how often YARPP is being used."
82
+ msgstr ""
83
+ "Dodatkowo, wtyczka YARPP wczytuje także niewidoczy obrazek z wynikami "
84
+ "powiązanych wpisów, aby zorientować się jak często jest wykorzystywana."
85
+
86
+ #: ../class-admin.php:176 ../options-meta-boxes.php:424
87
+ msgid "Send settings and usage data back to YARPP"
88
+ msgstr "Wyślij ustawienia i dane o wykorzystaniu z powrotem do YARPP"
89
+
90
+ #: ../class-admin.php:176
91
+ msgid "Thank you!"
92
+ msgstr "Dziękujemy!"
93
+
94
+ #: ../class-admin.php:205
95
+ msgid ""
96
+ "<strong>Help make YARPP better</strong> by sending information about YARPP's "
97
+ "settings and usage statistics."
98
+ msgstr ""
99
+ "<strong>Pomóż usprawnić wtyczkę YARPP</strong> przesyłając informacje o jej "
100
+ "ustawieniach i sposobach wykorzystania."
101
+
102
+ #: ../class-admin.php:209 ../options-meta-boxes.php:428
103
+ msgid "Learn More"
104
+ msgstr "Dowiedz się więcej"
105
+
106
+ #: ../class-admin.php:252
107
+ msgid "Show example code output"
108
+ msgstr "Pokaż przykładowy kod"
109
+
110
+ # @ yarpp
111
+ #: ../class-admin.php:279
112
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
113
+ msgstr "Dziękujemy za zainstalowanie wtyczki<span>Powiązane wpisy</span>!"
114
+
115
+ #: ../class-admin.php:280
116
+ msgid ""
117
+ "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
118
+ msgstr ""
119
+ "Nie zapomnij odwiedzić <a>strony ustawień Powiązanych wpisów</a> aby je "
120
+ "skonfigurować."
121
+
122
+ # @ yarpp
123
+ #: ../class-admin.php:326
124
+ msgid "Settings"
125
+ msgstr "Ustawienia"
126
+
127
+ # @ yarpp
128
+ #: ../class-admin.php:352
129
+ msgid "Related entries may be displayed once you save your entry"
130
+ msgstr "Powiązane wpisy pojawią się, kiedy zapiszesz swój wpis"
131
+
132
+ # @ yarpp
133
+ #: ../class-cache.php:530
134
+ msgid "Example post "
135
+ msgstr "Przykładowy wpis"
136
+
137
+ # @ yarpp
138
+ #: ../class-core.php:80 ../class-core.php:90 ../class-core.php:117
139
+ #: ../class-core.php:119 ../class-core.php:378 ../class-core.php:389
140
+ #: ../class-core.php:686
141
+ msgid "Related posts:"
142
+ msgstr "Powiązane wpisy:"
143
+
144
+ # @ yarpp
145
+ #: ../class-core.php:82 ../class-core.php:92 ../class-core.php:380
146
+ #: ../class-core.php:391 ../template-metabox.php:30 ../template-widget.php:13
147
+ msgid "No related posts."
148
+ msgstr "Brak powiązanych wpisów."
149
+
150
+ # @ yarpp
151
+ #: ../class-core.php:839 ../class-core.php:982 ../options-meta-boxes.php:295
152
+ #: ../options-meta-boxes.php:356
153
+ #, php-format
154
+ msgid ""
155
+ "Related posts brought to you by <a href='%s'>Yet Another Related Posts "
156
+ "Plugin</a>."
157
+ msgstr ""
158
+ "Powiązane wpisy wygenerowane przez <a href='%s'>wtyczkę Yet Another Related "
159
+ "Posts</a>."
160
+
161
+ #: ../class-widget.php:92 ../options-meta-boxes.php:35
162
+ msgid "List"
163
+ msgstr "Lista"
164
+
165
+ #: ../class-widget.php:94 ../options-meta-boxes.php:45
166
+ msgid "Thumbnails"
167
+ msgstr "Miniatury"
168
+
169
+ #: ../class-widget.php:96 ../options-meta-boxes.php:59
170
+ msgid "Custom"
171
+ msgstr "Własny"
172
+
173
+ # @ default
174
+ #: ../class-widget.php:99
175
+ msgid "Title:"
176
+ msgstr "Tytuł:"
177
+
178
+ # @ yarpp
179
+ #: ../class-widget.php:101 ../options-meta-boxes.php:70
180
+ msgid "Template file:"
181
+ msgstr "Plik szablonu:"
182
+
183
+ # @ yarpp
184
+ #: ../class-widget.php:119 ../options-meta-boxes.php:294
185
+ #: ../options-meta-boxes.php:356
186
+ msgid "Help promote Yet Another Related Posts Plugin?"
187
+ msgstr "Chcesz pomóc promować YARPP?"
188
+
189
+ # @ yarpp
190
+ #: ../options-meta-boxes.php:7
191
+ msgid ""
192
+ "This advanced option gives you full power to customize how your related "
193
+ "posts are displayed. Templates (stored in your theme folder) are written in "
194
+ "PHP."
195
+ msgstr ""
196
+ "Te zaawansowane opcje dają Ci możliwość całkowitego dostosowania "
197
+ "wyświetlania powiązanych wpisów. Szablony (znajdujące sie w katalogu motywu "
198
+ "graficznego) są napisane w PHP."
199
+
200
+ #: ../options-meta-boxes.php:44
201
+ msgid ""
202
+ "This option is disabled because your theme does not support post thumbnails."
203
+ msgstr ""
204
+ "Ta opcja jest wyłączona ponieważ Twój motyw nie wspiera miniatur wpisów."
205
+
206
+ #: ../options-meta-boxes.php:54
207
+ msgid ""
208
+ "This option is disabled because no YARPP templates were found in your theme."
209
+ msgstr ""
210
+ "Ta opcja jest wyłączona ponieważ w Twoim motywie nie znaleziono szablonów "
211
+ "YARPP."
212
+
213
+ #: ../options-meta-boxes.php:56
214
+ msgid ""
215
+ "Would you like to copy some sample templates bundled with YARPP into your "
216
+ "theme?"
217
+ msgstr ""
218
+ "Chciałbyś skopiować do swojego motywu niektóre przykładowe szablony "
219
+ "dostarczone wraz z YARPP?"
220
+
221
+ #: ../options-meta-boxes.php:56
222
+ msgid "Copy Templates"
223
+ msgstr "Kopiuj szablony"
224
+
225
+ #: ../options-meta-boxes.php:79
226
+ msgid "Author:"
227
+ msgstr "Autor:"
228
+
229
+ # @ yarpp
230
+ #: ../options-meta-boxes.php:105 ../options-meta-boxes.php:123
231
+ msgid "do not consider"
232
+ msgstr "nie uwzględniaj"
233
+
234
+ # @ yarpp
235
+ #: ../options-meta-boxes.php:106 ../options-meta-boxes.php:124
236
+ msgid "consider"
237
+ msgstr "uwzględniaj"
238
+
239
+ # @ yarpp
240
+ #: ../options-meta-boxes.php:107 ../options-meta-boxes.php:125
241
+ msgid "consider with extra weight"
242
+ msgstr "uwzględniaj z większa wagą"
243
+
244
+ # @ yarpp
245
+ #: ../options-meta-boxes.php:108
246
+ #, php-format
247
+ msgid "require at least one %s in common"
248
+ msgstr "wymagaj przynajmniej jeden %s wspólną"
249
+
250
+ # @ yarpp
251
+ #: ../options-meta-boxes.php:109
252
+ #, php-format
253
+ msgid "require more than one %s in common"
254
+ msgstr "wymagaj więcej niż jeden %s wspólne"
255
+
256
+ # @ yarpp
257
+ #: ../options-meta-boxes.php:131
258
+ msgid "Order results:"
259
+ msgstr "Kolejność wyświetlania:"
260
+
261
+ # @ yarpp
262
+ #: ../options-meta-boxes.php:135
263
+ msgid "score (high relevance to low)"
264
+ msgstr "podobieństwo (najwyższe najpierw)"
265
+
266
+ # @ yarpp
267
+ #: ../options-meta-boxes.php:136
268
+ msgid "score (low relevance to high)"
269
+ msgstr "podobnieństwo (najniższe najpierw)"
270
+
271
+ # @ yarpp
272
+ #: ../options-meta-boxes.php:137
273
+ msgid "date (new to old)"
274
+ msgstr "data (najnowsze najpierw)"
275
+
276
+ # @ yarpp
277
+ #: ../options-meta-boxes.php:138
278
+ msgid "date (old to new)"
279
+ msgstr "data (najstarsze najpierw)"
280
+
281
+ # @ yarpp
282
+ #: ../options-meta-boxes.php:139
283
+ msgid "title (alphabetical)"
284
+ msgstr "tytuł (A-Z)"
285
+
286
+ # @ yarpp
287
+ #: ../options-meta-boxes.php:140
288
+ msgid "title (reverse alphabetical)"
289
+ msgstr "tytuł (Z-A)"
290
+
291
+ # @ yarpp
292
+ #: ../options-meta-boxes.php:170
293
+ msgid ""
294
+ "\"The Pool\" refers to the pool of posts and pages that are candidates for "
295
+ "display as related to the current entry."
296
+ msgstr ""
297
+ "\"Pula\" to zbiór tych wpisów i stron, które mają być uwzględniane przy "
298
+ "wyświetlaniu powiązanych linków."
299
+
300
+ # @ yarpp
301
+ #: ../options-meta-boxes.php:173
302
+ msgid "Post types considered:"
303
+ msgstr "Uwzględniane typy wpisów:"
304
+
305
+ # @ yarpp
306
+ #: ../options-meta-boxes.php:177
307
+ #, php-format
308
+ msgid "Disallow by %s:"
309
+ msgstr "Wyklucz wg %s:"
310
+
311
+ # @ yarpp
312
+ #: ../options-meta-boxes.php:179
313
+ msgid "Show password protected posts?"
314
+ msgstr "Pokazywać wpisy chronione hasłem?"
315
+
316
+ # @ yarpp
317
+ #: ../options-meta-boxes.php:190
318
+ msgid "day(s)"
319
+ msgstr "dni"
320
+
321
+ # @ yarpp
322
+ #: ../options-meta-boxes.php:191
323
+ msgid "week(s)"
324
+ msgstr "tygodni"
325
+
326
+ # @ yarpp
327
+ #: ../options-meta-boxes.php:192
328
+ msgid "month(s)"
329
+ msgstr "miesięcy"
330
+
331
+ # @ yarpp
332
+ #: ../options-meta-boxes.php:198
333
+ msgid "Show only posts from the past NUMBER UNITS"
334
+ msgstr "Tylko wpisy z ostatnich NUMBER UNITS"
335
+
336
+ # @ yarpp
337
+ #: ../options-meta-boxes.php:204
338
+ msgid "\"The Pool\""
339
+ msgstr "\"Pula\""
340
+
341
+ # @ yarpp
342
+ #: ../options-meta-boxes.php:210
343
+ msgid ""
344
+ "YARPP limits the related posts list by (1) a maximum number and (2) a "
345
+ "<em>match threshold</em>."
346
+ msgstr ""
347
+ "YARRP limituje ilość wyświetlanych wpisów do (1) maksymalnej zdefiniowanej "
348
+ "liczby, (2) limitu podobieństwa."
349
+
350
+ # @ yarpp
351
+ #: ../options-meta-boxes.php:210
352
+ msgid ""
353
+ "The higher the match threshold, the more restrictive, and you get less "
354
+ "related posts overall. The default match threshold is 5. If you want to find "
355
+ "an appropriate match threshhold, take a look at some post's related posts "
356
+ "display and their scores. You can see what kinds of related posts are being "
357
+ "picked up and with what kind of match scores, and determine an appropriate "
358
+ "threshold for your site."
359
+ msgstr ""
360
+ "Im wyższy minimalny próg powiązania, tym większe ograniczenia i tym samym "
361
+ "mniej podobnych wpisów. Domyślnym progiem jest 5. Jeśli chcesz dostosować "
362
+ "swoje minimum, zobacz kilka swoich artykułów i wyniki powiązanych do nich "
363
+ "wpisów. Możesz zobaczyć, które wpisy są wybierane jako powiązane i z jakim "
364
+ "wynikiem. Jeśli nie podobają Ci się rezultaty - poeksperymentuj z "
365
+ "ustawieniami i minimalnym progiem."
366
+
367
+ # @ yarpp
368
+ #: ../options-meta-boxes.php:213
369
+ msgid "Match threshold:"
370
+ msgstr "Wymagane podobieństwo:"
371
+
372
+ # @ yarpp
373
+ #: ../options-meta-boxes.php:214
374
+ msgid "Titles: "
375
+ msgstr "Tytuły:"
376
+
377
+ # @ yarpp
378
+ #: ../options-meta-boxes.php:215
379
+ msgid "Bodies: "
380
+ msgstr "Treść główna:"
381
+
382
+ # @ yarpp
383
+ #: ../options-meta-boxes.php:221
384
+ msgid "Display results from all post types"
385
+ msgstr "Wyświetlaj wyniki z wszystkich typów wpisów"
386
+
387
+ #: ../options-meta-boxes.php:221
388
+ msgid ""
389
+ "When \"display results from all post types\" is off, only posts will be "
390
+ "displayed as related to a post, only pages will be displayed as related to a "
391
+ "page, etc."
392
+ msgstr ""
393
+ " Jeśli opcja \"Wyświetlaj wyniki z wszystkich typów wpisów\" jest "
394
+ "wyłączona, wpisy będą powiązane tylko z wpisami, strony tylko ze stronami, "
395
+ "itd."
396
+
397
+ # @ yarpp
398
+ #: ../options-meta-boxes.php:222
399
+ msgid "Show only previous posts?"
400
+ msgstr "Pokazywać tylko wcześniejsze wpisy?"
401
+
402
+ # @ yarpp
403
+ #: ../options-meta-boxes.php:226
404
+ msgid "\"Relatedness\" options"
405
+ msgstr "Opcje \"powiązań\""
406
+
407
+ # @ yarpp
408
+ #: ../options-meta-boxes.php:236
409
+ msgid "Website display code example"
410
+ msgstr "Przykładowy kod wyświetlany na stronie"
411
+
412
+ # @ yarpp
413
+ #: ../options-meta-boxes.php:236 ../options-meta-boxes.php:309
414
+ msgid "(Update options to reload.)"
415
+ msgstr "Zmień opcje a zobaczysz wynik."
416
+
417
+ # @ yarpp
418
+ #: ../options-meta-boxes.php:239
419
+ msgid "Automatically display:"
420
+ msgstr "Automatycznie wyświetlaj:"
421
+
422
+ # @ yarpp
423
+ #: ../options-meta-boxes.php:240
424
+ msgid ""
425
+ "This option automatically displays related posts right after the content on "
426
+ "single entry pages. If this option is off, you will need to manually insert "
427
+ "<code>related_posts()</code> or variants (<code>related_pages()</code> and "
428
+ "<code>related_entries()</code>) into your theme files."
429
+ msgstr ""
430
+ "Po włączeniu tej opcji, powiązane wpisy pokażą się automatycznie na stronie "
431
+ "pojedyńczego wpisu zaraz za jego treścią. Jeśli ta opcja jest wyłączona, "
432
+ "musisz samodzielnie dodać kod: <code>related_posts()</code> lub jego "
433
+ "warianty (<code>related_pages()</code> i <code>related_entries()</code>) do "
434
+ "plików szablonu graficznego."
435
+
436
+ #: ../options-meta-boxes.php:250
437
+ msgid "Also display in archives"
438
+ msgstr "Wyświetl także w archiwach"
439
+
440
+ # @ yarpp
441
+ #: ../options-meta-boxes.php:252 ../options-meta-boxes.php:314
442
+ msgid "Maximum number of related posts:"
443
+ msgstr "Maksymalna liczba powiązanych wpisów:"
444
+
445
+ #: ../options-meta-boxes.php:272 ../options-meta-boxes.php:334
446
+ msgid "Heading:"
447
+ msgstr "Nagłówek:"
448
+
449
+ #: ../options-meta-boxes.php:273 ../options-meta-boxes.php:335
450
+ msgid "Default image (URL):"
451
+ msgstr "Domyślny obrazek (URL):"
452
+
453
+ # @ yarpp
454
+ #: ../options-meta-boxes.php:274 ../options-meta-boxes.php:289
455
+ #: ../options-meta-boxes.php:336 ../options-meta-boxes.php:351
456
+ msgid "Default display if no results:"
457
+ msgstr "Wyświetlany kod przy braku wyników:"
458
+
459
+ # @ yarpp
460
+ #: ../options-meta-boxes.php:281 ../options-meta-boxes.php:343
461
+ msgid "Before / after related entries:"
462
+ msgstr "Kod przed / po powiązanych wpisach:"
463
+
464
+ # @ yarpp
465
+ #: ../options-meta-boxes.php:281 ../options-meta-boxes.php:282
466
+ #: ../options-meta-boxes.php:287 ../options-meta-boxes.php:343
467
+ #: ../options-meta-boxes.php:344 ../options-meta-boxes.php:349
468
+ msgid "For example:"
469
+ msgstr "Na przykład:"
470
+
471
+ # @ yarpp
472
+ #: ../options-meta-boxes.php:281 ../options-meta-boxes.php:282
473
+ #: ../options-meta-boxes.php:287 ../options-meta-boxes.php:343
474
+ #: ../options-meta-boxes.php:344 ../options-meta-boxes.php:349
475
+ msgid " or "
476
+ msgstr " lub "
477
+
478
+ # @ yarpp
479
+ #: ../options-meta-boxes.php:282 ../options-meta-boxes.php:344
480
+ msgid "Before / after each related entry:"
481
+ msgstr "Kod przed / po poszczególnych linkach:"
482
+
483
+ # @ yarpp
484
+ #: ../options-meta-boxes.php:284 ../options-meta-boxes.php:346
485
+ msgid "Show excerpt?"
486
+ msgstr "Pokazywać fragment wpisu?"
487
+
488
+ # @ yarpp
489
+ #: ../options-meta-boxes.php:285 ../options-meta-boxes.php:347
490
+ msgid "Excerpt length (No. of words):"
491
+ msgstr "Długość fragmentu (liczba słów):"
492
+
493
+ # @ yarpp
494
+ #: ../options-meta-boxes.php:287 ../options-meta-boxes.php:349
495
+ msgid "Before / after (excerpt):"
496
+ msgstr "Kod przed / po fragmencie wpisu:"
497
+
498
+ # @ yarpp
499
+ #: ../options-meta-boxes.php:295 ../options-meta-boxes.php:356
500
+ #, php-format
501
+ msgid ""
502
+ "This option will add the code %s. Try turning it on, updating your options, "
503
+ "and see the code in the code example to the right. These links and donations "
504
+ "are greatly appreciated."
505
+ msgstr ""
506
+ "Ta opcja doda kod: %s. Po włączeniu i zapisaniu opcji zobaczysz w okienku po "
507
+ "prawej, jak wygląda przykładowy wygenerowany kod. Bardzo serdecznie dziękuję "
508
+ "za te linki oraz dotacje."
509
+
510
+ # @ yarpp
511
+ #: ../options-meta-boxes.php:299
512
+ msgid "Display options <small>for your website</small>"
513
+ msgstr "Opcje wyświetlania <small>dla Twojej strony</small>"
514
+
515
+ # @ yarpp
516
+ #: ../options-meta-boxes.php:309
517
+ msgid "RSS display code example"
518
+ msgstr "Przykładowy kod wyświetlania w RSS"
519
+
520
+ # @ yarpp
521
+ #: ../options-meta-boxes.php:311
522
+ msgid "Display related posts in feeds?"
523
+ msgstr "Wyświetlać powiązane wpisy w kanałach RSS?"
524
+
525
+ # @ yarpp
526
+ #: ../options-meta-boxes.php:311
527
+ msgid ""
528
+ "This option displays related posts at the end of each item in your RSS and "
529
+ "Atom feeds. No template changes are needed."
530
+ msgstr ""
531
+ "Te opcje zmieniają sposób wyświetlania powiązanych wpisów a kanałach RSS i "
532
+ "Atom. Żadne zmiany szablonu nie są wymagane."
533
+
534
+ # @ yarpp
535
+ #: ../options-meta-boxes.php:312
536
+ msgid "Display related posts in the descriptions?"
537
+ msgstr "Wyświetlać powiązane wpisy w opisach?"
538
+
539
+ # @ yarpp
540
+ #: ../options-meta-boxes.php:312
541
+ msgid ""
542
+ "This option displays the related posts in the RSS description fields, not "
543
+ "just the content. If your feeds are set up to only display excerpts, "
544
+ "however, only the description field is used, so this option is required for "
545
+ "any display at all."
546
+ msgstr ""
547
+ "Po włączeniu tej opcji, powiązane wpisy pojawią się w opisie kanału RSS, nie "
548
+ "tylko w treści. Jeśli w RSS wyświetlasz wyłącznie fragmenty wpisów, używane "
549
+ "jest tylko pole opisu, a zatem ta opcja musi być włączona, aby powiązane "
550
+ "wpisy byłby w ogóle pokazywane."
551
+
552
+ # @ yarpp
553
+ #: ../options-meta-boxes.php:360
554
+ msgid "Display options <small>for RSS</small>"
555
+ msgstr "Włącz opcje dla <small>kanału RSS</small>"
556
+
557
+ # @ yarpp
558
+ #: ../options-meta-boxes.php:368
559
+ msgid "YARPP Forum"
560
+ msgstr "Forum YARPP"
561
+
562
+ # @ yarpp
563
+ #: ../options-meta-boxes.php:369
564
+ msgid "YARPP on Twitter"
565
+ msgstr "YARRP na Twitterze"
566
+
567
+ # @ yarpp
568
+ #: ../options-meta-boxes.php:370
569
+ msgid "YARPP on the Web"
570
+ msgstr "YARPP w Sieci"
571
+
572
+ #: ../options-meta-boxes.php:371
573
+ msgid "Review YARPP on WordPress.org"
574
+ msgstr "Oceń YARPP na WordPress.org"
575
+
576
+ #: ../options-meta-boxes.php:405
577
+ msgid "Help Improve YARPP"
578
+ msgstr "Pomóż ulepszać YARPP"
579
+
580
+ #: ../options-meta-boxes.php:427
581
+ msgid ""
582
+ "This is entirely optional, but will help improve future versions of YARPP."
583
+ msgstr ""
584
+ "Jest to całkowicie dobrowolne, ale pomogłoby w usprawnieniu przyszłych "
585
+ "wersji YARPP."
586
+
587
+ # @ yarpp
588
+ #: ../options-meta-boxes.php:432
589
+ msgid "Contact YARPP"
590
+ msgstr "Kontakt z YARRP"
591
+
592
+ # @ default
593
+ #: ../options.php:31
594
+ #, php-format
595
+ msgid ""
596
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox"
597
+ "\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s\">update "
598
+ "automatically</a>."
599
+ msgstr ""
600
+ "Jest dostępna nowa wersja %1$s. <a href=\"%2$s\" class=\"thickbox\" title="
601
+ "\"%3$s\">Pokaż szczegóły wersji %4$s</a> lub <a href=\"%5$s\">automatycznie "
602
+ "uaktualnij</a>."
603
+
604
+ # @ yarpp
605
+ #: ../options.php:35
606
+ #, php-format
607
+ msgid ""
608
+ "There is a new beta (%s) of Yet Another Related Posts Plugin. You can <a "
609
+ "href=\"%s\">download it here</a> at your own risk."
610
+ msgstr ""
611
+ "Istnieje nowa wersja beta (%s) wtyczki Yet Another Related Posts. Możesz <a "
612
+ "href=\"%s\">ściągnąć ją tutaj</a> i używać na własne ryzyko."
613
+
614
+ # @ yarpp
615
+ #: ../options.php:43
616
+ msgid ""
617
+ "The MyISAM check has been overridden. You may now use the \"consider titles"
618
+ "\" and \"consider bodies\" relatedness criteria."
619
+ msgstr ""
620
+ "Opcja sprawdzania MyISAM została unieważniona. Możesz teraz używać opcje "
621
+ "\"uwzględniaj tytuły\" i \"uwzględniaj treść główną\"."
622
+
623
+ # @ yarpp
624
+ #: ../options.php:51
625
+ #, php-format
626
+ msgid ""
627
+ "YARPP's \"consider titles\" and \"consider bodies\" relatedness criteria "
628
+ "require your <code>%s</code> table to use the <a href='http://dev.mysql.com/"
629
+ "doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, but the "
630
+ "table seems to be using the <code>%s</code> engine. These two options have "
631
+ "been disabled."
632
+ msgstr ""
633
+ "Opcje YARPP \"uwzględniaj tytuły\" i \"uwzględniaj treść główną\" wymagają, "
634
+ "aby tabela <code>%s</code> używała <a href='http://dev.mysql.com/doc/"
635
+ "refman/5.0/en/storage-engines.html'>mechanizmu MyISAM</a>, ale powyższa "
636
+ "tabela używa mechanizmu <code>%s</code>. Te dwie opcje zostały wyłączone."
637
+
638
+ # @ yarpp
639
+ #: ../options.php:53
640
+ #, php-format
641
+ msgid ""
642
+ "To restore these features, please update your <code>%s</code> table by "
643
+ "executing the following SQL directive: <code>ALTER TABLE `%s` ENGINE = "
644
+ "MyISAM;</code> . No data will be erased by altering the table's engine, "
645
+ "although there are performance implications."
646
+ msgstr ""
647
+ "Aby przywrócić te opcje, uaktualnij tabelę <code>%s</code> wykonując "
648
+ "następujące zapytanie SQL: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. "
649
+ "Nie powinno to spowodować uszkodzenia danych, ale może wpłynąć na szybkość "
650
+ "działania."
651
+
652
+ # @ yarpp
653
+ #: ../options.php:55
654
+ #, php-format
655
+ msgid ""
656
+ "If, despite this check, you are sure that <code>%s</code> is using the "
657
+ "MyISAM engine, press this magic button:"
658
+ msgstr ""
659
+ "Jeśli pomimo sprawdzenia tego, jesteś pewien, że <code>%s</code> używa "
660
+ "mechanizmu MyISAM, naciśnij ten magiczny przycisk:"
661
+
662
+ # @ yarpp
663
+ #: ../options.php:58
664
+ msgid "Trust me. Let me use MyISAM features."
665
+ msgstr "Zaufaj mi. Pozwól uzywać właściwości MyISAM."
666
+
667
+ # @ yarpp
668
+ #: ../options.php:73
669
+ msgid "The YARPP database had an error but has been fixed."
670
+ msgstr "Baza danych YARPP zawierała błąd, ale został on naprawiony."
671
+
672
+ # @ yarpp
673
+ #: ../options.php:75
674
+ msgid "The YARPP database has an error which could not be fixed."
675
+ msgstr "Baza danych YARPP zawiera błąd, którego nie można naprawić."
676
+
677
+ # @ yarpp
678
+ #: ../options.php:76
679
+ #, php-format
680
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
681
+ msgstr ""
682
+ "Proszę spróbować <a href=\"%s\" target=\"_blank\">ręczną konfigurację SQL</"
683
+ "a>."
684
+
685
+ # @ yarpp
686
+ #: ../options.php:139
687
+ msgid "Options saved!"
688
+ msgstr "Opcje zapisane!"
689
+
690
+ # @ yarpp
691
+ #: ../options.php:145
692
+ msgid "Yet Another Related Posts Plugin Options"
693
+ msgstr "Opcje YARPP"
694
+
695
+ # @ yarpp
696
+ #: ../options.php:153
697
+ #, php-format
698
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
699
+ msgstr ""
700
+ "autor: <a href=\"%s\" target=\"_blank\">mitcho (Michael ?? Erlewine)</a>"
701
+
702
+ #: ../options.php:194
703
+ msgid "Save Changes"
704
+ msgstr "Zapisz zmiany"
705
+
706
+ # @ yarpp
707
+ #: ../template-builtin.php:22
708
+ #, php-format
709
+ msgid ""
710
+ "%f is the YARPP match score between the current entry and this related "
711
+ "entry. You are seeing this value because you are logged in to WordPress as "
712
+ "an administrator. It is not shown to regular visitors."
713
+ msgstr ""
714
+ "%f to wartość podobieństwa między tym i linkowanym wpisem, wyliczona przez "
715
+ "algorytm YARPP. Widzisz tę liczbę, ponieważ jesteś zalogowany jako "
716
+ "administrator bloga. Nie jest ona pokazywana normalnym użytkownikom strony."
717
+
718
+ # @ yarpp
719
+ #: ../template-metabox.php:12
720
+ msgid ""
721
+ "These are the related entries for this entry. Updating this post may change "
722
+ "these related posts."
723
+ msgstr ""
724
+ "Oto powiązane wpisy. Zmień treść tego wpisu aby zmienić listę powiązanych "
725
+ "wpisów."
726
+
727
+ # @ yarpp
728
+ #: ../template-metabox.php:28
729
+ msgid ""
730
+ "Whether all of these related entries are actually displayed and how they are "
731
+ "displayed depends on your YARPP display options."
732
+ msgstr ""
733
+ "To, czy lista powiązanych wpisów jest wyświetlana i jakie są to wpisy, jest "
734
+ "zależne od konfiguracji wtyczki YARPP."
735
+
736
+ #~ msgid "FAQ"
737
+ #~ msgstr "FAQ"
trunk/lang/yarpp-pt_BR.mo ADDED
Binary file
trunk/lang/yarpp-pt_BR.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v2.1.6\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2008-12-04 01:32-0200\n"
7
+ "Last-Translator: Rafael Fischmann <rfischmann@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: Portuguese\n"
14
+ "X-Poedit-Country: BRAZIL\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 "Posts Relacionados (YARPP)"
28
+
29
+ #: includes.php:376
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Posts Relacionados"
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 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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:114
87
+ #@ yarpp
88
+ msgid "Options saved!"
89
+ msgstr "Opções salvas!"
90
+
91
+ #: options-meta-boxes.php:38
92
+ #@ yarpp
93
+ msgid "word"
94
+ msgstr "palavra"
95
+
96
+ #: options-meta-boxes.php:39
97
+ #@ yarpp
98
+ msgid "tag"
99
+ msgstr "tag"
100
+
101
+ #: options-meta-boxes.php:40
102
+ #@ yarpp
103
+ msgid "category"
104
+ msgstr "categoria"
105
+
106
+ #: options-meta-boxes.php:45
107
+ #: options-meta-boxes.php:63
108
+ #: options-meta-boxes.php:76
109
+ #@ yarpp
110
+ msgid "do not consider"
111
+ msgstr "não considerar"
112
+
113
+ #: options-meta-boxes.php:46
114
+ #: options-meta-boxes.php:64
115
+ #: options-meta-boxes.php:78
116
+ #@ yarpp
117
+ msgid "consider"
118
+ msgstr "considerar"
119
+
120
+ #: options-meta-boxes.php:48
121
+ #: options-meta-boxes.php:80
122
+ #, php-format
123
+ #@ yarpp
124
+ msgid "require at least one %s in common"
125
+ msgstr "requerer pelo menos uma %s em comum"
126
+
127
+ #: options-meta-boxes.php:50
128
+ #: options-meta-boxes.php:82
129
+ #, php-format
130
+ #@ yarpp
131
+ msgid "require more than one %s in common"
132
+ msgstr "requerer mais de uma %s em comum"
133
+
134
+ #: options-meta-boxes.php:65
135
+ #@ yarpp
136
+ msgid "consider with extra weight"
137
+ msgstr "considerar com peso extra"
138
+
139
+ #: yarpp_options.php:178
140
+ #@ yarpp
141
+ msgid "Yet Another Related Posts Plugin Options"
142
+ msgstr "Opções do Plugin Yet Another Related Posts"
143
+
144
+ #: options-meta-boxes.php:118
145
+ #@ yarpp
146
+ msgid "\"The Pool\""
147
+ msgstr "\"O Conjunto\""
148
+
149
+ #: options-meta-boxes.php:91
150
+ #@ yarpp
151
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
152
+ msgstr "\"O Conjunto\" refere-se ao grupo de posts e páginas candidatos a serem mostrados como relacionados num determinado artigo."
153
+
154
+ #: options-meta-boxes.php:96
155
+ #@ yarpp
156
+ msgid "Disallow by category:"
157
+ msgstr "Desaprovar por categoria:"
158
+
159
+ #: options-meta-boxes.php:98
160
+ #@ yarpp
161
+ msgid "Disallow by tag:"
162
+ msgstr "Desaprovar por tag:"
163
+
164
+ #: options-meta-boxes.php:101
165
+ #@ yarpp
166
+ msgid "Show password protected posts?"
167
+ msgstr "Mostrar posts protegidos por senha?"
168
+
169
+ #: options-meta-boxes.php:140
170
+ #@ yarpp
171
+ msgid "Show only previous posts?"
172
+ msgstr "Mostrar apenas posts anteriores?"
173
+
174
+ #: options-meta-boxes.php:148
175
+ #@ yarpp
176
+ msgid "\"Relatedness\" options"
177
+ msgstr "Opções de \"relacionamento\""
178
+
179
+ #: options-meta-boxes.php:124
180
+ #: options-meta-boxes.php:139
181
+ #: options-meta-boxes.php:157
182
+ #: options-meta-boxes.php:161
183
+ #: options-meta-boxes.php:204
184
+ #: options-meta-boxes.php:221
185
+ #: options-meta-boxes.php:223
186
+ #: options-meta-boxes.php:228
187
+ #: options-meta-boxes.php:268
188
+ #@ yarpp
189
+ msgid "more&gt;"
190
+ msgstr "mais&gt;"
191
+
192
+ #: options-meta-boxes.php:124
193
+ #@ yarpp
194
+ 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."
195
+ msgstr "Quanto maior o nível de precisão, mais restritivo, menos posts relacionados no geral. O nível padrão é 5. Se você quer achar uma configuração apropriada, observe alguns posts relacionados e suas pontuações. Você pode conferir que tipos de posts relacionados estão sendo selecionados com que tipos de pontuações, determinando assim um nível de precisão ideal para o seu site."
196
+
197
+ #: options-meta-boxes.php:130
198
+ #@ yarpp
199
+ msgid "Match threshold:"
200
+ msgstr "Nível de precisão:"
201
+
202
+ #: options-meta-boxes.php:131
203
+ #@ yarpp
204
+ msgid "Titles: "
205
+ msgstr "Títulos:"
206
+
207
+ #: options-meta-boxes.php:133
208
+ #@ yarpp
209
+ msgid "Bodies: "
210
+ msgstr "Corpos:"
211
+
212
+ #: options-meta-boxes.php:135
213
+ #@ yarpp
214
+ msgid "Tags: "
215
+ msgstr "Tags: "
216
+
217
+ #: options-meta-boxes.php:137
218
+ #@ yarpp
219
+ msgid "Categories: "
220
+ msgstr "Categorias:"
221
+
222
+ #: options-meta-boxes.php:139
223
+ #@ yarpp
224
+ msgid "Cross-relate posts and pages?"
225
+ msgstr "Cruzar posts e páginas?"
226
+
227
+ #: options-meta-boxes.php:139
228
+ #@ yarpp
229
+ 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."
230
+ msgstr "Quando a opção \"Cruzar posts e páginas\" estiver selecionada, <code>related_posts()</code>, <code>related_pages()</code> e <code>related_entries()</code> darão a mesma saída, retornando ambos posts e páginas relacionadas."
231
+
232
+ #: options-meta-boxes.php:212
233
+ #@ yarpp
234
+ msgid "Display options <small>for your website</small>"
235
+ msgstr "Mostrar opções <small>para o seu website</small>"
236
+
237
+ #: options-meta-boxes.php:157
238
+ #@ yarpp
239
+ msgid "Automatically display related posts?"
240
+ msgstr "Mostrar posts relacionados automaticamente?"
241
+
242
+ #: options-meta-boxes.php:157
243
+ #@ yarpp
244
+ 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."
245
+ msgstr "Esta opção mostra posts relacionados logo depois do conteúdo em páginas individuais de posts, automaticamente. Se esta opção estiver desligada, você terá que inserir <code>related_posts()</code> ou variantes (<code>related_pages()</code> e <code>related_entries()</code>) manualmente em seu tema."
246
+
247
+ #: options-meta-boxes.php:158
248
+ #@ yarpp
249
+ msgid "Website display code example"
250
+ msgstr "Exemplo de código para visualização no website"
251
+
252
+ #: options-meta-boxes.php:158
253
+ #: options-meta-boxes.php:221
254
+ #@ yarpp
255
+ msgid "(Update options to reload.)"
256
+ msgstr "(Salve as opções para atualizar.)"
257
+
258
+ #: options-meta-boxes.php:160
259
+ #: options-meta-boxes.php:226
260
+ #@ yarpp
261
+ msgid "Maximum number of related posts:"
262
+ msgstr "Número máximo de posts relacionados:"
263
+
264
+ #: options-meta-boxes.php:175
265
+ #: options-meta-boxes.php:244
266
+ #@ yarpp
267
+ msgid "Before / after related entries:"
268
+ msgstr "Antes / depois de itens relacionados:"
269
+
270
+ #: options-meta-boxes.php:175
271
+ #: options-meta-boxes.php:176
272
+ #: options-meta-boxes.php:184
273
+ #: options-meta-boxes.php:244
274
+ #: options-meta-boxes.php:245
275
+ #: options-meta-boxes.php:250
276
+ #@ yarpp
277
+ msgid "For example:"
278
+ msgstr "Por exemplo:"
279
+
280
+ #: options-meta-boxes.php:176
281
+ #: options-meta-boxes.php:245
282
+ #@ yarpp
283
+ msgid "Before / after each related entry:"
284
+ msgstr "Antes / depois de cada item relacionado:"
285
+
286
+ #: options-meta-boxes.php:178
287
+ #: options-meta-boxes.php:247
288
+ #@ yarpp
289
+ msgid "Show excerpt?"
290
+ msgstr "Mostrar resumo?"
291
+
292
+ #: options-meta-boxes.php:179
293
+ #: options-meta-boxes.php:248
294
+ #@ yarpp
295
+ msgid "Excerpt length (No. of words):"
296
+ msgstr "Comprimento do resumo (No. de palavras):"
297
+
298
+ #: options-meta-boxes.php:183
299
+ #@ yarpp
300
+ msgid "Before / after (Excerpt):"
301
+ msgstr "Antes / depois (Resumo):"
302
+
303
+ #: options-meta-boxes.php:189
304
+ #: options-meta-boxes.php:254
305
+ #@ yarpp
306
+ msgid "Order results:"
307
+ msgstr "Ordenar resultados:"
308
+
309
+ #: options-meta-boxes.php:191
310
+ #: options-meta-boxes.php:256
311
+ #@ yarpp
312
+ msgid "score (high relevance to low)"
313
+ msgstr "pontuação (relevância alta para baixa)"
314
+
315
+ #: options-meta-boxes.php:192
316
+ #: options-meta-boxes.php:257
317
+ #@ yarpp
318
+ msgid "score (low relevance to high)"
319
+ msgstr "pontuação (relevância baixa para alta)"
320
+
321
+ #: options-meta-boxes.php:193
322
+ #: options-meta-boxes.php:258
323
+ #@ yarpp
324
+ msgid "date (new to old)"
325
+ msgstr "data (novos para velhos)"
326
+
327
+ #: options-meta-boxes.php:194
328
+ #: options-meta-boxes.php:259
329
+ #@ yarpp
330
+ msgid "date (old to new)"
331
+ msgstr "data (velhos para novos)"
332
+
333
+ #: options-meta-boxes.php:195
334
+ #: options-meta-boxes.php:260
335
+ #@ yarpp
336
+ msgid "title (alphabetical)"
337
+ msgstr "título (alfabeticamente)"
338
+
339
+ #: options-meta-boxes.php:196
340
+ #: options-meta-boxes.php:261
341
+ #@ yarpp
342
+ msgid "title (reverse alphabetical)"
343
+ msgstr "título (alfabeticamente inverso)"
344
+
345
+ #: options-meta-boxes.php:201
346
+ #: options-meta-boxes.php:266
347
+ #@ yarpp
348
+ msgid "Default display if no results:"
349
+ msgstr "Mostragem padrão sem resultados:"
350
+
351
+ #: includes.php:257
352
+ #: options-meta-boxes.php:203
353
+ #: options-meta-boxes.php:268
354
+ #@ yarpp
355
+ msgid "Help promote Yet Another Related Posts Plugin?"
356
+ msgstr "Ajudar a promover o plugin Yet Another Related Posts?"
357
+
358
+ #: options-meta-boxes.php:205
359
+ #: options-meta-boxes.php:269
360
+ #, php-format
361
+ #@ yarpp
362
+ 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."
363
+ msgstr "Esta opção adicionará o código %s. Tente ligá-la, atualizar suas opções e ver o código no exemplo à direita. Esses links e doações são bastante apreciados."
364
+
365
+ #: options-meta-boxes.php:276
366
+ #@ yarpp
367
+ msgid "Display options <small>for RSS</small>"
368
+ msgstr "Mostrar opções <small>para RSS</small>"
369
+
370
+ #: options-meta-boxes.php:221
371
+ #@ yarpp
372
+ msgid "Display related posts in feeds?"
373
+ msgstr "Mostrar posts relacionados em feeds?"
374
+
375
+ #: options-meta-boxes.php:223
376
+ #@ yarpp
377
+ msgid "Display related posts in the descriptions?"
378
+ msgstr "Mostrar posts relacionados nas descrições?"
379
+
380
+ #: options-meta-boxes.php:223
381
+ #@ yarpp
382
+ 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."
383
+ msgstr "Esta opção mostra os posts relacionados nos campos de descrição do RSS, e não apenas o conteúdo. Se os seus feeds estão configurados para somente mostrar resumos, porém, apenas o campo de descrição será usado, então esta opção é necessária para mostrar qualquer coisa."
384
+
385
+ #: options-meta-boxes.php:221
386
+ #@ yarpp
387
+ msgid "RSS display code example"
388
+ msgstr "Exemplo de código de visualização RSS"
389
+
390
+ #: options-meta-boxes.php:250
391
+ #@ yarpp
392
+ msgid "Before / after (excerpt):"
393
+ msgstr "Antes / depois (resumo):"
394
+
395
+ #: yarpp_options.php:279
396
+ #@ yarpp
397
+ msgid "Update options"
398
+ msgstr "Atualizar opções"
399
+
400
+ #: yarpp_options.php:280
401
+ #@ yarpp
402
+ msgid "Do you really want to reset your configuration?"
403
+ msgstr "Você quer mesmo redefinir sua configuração?"
404
+
405
+ #: yarpp_options.php:280
406
+ #@ yarpp
407
+ msgid "Reset options"
408
+ msgstr "Redefinir opções"
409
+
410
+ #: cache-postmeta.php:105
411
+ #: cache-tables.php:131
412
+ #@ yarpp
413
+ msgid "Example post "
414
+ msgstr "Post de exemplo"
415
+
416
+ #: options-meta-boxes.php:105
417
+ #@ yarpp
418
+ msgid "day(s)"
419
+ msgstr "dia(s)"
420
+
421
+ #: options-meta-boxes.php:106
422
+ #@ yarpp
423
+ msgid "week(s)"
424
+ msgstr "semana(s)"
425
+
426
+ #: options-meta-boxes.php:107
427
+ #@ yarpp
428
+ msgid "month(s)"
429
+ msgstr "mês(es)"
430
+
431
+ #: options-meta-boxes.php:109
432
+ #@ yarpp
433
+ msgid "Show only posts from the past NUMBER UNITS"
434
+ msgstr "Mostrar posts apenas dos últimos NUMBER UNITS"
435
+
436
+ #: yarpp_options.php:46
437
+ #, php-format
438
+ #@ yarpp
439
+ 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."
440
+ 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."
441
+
442
+ #: includes.php:248
443
+ #: options-meta-boxes.php:161
444
+ #: options-meta-boxes.php:228
445
+ #@ yarpp
446
+ msgid "Display using a custom template file"
447
+ msgstr "Mostrar usando um arquivo de modelo customizado"
448
+
449
+ #: includes.php:249
450
+ #: options-meta-boxes.php:165
451
+ #: options-meta-boxes.php:233
452
+ #@ yarpp
453
+ msgid "Template file:"
454
+ msgstr "Arquivo de modelo:"
455
+
456
+ #: options-meta-boxes.php:221
457
+ #@ yarpp
458
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
459
+ msgstr "Esta opção mostra posts relacionados ao final de cada item nos seus feeds RSS e Atom. Nenhuma mudança em modelos é necessária."
460
+
461
+ #: template-metabox.php:12
462
+ #@ yarpp
463
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
464
+ msgstr "Há entradas relacionadas para este artigo. Atualizar este post poderá mudar esses itens relacionados."
465
+
466
+ #: template-metabox.php:25
467
+ #@ yarpp
468
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
469
+ msgstr "A forma como todas essas entradas relacionadas são mostradas e se elas serão de fato mostradas depende das suas opções de visualização do YARPP."
470
+
471
+ #: includes.php:28
472
+ #: includes.php:39
473
+ #: template-metabox.php:27
474
+ #: template-widget.php:13
475
+ #@ yarpp
476
+ msgid "No related posts."
477
+ msgstr "Nenhum post relacionado."
478
+
479
+ #: includes.php:26
480
+ #: includes.php:37
481
+ #@ yarpp
482
+ msgid "Related posts:"
483
+ msgstr "Posts relacionados:"
484
+
485
+ #: options-meta-boxes.php:228
486
+ #@ yarpp
487
+ msgid "NEW!"
488
+ msgstr "NOVO!"
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 "Esta opção avançada lhe dá poder total para customizar como seus posts relacionados são mostrados. Modelos (armazenados na sua pasta de tema) são escritos em PHP."
495
+
496
+ #: options-meta-boxes.php:175
497
+ #: options-meta-boxes.php:176
498
+ #: options-meta-boxes.php:184
499
+ #: options-meta-boxes.php:244
500
+ #: options-meta-boxes.php:245
501
+ #: options-meta-boxes.php:250
502
+ #@ yarpp
503
+ msgid " or "
504
+ msgstr " ou "
505
+
506
+ #: includes.php:169
507
+ #@ yarpp
508
+ msgid "Settings"
509
+ msgstr ""
510
+
511
+ #: includes.php:243
512
+ #@ default
513
+ msgid "Title:"
514
+ msgstr ""
515
+
516
+ #: includes.php:385
517
+ #@ yarpp
518
+ msgid "Related entries may be displayed once you save your entry"
519
+ msgstr ""
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 ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-pt_PT.mo ADDED
Binary file
trunk/lang/yarpp-pt_PT.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 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
+ "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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:178
106
+ #@ yarpp
107
+ msgid "Yet Another Related Posts Plugin Options"
108
+ msgstr "Opções da YARPP"
109
+
110
+ #: options-meta-boxes.php:118
111
+ #@ yarpp
112
+ msgid "\"The Pool\""
113
+ msgstr "\"Pool\""
114
+
115
+ #: options-meta-boxes.php:91
116
+ #@ yarpp
117
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
118
+ msgstr "O plugin tem em conta todos os artigos e páginas que são mencionados (ou não excluídos) neste \"Pool\"."
119
+
120
+ #: options-meta-boxes.php:96
121
+ #@ yarpp
122
+ msgid "Disallow by category:"
123
+ msgstr "Excluir categorias:"
124
+
125
+ #: options-meta-boxes.php:98
126
+ #@ yarpp
127
+ msgid "Disallow by tag:"
128
+ msgstr "Excluir etiquetas:"
129
+
130
+ #: options-meta-boxes.php:101
131
+ #@ yarpp
132
+ msgid "Show password protected posts?"
133
+ msgstr "Inserir palavra-chave para mostrar artigos protegidos?"
134
+
135
+ #: options-meta-boxes.php:140
136
+ #@ yarpp
137
+ msgid "Show only previous posts?"
138
+ msgstr "Ter em conta apenas artigos passados?"
139
+
140
+ #: options-meta-boxes.php:148
141
+ #@ yarpp
142
+ msgid "\"Relatedness\" options"
143
+ msgstr "Opções de parecença"
144
+
145
+ #: options-meta-boxes.php:124
146
+ #: options-meta-boxes.php:139
147
+ #: options-meta-boxes.php:157
148
+ #: options-meta-boxes.php:161
149
+ #: options-meta-boxes.php:204
150
+ #: options-meta-boxes.php:221
151
+ #: options-meta-boxes.php:223
152
+ #: options-meta-boxes.php:228
153
+ #: options-meta-boxes.php:268
154
+ #@ yarpp
155
+ msgid "more&gt;"
156
+ msgstr "?"
157
+
158
+ #: options-meta-boxes.php:130
159
+ #@ yarpp
160
+ msgid "Match threshold:"
161
+ msgstr "Relevância:"
162
+
163
+ #: options-meta-boxes.php:131
164
+ #@ yarpp
165
+ msgid "Titles: "
166
+ msgstr "Sobretítulos:"
167
+
168
+ #: options-meta-boxes.php:133
169
+ #@ yarpp
170
+ msgid "Bodies: "
171
+ msgstr "Corpo do texto:"
172
+
173
+ #: options-meta-boxes.php:135
174
+ #@ yarpp
175
+ msgid "Tags: "
176
+ msgstr "Tags:"
177
+
178
+ #: options-meta-boxes.php:137
179
+ #@ yarpp
180
+ msgid "Categories: "
181
+ msgstr "Categorias:"
182
+
183
+ #: options-meta-boxes.php:139
184
+ #@ yarpp
185
+ msgid "Cross-relate posts and pages?"
186
+ msgstr "Emitir artigos e páginas em conjunto?"
187
+
188
+ #: options-meta-boxes.php:139
189
+ #@ yarpp
190
+ 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."
191
+ 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!"
192
+
193
+ #: options-meta-boxes.php:212
194
+ #@ yarpp
195
+ msgid "Display options <small>for your website</small>"
196
+ msgstr "Apresentação <small>(Website)</small>"
197
+
198
+ #: options-meta-boxes.php:157
199
+ #@ yarpp
200
+ msgid "Automatically display related posts?"
201
+ msgstr "Mostrar contribuições parecidas automaticamente?"
202
+
203
+ #: options-meta-boxes.php:157
204
+ #@ yarpp
205
+ 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."
206
+ msgstr ""
207
+
208
+ #: options-meta-boxes.php:158
209
+ #@ yarpp
210
+ msgid "Website display code example"
211
+ msgstr "Exemplo de um código-fonte para o anúncio da página"
212
+
213
+ #: options-meta-boxes.php:158
214
+ #: options-meta-boxes.php:221
215
+ #@ yarpp
216
+ msgid "(Update options to reload.)"
217
+ msgstr "Para ver as suas opções aqui, terá de guardar primeiro as opções!"
218
+
219
+ #: options-meta-boxes.php:160
220
+ #: options-meta-boxes.php:226
221
+ #@ yarpp
222
+ msgid "Maximum number of related posts:"
223
+ msgstr "Quantidade máxima de contribuições:"
224
+
225
+ #: options-meta-boxes.php:175
226
+ #: options-meta-boxes.php:244
227
+ #@ yarpp
228
+ msgid "Before / after related entries:"
229
+ msgstr "Código-fonte antes / depois das contribuições parecidas:"
230
+
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:176
233
+ #: options-meta-boxes.php:184
234
+ #: options-meta-boxes.php:244
235
+ #: options-meta-boxes.php:245
236
+ #: options-meta-boxes.php:250
237
+ #@ yarpp
238
+ msgid "For example:"
239
+ msgstr "Ex.:"
240
+
241
+ #: options-meta-boxes.php:176
242
+ #: options-meta-boxes.php:245
243
+ #@ yarpp
244
+ msgid "Before / after each related entry:"
245
+ msgstr "Código-fonte antes / depois das respectivas contribuições:"
246
+
247
+ #: options-meta-boxes.php:178
248
+ #: options-meta-boxes.php:247
249
+ #@ yarpp
250
+ msgid "Show excerpt?"
251
+ msgstr "Mostrar excerto?"
252
+
253
+ #: options-meta-boxes.php:179
254
+ #: options-meta-boxes.php:248
255
+ #@ yarpp
256
+ msgid "Excerpt length (No. of words):"
257
+ msgstr "Comprimento do excerto (Quantidade de palavras):"
258
+
259
+ #: options-meta-boxes.php:183
260
+ #@ yarpp
261
+ msgid "Before / after (Excerpt):"
262
+ msgstr "Código-fonte antes / depois dos respectivos excertos:"
263
+
264
+ #: options-meta-boxes.php:189
265
+ #: options-meta-boxes.php:254
266
+ #@ yarpp
267
+ msgid "Order results:"
268
+ msgstr "Sequência dos anúncios:"
269
+
270
+ #: options-meta-boxes.php:191
271
+ #: options-meta-boxes.php:256
272
+ #@ yarpp
273
+ msgid "score (high relevance to low)"
274
+ msgstr "Relevância (da maior à mais pequena)"
275
+
276
+ #: options-meta-boxes.php:192
277
+ #: options-meta-boxes.php:257
278
+ #@ yarpp
279
+ msgid "score (low relevance to high)"
280
+ msgstr "Relevância (da mais pequena à maior)"
281
+
282
+ #: options-meta-boxes.php:193
283
+ #: options-meta-boxes.php:258
284
+ #@ yarpp
285
+ msgid "date (new to old)"
286
+ msgstr "Estampa da hora (da mais actual à mais velha)"
287
+
288
+ #: options-meta-boxes.php:194
289
+ #: options-meta-boxes.php:259
290
+ #@ yarpp
291
+ msgid "date (old to new)"
292
+ msgstr "Estampa da hora (da mais antiga à mais actual)"
293
+
294
+ #: options-meta-boxes.php:195
295
+ #: options-meta-boxes.php:260
296
+ #@ yarpp
297
+ msgid "title (alphabetical)"
298
+ msgstr "Sobretítulo (A-Z)"
299
+
300
+ #: options-meta-boxes.php:196
301
+ #: options-meta-boxes.php:261
302
+ #@ yarpp
303
+ msgid "title (reverse alphabetical)"
304
+ msgstr "Sobretítulo (Z-A)"
305
+
306
+ #: options-meta-boxes.php:201
307
+ #: options-meta-boxes.php:266
308
+ #@ yarpp
309
+ msgid "Default display if no results:"
310
+ msgstr "Código-fonte quando forem encontrados 0 artigos relevantes:"
311
+
312
+ #: includes.php:257
313
+ #: options-meta-boxes.php:203
314
+ #: options-meta-boxes.php:268
315
+ #@ yarpp
316
+ msgid "Help promote Yet Another Related Posts Plugin?"
317
+ msgstr "Aplicar a YARPP discretamente?"
318
+
319
+ #: options-meta-boxes.php:205
320
+ #: options-meta-boxes.php:269
321
+ #, php-format
322
+ #@ yarpp
323
+ 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."
324
+ 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."
325
+
326
+ #: options-meta-boxes.php:276
327
+ #@ yarpp
328
+ msgid "Display options <small>for RSS</small>"
329
+ msgstr "Apresentação <small>(RSS)</small>"
330
+
331
+ #: options-meta-boxes.php:221
332
+ #@ yarpp
333
+ msgid "Display related posts in feeds?"
334
+ msgstr "Mostrar contribuições parecidas nos feeds de notícias?"
335
+
336
+ #: options-meta-boxes.php:223
337
+ #@ yarpp
338
+ msgid "Display related posts in the descriptions?"
339
+ msgstr "Mostrar contribuições em Descriptions?"
340
+
341
+ #: options-meta-boxes.php:223
342
+ #@ yarpp
343
+ 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."
344
+ msgstr "Mostra as contribuições parecidas também em RSS-Descriptions, não só em Content."
345
+
346
+ #: options-meta-boxes.php:221
347
+ #@ yarpp
348
+ msgid "RSS display code example"
349
+ msgstr "Exemplos de anúncios RSS"
350
+
351
+ #: options-meta-boxes.php:250
352
+ #@ yarpp
353
+ msgid "Before / after (excerpt):"
354
+ msgstr "Código-fonte antes / depois do excerto:"
355
+
356
+ #: options-meta-boxes.php:38
357
+ #@ yarpp
358
+ msgid "word"
359
+ msgstr "Palavra"
360
+
361
+ #: options-meta-boxes.php:39
362
+ #@ yarpp
363
+ msgid "tag"
364
+ msgstr "Etiqueta"
365
+
366
+ #: options-meta-boxes.php:40
367
+ #@ yarpp
368
+ msgid "category"
369
+ msgstr "Categoria"
370
+
371
+ #: options-meta-boxes.php:48
372
+ #: options-meta-boxes.php:80
373
+ #, php-format
374
+ #@ yarpp
375
+ msgid "require at least one %s in common"
376
+ msgstr "pelo menos igual a %s"
377
+
378
+ #: options-meta-boxes.php:50
379
+ #: options-meta-boxes.php:82
380
+ #, php-format
381
+ #@ yarpp
382
+ msgid "require more than one %s in common"
383
+ msgstr "mais do que igual a %s"
384
+
385
+ #: yarpp_options.php:114
386
+ #@ yarpp
387
+ msgid "Options saved!"
388
+ msgstr "Opções gravadas!"
389
+
390
+ #: options-meta-boxes.php:124
391
+ #@ yarpp
392
+ 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."
393
+ msgstr ""
394
+
395
+ #: yarpp_options.php:279
396
+ #@ yarpp
397
+ msgid "Update options"
398
+ msgstr "Actualizar opções"
399
+
400
+ #: yarpp_options.php:280
401
+ #@ yarpp
402
+ msgid "Do you really want to reset your configuration?"
403
+ msgstr "Deseja mesmo reverter as opções?"
404
+
405
+ #: yarpp_options.php:280
406
+ #@ yarpp
407
+ msgid "Reset options"
408
+ msgstr "Reverter opções"
409
+
410
+ #: includes.php:26
411
+ #: includes.php:37
412
+ #@ yarpp
413
+ msgid "Related posts:"
414
+ msgstr ""
415
+
416
+ #: includes.php:28
417
+ #: includes.php:39
418
+ #: template-metabox.php:27
419
+ #: template-widget.php:13
420
+ #@ yarpp
421
+ msgid "No related posts."
422
+ msgstr ""
423
+
424
+ #: cache-postmeta.php:105
425
+ #: cache-tables.php:131
426
+ #@ yarpp
427
+ msgid "Example post "
428
+ msgstr ""
429
+
430
+ #: options-meta-boxes.php:105
431
+ #@ yarpp
432
+ msgid "day(s)"
433
+ msgstr ""
434
+
435
+ #: options-meta-boxes.php:106
436
+ #@ yarpp
437
+ msgid "week(s)"
438
+ msgstr ""
439
+
440
+ #: options-meta-boxes.php:107
441
+ #@ yarpp
442
+ msgid "month(s)"
443
+ msgstr ""
444
+
445
+ #: options-meta-boxes.php:109
446
+ #@ yarpp
447
+ msgid "Show only posts from the past NUMBER UNITS"
448
+ msgstr ""
449
+
450
+ #: yarpp_options.php:46
451
+ #, php-format
452
+ #@ yarpp
453
+ 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."
454
+ msgstr ""
455
+
456
+ #: includes.php:248
457
+ #: options-meta-boxes.php:161
458
+ #: options-meta-boxes.php:228
459
+ #@ yarpp
460
+ msgid "Display using a custom template file"
461
+ msgstr ""
462
+
463
+ #: options-meta-boxes.php:228
464
+ #@ yarpp
465
+ msgid "NEW!"
466
+ msgstr ""
467
+
468
+ #: options-meta-boxes.php:161
469
+ #: options-meta-boxes.php:228
470
+ #@ yarpp
471
+ 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."
472
+ msgstr ""
473
+
474
+ #: includes.php:249
475
+ #: options-meta-boxes.php:165
476
+ #: options-meta-boxes.php:233
477
+ #@ yarpp
478
+ msgid "Template file:"
479
+ msgstr ""
480
+
481
+ #: options-meta-boxes.php:175
482
+ #: options-meta-boxes.php:176
483
+ #: options-meta-boxes.php:184
484
+ #: options-meta-boxes.php:244
485
+ #: options-meta-boxes.php:245
486
+ #: options-meta-boxes.php:250
487
+ #@ yarpp
488
+ msgid " or "
489
+ msgstr ""
490
+
491
+ #: options-meta-boxes.php:221
492
+ #@ yarpp
493
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
494
+ msgstr ""
495
+
496
+ #: template-metabox.php:12
497
+ #@ yarpp
498
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
499
+ msgstr ""
500
+
501
+ #: template-metabox.php:25
502
+ #@ yarpp
503
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
504
+ msgstr ""
505
+
506
+ #: includes.php:169
507
+ #@ yarpp
508
+ msgid "Settings"
509
+ msgstr ""
510
+
511
+ #: includes.php:243
512
+ #@ default
513
+ msgid "Title:"
514
+ msgstr ""
515
+
516
+ #: includes.php:385
517
+ #@ yarpp
518
+ msgid "Related entries may be displayed once you save your entry"
519
+ msgstr ""
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 ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-ro_RO.mo ADDED
Binary file
trunk/lang/yarpp-ro_RO.po ADDED
@@ -0,0 +1,562 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2012-02-10 17:27+0100\n"
7
+ "Last-Translator: Peter <blog@uhrenstore.de>\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: Romanian\n"
14
+ "X-Poedit-Country: Romania\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:194
24
+ #: includes.php:215
25
+ msgid "Related Posts (YARPP)"
26
+ msgstr "legate de posturi(YARPP)"
27
+
28
+ #@ yarpp
29
+ #: includes.php:376
30
+ msgid "Related Posts"
31
+ msgstr "legate de posturi"
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 "%f - YARPP este coeficientul similitudinii a postului curent și celui asociat. Vedeți aceasta deoarece, că sunteţi conectat în Wordpress admin. Aceasta nu se arată unui vizitator simplu"
38
+
39
+ #@ yarpp
40
+ #: magic.php:297
41
+ #: options-meta-boxes.php:205
42
+ #: options-meta-boxes.php:269
43
+ #, php-format
44
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
45
+ msgstr "Lista de posturi similare este prezentată de plugin-ul <a href='%s'>Yet Another Related Posts Plugin</a>."
46
+
47
+ #@ yarpp
48
+ #: yarpp_options.php:54
49
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
50
+ msgstr "Verificarea MyISAM a fost efectuată. Acum puteți utiliza criteriile de similaritate \"consider titles\" și \"consider bodies\"."
51
+
52
+ #@ yarpp
53
+ #: yarpp_options.php:63
54
+ #, php-format
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 "Utilizarea funcțiilor YARPP \"consider titles\" și \"consider bodies\" necesită, ca tabelul dvs. <code>%s</code> să utilizeze motorul <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM</a>, însă, probabil că tabelul utilizează motorul <code>%s</code>. Aceste două funcții sunt dezactivate."
57
+
58
+ #@ yarpp
59
+ #: yarpp_options.php:65
60
+ #, fuzzy, php-format, php-format
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 " Pentru a restabili aceste funcţii, vă rugăm să modificaţi tabelul <code>%s</code> cu următoarea instrucțiune SQL e&nbsp;: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code>. La schimbarea tabelului datele nu ar trebui să dispară, dar, cu toate acestea, pot apărea diferite posibile consecințe."
63
+
64
+ #@ yarpp
65
+ #: yarpp_options.php:67
66
+ #, php-format
67
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
68
+ msgstr " În cazul în care, indiferent de această opţiune, sunteţi sigur că tabelul <code>%s</code> utilizează MyISAM, faceţi clic pe acest buton magic:"
69
+
70
+ #@ yarpp
71
+ #: yarpp_options.php:70
72
+ msgid "Trust me. Let me use MyISAM features."
73
+ msgstr " Aveți încredere în mine. Permiteţi-mi de a utiliza MyISAM."
74
+
75
+ #@ yarpp
76
+ #: yarpp_options.php:83
77
+ msgid "The YARPP database had an error but has been fixed."
78
+ msgstr "Baza de date YARPP coonținea erori, dar acestea au fost corectate."
79
+
80
+ #@ yarpp
81
+ #: yarpp_options.php:85
82
+ msgid "The YARPP database has an error which could not be fixed."
83
+ msgstr "Baza de date YARPP conține o eroare, care nu poate fi corectată."
84
+
85
+ #@ yarpp
86
+ #: options-meta-boxes.php:45
87
+ #: options-meta-boxes.php:63
88
+ #: options-meta-boxes.php:76
89
+ msgid "do not consider"
90
+ msgstr "a nu lua în considerare"
91
+
92
+ #@ yarpp
93
+ #: options-meta-boxes.php:46
94
+ #: options-meta-boxes.php:64
95
+ #: options-meta-boxes.php:78
96
+ msgid "consider"
97
+ msgstr "a lua în considerare"
98
+
99
+ #@ yarpp
100
+ #: options-meta-boxes.php:65
101
+ msgid "consider with extra weight"
102
+ msgstr " a lua în considerare cu greutate suplimentară "
103
+
104
+ #@ yarpp
105
+ #: yarpp_options.php:178
106
+ msgid "Yet Another Related Posts Plugin Options"
107
+ msgstr "Opțiuni YARPP"
108
+
109
+ #@ yarpp
110
+ #: options-meta-boxes.php:118
111
+ msgid "\"The Pool\""
112
+ msgstr "<em>Content</em>"
113
+
114
+ #@ yarpp
115
+ #: options-meta-boxes.php:91
116
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
117
+ msgstr "\"The Pool\" înţeleasă ca un set de mesaje şi pagini, care sunt candidaţi pentru afișarea în blocul de înregistrări aferente. "
118
+
119
+ #@ yarpp
120
+ #: options-meta-boxes.php:96
121
+ msgid "Disallow by category:"
122
+ msgstr "A exclude categorii:"
123
+
124
+ #@ yarpp
125
+ #: options-meta-boxes.php:98
126
+ msgid "Disallow by tag:"
127
+ msgstr "A exclude tag-uri:"
128
+
129
+ #@ yarpp
130
+ #: options-meta-boxes.php:101
131
+ msgid "Show password protected posts?"
132
+ msgstr " Afişare posturi protejate cu parolă? "
133
+
134
+ #@ yarpp
135
+ #: options-meta-boxes.php:140
136
+ msgid "Show only previous posts?"
137
+ msgstr " Afişare doar posturi anterioare? "
138
+
139
+ #@ yarpp
140
+ #: options-meta-boxes.php:148
141
+ msgid "\"Relatedness\" options"
142
+ msgstr "Criterii de similitudine"
143
+
144
+ #@ yarpp
145
+ #: options-meta-boxes.php:124
146
+ #: options-meta-boxes.php:139
147
+ #: options-meta-boxes.php:157
148
+ #: options-meta-boxes.php:161
149
+ #: options-meta-boxes.php:204
150
+ #: options-meta-boxes.php:221
151
+ #: options-meta-boxes.php:223
152
+ #: options-meta-boxes.php:228
153
+ #: options-meta-boxes.php:268
154
+ msgid "more&gt;"
155
+ msgstr "detailat&gt;"
156
+
157
+ #@ yarpp
158
+ #: options-meta-boxes.php:130
159
+ msgid "Match threshold:"
160
+ msgstr "Pragul de similitudine:"
161
+
162
+ #@ yarpp
163
+ #: options-meta-boxes.php:131
164
+ msgid "Titles: "
165
+ msgstr "Titluri:"
166
+
167
+ #@ yarpp
168
+ #: options-meta-boxes.php:133
169
+ msgid "Bodies: "
170
+ msgstr "Texte:"
171
+
172
+ #@ yarpp
173
+ #: options-meta-boxes.php:135
174
+ msgid "Tags: "
175
+ msgstr "Тag-uri:"
176
+
177
+ #@ yarpp
178
+ #: options-meta-boxes.php:137
179
+ msgid "Categories: "
180
+ msgstr "Categorii:"
181
+
182
+ #@ yarpp
183
+ #: options-meta-boxes.php:139
184
+ msgid "Cross-relate posts and pages?"
185
+ msgstr "A face o conexiune încrucișată de posturi și pagini?"
186
+
187
+ #@ yarpp
188
+ #: options-meta-boxes.php:139
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 "Când este selectată opțiunea \"Cross-relate posts and pages\", funcțiile <code>related_posts()</code>, <code>related_pages()</code> și <code>related_entries()</code> dau același randament, ce conține și posturi și pagini"
191
+
192
+ #@ yarpp
193
+ #: options-meta-boxes.php:212
194
+ msgid "Display options <small>for your website</small>"
195
+ msgstr "Vizualizare opțiuni <small>pentru site-ul Web al dvs.</small>"
196
+
197
+ #@ yarpp
198
+ #: options-meta-boxes.php:157
199
+ msgid "Automatically display related posts?"
200
+ msgstr "Afișare în mod automat de posturi conectate?"
201
+
202
+ #@ yarpp
203
+ #: options-meta-boxes.php:157
204
+ 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."
205
+ msgstr " Această opţiune afişează automat posturile conectate între ele hgzvj după conținutul unui singur mesaj de pe pagină. Dacă această opţiune este dezactivată va trebui să introduceţi manual <code>related_posts()</code> sau ceva similar (<code>related_pages()</code> și<code>related_entries()</code>) în tema dvs."
206
+
207
+ #@ yarpp
208
+ #: options-meta-boxes.php:158
209
+ msgid "Website display code example"
210
+ msgstr " Exemplu de cod pe site-ul Web"
211
+
212
+ #@ yarpp
213
+ #: options-meta-boxes.php:158
214
+ #: options-meta-boxes.php:221
215
+ msgid "(Update options to reload.)"
216
+ msgstr "( Salvaţi opţiuni pentru a reporni.)"
217
+
218
+ #@ yarpp
219
+ #: options-meta-boxes.php:160
220
+ #: options-meta-boxes.php:226
221
+ msgid "Maximum number of related posts:"
222
+ msgstr " Numărul maxim de posturi aferente "
223
+
224
+ #@ yarpp
225
+ #: options-meta-boxes.php:175
226
+ #: options-meta-boxes.php:244
227
+ msgid "Before / after related entries:"
228
+ msgstr "Pînă / după <br />posturi aferente:"
229
+
230
+ #@ yarpp
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:176
233
+ #: options-meta-boxes.php:184
234
+ #: options-meta-boxes.php:244
235
+ #: options-meta-boxes.php:245
236
+ #: options-meta-boxes.php:250
237
+ msgid "For example:"
238
+ msgstr "Exemplu:"
239
+
240
+ #@ yarpp
241
+ #: options-meta-boxes.php:176
242
+ #: options-meta-boxes.php:245
243
+ msgid "Before / after each related entry:"
244
+ msgstr "Pînă /după<br />fiecare post aferent:"
245
+
246
+ #@ yarpp
247
+ #: options-meta-boxes.php:178
248
+ #: options-meta-boxes.php:247
249
+ msgid "Show excerpt?"
250
+ msgstr "Afișare fragment?"
251
+
252
+ #@ yarpp
253
+ #: options-meta-boxes.php:179
254
+ #: options-meta-boxes.php:248
255
+ msgid "Excerpt length (No. of words):"
256
+ msgstr "Lungimea fragmentului(cantit. de cuvinte):"
257
+
258
+ #@ yarpp
259
+ #: options-meta-boxes.php:183
260
+ msgid "Before / after (Excerpt):"
261
+ msgstr "Pînă /după<br />fragmente"
262
+
263
+ #@ yarpp
264
+ #: options-meta-boxes.php:189
265
+ #: options-meta-boxes.php:254
266
+ msgid "Order results:"
267
+ msgstr "Sortare rezultate:"
268
+
269
+ #@ yarpp
270
+ #: options-meta-boxes.php:191
271
+ #: options-meta-boxes.php:256
272
+ msgid "score (high relevance to low)"
273
+ msgstr " Similitudine (în ordine descrescătoare) "
274
+
275
+ #@ yarpp
276
+ #: options-meta-boxes.php:192
277
+ #: options-meta-boxes.php:257
278
+ msgid "score (low relevance to high)"
279
+ msgstr " Similitudine (în ordine crescătoare) "
280
+
281
+ #@ yarpp
282
+ #: options-meta-boxes.php:193
283
+ #: options-meta-boxes.php:258
284
+ msgid "date (new to old)"
285
+ msgstr "Data(în ordine descrescătoare)"
286
+
287
+ #@ yarpp
288
+ #: options-meta-boxes.php:194
289
+ #: options-meta-boxes.php:259
290
+ msgid "date (old to new)"
291
+ msgstr " Data(în ordine crescătoare)"
292
+
293
+ #@ yarpp
294
+ #: options-meta-boxes.php:195
295
+ #: options-meta-boxes.php:260
296
+ msgid "title (alphabetical)"
297
+ msgstr "Titlu (după alfabet)"
298
+
299
+ #@ yarpp
300
+ #: options-meta-boxes.php:196
301
+ #: options-meta-boxes.php:261
302
+ msgid "title (reverse alphabetical)"
303
+ msgstr "Titlu(în ordine inversă)"
304
+
305
+ #@ yarpp
306
+ #: options-meta-boxes.php:201
307
+ #: options-meta-boxes.php:266
308
+ msgid "Default display if no results:"
309
+ msgstr "Afișare default dacă nu sunt rezultate:"
310
+
311
+ #@ yarpp
312
+ #: includes.php:257
313
+ #: options-meta-boxes.php:203
314
+ #: options-meta-boxes.php:268
315
+ msgid "Help promote Yet Another Related Posts Plugin?"
316
+ msgstr "A contribui la promovarea plugin YARPP?"
317
+
318
+ #@ yarpp
319
+ #: options-meta-boxes.php:205
320
+ #: options-meta-boxes.php:269
321
+ #, php-format
322
+ 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."
323
+ msgstr "Această opțiune va adăuga codul %s. Încercați să o conectați, modificați opțiunile și veți vedea ex. de cod pe dreapta. Aceste linkuri și butoane sunt extrem de importante."
324
+
325
+ #@ yarpp
326
+ #: options-meta-boxes.php:276
327
+ msgid "Display options <small>for RSS</small>"
328
+ msgstr "Vizualizare opțiuni <small>pentru RSS</small>"
329
+
330
+ #@ yarpp
331
+ #: options-meta-boxes.php:221
332
+ msgid "Display related posts in feeds?"
333
+ msgstr "Afișare posturi aferente în RSS?"
334
+
335
+ #@ yarpp
336
+ #: options-meta-boxes.php:223
337
+ msgid "Display related posts in the descriptions?"
338
+ msgstr "Afișare posturi aferente în descrieri?"
339
+
340
+ #@ yarpp
341
+ #: options-meta-boxes.php:223
342
+ 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."
343
+ msgstr "Această opțiune nu reflectă numai conținutul dar și posturile aferente la acesta în RSS. În cazul în care canalele sunt configurate pentru a afişa doar fragmentele, în acest caz este utilizat doar câmpul de descriere. "
344
+
345
+ #@ yarpp
346
+ #: options-meta-boxes.php:221
347
+ msgid "RSS display code example"
348
+ msgstr "Exemplu de cod în RSS"
349
+
350
+ #@ yarpp
351
+ #: options-meta-boxes.php:250
352
+ msgid "Before / after (excerpt):"
353
+ msgstr "Pînă / după<br />fragment:"
354
+
355
+ #@ yarpp
356
+ #: options-meta-boxes.php:38
357
+ msgid "word"
358
+ msgstr "cuvînt"
359
+
360
+ #@ yarpp
361
+ #: options-meta-boxes.php:39
362
+ msgid "tag"
363
+ msgstr "tag"
364
+
365
+ #@ yarpp
366
+ #: options-meta-boxes.php:40
367
+ msgid "category"
368
+ msgstr "categorie"
369
+
370
+ #@ yarpp
371
+ #: options-meta-boxes.php:48
372
+ #: options-meta-boxes.php:80
373
+ #, php-format
374
+ msgid "require at least one %s in common"
375
+ msgstr "doar unul %s trebuie să fie comun"
376
+
377
+ #@ yarpp
378
+ #: options-meta-boxes.php:50
379
+ #: options-meta-boxes.php:82
380
+ #, php-format
381
+ msgid "require more than one %s in common"
382
+ msgstr "mai mult de unul %s trebuie să fie comun"
383
+
384
+ #@ yarpp
385
+ #: yarpp_options.php:114
386
+ msgid "Options saved!"
387
+ msgstr "Opțiuni salvate!"
388
+
389
+ #@ yarpp
390
+ #: options-meta-boxes.php:124
391
+ 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."
392
+ msgstr "Cu cât e mai mare pragul de similitudine, cu atât e mai strictă proba, și în final vor fi primite mai puține rezultate. Pragul defult este de5. Dacă doriţi să găsiţi praguri acceptabile, experimentați cu mai multe posturi. Astfel veți putea vedea ce tipuri de posturi aferente vin ți care sunt valorile similare, care pot determina un nivel acceptabil pentru site-ul dvs."
393
+
394
+ #@ yarpp
395
+ #: yarpp_options.php:279
396
+ msgid "Update options"
397
+ msgstr "Modificare opțiuni"
398
+
399
+ #@ yarpp
400
+ #: yarpp_options.php:280
401
+ msgid "Do you really want to reset your configuration?"
402
+ msgstr "Sunteți sigur că doriți să resetați configurațiile dvs.?"
403
+
404
+ #@ yarpp
405
+ #: yarpp_options.php:280
406
+ msgid "Reset options"
407
+ msgstr "Resetare opțiuni"
408
+
409
+ #@ yarpp
410
+ #: cache-postmeta.php:105
411
+ #: cache-tables.php:131
412
+ msgid "Example post "
413
+ msgstr "Exemplu de post"
414
+
415
+ #@ yarpp
416
+ #: options-meta-boxes.php:105
417
+ msgid "day(s)"
418
+ msgstr "zi(le)"
419
+
420
+ #@ yarpp
421
+ #: options-meta-boxes.php:106
422
+ msgid "week(s)"
423
+ msgstr "luni"
424
+
425
+ #@ yarpp
426
+ #: options-meta-boxes.php:107
427
+ msgid "month(s)"
428
+ msgstr "an(i)"
429
+
430
+ #@ yarpp
431
+ #: options-meta-boxes.php:109
432
+ msgid "Show only posts from the past NUMBER UNITS"
433
+ msgstr " Afişare posturi doar în ultimul NUMBER UNITS"
434
+
435
+ #@ yarpp
436
+ #: yarpp_options.php:46
437
+ #, php-format
438
+ 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."
439
+ msgstr "Aceasta este noua beta (%s) plugin YARPP. Puteți să o <a href=\"%s\">descărcați aici</a> pe propriul risc."
440
+
441
+ #@ yarpp
442
+ #: includes.php:248
443
+ #: options-meta-boxes.php:161
444
+ #: options-meta-boxes.php:228
445
+ msgid "Display using a custom template file"
446
+ msgstr " Afişareautilizând un fişier şablon particularizat "
447
+
448
+ #@ yarpp
449
+ #: includes.php:249
450
+ #: options-meta-boxes.php:165
451
+ #: options-meta-boxes.php:233
452
+ msgid "Template file:"
453
+ msgstr "Fișierul șablon:"
454
+
455
+ #@ yarpp
456
+ #: options-meta-boxes.php:221
457
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
458
+ msgstr " Această opţiune afişează posturile asociate la sfârşitul fiecărui element în RSS si Atom. Modificarea șablonului nu este necesară."
459
+
460
+ #@ yarpp
461
+ #: template-metabox.php:12
462
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
463
+ msgstr "Acestea sunt posturi aferente pentru postul dat. Modificarea postului dat poate schomba setul de posturi aferente."
464
+
465
+ #@ yarpp
466
+ #: template-metabox.php:25
467
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
468
+ msgstr " Com vor fi afişate toate aceste posturi şi modul în care acestea vor fi afişate, depinde de opțiunile dvs. YARPP."
469
+
470
+ #@ yarpp
471
+ #: includes.php:28
472
+ #: includes.php:39
473
+ #: template-metabox.php:27
474
+ #: template-widget.php:13
475
+ msgid "No related posts."
476
+ msgstr "Nu sunt posturi aferente"
477
+
478
+ #@ yarpp
479
+ #: options-meta-boxes.php:228
480
+ msgid "NEW!"
481
+ msgstr "NOU!"
482
+
483
+ #@ yarpp
484
+ #: options-meta-boxes.php:161
485
+ #: options-meta-boxes.php:228
486
+ 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."
487
+ msgstr " Această opţiune avansată vă oferă putere deplină de a personaliza modul în care posturile dvs. aferente sunt afişate. Şabloanele (stocat în tema folderu), sunt scrise în PHP. "
488
+
489
+ #@ yarpp
490
+ #: includes.php:26
491
+ #: includes.php:37
492
+ msgid "Related posts:"
493
+ msgstr "Posturi aferente"
494
+
495
+ #@ yarpp
496
+ #: includes.php:169
497
+ msgid "Settings"
498
+ msgstr "Setări"
499
+
500
+ #@ default
501
+ #: includes.php:243
502
+ msgid "Title:"
503
+ msgstr "Titlu"
504
+
505
+ #@ yarpp
506
+ #: includes.php:385
507
+ msgid "Related entries may be displayed once you save your entry"
508
+ msgstr " Înregistrările pot fi afişate în cazul când veți salva înregistrarea dvs. "
509
+
510
+ #@ yarpp
511
+ #: options-meta-boxes.php:124
512
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
513
+ msgstr " YARPP limitează lista de posturi aferente de (1) numărul maxim și (2) <em>pragul corespunzător</em>."
514
+
515
+ #@ yarpp
516
+ #: options-meta-boxes.php:175
517
+ #: options-meta-boxes.php:176
518
+ #: options-meta-boxes.php:184
519
+ #: options-meta-boxes.php:244
520
+ #: options-meta-boxes.php:245
521
+ #: options-meta-boxes.php:250
522
+ msgid " or "
523
+ msgstr "sau"
524
+
525
+ #@ yarpp
526
+ #: options-meta-boxes.php:283
527
+ msgid "YARPP Forum"
528
+ msgstr "Forum YARPP"
529
+
530
+ #@ yarpp
531
+ #: options-meta-boxes.php:284
532
+ msgid "YARPP on Twitter"
533
+ msgstr "YARPP în Twiter"
534
+
535
+ #@ yarpp
536
+ #: options-meta-boxes.php:285
537
+ msgid "YARPP on the Web"
538
+ msgstr " YARPP pe Web "
539
+
540
+ #@ yarpp
541
+ #: options-meta-boxes.php:292
542
+ msgid "Contact YARPP"
543
+ msgstr "Contact YARPP "
544
+
545
+ #@ default
546
+ #: yarpp_options.php:42
547
+ #, php-format
548
+ 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>."
549
+ msgstr " Aceasta e o nouă versiune a %1$s valabilă.<a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">Vezi versiunea %4$s detalii</a> sau<a href=\"%5$s\">actualizare automată</a>."
550
+
551
+ #@ yarpp
552
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
555
+ msgstr " Vă rugăm să încercaţi <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+
557
+ #@ yarpp
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
561
+ msgstr "de <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+
trunk/lang/yarpp-ru_RU.mo ADDED
Binary file
trunk/lang/yarpp-ru_RU.po ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.0.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2009-06-03 16:30+0300\n"
7
+ "Last-Translator: Altesack <altasack@mail.ru>\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: 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:376
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Связанные посты"
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 - это коэффициэнт \"похожести\" текущго поста и связаного с ним. Вы видите это потому, что вы зашли в 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' title='WordPress Related Posts Plugin'>YARPP</a>."
47
+
48
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_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
+ #: yarpp_options.php:70
72
+ #@ yarpp
73
+ msgid "Trust me. Let me use MyISAM features."
74
+ msgstr "Поверьте мне. Позвольте мне использовать MyISAM."
75
+
76
+ #: yarpp_options.php:83
77
+ #@ yarpp
78
+ msgid "The YARPP database had an error but has been fixed."
79
+ msgstr "База данных YARPP содержала ошибки, но они были исправлены."
80
+
81
+ #: yarpp_options.php:85
82
+ #@ yarpp
83
+ msgid "The YARPP database has an error which could not be fixed."
84
+ msgstr "База данных YARPP содержит ошибку, которая не может быть исправлена."
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 "не рассматривать"
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 "рассматривать"
99
+
100
+ #: options-meta-boxes.php:65
101
+ #@ yarpp
102
+ msgid "consider with extra weight"
103
+ msgstr "рассматривать с дополнительным весом"
104
+
105
+ #: yarpp_options.php:178
106
+ #@ yarpp
107
+ msgid "Yet Another Related Posts Plugin Options"
108
+ msgstr "Опции YARPP"
109
+
110
+ #: options-meta-boxes.php:118
111
+ #@ yarpp
112
+ msgid "\"The Pool\""
113
+ msgstr "<em>Контент</em>"
114
+
115
+ #: options-meta-boxes.php:91
116
+ #@ yarpp
117
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
118
+ msgstr "<em>Контент</em> понимается как набор сообщений и страниц, которые являются кандидатами на показ в блоке связанных записей."
119
+
120
+ #: options-meta-boxes.php:96
121
+ #@ yarpp
122
+ msgid "Disallow by category:"
123
+ msgstr "Исключить категории:"
124
+
125
+ #: options-meta-boxes.php:98
126
+ #@ yarpp
127
+ msgid "Disallow by tag:"
128
+ msgstr "Исключить теги:"
129
+
130
+ #: options-meta-boxes.php:101
131
+ #@ yarpp
132
+ msgid "Show password protected posts?"
133
+ msgstr "Показывать сообщения, защищённые паролем?"
134
+
135
+ #: options-meta-boxes.php:140
136
+ #@ yarpp
137
+ msgid "Show only previous posts?"
138
+ msgstr "Показывать только предыдущие сообщения?"
139
+
140
+ #: options-meta-boxes.php:148
141
+ #@ yarpp
142
+ msgid "\"Relatedness\" options"
143
+ msgstr "Критерии похожести"
144
+
145
+ #: options-meta-boxes.php:124
146
+ #: options-meta-boxes.php:139
147
+ #: options-meta-boxes.php:157
148
+ #: options-meta-boxes.php:161
149
+ #: options-meta-boxes.php:204
150
+ #: options-meta-boxes.php:221
151
+ #: options-meta-boxes.php:223
152
+ #: options-meta-boxes.php:228
153
+ #: options-meta-boxes.php:268
154
+ #@ yarpp
155
+ msgid "more&gt;"
156
+ msgstr "подробнее&gt;"
157
+
158
+ #: options-meta-boxes.php:130
159
+ #@ yarpp
160
+ msgid "Match threshold:"
161
+ msgstr "Порог похожести:"
162
+
163
+ #: options-meta-boxes.php:131
164
+ #@ yarpp
165
+ msgid "Titles: "
166
+ msgstr "Заголовки:"
167
+
168
+ #: options-meta-boxes.php:133
169
+ #@ yarpp
170
+ msgid "Bodies: "
171
+ msgstr "Тексты:"
172
+
173
+ #: options-meta-boxes.php:135
174
+ #@ yarpp
175
+ msgid "Tags: "
176
+ msgstr "Теги:"
177
+
178
+ #: options-meta-boxes.php:137
179
+ #@ yarpp
180
+ msgid "Categories: "
181
+ msgstr "Категории:"
182
+
183
+ #: options-meta-boxes.php:139
184
+ #@ yarpp
185
+ msgid "Cross-relate posts and pages?"
186
+ msgstr "Делать перекрёстную перелинковку страниц и сообщений?"
187
+
188
+ #: options-meta-boxes.php:139
189
+ #@ yarpp
190
+ 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."
191
+ msgstr "Когда выбрана опция “Делать перекрёстную перелинковку страниц и сообщений?”, функции <code>related_posts()</code>, <code>related_pages()</code> и <code>related_entries()</code> выдают одинаковый набор, содержащий и страницы и сообщения"
192
+
193
+ #: options-meta-boxes.php:212
194
+ #@ yarpp
195
+ msgid "Display options <small>for your website</small>"
196
+ msgstr "Просмотр опций <small>для вашего сайта</small>"
197
+
198
+ #: options-meta-boxes.php:157
199
+ #@ yarpp
200
+ msgid "Automatically display related posts?"
201
+ msgstr "Автоматически показывать связанные посты?"
202
+
203
+ #: options-meta-boxes.php:157
204
+ #@ yarpp
205
+ 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."
206
+ msgstr "Это опция автоматически показывает связанные сообщения hgzvj после содержимого на странице одиночного сообщения. Если эту опцию отключить, вам понадобится вручную вставить <code>related_posts()</code> или что-то подобное (<code>related_pages()</code> и <code>related_entries()</code>) в вашей теме."
207
+
208
+ #: options-meta-boxes.php:158
209
+ #@ yarpp
210
+ msgid "Website display code example"
211
+ msgstr "Пример кода на web-сайте "
212
+
213
+ #: options-meta-boxes.php:158
214
+ #: options-meta-boxes.php:221
215
+ #@ yarpp
216
+ msgid "(Update options to reload.)"
217
+ msgstr "(Сохраните опции для перезагрузки.)"
218
+
219
+ #: options-meta-boxes.php:160
220
+ #: options-meta-boxes.php:226
221
+ #@ yarpp
222
+ msgid "Maximum number of related posts:"
223
+ msgstr "Максимальное количество связанных постов:"
224
+
225
+ #: options-meta-boxes.php:175
226
+ #: options-meta-boxes.php:244
227
+ #@ yarpp
228
+ msgid "Before / after related entries:"
229
+ msgstr "До / после <br />связанных постов:"
230
+
231
+ #: options-meta-boxes.php:175
232
+ #: options-meta-boxes.php:176
233
+ #: options-meta-boxes.php:184
234
+ #: options-meta-boxes.php:244
235
+ #: options-meta-boxes.php:245
236
+ #: options-meta-boxes.php:250
237
+ #@ yarpp
238
+ msgid "For example:"
239
+ msgstr "Например:"
240
+
241
+ #: options-meta-boxes.php:176
242
+ #: options-meta-boxes.php:245
243
+ #@ yarpp
244
+ msgid "Before / after each related entry:"
245
+ msgstr "До / после<br />каждого связанного поста:"
246
+
247
+ #: options-meta-boxes.php:178
248
+ #: options-meta-boxes.php:247
249
+ #@ yarpp
250
+ msgid "Show excerpt?"
251
+ msgstr "Показать выдержку?"
252
+
253
+ #: options-meta-boxes.php:179
254
+ #: options-meta-boxes.php:248
255
+ #@ yarpp
256
+ msgid "Excerpt length (No. of words):"
257
+ msgstr "Длина выдержки(кол-во слов):"
258
+
259
+ #: options-meta-boxes.php:183
260
+ #@ yarpp
261
+ msgid "Before / after (Excerpt):"
262
+ msgstr "До /после<br />выдержки"
263
+
264
+ #: options-meta-boxes.php:189
265
+ #: options-meta-boxes.php:254
266
+ #@ yarpp
267
+ msgid "Order results:"
268
+ msgstr "Сортировка результатов:"
269
+
270
+ #: options-meta-boxes.php:191
271
+ #: options-meta-boxes.php:256
272
+ #@ yarpp
273
+ msgid "score (high relevance to low)"
274
+ msgstr "Похожесть (по-убыванию)"
275
+
276
+ #: options-meta-boxes.php:192
277
+ #: options-meta-boxes.php:257
278
+ #@ yarpp
279
+ msgid "score (low relevance to high)"
280
+ msgstr "Похожесть (по-возрастанию)"
281
+
282
+ #: options-meta-boxes.php:193
283
+ #: options-meta-boxes.php:258
284
+ #@ yarpp
285
+ msgid "date (new to old)"
286
+ msgstr "Дата (по-убыванию)"
287
+
288
+ #: options-meta-boxes.php:194
289
+ #: options-meta-boxes.php:259
290
+ #@ yarpp
291
+ msgid "date (old to new)"
292
+ msgstr "Дата (по возрастанию)"
293
+
294
+ #: options-meta-boxes.php:195
295
+ #: options-meta-boxes.php:260
296
+ #@ yarpp
297
+ msgid "title (alphabetical)"
298
+ msgstr "Заголовок (по алфавиту)"
299
+
300
+ #: options-meta-boxes.php:196
301
+ #: options-meta-boxes.php:261
302
+ #@ yarpp
303
+ msgid "title (reverse alphabetical)"
304
+ msgstr "Заголовок (в обратном порядке)"
305
+
306
+ #: options-meta-boxes.php:201
307
+ #: options-meta-boxes.php:266
308
+ #@ yarpp
309
+ msgid "Default display if no results:"
310
+ msgstr "По-умолчанию показывать если пусто:"
311
+
312
+ #: includes.php:257
313
+ #: options-meta-boxes.php:203
314
+ #: options-meta-boxes.php:268
315
+ #@ yarpp
316
+ msgid "Help promote Yet Another Related Posts Plugin?"
317
+ msgstr "Помочь продвигать плагин YARPP?"
318
+
319
+ #: options-meta-boxes.php:205
320
+ #: options-meta-boxes.php:269
321
+ #, php-format
322
+ #@ yarpp
323
+ 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."
324
+ msgstr "Эта опция добавит код %s. Попробуйте включить её, измените опции и смотрите пример кода справа. Эти ссылки и кнопки очень важны."
325
+
326
+ #: options-meta-boxes.php:276
327
+ #@ yarpp
328
+ msgid "Display options <small>for RSS</small>"
329
+ msgstr "Просмотр настроек <small>для RSS</small>"
330
+
331
+ #: options-meta-boxes.php:221
332
+ #@ yarpp
333
+ msgid "Display related posts in feeds?"
334
+ msgstr "Показывать связанные посты в RSS?"
335
+
336
+ #: options-meta-boxes.php:223
337
+ #@ yarpp
338
+ msgid "Display related posts in the descriptions?"
339
+ msgstr "Показывать связанные посты в описании?"
340
+
341
+ #: options-meta-boxes.php:223
342
+ #@ yarpp
343
+ 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."
344
+ msgstr "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
345
+
346
+ #: options-meta-boxes.php:221
347
+ #@ yarpp
348
+ msgid "RSS display code example"
349
+ msgstr "Пример кода в RSS"
350
+
351
+ #: options-meta-boxes.php:250
352
+ #@ yarpp
353
+ msgid "Before / after (excerpt):"
354
+ msgstr "До / после<br />выдержки:"
355
+
356
+ #: options-meta-boxes.php:38
357
+ #@ yarpp
358
+ msgid "word"
359
+ msgstr "слово"
360
+
361
+ #: options-meta-boxes.php:39
362
+ #@ yarpp
363
+ msgid "tag"
364
+ msgstr "тег"
365
+
366
+ #: options-meta-boxes.php:40
367
+ #@ yarpp
368
+ msgid "category"
369
+ msgstr "категория"
370
+
371
+ #: options-meta-boxes.php:48
372
+ #: options-meta-boxes.php:80
373
+ #, php-format
374
+ #@ yarpp
375
+ msgid "require at least one %s in common"
376
+ msgstr "хотя бы один \"%s\" должен быть общим"
377
+
378
+ #: options-meta-boxes.php:50
379
+ #: options-meta-boxes.php:82
380
+ #, php-format
381
+ #@ yarpp
382
+ msgid "require more than one %s in common"
383
+ msgstr "более одного \"%s\" должно быть общим"
384
+
385
+ #: yarpp_options.php:114
386
+ #@ yarpp
387
+ msgid "Options saved!"
388
+ msgstr "Настройки сохранены!"
389
+
390
+ #: options-meta-boxes.php:124
391
+ #@ yarpp
392
+ 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."
393
+ msgstr "Чем выше порог похожести, тем строже выборка, и тем меньше получите записей на выходе. По-умолчанию порог равен 5. Если хотите найти приемлимые пороговые значения, поэкспериментируйте с несколькими сообщениями. Вы сможете увидеть, какие сообщения выходят наверх и какие у них значения схожести, по которым можно определить приемлимый уровень для вашего сайта."
394
+
395
+ #: yarpp_options.php:279
396
+ #@ yarpp
397
+ msgid "Update options"
398
+ msgstr "Изменить настройки"
399
+
400
+ #: yarpp_options.php:280
401
+ #@ yarpp
402
+ msgid "Do you really want to reset your configuration?"
403
+ msgstr "Вы действительно хотите сбросить ваши настройки?"
404
+
405
+ #: yarpp_options.php:280
406
+ #@ yarpp
407
+ msgid "Reset options"
408
+ msgstr "Сбросить настройки"
409
+
410
+ #: cache-postmeta.php:105
411
+ #: cache-tables.php:131
412
+ #@ yarpp
413
+ msgid "Example post "
414
+ msgstr "Пример поста"
415
+
416
+ #: options-meta-boxes.php:105
417
+ #@ yarpp
418
+ msgid "day(s)"
419
+ msgstr "дней"
420
+
421
+ #: options-meta-boxes.php:106
422
+ #@ yarpp
423
+ msgid "week(s)"
424
+ msgstr "месяцев"
425
+
426
+ #: options-meta-boxes.php:107
427
+ #@ yarpp
428
+ msgid "month(s)"
429
+ msgstr "лет"
430
+
431
+ #: options-meta-boxes.php:109
432
+ #@ yarpp
433
+ msgid "Show only posts from the past NUMBER UNITS"
434
+ msgstr "Показывать только посты за последние NUMBER UNITS"
435
+
436
+ #: yarpp_options.php:46
437
+ #, php-format
438
+ #@ yarpp
439
+ 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."
440
+ msgstr "Вышла новая beta (%s) плагина YARPP. Вы можете <a href=\"%s\">скачать её здесь</a> на свой риск."
441
+
442
+ #: includes.php:248
443
+ #: options-meta-boxes.php:161
444
+ #: options-meta-boxes.php:228
445
+ #@ yarpp
446
+ msgid "Display using a custom template file"
447
+ msgstr "Показывать с шаблоном пользователя"
448
+
449
+ #: includes.php:249
450
+ #: options-meta-boxes.php:165
451
+ #: options-meta-boxes.php:233
452
+ #@ yarpp
453
+ msgid "Template file:"
454
+ msgstr "Файл шаблона:"
455
+
456
+ #: options-meta-boxes.php:221
457
+ #@ yarpp
458
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
459
+ msgstr "Эта опция показывает связанные сообщения в конце каждого пункта вашего потока RSS и Atom. Изменения шаблона не требуются."
460
+
461
+ #: template-metabox.php:12
462
+ #@ yarpp
463
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
464
+ msgstr "Это связанные посты для этого поста. Изменение этого поста может изменить набор связанных постов."
465
+
466
+ #: template-metabox.php:25
467
+ #@ yarpp
468
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
469
+ msgstr "Будут ли отображаться все эти посты и как они будут отображаться, зависит от ваших настроек отображения YARPP."
470
+
471
+ #: includes.php:28
472
+ #: includes.php:39
473
+ #: template-metabox.php:27
474
+ #: template-widget.php:13
475
+ #@ yarpp
476
+ msgid "No related posts."
477
+ msgstr "Нет связанных сообщений"
478
+
479
+ #: options-meta-boxes.php:228
480
+ #@ yarpp
481
+ msgid "NEW!"
482
+ msgstr "НОВОЕ!"
483
+
484
+ #: options-meta-boxes.php:161
485
+ #: options-meta-boxes.php:228
486
+ #@ yarpp
487
+ 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."
488
+ msgstr "Эти дополнительные настройки дают вам полную мощь для настройки отображения связанных сообщений. Шаблоны (хранятся папке используемой темы) написаны на PHP."
489
+
490
+ #: includes.php:26
491
+ #: includes.php:37
492
+ #@ yarpp
493
+ msgid "Related posts:"
494
+ msgstr ""
495
+
496
+ #: includes.php:169
497
+ #@ yarpp
498
+ msgid "Settings"
499
+ msgstr ""
500
+
501
+ #: includes.php:243
502
+ #@ default
503
+ msgid "Title:"
504
+ msgstr ""
505
+
506
+ #: includes.php:385
507
+ #@ yarpp
508
+ msgid "Related entries may be displayed once you save your entry"
509
+ msgstr ""
510
+
511
+ #: options-meta-boxes.php:124
512
+ #@ yarpp
513
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
514
+ msgstr ""
515
+
516
+ #: options-meta-boxes.php:175
517
+ #: options-meta-boxes.php:176
518
+ #: options-meta-boxes.php:184
519
+ #: options-meta-boxes.php:244
520
+ #: options-meta-boxes.php:245
521
+ #: options-meta-boxes.php:250
522
+ #@ yarpp
523
+ msgid " or "
524
+ msgstr ""
525
+
526
+ #: options-meta-boxes.php:283
527
+ #@ yarpp
528
+ msgid "YARPP Forum"
529
+ msgstr ""
530
+
531
+ #: options-meta-boxes.php:284
532
+ #@ yarpp
533
+ msgid "YARPP on Twitter"
534
+ msgstr ""
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 ""
545
+
546
+ #: yarpp_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
+ #: yarpp_options.php:86
553
+ #, php-format
554
+ #@ yarpp
555
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
556
+ msgstr ""
557
+
558
+ #: yarpp_options.php:188
559
+ #, php-format
560
+ #@ yarpp
561
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
562
+ msgstr ""
563
+
trunk/lang/yarpp-sk_SK.mo ADDED
Binary file
trunk/lang/yarpp-sk_SK.po ADDED
@@ -0,0 +1,537 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.4.3\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2011-12-30 10:47+0000\n"
7
+ "Last-Translator: brozman <v.brozman@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: Slovak\n"
14
+ "X-Poedit-Country: SLOVAKIA\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: class-admin.php:42
23
+ #: class-widget.php:7
24
+ #: class-widget.php:28
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "Súvisiace články (YARPP)"
28
+
29
+ #: class-admin.php:50
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Súvisiace články"
33
+
34
+ #: class-admin.php:50
35
+ #@ default
36
+ msgid "Configure"
37
+ msgstr "Konfigurovať"
38
+
39
+ #: class-admin.php:76
40
+ #@ yarpp
41
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
42
+ msgstr "Ďakujeme Vám za inštaláciu <span>Yet Another Related Posts Plugin</span>!"
43
+
44
+ #: class-admin.php:77
45
+ #@ yarpp
46
+ msgid "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
47
+ msgstr "Navštívte <a>stránku s nastaveniami</a> pre úpravu pluginu YARPP."
48
+
49
+ #: class-admin.php:123
50
+ #@ default
51
+ msgid "Settings"
52
+ msgstr "Nastavenia"
53
+
54
+ #: class-admin.php:149
55
+ #@ yarpp
56
+ msgid "Related entries may be displayed once you save your entry"
57
+ msgstr "Súvisiace články budú zobrazené po tom, ako uložíte vykonané zmeny"
58
+
59
+ #: class-cache.php:525
60
+ #@ yarpp
61
+ msgid "Example post "
62
+ msgstr "Vzorový článok"
63
+
64
+ #: class-core.php:77
65
+ #: class-core.php:88
66
+ #: class-core.php:272
67
+ #: class-core.php:283
68
+ #@ yarpp
69
+ msgid "Related posts:"
70
+ msgstr "Súvisiace články:"
71
+
72
+ #: class-core.php:79
73
+ #: class-core.php:90
74
+ #: class-core.php:274
75
+ #: class-core.php:285
76
+ #: template-metabox.php:30
77
+ #: template-widget.php:13
78
+ #@ yarpp
79
+ msgid "No related posts."
80
+ msgstr "Žiadne súvisiace články."
81
+
82
+ #: class-core.php:510
83
+ #: class-core.php:627
84
+ #: options-meta-boxes.php:205
85
+ #: options-meta-boxes.php:257
86
+ #, php-format
87
+ #@ yarpp
88
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
89
+ msgstr "Tento plugin Vám prináša <a href='%s'>Yet Another Related Posts Plugin</a>."
90
+
91
+ #: class-widget.php:58
92
+ #@ default
93
+ msgid "Title:"
94
+ msgstr "Nadpis:"
95
+
96
+ #: class-widget.php:65
97
+ #: options-meta-boxes.php:170
98
+ #: options-meta-boxes.php:228
99
+ #@ yarpp
100
+ msgid "Display using a custom template file"
101
+ msgstr "Zobraziť pomocou vlastnej šablóny"
102
+
103
+ #: class-widget.php:66
104
+ #: options-meta-boxes.php:174
105
+ #: options-meta-boxes.php:233
106
+ #@ yarpp
107
+ msgid "Template file:"
108
+ msgstr "Súbor šablóny:"
109
+
110
+ #: class-widget.php:74
111
+ #: options-meta-boxes.php:203
112
+ #: options-meta-boxes.php:256
113
+ #@ yarpp
114
+ msgid "Help promote Yet Another Related Posts Plugin?"
115
+ msgstr "Chcete pomôcť s propagáciou Yet Another Related Posts Pluginu?"
116
+
117
+ #: options-meta-boxes.php:36
118
+ #: options-meta-boxes.php:50
119
+ #@ yarpp
120
+ msgid "do not consider"
121
+ msgstr "nebrať do úvahy"
122
+
123
+ #: options-meta-boxes.php:37
124
+ #: options-meta-boxes.php:51
125
+ #@ yarpp
126
+ msgid "consider"
127
+ msgstr "brať do úvahy"
128
+
129
+ #: options-meta-boxes.php:38
130
+ #, php-format
131
+ #@ yarpp
132
+ msgid "require at least one %s in common"
133
+ msgstr "požaduje sa najmenej jedna spoločná %s"
134
+
135
+ #: options-meta-boxes.php:39
136
+ #, php-format
137
+ #@ yarpp
138
+ msgid "require more than one %s in common"
139
+ msgstr "požaduje sa viac ako jedna spoločná %s"
140
+
141
+ #: options-meta-boxes.php:52
142
+ #@ yarpp
143
+ msgid "consider with extra weight"
144
+ msgstr "priradiť extra význam"
145
+
146
+ #: options-meta-boxes.php:61
147
+ #@ yarpp
148
+ msgid "Order results:"
149
+ msgstr "Zoradiť výsledky:"
150
+
151
+ #: options-meta-boxes.php:64
152
+ #@ yarpp
153
+ msgid "score (high relevance to low)"
154
+ msgstr "podľa zhody (od najväčšej po najmenšiu)"
155
+
156
+ #: options-meta-boxes.php:65
157
+ #@ yarpp
158
+ msgid "score (low relevance to high)"
159
+ msgstr "podľa zhody (od najmenšej po najväčšiu)"
160
+
161
+ #: options-meta-boxes.php:66
162
+ #@ yarpp
163
+ msgid "date (new to old)"
164
+ msgstr "podľa dátumu (od najnovšších po najstaršie)"
165
+
166
+ #: options-meta-boxes.php:67
167
+ #@ yarpp
168
+ msgid "date (old to new)"
169
+ msgstr "podľa dátumu (od najstaršších po najnovšie)"
170
+
171
+ #: options-meta-boxes.php:68
172
+ #@ yarpp
173
+ msgid "title (alphabetical)"
174
+ msgstr "podľa nadpisu (abecedne A-Z)"
175
+
176
+ #: options-meta-boxes.php:69
177
+ #@ yarpp
178
+ msgid "title (reverse alphabetical)"
179
+ msgstr "podľa nadpisu (obrátene abecedne Z-A)"
180
+
181
+ #: options-meta-boxes.php:100
182
+ #@ yarpp
183
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
184
+ msgstr "V \"pokročilých nastaveniach\" môžete nastaviť, ktoré príspevky sa budú zobrazovať ako súvisiace k aktuálnemu záznamu."
185
+
186
+ #: options-meta-boxes.php:106
187
+ #, php-format
188
+ #@ yarpp
189
+ msgid "Disallow by %s:"
190
+ msgstr "Zakázať"
191
+
192
+ #: options-meta-boxes.php:108
193
+ #@ yarpp
194
+ msgid "Show password protected posts?"
195
+ msgstr "Zobraziť články chránené heslom?"
196
+
197
+ #: options-meta-boxes.php:113
198
+ #@ yarpp
199
+ msgid "day(s)"
200
+ msgstr "dni"
201
+
202
+ #: options-meta-boxes.php:114
203
+ #@ yarpp
204
+ msgid "week(s)"
205
+ msgstr "týždne"
206
+
207
+ #: options-meta-boxes.php:115
208
+ #@ yarpp
209
+ msgid "month(s)"
210
+ msgstr "mesiac(e)"
211
+
212
+ #: options-meta-boxes.php:117
213
+ #@ yarpp
214
+ msgid "Show only posts from the past NUMBER UNITS"
215
+ msgstr "Zobraziť len články za posledných NUMBER UNITS"
216
+
217
+ #: options-meta-boxes.php:126
218
+ #@ yarpp
219
+ msgid "\"The Pool\""
220
+ msgstr "\"Pokročilé nastavenia\""
221
+
222
+ #: options-meta-boxes.php:132
223
+ #@ yarpp
224
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
225
+ msgstr "YARPP zoraďuje súvisiace články podľa (1) čísla zobrazovaných článkov (2) <em>podľa zhody</em>."
226
+
227
+ #: options-meta-boxes.php:132
228
+ #: options-meta-boxes.php:148
229
+ #: options-meta-boxes.php:166
230
+ #: options-meta-boxes.php:170
231
+ #: options-meta-boxes.php:204
232
+ #: options-meta-boxes.php:221
233
+ #: options-meta-boxes.php:223
234
+ #: options-meta-boxes.php:228
235
+ #: options-meta-boxes.php:256
236
+ #@ yarpp
237
+ msgid "more&gt;"
238
+ msgstr "viac&gt;"
239
+
240
+ #: options-meta-boxes.php:132
241
+ #@ yarpp
242
+ 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."
243
+ msgstr "Čím vyššie je nastavená presnosť zhody, tým menej súvisiacich príspevkov dostanete. Štandardne je zhoda nastavená na číslo 5. Pri hľadaní toho správneho nastavenia zhody Vám odporúčame pozrieť aké čísla sa zobrazujú pri navrhnutých súvisiacich článkoch a vyladiť si nastavenie podľa seba."
244
+
245
+ #: options-meta-boxes.php:138
246
+ #@ yarpp
247
+ msgid "Match threshold:"
248
+ msgstr "Presnosť zhody:"
249
+
250
+ #: options-meta-boxes.php:139
251
+ #@ yarpp
252
+ msgid "Titles: "
253
+ msgstr "Nadpisy:"
254
+
255
+ #: options-meta-boxes.php:141
256
+ #@ yarpp
257
+ msgid "Bodies: "
258
+ msgstr "Telo:"
259
+
260
+ #: options-meta-boxes.php:148
261
+ #@ yarpp
262
+ msgid "Cross-relate posts and pages?"
263
+ msgstr "Nerozlišovať medzi stránkami a článkami?"
264
+
265
+ #: options-meta-boxes.php:148
266
+ #@ yarpp
267
+ 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."
268
+ msgstr "Ak je možnosť \"Nerozlišovať medzi stránkami a článkami?\" zapnutá, <code>related_posts()</code>, <code>related_pages()</code>, and <code>related_entries()</code> všetky tieto kódy vrátia rovnaké výsledky a zobrazia súvisiace články aj stránky."
269
+
270
+ #: options-meta-boxes.php:149
271
+ #@ yarpp
272
+ msgid "Show only previous posts?"
273
+ msgstr "Zobraziť len miunulé príspevky?"
274
+
275
+ #: options-meta-boxes.php:157
276
+ #@ yarpp
277
+ msgid "\"Relatedness\" options"
278
+ msgstr "nastavenie \"Podobnosti\""
279
+
280
+ #: options-meta-boxes.php:166
281
+ #@ yarpp
282
+ msgid "Automatically display related posts?"
283
+ msgstr "Zobraziť súvisiace články automaticky?"
284
+
285
+ #: options-meta-boxes.php:166
286
+ #@ yarpp
287
+ 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."
288
+ msgstr "Táto možnosť automaticky zobrazí súvisiace články hneď pod obsahom danej stránky. Ak je táto funkcia vypnutá, budete musieť ručne vložiť <code>related_posts()</code> alebo (<code>related_pages()</code> a <code>related_entries()</code>) do súborov Vašej témy."
289
+
290
+ #: options-meta-boxes.php:167
291
+ #@ yarpp
292
+ msgid "Website display code example"
293
+ msgstr "Takto bude vyzerať kód na stránke"
294
+
295
+ #: options-meta-boxes.php:167
296
+ #: options-meta-boxes.php:221
297
+ #@ yarpp
298
+ msgid "(Update options to reload.)"
299
+ msgstr "(Aktualizujte možnosti pre obnovenie.)"
300
+
301
+ #: options-meta-boxes.php:169
302
+ #: options-meta-boxes.php:226
303
+ #@ yarpp
304
+ msgid "Maximum number of related posts:"
305
+ msgstr "Maximálny počet súvisiacich článkov:"
306
+
307
+ #: options-meta-boxes.php:170
308
+ #: options-meta-boxes.php:228
309
+ #@ yarpp
310
+ 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."
311
+ msgstr "Toto pokročilé nastavenie Vám dáva plnú moc pri upravovaní toho, ako budú súvisiace články zobrazené. Šablóny (nachádzajúce sa v priečinku Vašej témy) sú písané v PHP."
312
+
313
+ #: options-meta-boxes.php:184
314
+ #: options-meta-boxes.php:244
315
+ #@ yarpp
316
+ msgid "Before / after related entries:"
317
+ msgstr "Pred / za súvisiacimi článkami:"
318
+
319
+ #: options-meta-boxes.php:184
320
+ #: options-meta-boxes.php:185
321
+ #: options-meta-boxes.php:193
322
+ #: options-meta-boxes.php:244
323
+ #: options-meta-boxes.php:245
324
+ #: options-meta-boxes.php:250
325
+ #@ yarpp
326
+ msgid "For example:"
327
+ msgstr "Napríklad:"
328
+
329
+ #: options-meta-boxes.php:184
330
+ #: options-meta-boxes.php:185
331
+ #: options-meta-boxes.php:193
332
+ #: options-meta-boxes.php:244
333
+ #: options-meta-boxes.php:245
334
+ #: options-meta-boxes.php:250
335
+ #@ yarpp
336
+ msgid " or "
337
+ msgstr "alebo"
338
+
339
+ #: options-meta-boxes.php:185
340
+ #: options-meta-boxes.php:245
341
+ #@ yarpp
342
+ msgid "Before / after each related entry:"
343
+ msgstr "Pred / za každým súvisiacim článkom:"
344
+
345
+ #: options-meta-boxes.php:187
346
+ #: options-meta-boxes.php:247
347
+ #@ yarpp
348
+ msgid "Show excerpt?"
349
+ msgstr "Zobraziť výňatok?"
350
+
351
+ #: options-meta-boxes.php:188
352
+ #: options-meta-boxes.php:248
353
+ #@ yarpp
354
+ msgid "Excerpt length (No. of words):"
355
+ msgstr "Dĺžka výňatku (počet slov)"
356
+
357
+ #: options-meta-boxes.php:192
358
+ #@ yarpp
359
+ msgid "Before / after (Excerpt):"
360
+ msgstr "Pred / za (výňatkom)"
361
+
362
+ #: options-meta-boxes.php:200
363
+ #: options-meta-boxes.php:254
364
+ #@ yarpp
365
+ msgid "Default display if no results:"
366
+ msgstr "Ak sa nenájdu žiadne výsledky, zobrazí sa:"
367
+
368
+ #: options-meta-boxes.php:205
369
+ #: options-meta-boxes.php:257
370
+ #, php-format
371
+ #@ yarpp
372
+ 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."
373
+ msgstr "Zapnutie tejto možnosti pridá kód %s. Skúste to zapnút, uložiť nastavenia, a výsledok uvidíte vpravo hore. Zapnutie tohto nastavenia a finančné dary si veľmi vážime."
374
+
375
+ #: options-meta-boxes.php:212
376
+ #@ yarpp
377
+ msgid "Display options <small>for your website</small>"
378
+ msgstr "Zobraziť možnosti <small>pre Vašu stránku</small>"
379
+
380
+ #: options-meta-boxes.php:221
381
+ #@ yarpp
382
+ msgid "Display related posts in feeds?"
383
+ msgstr "Zobraziť súvisiace články v kanáloch?"
384
+
385
+ #: options-meta-boxes.php:221
386
+ #@ yarpp
387
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
388
+ msgstr "Táto možnosť zobrazí súvisiace články na konci každého príspevku v RSS a Atom kanáloch. Žiadne zmeny v šablóne nie sú nutné."
389
+
390
+ #: options-meta-boxes.php:221
391
+ #@ yarpp
392
+ msgid "RSS display code example"
393
+ msgstr "Príklad zobrazenia RSS kódu"
394
+
395
+ #: options-meta-boxes.php:223
396
+ #@ yarpp
397
+ msgid "Display related posts in the descriptions?"
398
+ msgstr "Zobraziť súvisiace články v popisoch?"
399
+
400
+ #: options-meta-boxes.php:223
401
+ #@ yarpp
402
+ 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."
403
+ msgstr "Táto možnosť zobrazí súvisiace články v popise RSS. Ak je zapnutá, zobrazí len výňatky z článkov. Ak je necháte vypnutú, zobrazia sa Vám celé RSS kanály."
404
+
405
+ #: options-meta-boxes.php:228
406
+ #@ yarpp
407
+ msgid "NEW!"
408
+ msgstr "NOVÉ!"
409
+
410
+ #: options-meta-boxes.php:250
411
+ #@ yarpp
412
+ msgid "Before / after (excerpt):"
413
+ msgstr "Pred / za (výňatkom)"
414
+
415
+ #: options-meta-boxes.php:264
416
+ #@ yarpp
417
+ msgid "Display options <small>for RSS</small>"
418
+ msgstr "Nastavenie zobrazenie <small>pre RSS</small>"
419
+
420
+ #: options-meta-boxes.php:271
421
+ #@ yarpp
422
+ msgid "YARPP Forum"
423
+ msgstr "YARPP Fórum"
424
+
425
+ #: options-meta-boxes.php:272
426
+ #@ yarpp
427
+ msgid "YARPP on Twitter"
428
+ msgstr "YARPP na Twittri"
429
+
430
+ #: options-meta-boxes.php:273
431
+ #@ yarpp
432
+ msgid "YARPP on the Web"
433
+ msgstr "YARPP na Webe"
434
+
435
+ #: options-meta-boxes.php:274
436
+ #@ yarpp
437
+ msgid "Rate YARPP on WordPress.org"
438
+ msgstr "Ohodnoťte plugin YARPP na stránke WordPress.org"
439
+
440
+ #: options-meta-boxes.php:310
441
+ #@ yarpp
442
+ msgid "Contact YARPP"
443
+ msgstr "Kontaktovať YARPP"
444
+
445
+ #: yarpp_options.php:36
446
+ #, php-format
447
+ #@ default
448
+ 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>."
449
+ msgstr "Bola vydaná nová verzia %1$s. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">Pozrieť %4$s detaily verzie</a> alebo <a href=\"%5$s\">aktualizovať automaticky</a>."
450
+
451
+ #: yarpp_options.php:40
452
+ #, php-format
453
+ #@ yarpp
454
+ 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."
455
+ msgstr "Bola vydaná nová beta verzia (%s) Yet Another Related Posts Pluginu. Môžete si ju <a href=\"%s\">stiahnuť</a> na vlastné riziko."
456
+
457
+ #: yarpp_options.php:48
458
+ #@ yarpp
459
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
460
+ msgstr "MyISAM kontrola bola prepísaná. Teraz môžte použiť \"consider titles\" and \"consider bodies\" kritériá podobnosti."
461
+
462
+ #: yarpp_options.php:56
463
+ #, php-format
464
+ #@ yarpp
465
+ 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."
466
+ msgstr "YARPP \"consider titles\" and \"consider bodies\" kritériá podobnosti vyžadujú Vašu <code>%s</code> tabuľku <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, no zdá sa, že tabuľka používa <code>%s</code>. Tieto dve možnosti boli vypnuté."
467
+
468
+ #: yarpp_options.php:58
469
+ #, php-format
470
+ #@ yarpp
471
+ 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."
472
+ msgstr "Pre obnovenie týchto funkcií, prosím aktualizujte svoju <code>%s</code> tabuľku, spustením nasledovného SQL príkazu: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Žiadne dáta nebudú vymazané po vykonaní toho príkazu."
473
+
474
+ #: yarpp_options.php:60
475
+ #, php-format
476
+ #@ yarpp
477
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
478
+ msgstr "Ak ste si aj napriek tejto kontrole istý, že <code>%s</code> používa MyISAM, stlačte toto čarovné tlačidlo:"
479
+
480
+ #: yarpp_options.php:63
481
+ #@ yarpp
482
+ msgid "Trust me. Let me use MyISAM features."
483
+ msgstr "Verte mi, je lepšie, keď používate funkcie MyISAM."
484
+
485
+ #: yarpp_options.php:75
486
+ #@ yarpp
487
+ msgid "The YARPP database had an error but has been fixed."
488
+ msgstr "YARPP databáza obsahovala chybu, ktorú sme už stihli opraviť."
489
+
490
+ #: yarpp_options.php:77
491
+ #@ yarpp
492
+ msgid "The YARPP database has an error which could not be fixed."
493
+ msgstr "V databáze YARPP je závažná chyba, ktorá sa nedá opraviť."
494
+
495
+ #: yarpp_options.php:78
496
+ #, php-format
497
+ #@ yarpp
498
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
499
+ msgstr "Vyskúšajte prosím <a href=\"%s\" target=\"_blank\">manuálne nastaveniť databázu</a>."
500
+
501
+ #: yarpp_options.php:109
502
+ #@ yarpp
503
+ msgid "Options saved!"
504
+ msgstr "Nastavenia uložené!"
505
+
506
+ #: yarpp_options.php:115
507
+ #@ yarpp
508
+ msgid "Yet Another Related Posts Plugin Options"
509
+ msgstr "Možnost Yet Another Related Posts Pluginu"
510
+
511
+ #: yarpp_options.php:123
512
+ #, php-format
513
+ #@ yarpp
514
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
515
+ msgstr "plugin od <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
516
+
517
+ #: yarpp_options.php:152
518
+ #@ default
519
+ msgid "Save Changes"
520
+ msgstr "Uložiť zmeny"
521
+
522
+ #: template-builtin.php:20
523
+ #, php-format
524
+ #@ yarpp
525
+ 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."
526
+ msgstr "%f je zhoda medzi aktuálnym príspevkom a súvisiacim článkom. Túto možnosť môžete vidieť len ako administrátor. Návštevníci túto hodnotu neuvidia."
527
+
528
+ #: template-metabox.php:12
529
+ #@ yarpp
530
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
531
+ msgstr "Toto sú súvisiace články pre tento príspevok. Aktualizácia tohoto príspevku môže súvisiace články zmeniť."
532
+
533
+ #: template-metabox.php:28
534
+ #@ yarpp
535
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
536
+ msgstr "To, či sú všetky aktuálne príspevky zobrazené a ako sú zobrazené, závisí na nastavení Vášho YARPP."
537
+
trunk/lang/yarpp-sl_SI.mo ADDED
Binary file
trunk/lang/yarpp-sl_SI.po ADDED
@@ -0,0 +1,658 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v4.0.3\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2013-02-04 15:57:33+0000\n"
7
+ "Last-Translator: silvoslaf <support@zemanta.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=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
13
+ "X-Poedit-Language: Slovenian\n"
14
+ "X-Poedit-Country: SLOVENIA\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: class-admin.php:67
23
+ #: class-widget.php:7
24
+ #: class-widget.php:72
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "Sorodni članki"
28
+
29
+ #: class-admin.php:78
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Sorodni članki"
33
+
34
+ #: class-admin.php:78
35
+ #@ default
36
+ msgid "Configure"
37
+ msgstr ""
38
+
39
+ #: class-admin.php:97
40
+ #: class-admin.php:126
41
+ #@ yarpp
42
+ msgid "Frequently Asked Questions"
43
+ msgstr "Nedavno postavljena vprašanja"
44
+
45
+ #: class-admin.php:102
46
+ #: class-admin.php:138
47
+ #@ yarpp
48
+ msgid "Developing with YARPP"
49
+ msgstr "V razvoju z YARPP-om"
50
+
51
+ #: class-admin.php:107
52
+ #@ yarpp
53
+ msgid "Optional Data Collection"
54
+ msgstr "Dovoli zbiranje podatkov"
55
+
56
+ #: class-admin.php:143
57
+ #, php-format
58
+ #@ yarpp
59
+ msgid "With your permission, YARPP will send information about YARPP's settings, usage, and environment back to a central server at %s."
60
+ msgstr "Z vašim dovoljenjem bo YARPP pošiljal YARPP-ove podatke o nastavitvah, okolju in porabi nazaj k centralnemu serverju na %s."
61
+
62
+ #: class-admin.php:144
63
+ #@ yarpp
64
+ msgid "This information will be used to improve YARPP in the future and help decide future development decisions for YARPP."
65
+ msgstr "Te informacije bomo uporabili za izboljšanje YARPP-a v prihodnje in nam bo v pomoč pri odločitvah v nadaljnem razvoju."
66
+
67
+ #: class-admin.php:145
68
+ #@ yarpp
69
+ msgid "Contributing this data will help make YARPP better for you and for other YARPP users."
70
+ msgstr "S prispevkom vaših podatkov boste pomagali izboljšati YARPP kakor za vas, kakor tudi za ostale uporabnike."
71
+
72
+ #: class-admin.php:153
73
+ #@ yarpp
74
+ msgid "If you opt-in, the following information is sent back to YARPP:"
75
+ msgstr "Če pristanete, bodo sledeči podatki poslani nazaj YARPP-u."
76
+
77
+ #: class-admin.php:155
78
+ #@ yarpp
79
+ msgid "In addition, YARPP also loads an invisible pixel image with your YARPP results to know how often YARPP is being used."
80
+ msgstr "Omenimo še to, da bo YARPP skupaj z vašimi rezultati naložil še neviden pixel, kateri nam pomaga analizirati uporabo YARPP-a."
81
+
82
+ #: class-admin.php:159
83
+ #: options-meta-boxes.php:424
84
+ #@ yarpp
85
+ msgid "Send settings and usage data back to YARPP"
86
+ msgstr "Pošlji podatke o nastavitvah in uporabi nazaj YARPP-u."
87
+
88
+ #: class-admin.php:159
89
+ #@ yarpp
90
+ msgid "Thank you!"
91
+ msgstr "Hvala!"
92
+
93
+ #: class-admin.php:188
94
+ #@ yarpp
95
+ msgid "<strong>Help make YARPP better</strong> by sending information about YARPP's settings and usage statistics."
96
+ msgstr "<strong>Pomagajte izboljšati YARPP</strong> tako, da nam pošiljate informacije o YARPP-ovih nastavitvah in statistiko o uporabi."
97
+
98
+ #: class-admin.php:192
99
+ #: options-meta-boxes.php:428
100
+ #@ yarpp
101
+ msgid "Learn More"
102
+ msgstr "Poizvedi več"
103
+
104
+ #: class-admin.php:235
105
+ #@ yarpp
106
+ msgid "Show example code output"
107
+ msgstr "Pokaži primer code output"
108
+
109
+ #: class-admin.php:264
110
+ #@ yarpp
111
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
112
+ msgstr "Hvala da ste si namestili <span>Yet Another Related Posts Plugin</span>!"
113
+
114
+ #: class-admin.php:265
115
+ #@ yarpp
116
+ msgid "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
117
+ msgstr "Ne pozabite obiskati <a>nastavitveno stran sorodnih člankov,</a> da si namestite YARPP po vaši meri."
118
+
119
+ #: class-admin.php:311
120
+ #@ default
121
+ msgid "Settings"
122
+ msgstr ""
123
+
124
+ #: class-admin.php:337
125
+ #@ yarpp
126
+ msgid "Related entries may be displayed once you save your entry"
127
+ msgstr "Sorodni vnosi se lahko prikažejo šele ko shranite svoje vnose."
128
+
129
+ #: class-cache.php:530
130
+ #@ yarpp
131
+ msgid "Example post "
132
+ msgstr "Primer objave"
133
+
134
+ #: class-core.php:81
135
+ #: class-core.php:91
136
+ #: class-core.php:118
137
+ #: class-core.php:120
138
+ #: class-core.php:452
139
+ #: class-core.php:463
140
+ #: class-core.php:785
141
+ #@ yarpp
142
+ msgid "Related posts:"
143
+ msgstr "Sorodni članki: "
144
+
145
+ #: class-core.php:83
146
+ #: class-core.php:93
147
+ #: class-core.php:454
148
+ #: class-core.php:465
149
+ #: template-metabox.php:30
150
+ #: template-widget.php:13
151
+ #@ yarpp
152
+ msgid "No related posts."
153
+ msgstr "Ni sorodnih člankov."
154
+
155
+ #: class-core.php:933
156
+ #: class-core.php:1075
157
+ #: options-meta-boxes.php:295
158
+ #: options-meta-boxes.php:356
159
+ #, php-format
160
+ #@ yarpp
161
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
162
+ msgstr "Sorodne članke vam je omogočil <a href='%s'>Yet Another Related Posts Plugin</a>."
163
+
164
+ #: class-widget.php:92
165
+ #: options-meta-boxes.php:35
166
+ #@ yarpp
167
+ msgid "List"
168
+ msgstr "Seznam"
169
+
170
+ #: class-widget.php:94
171
+ #: options-meta-boxes.php:45
172
+ #@ yarpp
173
+ msgid "Thumbnails"
174
+ msgstr "Sličice"
175
+
176
+ #: class-widget.php:96
177
+ #: options-meta-boxes.php:59
178
+ #@ yarpp
179
+ msgid "Custom"
180
+ msgstr "Po meri"
181
+
182
+ #: class-widget.php:99
183
+ #@ default
184
+ msgid "Title:"
185
+ msgstr ""
186
+
187
+ #: class-widget.php:101
188
+ #: options-meta-boxes.php:70
189
+ #@ yarpp
190
+ msgid "Template file:"
191
+ msgstr "Predloga datoteke:"
192
+
193
+ #: class-widget.php:119
194
+ #: options-meta-boxes.php:294
195
+ #: options-meta-boxes.php:356
196
+ #@ yarpp
197
+ msgid "Help promote Yet Another Related Posts Plugin?"
198
+ msgstr "Želite pomagati promovirati Yet Another Related Posts Plugin?"
199
+
200
+ #: options-meta-boxes.php:7
201
+ #@ yarpp
202
+ 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."
203
+ msgstr "Ta napredna možnost vam omogoči popolno kontrolo nad tem kako se vam bodo prikazali sorodni članki. Predloge (shranjene v vaši datoteki tem) so napisane v PHP-ju. "
204
+
205
+ #: options-meta-boxes.php:44
206
+ #@ yarpp
207
+ msgid "This option is disabled because your theme does not support post thumbnails."
208
+ msgstr "Ta opcija je začasno izključena, ker vaša trenutna tema ne podpira sličic."
209
+
210
+ #: options-meta-boxes.php:54
211
+ #@ yarpp
212
+ msgid "This option is disabled because no YARPP templates were found in your theme."
213
+ msgstr "Ta opcija je začasno izključena, ker v vaši trenutni temi nismo našli YARPP-ovih predlogov."
214
+
215
+ #: options-meta-boxes.php:56
216
+ #@ yarpp
217
+ msgid "Would you like to copy some sample templates bundled with YARPP into your theme?"
218
+ msgstr "Bi želeli kopirati nekaj YARPP-ovih skupinskih vzorčnih predlogov v vašo temo?"
219
+
220
+ #: options-meta-boxes.php:56
221
+ #@ yarpp
222
+ msgid "Copy Templates"
223
+ msgstr "Kopiraj predloge"
224
+
225
+ #: options-meta-boxes.php:79
226
+ #@ default
227
+ msgid "Author:"
228
+ msgstr ""
229
+
230
+ #: options-meta-boxes.php:105
231
+ #: options-meta-boxes.php:123
232
+ #@ yarpp
233
+ msgid "do not consider"
234
+ msgstr "ne vključi"
235
+
236
+ #: options-meta-boxes.php:106
237
+ #: options-meta-boxes.php:124
238
+ #@ yarpp
239
+ msgid "consider"
240
+ msgstr "vključi"
241
+
242
+ #: options-meta-boxes.php:107
243
+ #: options-meta-boxes.php:125
244
+ #@ yarpp
245
+ msgid "consider with extra weight"
246
+ msgstr "upoštevaj z dodano višino"
247
+
248
+ #: options-meta-boxes.php:108
249
+ #, php-format
250
+ #@ yarpp
251
+ msgid "require at least one %s in common"
252
+ msgstr "zahteva vsaj eno %s skupnih"
253
+
254
+ #: options-meta-boxes.php:109
255
+ #, php-format
256
+ #@ yarpp
257
+ msgid "require more than one %s in common"
258
+ msgstr "zahteva več kot eno %s skupnih"
259
+
260
+ #: options-meta-boxes.php:131
261
+ #@ yarpp
262
+ msgid "Order results:"
263
+ msgstr "Prikaži rezultate po:"
264
+
265
+ #: options-meta-boxes.php:135
266
+ #@ yarpp
267
+ msgid "score (high relevance to low)"
268
+ msgstr "sorodnosti (od višje relevantnosti do nižje)"
269
+
270
+ #: options-meta-boxes.php:136
271
+ #@ yarpp
272
+ msgid "score (low relevance to high)"
273
+ msgstr "sorodnosti (od nižje relevantnosti do višje)"
274
+
275
+ #: options-meta-boxes.php:137
276
+ #@ yarpp
277
+ msgid "date (new to old)"
278
+ msgstr "datumu (od novejših do starejših)"
279
+
280
+ #: options-meta-boxes.php:138
281
+ #@ yarpp
282
+ msgid "date (old to new)"
283
+ msgstr "datumu (od starejših do novejših)"
284
+
285
+ #: options-meta-boxes.php:139
286
+ #@ yarpp
287
+ msgid "title (alphabetical)"
288
+ msgstr "naslov (po abecednem redu)"
289
+
290
+ #: options-meta-boxes.php:140
291
+ #@ yarpp
292
+ msgid "title (reverse alphabetical)"
293
+ msgstr "naslov (po obratnem abecednem redu)"
294
+
295
+ #: options-meta-boxes.php:170
296
+ #@ yarpp
297
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
298
+ msgstr "\"The Pool\" se nanaša na zbirko objav in strani, ki so kandidati za objavo kot sorodni v trenutnem vnosu."
299
+
300
+ #: options-meta-boxes.php:173
301
+ #@ yarpp
302
+ msgid "Post types considered:"
303
+ msgstr "Tipi objav, ki so vključeni:"
304
+
305
+ #: options-meta-boxes.php:177
306
+ #, php-format
307
+ #@ yarpp
308
+ msgid "Disallow by %s:"
309
+ msgstr "Ni dovoljeno z %s:"
310
+
311
+ #: options-meta-boxes.php:179
312
+ #@ yarpp
313
+ msgid "Show password protected posts?"
314
+ msgstr "Prikaži z geslom zaščitene objave?"
315
+
316
+ #: options-meta-boxes.php:190
317
+ #@ yarpp
318
+ msgid "day(s)"
319
+ msgstr "Dan (dnevi)"
320
+
321
+ #: options-meta-boxes.php:191
322
+ #@ yarpp
323
+ msgid "week(s)"
324
+ msgstr "Teden (tedni)"
325
+
326
+ #: options-meta-boxes.php:192
327
+ #@ yarpp
328
+ msgid "month(s)"
329
+ msgstr "mesec (meseci)"
330
+
331
+ #: options-meta-boxes.php:198
332
+ #@ yarpp
333
+ msgid "Show only posts from the past NUMBER UNITS"
334
+ msgstr "Prikaži samo objave od zadnjih NUMBER UNITS"
335
+
336
+ #: options-meta-boxes.php:204
337
+ #@ yarpp
338
+ msgid "\"The Pool\""
339
+ msgstr "\"The Pool\""
340
+
341
+ #: options-meta-boxes.php:210
342
+ #@ yarpp
343
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
344
+ msgstr "YARPP je omejil sorodne članke na (1) maksimalno število in (2) a <em>match threshold</em>."
345
+
346
+ #: options-meta-boxes.php:210
347
+ #@ yarpp
348
+ 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."
349
+ msgstr "Višji kot je ujemalni prag, je hkrati tudi bolj omejevalni in dobite manj sorodnih člankov. Privzeti ujemalni prag je 5 člankov. Če želite poiskati svoj primeren ujemalni prag, preverite sorodne članke v vaših že objavljenih objavah in njihovih rezultatih. Tam lahko vidite kateri sorodni članki so bili izbrani, s katerimi ujemalnimi rezultati in lahko določite če je to ta ujemalni prag, ki ga želite za vaš blog."
350
+
351
+ #: options-meta-boxes.php:213
352
+ #@ yarpp
353
+ msgid "Match threshold:"
354
+ msgstr "Ujemalni prag:"
355
+
356
+ #: options-meta-boxes.php:214
357
+ #@ yarpp
358
+ msgid "Titles: "
359
+ msgstr "Naslovi:"
360
+
361
+ #: options-meta-boxes.php:215
362
+ #@ yarpp
363
+ msgid "Bodies: "
364
+ msgstr "Telesa:"
365
+
366
+ #: options-meta-boxes.php:221
367
+ #@ yarpp
368
+ msgid "Display results from all post types"
369
+ msgstr "Pokaži rezultate od vseh tipov objav"
370
+
371
+ #: options-meta-boxes.php:221
372
+ #@ yarpp
373
+ msgid "When \"display results from all post types\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc."
374
+ msgstr "Ko je \"prikaži rezultate od vseh tipov objav\" opcija izključena, bodo objave prikazane samo kot sorodni članki, strani bodo prikazane samo kot sorodne strani, itd."
375
+
376
+ #: options-meta-boxes.php:222
377
+ #@ yarpp
378
+ msgid "Show only previous posts?"
379
+ msgstr "Prikaži samo pretekle objave?"
380
+
381
+ #: options-meta-boxes.php:226
382
+ #@ yarpp
383
+ msgid "\"Relatedness\" options"
384
+ msgstr "\"Sorodnost\" opcija"
385
+
386
+ #: options-meta-boxes.php:236
387
+ #@ yarpp
388
+ msgid "Website display code example"
389
+ msgstr "Spletni prikaz primera kode"
390
+
391
+ #: options-meta-boxes.php:236
392
+ #: options-meta-boxes.php:309
393
+ #@ yarpp
394
+ msgid "(Update options to reload.)"
395
+ msgstr "(Posodobi opcije ponovnega nalaganja.)"
396
+
397
+ #: options-meta-boxes.php:239
398
+ #@ yarpp
399
+ msgid "Automatically display:"
400
+ msgstr "Avtomatsko prikaži:"
401
+
402
+ #: options-meta-boxes.php:240
403
+ #@ yarpp
404
+ 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."
405
+ msgstr "Ta opcija avtomatično prikaže sorodne članke takoj za samo vsebino samostojnega vnosa na strani. Če je ta opcija izključena boste morali sami vnesti <code>related_posts()</code> ali variante (<code>related_pages()</code> in <code>related_entries()</code>) v vašo mapo tem."
406
+
407
+ #: options-meta-boxes.php:250
408
+ #@ yarpp
409
+ msgid "Also display in archives"
410
+ msgstr "Prav tako prikaži v arhivih"
411
+
412
+ #: options-meta-boxes.php:252
413
+ #: options-meta-boxes.php:314
414
+ #@ yarpp
415
+ msgid "Maximum number of related posts:"
416
+ msgstr "Maksimalno število sorodnih člankov:"
417
+
418
+ #: options-meta-boxes.php:272
419
+ #: options-meta-boxes.php:334
420
+ #@ yarpp
421
+ msgid "Heading:"
422
+ msgstr "Postavka:"
423
+
424
+ #: options-meta-boxes.php:273
425
+ #: options-meta-boxes.php:335
426
+ #@ yarpp
427
+ msgid "Default image (URL):"
428
+ msgstr "Privzeta sličica (URL):"
429
+
430
+ #: options-meta-boxes.php:274
431
+ #: options-meta-boxes.php:289
432
+ #: options-meta-boxes.php:336
433
+ #: options-meta-boxes.php:351
434
+ #@ yarpp
435
+ msgid "Default display if no results:"
436
+ msgstr "Privzet prikaz, če ni rezultatov:"
437
+
438
+ #: options-meta-boxes.php:281
439
+ #: options-meta-boxes.php:343
440
+ #@ yarpp
441
+ msgid "Before / after related entries:"
442
+ msgstr "Pred / po sorodnih vnosih: "
443
+
444
+ #: options-meta-boxes.php:281
445
+ #: options-meta-boxes.php:282
446
+ #: options-meta-boxes.php:287
447
+ #: options-meta-boxes.php:343
448
+ #: options-meta-boxes.php:344
449
+ #: options-meta-boxes.php:349
450
+ #@ yarpp
451
+ msgid "For example:"
452
+ msgstr "Na primer: "
453
+
454
+ #: options-meta-boxes.php:281
455
+ #: options-meta-boxes.php:282
456
+ #: options-meta-boxes.php:287
457
+ #: options-meta-boxes.php:343
458
+ #: options-meta-boxes.php:344
459
+ #: options-meta-boxes.php:349
460
+ #@ yarpp
461
+ msgid " or "
462
+ msgstr "ali"
463
+
464
+ #: options-meta-boxes.php:282
465
+ #: options-meta-boxes.php:344
466
+ #@ yarpp
467
+ msgid "Before / after each related entry:"
468
+ msgstr "Pred / po vsakem sorodnem vnosu:"
469
+
470
+ #: options-meta-boxes.php:284
471
+ #: options-meta-boxes.php:346
472
+ #@ yarpp
473
+ msgid "Show excerpt?"
474
+ msgstr "Pokaži izvleček?"
475
+
476
+ #: options-meta-boxes.php:285
477
+ #: options-meta-boxes.php:347
478
+ #@ yarpp
479
+ msgid "Excerpt length (No. of words):"
480
+ msgstr "Dolžina izvlečka (št. besed):"
481
+
482
+ #: options-meta-boxes.php:287
483
+ #: options-meta-boxes.php:349
484
+ #@ yarpp
485
+ msgid "Before / after (excerpt):"
486
+ msgstr "Pred / po (izvlečku):"
487
+
488
+ #: options-meta-boxes.php:295
489
+ #: options-meta-boxes.php:356
490
+ #, php-format
491
+ #@ yarpp
492
+ 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."
493
+ msgstr "Ta opcija bo dodala kodo %s. Poskusite jo omogočiti, posodobite vaše nastavitve in potem pojdite pogledati kodo v primer kode na vaši desni. Te povezave in donacije so zelo dobrodošle in cenjene."
494
+
495
+ #: options-meta-boxes.php:299
496
+ #@ yarpp
497
+ msgid "Display options <small>for your website</small>"
498
+ msgstr "Prikaži možnosti <small>za vašo spletno stran</small>"
499
+
500
+ #: options-meta-boxes.php:309
501
+ #@ yarpp
502
+ msgid "RSS display code example"
503
+ msgstr "RSS prikaz kodnega primera"
504
+
505
+ #: options-meta-boxes.php:311
506
+ #@ yarpp
507
+ msgid "Display related posts in feeds?"
508
+ msgstr "Prikaži sorodne članke v RSS viru?"
509
+
510
+ #: options-meta-boxes.php:311
511
+ #@ yarpp
512
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
513
+ msgstr "Ta opcija prikaže sorodne članke na koncu vsake enote v vašem RSS ali Atom viru. Nobene spremembe predolg niso potrebne."
514
+
515
+ #: options-meta-boxes.php:312
516
+ #@ yarpp
517
+ msgid "Display related posts in the descriptions?"
518
+ msgstr "Prikaži sorodne članke v opisu?"
519
+
520
+ #: options-meta-boxes.php:312
521
+ #@ yarpp
522
+ 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."
523
+ msgstr "Ta opcija prikaže sorodne članke v RSS opisnem polju, ne samo v vsebini. Če so vaši viri nastavljeni, da prikažejo samo izvlečke, bo uporabljeno samo opisno polje, tako da je ta opcija potrebna za kakršenkoli prikaz."
524
+
525
+ #: options-meta-boxes.php:360
526
+ #@ yarpp
527
+ msgid "Display options <small>for RSS</small>"
528
+ msgstr "Prikaži možnosti <small>za RSS vir</small>"
529
+
530
+ #: options-meta-boxes.php:368
531
+ #@ yarpp
532
+ msgid "YARPP Forum"
533
+ msgstr "YARPP forum"
534
+
535
+ #: options-meta-boxes.php:369
536
+ #@ yarpp
537
+ msgid "YARPP on Twitter"
538
+ msgstr "YARPP na Twitterju"
539
+
540
+ #: options-meta-boxes.php:370
541
+ #@ yarpp
542
+ msgid "YARPP on the Web"
543
+ msgstr "YARPP na spletu"
544
+
545
+ #: options-meta-boxes.php:371
546
+ #@ yarpp
547
+ msgid "Review YARPP on WordPress.org"
548
+ msgstr "Oceni YARPP na WordPress.org"
549
+
550
+
551
+ #: options-meta-boxes.php:405
552
+ #@ yarpp
553
+ msgid "Help Improve YARPP"
554
+ msgstr "Pomagaj izboljšati YARPP"
555
+
556
+ #: options-meta-boxes.php:427
557
+ #@ yarpp
558
+ msgid "This is entirely optional, but will help improve future versions of YARPP."
559
+ msgstr "To je povsem opcijsko, vendar boste s tem pomagali izboljšati prihodnje verzije YARPP-a."
560
+
561
+ #: options-meta-boxes.php:432
562
+ #@ yarpp
563
+ msgid "Contact YARPP"
564
+ msgstr "Kontaktiraj YARPP"
565
+
566
+ #: yarpp_options.php:36
567
+ #, php-format
568
+ #@ yarpp
569
+ 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>."
570
+ msgstr "Na voljo je nova %1$s različica. <a href=\"%2$s\" class=\"thickbox\" title=\"%3$s\">Poglej različico %4$s details</a> ali <a href=\"%5$s\">posodobi avtomatsko</a>."
571
+
572
+ #: yarpp_options.php:40
573
+ #, php-format
574
+ #@ yarpp
575
+ 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."
576
+ msgstr "Na voljo je nova beta (%s) različica Yet Another Related Posts Plugin-a. Lahko si jo <a href=\"%s\">naložite tukaj</a>, a na lastno odgovornost."
577
+
578
+ #: yarpp_options.php:48
579
+ #@ yarpp
580
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
581
+ msgstr "MyISAM check je bil prenastavljen. Sedaj lahko uporabite \"upoštevaj naslove\" ali \"upoštevaj vsebino\" merila sorodnosti."
582
+
583
+ #: yarpp_options.php:56
584
+ #, php-format
585
+ #@ yarpp
586
+ 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."
587
+ msgstr "YARPP-ova \"upoštevaj naslove\" ali \"upoštevaj vsebino\" merila sorodnosti zahtevajo vašo <code>%s</code> tabelo za uporabo <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM storage engine</a>, ampak tabele izgledajo da uporabljajo <code>%s</code> engine. Ti dve opciji sta bili onemogočeni."
588
+
589
+ #: yarpp_options.php:58
590
+ #, php-format
591
+ #@ yarpp
592
+ 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."
593
+ msgstr "Za obnovitev teh funkcij si prosim posodobite vašo <code>%s</code> tabelo tako da izvršite sledeč ukaz: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Nobeni podatki ne bodo izbrisani s spremembo tabeličnega engine-a, čeprav obstajajo možnosti posledice zmogljivosti."
594
+
595
+ #: yarpp_options.php:60
596
+ #, php-format
597
+ #@ yarpp
598
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
599
+ msgstr "Če ste tudi po ponovni preverbi sigurni, da <code>%s</code> uporablja MyISAM engine, pritisnite na sledeči magični gumb:"
600
+
601
+ #: yarpp_options.php:63
602
+ #@ yarpp
603
+ msgid "Trust me. Let me use MyISAM features."
604
+ msgstr "Zaupajte mi. Dovolite mi uporabiti MyISAM funkcije."
605
+
606
+ #: yarpp_options.php:78
607
+ #@ yarpp
608
+ msgid "The YARPP database had an error but has been fixed."
609
+ msgstr "YARPP-ova podatkovna baza je imela napako, ki pa je zdaj popravljena."
610
+
611
+ #: yarpp_options.php:80
612
+ #@ yarpp
613
+ msgid "The YARPP database has an error which could not be fixed."
614
+ msgstr "YARPP-ova podatkovna baza je imela nako, katero nismo zmogli popraviti."
615
+
616
+ #: yarpp_options.php:81
617
+ #, php-format
618
+ #@ yarpp
619
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual SQL setup</a>."
620
+ msgstr "Prosim poskusite <a href=\"%s\" target=\"_blank\">ročno SQL nastavitev</a>."
621
+
622
+ #: yarpp_options.php:144
623
+ #@ yarpp
624
+ msgid "Options saved!"
625
+ msgstr "Nastavitve shranjene!"
626
+
627
+ #: yarpp_options.php:150
628
+ #@ yarpp
629
+ msgid "Yet Another Related Posts Plugin Options"
630
+ msgstr "Nastavitve Yet Another Related Posts Plugin-a"
631
+
632
+ #: yarpp_options.php:158
633
+ #, php-format
634
+ #@ yarpp
635
+ msgid "by <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
636
+ msgstr "Od <a href=\"%s\" target=\"_blank\">mitcho (Michael 芳貴 Erlewine)</a>"
637
+
638
+ #: yarpp_options.php:199
639
+ #@ default
640
+ msgid "Save Changes"
641
+ msgstr ""
642
+
643
+ #: template-builtin.php:22
644
+ #, php-format
645
+ #@ yarpp
646
+ 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."
647
+ msgstr "%f je YARPP-ova ujemalna ocena med trenutnim vnosom in tem sorodnim vnosom. To vrednost vidite zato, ker ste v WordPress prijavljeni kot administrator. To ni prikazano rednim obiskovalcem."
648
+
649
+ #: template-metabox.php:12
650
+ #@ yarpp
651
+ msgid "These are the related entries for this entry. Updating this post may change these related posts."
652
+ msgstr "To so sorodni vnosi za ta vpis. Posodobitev te objave lahko spremenijo te soronde članke."
653
+
654
+ #: template-metabox.php:28
655
+ #@ yarpp
656
+ msgid "Whether all of these related entries are actually displayed and how they are displayed depends on your YARPP display options."
657
+ msgstr "Če so ti sorodni vnosi dejansko prikazani in kako bodo prikazani, je odvisno od vaših YARPP nastavitev."
658
+
trunk/lang/yarpp-sr_RS.mo ADDED
Binary file
trunk/lang/yarpp-sr_RS.po ADDED
@@ -0,0 +1,536 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Yet Another Related Posts Plugin v3.5.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2012-06-02 19:33:10+0000\n"
7
+ "Last-Translator: Zarko Zivkovic <seoconsult@practicalseo.org>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Serbian\n"
14
+ "X-Poedit-Country: SERBIA\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: class-admin.php:55
23
+ #: class-widget.php:7
24
+ #: class-widget.php:59
25
+ #@ yarpp
26
+ msgid "Related Posts (YARPP)"
27
+ msgstr "Povezani Postovi (YARPP)"
28
+
29
+ #: class-admin.php:63
30
+ #@ yarpp
31
+ msgid "Related Posts"
32
+ msgstr "Povezani Postovi"
33
+
34
+ #: class-admin.php:63
35
+ #@ default
36
+ msgid "Configure"
37
+ msgstr ""
38
+
39
+ #: class-admin.php:89
40
+ #@ yarpp
41
+ msgid "Thank you for installing <span>Yet Another Related Posts Plugin</span>!"
42
+ msgstr "Hvala vam što ste instalirali <span>I Još Jedan Plugin o Povezanim Postovima</span>!"
43
+
44
+ #: class-admin.php:90
45
+ #@ yarpp
46
+ msgid "Make sure to visit the <a>Related Posts settings page</a> to customize YARPP."
47
+ msgstr "Obavezno posetite <a>konfiguraciju Povezanih Postova</a> da podesite YARPP."
48
+
49
+ #: class-admin.php:136
50
+ #@ default
51
+ msgid "Settings"
52
+ msgstr ""
53
+
54
+ #: class-admin.php:162
55
+ #@ yarpp
56
+ msgid "Related entries may be displayed once you save your entry"
57
+ msgstr "Povezani unosi će se pojaviti kada snimite unos"
58
+
59
+ #: class-cache.php:522
60
+ #@ yarpp
61
+ msgid "Example post "
62
+ msgstr "Primer posta"
63
+
64
+ #: class-core.php:71
65
+ #: class-core.php:81
66
+ #: class-core.php:267
67
+ #: class-core.php:278
68
+ #@ yarpp
69
+ msgid "Related posts:"
70
+ msgstr "Povezani postovi:"
71
+
72
+ #: class-core.php:73
73
+ #: class-core.php:83
74
+ #: class-core.php:269
75
+ #: class-core.php:280
76
+ #: template-metabox.php:30
77
+ #: template-widget.php:13
78
+ #@ yarpp
79
+ msgid "No related posts."
80
+ msgstr "Nema povezanih postova:"
81
+
82
+ #: class-core.php:565
83
+ #: class-core.php:680
84
+ #: options-meta-boxes.php:229
85
+ #: options-meta-boxes.php:284
86
+ #, php-format
87
+ #@ yarpp
88
+ msgid "Related posts brought to you by <a href='%s'>Yet Another Related Posts Plugin</a>."
89
+ msgstr "Povezani postovi omogućeni od strane <a href='%s'>Yet Another Related Posts Plugin</a>."
90
+
91
+ #: class-widget.php:69
92
+ #@ default
93
+ msgid "Title:"
94
+ msgstr ""
95
+
96
+ #: class-widget.php:75
97
+ #: options-meta-boxes.php:17
98
+ #@ yarpp
99
+ msgid "Display using a custom template file"
100
+ msgstr "Prikaži uz pomoć templejt fajla"
101
+
102
+ #: class-widget.php:76
103
+ #: options-meta-boxes.php:196
104
+ #: options-meta-boxes.php:258
105
+ #@ yarpp
106
+ msgid "Template file:"
107
+ msgstr "Templejt fajl:"
108
+
109
+ #: class-widget.php:98
110
+ #: options-meta-boxes.php:227
111
+ #: options-meta-boxes.php:283
112
+ #@ yarpp
113
+ msgid "Help promote Yet Another Related Posts Plugin?"
114
+ msgstr "Pomozite da promovišemo I Još Jedan Plugin o Povezanim Postovima?"
115
+
116
+ #: options-meta-boxes.php:17
117
+ #: options-meta-boxes.php:113
118
+ #: options-meta-boxes.php:153
119
+ #: options-meta-boxes.php:169
120
+ #: options-meta-boxes.php:187
121
+ #: options-meta-boxes.php:228
122
+ #: options-meta-boxes.php:245
123
+ #: options-meta-boxes.php:247
124
+ #: options-meta-boxes.php:283
125
+ #@ yarpp
126
+ msgid "more&gt;"
127
+ msgstr "još&gt;"
128
+
129
+ #: options-meta-boxes.php:17
130
+ #@ yarpp
131
+ msgid "This advanced option gives you full power to customize how your related posts are displayed. Templates (stored in your theme folder) are written in PHP."
132
+ msgstr "Ova napredna opcija vam omogućava pun pristup konfiguraciji prikaza povezanih postova. Templejtovi (snimljeni u folderu teme) su pisani u PHP-u."
133
+
134
+ #: options-meta-boxes.php:47
135
+ #: options-meta-boxes.php:59
136
+ #@ yarpp
137
+ msgid "do not consider"
138
+ msgstr "ne uzimaj u obzir"
139
+
140
+ #: options-meta-boxes.php:48
141
+ #: options-meta-boxes.php:60
142
+ #@ yarpp
143
+ msgid "consider"
144
+ msgstr "uzmi u obzir"
145
+
146
+ #: options-meta-boxes.php:49
147
+ #: options-meta-boxes.php:61
148
+ #@ yarpp
149
+ msgid "consider with extra weight"
150
+ msgstr "uzmi u obzir obavezno"
151
+
152
+ #: options-meta-boxes.php:50
153
+ #, php-format
154
+ #@ yarpp
155
+ msgid "require at least one %s in common"
156
+ msgstr "zahtevaj barem jednu %s zajedničku"
157
+
158
+ #: options-meta-boxes.php:51
159
+ #, php-format
160
+ #@ yarpp
161
+ msgid "require more than one %s in common"
162
+ msgstr "zahtevaj više od jedne %s zajedničke"
163
+
164
+ #: options-meta-boxes.php:68
165
+ #@ yarpp
166
+ msgid "Order results:"
167
+ msgstr "Sortiraj po:"
168
+
169
+ #: options-meta-boxes.php:71
170
+ #@ yarpp
171
+ msgid "score (high relevance to low)"
172
+ msgstr "Rezultat (od najveće do najmanje relevantnosti)"
173
+
174
+ #: options-meta-boxes.php:72
175
+ #@ yarpp
176
+ msgid "score (low relevance to high)"
177
+ msgstr "Rezultat (od najniže do najviše relevantnosti)"
178
+
179
+ #: options-meta-boxes.php:73
180
+ #@ yarpp
181
+ msgid "date (new to old)"
182
+ msgstr "datum (novo ka starom)"
183
+
184
+ #: options-meta-boxes.php:74
185
+ #@ yarpp
186
+ msgid "date (old to new)"
187
+ msgstr "datum (staro ka novom)"
188
+
189
+ #: options-meta-boxes.php:75
190
+ #@ yarpp
191
+ msgid "title (alphabetical)"
192
+ msgstr "naslov (po alfabetu)"
193
+
194
+ #: options-meta-boxes.php:76
195
+ #@ yarpp
196
+ msgid "title (reverse alphabetical)"
197
+ msgstr "naslov (s'kraja alfabeta)"
198
+
199
+ #: options-meta-boxes.php:109
200
+ #@ yarpp
201
+ msgid "\"The Pool\" refers to the pool of posts and pages that are candidates for display as related to the current entry."
202
+ msgstr "\"The Pool\" se odnosi na skup postova i stranica koji su kandidati za prikaz kao relevantni za trenutni unos."
203
+
204
+ #: options-meta-boxes.php:113
205
+ #@ yarpp
206
+ msgid "Post types considered:"
207
+ msgstr "Tipovi postova koji su uračunati:"
208
+
209
+ #: options-meta-boxes.php:116
210
+ #, php-format
211
+ #@ yarpp
212
+ msgid "Disallow by %s:"
213
+ msgstr "Ne dozvoli %s:"
214
+
215
+ #: options-meta-boxes.php:118
216
+ #@ yarpp
217
+ msgid "Show password protected posts?"
218
+ msgstr "Pokaži postove zaštićene sifrom?"
219
+
220
+ #: options-meta-boxes.php:129
221
+ #@ yarpp
222
+ msgid "day(s)"
223
+ msgstr "dan(i)"
224
+
225
+ #: options-meta-boxes.php:130
226
+ #@ yarpp
227
+ msgid "week(s)"
228
+ msgstr "nedelja(e)"
229
+
230
+ #: options-meta-boxes.php:131
231
+ #@ yarpp
232
+ msgid "month(s)"
233
+ msgstr "mesec(i)"
234
+
235
+ #: options-meta-boxes.php:137
236
+ #@ yarpp
237
+ msgid "Show only posts from the past NUMBER UNITS"
238
+ msgstr "Prikaži samo postovi iz poslednjih BROJNIH JEDINICA"
239
+
240
+ #: options-meta-boxes.php:147
241
+ #@ yarpp
242
+ msgid "\"The Pool\""
243
+ msgstr "\"The Pool\""
244
+
245
+ #: options-meta-boxes.php:153
246
+ #@ yarpp
247
+ msgid "YARPP limits the related posts list by (1) a maximum number and (2) a <em>match threshold</em>."
248
+ msgstr "YARPP ograničava listu povezanih postova za (1) najveći broj i (2) <em>prag poklapanja</em>."
249
+
250
+ #: options-meta-boxes.php:153
251
+ #@ yarpp
252
+ msgid "The higher the match threshold, the more restrictive, and you get less related posts overall. The default match threshold is 5. If you want to find an appropriate match threshhold, take a look at some post's related posts display and their scores. You can see what kinds of related posts are being picked up and with what kind of match scores, and determine an appropriate threshold for your site."
253
+ msgstr "Što veći prag poklapanja, to više zabrana, i samim tim dobijate manje povezanih postova ukupno. Po osnovi prag poklapanja je 5. Ako želite da nađete odgovarajući prag poklapanja, pogledajte neke postove i njihove ocene. Tako možete videti koja vrsta postova je pokupljena i sa kojim ocenama poklapanja, i time odredite odgovarajući prag poklapanja za vaš sajt."
254
+
255
+ #: options-meta-boxes.php:159
256
+ #@ yarpp
257
+ msgid "Match threshold:"
258
+ msgstr "Prag poklapanja:"
259
+
260
+ #: options-meta-boxes.php:160
261
+ #@ yarpp
262
+ msgid "Titles: "
263
+ msgstr "Naslovi:"
264
+
265
+ #: options-meta-boxes.php:162
266
+ #@ yarpp
267
+ msgid "Bodies: "
268
+ msgstr "Tela:"
269
+
270
+ #: options-meta-boxes.php:169
271
+ #@ yarpp
272
+ msgid "Display results from all post types"
273
+ msgstr "Pokaži rezultate svih tipova posta."
274
+
275
+ #: options-meta-boxes.php:169
276
+ #@ yarpp
277
+ msgid "When \"display results from all post types\" is off, only posts will be displayed as related to a post, only pages will be displayed as related to a page, etc."
278
+ msgstr "Kada \"pokaži rezultate svih tipova posta\" je isključen, samo postovi povezani sa postom će biti prikazani, i samo stranice povezane sa stranicom će biti prikazane, itd."
279
+
280
+ #: options-meta-boxes.php:170
281
+ #@ yarpp
282
+ msgid "Show only previous posts?"
283
+ msgstr "Pokaži samo prethodne postove?"
284
+
285
+ #: options-meta-boxes.php:178
286
+ #@ yarpp
287
+ msgid "\"Relatedness\" options"
288
+ msgstr "\"Povezanost\" opcije"
289
+
290
+ #: options-meta-boxes.php:187
291
+ #@ yarpp
292
+ msgid "Automatically display related posts?"
293
+ msgstr "Automatski prikaži povezane postove?"
294
+
295
+ #: options-meta-boxes.php:187
296
+ #@ yarpp
297
+ msgid "This option automatically displays related posts right after the content on single entry pages. If this option is off, you will need to manually insert <code>related_posts()</code> or variants (<code>related_pages()</code> and <code>related_entries()</code>) into your theme files."
298
+ msgstr "Ova opcija automatski prikazuje povezane postove odmah ispod sadržaja na stranicama sa jednim unosom. Ako je ova opcija osključena, moraćete ručno da unesete <code>povezani_postovi()</code> ili varijante (<code>povezane_strane()</code> i <code>povezani_unosi()</code>) u fajlove teme."
299
+
300
+ #: options-meta-boxes.php:188
301
+ #@ yarpp
302
+ msgid "Website display code example"
303
+ msgstr "Primer koda prikaza na sajtu"
304
+
305
+ #: options-meta-boxes.php:188
306
+ #: options-meta-boxes.php:245
307
+ #@ yarpp
308
+ msgid "(Update options to reload.)"
309
+ msgstr "(Ažurirajte opcije da bi ponovo učitali)"
310
+
311
+ #: options-meta-boxes.php:190
312
+ #: options-meta-boxes.php:250
313
+ #@ yarpp
314
+ msgid "Maximum number of related posts:"
315
+ msgstr "maksimalni broj povezanih postova:"
316
+
317
+ #: options-meta-boxes.php:208
318
+ #: options-meta-boxes.php:271
319
+ #@ yarpp
320
+ msgid "Before / after related entries:"
321
+ msgstr "Pre / posle povezanih unosa:"
322
+
323
+ #: options-meta-boxes.php:208
324
+ #: options-meta-boxes.php:209
325
+ #: options-meta-boxes.php:217
326
+ #: options-meta-boxes.php:271
327
+ #: options-meta-boxes.php:272
328
+ #: options-meta-boxes.php:277
329
+ #@ yarpp
330
+ msgid "For example:"
331
+ msgstr "Na primer:"
332
+
333
+ #: options-meta-boxes.php:208
334
+ #: options-meta-boxes.php:209
335
+ #: options-meta-boxes.php:217
336
+ #: options-meta-boxes.php:271
337
+ #: options-meta-boxes.php:272
338
+ #: options-meta-boxes.php:277
339
+ #@ yarpp
340
+ msgid " or "
341
+ msgstr "ili"
342
+
343
+ #: options-meta-boxes.php:209
344
+ #: options-meta-boxes.php:272
345
+ #@ yarpp
346
+ msgid "Before / after each related entry:"
347
+ msgstr "Pre / posle svakog povezanog unosa:"
348
+
349
+ #: options-meta-boxes.php:211
350
+ #: options-meta-boxes.php:274
351
+ #@ yarpp
352
+ msgid "Show excerpt?"
353
+ msgstr "Prikaži isečak?"
354
+
355
+ #: options-meta-boxes.php:212
356
+ #: options-meta-boxes.php:275
357
+ #@ yarpp
358
+ msgid "Excerpt length (No. of words):"
359
+ msgstr "Dužina isečka (broj reči):"
360
+
361
+ #: options-meta-boxes.php:216
362
+ #@ yarpp
363
+ msgid "Before / after (Excerpt):"
364
+ msgstr "Pre / posle (Isečak):"
365
+
366
+ #: options-meta-boxes.php:224
367
+ #: options-meta-boxes.php:281
368
+ #@ yarpp
369
+ msgid "Default display if no results:"
370
+ msgstr "Prikaži uvek kada nema rezultata:"
371
+
372
+ #: options-meta-boxes.php:229
373
+ #: options-meta-boxes.php:284
374
+ #, php-format
375
+ #@ yarpp
376
+ msgid "This option will add the code %s. Try turning it on, updating your options, and see the code in the code example to the right. These links and donations are greatly appreciated."
377
+ msgstr "Ova opcija će dodati kod %s. Pokušajte da uključite, ažurirajte opcije, i pogledajte kod u primeru koda sa desne strane. Ovi linkovi i donacije su veoma cenjeni i dobrodošli."
378
+
379
+ #: options-meta-boxes.php:236
380
+ #@ yarpp
381
+ msgid "Display options <small>for your website</small>"
382
+ msgstr "Prikaži opcije <small>za svoj sajt</small>"
383
+
384
+ #: options-meta-boxes.php:245
385
+ #@ yarpp
386
+ msgid "Display related posts in feeds?"
387
+ msgstr "Prikaži povezane postove u feed-u?"
388
+
389
+ #: options-meta-boxes.php:245
390
+ #@ yarpp
391
+ msgid "This option displays related posts at the end of each item in your RSS and Atom feeds. No template changes are needed."
392
+ msgstr "ova opcija prikazuje povezane postove na kraju svake stavke u tvom RSS i Atom feed-u. Promene templejta nisu potrebne."
393
+
394
+ #: options-meta-boxes.php:245
395
+ #@ yarpp
396
+ msgid "RSS display code example"
397
+ msgstr "Primer koda za prikaz RSS-a"
398
+
399
+ #: options-meta-boxes.php:247
400
+ #@ yarpp
401
+ msgid "Display related posts in the descriptions?"
402
+ msgstr "Prikaži povezane postove u opisima?"
403
+
404
+ #: options-meta-boxes.php:247
405
+ #@ yarpp
406
+ msgid "This option displays the related posts in the RSS description fields, not just the content. If your feeds are set up to only display excerpts, however, only the description field is used, so this option is required for any display at all."
407
+ msgstr "Ova opcija prikazuje povezane postove u opisima RSS-a, a ne samo sadržaj. Ako je vaš feed namešten da prikazuje samo isečke samo polje opisa će biti iskorišćeno, tako da je ova opcija obavezna za bilo kakav prikaz."
408
+
409
+ #: options-meta-boxes.php:277
410
+ #@ yarpp
411
+ msgid "Before / after (excerpt):"
412
+ msgstr "Pre / posle (isečak):"
413
+
414
+ #: options-meta-boxes.php:291
415
+ #@ yarpp
416
+ msgid "Display options <small>for RSS</small>"
417
+ msgstr "Opcije prikaza <small>za RSS</small>"
418
+
419
+ #: options-meta-boxes.php:298
420
+ #@ yarpp
421
+ msgid "YARPP Forum"
422
+ msgstr "YARPP Forum"
423
+
424
+ #: options-meta-boxes.php:299
425
+ #@ yarpp
426
+ msgid "YARPP on Twitter"
427
+ msgstr "YARPP na Twitter-u"
428
+
429
+ #: options-meta-boxes.php:300
430
+ #@ yarpp
431
+ msgid "YARPP on the Web"
432
+ msgstr "YARPP na netu"
433
+
434
+ #: options-meta-boxes.php:301
435
+ #@ yarpp
436
+ msgid "Rate YARPP on WordPress.org"
437
+ msgstr "Ocenite YARPP na WordPress.org"
438
+
439
+ #: options-meta-boxes.php:337
440
+ #@ yarpp
441
+ msgid "Contact YARPP"
442
+ msgstr "Kontaktirajte YARPP"
443
+
444
+ #: yarpp_options.php:34
445
+ #, php-format
446
+ #@ default
447
+ 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>."
448
+ msgstr ""
449
+
450
+ #: yarpp_options.php:38
451
+ #, php-format
452
+ #@ yarpp
453
+ 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."
454
+ msgstr "Postoji nova beta (%s) YARPP-a. Možete je <a href=\"%s\">skinuti ovde</a> na spostveni rizik."
455
+
456
+ #: yarpp_options.php:46
457
+ #@ yarpp
458
+ msgid "The MyISAM check has been overridden. You may now use the \"consider titles\" and \"consider bodies\" relatedness criteria."
459
+ msgstr "MyISAM provera je presnimljena. Sada možete korstiti \"razmotri naslove\" and \"razmotri tela\" kriterijume relevantnosti."
460
+
461
+ #: yarpp_options.php:54
462
+ #, php-format
463
+ #@ yarpp
464
+ 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."
465
+ msgstr "YARPP-ovi \"razmotri naslove\" and \"razmotri tela\" kriterijumi relevntnosti zahtevaju <code>%s</code> tabelu da bi koristili <a href='http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html'>MyISAM motoriku skladištenja</a>, ali tabela izgleda da koristi <code>%s</code> motoriku. Ove dve opciju su onemogućene."
466
+
467
+ #: yarpp_options.php:56
468
+ #, php-format
469
+ #@ yarpp
470
+ 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."
471
+ msgstr "Da bi ste povratili ove funkcije, molimo vas ažurirajte <code>%s</code> tabelu pokrećući sledeću SQL direktivu: <code>ALTER TABLE `%s` ENGINE = MyISAM;</code> . Ništa neće biti obrisano menjanjem motorike tabele, ali može doći do promena u performansi."
472
+
473
+ #: yarpp_options.php:58
474
+ #, php-format
475
+ #@ yarpp
476
+ msgid "If, despite this check, you are sure that <code>%s</code> is using the MyISAM engine, press this magic button:"
477
+ msgstr "Ako, bez obzira na ovu promenu, ste vi sigurni da <code>%s</code> koristi MzISAM motoriku, pritisnite magično dugme:"
478
+
479
+ #: yarpp_options.php:61
480
+ #@ yarpp
481
+ msgid "Trust me. Let me use MyISAM features."
482
+ msgstr "Veruj mi. Pusti me da koristim MzISAM funkcije."
483
+
484
+ #: yarpp_options.php:76
485
+ #@ yarpp
486
+ msgid "The YARPP database had an error but has been fixed."
487
+ msgstr "YARPP databaza je imala grešku ali smo je popravili."
488
+
489
+ #: yarpp_options.php:78
490
+ #@ yarpp
491
+ msgid "The YARPP database has an error which could not be fixed."
492
+ msgstr "YARPP databaza ima grešku koju nismo uspeli da ispravimo."
493
+
494
+ #: yarpp_options.php:79
495
+ #, php-format
496
+ #@ yarpp
497
+ msgid "Please try <a href=\"%s\" target=\"_blank\">manual