Version Description
- 08-11-2022 =
- Fix: Translation File issues
- Fix: Widget not showing issue
Download this release
Release Info
Developer | fauzanjegstudio |
Plugin | Jeg Elementor Kit |
Version | 2.5.9 |
Comparing to | |
See all releases |
Code changes from version 2.5.8 to 2.5.9
- class/elements/class-element.php +1 -1
- jeg-elementor-kit.php +2 -2
- languages/jeg-elementor-kit.pot +660 -27
- readme.txt +5 -1
class/elements/class-element.php
CHANGED
@@ -84,7 +84,7 @@ class Element {
|
|
84 |
foreach ( $this->list_elements() as $item ) {
|
85 |
$item_key = 'jkit_' . strtolower( $item );
|
86 |
|
87 |
-
if ( isset( $element_config[ $item_key ] )
|
88 |
$namespace = '\Jeg\Elementor_Kit\Elements';
|
89 |
$elements[ $item_key ] = array(
|
90 |
'option' => $namespace . '\Options\\' . $item . '_Option',
|
84 |
foreach ( $this->list_elements() as $item ) {
|
85 |
$item_key = 'jkit_' . strtolower( $item );
|
86 |
|
87 |
+
if ( ! isset( $element_config[ $item_key ] ) || filter_var( $element_config[ $item_key ], FILTER_VALIDATE_BOOLEAN ) ) {
|
88 |
$namespace = '\Jeg\Elementor_Kit\Elements';
|
89 |
$elements[ $item_key ] = array(
|
90 |
'option' => $namespace . '\Options\\' . $item . '_Option',
|
jeg-elementor-kit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Jeg Elementor Kit
|
4 |
* Plugin URI: http://jegtheme.com/
|
5 |
* Description: Additional highly customizable widgets for Elementor page builder
|
6 |
-
* Version: 2.5.
|
7 |
* Author: Jegstudio
|
8 |
* Author URI: http://jegtheme.com
|
9 |
* License: GPLv3
|
@@ -25,7 +25,7 @@ add_action(
|
|
25 |
function() {
|
26 |
defined( 'JEG_ELEMENTOR_KIT' ) || define( 'JEG_ELEMENTOR_KIT', 'jeg-elementor-kit' );
|
27 |
defined( 'JEG_ELEMENTOR_KIT_NAME' ) || define( 'JEG_ELEMENTOR_KIT_NAME', 'Jeg Elementor Kit' );
|
28 |
-
defined( 'JEG_ELEMENTOR_KIT_VERSION' ) || define( 'JEG_ELEMENTOR_KIT_VERSION', '2.5.
|
29 |
defined( 'JEG_ELEMENTOR_KIT_URL' ) || define( 'JEG_ELEMENTOR_KIT_URL', plugins_url( JEG_ELEMENTOR_KIT ) );
|
30 |
defined( 'JEG_ELEMENTOR_KIT_FILE' ) || define( 'JEG_ELEMENTOR_KIT_FILE', __FILE__ );
|
31 |
defined( 'JEG_ELEMENTOR_KIT_BASE' ) || define( 'JEG_ELEMENTOR_KIT_BASE', plugin_basename( __FILE__ ) );
|
3 |
* Plugin Name: Jeg Elementor Kit
|
4 |
* Plugin URI: http://jegtheme.com/
|
5 |
* Description: Additional highly customizable widgets for Elementor page builder
|
6 |
+
* Version: 2.5.9
|
7 |
* Author: Jegstudio
|
8 |
* Author URI: http://jegtheme.com
|
9 |
* License: GPLv3
|
25 |
function() {
|
26 |
defined( 'JEG_ELEMENTOR_KIT' ) || define( 'JEG_ELEMENTOR_KIT', 'jeg-elementor-kit' );
|
27 |
defined( 'JEG_ELEMENTOR_KIT_NAME' ) || define( 'JEG_ELEMENTOR_KIT_NAME', 'Jeg Elementor Kit' );
|
28 |
+
defined( 'JEG_ELEMENTOR_KIT_VERSION' ) || define( 'JEG_ELEMENTOR_KIT_VERSION', '2.5.9' );
|
29 |
defined( 'JEG_ELEMENTOR_KIT_URL' ) || define( 'JEG_ELEMENTOR_KIT_URL', plugins_url( JEG_ELEMENTOR_KIT ) );
|
30 |
defined( 'JEG_ELEMENTOR_KIT_FILE' ) || define( 'JEG_ELEMENTOR_KIT_FILE', __FILE__ );
|
31 |
defined( 'JEG_ELEMENTOR_KIT_BASE' ) || define( 'JEG_ELEMENTOR_KIT_BASE', plugin_basename( __FILE__ ) );
|
languages/jeg-elementor-kit.pot
CHANGED
@@ -447,7 +447,7 @@ msgstr ""
|
|
447 |
msgid "All Archives"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: jeg-elementor-kit/class/dashboard/template/class-template-dashboard-abstract.php:164, jeg-elementor-kit/class/elements/options/class-post-author-option.php:101
|
451 |
msgid "Author"
|
452 |
msgstr ""
|
453 |
|
@@ -523,7 +523,7 @@ msgstr ""
|
|
523 |
msgid "Author Name"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: jeg-elementor-kit/class/dashboard/template/class-template-dashboard-abstract.php:490, jeg-elementor-kit/class/elements/options/class-accordion-option.php:355, jeg-elementor-kit/class/elements/options/class-accordion-option.php:479, jeg-elementor-kit/class/elements/options/class-accordion-option.php:640, jeg-elementor-kit/class/elements/options/class-accordion-option.php:744, jeg-elementor-kit/class/elements/options/class-off-canvas-option.php:190
|
527 |
msgid "Close"
|
528 |
msgstr ""
|
529 |
|
@@ -623,11 +623,11 @@ msgstr ""
|
|
623 |
msgid "Keep first slide open on the first load."
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: jeg-elementor-kit/class/elements/options/class-accordion-option.php:176, jeg-elementor-kit/class/elements/options/class-animated-text-option.php:156, jeg-elementor-kit/class/elements/options/class-category-list-option.php:184, jeg-elementor-kit/class/elements/options/class-option-abstract.php:196, jeg-elementor-kit/class/elements/options/class-post-list-option.php:190, jeg-elementor-kit/class/elements/options/class-product-categories-option.php:221, jeg-elementor-kit/class/elements/options/class-progress-bar-option.php:132, jeg-elementor-kit/class/elements/options/class-search-option.php:120, jeg-elementor-kit/class/elements/options/class-social-share-option.php:101, jeg-elementor-kit/class/elements/options/class-social-share-option.php:134, jeg-elementor-kit/class/elements/options/class-team-option.php:180
|
627 |
msgid "Style"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: jeg-elementor-kit/class/elements/options/class-accordion-option.php:180, jeg-elementor-kit/class/elements/options/class-banner-option.php:286, jeg-elementor-kit/class/elements/options/class-image-box-option.php:166, jeg-elementor-kit/class/elements/options/class-progress-bar-option.php:135, jeg-elementor-kit/class/elements/options/class-team-option.php:184
|
631 |
msgid "Default"
|
632 |
msgstr ""
|
633 |
|
@@ -1071,7 +1071,7 @@ msgstr ""
|
|
1071 |
msgid "Contain"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: jeg-elementor-kit/class/elements/options/class-banner-option.php:326
|
1075 |
msgid "Auto"
|
1076 |
msgstr ""
|
1077 |
|
@@ -1219,7 +1219,7 @@ msgstr ""
|
|
1219 |
msgid "Content Setting"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: jeg-elementor-kit/class/elements/options/class-category-list-option.php:140, jeg-elementor-kit/class/elements/options/class-option-abstract.php:647
|
1223 |
msgid "Include Category"
|
1224 |
msgstr ""
|
1225 |
|
@@ -1235,7 +1235,7 @@ msgstr ""
|
|
1235 |
msgid "Limit number of category on this module."
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#: jeg-elementor-kit/class/elements/options/class-category-list-option.php:168, jeg-elementor-kit/class/elements/options/class-product-categories-option.php:345
|
1239 |
msgid "Sort by"
|
1240 |
msgstr ""
|
1241 |
|
@@ -1251,11 +1251,11 @@ msgstr ""
|
|
1251 |
msgid "Oldest"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: jeg-elementor-kit/class/elements/options/class-category-list-option.php:175, jeg-elementor-kit/class/elements/options/class-option-woocommerce-abstract.php:181, jeg-elementor-kit/class/elements/options/class-product-categories-option.php:352
|
1255 |
msgid "Alphabet Asc"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: jeg-elementor-kit/class/elements/options/class-category-list-option.php:176, jeg-elementor-kit/class/elements/options/class-option-woocommerce-abstract.php:182, jeg-elementor-kit/class/elements/options/class-product-categories-option.php:353
|
1259 |
msgid "Alphabet Desc"
|
1260 |
msgstr ""
|
1261 |
|
@@ -1299,7 +1299,7 @@ msgstr ""
|
|
1299 |
msgid "JKit - Client Logo"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: jeg-elementor-kit/class/elements/options/class-client-logo-option.php:75, jeg-elementor-kit/class/elements/options/class-contact-form-7-option.php:99, jeg-elementor-kit/class/elements/options/class-feature-list-option.php:75, jeg-elementor-kit/class/elements/options/class-fun-fact-option.php:75, jeg-elementor-kit/class/elements/options/class-gallery-option.php:75, jeg-elementor-kit/class/elements/options/class-icon-box-option.php:75, jeg-elementor-kit/class/elements/options/class-off-canvas-option.php:75, jeg-elementor-kit/class/elements/options/class-portfolio-gallery-option.php:75, jeg-elementor-kit/class/elements/options/class-testimonials-option.php:75
|
1303 |
msgid "Setting"
|
1304 |
msgstr ""
|
1305 |
|
@@ -1803,11 +1803,11 @@ msgstr ""
|
|
1803 |
msgid "Icon Shape"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#: jeg-elementor-kit/class/elements/options/class-feature-list-option.php:377, jeg-elementor-kit/class/elements/options/class-social-share-option.php:121
|
1807 |
msgid "Circle"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#: jeg-elementor-kit/class/elements/options/class-feature-list-option.php:378, jeg-elementor-kit/class/elements/options/class-social-share-option.php:120
|
1811 |
msgid "Square"
|
1812 |
msgstr ""
|
1813 |
|
@@ -2547,7 +2547,7 @@ msgstr ""
|
|
2547 |
msgid "Equal Height"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
-
#: jeg-elementor-kit/class/elements/options/class-icon-box-option.php:254, jeg-elementor-kit/class/elements/options/class-image-box-option.php:177
|
2551 |
msgid "Disable"
|
2552 |
msgstr ""
|
2553 |
|
@@ -3115,7 +3115,7 @@ msgstr ""
|
|
3115 |
msgid "JKit - Elements"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:114
|
3119 |
msgid "CSS Box"
|
3120 |
msgstr ""
|
3121 |
|
@@ -3239,48 +3239,48 @@ msgstr ""
|
|
3239 |
msgid "Post Tag"
|
3240 |
msgstr ""
|
3241 |
|
3242 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:606
|
3243 |
msgid "Include Post Type"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:607
|
3247 |
msgid "Choose post type for this content."
|
3248 |
msgstr ""
|
3249 |
|
3250 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:627
|
3251 |
msgid "Include Post ID"
|
3252 |
msgstr ""
|
3253 |
|
3254 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:628
|
3255 |
msgid "Tips :<br/> - You can search post id by inputing title, clicking search title, and you will have your post id.<br/>- You can also directly insert your post id, and click enter to add it on the list."
|
3256 |
msgstr ""
|
3257 |
|
3258 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:648
|
3259 |
msgid "Choose which category you want to show on this module."
|
3260 |
msgstr ""
|
3261 |
|
3262 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:672
|
3263 |
msgid "Exclude Category"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:673
|
3267 |
msgid "Choose excluded category for this module."
|
3268 |
msgstr ""
|
3269 |
|
3270 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:739, jeg-elementor-kit/class/elements/options/class-option-woocommerce-abstract.php:151
|
3271 |
msgid "Include Tags"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:740, jeg-elementor-kit/class/elements/options/class-option-abstract.php:765
|
3275 |
msgid "Write to search post tag."
|
3276 |
msgstr ""
|
3277 |
|
3278 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:764, jeg-elementor-kit/class/elements/options/class-option-woocommerce-abstract.php:165
|
3279 |
msgid "Exclude Tags"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
#. translators: %s: taxonomy name
|
3283 |
-
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:838
|
3284 |
msgid "Write to search the %s that you want to include as filter."
|
3285 |
msgstr ""
|
3286 |
|
@@ -3804,7 +3804,7 @@ msgstr ""
|
|
3804 |
msgid "Published Date"
|
3805 |
msgstr ""
|
3806 |
|
3807 |
-
#: jeg-elementor-kit/class/elements/options/class-post-block-option.php:634, jeg-elementor-kit/class/elements/options/class-post-date-option.php:106, jeg-elementor-kit/class/elements/options/class-post-list-option.php:329
|
3808 |
msgid "Modified Date"
|
3809 |
msgstr ""
|
3810 |
|
@@ -4027,7 +4027,7 @@ msgstr ""
|
|
4027 |
msgid "Carousel Setting"
|
4028 |
msgstr ""
|
4029 |
|
4030 |
-
#: jeg-elementor-kit/class/elements/options/class-product-carousel-option.php:101, jeg-elementor-kit/class/elements/options/class-product-categories-option.php:96, jeg-elementor-kit/class/elements/options/class-product-grid-option.php:88
|
4031 |
msgid "Content Filter"
|
4032 |
msgstr ""
|
4033 |
|
@@ -4896,3 +4896,636 @@ msgstr ""
|
|
4896 |
#: jeg-elementor-kit/class/elements/views/class-view-abstract.php:307
|
4897 |
msgid "Next"
|
4898 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
msgid "All Archives"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: jeg-elementor-kit/class/dashboard/template/class-template-dashboard-abstract.php:164, jeg-elementor-kit/class/elements/options/class-post-author-option.php:101, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:382
|
451 |
msgid "Author"
|
452 |
msgstr ""
|
453 |
|
523 |
msgid "Author Name"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: jeg-elementor-kit/class/dashboard/template/class-template-dashboard-abstract.php:490, jeg-elementor-kit/class/elements/options/class-accordion-option.php:355, jeg-elementor-kit/class/elements/options/class-accordion-option.php:479, jeg-elementor-kit/class/elements/options/class-accordion-option.php:640, jeg-elementor-kit/class/elements/options/class-accordion-option.php:744, jeg-elementor-kit/class/elements/options/class-off-canvas-option.php:190, jeg-elementor-kit/lib/jeg-element/includes/class/shortcode/class-shortcode-generator.php:124
|
527 |
msgid "Close"
|
528 |
msgstr ""
|
529 |
|
623 |
msgid "Keep first slide open on the first load."
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: jeg-elementor-kit/class/elements/options/class-accordion-option.php:176, jeg-elementor-kit/class/elements/options/class-animated-text-option.php:156, jeg-elementor-kit/class/elements/options/class-category-list-option.php:184, jeg-elementor-kit/class/elements/options/class-option-abstract.php:196, jeg-elementor-kit/class/elements/options/class-post-list-option.php:190, jeg-elementor-kit/class/elements/options/class-product-categories-option.php:221, jeg-elementor-kit/class/elements/options/class-progress-bar-option.php:132, jeg-elementor-kit/class/elements/options/class-search-option.php:120, jeg-elementor-kit/class/elements/options/class-social-share-option.php:101, jeg-elementor-kit/class/elements/options/class-social-share-option.php:134, jeg-elementor-kit/class/elements/options/class-team-option.php:180, jeg-elementor-kit/lib/jeg-element/includes/class/elementor/class-elementor-abstract.php:111
|
627 |
msgid "Style"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: jeg-elementor-kit/class/elements/options/class-accordion-option.php:180, jeg-elementor-kit/class/elements/options/class-banner-option.php:286, jeg-elementor-kit/class/elements/options/class-image-box-option.php:166, jeg-elementor-kit/class/elements/options/class-progress-bar-option.php:135, jeg-elementor-kit/class/elements/options/class-team-option.php:184, jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1359, jeg-elementor-kit/lib/jeg-framework/form/class-form-builder.php:111
|
631 |
msgid "Default"
|
632 |
msgstr ""
|
633 |
|
1071 |
msgid "Contain"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: jeg-elementor-kit/class/elements/options/class-banner-option.php:326, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:498
|
1075 |
msgid "Auto"
|
1076 |
msgstr ""
|
1077 |
|
1219 |
msgid "Content Setting"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: jeg-elementor-kit/class/elements/options/class-category-list-option.php:140, jeg-elementor-kit/class/elements/options/class-option-abstract.php:647, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:344
|
1223 |
msgid "Include Category"
|
1224 |
msgstr ""
|
1225 |
|
1235 |
msgid "Limit number of category on this module."
|
1236 |
msgstr ""
|
1237 |
|
1238 |
+
#: jeg-elementor-kit/class/elements/options/class-category-list-option.php:168, jeg-elementor-kit/class/elements/options/class-product-categories-option.php:345, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:433
|
1239 |
msgid "Sort by"
|
1240 |
msgstr ""
|
1241 |
|
1251 |
msgid "Oldest"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: jeg-elementor-kit/class/elements/options/class-category-list-option.php:175, jeg-elementor-kit/class/elements/options/class-option-woocommerce-abstract.php:181, jeg-elementor-kit/class/elements/options/class-product-categories-option.php:352, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:440
|
1255 |
msgid "Alphabet Asc"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
+
#: jeg-elementor-kit/class/elements/options/class-category-list-option.php:176, jeg-elementor-kit/class/elements/options/class-option-woocommerce-abstract.php:182, jeg-elementor-kit/class/elements/options/class-product-categories-option.php:353, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:441
|
1259 |
msgid "Alphabet Desc"
|
1260 |
msgstr ""
|
1261 |
|
1299 |
msgid "JKit - Client Logo"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: jeg-elementor-kit/class/elements/options/class-client-logo-option.php:75, jeg-elementor-kit/class/elements/options/class-contact-form-7-option.php:99, jeg-elementor-kit/class/elements/options/class-feature-list-option.php:75, jeg-elementor-kit/class/elements/options/class-fun-fact-option.php:75, jeg-elementor-kit/class/elements/options/class-gallery-option.php:75, jeg-elementor-kit/class/elements/options/class-icon-box-option.php:75, jeg-elementor-kit/class/elements/options/class-off-canvas-option.php:75, jeg-elementor-kit/class/elements/options/class-portfolio-gallery-option.php:75, jeg-elementor-kit/class/elements/options/class-testimonials-option.php:75, jeg-elementor-kit/lib/jeg-element/includes/class/elementor/class-elementor-abstract.php:116
|
1303 |
msgid "Setting"
|
1304 |
msgstr ""
|
1305 |
|
1803 |
msgid "Icon Shape"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: jeg-elementor-kit/class/elements/options/class-feature-list-option.php:377, jeg-elementor-kit/class/elements/options/class-social-share-option.php:121, jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_loader.php:15
|
1807 |
msgid "Circle"
|
1808 |
msgstr ""
|
1809 |
|
1810 |
+
#: jeg-elementor-kit/class/elements/options/class-feature-list-option.php:378, jeg-elementor-kit/class/elements/options/class-social-share-option.php:120, jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_loader.php:16
|
1811 |
msgid "Square"
|
1812 |
msgstr ""
|
1813 |
|
2547 |
msgid "Equal Height"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
+
#: jeg-elementor-kit/class/elements/options/class-icon-box-option.php:254, jeg-elementor-kit/class/elements/options/class-image-box-option.php:177, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:296
|
2551 |
msgid "Disable"
|
2552 |
msgstr ""
|
2553 |
|
3115 |
msgid "JKit - Elements"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:114, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:570
|
3119 |
msgid "CSS Box"
|
3120 |
msgstr ""
|
3121 |
|
3239 |
msgid "Post Tag"
|
3240 |
msgstr ""
|
3241 |
|
3242 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:606, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:237
|
3243 |
msgid "Include Post Type"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:607, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:238
|
3247 |
msgid "Choose post type for this content."
|
3248 |
msgstr ""
|
3249 |
|
3250 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:627, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:314
|
3251 |
msgid "Include Post ID"
|
3252 |
msgstr ""
|
3253 |
|
3254 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:628, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:315, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:330
|
3255 |
msgid "Tips :<br/> - You can search post id by inputing title, clicking search title, and you will have your post id.<br/>- You can also directly insert your post id, and click enter to add it on the list."
|
3256 |
msgstr ""
|
3257 |
|
3258 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:648, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:345
|
3259 |
msgid "Choose which category you want to show on this module."
|
3260 |
msgstr ""
|
3261 |
|
3262 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:672, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:363
|
3263 |
msgid "Exclude Category"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:673, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:364
|
3267 |
msgid "Choose excluded category for this module."
|
3268 |
msgstr ""
|
3269 |
|
3270 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:739, jeg-elementor-kit/class/elements/options/class-option-woocommerce-abstract.php:151, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:397
|
3271 |
msgid "Include Tags"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:740, jeg-elementor-kit/class/elements/options/class-option-abstract.php:765, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:398, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:417
|
3275 |
msgid "Write to search post tag."
|
3276 |
msgstr ""
|
3277 |
|
3278 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:764, jeg-elementor-kit/class/elements/options/class-option-woocommerce-abstract.php:165, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:416
|
3279 |
msgid "Exclude Tags"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
#. translators: %s: taxonomy name
|
3283 |
+
#: jeg-elementor-kit/class/elements/options/class-option-abstract.php:838, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:465
|
3284 |
msgid "Write to search the %s that you want to include as filter."
|
3285 |
msgstr ""
|
3286 |
|
3804 |
msgid "Published Date"
|
3805 |
msgstr ""
|
3806 |
|
3807 |
+
#: jeg-elementor-kit/class/elements/options/class-post-block-option.php:634, jeg-elementor-kit/class/elements/options/class-post-date-option.php:106, jeg-elementor-kit/class/elements/options/class-post-list-option.php:329, jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:76
|
3808 |
msgid "Modified Date"
|
3809 |
msgstr ""
|
3810 |
|
4027 |
msgid "Carousel Setting"
|
4028 |
msgstr ""
|
4029 |
|
4030 |
+
#: jeg-elementor-kit/class/elements/options/class-product-carousel-option.php:101, jeg-elementor-kit/class/elements/options/class-product-categories-option.php:96, jeg-elementor-kit/class/elements/options/class-product-grid-option.php:88, jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:197
|
4031 |
msgid "Content Filter"
|
4032 |
msgstr ""
|
4033 |
|
4896 |
#: jeg-elementor-kit/class/elements/views/class-view-abstract.php:307
|
4897 |
msgid "Next"
|
4898 |
msgstr ""
|
4899 |
+
|
4900 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:388
|
4901 |
+
msgid "Partial render must echo the content or return the content string (or array), but not both."
|
4902 |
+
msgstr ""
|
4903 |
+
|
4904 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:899
|
4905 |
+
msgid "Row"
|
4906 |
+
msgstr ""
|
4907 |
+
|
4908 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1357, jeg-elementor-kit/lib/jeg-framework/form/class-form-builder.php:110
|
4909 |
+
msgid "Clear"
|
4910 |
+
msgstr ""
|
4911 |
+
|
4912 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1358
|
4913 |
+
msgid "Clear color"
|
4914 |
+
msgstr ""
|
4915 |
+
|
4916 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1360
|
4917 |
+
msgid "Select default color"
|
4918 |
+
msgstr ""
|
4919 |
+
|
4920 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1361
|
4921 |
+
msgid "Select color"
|
4922 |
+
msgstr ""
|
4923 |
+
|
4924 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1362
|
4925 |
+
msgid "Color value"
|
4926 |
+
msgstr ""
|
4927 |
+
|
4928 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1701, jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_custom_post_type.php:27, jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:10
|
4929 |
+
msgid "Notice"
|
4930 |
+
msgstr ""
|
4931 |
+
|
4932 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1703
|
4933 |
+
msgid "To improve customizer load speed, we disable widget option on customizer for element."
|
4934 |
+
msgstr ""
|
4935 |
+
|
4936 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1704
|
4937 |
+
msgid "You can still modify widget content from Widget Panel on Admin Page"
|
4938 |
+
msgstr ""
|
4939 |
+
|
4940 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1789
|
4941 |
+
msgid "Change you made not showing on this page.<br/> Do you want to be redirected to the appropriate page to see change you just made?"
|
4942 |
+
msgstr ""
|
4943 |
+
|
4944 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/class-customizer.php:1790, jeg-elementor-kit/lib/jeg-element/includes/class/divi/class-divi-builder-abstract.php:105
|
4945 |
+
msgid "Yes"
|
4946 |
+
msgstr ""
|
4947 |
+
|
4948 |
+
#: jeg-elementor-kit/lib/jeg-framework/form/class-custom-menu-walker.php:86
|
4949 |
+
msgid "Loading Option"
|
4950 |
+
msgstr ""
|
4951 |
+
|
4952 |
+
#: jeg-elementor-kit/lib/jeg-framework/form/class-form-builder.php:112
|
4953 |
+
msgid "Select Color"
|
4954 |
+
msgstr ""
|
4955 |
+
|
4956 |
+
#: jeg-elementor-kit/lib/jeg-framework/form/class-form-builder.php:113
|
4957 |
+
msgid "Current Color"
|
4958 |
+
msgstr ""
|
4959 |
+
|
4960 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:90
|
4961 |
+
msgctxt "font style"
|
4962 |
+
msgid "Serif"
|
4963 |
+
msgstr ""
|
4964 |
+
|
4965 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:94
|
4966 |
+
msgctxt "font style"
|
4967 |
+
msgid "Sans Serif"
|
4968 |
+
msgstr ""
|
4969 |
+
|
4970 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:98
|
4971 |
+
msgctxt "font style"
|
4972 |
+
msgid "Monospace"
|
4973 |
+
msgstr ""
|
4974 |
+
|
4975 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:174
|
4976 |
+
msgid "Cyrillic"
|
4977 |
+
msgstr ""
|
4978 |
+
|
4979 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:175
|
4980 |
+
msgid "Cyrillic Extended"
|
4981 |
+
msgstr ""
|
4982 |
+
|
4983 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:176
|
4984 |
+
msgid "Devanagari"
|
4985 |
+
msgstr ""
|
4986 |
+
|
4987 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:177
|
4988 |
+
msgid "Greek"
|
4989 |
+
msgstr ""
|
4990 |
+
|
4991 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:178
|
4992 |
+
msgid "Greek Extended"
|
4993 |
+
msgstr ""
|
4994 |
+
|
4995 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:179
|
4996 |
+
msgid "Khmer"
|
4997 |
+
msgstr ""
|
4998 |
+
|
4999 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:180
|
5000 |
+
msgid "Latin Extended"
|
5001 |
+
msgstr ""
|
5002 |
+
|
5003 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:181
|
5004 |
+
msgid "Vietnamese"
|
5005 |
+
msgstr ""
|
5006 |
+
|
5007 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:182
|
5008 |
+
msgid "Hebrew"
|
5009 |
+
msgstr ""
|
5010 |
+
|
5011 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:183
|
5012 |
+
msgid "Arabic"
|
5013 |
+
msgstr ""
|
5014 |
+
|
5015 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:184
|
5016 |
+
msgid "Bengali"
|
5017 |
+
msgstr ""
|
5018 |
+
|
5019 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:185
|
5020 |
+
msgid "Gujarati"
|
5021 |
+
msgstr ""
|
5022 |
+
|
5023 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:186
|
5024 |
+
msgid "Tamil"
|
5025 |
+
msgstr ""
|
5026 |
+
|
5027 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:187
|
5028 |
+
msgid "Telugu"
|
5029 |
+
msgstr ""
|
5030 |
+
|
5031 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:188
|
5032 |
+
msgid "Thai"
|
5033 |
+
msgstr ""
|
5034 |
+
|
5035 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:201
|
5036 |
+
msgid "Ultra-Light 100"
|
5037 |
+
msgstr ""
|
5038 |
+
|
5039 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:202
|
5040 |
+
msgid "Ultra-Light 100 Italic"
|
5041 |
+
msgstr ""
|
5042 |
+
|
5043 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:203
|
5044 |
+
msgid "Light 200"
|
5045 |
+
msgstr ""
|
5046 |
+
|
5047 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:204
|
5048 |
+
msgid "Light 200 Italic"
|
5049 |
+
msgstr ""
|
5050 |
+
|
5051 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:205
|
5052 |
+
msgid "Book 300"
|
5053 |
+
msgstr ""
|
5054 |
+
|
5055 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:206
|
5056 |
+
msgid "Book 300 Italic"
|
5057 |
+
msgstr ""
|
5058 |
+
|
5059 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:207
|
5060 |
+
msgid "Normal 400"
|
5061 |
+
msgstr ""
|
5062 |
+
|
5063 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:208
|
5064 |
+
msgid "Normal 400 Italic"
|
5065 |
+
msgstr ""
|
5066 |
+
|
5067 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:209
|
5068 |
+
msgid "Medium 500"
|
5069 |
+
msgstr ""
|
5070 |
+
|
5071 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:210
|
5072 |
+
msgid "Medium 500 Italic"
|
5073 |
+
msgstr ""
|
5074 |
+
|
5075 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:211
|
5076 |
+
msgid "Semi-Bold 600"
|
5077 |
+
msgstr ""
|
5078 |
+
|
5079 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:212
|
5080 |
+
msgid "Semi-Bold 600 Italic"
|
5081 |
+
msgstr ""
|
5082 |
+
|
5083 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:213
|
5084 |
+
msgid "Bold 700"
|
5085 |
+
msgstr ""
|
5086 |
+
|
5087 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:214
|
5088 |
+
msgid "Bold 700 Italic"
|
5089 |
+
msgstr ""
|
5090 |
+
|
5091 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:215
|
5092 |
+
msgid "Extra-Bold 800"
|
5093 |
+
msgstr ""
|
5094 |
+
|
5095 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:216
|
5096 |
+
msgid "Extra-Bold 800 Italic"
|
5097 |
+
msgstr ""
|
5098 |
+
|
5099 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:217
|
5100 |
+
msgid "Ultra-Bold 900"
|
5101 |
+
msgstr ""
|
5102 |
+
|
5103 |
+
#: jeg-elementor-kit/lib/jeg-framework/util/class-font.php:218
|
5104 |
+
msgid "Ultra-Bold 900 Italic"
|
5105 |
+
msgstr ""
|
5106 |
+
|
5107 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:65
|
5108 |
+
msgid "row"
|
5109 |
+
msgstr ""
|
5110 |
+
|
5111 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:93
|
5112 |
+
msgid "Add new"
|
5113 |
+
msgstr ""
|
5114 |
+
|
5115 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:127
|
5116 |
+
msgid "Select a Page"
|
5117 |
+
msgstr ""
|
5118 |
+
|
5119 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:230
|
5120 |
+
msgid "Limit: %s rows"
|
5121 |
+
msgstr ""
|
5122 |
+
|
5123 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:370, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:181
|
5124 |
+
msgid "Hex Value"
|
5125 |
+
msgstr ""
|
5126 |
+
|
5127 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:395, jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:400, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:206, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:211
|
5128 |
+
msgid "No Image Selected"
|
5129 |
+
msgstr ""
|
5130 |
+
|
5131 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:405, jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:441, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:216, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:252, jeg-elementor-kit/lib/jeg-framework/form/field/class-upload.php:47
|
5132 |
+
msgid "Remove"
|
5133 |
+
msgstr ""
|
5134 |
+
|
5135 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:406, jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:410, jeg-elementor-kit/lib/jeg-framework/form/field/class-image.php:58, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:217, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:221
|
5136 |
+
msgid "Add Image"
|
5137 |
+
msgstr ""
|
5138 |
+
|
5139 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:406, jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:408, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:217, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:219
|
5140 |
+
msgid "Change Image"
|
5141 |
+
msgstr ""
|
5142 |
+
|
5143 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:431, jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:436, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:242, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:247, jeg-elementor-kit/lib/jeg-framework/form/field/class-upload.php:37, jeg-elementor-kit/lib/jeg-framework/form/field/class-upload.php:42
|
5144 |
+
msgid "No File Selected"
|
5145 |
+
msgstr ""
|
5146 |
+
|
5147 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:442, jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:446, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:253, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:257, jeg-elementor-kit/lib/jeg-framework/form/field/class-upload.php:48, jeg-elementor-kit/lib/jeg-framework/form/field/class-upload.php:52
|
5148 |
+
msgid "Add File"
|
5149 |
+
msgstr ""
|
5150 |
+
|
5151 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:442, jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:444, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:253, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:255, jeg-elementor-kit/lib/jeg-framework/form/field/class-upload.php:48, jeg-elementor-kit/lib/jeg-framework/form/field/class-upload.php:50
|
5152 |
+
msgid "Change File"
|
5153 |
+
msgstr ""
|
5154 |
+
|
5155 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-repeater.php:460, jeg-elementor-kit/lib/jeg-framework/form/field/class-repeater.php:284
|
5156 |
+
msgid "delete"
|
5157 |
+
msgstr ""
|
5158 |
+
|
5159 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-spacing.php:76
|
5160 |
+
msgid "Value Invalid"
|
5161 |
+
msgstr ""
|
5162 |
+
|
5163 |
+
#: jeg-elementor-kit/lib/jeg-framework/customizer/control/class-typography.php:78
|
5164 |
+
msgid "Select Font Family"
|
5165 |
+
msgstr ""
|
5166 |
+
|
5167 |
+
#: jeg-elementor-kit/lib/jeg-framework/form/field/class-image.php:60
|
5168 |
+
msgid "Remove Image"
|
5169 |
+
msgstr ""
|
5170 |
+
|
5171 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/divi/class-divi-builder-abstract.php:106
|
5172 |
+
msgid "No"
|
5173 |
+
msgstr ""
|
5174 |
+
|
5175 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:172
|
5176 |
+
msgid "Compatible Column: "
|
5177 |
+
msgstr ""
|
5178 |
+
|
5179 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:173, jeg-elementor-kit/lib/jeg-element/includes/class/widget/class-widget-abstract.php:69
|
5180 |
+
msgid "Please check style / design tab to change Module / Block width and make it fit with your current column width"
|
5181 |
+
msgstr ""
|
5182 |
+
|
5183 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:250
|
5184 |
+
msgid "Number of Post"
|
5185 |
+
msgstr ""
|
5186 |
+
|
5187 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:251
|
5188 |
+
msgid "Show number of post on this module."
|
5189 |
+
msgstr ""
|
5190 |
+
|
5191 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:265
|
5192 |
+
msgid "Number of post"
|
5193 |
+
msgstr ""
|
5194 |
+
|
5195 |
+
#. translators: 1: Number of element
|
5196 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:267
|
5197 |
+
msgid "This module will require you to choose %s number of post."
|
5198 |
+
msgstr ""
|
5199 |
+
|
5200 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:275
|
5201 |
+
msgid "Post Offset"
|
5202 |
+
msgstr ""
|
5203 |
+
|
5204 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:276
|
5205 |
+
msgid "Number of post offset (start of content)."
|
5206 |
+
msgstr ""
|
5207 |
+
|
5208 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:291
|
5209 |
+
msgid "Include into Unique Content Group"
|
5210 |
+
msgstr ""
|
5211 |
+
|
5212 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:292
|
5213 |
+
msgid "Choose unique content option, and this module will be included into unique content group. It won't duplicate content across the group. Ajax loaded content won't affect this unique content feature."
|
5214 |
+
msgstr ""
|
5215 |
+
|
5216 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:297
|
5217 |
+
msgid "Unique Content - Group 1"
|
5218 |
+
msgstr ""
|
5219 |
+
|
5220 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:298
|
5221 |
+
msgid "Unique Content - Group 2"
|
5222 |
+
msgstr ""
|
5223 |
+
|
5224 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:299
|
5225 |
+
msgid "Unique Content - Group 3"
|
5226 |
+
msgstr ""
|
5227 |
+
|
5228 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:300
|
5229 |
+
msgid "Unique Content - Group 4"
|
5230 |
+
msgstr ""
|
5231 |
+
|
5232 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:301
|
5233 |
+
msgid "Unique Content - Group 5"
|
5234 |
+
msgstr ""
|
5235 |
+
|
5236 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:329
|
5237 |
+
msgid "Exclude Post ID"
|
5238 |
+
msgstr ""
|
5239 |
+
|
5240 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:383
|
5241 |
+
msgid "Write to search post author."
|
5242 |
+
msgstr ""
|
5243 |
+
|
5244 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:434
|
5245 |
+
msgid "Sort post by this option<br/>* <strong>Jetpack :</strong> Need <strong>Jetpack</strong> plugin & Stat module enabled.<br/>"
|
5246 |
+
msgstr ""
|
5247 |
+
|
5248 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:438
|
5249 |
+
msgid "Latest Post"
|
5250 |
+
msgstr ""
|
5251 |
+
|
5252 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:439
|
5253 |
+
msgid "Oldest Post"
|
5254 |
+
msgstr ""
|
5255 |
+
|
5256 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:442
|
5257 |
+
msgid "Random Post"
|
5258 |
+
msgstr ""
|
5259 |
+
|
5260 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:443
|
5261 |
+
msgid "Random Post (7 Days)"
|
5262 |
+
msgstr ""
|
5263 |
+
|
5264 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:444
|
5265 |
+
msgid "Random Post (30 Days)"
|
5266 |
+
msgstr ""
|
5267 |
+
|
5268 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:445
|
5269 |
+
msgid "Most Comment"
|
5270 |
+
msgstr ""
|
5271 |
+
|
5272 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:446
|
5273 |
+
msgid "Popular Post (1 Day - Jetpack)"
|
5274 |
+
msgstr ""
|
5275 |
+
|
5276 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:447
|
5277 |
+
msgid "Popular Post (7 Days - Jetpack)"
|
5278 |
+
msgstr ""
|
5279 |
+
|
5280 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:448
|
5281 |
+
msgid "Popular Post (30 Days - Jetpack)"
|
5282 |
+
msgstr ""
|
5283 |
+
|
5284 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:449
|
5285 |
+
msgid "Popular Post (All Time - Jetpack)"
|
5286 |
+
msgstr ""
|
5287 |
+
|
5288 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:488
|
5289 |
+
msgid "Design"
|
5290 |
+
msgstr ""
|
5291 |
+
|
5292 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:505
|
5293 |
+
msgid "4 Column Design ( 1 Block )"
|
5294 |
+
msgstr ""
|
5295 |
+
|
5296 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:514
|
5297 |
+
msgid "8 Column Design ( 2 Block )"
|
5298 |
+
msgstr ""
|
5299 |
+
|
5300 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:523
|
5301 |
+
msgid "12 Column Design ( 3 Block )"
|
5302 |
+
msgstr ""
|
5303 |
+
|
5304 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:530
|
5305 |
+
msgid "Element ID"
|
5306 |
+
msgstr ""
|
5307 |
+
|
5308 |
+
#. translators: 1: URL of direction
|
5309 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:532
|
5310 |
+
msgid "Enter element ID (Note: make sure it is unique and valid according to <a href=\"%s\">w3c specification</a>)."
|
5311 |
+
msgstr ""
|
5312 |
+
|
5313 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:538
|
5314 |
+
msgid "Extra class name"
|
5315 |
+
msgstr ""
|
5316 |
+
|
5317 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:539
|
5318 |
+
msgid "Style particular content element differently - add a class name and refer to it in custom CSS."
|
5319 |
+
msgstr ""
|
5320 |
+
|
5321 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:546
|
5322 |
+
msgid "Element Color Scheme"
|
5323 |
+
msgstr ""
|
5324 |
+
|
5325 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:547
|
5326 |
+
msgid "Choose element color scheme for your element."
|
5327 |
+
msgstr ""
|
5328 |
+
|
5329 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:551
|
5330 |
+
msgid "Light"
|
5331 |
+
msgstr ""
|
5332 |
+
|
5333 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:552
|
5334 |
+
msgid "Dark"
|
5335 |
+
msgstr ""
|
5336 |
+
|
5337 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:559
|
5338 |
+
msgid "Block / Column Width"
|
5339 |
+
msgstr ""
|
5340 |
+
|
5341 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:560
|
5342 |
+
msgid "Please choose width of column you want to use on this block. 1 Block represents 4 columns."
|
5343 |
+
msgstr ""
|
5344 |
+
|
5345 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/elements/class-elements-option-abstract.php:597
|
5346 |
+
msgid "JEG - Element"
|
5347 |
+
msgstr ""
|
5348 |
+
|
5349 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/image/class-image.php:89
|
5350 |
+
msgid "Custom Size"
|
5351 |
+
msgstr ""
|
5352 |
+
|
5353 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/class-option-manager.php:61
|
5354 |
+
msgid "JEG : Module Element Option"
|
5355 |
+
msgstr ""
|
5356 |
+
|
5357 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/class-option-manager.php:62
|
5358 |
+
msgid "Jeg "
|
5359 |
+
msgstr ""
|
5360 |
+
|
5361 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/class-option-manager.php:70
|
5362 |
+
msgid "Module Image Setting"
|
5363 |
+
msgstr ""
|
5364 |
+
|
5365 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/class-option-manager.php:81
|
5366 |
+
msgid "Module Loader"
|
5367 |
+
msgstr ""
|
5368 |
+
|
5369 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/class-option-manager.php:92
|
5370 |
+
msgid "Module Meta Option"
|
5371 |
+
msgstr ""
|
5372 |
+
|
5373 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/class-option-manager.php:103
|
5374 |
+
msgid "Module Custom Post Type"
|
5375 |
+
msgstr ""
|
5376 |
+
|
5377 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/class-option-manager.php:114
|
5378 |
+
msgid "Module Global Font"
|
5379 |
+
msgstr ""
|
5380 |
+
|
5381 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/shortcode/class-shortcode-generator.php:123
|
5382 |
+
msgid "Shortcode Generator"
|
5383 |
+
msgstr ""
|
5384 |
+
|
5385 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/shortcode/class-shortcode-generator.php:125
|
5386 |
+
msgid "Generate"
|
5387 |
+
msgstr ""
|
5388 |
+
|
5389 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/wpbakery/class-wpbakery-integration.php:361
|
5390 |
+
msgid "Select File"
|
5391 |
+
msgstr ""
|
5392 |
+
|
5393 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_custom_post_type.php:28
|
5394 |
+
msgid "There's no custom post type found."
|
5395 |
+
msgstr ""
|
5396 |
+
|
5397 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_custom_post_type.php:18
|
5398 |
+
msgid "Enable %s Post Type"
|
5399 |
+
msgstr ""
|
5400 |
+
|
5401 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_custom_post_type.php:19
|
5402 |
+
msgid "Enable %s post type and their custom taxonomy as content filter."
|
5403 |
+
msgstr ""
|
5404 |
+
|
5405 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_font.php:9
|
5406 |
+
msgid "Global Title Font"
|
5407 |
+
msgstr ""
|
5408 |
+
|
5409 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_font.php:10
|
5410 |
+
msgid "Set global module font title."
|
5411 |
+
msgstr ""
|
5412 |
+
|
5413 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_font.php:32
|
5414 |
+
msgid "Global Meta Font"
|
5415 |
+
msgstr ""
|
5416 |
+
|
5417 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_font.php:33
|
5418 |
+
msgid "Set global module meta title."
|
5419 |
+
msgstr ""
|
5420 |
+
|
5421 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_font.php:55
|
5422 |
+
msgid "Global Content Font"
|
5423 |
+
msgstr ""
|
5424 |
+
|
5425 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_font.php:56
|
5426 |
+
msgid "Set global content font title."
|
5427 |
+
msgstr ""
|
5428 |
+
|
5429 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_image.php:9
|
5430 |
+
msgid "How Image Loaded"
|
5431 |
+
msgstr ""
|
5432 |
+
|
5433 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_image.php:11
|
5434 |
+
msgid ""
|
5435 |
+
"<ul>\n"
|
5436 |
+
" <li><strong>Normal Load Image :</strong> Support retina, largest size at first load, good for SEO.</li>\n"
|
5437 |
+
" <li><strong>Lazy Load :</strong> Less number of image on first load, support for retina, best browsing experience, good for SEO.</li>\n"
|
5438 |
+
" <li><strong>Background :</strong> Support GIF image as featured thumbnail, bad for SEO.</li>\n"
|
5439 |
+
" </ul>"
|
5440 |
+
msgstr ""
|
5441 |
+
|
5442 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_image.php:29
|
5443 |
+
msgid "Image Load Mechanism"
|
5444 |
+
msgstr ""
|
5445 |
+
|
5446 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_image.php:30
|
5447 |
+
msgid "Choose image load mechanism method ( only for Jeg Element )."
|
5448 |
+
msgstr ""
|
5449 |
+
|
5450 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_image.php:44
|
5451 |
+
msgid "How Image Generated"
|
5452 |
+
msgstr ""
|
5453 |
+
|
5454 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_image.php:46
|
5455 |
+
msgid ""
|
5456 |
+
"<ul>\n"
|
5457 |
+
" <li><strong>Normal Image Generator :</strong> Fastest load time, but require more space. About 12 images will be generated for single image uploaded. If you switch to this option, please regenerate image again.</li>\n"
|
5458 |
+
" <li><strong>Dynamic Image Generator :</strong> Slower load time only when image created for the first time. Image generated only when needed.</li> \n"
|
5459 |
+
" </ul>"
|
5460 |
+
msgstr ""
|
5461 |
+
|
5462 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_image.php:63
|
5463 |
+
msgid "Image Generator"
|
5464 |
+
msgstr ""
|
5465 |
+
|
5466 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_image.php:64
|
5467 |
+
msgid "Choose image generated method ( only for Jeg Element )."
|
5468 |
+
msgstr ""
|
5469 |
+
|
5470 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_loader.php:11
|
5471 |
+
msgid "Module Loader Style"
|
5472 |
+
msgstr ""
|
5473 |
+
|
5474 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_loader.php:12
|
5475 |
+
msgid "Choose loader style for general module element."
|
5476 |
+
msgstr ""
|
5477 |
+
|
5478 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_loader.php:14
|
5479 |
+
msgid "Dot"
|
5480 |
+
msgstr ""
|
5481 |
+
|
5482 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:12
|
5483 |
+
msgid ""
|
5484 |
+
"<ul>\n"
|
5485 |
+
" <li>Every element will behave differently when option changed depend on default meta on each element</li>\n"
|
5486 |
+
" </ul>"
|
5487 |
+
msgstr ""
|
5488 |
+
|
5489 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:28
|
5490 |
+
msgid "Show Block Meta"
|
5491 |
+
msgstr ""
|
5492 |
+
|
5493 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:29
|
5494 |
+
msgid "Show meta for block"
|
5495 |
+
msgstr ""
|
5496 |
+
|
5497 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:38
|
5498 |
+
msgid "Show Block Meta - Author"
|
5499 |
+
msgstr ""
|
5500 |
+
|
5501 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:39
|
5502 |
+
msgid "Show author on meta block"
|
5503 |
+
msgstr ""
|
5504 |
+
|
5505 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:55
|
5506 |
+
msgid "Show Block Meta - Date"
|
5507 |
+
msgstr ""
|
5508 |
+
|
5509 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:56
|
5510 |
+
msgid "Show date on meta block"
|
5511 |
+
msgstr ""
|
5512 |
+
|
5513 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:72
|
5514 |
+
msgid "Post Date Meta"
|
5515 |
+
msgstr ""
|
5516 |
+
|
5517 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:73
|
5518 |
+
msgid "Choose which post date type that you want to show for global post date meta."
|
5519 |
+
msgstr ""
|
5520 |
+
|
5521 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:75
|
5522 |
+
msgid "Publish Date"
|
5523 |
+
msgstr ""
|
5524 |
+
|
5525 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:98
|
5526 |
+
msgid "Show Block Meta - Comment"
|
5527 |
+
msgstr ""
|
5528 |
+
|
5529 |
+
#: jeg-elementor-kit/lib/jeg-element/includes/class/option/sections/module_meta.php:99
|
5530 |
+
msgid "Show comment icon on meta block"
|
5531 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: elementor, element, addon, widget, extension, blog, post, elementor addon,
|
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 6.1
|
6 |
Requires PHP: 7.0
|
7 |
-
Stable tag: 2.5.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -91,6 +91,10 @@ https://elementor.com/help/requirements/ Also you can disable some widgets that
|
|
91 |
|
92 |
== Changelog ==
|
93 |
|
|
|
|
|
|
|
|
|
94 |
= 2.5.8 - 08-11-2022 =
|
95 |
* Fix: Disabled Elements not fully disabled
|
96 |
* Tweak: Do check user capabilities in ajax callback instead in router
|
4 |
Requires at least: 5.0
|
5 |
Tested up to: 6.1
|
6 |
Requires PHP: 7.0
|
7 |
+
Stable tag: 2.5.9
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
91 |
|
92 |
== Changelog ==
|
93 |
|
94 |
+
= 2.5.9 - 08-11-2022 =
|
95 |
+
* Fix: Translation File issues
|
96 |
+
* Fix: Widget not showing issue
|
97 |
+
|
98 |
= 2.5.8 - 08-11-2022 =
|
99 |
* Fix: Disabled Elements not fully disabled
|
100 |
* Tweak: Do check user capabilities in ajax callback instead in router
|