Cherry Team Members - Version 1.4.2

Version Description

Download this release

Release Info

Developer TemplateMonster 2002
Plugin Icon 128x128 Cherry Team Members
Version 1.4.2
Comparing to
See all releases

Code changes from version 1.4.1 to 1.4.2

admin/includes/class-cherry-team-admin-columns.php CHANGED
@@ -56,6 +56,10 @@ class Cherry_Team_Members_Admin_Columns {
56
  return $actions;
57
  }
58
 
 
 
 
 
59
  if ( cherry_team_members_init()->name() !== $post->post_type ) {
60
  return $actions;
61
  }
@@ -95,6 +99,10 @@ class Cherry_Team_Members_Admin_Columns {
95
  wp_die( 'No post to duplicate has been supplied!' );
96
  }
97
 
 
 
 
 
98
  global $wpdb;
99
 
100
  $post_id = absint( $_REQUEST['post'] );
56
  return $actions;
57
  }
58
 
59
+ if ( ! current_user_can( 'edit_post', $post->ID ) ) {
60
+ return $actions;
61
+ }
62
+
63
  if ( cherry_team_members_init()->name() !== $post->post_type ) {
64
  return $actions;
65
  }
99
  wp_die( 'No post to duplicate has been supplied!' );
100
  }
101
 
102
+ if ( ! current_user_can( 'edit_post', $_REQUEST['post'] ) ) {
103
+ wp_die( 'You don\'t have permissions to do this' );
104
+ }
105
+
106
  global $wpdb;
107
 
108
  $post_id = absint( $_REQUEST['post'] );
cherry-framework/cherry-core.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Class Cherry Core
4
- * Version: 1.5.3
5
  *
6
  * @package Cherry_Framework
7
  * @subpackage Class
1
  <?php
2
  /**
3
  * Class Cherry Core
4
+ * Version: 1.5.4
5
  *
6
  * @package Cherry_Framework
7
  * @subpackage Class
cherry-framework/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name" : "Cherry Framework",
3
- "version" : "1.4.2",
4
  "description" : "",
5
  "doc_link" : "https://github.com/CherryFramework/cherry-framework-docs",
6
  "git_link" : "https://github.com/CherryFramework/cherry-framework",
@@ -63,7 +63,7 @@
63
  "cherry-handler" : {
64
  "name" : "Cherry handler",
65
  "description" : "Initialize handlers.",
66
- "version" : "1.1.2",
67
  "doc_link" : "https://github.com/CherryFramework/cherry-framework-docs/blob/master/02.%20cherry-handler.md",
68
  "git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-handler",
69
  "compatible" : ["theme", "plugin"],
@@ -115,17 +115,6 @@
115
  "required" : false,
116
  "dependencies" : [ "cherry-interface-builder" ]
117
  },
118
- "cherry-template-manager" : {
119
- "name" : "Template Manager",
120
- "description" : "Module for load and parse *.tmpl files.",
121
- "version" : "1.0.2",
122
- "doc_link" : "https://github.com/CherryFramework/cherry-framework-docs/blob/master/05.%20cherry-template-manager.md",
123
- "git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-template-manager",
124
- "compatible" : ["theme", "plugin"],
125
- "wordpress_org" : true,
126
- "required" : false,
127
- "dependencies" : []
128
- },
129
  "cherry-term-meta" : {
130
  "name" : "Term Meta",
131
  "description" : "Manage term metadata.",
@@ -151,7 +140,7 @@
151
  "cherry-ui-elements" : {
152
  "name" : "UI Elements",
153
  "description" : "UI Elements",
154
- "version" : "1.4.1",
155
  "doc_link" : "https://github.com/CherryFramework/cherry-framework-docs/blob/master/09.%20cherry-ui-elements.md",
156
  "git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-ui-elements",
157
  "compatible" : ["theme", "plugin"],
@@ -162,7 +151,7 @@
162
  "cherry-utility" : {
163
  "name" : "Utility",
164
  "description" : "Multiple utility functions.",
165
- "version" : "1.1.6",
166
  "doc_link" : "https://github.com/CherryFramework/cherry-framework-docs/blob/master/08.%20cherry-utility.md",
167
  "git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-utility",
168
  "compatible" : ["theme", "plugin"],
@@ -181,6 +170,17 @@
181
  "required" : false,
182
  "dependencies" : [ "cherry-ui-elements" ]
183
  },
 
 
 
 
 
 
 
 
 
 
 
184
  "cherry5-insert-shortcode" : {
185
  "name" : "Insert Shortcode",
186
  "description" : "The module allows you to add shortcodes from editor tinyMCE.",
1
  {
2
  "name" : "Cherry Framework",
3
+ "version" : "1.4.3.1",
4
  "description" : "",
5
  "doc_link" : "https://github.com/CherryFramework/cherry-framework-docs",
6
  "git_link" : "https://github.com/CherryFramework/cherry-framework",
63
  "cherry-handler" : {
64
  "name" : "Cherry handler",
65
  "description" : "Initialize handlers.",
66
+ "version" : "1.1.3",
67
  "doc_link" : "https://github.com/CherryFramework/cherry-framework-docs/blob/master/02.%20cherry-handler.md",
68
  "git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-handler",
69
  "compatible" : ["theme", "plugin"],
115
  "required" : false,
116
  "dependencies" : [ "cherry-interface-builder" ]
117
  },
 
 
 
 
 
 
 
 
 
 
 
118
  "cherry-term-meta" : {
119
  "name" : "Term Meta",
120
  "description" : "Manage term metadata.",
140
  "cherry-ui-elements" : {
141
  "name" : "UI Elements",
142
  "description" : "UI Elements",
143
+ "version" : "1.4.3",
144
  "doc_link" : "https://github.com/CherryFramework/cherry-framework-docs/blob/master/09.%20cherry-ui-elements.md",
145
  "git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-ui-elements",
146
  "compatible" : ["theme", "plugin"],
151
  "cherry-utility" : {
152
  "name" : "Utility",
153
  "description" : "Multiple utility functions.",
154
+ "version" : "1.1.7",
155
  "doc_link" : "https://github.com/CherryFramework/cherry-framework-docs/blob/master/08.%20cherry-utility.md",
156
  "git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-utility",
157
  "compatible" : ["theme", "plugin"],
170
  "required" : false,
171
  "dependencies" : [ "cherry-ui-elements" ]
172
  },
173
+ "cherry5-assets-loader" : {
174
+ "name" : "Assets Loader",
175
+ "description" : "The module allows you deferred loading scripts and styles.",
176
+ "version" : "1.0.0",
177
+ "doc_link" : "",
178
+ "git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry5-assets-loader",
179
+ "compatible" : [ "theme", "plugin" ],
180
+ "wordpress_org" : true,
181
+ "required" : false,
182
+ "dependencies" : [ "cherry-js-core" ]
183
+ },
184
  "cherry5-insert-shortcode" : {
185
  "name" : "Insert Shortcode",
186
  "description" : "The module allows you to add shortcodes from editor tinyMCE.",
cherry-framework/modules/cherry5-assets-loader/cherry5-assets-loader.php CHANGED
@@ -74,6 +74,14 @@ if ( ! class_exists( 'Cherry5_Assets_Loader' ) ) {
74
  */
75
  public static $initialized = false;
76
 
 
 
 
 
 
 
 
 
77
  /**
78
  * Class constructor.
79
  *
@@ -83,7 +91,8 @@ if ( ! class_exists( 'Cherry5_Assets_Loader' ) ) {
83
  */
