Version Description
Download this release
Release Info
Developer | TemplateMonster 2002 |
Plugin | Cherry Search |
Version | 1.1.4.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.4.1
- cherry-search.php +5 -11
- includes/public/class-cherry-search-macros-callback.php +15 -2
- languages/cherry-search-blank.mo +0 -0
- languages/cherry-search-blank.pot +427 -313
- languages/cherry-search-ru_RU.mo +0 -0
- languages/cherry-search-ru_RU.po +447 -326
- readme.txt +2 -2
cherry-search.php
CHANGED
@@ -1,21 +1,15 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Cherry Search
|
4 |
-
* Plugin URI:
|
5 |
* Description: A plugin for WordPress.
|
6 |
-
* Version: 1.1.4
|
7 |
-
* Author:
|
8 |
-
* Author URI: https://
|
9 |
* Text Domain: cherry-search
|
10 |
* License: GPL-3.0+
|
11 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
12 |
* Domain Path: /languages
|
13 |
-
*
|
14 |
-
* @package Cherry_Search
|
15 |
-
* @author Cherry Team
|
16 |
-
* @version 1.1.4
|
17 |
-
* @license GPL-3.0+
|
18 |
-
* @copyright 2012-2016, Cherry Team
|
19 |
*/
|
20 |
|
21 |
// If this file is called directly, abort.
|
@@ -93,7 +87,7 @@ if ( ! class_exists( 'Cherry_Search' ) ) {
|
|
93 |
*
|
94 |
* @since 1.0.0
|
95 |
*/
|
96 |
-
define( 'CHERRY_SEARCH_VERSION', '1.1.4' );
|
97 |
|
98 |
/**
|
99 |
* Set the slug of the plugin.
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Cherry Search
|
4 |
+
* Plugin URI: https://zemez.io/wordpress/
|
5 |
* Description: A plugin for WordPress.
|
6 |
+
* Version: 1.1.4.1
|
7 |
+
* Author: Zemez
|
8 |
+
* Author URI: https://zemez.io/wordpress/
|
9 |
* Text Domain: cherry-search
|
10 |
* License: GPL-3.0+
|
11 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
12 |
* Domain Path: /languages
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
*/
|
14 |
|
15 |
// If this file is called directly, abort.
|
87 |
*
|
88 |
* @since 1.0.0
|
89 |
*/
|
90 |
+
define( 'CHERRY_SEARCH_VERSION', '1.1.4.1' );
|
91 |
|
92 |
/**
|
93 |
* Set the slug of the plugin.
|
includes/public/class-cherry-search-macros-callback.php
CHANGED
@@ -54,6 +54,13 @@ if ( ! class_exists( 'Cherry_Search_Macros_Callback' ) ) {
|
|
54 |
*/
|
55 |
private $template_manager = null;
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
/**
|
58 |
* Class constructor.
|
59 |
*
|
@@ -237,8 +244,14 @@ if ( ! class_exists( 'Cherry_Search_Macros_Callback' ) ) {
|
|
237 |
* @return string
|
238 |
*/
|
239 |
public function get_input_id() {
|
240 |
-
|
241 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
}
|
243 |
|
244 |
/**
|
54 |
*/
|
55 |
private $template_manager = null;
|
56 |
|
57 |
+
/**
|
58 |
+
* Iterator fo product search forms IDs
|
59 |
+
*
|
60 |
+
* @var integer
|
61 |
+
*/
|
62 |
+
private static $index = 0;
|
63 |
+
|
64 |
/**
|
65 |
* Class constructor.
|
66 |
*
|
244 |
* @return string
|
245 |
*/
|
246 |
public function get_input_id() {
|
247 |
+
|
248 |
+
if ( 'get_product_search_form' !== current_filter() ) {
|
249 |
+
return '';
|
250 |
+
}
|
251 |
+
|
252 |
+
self::$index++;
|
253 |
+
$id = 'woocommerce-product-search-field-' . self::$index;
|
254 |
+
return 'id="' . $id . '"';
|
255 |
}
|
256 |
|
257 |
/**
|
languages/cherry-search-blank.mo
ADDED
Binary file
|
languages/cherry-search-blank.pot
CHANGED
@@ -1,313 +1,427 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"Language
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"Content-
|
12 |
-
"
|
13 |
-
"X-
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"X-Poedit-
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
#:
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
#:
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
#:
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
#:
|
76 |
-
msgid ""
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
#: includes/admin/class-cherry-search-
|
98 |
-
msgid ""
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
#: includes/admin/class-cherry-search-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
#:
|
108 |
-
msgid "
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#:
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
#:
|
116 |
-
msgid "
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#:
|
120 |
-
msgid "
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#:
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
#: includes/admin/class-cherry-search-
|
149 |
-
|
150 |
-
"
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
#: includes/admin/class-cherry-search-
|
155 |
-
msgid "
|
156 |
-
msgstr ""
|
157 |
-
|
158 |
-
#: includes/admin/class-cherry-search-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
"
|
165 |
-
"
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: includes/admin/class-cherry-search-settings.php:
|
210 |
-
msgid "
|
211 |
-
msgstr ""
|
212 |
-
|
213 |
-
#: includes/admin/class-cherry-search-settings.php:
|
214 |
-
msgid "
|
215 |
-
msgstr ""
|
216 |
-
|
217 |
-
#: includes/admin/class-cherry-search-settings.php:
|
218 |
-
msgid "
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
#: includes/admin/class-cherry-search-settings.php:
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
#: includes/admin/class-cherry-search-settings.php:
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: includes/admin/class-cherry-search-settings.php:
|
274 |
-
msgid "
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: includes/admin/class-cherry-search-settings.php:
|
278 |
-
msgid "
|
279 |
-
msgstr ""
|
280 |
-
|
281 |
-
#: includes/admin/class-cherry-search-settings.php:
|
282 |
-
msgid "
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: includes/admin/class-cherry-search-settings.php:
|
286 |
-
msgid "
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: includes/admin/class-cherry-search-settings.php:
|
290 |
-
msgid "
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: includes/admin/class-cherry-search-settings.php:
|
294 |
-
msgid "
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: includes/admin/class-cherry-search-settings.php:
|
298 |
-
msgid ""
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: cherry-search\n"
|
4 |
+
"POT-Creation-Date: 2018-02-12 16:10+0200\n"
|
5 |
+
"PO-Revision-Date: 2018-02-12 16:10+0200\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: CherryTeam\n"
|
8 |
+
"Language: en\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.7.6\n"
|
13 |
+
"X-Poedit-Basepath: ..\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_n_noop:1,2;_x:1,2c;_nx:1,2,4c;"
|
17 |
+
"_nx_noop:1,2,3c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
|
18 |
+
"esc_html_x:1,2c\n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
|
21 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:338
|
22 |
+
msgid "Browse:"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:340
|
26 |
+
msgid "404 Not Found"
|
27 |
+
msgstr ""
|
28 |
+
|
29 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:341
|
30 |
+
msgid "Archives"
|
31 |
+
msgstr ""
|
32 |
+
|
33 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:342
|
34 |
+
#, php-format
|
35 |
+
msgid "Search results for “%s”"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:343
|
39 |
+
#, php-format
|
40 |
+
msgid "Page %s"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:344
|
44 |
+
#, php-format
|
45 |
+
msgid "Minute %s"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:345
|
49 |
+
#, php-format
|
50 |
+
msgid "Week %s"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:365
|
54 |
+
msgid "Home"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: cherry-framework/modules/cherry-customizer/cherry-customizer.php:264
|
58 |
+
msgid "Untitled Panel"
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: cherry-framework/modules/cherry-customizer/cherry-customizer.php:300
|
62 |
+
msgid "Untitled Section"
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: cherry-framework/modules/cherry-customizer/cherry-customizer.php:334
|
66 |
+
msgid "Untitled Control"
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
#: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:103
|
70 |
+
#, php-format
|
71 |
+
msgid ""
|
72 |
+
"Module DB Updater init error in %s - version and slug is required arguments"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:104
|
76 |
+
msgid "We need to update your database to the latest version."
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:105
|
80 |
+
msgid "Update complete, thank you for updating to the latest version!"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:329
|
84 |
+
msgid "Start Update"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:366
|
88 |
+
msgid "Data Update"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: cherry-framework/modules/cherry-handler/cherry-handler.php:76
|
92 |
+
msgid "Unable to process the request without nonce or server error"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: cherry-framework/modules/cherry-handler/cherry-handler.php:77
|
96 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:58
|
97 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:74
|
98 |
+
msgid "No right for this action"
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: cherry-framework/modules/cherry-handler/cherry-handler.php:78
|
102 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:59
|
103 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:75
|
104 |
+
msgid "Stop CHEATING!!!"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: cherry-framework/modules/cherry-handler/cherry-handler.php:79
|
108 |
+
msgid "Access is allowed"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: cherry-framework/modules/cherry-handler/cherry-handler.php:80
|
112 |
+
msgid "Please wait, processing the previous request"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: cherry-framework/modules/cherry-ui-elements/inc/class-cherry-lock-element.php:63
|
116 |
+
msgid "Unlocked in PRO"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-button.php:64
|
120 |
+
msgid "Cherry Shortcodes"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:125
|
124 |
+
msgid "insert shortcode"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:145
|
128 |
+
msgid "Shortcode List"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:203
|
132 |
+
msgid "Shortcode not found."
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:282
|
136 |
+
msgid "Shortcode content."
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:283
|
140 |
+
msgid "Input shortcode content."
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:298
|
144 |
+
msgid "Shortcode not a have options."
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: includes/admin/class-cherry-search-admin.php:87
|
148 |
+
#: includes/admin/class-cherry-search-admin.php:88
|
149 |
+
#: includes/admin/class-cherry-search-register-shortcodes.php:68
|
150 |
+
msgid "Cherry Search"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: includes/admin/class-cherry-search-admin.php:98
|
154 |
+
#: includes/admin/class-cherry-search-admin.php:99
|
155 |
+
msgid "Settings"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:57
|
159 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:73
|
160 |
+
msgid "Unable to process the request without nonche or server error"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:60
|
164 |
+
msgid "Options save successfully."
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:76
|
168 |
+
msgid "Options reset successfully"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: includes/admin/class-cherry-search-register-shortcodes.php:73
|
172 |
+
msgid "Search Form"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: includes/admin/class-cherry-search-settings.php:159
|
176 |
+
msgid "Cherry Search Settings"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: includes/admin/class-cherry-search-settings.php:175
|
180 |
+
msgid "Main settings"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: includes/admin/class-cherry-search-settings.php:181
|
184 |
+
msgid "Search results settings"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: includes/admin/class-cherry-search-settings.php:187
|
188 |
+
msgid "Visual settings"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: includes/admin/class-cherry-search-settings.php:193
|
192 |
+
msgid "Notifications"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: includes/admin/class-cherry-search-settings.php:208
|
196 |
+
msgid ""
|
197 |
+
"In case you need to add Cherry Search on your website, you can do it in "
|
198 |
+
"several ways:"
|
199 |
+
msgstr ""
|
200 |
+
|
201 |
+
#: includes/admin/class-cherry-search-settings.php:209
|
202 |
+
msgid "Enable a \"Replace the standard search\" option"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: includes/admin/class-cherry-search-settings.php:210
|
206 |
+
msgid "Add Cherry Search using this shortcode"
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
+
#: includes/admin/class-cherry-search-settings.php:211
|
210 |
+
msgid "Add PHP code to the necessaryfiles of your theme:"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: includes/admin/class-cherry-search-settings.php:222
|
214 |
+
msgid "Replace the standard search form."
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: includes/admin/class-cherry-search-settings.php:223
|
218 |
+
msgid ""
|
219 |
+
"This option allows to replace all the standard search forms on your website."
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: includes/admin/class-cherry-search-settings.php:226
|
223 |
+
#: includes/admin/class-cherry-search-settings.php:354
|
224 |
+
#: includes/admin/class-cherry-search-settings.php:373
|
225 |
+
#: includes/admin/class-cherry-search-settings.php:391
|
226 |
+
#: includes/admin/class-cherry-search-settings.php:401
|
227 |
+
msgid "Yes"
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: includes/admin/class-cherry-search-settings.php:227
|
231 |
+
#: includes/admin/class-cherry-search-settings.php:355
|
232 |
+
#: includes/admin/class-cherry-search-settings.php:374
|
233 |
+
#: includes/admin/class-cherry-search-settings.php:392
|
234 |
+
#: includes/admin/class-cherry-search-settings.php:402
|
235 |
+
msgid "No"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: includes/admin/class-cherry-search-settings.php:233
|
239 |
+
msgid "Search Button Icon."
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: includes/admin/class-cherry-search-settings.php:234
|
243 |
+
#: includes/admin/class-cherry-search-settings.php:243
|
244 |
+
msgid "This option sets search button text."
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: includes/admin/class-cherry-search-settings.php:242
|
248 |
+
msgid "Search Button Text."
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: includes/admin/class-cherry-search-settings.php:249
|
252 |
+
msgid "Caption / Placeholder text."
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: includes/admin/class-cherry-search-settings.php:250
|
256 |
+
msgid "This option sets placeholder text in input field."
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: includes/admin/class-cherry-search-settings.php:251
|
260 |
+
msgid "Search"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: includes/admin/class-cherry-search-settings.php:258
|
264 |
+
msgid "Search in."
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: includes/admin/class-cherry-search-settings.php:259
|
268 |
+
msgid ""
|
269 |
+
"You can select particular search areas. If nothing is selected in the "
|
270 |
+
"option, search will be made over the entire site."
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: includes/admin/class-cherry-search-settings.php:264
|
274 |
+
msgid "Selected search source."
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: includes/admin/class-cherry-search-settings.php:269
|
278 |
+
msgid "Exclude categories from search results."
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
#: includes/admin/class-cherry-search-settings.php:270
|
282 |
+
msgid "This option allows to set categories in which search will not be made."
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: includes/admin/class-cherry-search-settings.php:275
|
286 |
+
msgid "Not selected categories."
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#: includes/admin/class-cherry-search-settings.php:280
|
290 |
+
msgid "Exclude tags from search results."
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: includes/admin/class-cherry-search-settings.php:281
|
294 |
+
msgid "This option allows to set tags in which search will not be made."
|
295 |
+
msgstr ""
|
296 |
+
|
297 |
+
#: includes/admin/class-cherry-search-settings.php:286
|
298 |
+
msgid "Not selected tags."
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: includes/admin/class-cherry-search-settings.php:291
|
302 |
+
msgid "Exclude post types from search results."
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: includes/admin/class-cherry-search-settings.php:292
|
306 |
+
msgid "This option allows to post types in which search will not be made."
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: includes/admin/class-cherry-search-settings.php:297
|
310 |
+
msgid "Not selected post formats."
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: includes/admin/class-cherry-search-settings.php:302
|
314 |
+
msgid "Number of results displayed in one search query."
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: includes/admin/class-cherry-search-settings.php:303
|
318 |
+
msgid ""
|
319 |
+
"This option will allow you to limit the number of displayed search results. "
|
320 |
+
"If the overall number of results will exceeed the previously set limit, the "
|
321 |
+
"\"load more\" button will come up.."
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: includes/admin/class-cherry-search-settings.php:312
|
325 |
+
msgid "Sort search results by:"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: includes/admin/class-cherry-search-settings.php:316
|
329 |
+
msgid "Date"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: includes/admin/class-cherry-search-settings.php:319
|
333 |
+
msgid "Title"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: includes/admin/class-cherry-search-settings.php:322
|
337 |
+
msgid "Author"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: includes/admin/class-cherry-search-settings.php:325
|
341 |
+
msgid "Last modified"
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: includes/admin/class-cherry-search-settings.php:328
|
345 |
+
msgid "Number of Comments (descending)"
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: includes/admin/class-cherry-search-settings.php:335
|
349 |
+
msgid "Filter results by: "
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: includes/admin/class-cherry-search-settings.php:339
|
353 |
+
msgid "Asc"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: includes/admin/class-cherry-search-settings.php:342
|
357 |
+
msgid "Desc"
|
358 |
+
msgstr ""
|
359 |
+
|
360 |
+
#: includes/admin/class-cherry-search-settings.php:351
|
361 |
+
msgid "Show post titles."
|
362 |
+
msgstr ""
|
363 |
+
|
364 |
+
#: includes/admin/class-cherry-search-settings.php:361
|
365 |
+
msgid "Post word count."
|
366 |
+
msgstr ""
|
367 |
+
|
368 |
+
#: includes/admin/class-cherry-search-settings.php:370
|
369 |
+
msgid "Show post authors."
|
370 |
+
msgstr ""
|
371 |
+
|
372 |
+
#: includes/admin/class-cherry-search-settings.php:381
|
373 |
+
msgid "Prefix before author`s name."
|
374 |
+
msgstr ""
|
375 |
+
|
376 |
+
#: includes/admin/class-cherry-search-settings.php:382
|
377 |
+
msgid "Posted by:"
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: includes/admin/class-cherry-search-settings.php:388
|
381 |
+
msgid "Show post thumbnails."
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: includes/admin/class-cherry-search-settings.php:398
|
385 |
+
msgid "Enable scrolling for dropdown lists."
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: includes/admin/class-cherry-search-settings.php:409
|
389 |
+
msgid "Dropdown list height."
|
390 |
+
msgstr ""
|
391 |
+
|
392 |
+
#: includes/admin/class-cherry-search-settings.php:419
|
393 |
+
msgid "\"View more\" button text."
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: includes/admin/class-cherry-search-settings.php:420
|
397 |
+
msgid "View more."
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: includes/admin/class-cherry-search-settings.php:427
|
401 |
+
msgid "Negative search results."
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: includes/admin/class-cherry-search-settings.php:428
|
405 |
+
msgid "Sorry, but nothing matched your search terms."
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: includes/admin/class-cherry-search-settings.php:434
|
409 |
+
msgid "Technical error."
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: includes/admin/class-cherry-search-settings.php:435
|
413 |
+
msgid ""
|
414 |
+
"Sorry, but we cannot handle your search query now. Please, try again later!"
|
415 |
+
msgstr ""
|
416 |
+
|
417 |
+
#: includes/admin/class-cherry-search-settings.php:444
|
418 |
+
msgid "Reset"
|
419 |
+
msgstr ""
|
420 |
+
|
421 |
+
#: includes/admin/class-cherry-search-settings.php:452
|
422 |
+
msgid "Save"
|
423 |
+
msgstr ""
|
424 |
+
|
425 |
+
#: includes/public/class-cherry-search-macros-callback.php:91
|
426 |
+
msgid "Search for:"
|
427 |
+
msgstr ""
|
languages/cherry-search-ru_RU.mo
CHANGED
Binary file
|
languages/cherry-search-ru_RU.po
CHANGED
@@ -1,326 +1,447 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: cherry-search\n"
|
4 |
-
"POT-Creation-Date:
|
5 |
-
"PO-Revision-Date:
|
6 |
-
"Last-Translator: \n"
|
7 |
-
"Language-Team: CherryTeam\n"
|
8 |
-
"Language: ru_RU\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.
|
13 |
-
"X-Poedit-Basepath: ..\n"
|
14 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
15 |
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e;_n:1,2;_n_noop:1,2;_x:1,2c;_nx:1,2,4c;"
|
18 |
-
"_nx_noop:1,2,3c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
|
19 |
-
"esc_html_x:1,2c\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
|
22 |
-
#:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
msgid "
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
"
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
"
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
#:
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
#:
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
#: includes/admin/class-cherry-search-
|
151 |
-
msgid ""
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
"
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
|
213 |
-
"
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
#: includes/admin/class-cherry-search-settings.php:
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
#: includes/admin/class-cherry-search-settings.php:
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
#: includes/admin/class-cherry-search-settings.php:
|
248 |
-
msgid "
|
249 |
-
msgstr "
|
250 |
-
|
251 |
-
#: includes/admin/class-cherry-search-settings.php:
|
252 |
-
msgid "
|
253 |
-
msgstr "
|
254 |
-
|
255 |
-
#: includes/admin/class-cherry-search-settings.php:
|
256 |
-
msgid "
|
257 |
-
msgstr "
|
258 |
-
|
259 |
-
#: includes/admin/class-cherry-search-settings.php:
|
260 |
-
msgid "
|
261 |
-
msgstr "
|
262 |
-
|
263 |
-
#: includes/admin/class-cherry-search-settings.php:
|
264 |
-
msgid "
|
265 |
-
msgstr "
|
266 |
-
|
267 |
-
#: includes/admin/class-cherry-search-settings.php:
|
268 |
-
msgid "
|
269 |
-
msgstr "
|
270 |
-
|
271 |
-
#: includes/admin/class-cherry-search-settings.php:
|
272 |
-
msgid "
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
#: includes/admin/class-cherry-search-settings.php:
|
280 |
-
msgid "
|
281 |
-
msgstr "
|
282 |
-
|
283 |
-
#: includes/admin/class-cherry-search-settings.php:
|
284 |
-
msgid "
|
285 |
-
msgstr "
|
286 |
-
|
287 |
-
#: includes/admin/class-cherry-search-settings.php:
|
288 |
-
msgid "
|
289 |
-
msgstr "
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
#: includes/
|
319 |
-
msgid "
|
320 |
-
msgstr "
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: cherry-search\n"
|
4 |
+
"POT-Creation-Date: 2018-02-12 16:11+0200\n"
|
5 |
+
"PO-Revision-Date: 2018-02-12 16:11+0200\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: CherryTeam\n"
|
8 |
+
"Language: ru_RU\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.7.6\n"
|
13 |
+
"X-Poedit-Basepath: ..\n"
|
14 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
15 |
+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_n_noop:1,2;_x:1,2c;_nx:1,2,4c;"
|
18 |
+
"_nx_noop:1,2,3c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
|
19 |
+
"esc_html_x:1,2c\n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
21 |
+
|
22 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:338
|
23 |
+
msgid "Browse:"
|
24 |
+
msgstr ""
|
25 |
+
|
26 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:340
|
27 |
+
msgid "404 Not Found"
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:341
|
31 |
+
msgid "Archives"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:342
|
35 |
+
#, php-format
|
36 |
+
msgid "Search results for “%s”"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:343
|
40 |
+
#, php-format
|
41 |
+
msgid "Page %s"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:344
|
45 |
+
#, php-format
|
46 |
+
msgid "Minute %s"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:345
|
50 |
+
#, php-format
|
51 |
+
msgid "Week %s"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:365
|
55 |
+
msgid "Home"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: cherry-framework/modules/cherry-customizer/cherry-customizer.php:264
|
59 |
+
msgid "Untitled Panel"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: cherry-framework/modules/cherry-customizer/cherry-customizer.php:300
|
63 |
+
msgid "Untitled Section"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: cherry-framework/modules/cherry-customizer/cherry-customizer.php:334
|
67 |
+
msgid "Untitled Control"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:103
|
71 |
+
#, php-format
|
72 |
+
msgid ""
|
73 |
+
"Module DB Updater init error in %s - version and slug is required arguments"
|
74 |
+
msgstr ""
|
75 |
+
|
76 |
+
#: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:104
|
77 |
+
msgid "We need to update your database to the latest version."
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:105
|
81 |
+
msgid "Update complete, thank you for updating to the latest version!"
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:329
|
85 |
+
msgid "Start Update"
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:366
|
89 |
+
msgid "Data Update"
|
90 |
+
msgstr ""
|
91 |
+
|
92 |
+
#: cherry-framework/modules/cherry-handler/cherry-handler.php:76
|
93 |
+
msgid "Unable to process the request without nonce or server error"
|
94 |
+
msgstr ""
|
95 |
+
|
96 |
+
#: cherry-framework/modules/cherry-handler/cherry-handler.php:77
|
97 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:58
|
98 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:74
|
99 |
+
msgid "No right for this action"
|
100 |
+
msgstr "Не найден обработчик."
|
101 |
+
|
102 |
+
#: cherry-framework/modules/cherry-handler/cherry-handler.php:78
|
103 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:59
|
104 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:75
|
105 |
+
msgid "Stop CHEATING!!!"
|
106 |
+
msgstr "Перестань это делать!!!!"
|
107 |
+
|
108 |
+
#: cherry-framework/modules/cherry-handler/cherry-handler.php:79
|
109 |
+
msgid "Access is allowed"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: cherry-framework/modules/cherry-handler/cherry-handler.php:80
|
113 |
+
msgid "Please wait, processing the previous request"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: cherry-framework/modules/cherry-ui-elements/inc/class-cherry-lock-element.php:63
|
117 |
+
msgid "Unlocked in PRO"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-button.php:64
|
121 |
+
msgid "Cherry Shortcodes"
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:125
|
125 |
+
msgid "insert shortcode"
|
126 |
+
msgstr ""
|
127 |
+
|
128 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:145
|
129 |
+
msgid "Shortcode List"
|
130 |
+
msgstr ""
|
131 |
+
|
132 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:203
|
133 |
+
msgid "Shortcode not found."
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:282
|
137 |
+
msgid "Shortcode content."
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:283
|
141 |
+
msgid "Input shortcode content."
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
+
#: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:298
|
145 |
+
msgid "Shortcode not a have options."
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: includes/admin/class-cherry-search-admin.php:87
|
149 |
+
#: includes/admin/class-cherry-search-admin.php:88
|
150 |
+
#: includes/admin/class-cherry-search-register-shortcodes.php:68
|
151 |
+
msgid "Cherry Search"
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
+
#: includes/admin/class-cherry-search-admin.php:98
|
155 |
+
#: includes/admin/class-cherry-search-admin.php:99
|
156 |
+
msgid "Settings"
|
157 |
+
msgstr "Настройки"
|
158 |
+
|
159 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:57
|
160 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:73
|
161 |
+
msgid "Unable to process the request without nonche or server error"
|
162 |
+
msgstr "Ошабка сервера. =("
|
163 |
+
|
164 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:60
|
165 |
+
msgid "Options save successfully."
|
166 |
+
msgstr "Опции сохранены."
|
167 |
+
|
168 |
+
#: includes/admin/class-cherry-search-ajax-handlers.php:76
|
169 |
+
msgid "Options reset successfully"
|
170 |
+
msgstr "Опции по умолчанию установлены."
|
171 |
+
|
172 |
+
#: includes/admin/class-cherry-search-register-shortcodes.php:73
|
173 |
+
msgid "Search Form"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: includes/admin/class-cherry-search-settings.php:159
|
177 |
+
msgid "Cherry Search Settings"
|
178 |
+
msgstr "Cherry Search настройки."
|
179 |
+
|
180 |
+
#: includes/admin/class-cherry-search-settings.php:175
|
181 |
+
msgid "Main settings"
|
182 |
+
msgstr "Основные настройки."
|
183 |
+
|
184 |
+
#: includes/admin/class-cherry-search-settings.php:181
|
185 |
+
msgid "Search results settings"
|
186 |
+
msgstr "Настройка поискового запроса."
|
187 |
+
|
188 |
+
#: includes/admin/class-cherry-search-settings.php:187
|
189 |
+
msgid "Visual settings"
|
190 |
+
msgstr "Визуальные настройки."
|
191 |
+
|
192 |
+
#: includes/admin/class-cherry-search-settings.php:193
|
193 |
+
msgid "Notifications"
|
194 |
+
msgstr "Уведомления."
|
195 |
+
|
196 |
+
#: includes/admin/class-cherry-search-settings.php:208
|
197 |
+
msgid ""
|
198 |
+
"In case you need to add Cherry Search on your website, you can do it in "
|
199 |
+
"several ways:"
|
200 |
+
msgstr ""
|
201 |
+
"Если вы хотите добавить Cherry Search на свой веб сайт, вы можете сделать "
|
202 |
+
"это несколькими способами:"
|
203 |
+
|
204 |
+
#: includes/admin/class-cherry-search-settings.php:209
|
205 |
+
msgid "Enable a \"Replace the standard search\" option"
|
206 |
+
msgstr "Включить опцию \"Заменить стандартную форму поиска\"."
|
207 |
+
|
208 |
+
#: includes/admin/class-cherry-search-settings.php:210
|
209 |
+
msgid "Add Cherry Search using this shortcode"
|
210 |
+
msgstr "Добавить форму поиска с помощью шорткода."
|
211 |
+
|
212 |
+
#: includes/admin/class-cherry-search-settings.php:211
|
213 |
+
msgid "Add PHP code to the necessaryfiles of your theme:"
|
214 |
+
msgstr "Добавить PHP код в необходимые файлы вашей тему."
|
215 |
+
|
216 |
+
#: includes/admin/class-cherry-search-settings.php:222
|
217 |
+
msgid "Replace the standard search form."
|
218 |
+
msgstr "Заменить стандартную форму поиска."
|
219 |
+
|
220 |
+
#: includes/admin/class-cherry-search-settings.php:223
|
221 |
+
msgid ""
|
222 |
+
"This option allows to replace all the standard search forms on your website."
|
223 |
+
msgstr ""
|
224 |
+
"Опция позволяет заменить все стандартные формы поиска на вашем веб сайте."
|
225 |
+
|
226 |
+
#: includes/admin/class-cherry-search-settings.php:226
|
227 |
+
#: includes/admin/class-cherry-search-settings.php:354
|
228 |
+
#: includes/admin/class-cherry-search-settings.php:373
|
229 |
+
#: includes/admin/class-cherry-search-settings.php:391
|
230 |
+
#: includes/admin/class-cherry-search-settings.php:401
|
231 |
+
msgid "Yes"
|
232 |
+
msgstr "Вкл"
|
233 |
+
|
234 |
+
#: includes/admin/class-cherry-search-settings.php:227
|
235 |
+
#: includes/admin/class-cherry-search-settings.php:355
|
236 |
+
#: includes/admin/class-cherry-search-settings.php:374
|
237 |
+
#: includes/admin/class-cherry-search-settings.php:392
|
238 |
+
#: includes/admin/class-cherry-search-settings.php:402
|
239 |
+
msgid "No"
|
240 |
+
msgstr "Выкл"
|
241 |
+
|
242 |
+
#: includes/admin/class-cherry-search-settings.php:233
|
243 |
+
msgid "Search Button Icon."
|
244 |
+
msgstr "Иконка кнопки."
|
245 |
+
|
246 |
+
#: includes/admin/class-cherry-search-settings.php:234
|
247 |
+
#: includes/admin/class-cherry-search-settings.php:243
|
248 |
+
msgid "This option sets search button text."
|
249 |
+
msgstr "Опция устанавливает текст для кнопки поиска в форме."
|
250 |
+
|
251 |
+
#: includes/admin/class-cherry-search-settings.php:242
|
252 |
+
msgid "Search Button Text."
|
253 |
+
msgstr "Текст кнопки."
|
254 |
+
|
255 |
+
#: includes/admin/class-cherry-search-settings.php:249
|
256 |
+
msgid "Caption / Placeholder text."
|
257 |
+
msgstr "Подсказка."
|
258 |
+
|
259 |
+
#: includes/admin/class-cherry-search-settings.php:250
|
260 |
+
msgid "This option sets placeholder text in input field."
|
261 |
+
msgstr "Опция устанавливает иконку для кнопки поиска в форме."
|
262 |
+
|
263 |
+
#: includes/admin/class-cherry-search-settings.php:251
|
264 |
+
msgid "Search"
|
265 |
+
msgstr "Искать"
|
266 |
+
|
267 |
+
#: includes/admin/class-cherry-search-settings.php:258
|
268 |
+
msgid "Search in."
|
269 |
+
msgstr "Искать в:"
|
270 |
+
|
271 |
+
#: includes/admin/class-cherry-search-settings.php:259
|
272 |
+
msgid ""
|
273 |
+
"You can select particular search areas. If nothing is selected in the "
|
274 |
+
"option, search will be made over the entire site."
|
275 |
+
msgstr ""
|
276 |
+
"Вы можете выбрать определенные области поиска. Если в опции ничего не "
|
277 |
+
"выбрано, то поиск будет осуществляться по всему сайту."
|
278 |
+
|
279 |
+
#: includes/admin/class-cherry-search-settings.php:264
|
280 |
+
msgid "Selected search source."
|
281 |
+
msgstr "Ничего не выбрано."
|
282 |
+
|
283 |
+
#: includes/admin/class-cherry-search-settings.php:269
|
284 |
+
msgid "Exclude categories from search results."
|
285 |
+
msgstr "Исключить категории из поиска:"
|
286 |
+
|
287 |
+
#: includes/admin/class-cherry-search-settings.php:270
|
288 |
+
msgid "This option allows to set categories in which search will not be made."
|
289 |
+
msgstr ""
|
290 |
+
"Опция позволяет указать категории, в которых не будет осуществляться поиск."
|
291 |
+
|
292 |
+
#: includes/admin/class-cherry-search-settings.php:275
|
293 |
+
msgid "Not selected categories."
|
294 |
+
msgstr "Ничего не выбрано."
|
295 |
+
|
296 |
+
#: includes/admin/class-cherry-search-settings.php:280
|
297 |
+
msgid "Exclude tags from search results."
|
298 |
+
msgstr "Исключить теги из поиска:"
|
299 |
+
|
300 |
+
#: includes/admin/class-cherry-search-settings.php:281
|
301 |
+
msgid "This option allows to set tags in which search will not be made."
|
302 |
+
msgstr "Опция позволяет указать теги, в которых не будет осуществляться поиск."
|
303 |
+
|
304 |
+
#: includes/admin/class-cherry-search-settings.php:286
|
305 |
+
msgid "Not selected tags."
|
306 |
+
msgstr "Ничего не выбрано."
|
307 |
+
|
308 |
+
#: includes/admin/class-cherry-search-settings.php:291
|
309 |
+
msgid "Exclude post types from search results."
|
310 |
+
msgstr "Исключить форматы статей из поиска:"
|
311 |
+
|
312 |
+
#: includes/admin/class-cherry-search-settings.php:292
|
313 |
+
msgid "This option allows to post types in which search will not be made."
|
314 |
+
msgstr ""
|
315 |
+
"Опция позволяет указать форматы статей, в которых не будет осуществляться "
|
316 |
+
"поиск."
|
317 |
+
|
318 |
+
#: includes/admin/class-cherry-search-settings.php:297
|
319 |
+
msgid "Not selected post formats."
|
320 |
+
msgstr "Ничего не выбрано."
|
321 |
+
|
322 |
+
#: includes/admin/class-cherry-search-settings.php:302
|
323 |
+
msgid "Number of results displayed in one search query."
|
324 |
+
msgstr "Количество выводимых элементов в поисковом запросе."
|
325 |
+
|
326 |
+
#: includes/admin/class-cherry-search-settings.php:303
|
327 |
+
msgid ""
|
328 |
+
"This option will allow you to limit the number of displayed search results. "
|
329 |
+
"If the overall number of results will exceeed the previously set limit, the "
|
330 |
+
"\"load more\" button will come up.."
|
331 |
+
msgstr ""
|
332 |
+
"Опция позволяет ограничить количество выводимых элементов. Если общий "
|
333 |
+
"результат поиска будет больше, чем указано в опции, то выводится кнопка "
|
334 |
+
"\"показать ещё\"."
|
335 |
+
|
336 |
+
#: includes/admin/class-cherry-search-settings.php:312
|
337 |
+
msgid "Sort search results by:"
|
338 |
+
msgstr "Сортировать результат поиска по:"
|
339 |
+
|
340 |
+
#: includes/admin/class-cherry-search-settings.php:316
|
341 |
+
msgid "Date"
|
342 |
+
msgstr "Датe создания."
|
343 |
+
|
344 |
+
#: includes/admin/class-cherry-search-settings.php:319
|
345 |
+
msgid "Title"
|
346 |
+
msgstr "Заголовокам."
|
347 |
+
|
348 |
+
#: includes/admin/class-cherry-search-settings.php:322
|
349 |
+
msgid "Author"
|
350 |
+
msgstr "Авторам постов."
|
351 |
+
|
352 |
+
#: includes/admin/class-cherry-search-settings.php:325
|
353 |
+
msgid "Last modified"
|
354 |
+
msgstr "Последним изменениям."
|
355 |
+
|
356 |
+
#: includes/admin/class-cherry-search-settings.php:328
|
357 |
+
msgid "Number of Comments (descending)"
|
358 |
+
msgstr "Количеству комментариев. ( по убыванию )"
|
359 |
+
|
360 |
+
#: includes/admin/class-cherry-search-settings.php:335
|
361 |
+
msgid "Filter results by: "
|
362 |
+
msgstr "Порядок сортировки:"
|
363 |
+
|
364 |
+
#: includes/admin/class-cherry-search-settings.php:339
|
365 |
+
msgid "Asc"
|
366 |
+
msgstr "По возрастанию."
|
367 |
+
|
368 |
+
#: includes/admin/class-cherry-search-settings.php:342
|
369 |
+
msgid "Desc"
|
370 |
+
msgstr "По убыванию."
|
371 |
+
|
372 |
+
#: includes/admin/class-cherry-search-settings.php:351
|
373 |
+
msgid "Show post titles."
|
374 |
+
msgstr "Отображать заголовки статей."
|
375 |
+
|
376 |
+
#: includes/admin/class-cherry-search-settings.php:361
|
377 |
+
msgid "Post word count."
|
378 |
+
msgstr "Количество вводимых слов из контента статей."
|
379 |
+
|
380 |
+
#: includes/admin/class-cherry-search-settings.php:370
|
381 |
+
msgid "Show post authors."
|
382 |
+
msgstr "Отображать авторов статей."
|
383 |
+
|
384 |
+
#: includes/admin/class-cherry-search-settings.php:381
|
385 |
+
msgid "Prefix before author`s name."
|
386 |
+
msgstr "Приставка перед именем автора."
|
387 |
+
|
388 |
+
#: includes/admin/class-cherry-search-settings.php:382
|
389 |
+
msgid "Posted by:"
|
390 |
+
msgstr "Сообщение от:"
|
391 |
+
|
392 |
+
#: includes/admin/class-cherry-search-settings.php:388
|
393 |
+
msgid "Show post thumbnails."
|
394 |
+
msgstr "Отображать миниатюры статей."
|
395 |
+
|
396 |
+
#: includes/admin/class-cherry-search-settings.php:398
|
397 |
+
msgid "Enable scrolling for dropdown lists."
|
398 |
+
msgstr "Включить полосу прокрутки в выпадающем списке."
|
399 |
+
|
400 |
+
#: includes/admin/class-cherry-search-settings.php:409
|
401 |
+
msgid "Dropdown list height."
|
402 |
+
msgstr "Высота выпадающего списка."
|
403 |
+
|
404 |
+
#: includes/admin/class-cherry-search-settings.php:419
|
405 |
+
msgid "\"View more\" button text."
|
406 |
+
msgstr "Добавить текст для кнопки \"показать ещё\"."
|
407 |
+
|
408 |
+
#: includes/admin/class-cherry-search-settings.php:420
|
409 |
+
msgid "View more."
|
410 |
+
msgstr "Показать ещё"
|
411 |
+
|
412 |
+
#: includes/admin/class-cherry-search-settings.php:427
|
413 |
+
msgid "Negative search results."
|
414 |
+
msgstr "Уведомление отрицательные результаты поиска."
|
415 |
+
|
416 |
+
#: includes/admin/class-cherry-search-settings.php:428
|
417 |
+
msgid "Sorry, but nothing matched your search terms."
|
418 |
+
msgstr "Извините, но ничего не найдено по вашему запросу."
|
419 |
+
|
420 |
+
#: includes/admin/class-cherry-search-settings.php:434
|
421 |
+
msgid "Technical error."
|
422 |
+
msgstr "Уведомление при ошибке. "
|
423 |
+
|
424 |
+
#: includes/admin/class-cherry-search-settings.php:435
|
425 |
+
msgid ""
|
426 |
+
"Sorry, but we cannot handle your search query now. Please, try again later!"
|
427 |
+
msgstr ""
|
428 |
+
"Извините, но мы не можем обработать ваш запрос. Пожалуйста, повторите "
|
429 |
+
"попытку позже."
|
430 |
+
|
431 |
+
#: includes/admin/class-cherry-search-settings.php:444
|
432 |
+
msgid "Reset"
|
433 |
+
msgstr "Сбросить настройки"
|
434 |
+
|
435 |
+
#: includes/admin/class-cherry-search-settings.php:452
|
436 |
+
msgid "Save"
|
437 |
+
msgstr "Сохранить настройки"
|
438 |
+
|
439 |
+
#: includes/public/class-cherry-search-macros-callback.php:91
|
440 |
+
msgid "Search for:"
|
441 |
+
msgstr "Искать:"
|
442 |
+
|
443 |
+
#~ msgid "Main Settings"
|
444 |
+
#~ msgstr "Основные настройки."
|
445 |
+
|
446 |
+
#~ msgid "Search Query Settings"
|
447 |
+
#~ msgstr "Настройка поискового запроса."
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: TemplateMonster 2002
|
3 |
Tags: search, ajax search, quick search, fast search, ajax, cherry framework, widget search, shortcode search, custom search, cherry search
|
4 |
Requires at least: 4.4
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 1.1.4
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
2 |
Contributors: TemplateMonster 2002
|
3 |
Tags: search, ajax search, quick search, fast search, ajax, cherry framework, widget search, shortcode search, custom search, cherry search
|
4 |
Requires at least: 4.4
|
5 |
+
Tested up to: 4.9.4
|
6 |
+
Stable tag: 1.1.4.1
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|