Cherry Search - Version 1.1.4.1

Version Description

Download this release

Release Info

Developer TemplateMonster 2002
Plugin Icon 128x128 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 CHANGED
@@ -1,21 +1,15 @@
1
  <?php
2
  /**
3
  * Plugin Name: Cherry Search
4
- * Plugin URI: http://www.cherryframework.com/
5
  * Description: A plugin for WordPress.
6
- * Version: 1.1.4
7
- * Author: Jetimpex
8
- * Author URI: https://jetimpex.com/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
- * @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
- $output = ( 'get_product_search_form' === current_filter() ) ? 'id="woocommerce-product-search-field"' : '' ;
241
- return $output;
 
 
 
 
 
 
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
- #, fuzzy
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: cherry-search\n"
5
- "POT-Creation-Date: 2016-11-03 16:23+0200\n"
6
- "PO-Revision-Date: 2016-02-15 11:18+0200\n"
7
- "Last-Translator: \n"
8
- "Language-Team: CherryTeam\n"
9
- "Language: en\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.11\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\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__;"
19
- "esc_html_e;esc_html_x:1,2c\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: includes/admin/class-cherry-search-admin.php:84
23
- #: includes/admin/class-cherry-search-admin.php:85
24
- msgid "Cherry Search"
25
- msgstr ""
26
-
27
- #: includes/admin/class-cherry-search-admin.php:95
28
- #: includes/admin/class-cherry-search-admin.php:96
29
- msgid "Settings"
30
- msgstr ""
31
-
32
- #: includes/admin/class-cherry-search-ajax-handlers.php:57
33
- #: includes/admin/class-cherry-search-ajax-handlers.php:73
34
- msgid "Unable to process the request without nonche or server error"
35
- msgstr ""
36
-
37
- #: includes/admin/class-cherry-search-ajax-handlers.php:58
38
- #: includes/admin/class-cherry-search-ajax-handlers.php:74
39
- msgid "No right for this action"
40
- msgstr ""
41
-
42
- #: includes/admin/class-cherry-search-ajax-handlers.php:59
43
- #: includes/admin/class-cherry-search-ajax-handlers.php:75
44
- msgid "Stop CHEATING!!!"
45
- msgstr ""
46
-
47
- #: includes/admin/class-cherry-search-ajax-handlers.php:60
48
- msgid "Options save successfully."
49
- msgstr ""
50
-
51
- #: includes/admin/class-cherry-search-ajax-handlers.php:76
52
- msgid "Options reset successfully"
53
- msgstr ""
54
-
55
- #: includes/admin/class-cherry-search-settings.php:158
56
- msgid "Cherry Search Settings"
57
- msgstr ""
58
-
59
- #: includes/admin/class-cherry-search-settings.php:173
60
- msgid "Main settings"
61
- msgstr ""
62
-
63
- #: includes/admin/class-cherry-search-settings.php:178
64
- msgid "Search results settings"
65
- msgstr ""
66
-
67
- #: includes/admin/class-cherry-search-settings.php:183
68
- msgid "Visual settings"
69
- msgstr ""
70
-
71
- #: includes/admin/class-cherry-search-settings.php:188
72
- msgid "Notifications"
73
- msgstr ""
74
-
75
- #: includes/admin/class-cherry-search-settings.php:202
76
- msgid ""
77
- "In case you need to add Cherry Search on your website, you can do "
78
- "it in several ways:"
79
- msgstr ""
80
-
81
- #: includes/admin/class-cherry-search-settings.php:203
82
- msgid "Enable a \"Replace the standard search\" option"
83
- msgstr ""
84
-
85
- #: includes/admin/class-cherry-search-settings.php:204
86
- msgid "Add Cherry Search using this shortcode"
87
- msgstr ""
88
-
89
- #: includes/admin/class-cherry-search-settings.php:205
90
- msgid "Add PHP code to the necessaryfiles of your theme:"
91
- msgstr ""
92
-
93
- #: includes/admin/class-cherry-search-settings.php:216
94
- msgid "Replace the standard search form."
95
- msgstr ""
96
-
97
- #: includes/admin/class-cherry-search-settings.php:217
98
- msgid ""
99
- "This option allows to replace all the standard search forms on "
100
- "your website."
101
- msgstr ""
102
-
103
- #: includes/admin/class-cherry-search-settings.php:220
104
- #: includes/admin/class-cherry-search-settings.php:348
105
- #: includes/admin/class-cherry-search-settings.php:367
106
- #: includes/admin/class-cherry-search-settings.php:385
107
- #: includes/admin/class-cherry-search-settings.php:395
108
- msgid "Yes"
109
- msgstr ""
110
-
111
- #: includes/admin/class-cherry-search-settings.php:221
112
- #: includes/admin/class-cherry-search-settings.php:349
113
- #: includes/admin/class-cherry-search-settings.php:368
114
- #: includes/admin/class-cherry-search-settings.php:386
115
- #: includes/admin/class-cherry-search-settings.php:396
116
- msgid "No"
117
- msgstr ""
118
-
119
- #: includes/admin/class-cherry-search-settings.php:227
120
- msgid "Search Button Text."
121
- msgstr ""
122
-
123
- #: includes/admin/class-cherry-search-settings.php:228
124
- #: includes/admin/class-cherry-search-settings.php:235
125
- msgid "This option sets search button text."
126
- msgstr ""
127
-
128
- #: includes/admin/class-cherry-search-settings.php:234
129
- msgid "Search Button Icon."
130
- msgstr ""
131
-
132
- #: includes/admin/class-cherry-search-settings.php:243
133
- msgid "Caption / Placeholder text."
134
- msgstr ""
135
-
136
- #: includes/admin/class-cherry-search-settings.php:244
137
- msgid "This option sets placeholder text in input field."
138
- msgstr ""
139
-
140
- #: includes/admin/class-cherry-search-settings.php:245
141
- msgid "Search"
142
- msgstr ""
143
-
144
- #: includes/admin/class-cherry-search-settings.php:252
145
- msgid "Search in."
146
- msgstr ""
147
-
148
- #: includes/admin/class-cherry-search-settings.php:253
149
- msgid ""
150
- "You can select particular search areas. If nothing is selected in "
151
- "the option, search will be made over the entire site."
152
- msgstr ""
153
-
154
- #: includes/admin/class-cherry-search-settings.php:258
155
- msgid "Selected search source."
156
- msgstr ""
157
-
158
- #: includes/admin/class-cherry-search-settings.php:263
159
- msgid "Exclude categories from search results."
160
- msgstr ""
161
-
162
- #: includes/admin/class-cherry-search-settings.php:264
163
- msgid ""
164
- "This option allows to set categories in which search will not be "
165
- "made."
166
- msgstr ""
167
-
168
- #: includes/admin/class-cherry-search-settings.php:269
169
- msgid "Not selected categories."
170
- msgstr ""
171
-
172
- #: includes/admin/class-cherry-search-settings.php:274
173
- msgid "Exclude tags from search results."
174
- msgstr ""
175
-
176
- #: includes/admin/class-cherry-search-settings.php:275
177
- msgid ""
178
- "This option allows to set tags in which search will not be made."
179
- msgstr ""
180
-
181
- #: includes/admin/class-cherry-search-settings.php:280
182
- msgid "Not selected tags."
183
- msgstr ""
184
-
185
- #: includes/admin/class-cherry-search-settings.php:285
186
- msgid "Exclude post types from search results."
187
- msgstr ""
188
-
189
- #: includes/admin/class-cherry-search-settings.php:286
190
- msgid ""
191
- "This option allows to post types in which search will not be made."
192
- msgstr ""
193
-
194
- #: includes/admin/class-cherry-search-settings.php:291
195
- msgid "Not selected post formats."
196
- msgstr ""
197
-
198
- #: includes/admin/class-cherry-search-settings.php:296
199
- msgid "Number of results displayed in one search query."
200
- msgstr ""
201
-
202
- #: includes/admin/class-cherry-search-settings.php:297
203
- msgid ""
204
- "This option will allow you to limit the number of displayed search "
205
- "results. If the overall number of results will exceeed the "
206
- "previously set limit, the \"load more\" button will come up.."
207
- msgstr ""
208
-
209
- #: includes/admin/class-cherry-search-settings.php:306
210
- msgid "Sort search results by:"
211
- msgstr ""
212
-
213
- #: includes/admin/class-cherry-search-settings.php:310
214
- msgid "Date"
215
- msgstr ""
216
-
217
- #: includes/admin/class-cherry-search-settings.php:313
218
- msgid "Title"
219
- msgstr ""
220
-
221
- #: includes/admin/class-cherry-search-settings.php:316
222
- msgid "Author"
223
- msgstr ""
224
-
225
- #: includes/admin/class-cherry-search-settings.php:319
226
- msgid "Last modified"
227
- msgstr ""
228
-
229
- #: includes/admin/class-cherry-search-settings.php:322
230
- msgid "Number of Comments (descending)"
231
- msgstr ""
232
-
233
- #: includes/admin/class-cherry-search-settings.php:329
234
- msgid "Filter results by: "
235
- msgstr ""
236
-
237
- #: includes/admin/class-cherry-search-settings.php:333
238
- msgid "Asc"
239
- msgstr ""
240
-
241
- #: includes/admin/class-cherry-search-settings.php:336
242
- msgid "Desc"
243
- msgstr ""
244
-
245
- #: includes/admin/class-cherry-search-settings.php:345
246
- msgid "Show post titles."
247
- msgstr ""
248
-
249
- #: includes/admin/class-cherry-search-settings.php:355
250
- msgid "Post word count."
251
- msgstr ""
252
-
253
- #: includes/admin/class-cherry-search-settings.php:364
254
- msgid "Show post authors."
255
- msgstr ""
256
-
257
- #: includes/admin/class-cherry-search-settings.php:375
258
- msgid "Prefix before author`s name."
259
- msgstr ""
260
-
261
- #: includes/admin/class-cherry-search-settings.php:376
262
- msgid "Posted by:"
263
- msgstr ""
264
-
265
- #: includes/admin/class-cherry-search-settings.php:382
266
- msgid "Show post thumbnails."
267
- msgstr ""
268
-
269
- #: includes/admin/class-cherry-search-settings.php:392
270
- msgid "Enable scrolling for dropdown lists."
271
- msgstr ""
272
-
273
- #: includes/admin/class-cherry-search-settings.php:403
274
- msgid "Dropdown list height."
275
- msgstr ""
276
-
277
- #: includes/admin/class-cherry-search-settings.php:413
278
- msgid "\"View more\" button text."
279
- msgstr ""
280
-
281
- #: includes/admin/class-cherry-search-settings.php:414
282
- msgid "View more."
283
- msgstr ""
284
-
285
- #: includes/admin/class-cherry-search-settings.php:421
286
- msgid "Negative search results."
287
- msgstr ""
288
-
289
- #: includes/admin/class-cherry-search-settings.php:422
290
- msgid "Sorry, but nothing matched your search terms."
291
- msgstr ""
292
-
293
- #: includes/admin/class-cherry-search-settings.php:428
294
- msgid "Technical error."
295
- msgstr ""
296
-
297
- #: includes/admin/class-cherry-search-settings.php:429
298
- msgid ""
299
- "Sorry, but we cannot handle your search query now. Please, try "
300
- "again later!"
301
- msgstr ""
302
-
303
- #: includes/admin/class-cherry-search-settings.php:438
304
- msgid "Reset"
305
- msgstr ""
306
-
307
- #: includes/admin/class-cherry-search-settings.php:446
308
- msgid "Save"
309
- msgstr ""
310
-
311
- #: includes/public/class-cherry-search-macros-callback.php:74
312
- msgid "Search for:"
313
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 &#8220;%s&#8221;"
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: 2016-11-03 16:49+0200\n"
5
- "PO-Revision-Date: 2016-11-03 16:57+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.8.11\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
- #: includes/admin/class-cherry-search-admin.php:84
23
- #: includes/admin/class-cherry-search-admin.php:85
24
- msgid "Cherry Search"
25
- msgstr ""
26
-
27
- #: includes/admin/class-cherry-search-admin.php:95
28
- #: includes/admin/class-cherry-search-admin.php:96
29
- msgid "Settings"
30
- msgstr "Настройки"
31
-
32
- #: includes/admin/class-cherry-search-ajax-handlers.php:57
33
- #: includes/admin/class-cherry-search-ajax-handlers.php:73
34
- msgid "Unable to process the request without nonche or server error"
35
- msgstr "Ошабка сервера. =("
36
-
37
- #: includes/admin/class-cherry-search-ajax-handlers.php:58
38
- #: includes/admin/class-cherry-search-ajax-handlers.php:74
39
- msgid "No right for this action"
40
- msgstr "Не найден обработчик."
41
-
42
- #: includes/admin/class-cherry-search-ajax-handlers.php:59
43
- #: includes/admin/class-cherry-search-ajax-handlers.php:75
44
- msgid "Stop CHEATING!!!"
45
- msgstr "Перестань это делать!!!!"
46
-
47
- #: includes/admin/class-cherry-search-ajax-handlers.php:60
48
- msgid "Options save successfully."
49
- msgstr "Опции сохранены."
50
-
51
- #: includes/admin/class-cherry-search-ajax-handlers.php:76
52
- msgid "Options reset successfully"
53
- msgstr "Опции по умолчанию установлены."
54
-
55
- #: includes/admin/class-cherry-search-settings.php:158
56
- msgid "Cherry Search Settings"
57
- msgstr "Cherry Search настройки."
58
-
59
- #: includes/admin/class-cherry-search-settings.php:173
60
- msgid "Main settings"
61
- msgstr "Основные настройки."
62
-
63
- #: includes/admin/class-cherry-search-settings.php:178
64
- msgid "Search results settings"
65
- msgstr "Настройка поискового запроса."
66
-
67
- #: includes/admin/class-cherry-search-settings.php:183
68
- msgid "Visual settings"
69
- msgstr "Визуальные настройки."
70
-
71
- #: includes/admin/class-cherry-search-settings.php:188
72
- msgid "Notifications"
73
- msgstr "Уведомления."
74
-
75
- #: includes/admin/class-cherry-search-settings.php:202
76
- msgid ""
77
- "In case you need to add Cherry Search on your website, you can do it in "
78
- "several ways:"
79
- msgstr ""
80
- "Если вы хотите добавить Cherry Search на свой веб сайт, вы можете сделать "
81
- "это несколькими способами:"
82
-
83
- #: includes/admin/class-cherry-search-settings.php:203
84
- msgid "Enable a \"Replace the standard search\" option"
85
- msgstr "Включить опцию \"Заменить стандартную форму поиска\"."
86
-
87
- #: includes/admin/class-cherry-search-settings.php:204
88
- msgid "Add Cherry Search using this shortcode"
89
- msgstr "Добавить форму поиска с помощью шорткода."
90
-
91
- #: includes/admin/class-cherry-search-settings.php:205
92
- msgid "Add PHP code to the necessaryfiles of your theme:"
93
- msgstr "Добавить PHP код в необходимые файлы вашей тему."
94
-
95
- #: includes/admin/class-cherry-search-settings.php:216
96
- msgid "Replace the standard search form."
97
- msgstr "Заменить стандартную форму поиска."
98
-
99
- #: includes/admin/class-cherry-search-settings.php:217
100
- msgid ""
101
- "This option allows to replace all the standard search forms on your website."
102
- msgstr ""
103
- "Опция позволяет заменить все стандартные формы поиска на вашем веб сайте."
104
-
105
- #: includes/admin/class-cherry-search-settings.php:220
106
- #: includes/admin/class-cherry-search-settings.php:348
107
- #: includes/admin/class-cherry-search-settings.php:367
108
- #: includes/admin/class-cherry-search-settings.php:385
109
- #: includes/admin/class-cherry-search-settings.php:395
110
- msgid "Yes"
111
- msgstr "Вкл"
112
-
113
- #: includes/admin/class-cherry-search-settings.php:221
114
- #: includes/admin/class-cherry-search-settings.php:349
115
- #: includes/admin/class-cherry-search-settings.php:368
116
- #: includes/admin/class-cherry-search-settings.php:386
117
- #: includes/admin/class-cherry-search-settings.php:396
118
- msgid "No"
119
- msgstr "Выкл"
120
-
121
- #: includes/admin/class-cherry-search-settings.php:227
122
- msgid "Search Button Text."
123
- msgstr "Текст кнопки."
124
-
125
- #: includes/admin/class-cherry-search-settings.php:228
126
- #: includes/admin/class-cherry-search-settings.php:235
127
- msgid "This option sets search button text."
128
- msgstr "Опция устанавливает текст для кнопки поиска в форме."
129
-
130
- #: includes/admin/class-cherry-search-settings.php:234
131
- msgid "Search Button Icon."
132
- msgstr "Иконка кнопки."
133
-
134
- #: includes/admin/class-cherry-search-settings.php:243
135
- msgid "Caption / Placeholder text."
136
- msgstr "Подсказка."
137
-
138
- #: includes/admin/class-cherry-search-settings.php:244
139
- msgid "This option sets placeholder text in input field."
140
- msgstr "Опция устанавливает иконку для кнопки поиска в форме."
141
-
142
- #: includes/admin/class-cherry-search-settings.php:245
143
- msgid "Search"
144
- msgstr "Искать"
145
-
146
- #: includes/admin/class-cherry-search-settings.php:252
147
- msgid "Search in."
148
- msgstr "Искать в:"
149
-
150
- #: includes/admin/class-cherry-search-settings.php:253
151
- msgid ""
152
- "You can select particular search areas. If nothing is selected in the "
153
- "option, search will be made over the entire site."
154
- msgstr ""
155
- "Вы можете выбрать определенные области поиска. Если в опции ничего не "
156
- "выбрано, то поиск будет осуществляться по всему сайту."
157
-
158
- #: includes/admin/class-cherry-search-settings.php:258
159
- msgid "Selected search source."
160
- msgstr "Ничего не выбрано."
161
-
162
- #: includes/admin/class-cherry-search-settings.php:263
163
- msgid "Exclude categories from search results."
164
- msgstr "Исключить категории из поиска:"
165
-
166
- #: includes/admin/class-cherry-search-settings.php:264
167
- msgid "This option allows to set categories in which search will not be made."
168
- msgstr ""
169
- "Опция позволяет указать категории, в которых не будет осуществляться поиск."
170
-
171
- #: includes/admin/class-cherry-search-settings.php:269
172
- msgid "Not selected categories."
173
- msgstr "Ничего не выбрано."
174
-
175
- #: includes/admin/class-cherry-search-settings.php:274
176
- msgid "Exclude tags from search results."
177
- msgstr "Исключить теги из поиска:"
178
-
179
- #: includes/admin/class-cherry-search-settings.php:275
180
- msgid "This option allows to set tags in which search will not be made."
181
- msgstr "Опция позволяет указать теги, в которых не будет осуществляться поиск."
182
-
183
- #: includes/admin/class-cherry-search-settings.php:280
184
- msgid "Not selected tags."
185
- msgstr "Ничего не выбрано."
186
-
187
- #: includes/admin/class-cherry-search-settings.php:285
188
- msgid "Exclude post types from search results."
189
- msgstr "Исключить форматы статей из поиска:"
190
-
191
- #: includes/admin/class-cherry-search-settings.php:286
192
- msgid "This option allows to post types in which search will not be made."
193
- msgstr ""
194
- "Опция позволяет указать форматы статей, в которых не будет осуществляться "
195
- "поиск."
196
-
197
- #: includes/admin/class-cherry-search-settings.php:291
198
- msgid "Not selected post formats."
199
- msgstr "Ничего не выбрано."
200
-
201
- #: includes/admin/class-cherry-search-settings.php:296
202
- msgid "Number of results displayed in one search query."
203
- msgstr "Количество выводимых элементов в поисковом запросе."
204
-
205
- #: includes/admin/class-cherry-search-settings.php:297
206
- msgid ""
207
- "This option will allow you to limit the number of displayed search results. "
208
- "If the overall number of results will exceeed the previously set limit, the "
209
- "\"load more\" button will come up.."
210
- msgstr ""
211
- "Опция позволяет ограничить количество выводимых элементов. Если общий "
212
- "результат поиска будет больше, чем указано в опции, то выводится кнопка "
213
- "\"показать ещё\"."
214
-
215
- #: includes/admin/class-cherry-search-settings.php:306
216
- msgid "Sort search results by:"
217
- msgstr "Сортировать результат поиска по:"
218
-
219
- #: includes/admin/class-cherry-search-settings.php:310
220
- msgid "Date"
221
- msgstr "Датe создания."
222
-
223
- #: includes/admin/class-cherry-search-settings.php:313
224
- msgid "Title"
225
- msgstr "Заголовокам."
226
-
227
- #: includes/admin/class-cherry-search-settings.php:316
228
- msgid "Author"
229
- msgstr "Авторам постов."
230
-
231
- #: includes/admin/class-cherry-search-settings.php:319
232
- msgid "Last modified"
233
- msgstr "Последним изменениям."
234
-
235
- #: includes/admin/class-cherry-search-settings.php:322
236
- msgid "Number of Comments (descending)"
237
- msgstr "Количеству комментариев. ( по убыванию )"
238
-
239
- #: includes/admin/class-cherry-search-settings.php:329
240
- msgid "Filter results by: "
241
- msgstr "Порядок сортировки:"
242
-
243
- #: includes/admin/class-cherry-search-settings.php:333
244
- msgid "Asc"
245
- msgstr "По возрастанию."
246
-
247
- #: includes/admin/class-cherry-search-settings.php:336
248
- msgid "Desc"
249
- msgstr "По убыванию."
250
-
251
- #: includes/admin/class-cherry-search-settings.php:345
252
- msgid "Show post titles."
253
- msgstr "Отображать заголовки статей."
254
-
255
- #: includes/admin/class-cherry-search-settings.php:355
256
- msgid "Post word count."
257
- msgstr "Количество вводимых слов из контента статей."
258
-
259
- #: includes/admin/class-cherry-search-settings.php:364
260
- msgid "Show post authors."
261
- msgstr "Отображать авторов статей."
262
-
263
- #: includes/admin/class-cherry-search-settings.php:375
264
- msgid "Prefix before author`s name."
265
- msgstr "Приставка перед именем автора."
266
-
267
- #: includes/admin/class-cherry-search-settings.php:376
268
- msgid "Posted by:"
269
- msgstr "Сообщение от:"
270
-
271
- #: includes/admin/class-cherry-search-settings.php:382
272
- msgid "Show post thumbnails."
273
- msgstr "Отображать миниатюры статей."
274
-
275
- #: includes/admin/class-cherry-search-settings.php:392
276
- msgid "Enable scrolling for dropdown lists."
277
- msgstr "Включить полосу прокрутки в выпадающем списке."
278
-
279
- #: includes/admin/class-cherry-search-settings.php:403
280
- msgid "Dropdown list height."
281
- msgstr "Высота выпадающего списка."
282
-
283
- #: includes/admin/class-cherry-search-settings.php:413
284
- msgid "\"View more\" button text."
285
- msgstr "Добавить текст для кнопки \"показать ещё\"."
286
-
287
- #: includes/admin/class-cherry-search-settings.php:414
288
- msgid "View more."
289
- msgstr "Показать ещё"
290
-
291
- #: includes/admin/class-cherry-search-settings.php:421
292
- msgid "Negative search results."
293
- msgstr "Уведомление отрицательные результаты поиска."
294
-
295
- #: includes/admin/class-cherry-search-settings.php:422
296
- msgid "Sorry, but nothing matched your search terms."
297
- msgstr "Извините, но ничего не найдено по вашему запросу."
298
-
299
- #: includes/admin/class-cherry-search-settings.php:428
300
- msgid "Technical error."
301
- msgstr "Уведомление при ошибке. "
302
-
303
- #: includes/admin/class-cherry-search-settings.php:429
304
- msgid ""
305
- "Sorry, but we cannot handle your search query now. Please, try again later!"
306
- msgstr ""
307
- "Извините, но мы не можем обработать ваш запрос. Пожалуйста, повторите "
308
- "попытку позже."
309
-
310
- #: includes/admin/class-cherry-search-settings.php:438
311
- msgid "Reset"
312
- msgstr "Сбрость настройки"
313
-
314
- #: includes/admin/class-cherry-search-settings.php:446
315
- msgid "Save"
316
- msgstr "Сохранить настройки"
317
-
318
- #: includes/public/class-cherry-search-macros-callback.php:74
319
- msgid "Search for:"
320
- msgstr "Искать:"
321
-
322
- #~ msgid "Main Settings"
323
- #~ msgstr "Основные настройки."
324
-
325
- #~ msgid "Search Query Settings"
326
- #~ msgstr "Настройка поискового запроса."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 &#8220;%s&#8221;"
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.8.1
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