84
  public function __construct( $core = null, $args = array() ) {
85
 
86
- $this->args = $args;
 
87
  $this->init();
88
 
89
  if ( ! empty( $this->args['css'] ) && is_array( $this->args['css'] ) ) {
74
  */
75
  public static $initialized = false;
76
 
77
+ /**
78
+ * Module directory path.
79
+ *
80
+ * @since 1.5.0
81
+ * @var srting.
82
+ */
83
+ public static $module_path = null;
84
+
85
  /**
86
  * Class constructor.
87
  *
91
  */
92
  public function __construct( $core = null, $args = array() ) {
93
 
94
+ self::$module_path = $args['module_path'];
95
+ $this->args = $args;
96
  $this->init();
97
 
98
  if ( ! empty( $this->args['css'] ) && is_array( $this->args['css'] ) ) {
cherry-framework/modules/cherry5-assets-loader/inc/cherry5-assets-loader-handle.php CHANGED
@@ -90,7 +90,7 @@ if ( ! class_exists( 'Cherry5_Assets_Loader_Handle' ) ) {
90
  return;
91
  }
92
 
93
- $path = preg_replace( '/[\\\\\/]inc$/', '/assets/var.js', $this->module_path );
94
 
95
  ob_start();
96
  include $path;
90
  return;
91
  }
92
 
93
+ $path = Cherry5_Assets_Loader::$module_path . 'assets/var.js';
94
 
95
  ob_start();
96
  include $path;
cherry-team-members.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Cherry Team Members
4
  * Plugin URI:
5
  * Description: Cherry Team Members plugin allows you to showcase your team and personnel.
6
- * Version: 1.4.1
7
  * Author: JetImpex
8
  * Author URI: https://jetimpex.com/wordpress/
9
  * Text Domain: cherry-team
@@ -45,7 +45,7 @@ if ( ! class_exists( 'Cherry_Team_Members' ) ) {
45
  *
46
  * @var string
47
  */
48
- private $version = '1.4.0';
49
 
50
  /**
51
  * Plugin dir URL
3
  * Plugin Name: Cherry Team Members
4
  * Plugin URI:
5
  * Description: Cherry Team Members plugin allows you to showcase your team and personnel.
6
+ * Version: 1.4.2
7
  * Author: JetImpex
8
  * Author URI: https://jetimpex.com/wordpress/
9
  * Text Domain: cherry-team
45
  *
46
  * @var string
47
  */
48
+ private $version = '1.4.2';
49
 
50
  /**
51
  * Plugin dir URL
languages/cherry-team.pot CHANGED
@@ -1,684 +1,684 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: blank\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-03 15:18+0200\n"
6
- "PO-Revision-Date: 2017-08-03 15:18+0200\n"
7
- "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
- "Language-Team: Cherry Team <support@cherryframework.com>\n"
9
- "Language: su\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: _e;__;__;_x;esc_html_e;esc_html__;esc_attr_e;"
14
- "esc_attr__;_x:1,2c;_n:1,2\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Generator: Poedit 1.7.6\n"
18
- "Plural-Forms: nplurals=1; plural=0;\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- #: admin/includes/class-cherry-team-admin-columns.php:74
22
- msgid "Clone"
23
- msgstr ""
24
-
25
- #: admin/includes/class-cherry-team-admin-columns.php:75
26
- msgid "Clone this post"
27
- msgstr ""
28
-
29
- #: admin/includes/class-cherry-team-admin-columns.php:200
30
- msgid "Photo"
31
- msgstr ""
32
-
33
- #: admin/includes/class-cherry-team-admin-columns.php:201
34
- #: admin/includes/class-cherry-team-meta-boxes.php:59
35
- #: admin/includes/class-cherry-team-meta-boxes.php:60
36
- msgid "Position"
37
- msgstr ""
38
-
39
- #: admin/includes/class-cherry-team-admin-columns.php:202
40
- msgid "Group"
41
- msgstr ""
42
-
43
- #: admin/includes/class-cherry-team-admin-columns.php:203
44
- msgid "Added"
45
- msgstr ""
46
-
47
- #: admin/includes/class-cherry-team-meta-boxes.php:51
48
- msgid "Person Options"
49
- msgstr ""
50
-
51
- #: admin/includes/class-cherry-team-meta-boxes.php:64
52
- #: admin/includes/class-cherry-team-meta-boxes.php:65
53
- msgid "Location"
54
- msgstr ""
55
-
56
- #: admin/includes/class-cherry-team-meta-boxes.php:69
57
- #: admin/includes/class-cherry-team-meta-boxes.php:70
58
- msgid "Phone Number"
59
- msgstr ""
60
-
61
- #: admin/includes/class-cherry-team-meta-boxes.php:74
62
- msgid "Social profiles"
63
- msgstr ""
64
-
65
- #: admin/includes/class-cherry-team-meta-boxes.php:75
66
- msgid "Add Social Network"
67
- msgstr ""
68
-
69
- #: admin/includes/class-cherry-team-meta-boxes.php:82
70
- msgid "Choose icon"
71
- msgstr ""
72
-
73
- #: admin/includes/class-cherry-team-meta-boxes.php:95
74
- #: admin/includes/class-cherry-team-meta-boxes.php:96
75
- msgid "Label"
76
- msgstr ""
77
-
78
- #: admin/includes/class-cherry-team-meta-boxes.php:102
79
- #: admin/includes/class-cherry-team-meta-boxes.php:103
80
- msgid "URL"
81
- msgstr ""
82
-
83
- #: admin/includes/class-cherry-team-meta-boxes.php:109
84
- msgid "Skills"
85
- msgstr ""
86
-
87
- #: admin/includes/class-cherry-team-meta-boxes.php:110
88
- msgid "Add New Skill"
89
- msgstr ""
90
-
91
- #: admin/includes/class-cherry-team-meta-boxes.php:118
92
- #: admin/includes/class-cherry-team-meta-boxes.php:119
93
- msgid "Skill bar color"
94
- msgstr ""
95
-
96
- #: admin/includes/class-cherry-team-meta-boxes.php:125
97
- #: admin/includes/class-cherry-team-meta-boxes.php:126
98
- msgid "Skill Label"
99
- msgstr ""
100
-
101
- #: admin/includes/class-cherry-team-meta-boxes.php:136
102
- #: admin/includes/class-cherry-team-meta-boxes.php:137
103
- msgid "Skill Value"
104
- msgstr ""
105
-
106
- #: admin/includes/class-cherry-team-options-page.php:107
107
- msgid "the permalink structure"
108
- msgstr ""
109
-
110
- #: admin/includes/class-cherry-team-options-page.php:111
111
- #, php-format
112
- msgid "Please save %s every time you change this option"
113
- msgstr ""
114
-
115
- #: admin/includes/class-cherry-team-options-page.php:118
116
- msgid "Select team archive page"
117
- msgstr ""
118
-
119
- #: admin/includes/class-cherry-team-options-page.php:127
120
- msgid "Archive page shows"
121
- msgstr ""
122
-
123
- #: admin/includes/class-cherry-team-options-page.php:132
124
- msgid "Default posts listing"
125
- msgstr ""
126
-
127
- #: admin/includes/class-cherry-team-options-page.php:133
128
- msgid "Selected archive page content"
129
- msgstr ""
130
-
131
- #: admin/includes/class-cherry-team-options-page.php:138
132
- msgid "Set posts number per archive page"
133
- msgstr ""
134
-
135
- #: admin/includes/class-cherry-team-options-page.php:146
136
- msgid "Select archive page columns number"
137
- msgstr ""
138
-
139
- #: admin/includes/class-cherry-team-options-page.php:154
140
- msgid "Select template for single team member page"
141
- msgstr ""
142
-
143
- #: admin/includes/class-cherry-team-options-page.php:163
144
- msgid "Select image size for single team member page"
145
- msgstr ""
146
-
147
- #: admin/includes/class-cherry-team-options-page.php:172
148
- msgid "Select template for team listing page"
149
- msgstr ""
150
-
151
- #: admin/includes/class-cherry-team-options-page.php:181
152
- msgid "Select image size for listing team member page"
153
- msgstr ""
154
-
155
- #: admin/includes/class-cherry-team-options-page.php:254
156
- msgid "Cherry Team Options"
157
- msgstr ""
158
-
159
- #: admin/includes/class-cherry-team-options-page.php:255
160
- msgid "Settings"
161
- msgstr ""
162
-
163
- #: admin/includes/class-cherry-team-options-page.php:295
164
- msgid "Save"
165
- msgstr ""
166
-
167
- #: admin/includes/class-cherry-team-options-page.php:296
168
- msgid "Define as default"
169
- msgstr ""
170
-
171
- #: admin/includes/class-cherry-team-options-page.php:297
172
- msgid "Restore"
173
- msgstr ""
174
-
175
- #: admin/includes/class-cherry-team-options-page.php:412
176
- msgid "Options have been saved"
177
- msgstr ""
178
-
179
- #: admin/includes/class-cherry-team-options-page.php:420
180
- msgid "Options have been saved as default"
181
- msgstr ""
182
-
183
- #: admin/includes/class-cherry-team-options-page.php:430
184
- msgid "Options have been restored"
185
- msgstr ""
186
-
187
- #: admin/includes/class-cherry-team-options-page.php:493
188
- #: cherry-framework/modules/cherry-handler/cherry-handler.php:80
189
- msgid "Please wait, processing the previous request"
190
- msgstr ""
191
-
192
- #: admin/views/options-page.php:49
193
- msgid "Text before main title"
194
- msgstr ""
195
-
196
- #: admin/views/options-page.php:50
197
- msgid "Main title"
198
- msgstr ""
199
-
200
- #: admin/views/options-page.php:51
201
- msgid "Text after main title"
202
- msgstr ""
203
-
204
- #: admin/views/options-page.php:52
205
- msgid "Columns number"
206
- msgstr ""
207
-
208
- #: admin/views/options-page.php:53
209
- msgid "Tablets columns number"
210
- msgstr ""
211
-
212
- #: admin/views/options-page.php:54
213
- msgid "Phones columns number"
214
- msgstr ""
215
-
216
- #: admin/views/options-page.php:55
217
- msgid "Posts number to show"
218
- msgstr ""
219
-
220
- #: admin/views/options-page.php:56
221
- msgid ""
222
- "Select posts from group (use goup slug, pass multiplie groups via comma)"
223
- msgstr ""
224
-
225
- #: admin/views/options-page.php:57
226
- msgid "Words number in excerpt"
227
- msgstr ""
228
-
229
- #: admin/views/options-page.php:58
230
- #: public/includes/class-cherry-team-shortcode.php:192
231
- msgid "Show more button"
232
- msgstr ""
233
-
234
- #: admin/views/options-page.php:59
235
- #: public/includes/class-cherry-team-shortcode.php:203
236
- msgid "More button text"
237
- msgstr ""
238
-
239
- #: admin/views/options-page.php:60
240
- #: public/includes/class-cherry-team-shortcode.php:209
241
- msgid "More button URL"
242
- msgstr ""
243
-
244
- #: admin/views/options-page.php:61
245
- msgid "Use more as AJAX load more button"
246
- msgstr ""
247
-
248
- #: admin/views/options-page.php:62
249
- msgid "Show pagination"
250
- msgstr ""
251
-
252
- #: admin/views/options-page.php:63
253
- #: public/includes/class-cherry-team-shortcode.php:236
254
- msgid "Show person name"
255
- msgstr ""
256
-
257
- #: admin/views/options-page.php:64
258
- #: public/includes/class-cherry-team-shortcode.php:245
259
- msgid "Show person photo"
260
- msgstr ""
261
-
262
- #: admin/views/options-page.php:65
263
- msgid "Show person description"
264
- msgstr ""
265
-
266
- #: admin/views/options-page.php:66
267
- #: public/includes/class-cherry-team-shortcode.php:263
268
- msgid "Show person position"
269
- msgstr ""
270
-
271
- #: admin/views/options-page.php:67
272
- msgid "Show person social profiles links"
273
- msgstr ""
274
-
275
- #: admin/views/options-page.php:68
276
- msgid "Show filters by groups before listing"
277
- msgstr ""
278
-
279
- #: admin/views/options-page.php:69
280
- msgid "Person photo size"
281
- msgstr ""
282
-
283
- #: admin/views/options-page.php:70
284
- msgid "Template name to use (default or grid-boxes)"
285
- msgstr ""
286
-
287
- #: admin/views/options-page.php:71
288
- msgid "Use space between columns"
289
- msgstr ""
290
-
291
- #: admin/views/options-page.php:72
292
- msgid "Use space between rows"
293
- msgstr ""
294
-
295
- #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:338
296
- msgid "Browse:"
297
- msgstr ""
298
-
299
- #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:340
300
- msgid "404 Not Found"
301
- msgstr ""
302
-
303
- #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:341
304
- msgid "Archives"
305
- msgstr ""
306
-
307
- #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:342
308
- #, php-format
309
- msgid "Search results for &#8220;%s&#8221;"
310
- msgstr ""
311
-
312
- #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:343
313
- #, php-format
314
- msgid "Page %s"
315
- msgstr ""
316
-
317
- #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:344
318
- #, php-format
319
- msgid "Minute %s"
320
- msgstr ""
321
-
322
- #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:345
323
- #, php-format
324
- msgid "Week %s"
325
- msgstr ""
326
-
327
- #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:365
328
- msgid "Home"
329
- msgstr ""
330
-
331
- #: cherry-framework/modules/cherry-customizer/cherry-customizer.php:264
332
- msgid "Untitled Panel"
333
- msgstr ""
334
-
335
- #: cherry-framework/modules/cherry-customizer/cherry-customizer.php:300
336
- msgid "Untitled Section"
337
- msgstr ""
338
-
339
- #: cherry-framework/modules/cherry-customizer/cherry-customizer.php:334
340
- msgid "Untitled Control"
341
- msgstr ""
342
-
343
- #: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:103
344
- #, php-format
345
- msgid ""
346
- "Module DB Updater init error in %s - version and slug is required arguments"
347
- msgstr ""
348
-
349
- #: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:104
350
- msgid "We need to update your database to the latest version."
351
- msgstr ""
352
-
353
- #: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:105
354
- msgid "Update complete, thank you for updating to the latest version!"
355
- msgstr ""
356
-
357
- #: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:329
358
- msgid "Start Update"
359
- msgstr ""
360
-
361
- #: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:366
362
- msgid "Data Update"
363
- msgstr ""
364
-
365
- #: cherry-framework/modules/cherry-handler/cherry-handler.php:76
366
- msgid "Unable to process the request without nonce or server error"
367
- msgstr ""
368
-
369
- #: cherry-framework/modules/cherry-handler/cherry-handler.php:77
370
- msgid "No right for this action"
371
- msgstr ""
372
-
373
- #: cherry-framework/modules/cherry-handler/cherry-handler.php:78
374
- msgid "Stop CHEATING!!!"
375
- msgstr ""
376
-
377
- #: cherry-framework/modules/cherry-handler/cherry-handler.php:79
378
- msgid "Access is allowed"
379
- msgstr ""
380
-
381
- #: cherry-framework/modules/cherry-ui-elements/inc/class-cherry-lock-element.php:63
382
- msgid "Unlocked in PRO"
383
- msgstr ""
384
-
385
- #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-button.php:64
386
- msgid "Cherry Shortcodes"
387
- msgstr ""
388
-
389
- #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:125
390
- msgid "insert shortcode"
391
- msgstr ""
392
-
393
- #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:145
394
- msgid "Shortcode List"
395
- msgstr ""
396
-
397
- #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:203
398
- msgid "Shortcode not found."
399
- msgstr ""
400
-
401
- #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:282
402
- msgid "Shortcode content."
403
- msgstr ""
404
-
405
- #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:283
406
- msgid "Input shortcode content."
407
- msgstr ""
408
-
409
- #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:298
410
- msgid "Shortcode not a have options."
411
- msgstr ""
412
-
413
- #: public/includes/class-cherry-team-data.php:81
414
- #: public/includes/class-cherry-team-data.php:416
415
- #: public/includes/class-cherry-team-shortcode.php:204
416
- #: public/includes/class-cherry-team-shortcode.php:416
417
- msgid "More"
418
- msgstr ""
419
-
420
- #: public/includes/class-cherry-team-data.php:723
421
- msgid "All"
422
- msgstr ""
423
-
424
- #: public/includes/class-cherry-team-init.php:58
425
- #: public/includes/class-cherry-team-init.php:59
426
- #: public/includes/class-cherry-team-init.php:163
427
- #: public/includes/class-cherry-team-shortcode.php:365
428
- #: public/includes/class-cherry-team-shortcode.php:371
429
- msgid "Team"
430
- msgstr ""
431
-
432
- #: public/includes/class-cherry-team-init.php:61
433
- msgid "Add New"
434
- msgstr ""
435
-
436
- #: public/includes/class-cherry-team-init.php:62
437
- msgid "Add New Person"
438
- msgstr ""
439
-
440
- #: public/includes/class-cherry-team-init.php:63
441
- msgid "Edit Person"
442
- msgstr ""
443
-
444
- #: public/includes/class-cherry-team-init.php:64
445
- msgid "New Person"
446
- msgstr ""
447
-
448
- #: public/includes/class-cherry-team-init.php:65
449
- msgid "View Person"
450
- msgstr ""
451
-
452
- #: public/includes/class-cherry-team-init.php:66
453
- msgid "Search Persons"
454
- msgstr ""
455
-
456
- #: public/includes/class-cherry-team-init.php:67
457
- msgid "No persons found"
458
- msgstr ""
459
-
460
- #: public/includes/class-cherry-team-init.php:68
461
- msgid "No persons found in trash"
462
- msgstr ""
463
-
464
- #: public/includes/class-cherry-team-init.php:188
465
- msgid "Team Groups"
466
- msgstr ""
467
-
468
- #: public/includes/class-cherry-team-init.php:189
469
- #: public/includes/class-cherry-team-init.php:195
470
- msgid "Edit Group"
471
- msgstr ""
472
-
473
- #: public/includes/class-cherry-team-init.php:190
474
- msgid "Search Groups"
475
- msgstr ""
476
-
477
- #: public/includes/class-cherry-team-init.php:191
478
- msgid "Popular Groups"
479
- msgstr ""
480
-
481
- #: public/includes/class-cherry-team-init.php:192
482
- msgid "All Groups"
483
- msgstr ""
484
-
485
- #: public/includes/class-cherry-team-init.php:196
486
- msgid "Update Group"
487
- msgstr ""
488
-
489
- #: public/includes/class-cherry-team-init.php:197
490
- msgid "Add New Group"
491
- msgstr ""
492
-
493
- #: public/includes/class-cherry-team-init.php:198
494
- msgid "New Group Name"
495
- msgstr ""
496
-
497
- #: public/includes/class-cherry-team-init.php:199
498
- msgid "Separate groups with commas"
499
- msgstr ""
500
-
501
- #: public/includes/class-cherry-team-init.php:200
502
- msgid "Add or remove groups"
503
- msgstr ""
504
-
505
- #: public/includes/class-cherry-team-init.php:201
506
- msgid "Choose from the most used groups"
507
- msgstr ""
508
-
509
- #: public/includes/class-cherry-team-init.php:202
510
- msgid "No groups found."
511
- msgstr ""
512
-
513
- #: public/includes/class-cherry-team-init.php:203
514
- msgid "Groups"
515
- msgstr ""
516
-
517
- #: public/includes/class-cherry-team-shortcode.php:73
518
- msgid "Cherry Team"
519
- msgstr ""
520
-
521
- #: public/includes/class-cherry-team-shortcode.php:123
522
- msgid "Super title"
523
- msgstr ""
524
-
525
- #: public/includes/class-cherry-team-shortcode.php:128
526
- msgid "Title"
527
- msgstr ""
528
-
529
- #: public/includes/class-cherry-team-shortcode.php:133
530
- msgid "Subtitle"
531
- msgstr ""
532
-
533
- #: public/includes/class-cherry-team-shortcode.php:138
534
- msgid "Desktop columns"
535
- msgstr ""
536
-
537
- #: public/includes/class-cherry-team-shortcode.php:144
538
- msgid "Laptop columns"
539
- msgstr ""
540
-
541
- #: public/includes/class-cherry-team-shortcode.php:150
542
- msgid "Tablet columns"
543
- msgstr ""
544
-
545
- #: public/includes/class-cherry-team-shortcode.php:156
546
- msgid "Phone columns"
547
- msgstr ""
548
-
549
- #: public/includes/class-cherry-team-shortcode.php:162
550
- msgid "Posts per page"
551
- msgstr ""
552
-
553
- #: public/includes/class-cherry-team-shortcode.php:163
554
- msgid ""
555
- "Select how many posts per page do you want to display(-1 means that will "
556
- "show all team)"
557
- msgstr ""
558
-
559
- #: public/includes/class-cherry-team-shortcode.php:170
560
- msgid "Show team members from groups"
561
- msgstr ""
562
-
563
- #: public/includes/class-cherry-team-shortcode.php:179
564
- msgid "Show persons by ID"
565
- msgstr ""
566
-
567
- #: public/includes/class-cherry-team-shortcode.php:184
568
- msgid "Description length"
569
- msgstr ""
570
-
571
- #: public/includes/class-cherry-team-shortcode.php:185
572
- msgid "Select how many words show in desciption"
573
- msgstr ""
574
-
575
- #: public/includes/class-cherry-team-shortcode.php:193
576
- msgid "Show/hide more button"
577
- msgstr ""
578
-
579
- #: public/includes/class-cherry-team-shortcode.php:196
580
- #: public/includes/class-cherry-team-shortcode.php:219
581
- #: public/includes/class-cherry-team-shortcode.php:230
582
- #: public/includes/class-cherry-team-shortcode.php:239
583
- #: public/includes/class-cherry-team-shortcode.php:248
584
- #: public/includes/class-cherry-team-shortcode.php:257
585
- #: public/includes/class-cherry-team-shortcode.php:266
586
- #: public/includes/class-cherry-team-shortcode.php:275
587
- #: public/includes/class-cherry-team-shortcode.php:284
588
- #: public/includes/class-cherry-team-shortcode.php:298
589
- #: public/includes/class-cherry-team-shortcode.php:321
590
- #: public/includes/class-cherry-team-shortcode.php:330
591
- msgid "Yes"
592
- msgstr ""
593
-
594
- #: public/includes/class-cherry-team-shortcode.php:197
595
- #: public/includes/class-cherry-team-shortcode.php:220
596
- #: public/includes/class-cherry-team-shortcode.php:231
597
- #: public/includes/class-cherry-team-shortcode.php:240
598
- #: public/includes/class-cherry-team-shortcode.php:249
599
- #: public/includes/class-cherry-team-shortcode.php:258
600
- #: public/includes/class-cherry-team-shortcode.php:267
601
- #: public/includes/class-cherry-team-shortcode.php:276
602
- #: public/includes/class-cherry-team-shortcode.php:285
603
- #: public/includes/class-cherry-team-shortcode.php:299
604
- #: public/includes/class-cherry-team-shortcode.php:322
605
- #: public/includes/class-cherry-team-shortcode.php:331
606
- msgid "No"
607
- msgstr ""
608
-
609
- #: public/includes/class-cherry-team-shortcode.php:215
610
- msgid "AJAX load more"
611
- msgstr ""
612
-
613
- #: public/includes/class-cherry-team-shortcode.php:216
614
- msgid "Enable AJAX load more event on more button"
615
- msgstr ""
616
-
617
- #: public/includes/class-cherry-team-shortcode.php:226
618
- msgid "Pagination"
619
- msgstr ""
620
-
621
- #: public/includes/class-cherry-team-shortcode.php:227
622
- msgid "Enable paging navigation"
623
- msgstr ""
624
-
625
- #: public/includes/class-cherry-team-shortcode.php:254
626
- msgid "Show person bio"
627
- msgstr ""
628
-
629
- #: public/includes/class-cherry-team-shortcode.php:272
630
- msgid "Show person social links"
631
- msgstr ""
632
-
633
- #: public/includes/class-cherry-team-shortcode.php:281
634
- msgid "Show service item Read More button (if allowed in template)"
635
- msgstr ""
636
-
637
- #: public/includes/class-cherry-team-shortcode.php:290
638
- msgid ""
639
- "Item Read More button text (if empty - used default value from template)"
640
- msgstr ""
641
-
642
- #: public/includes/class-cherry-team-shortcode.php:295
643
- msgid "Show filter by groups before team listing"
644
- msgstr ""
645
-
646
- #: public/includes/class-cherry-team-shortcode.php:304
647
- msgid "Listing item image size (if used in template)"
648
- msgstr ""
649
-
650
- #: public/includes/class-cherry-team-shortcode.php:311
651
- msgid "Listing item template"
652
- msgstr ""
653
-
654
- #: public/includes/class-cherry-team-shortcode.php:318
655
- msgid "Add space between team coumns"
656
- msgstr ""
657
-
658
- #: public/includes/class-cherry-team-shortcode.php:327
659
- msgid "Add space between team rows"
660
- msgstr ""
661
-
662
- #: public/includes/class-cherry-team-shortcode.php:351
663
- msgid "From All"
664
- msgstr ""
665
-
666
- #: public/includes/class-cherry-team-shortcode.php:366
667
- msgid "Showcase your team with Cherry Team Members plugin"
668
- msgstr ""
669
-
670
- #: public/includes/class-cherry-team-shortcode.php:372
671
- msgid "Shortcode is used to display the team members list"
672
- msgstr ""
673
-
674
- #: public/includes/class-cherry-team-template-callbacks.php:463
675
- msgid "Read more"
676
- msgstr ""
677
-
678
- #: public/includes/class-cherry-team-tools.php:105
679
- msgid "Select page..."
680
- msgstr ""
681
-
682
- #: public/includes/ext/class-cherry-team-elementor-compat.php:118
683
- msgid "Cherry Addons"
684
- msgstr ""
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: blank\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-08-03 15:18+0200\n"
6
+ "PO-Revision-Date: 2017-08-03 15:18+0200\n"
7
+ "Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
8
+ "Language-Team: Cherry Team <support@cherryframework.com>\n"
9
+ "Language: su\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: _e;__;__;_x;esc_html_e;esc_html__;esc_attr_e;"
14
+ "esc_attr__;_x:1,2c;_n:1,2\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Generator: Poedit 1.7.6\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #: admin/includes/class-cherry-team-admin-columns.php:74
22
+ msgid "Clone"
23
+ msgstr ""
24
+
25
+ #: admin/includes/class-cherry-team-admin-columns.php:75
26
+ msgid "Clone this post"
27
+ msgstr ""
28
+
29
+ #: admin/includes/class-cherry-team-admin-columns.php:200
30
+ msgid "Photo"
31
+ msgstr ""
32
+
33
+ #: admin/includes/class-cherry-team-admin-columns.php:201
34
+ #: admin/includes/class-cherry-team-meta-boxes.php:59
35
+ #: admin/includes/class-cherry-team-meta-boxes.php:60
36
+ msgid "Position"
37
+ msgstr ""
38
+
39
+ #: admin/includes/class-cherry-team-admin-columns.php:202
40
+ msgid "Group"
41
+ msgstr ""
42
+
43
+ #: admin/includes/class-cherry-team-admin-columns.php:203
44
+ msgid "Added"
45
+ msgstr ""
46
+
47
+ #: admin/includes/class-cherry-team-meta-boxes.php:51
48
+ msgid "Person Options"
49
+ msgstr ""
50
+
51
+ #: admin/includes/class-cherry-team-meta-boxes.php:64
52
+ #: admin/includes/class-cherry-team-meta-boxes.php:65
53
+ msgid "Location"
54
+ msgstr ""
55
+
56
+ #: admin/includes/class-cherry-team-meta-boxes.php:69
57
+ #: admin/includes/class-cherry-team-meta-boxes.php:70
58
+ msgid "Phone Number"
59
+ msgstr ""
60
+
61
+ #: admin/includes/class-cherry-team-meta-boxes.php:74
62
+ msgid "Social profiles"
63
+ msgstr ""
64
+
65
+ #: admin/includes/class-cherry-team-meta-boxes.php:75
66
+ msgid "Add Social Network"
67
+ msgstr ""
68
+
69
+ #: admin/includes/class-cherry-team-meta-boxes.php:82
70
+ msgid "Choose icon"
71
+ msgstr ""
72
+
73
+ #: admin/includes/class-cherry-team-meta-boxes.php:95
74
+ #: admin/includes/class-cherry-team-meta-boxes.php:96
75
+ msgid "Label"
76
+ msgstr ""
77
+
78
+ #: admin/includes/class-cherry-team-meta-boxes.php:102
79
+ #: admin/includes/class-cherry-team-meta-boxes.php:103
80
+ msgid "URL"
81
+ msgstr ""
82
+
83
+ #: admin/includes/class-cherry-team-meta-boxes.php:109
84
+ msgid "Skills"
85
+ msgstr ""
86
+
87
+ #: admin/includes/class-cherry-team-meta-boxes.php:110
88
+ msgid "Add New Skill"
89
+ msgstr ""
90
+
91
+ #: admin/includes/class-cherry-team-meta-boxes.php:118
92
+ #: admin/includes/class-cherry-team-meta-boxes.php:119
93
+ msgid "Skill bar color"
94
+ msgstr ""
95
+
96
+ #: admin/includes/class-cherry-team-meta-boxes.php:125
97
+ #: admin/includes/class-cherry-team-meta-boxes.php:126
98
+ msgid "Skill Label"
99
+ msgstr ""
100
+
101
+ #: admin/includes/class-cherry-team-meta-boxes.php:136
102
+ #: admin/includes/class-cherry-team-meta-boxes.php:137
103
+ msgid "Skill Value"
104
+ msgstr ""
105
+
106
+ #: admin/includes/class-cherry-team-options-page.php:107
107
+ msgid "the permalink structure"
108
+ msgstr ""
109
+
110
+ #: admin/includes/class-cherry-team-options-page.php:111
111
+ #, php-format
112
+ msgid "Please save %s every time you change this option"
113
+ msgstr ""
114
+
115
+ #: admin/includes/class-cherry-team-options-page.php:118
116
+ msgid "Select team archive page"
117
+ msgstr ""
118
+
119
+ #: admin/includes/class-cherry-team-options-page.php:127
120
+ msgid "Archive page shows"
121
+ msgstr ""
122
+
123
+ #: admin/includes/class-cherry-team-options-page.php:132
124
+ msgid "Default posts listing"
125
+ msgstr ""
126
+
127
+ #: admin/includes/class-cherry-team-options-page.php:133
128
+ msgid "Selected archive page content"
129
+ msgstr ""
130
+
131
+ #: admin/includes/class-cherry-team-options-page.php:138
132
+ msgid "Set posts number per archive page"
133
+ msgstr ""
134
+
135
+ #: admin/includes/class-cherry-team-options-page.php:146
136
+ msgid "Select archive page columns number"
137
+ msgstr ""
138
+
139
+ #: admin/includes/class-cherry-team-options-page.php:154
140
+ msgid "Select template for single team member page"
141
+ msgstr ""
142
+
143
+ #: admin/includes/class-cherry-team-options-page.php:163
144
+ msgid "Select image size for single team member page"
145
+ msgstr ""
146
+
147
+ #: admin/includes/class-cherry-team-options-page.php:172
148
+ msgid "Select template for team listing page"
149
+ msgstr ""
150
+
151
+ #: admin/includes/class-cherry-team-options-page.php:181
152
+ msgid "Select image size for listing team member page"
153
+ msgstr ""
154
+
155
+ #: admin/includes/class-cherry-team-options-page.php:254
156
+ msgid "Cherry Team Options"
157
+ msgstr ""
158
+
159
+ #: admin/includes/class-cherry-team-options-page.php:255
160
+ msgid "Settings"
161
+ msgstr ""
162
+
163
+ #: admin/includes/class-cherry-team-options-page.php:295
164
+ msgid "Save"
165
+ msgstr ""
166
+
167
+ #: admin/includes/class-cherry-team-options-page.php:296
168
+ msgid "Define as default"
169
+ msgstr ""
170
+
171
+ #: admin/includes/class-cherry-team-options-page.php:297
172
+ msgid "Restore"
173
+ msgstr ""
174
+
175
+ #: admin/includes/class-cherry-team-options-page.php:412
176
+ msgid "Options have been saved"
177
+ msgstr ""
178
+
179
+ #: admin/includes/class-cherry-team-options-page.php:420
180
+ msgid "Options have been saved as default"
181
+ msgstr ""
182
+
183
+ #: admin/includes/class-cherry-team-options-page.php:430
184
+ msgid "Options have been restored"
185
+ msgstr ""
186
+
187
+ #: admin/includes/class-cherry-team-options-page.php:493
188
+ #: cherry-framework/modules/cherry-handler/cherry-handler.php:80
189
+ msgid "Please wait, processing the previous request"
190
+ msgstr ""
191
+
192
+ #: admin/views/options-page.php:49
193
+ msgid "Text before main title"
194
+ msgstr ""
195
+
196
+ #: admin/views/options-page.php:50
197
+ msgid "Main title"
198
+ msgstr ""
199
+
200
+ #: admin/views/options-page.php:51
201
+ msgid "Text after main title"
202
+ msgstr ""
203
+
204
+ #: admin/views/options-page.php:52
205
+ msgid "Columns number"
206
+ msgstr ""
207
+
208
+ #: admin/views/options-page.php:53
209
+ msgid "Tablets columns number"
210
+ msgstr ""
211
+
212
+ #: admin/views/options-page.php:54
213
+ msgid "Phones columns number"
214
+ msgstr ""
215
+
216
+ #: admin/views/options-page.php:55
217
+ msgid "Posts number to show"
218
+ msgstr ""
219
+
220
+ #: admin/views/options-page.php:56
221
+ msgid ""
222
+ "Select posts from group (use goup slug, pass multiplie groups via comma)"
223
+ msgstr ""
224
+
225
+ #: admin/views/options-page.php:57
226
+ msgid "Words number in excerpt"
227
+ msgstr ""
228
+
229
+ #: admin/views/options-page.php:58
230
+ #: public/includes/class-cherry-team-shortcode.php:192
231
+ msgid "Show more button"
232
+ msgstr ""
233
+
234
+ #: admin/views/options-page.php:59
235
+ #: public/includes/class-cherry-team-shortcode.php:203
236
+ msgid "More button text"
237
+ msgstr ""
238
+
239
+ #: admin/views/options-page.php:60
240
+ #: public/includes/class-cherry-team-shortcode.php:209
241
+ msgid "More button URL"
242
+ msgstr ""
243
+
244
+ #: admin/views/options-page.php:61
245
+ msgid "Use more as AJAX load more button"
246
+ msgstr ""
247
+
248
+ #: admin/views/options-page.php:62
249
+ msgid "Show pagination"
250
+ msgstr ""
251
+
252
+ #: admin/views/options-page.php:63
253
+ #: public/includes/class-cherry-team-shortcode.php:236
254
+ msgid "Show person name"
255
+ msgstr ""
256
+
257
+ #: admin/views/options-page.php:64
258
+ #: public/includes/class-cherry-team-shortcode.php:245
259
+ msgid "Show person photo"
260
+ msgstr ""
261
+
262
+ #: admin/views/options-page.php:65
263
+ msgid "Show person description"
264
+ msgstr ""
265
+
266
+ #: admin/views/options-page.php:66
267
+ #: public/includes/class-cherry-team-shortcode.php:263
268
+ msgid "Show person position"
269
+ msgstr ""
270
+
271
+ #: admin/views/options-page.php:67
272
+ msgid "Show person social profiles links"
273
+ msgstr ""
274
+
275
+ #: admin/views/options-page.php:68
276
+ msgid "Show filters by groups before listing"
277
+ msgstr ""
278
+
279
+ #: admin/views/options-page.php:69
280
+ msgid "Person photo size"
281
+ msgstr ""
282
+
283
+ #: admin/views/options-page.php:70
284
+ msgid "Template name to use (default or grid-boxes)"
285
+ msgstr ""
286
+
287
+ #: admin/views/options-page.php:71
288
+ msgid "Use space between columns"
289
+ msgstr ""
290
+
291
+ #: admin/views/options-page.php:72
292
+ msgid "Use space between rows"
293
+ msgstr ""
294
+
295
+ #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:338
296
+ msgid "Browse:"
297
+ msgstr ""
298
+
299
+ #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:340
300
+ msgid "404 Not Found"
301
+ msgstr ""
302
+
303
+ #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:341
304
+ msgid "Archives"
305
+ msgstr ""
306
+
307
+ #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:342
308
+ #, php-format
309
+ msgid "Search results for &#8220;%s&#8221;"
310
+ msgstr ""
311
+
312
+ #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:343
313
+ #, php-format
314
+ msgid "Page %s"
315
+ msgstr ""
316
+
317
+ #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:344
318
+ #, php-format
319
+ msgid "Minute %s"
320
+ msgstr ""
321
+
322
+ #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:345
323
+ #, php-format
324
+ msgid "Week %s"
325
+ msgstr ""
326
+
327
+ #: cherry-framework/modules/cherry-breadcrumbs/cherry-breadcrumbs.php:365
328
+ msgid "Home"
329
+ msgstr ""
330
+
331
+ #: cherry-framework/modules/cherry-customizer/cherry-customizer.php:264
332
+ msgid "Untitled Panel"
333
+ msgstr ""
334
+
335
+ #: cherry-framework/modules/cherry-customizer/cherry-customizer.php:300
336
+ msgid "Untitled Section"
337
+ msgstr ""
338
+
339
+ #: cherry-framework/modules/cherry-customizer/cherry-customizer.php:334
340
+ msgid "Untitled Control"
341
+ msgstr ""
342
+
343
+ #: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:103
344
+ #, php-format
345
+ msgid ""
346
+ "Module DB Updater init error in %s - version and slug is required arguments"
347
+ msgstr ""
348
+
349
+ #: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:104
350
+ msgid "We need to update your database to the latest version."
351
+ msgstr ""
352
+
353
+ #: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:105
354
+ msgid "Update complete, thank you for updating to the latest version!"
355
+ msgstr ""
356
+
357
+ #: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:329
358
+ msgid "Start Update"
359
+ msgstr ""
360
+
361
+ #: cherry-framework/modules/cherry-db-updater/cherry-db-updater.php:366
362
+ msgid "Data Update"
363
+ msgstr ""
364
+
365
+ #: cherry-framework/modules/cherry-handler/cherry-handler.php:76
366
+ msgid "Unable to process the request without nonce or server error"
367
+ msgstr ""
368
+
369
+ #: cherry-framework/modules/cherry-handler/cherry-handler.php:77
370
+ msgid "No right for this action"
371
+ msgstr ""
372
+
373
+ #: cherry-framework/modules/cherry-handler/cherry-handler.php:78
374
+ msgid "Stop CHEATING!!!"
375
+ msgstr ""
376
+
377
+ #: cherry-framework/modules/cherry-handler/cherry-handler.php:79
378
+ msgid "Access is allowed"
379
+ msgstr ""
380
+
381
+ #: cherry-framework/modules/cherry-ui-elements/inc/class-cherry-lock-element.php:63
382
+ msgid "Unlocked in PRO"
383
+ msgstr ""
384
+
385
+ #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-button.php:64
386
+ msgid "Cherry Shortcodes"
387
+ msgstr ""
388
+
389
+ #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:125
390
+ msgid "insert shortcode"
391
+ msgstr ""
392
+
393
+ #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:145
394
+ msgid "Shortcode List"
395
+ msgstr ""
396
+
397
+ #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:203
398
+ msgid "Shortcode not found."
399
+ msgstr ""
400
+
401
+ #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:282
402
+ msgid "Shortcode content."
403
+ msgstr ""
404
+
405
+ #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:283
406
+ msgid "Input shortcode content."
407
+ msgstr ""
408
+
409
+ #: cherry-framework/modules/cherry5-insert-shortcode/inc/class-cherry5-insertion-popup.php:298
410
+ msgid "Shortcode not a have options."
411
+ msgstr ""
412
+
413
+ #: public/includes/class-cherry-team-data.php:81
414
+ #: public/includes/class-cherry-team-data.php:416
415
+ #: public/includes/class-cherry-team-shortcode.php:204
416
+ #: public/includes/class-cherry-team-shortcode.php:416
417
+ msgid "More"
418
+ msgstr ""
419
+
420
+ #: public/includes/class-cherry-team-data.php:723
421
+ msgid "All"
422
+ msgstr ""
423
+
424
+ #: public/includes/class-cherry-team-init.php:58
425
+ #: public/includes/class-cherry-team-init.php:59
426
+ #: public/includes/class-cherry-team-init.php:163
427
+ #: public/includes/class-cherry-team-shortcode.php:365
428
+ #: public/includes/class-cherry-team-shortcode.php:371
429
+ msgid "Team"
430
+ msgstr ""
431
+
432
+ #: public/includes/class-cherry-team-init.php:61
433
+ msgid "Add New"
434
+ msgstr ""
435
+
436
+ #: public/includes/class-cherry-team-init.php:62
437
+ msgid "Add New Person"
438
+ msgstr ""
439
+
440
+ #: public/includes/class-cherry-team-init.php:63
441
+ msgid "Edit Person"
442
+ msgstr ""
443
+
444
+ #: public/includes/class-cherry-team-init.php:64
445
+ msgid "New Person"
446
+ msgstr ""
447
+
448
+ #: public/includes/class-cherry-team-init.php:65
449
+ msgid "View Person"
450
+ msgstr ""
451
+
452
+ #: public/includes/class-cherry-team-init.php:66
453
+ msgid "Search Persons"
454
+ msgstr ""
455
+
456
+ #: public/includes/class-cherry-team-init.php:67
457
+ msgid "No persons found"
458
+ msgstr ""
459
+
460
+ #: public/includes/class-cherry-team-init.php:68
461
+ msgid "No persons found in trash"
462
+ msgstr ""
463
+
464
+ #: public/includes/class-cherry-team-init.php:188
465
+ msgid "Team Groups"
466
+ msgstr ""
467
+
468
+ #: public/includes/class-cherry-team-init.php:189
469
+ #: public/includes/class-cherry-team-init.php:195
470
+ msgid "Edit Group"
471
+ msgstr ""
472
+
473
+ #: public/includes/class-cherry-team-init.php:190
474
+ msgid "Search Groups"
475
+ msgstr ""
476
+
477
+ #: public/includes/class-cherry-team-init.php:191
478
+ msgid "Popular Groups"
479
+ msgstr ""
480
+
481
+ #: public/includes/class-cherry-team-init.php:192
482
+ msgid "All Groups"
483
+ msgstr ""
484
+
485
+ #: public/includes/class-cherry-team-init.php:196
486
+ msgid "Update Group"
487
+ msgstr ""
488
+
489
+ #: public/includes/class-cherry-team-init.php:197
490
+ msgid "Add New Group"
491
+ msgstr ""
492
+
493
+ #: public/includes/class-cherry-team-init.php:198
494
+ msgid "New Group Name"
495
+ msgstr ""
496
+
497
+ #: public/includes/class-cherry-team-init.php:199
498
+ msgid "Separate groups with commas"
499
+ msgstr ""
500
+
501
+ #: public/includes/class-cherry-team-init.php:200
502
+ msgid "Add or remove groups"
503
+ msgstr ""
504
+
505
+ #: public/includes/class-cherry-team-init.php:201
506
+ msgid "Choose from the most used groups"
507
+ msgstr ""
508
+
509
+ #: public/includes/class-cherry-team-init.php:202
510
+ msgid "No groups found."
511
+ msgstr ""
512
+
513
+ #: public/includes/class-cherry-team-init.php:203
514
+ msgid "Groups"
515
+ msgstr ""
516
+
517
+ #: public/includes/class-cherry-team-shortcode.php:73
518
+ msgid "Cherry Team"
519
+ msgstr ""
520
+
521
+ #: public/includes/class-cherry-team-shortcode.php:123
522
+ msgid "Super title"
523
+ msgstr ""
524
+
525
+ #: public/includes/class-cherry-team-shortcode.php:128
526
+ msgid "Title"
527
+ msgstr ""
528
+
529
+ #: public/includes/class-cherry-team-shortcode.php:133
530
+ msgid "Subtitle"
531
+ msgstr ""
532
+
533
+ #: public/includes/class-cherry-team-shortcode.php:138
534
+ msgid "Desktop columns"
535
+ msgstr ""
536
+
537
+ #: public/includes/class-cherry-team-shortcode.php:144
538
+ msgid "Laptop columns"
539
+ msgstr ""
540
+
541
+ #: public/includes/class-cherry-team-shortcode.php:150
542
+ msgid "Tablet columns"
543
+ msgstr ""
544
+
545
+ #: public/includes/class-cherry-team-shortcode.php:156
546
+ msgid "Phone columns"
547
+ msgstr ""
548
+
549
+ #: public/includes/class-cherry-team-shortcode.php:162
550
+ msgid "Posts per page"
551
+ msgstr ""
552
+
553
+ #: public/includes/class-cherry-team-shortcode.php:163
554
+ msgid ""
555
+ "Select how many posts per page do you want to display(-1 means that will "
556
+ "show all team)"
557
+ msgstr ""
558
+
559
+ #: public/includes/class-cherry-team-shortcode.php:170
560
+ msgid "Show team members from groups"
561
+ msgstr ""
562
+
563
+ #: public/includes/class-cherry-team-shortcode.php:179
564
+ msgid "Show persons by ID"
565
+ msgstr ""
566
+
567
+ #: public/includes/class-cherry-team-shortcode.php:184
568
+ msgid "Description length"
569
+ msgstr ""
570
+
571
+ #: public/includes/class-cherry-team-shortcode.php:185
572
+ msgid "Select how many words show in desciption"
573
+ msgstr ""
574
+
575
+ #: public/includes/class-cherry-team-shortcode.php:193
576
+ msgid "Show/hide more button"
577
+ msgstr ""
578
+
579
+ #: public/includes/class-cherry-team-shortcode.php:196
580
+ #: public/includes/class-cherry-team-shortcode.php:219
581
+ #: public/includes/class-cherry-team-shortcode.php:230
582
+ #: public/includes/class-cherry-team-shortcode.php:239
583
+ #: public/includes/class-cherry-team-shortcode.php:248
584
+ #: public/includes/class-cherry-team-shortcode.php:257
585
+ #: public/includes/class-cherry-team-shortcode.php:266
586
+ #: public/includes/class-cherry-team-shortcode.php:275
587
+ #: public/includes/class-cherry-team-shortcode.php:284
588
+ #: public/includes/class-cherry-team-shortcode.php:298
589
+ #: public/includes/class-cherry-team-shortcode.php:321
590
+ #: public/includes/class-cherry-team-shortcode.php:330
591
+ msgid "Yes"
592
+ msgstr ""
593
+
594
+ #: public/includes/class-cherry-team-shortcode.php:197
595
+ #: public/includes/class-cherry-team-shortcode.php:220
596
+ #: public/includes/class-cherry-team-shortcode.php:231
597
+ #: public/includes/class-cherry-team-shortcode.php:240
598
+ #: public/includes/class-cherry-team-shortcode.php:249
599
+ #: public/includes/class-cherry-team-shortcode.php:258
600
+ #: public/includes/class-cherry-team-shortcode.php:267
601
+ #: public/includes/class-cherry-team-shortcode.php:276
602
+ #: public/includes/class-cherry-team-shortcode.php:285
603
+ #: public/includes/class-cherry-team-shortcode.php:299
604
+ #: public/includes/class-cherry-team-shortcode.php:322
605
+ #: public/includes/class-cherry-team-shortcode.php:331
606
+ msgid "No"
607
+ msgstr ""
608
+
609
+ #: public/includes/class-cherry-team-shortcode.php:215
610
+ msgid "AJAX load more"
611
+ msgstr ""
612
+
613
+ #: public/includes/class-cherry-team-shortcode.php:216
614
+ msgid "Enable AJAX load more event on more button"
615
+ msgstr ""
616
+
617
+ #: public/includes/class-cherry-team-shortcode.php:226
618
+ msgid "Pagination"
619
+ msgstr ""
620
+
621
+ #: public/includes/class-cherry-team-shortcode.php:227
622
+ msgid "Enable paging navigation"
623
+ msgstr ""
624
+
625
+ #: public/includes/class-cherry-team-shortcode.php:254
626
+ msgid "Show person bio"
627
+ msgstr ""
628
+
629
+ #: public/includes/class-cherry-team-shortcode.php:272
630
+ msgid "Show person social links"
631
+ msgstr ""
632
+
633
+ #: public/includes/class-cherry-team-shortcode.php:281
634
+ msgid "Show service item Read More button (if allowed in template)"
635
+ msgstr ""
636
+
637
+ #: public/includes/class-cherry-team-shortcode.php:290
638
+ msgid ""
639
+ "Item Read More button text (if empty - used default value from template)"
640
+ msgstr ""
641
+
642
+ #: public/includes/class-cherry-team-shortcode.php:295
643
+ msgid "Show filter by groups before team listing"
644
+ msgstr ""
645
+
646
+ #: public/includes/class-cherry-team-shortcode.php:304
647
+ msgid "Listing item image size (if used in template)"
648
+ msgstr ""
649
+
650
+ #: public/includes/class-cherry-team-shortcode.php:311
651
+ msgid "Listing item template"
652
+ msgstr ""
653
+
654
+ #: public/includes/class-cherry-team-shortcode.php:318
655
+ msgid "Add space between team coumns"
656
+ msgstr ""
657
+
658
+ #: public/includes/class-cherry-team-shortcode.php:327
659
+ msgid "Add space between team rows"
660
+ msgstr ""
661
+
662
+ #: public/includes/class-cherry-team-shortcode.php:351
663
+ msgid "From All"
664
+ msgstr ""
665
+
666
+ #: public/includes/class-cherry-team-shortcode.php:366
667
+ msgid "Showcase your team with Cherry Team Members plugin"
668
+ msgstr ""
669
+
670
+ #: public/includes/class-cherry-team-shortcode.php:372
671
+ msgid "Shortcode is used to display the team members list"
672
+ msgstr ""
673
+
674
+ #: public/includes/class-cherry-team-template-callbacks.php:463
675
+ msgid "Read more"
676
+ msgstr ""
677
+
678
+ #: public/includes/class-cherry-team-tools.php:105
679
+ msgid "Select page..."
680
+ msgstr ""
681
+
682
+ #: public/includes/ext/class-cherry-team-elementor-compat.php:118
683
+ msgid "Cherry Addons"
684
+ msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: TemplateMonster 2002
4
  Tags: custom post type, team, cherry-framework, elementor, elementor builder
5
  Requires at least: 4.5
6
  Tested up to: 4.8.1
7
- Stable tag: 1.4.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
4
  Tags: custom post type, team, cherry-framework, elementor, elementor builder
5
  Requires at least: 4.5
6
  Tested up to: 4.8.1
7
+ Stable tag: 1.4.2
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10