Version Description
Download this release
Release Info
Developer | brainstormworg |
Plugin | Astra Starter Sites |
Version | 2.6.16 |
Comparing to | |
See all releases |
Code changes from version 2.6.15 to 2.6.16
- astra-sites.php +2 -2
- inc/assets/css/images-rtl.css +15 -2
- inc/assets/css/images.css +15 -2
- inc/assets/js/common.js +5 -1
- inc/assets/js/dist/main.asset.php +1 -1
- inc/assets/js/dist/main.js +1 -1
- inc/assets/js/src/index.js +9 -2
- inc/assets/js/src/search.js +1 -1
- inc/classes/class-astra-sites.php +2 -1
- languages/astra-sites.pot +97 -97
- readme.txt +4 -1
astra-sites.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Starter Templates
|
4 |
* Plugin URI: https://wpastra.com/
|
5 |
* Description: Starter Templates is all in one solution for complete starter sites, single page templates, blocks & images. This plugin offers the premium library of ready templates & provides quick access to beautiful Pixabay images that can be imported in your website easily.
|
6 |
-
* Version: 2.6.
|
7 |
* Author: Brainstorm Force
|
8 |
* Author URI: https://www.brainstormforce.com
|
9 |
* Text Domain: astra-sites
|
@@ -19,7 +19,7 @@ if ( ! defined( 'ASTRA_SITES_NAME' ) ) {
|
|
19 |
}
|
20 |
|
21 |
if ( ! defined( 'ASTRA_SITES_VER' ) ) {
|
22 |
-
define( 'ASTRA_SITES_VER', '2.6.
|
23 |
}
|
24 |
|
25 |
if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
|
3 |
* Plugin Name: Starter Templates
|
4 |
* Plugin URI: https://wpastra.com/
|
5 |
* Description: Starter Templates is all in one solution for complete starter sites, single page templates, blocks & images. This plugin offers the premium library of ready templates & provides quick access to beautiful Pixabay images that can be imported in your website easily.
|
6 |
+
* Version: 2.6.16
|
7 |
* Author: Brainstorm Force
|
8 |
* Author URI: https://www.brainstormforce.com
|
9 |
* Text Domain: astra-sites
|
19 |
}
|
20 |
|
21 |
if ( ! defined( 'ASTRA_SITES_VER' ) ) {
|
22 |
+
define( 'ASTRA_SITES_VER', '2.6.16' );
|
23 |
}
|
24 |
|
25 |
if ( ! defined( 'ASTRA_SITES_FILE' ) ) {
|
inc/assets/css/images-rtl.css
CHANGED
@@ -415,7 +415,20 @@
|
|
415 |
cursor: pointer;
|
416 |
}
|
417 |
|
418 |
-
.ast-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
419 |
content: "\f463";
|
420 |
display: inline-block;
|
421 |
font: normal 20px/1 'dashicons';
|
@@ -430,7 +443,7 @@
|
|
430 |
color: #fff;
|
431 |
margin: 0;
|
432 |
padding: 0;
|
433 |
-
margin-
|
434 |
vertical-align: middle;
|
435 |
}
|
436 |
|
415 |
cursor: pointer;
|
416 |
}
|
417 |
|
418 |
+
.ast-image__save.button-primary {
|
419 |
+
display: flex;
|
420 |
+
align-items: center;
|
421 |
+
}
|
422 |
+
|
423 |
+
.ast-image__filter-safesearch > label {
|
424 |
+
display: flex;
|
425 |
+
}
|
426 |
+
|
427 |
+
.ast-image__filter-safesearch > label input {
|
428 |
+
margin-left: 5px;
|
429 |
+
}
|
430 |
+
|
431 |
+
.ast-attachments-browser .ast-image__save.installing:after {
|
432 |
content: "\f463";
|
433 |
display: inline-block;
|
434 |
font: normal 20px/1 'dashicons';
|
443 |
color: #fff;
|
444 |
margin: 0;
|
445 |
padding: 0;
|
446 |
+
margin-right: 10px;
|
447 |
vertical-align: middle;
|
448 |
}
|
449 |
|
inc/assets/css/images.css
CHANGED
@@ -415,7 +415,20 @@
|
|
415 |
cursor: pointer;
|
416 |
}
|
417 |
|
418 |
-
.ast-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
419 |
content: "\f463";
|
420 |
display: inline-block;
|
421 |
font: normal 20px/1 'dashicons';
|
@@ -430,7 +443,7 @@
|
|
430 |
color: #fff;
|
431 |
margin: 0;
|
432 |
padding: 0;
|
433 |
-
margin-
|
434 |
vertical-align: middle;
|
435 |
}
|
436 |
|
415 |
cursor: pointer;
|
416 |
}
|
417 |
|
418 |
+
.ast-image__save.button-primary {
|
419 |
+
display: flex;
|
420 |
+
align-items: center;
|
421 |
+
}
|
422 |
+
|
423 |
+
.ast-image__filter-safesearch > label {
|
424 |
+
display: flex;
|
425 |
+
}
|
426 |
+
|
427 |
+
.ast-image__filter-safesearch > label input {
|
428 |
+
margin-right: 5px;
|
429 |
+
}
|
430 |
+
|
431 |
+
.ast-attachments-browser .ast-image__save.installing:after {
|
432 |
content: "\f463";
|
433 |
display: inline-block;
|
434 |
font: normal 20px/1 'dashicons';
|
443 |
color: #fff;
|
444 |
margin: 0;
|
445 |
padding: 0;
|
446 |
+
margin-left: 10px;
|
447 |
vertical-align: middle;
|
448 |
}
|
449 |
|
inc/assets/js/common.js
CHANGED
@@ -212,7 +212,11 @@
|
|
212 |
$scope.append( skeleton );
|
213 |
|
214 |
let pixabay_filter = wp.template( 'ast-image-filters' );
|
215 |
-
$scope.find( '.ast-
|
|
|
|
|
|
|
|
|
216 |
|
217 |
AstraImageCommon.offset = AstraImageCommon.frame.outerHeight();
|
218 |
let wrapHeight = ( AstraImageCommon.offset - 210 );
|
212 |
$scope.append( skeleton );
|
213 |
|
214 |
let pixabay_filter = wp.template( 'ast-image-filters' );
|
215 |
+
if ( $scope.find( '.ast-image__filter-wrap' ).length > 0 ) {
|
216 |
+
$scope.find( '.ast-image__filter-wrap' ).replaceWith( pixabay_filter() );
|
217 |
+
} else {
|
218 |
+
$scope.find( '.ast-attachments-search-wrap' ).append( pixabay_filter() );
|
219 |
+
}
|
220 |
|
221 |
AstraImageCommon.offset = AstraImageCommon.frame.outerHeight();
|
222 |
let wrapHeight = ( AstraImageCommon.offset - 210 );
|
inc/assets/js/dist/main.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '7c15e9e14d4b16b3ff4f06f53ca7909e');
|
inc/assets/js/dist/main.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function a(i){if(t[i])return t[i].exports;var
|
1 |
+
!function(e){var t={};function a(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,a),r.l=!0,r.exports}a.m=e,a.c=t,a.d=function(e,t,i){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(a.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)a.d(i,r,function(t){return e[t]}.bind(null,r));return i},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=0)}([function(e,t,a){e.exports=a(1)},function(e,t,a){!function(e){var t=function(){if(null!=wp&&wp.media){var e=jQuery,t=wp.media.view.MediaFrame.Post,i=wp.media.view.MediaFrame.Select;wp.media.view.AstraAttachmentsBrowser=a(2);var r={browseRouter:function(e){i.prototype.browseRouter.apply(this,arguments),e.set({astraimages:{text:astraImages.title,priority:70}})},bindHandlers:function(){i.prototype.bindHandlers.apply(this,arguments),this.on("content:create:astraimages",this.astraimages,this)},astraimages:function(t){var a=this.state(),i=new wp.media.view.AstraAttachmentsBrowser({controller:this,model:a,AttachmentView:a.get("AttachmentView")});t.view=i,wp.media.view.AstraAttachmentsBrowser.object=i,setTimeout((function(){e(document).trigger("ast-image__set-scope")}),100)}};astraImages.is_elementor_editor?wp.media.view.MediaFrame.Post=t.extend(r):wp.media.view.MediaFrame.Select=i.extend(r)}};e((function(){t(),astraImages.is_bb_active&&astraImages.is_bb_editor&&void 0!==FLBuilder&&null!==FLBuilder._singlePhotoSelector&&FLBuilder._singlePhotoSelector.on("open",(function(e){t()}))}))}(jQuery)},function(e,t,a){var i,r=wp.media.view.Frame;wp.media.view.AstraContent=a(3),i=r.extend({tagName:"div",className:"attachments-browser ast-attachments-browser",images:[],object:[],initialize:function(){_.defaults(this.options,{filters:!1,search:!0,date:!0,display:!1,sidebar:!0,AttachmentView:wp.media.view.Attachment.Library}),this.createContent()},createContent:function(){this.attachmentsHeading=new wp.media.view.Heading({text:astraImages.title,level:"h3",className:"ast-media-views-heading"}),this.views.add(new wp.media.view.AstraContent),this.$el.find(".ast-image__search").wrapAll('<div class="ast-image__search-wrap">').parent().html(),this.$el.find(".ast-image__search-wrap").append('<span class="ast-icon-search search-icon"></span>')},photoUploadComplete:function(e){e&&e.attachmentData&&(this.model.frame.content.mode("browse"),this.model.get("selection").add(e.attachmentData),this.model.frame.trigger("library:selection:add"),this.model.get("selection"),jQuery(".media-frame .media-button-select").click())}}),e.exports=i},function(e,t,a){wp.media.view.AstraSearch=a(4);var i=wp.media.View.extend({tagName:"div",className:"ast-attachments-search-wrap",initialize:function(){this.value=this.options.value},render:function(){var e=new wp.media.view.AstraSearch({controller:this.controller,model:this.model});return this.views.add(e),this}});e.exports=i},function(e,t){$=jQuery;var a=wp.Backbone.View.extend({tagName:"input",className:"ast-image__search",id:"ast-image-search-input",searching:!1,images:[],attributes:{placeholder:astraImages.search_placeholder,type:"search","aria-describedby":"live-search-desc"},events:{search:"search",keyup:"search",blur:"pushState",infinite:"infinite"},initialize:function(e){this.parent=e.parent},infinite:function(e){this.doSearch(e)},search:function(e){"keyup"===e.type&&27===e.which&&(e.target.value=""),""==e.target.value?this.$el.removeClass("has-input"):this.$el.addClass("has-input"),$scope.find(".ast-image__skeleton").animate({scrollTop:0},0),$("body").data("page",1),AstraImageCommon.infiniteLoad=!1;var t=this;setTimeout((function(){t.doSearch(e)}),1500)},doSearch:function(e){if(!this.searching){var t=this;t.searching=!0,AstraImageCommon.config.q=e.target.value;var a=astraImages.pixabay_url+"?"+$.param(AstraImageCommon.config);a&&fetch(a).then((function(e){return e.json()})).then((function(e){t.searching=!1,this.images=e.hits,wp.media.view.AstraAttachmentsBrowser.images=this.images,$(document).trigger("ast-image__refresh")}))}},pushState:function(e){$(document).trigger("ast-image__refresh")}});e.exports=a}]);
|
inc/assets/js/src/index.js
CHANGED
@@ -7,11 +7,12 @@
|
|
7 |
if ( undefined != wp && wp.media ) {
|
8 |
|
9 |
var $ = jQuery,
|
|
|
10 |
oldMediaFrameSelect = wp.media.view.MediaFrame.Select;
|
11 |
|
12 |
wp.media.view.AstraAttachmentsBrowser = require( './frame.js' );
|
13 |
|
14 |
-
|
15 |
|
16 |
// Tab / Router
|
17 |
browseRouter( routerView ) {
|
@@ -50,7 +51,13 @@
|
|
50 |
}, 100 );
|
51 |
}
|
52 |
|
53 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
}
|
55 |
},
|
56 |
|
7 |
if ( undefined != wp && wp.media ) {
|
8 |
|
9 |
var $ = jQuery,
|
10 |
+
oldMediaFramePost = wp.media.view.MediaFrame.Post,
|
11 |
oldMediaFrameSelect = wp.media.view.MediaFrame.Select;
|
12 |
|
13 |
wp.media.view.AstraAttachmentsBrowser = require( './frame.js' );
|
14 |
|
15 |
+
const pixabayFrame = {
|
16 |
|
17 |
// Tab / Router
|
18 |
browseRouter( routerView ) {
|
51 |
}, 100 );
|
52 |
}
|
53 |
|
54 |
+
}
|
55 |
+
|
56 |
+
if ( astraImages.is_elementor_editor ) {
|
57 |
+
wp.media.view.MediaFrame.Post = oldMediaFramePost.extend( pixabayFrame );
|
58 |
+
} else {
|
59 |
+
wp.media.view.MediaFrame.Select = oldMediaFrameSelect.extend( pixabayFrame );
|
60 |
+
}
|
61 |
}
|
62 |
},
|
63 |
|
inc/assets/js/src/search.js
CHANGED
@@ -50,7 +50,7 @@ var AstraSearch = wp.Backbone.View.extend({
|
|
50 |
let thisObject = this;
|
51 |
setTimeout( function(){
|
52 |
thisObject.doSearch( event );
|
53 |
-
},
|
54 |
},
|
55 |
|
56 |
// Runs a search on the theme collection.
|
50 |
let thisObject = this;
|
51 |
setTimeout( function(){
|
52 |
thisObject.doSearch( event );
|
53 |
+
}, 1500 );
|
54 |
},
|
55 |
|
56 |
// Runs a search on the theme collection.
|
inc/classes/class-astra-sites.php
CHANGED
@@ -164,7 +164,7 @@ if ( ! class_exists( 'Astra_Sites' ) ) :
|
|
164 |
array(
|
165 |
'label' => __( 'Upgrade to Premium', 'astra-sites' ),
|
166 |
'icon' => 'dashicons-star-filled',
|
167 |
-
'url' => 'https://wpastra.com/starter-templates-plans
|
168 |
'bgcolor' => '#ffa500',
|
169 |
),
|
170 |
array(
|
@@ -1120,6 +1120,7 @@ if ( ! class_exists( 'Astra_Sites' ) ) :
|
|
1120 |
'is_bb_active' => ( class_exists( 'FLBuilderModel' ) ),
|
1121 |
'is_brizy_active' => ( class_exists( 'Brizy_Editor_Post' ) ),
|
1122 |
'is_elementor_active' => ( did_action( 'elementor/loaded' ) ),
|
|
|
1123 |
'is_bb_editor' => ( class_exists( 'FLBuilderModel' ) ) ? ( FLBuilderModel::is_builder_active() ) : false,
|
1124 |
'is_brizy_editor' => ( class_exists( 'Brizy_Editor_Post' ) ) ? ( isset( $_GET['brizy-edit'] ) || isset( $_GET['brizy-edit-iframe'] ) ) : false, // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
1125 |
'saved_images' => get_option( 'astra-sites-saved-images', array() ),
|
164 |
array(
|
165 |
'label' => __( 'Upgrade to Premium', 'astra-sites' ),
|
166 |
'icon' => 'dashicons-star-filled',
|
167 |
+
'url' => 'https://wpastra.com/starter-templates-plans/?utm_source=StarterTemplatesPlugin&utm_campaign=WPAdmin',
|
168 |
'bgcolor' => '#ffa500',
|
169 |
),
|
170 |
array(
|
1120 |
'is_bb_active' => ( class_exists( 'FLBuilderModel' ) ),
|
1121 |
'is_brizy_active' => ( class_exists( 'Brizy_Editor_Post' ) ),
|
1122 |
'is_elementor_active' => ( did_action( 'elementor/loaded' ) ),
|
1123 |
+
'is_elementor_editor' => ( did_action( 'elementor/loaded' ) ) ? Elementor\Plugin::instance()->editor->is_edit_mode() : false,
|
1124 |
'is_bb_editor' => ( class_exists( 'FLBuilderModel' ) ) ? ( FLBuilderModel::is_builder_active() ) : false,
|
1125 |
'is_brizy_editor' => ( class_exists( 'Brizy_Editor_Post' ) ) ? ( isset( $_GET['brizy-edit'] ) || isset( $_GET['brizy-edit-iframe'] ) ) : false, // phpcs:ignore WordPress.Security.NonceVerification.Recommended
|
1126 |
'saved_images' => get_option( 'astra-sites-saved-images', array() ),
|
languages/astra-sites.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the Starter Templates package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Starter Templates 2.6.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/astra-sites\n"
|
7 |
-
"POT-Creation-Date: 2021-07-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -297,8 +297,8 @@ msgid "The demo you are importing is a premium demo."
|
|
297 |
msgstr ""
|
298 |
|
299 |
#: inc/classes/class-astra-sites-page.php:432
|
300 |
-
#: inc/classes/class-astra-sites.php:
|
301 |
-
#: inc/classes/class-astra-sites.php:
|
302 |
msgid "Get Access!"
|
303 |
msgstr ""
|
304 |
|
@@ -342,7 +342,7 @@ msgstr ""
|
|
342 |
#: inc/classes/class-astra-sites-page.php:676
|
343 |
#: inc/classes/class-astra-sites-page.php:678
|
344 |
#: inc/classes/class-astra-sites-page.php:690
|
345 |
-
#: inc/classes/class-astra-sites.php:
|
346 |
#: inc/includes/templates.php:35
|
347 |
msgid "All"
|
348 |
msgstr ""
|
@@ -666,171 +666,171 @@ msgstr ""
|
|
666 |
msgid "See Library"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: inc/classes/class-astra-sites.php:
|
670 |
msgid "Animals"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: inc/classes/class-astra-sites.php:
|
674 |
msgid "Architecture/Buildings"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: inc/classes/class-astra-sites.php:
|
678 |
msgid "Backgrounds/Textures"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: inc/classes/class-astra-sites.php:
|
682 |
msgid "Beauty/Fashion"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: inc/classes/class-astra-sites.php:
|
686 |
msgid "Business/Finance"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: inc/classes/class-astra-sites.php:
|
690 |
msgid "Computer/Communication"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: inc/classes/class-astra-sites.php:
|
694 |
msgid "Education"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: inc/classes/class-astra-sites.php:
|
698 |
msgid "Emotions"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: inc/classes/class-astra-sites.php:
|
702 |
msgid "Food/Drink"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: inc/classes/class-astra-sites.php:
|
706 |
msgid "Health/Medical"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: inc/classes/class-astra-sites.php:
|
710 |
msgid "Industry/Craft"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: inc/classes/class-astra-sites.php:
|
714 |
msgid "Music"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: inc/classes/class-astra-sites.php:
|
718 |
msgid "Nature/Landscapes"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: inc/classes/class-astra-sites.php:
|
722 |
msgid "People"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: inc/classes/class-astra-sites.php:
|
726 |
msgid "Places/Monuments"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: inc/classes/class-astra-sites.php:
|
730 |
msgid "Religion"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: inc/classes/class-astra-sites.php:
|
734 |
msgid "Science/Technology"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: inc/classes/class-astra-sites.php:
|
738 |
msgid "Sports"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: inc/classes/class-astra-sites.php:
|
742 |
msgid "Transportation/Traffic"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: inc/classes/class-astra-sites.php:
|
746 |
msgid "Travel/Vacation"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: inc/classes/class-astra-sites.php:
|
750 |
msgid "Popular"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: inc/classes/class-astra-sites.php:
|
754 |
msgid "Latest"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: inc/classes/class-astra-sites.php:
|
758 |
msgid "Upcoming"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: inc/classes/class-astra-sites.php:
|
762 |
msgid "Editor's Choice"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: inc/classes/class-astra-sites.php:
|
766 |
msgid "Any Orientation"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: inc/classes/class-astra-sites.php:
|
770 |
msgid "Vertical"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: inc/classes/class-astra-sites.php:
|
774 |
msgid "Horizontal"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: inc/classes/class-astra-sites.php:
|
778 |
msgid "Free Images from Pixabay"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: inc/classes/class-astra-sites.php:
|
782 |
msgid "Pixabay Search - Ex: flowers"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: inc/classes/class-astra-sites.php:
|
786 |
msgid "Downloading..."
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: inc/classes/class-astra-sites.php:
|
790 |
msgid "Validating..."
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: inc/classes/class-astra-sites.php:
|
794 |
msgid "Please enter an API key."
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: inc/classes/class-astra-sites.php:
|
798 |
msgid "An error occured with code "
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: inc/classes/class-astra-sites.php:
|
802 |
msgid "Installed! Activating.."
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: inc/classes/class-astra-sites.php:
|
806 |
msgid "Activating..."
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: inc/classes/class-astra-sites.php:
|
810 |
msgid "Activated!"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: inc/classes/class-astra-sites.php:
|
814 |
msgid "Installing..."
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: inc/classes/class-astra-sites.php:
|
818 |
msgid "Upgrade"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: inc/classes/class-astra-sites.php:
|
822 |
msgid ""
|
823 |
"Syncing template library in the background. The process can take anywhere "
|
824 |
"between 2 to 3 minutes. We will notify you once done."
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: inc/classes/class-astra-sites.php:
|
828 |
msgid ""
|
829 |
"Some of the files required during the import process are "
|
830 |
"missing.<br/><br/>Please try again after some time."
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: inc/classes/class-astra-sites.php:
|
834 |
msgid ""
|
835 |
"<p>WordPress debug mode is currently enabled on your website. This has "
|
836 |
"interrupted the import process..</p><p>Kindly disable debug mode and try "
|
@@ -839,7 +839,7 @@ msgid ""
|
|
839 |
"mode.</p><p><code>define('WP_DEBUG', false);</code></p>"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: inc/classes/class-astra-sites.php:
|
843 |
#. translators: %s is a documentation link.
|
844 |
msgid ""
|
845 |
"<p>We are facing a temporary issue in importing this template.</p><p>Read "
|
@@ -847,7 +847,7 @@ msgid ""
|
|
847 |
"continue importing template.</p>"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: inc/classes/class-astra-sites.php:
|
851 |
#. translators: %s is a documentation link.
|
852 |
msgid ""
|
853 |
"<p>We are facing a temporary issue in installing the required plugins for "
|
@@ -855,194 +855,194 @@ msgid ""
|
|
855 |
"resolve the issue and continue importing template.</p>"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: inc/classes/class-astra-sites.php:
|
859 |
#. translators: %s are white label strings.
|
860 |
msgid ""
|
861 |
"Warning! %1$s Import process is not complete. Don't close the window until "
|
862 |
"import process complete. Do you still want to leave the window?"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: inc/classes/class-astra-sites.php:
|
866 |
msgid "Done! View Site"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: inc/classes/class-astra-sites.php:
|
870 |
#. translators: %s is a template name
|
871 |
msgid "Import \"%s\" Template"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: inc/classes/class-astra-sites.php:
|
875 |
msgid "Installing Required Plugins.."
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: inc/classes/class-astra-sites.php:
|
879 |
#. translators: %s are white label strings.
|
880 |
msgid "Installing %1$s Theme.."
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: inc/classes/class-astra-sites.php:
|
884 |
msgid "Dismiss this notice."
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: inc/classes/class-astra-sites.php:
|
888 |
msgid "One Last Step.."
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: inc/classes/class-astra-sites.php:
|
892 |
msgid "Your Selected Website is Being Imported."
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: inc/classes/class-astra-sites.php:
|
896 |
msgid "Your Selected Template is Being Imported."
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: inc/classes/class-astra-sites.php:
|
900 |
msgid ""
|
901 |
"We have sent you a surprise gift on your email address! Please check your "
|
902 |
"inbox!"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: inc/classes/class-astra-sites.php:
|
906 |
msgid "Looks like the template you are importing is temporarily not available."
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: inc/classes/class-astra-sites.php:
|
910 |
msgid ""
|
911 |
"We could not start the import process and this is the message from "
|
912 |
"WordPress:"
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: inc/classes/class-astra-sites.php:
|
916 |
msgid "There was an error connecting to the Starter Templates API."
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: inc/classes/class-astra-sites.php:
|
920 |
msgid "There was an error while importing the content."
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: inc/classes/class-astra-sites.php:
|
924 |
msgid ""
|
925 |
"To import content, WordPress needs to store XML file in /wp-content/ "
|
926 |
"folder. Please get in touch with your hosting provider."
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: inc/classes/class-astra-sites.php:
|
930 |
msgid ""
|
931 |
"Looks like your host probably could not store XML file in /wp-content/ "
|
932 |
"folder."
|
933 |
msgstr ""
|
934 |
|
935 |
-
#: inc/classes/class-astra-sites.php:
|
936 |
#. translators: %s HTML tags
|
937 |
msgid ""
|
938 |
"%1$sWe could not start the import process due to failed AJAX request and "
|
939 |
"this is the message from WordPress:%2$s"
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: inc/classes/class-astra-sites.php:
|
943 |
#. translators: %s URL to document.
|
944 |
msgid ""
|
945 |
"%1$sRead <a href=\"%2$s\" target=\"_blank\">article</a> to resolve the "
|
946 |
"issue and continue importing template.%3$s"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: inc/classes/class-astra-sites.php:
|
950 |
msgid "XMLReader Support Missing"
|
951 |
msgstr ""
|
952 |
|
953 |
-
#: inc/classes/class-astra-sites.php:
|
954 |
#. translators: %s doc link.
|
955 |
msgid ""
|
956 |
"You're close to importing the template. To complete the process, enable "
|
957 |
"XMLReader support on your website.."
|
958 |
msgstr ""
|
959 |
|
960 |
-
#: inc/classes/class-astra-sites.php:
|
961 |
-
#: inc/classes/class-astra-sites.php:
|
962 |
-
#: inc/classes/class-astra-sites.php:
|
963 |
msgid ""
|
964 |
"Read an article <a href=\"%s\" target=\"_blank\">here</a> to resolve the "
|
965 |
"issue."
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: inc/classes/class-astra-sites.php:
|
969 |
msgid "cURL Support Missing"
|
970 |
msgstr ""
|
971 |
|
972 |
-
#: inc/classes/class-astra-sites.php:
|
973 |
#. translators: %s doc link.
|
974 |
msgid "To run a smooth import, kindly enable cURL support on your website."
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: inc/classes/class-astra-sites.php:
|
978 |
msgid "Disable Debug Mode"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: inc/classes/class-astra-sites.php:
|
982 |
#. translators: %s doc link.
|
983 |
msgid ""
|
984 |
"WordPress debug mode is currently enabled on your website. With this, any "
|
985 |
"errors from third-party plugins might affect the import process."
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: inc/classes/class-astra-sites.php:
|
989 |
msgid ""
|
990 |
"Kindly disable it to continue importing the Starter Template. To do so, you "
|
991 |
"can add the following code into the wp-config.php file."
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: inc/classes/class-astra-sites.php:
|
995 |
msgid "Update Plugin"
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: inc/classes/class-astra-sites.php:
|
999 |
#. translators: %s update page link.
|
1000 |
msgid "Updates are available for plugins used in this starter template."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: inc/classes/class-astra-sites.php:
|
1004 |
msgid ""
|
1005 |
"Kindly <a href=\"%s\" target=\"_blank\">update</a> them for a successful "
|
1006 |
"import. Skipping this step might break the template design/feature."
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: inc/classes/class-astra-sites.php:
|
1010 |
#: inc/includes/templates.php:442
|
1011 |
msgid "Required Plugins Missing"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: inc/classes/class-astra-sites.php:
|
1015 |
msgid ""
|
1016 |
"This starter template requires premium plugins. As these are third party "
|
1017 |
"premium plugins, you'll need to purchase, install and activate them first."
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: inc/classes/class-astra-sites.php:
|
1021 |
msgid "Dynamic Page"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: inc/classes/class-astra-sites.php:
|
1025 |
msgid ""
|
1026 |
"The page template you are about to import contains a dynamic widget/module. "
|
1027 |
"Please note this dynamic data will not be available with the imported page."
|
1028 |
msgstr ""
|
1029 |
|
1030 |
-
#: inc/classes/class-astra-sites.php:
|
1031 |
msgid "You will need to add it manually on the page."
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: inc/classes/class-astra-sites.php:
|
1035 |
msgid "This dynamic content will be available when you import the entire site."
|
1036 |
msgstr ""
|
1037 |
|
1038 |
-
#: inc/classes/class-astra-sites.php:
|
1039 |
#. translators: %s are link.
|
1040 |
msgid ""
|
1041 |
"This is a premium template available with Essential Bundle and Growth "
|
1042 |
"Bundle. you can purchase it from <a href=\"%s\" target=\"_blank\">here</a>."
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: inc/classes/class-astra-sites.php:
|
1046 |
#. translators: %s are link.
|
1047 |
msgid ""
|
1048 |
"This is a premium template available with Essential Bundle and Growth "
|
@@ -1050,48 +1050,48 @@ msgid ""
|
|
1050 |
"import this template."
|
1051 |
msgstr ""
|
1052 |
|
1053 |
-
#: inc/classes/class-astra-sites.php:
|
1054 |
msgid "Template"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
-
#: inc/classes/class-astra-sites.php:
|
1058 |
msgid "Block"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: inc/classes/class-astra-sites.php:
|
1062 |
msgid "Dismiss"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: inc/classes/class-astra-sites.php:
|
1066 |
msgid "Install Required Plugins"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
-
#: inc/classes/class-astra-sites.php:
|
1070 |
#. translators: %s are link.
|
1071 |
msgid ""
|
1072 |
"You can locate <strong>Starter Templates Settings</strong> under the "
|
1073 |
"<strong>Page Settings</strong> of the Style Tab."
|
1074 |
msgstr ""
|
1075 |
|
1076 |
-
#: inc/classes/class-astra-sites.php:
|
1077 |
msgid "Read More →"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: inc/classes/class-astra-sites.php:
|
1081 |
msgid "Error: You don't have the required permissions to install plugins."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: inc/classes/class-astra-sites.php:
|
1085 |
msgid "Plugin Activated"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
-
#: inc/classes/class-astra-sites.php:
|
1089 |
msgid ""
|
1090 |
"Insufficient Permission. Please contact your Super Admin to allow the "
|
1091 |
"install required plugin permissions."
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
#: inc/classes/class-astra-sites.php:
|
1095 |
msgid "Template library refreshed!"
|
1096 |
msgstr ""
|
1097 |
|
2 |
# This file is distributed under the same license as the Starter Templates package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Starter Templates 2.6.16\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/astra-sites\n"
|
7 |
+
"POT-Creation-Date: 2021-07-19 06:48:25+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
297 |
msgstr ""
|
298 |
|
299 |
#: inc/classes/class-astra-sites-page.php:432
|
300 |
+
#: inc/classes/class-astra-sites.php:1305
|
301 |
+
#: inc/classes/class-astra-sites.php:1555 inc/includes/templates.php:302
|
302 |
msgid "Get Access!"
|
303 |
msgstr ""
|
304 |
|
342 |
#: inc/classes/class-astra-sites-page.php:676
|
343 |
#: inc/classes/class-astra-sites-page.php:678
|
344 |
#: inc/classes/class-astra-sites-page.php:690
|
345 |
+
#: inc/classes/class-astra-sites.php:1128 inc/includes/templates.php:28
|
346 |
#: inc/includes/templates.php:35
|
347 |
msgid "All"
|
348 |
msgstr ""
|
666 |
msgid "See Library"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: inc/classes/class-astra-sites.php:1129
|
670 |
msgid "Animals"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: inc/classes/class-astra-sites.php:1130
|
674 |
msgid "Architecture/Buildings"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: inc/classes/class-astra-sites.php:1131
|
678 |
msgid "Backgrounds/Textures"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: inc/classes/class-astra-sites.php:1132
|
682 |
msgid "Beauty/Fashion"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: inc/classes/class-astra-sites.php:1133
|
686 |
msgid "Business/Finance"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: inc/classes/class-astra-sites.php:1134
|
690 |
msgid "Computer/Communication"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: inc/classes/class-astra-sites.php:1135
|
694 |
msgid "Education"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: inc/classes/class-astra-sites.php:1136
|
698 |
msgid "Emotions"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: inc/classes/class-astra-sites.php:1137
|
702 |
msgid "Food/Drink"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: inc/classes/class-astra-sites.php:1138
|
706 |
msgid "Health/Medical"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: inc/classes/class-astra-sites.php:1139
|
710 |
msgid "Industry/Craft"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: inc/classes/class-astra-sites.php:1140
|
714 |
msgid "Music"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: inc/classes/class-astra-sites.php:1141
|
718 |
msgid "Nature/Landscapes"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: inc/classes/class-astra-sites.php:1142
|
722 |
msgid "People"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: inc/classes/class-astra-sites.php:1143
|
726 |
msgid "Places/Monuments"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: inc/classes/class-astra-sites.php:1144
|
730 |
msgid "Religion"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: inc/classes/class-astra-sites.php:1145
|
734 |
msgid "Science/Technology"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: inc/classes/class-astra-sites.php:1146
|
738 |
msgid "Sports"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: inc/classes/class-astra-sites.php:1147
|
742 |
msgid "Transportation/Traffic"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: inc/classes/class-astra-sites.php:1148
|
746 |
msgid "Travel/Vacation"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: inc/classes/class-astra-sites.php:1151
|
750 |
msgid "Popular"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: inc/classes/class-astra-sites.php:1152
|
754 |
msgid "Latest"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: inc/classes/class-astra-sites.php:1153
|
758 |
msgid "Upcoming"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: inc/classes/class-astra-sites.php:1154
|
762 |
msgid "Editor's Choice"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: inc/classes/class-astra-sites.php:1157
|
766 |
msgid "Any Orientation"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: inc/classes/class-astra-sites.php:1158
|
770 |
msgid "Vertical"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: inc/classes/class-astra-sites.php:1159
|
774 |
msgid "Horizontal"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: inc/classes/class-astra-sites.php:1161
|
778 |
msgid "Free Images from Pixabay"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: inc/classes/class-astra-sites.php:1162
|
782 |
msgid "Pixabay Search - Ex: flowers"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: inc/classes/class-astra-sites.php:1163
|
786 |
msgid "Downloading..."
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: inc/classes/class-astra-sites.php:1164
|
790 |
msgid "Validating..."
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: inc/classes/class-astra-sites.php:1165
|
794 |
msgid "Please enter an API key."
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: inc/classes/class-astra-sites.php:1166
|
798 |
msgid "An error occured with code "
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: inc/classes/class-astra-sites.php:1218
|
802 |
msgid "Installed! Activating.."
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: inc/classes/class-astra-sites.php:1219
|
806 |
msgid "Activating..."
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: inc/classes/class-astra-sites.php:1220
|
810 |
msgid "Activated!"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: inc/classes/class-astra-sites.php:1221
|
814 |
msgid "Installing..."
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: inc/classes/class-astra-sites.php:1307
|
818 |
msgid "Upgrade"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: inc/classes/class-astra-sites.php:1311
|
822 |
msgid ""
|
823 |
"Syncing template library in the background. The process can take anywhere "
|
824 |
"between 2 to 3 minutes. We will notify you once done."
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: inc/classes/class-astra-sites.php:1312
|
828 |
msgid ""
|
829 |
"Some of the files required during the import process are "
|
830 |
"missing.<br/><br/>Please try again after some time."
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: inc/classes/class-astra-sites.php:1313
|
834 |
msgid ""
|
835 |
"<p>WordPress debug mode is currently enabled on your website. This has "
|
836 |
"interrupted the import process..</p><p>Kindly disable debug mode and try "
|
839 |
"mode.</p><p><code>define('WP_DEBUG', false);</code></p>"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: inc/classes/class-astra-sites.php:1315
|
843 |
#. translators: %s is a documentation link.
|
844 |
msgid ""
|
845 |
"<p>We are facing a temporary issue in importing this template.</p><p>Read "
|
847 |
"continue importing template.</p>"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: inc/classes/class-astra-sites.php:1317
|
851 |
#. translators: %s is a documentation link.
|
852 |
msgid ""
|
853 |
"<p>We are facing a temporary issue in installing the required plugins for "
|
855 |
"resolve the issue and continue importing template.</p>"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: inc/classes/class-astra-sites.php:1321
|
859 |
#. translators: %s are white label strings.
|
860 |
msgid ""
|
861 |
"Warning! %1$s Import process is not complete. Don't close the window until "
|
862 |
"import process complete. Do you still want to leave the window?"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: inc/classes/class-astra-sites.php:1322
|
866 |
msgid "Done! View Site"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: inc/classes/class-astra-sites.php:1325
|
870 |
#. translators: %s is a template name
|
871 |
msgid "Import \"%s\" Template"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: inc/classes/class-astra-sites.php:1328
|
875 |
msgid "Installing Required Plugins.."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: inc/classes/class-astra-sites.php:1330
|
879 |
#. translators: %s are white label strings.
|
880 |
msgid "Installing %1$s Theme.."
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: inc/classes/class-astra-sites.php:1352
|
884 |
msgid "Dismiss this notice."
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: inc/classes/class-astra-sites.php:1354 inc/includes/admin-page.php:771
|
888 |
msgid "One Last Step.."
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: inc/classes/class-astra-sites.php:1355 inc/includes/admin-page.php:794
|
892 |
msgid "Your Selected Website is Being Imported."
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: inc/classes/class-astra-sites.php:1356 inc/includes/admin-page.php:796
|
896 |
msgid "Your Selected Template is Being Imported."
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: inc/classes/class-astra-sites.php:1358
|
900 |
msgid ""
|
901 |
"We have sent you a surprise gift on your email address! Please check your "
|
902 |
"inbox!"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: inc/classes/class-astra-sites.php:1360
|
906 |
msgid "Looks like the template you are importing is temporarily not available."
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: inc/classes/class-astra-sites.php:1361
|
910 |
msgid ""
|
911 |
"We could not start the import process and this is the message from "
|
912 |
"WordPress:"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: inc/classes/class-astra-sites.php:1362
|
916 |
msgid "There was an error connecting to the Starter Templates API."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: inc/classes/class-astra-sites.php:1363
|
920 |
msgid "There was an error while importing the content."
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: inc/classes/class-astra-sites.php:1364
|
924 |
msgid ""
|
925 |
"To import content, WordPress needs to store XML file in /wp-content/ "
|
926 |
"folder. Please get in touch with your hosting provider."
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: inc/classes/class-astra-sites.php:1365
|
930 |
msgid ""
|
931 |
"Looks like your host probably could not store XML file in /wp-content/ "
|
932 |
"folder."
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: inc/classes/class-astra-sites.php:1367
|
936 |
#. translators: %s HTML tags
|
937 |
msgid ""
|
938 |
"%1$sWe could not start the import process due to failed AJAX request and "
|
939 |
"this is the message from WordPress:%2$s"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: inc/classes/class-astra-sites.php:1369
|
943 |
#. translators: %s URL to document.
|
944 |
msgid ""
|
945 |
"%1$sRead <a href=\"%2$s\" target=\"_blank\">article</a> to resolve the "
|
946 |
"issue and continue importing template.%3$s"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: inc/classes/class-astra-sites.php:1418
|
950 |
msgid "XMLReader Support Missing"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: inc/classes/class-astra-sites.php:1420
|
954 |
#. translators: %s doc link.
|
955 |
msgid ""
|
956 |
"You're close to importing the template. To complete the process, enable "
|
957 |
"XMLReader support on your website.."
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: inc/classes/class-astra-sites.php:1420
|
961 |
+
#: inc/classes/class-astra-sites.php:1425
|
962 |
+
#: inc/classes/class-astra-sites.php:1430
|
963 |
msgid ""
|
964 |
"Read an article <a href=\"%s\" target=\"_blank\">here</a> to resolve the "
|
965 |
"issue."
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: inc/classes/class-astra-sites.php:1423
|
969 |
msgid "cURL Support Missing"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: inc/classes/class-astra-sites.php:1425
|
973 |
#. translators: %s doc link.
|
974 |
msgid "To run a smooth import, kindly enable cURL support on your website."
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: inc/classes/class-astra-sites.php:1428
|
978 |
msgid "Disable Debug Mode"
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: inc/classes/class-astra-sites.php:1430
|
982 |
#. translators: %s doc link.
|
983 |
msgid ""
|
984 |
"WordPress debug mode is currently enabled on your website. With this, any "
|
985 |
"errors from third-party plugins might affect the import process."
|
986 |
msgstr ""
|
987 |
|
988 |
+
#: inc/classes/class-astra-sites.php:1430
|
989 |
msgid ""
|
990 |
"Kindly disable it to continue importing the Starter Template. To do so, you "
|
991 |
"can add the following code into the wp-config.php file."
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: inc/classes/class-astra-sites.php:1433
|
995 |
msgid "Update Plugin"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: inc/classes/class-astra-sites.php:1435
|
999 |
#. translators: %s update page link.
|
1000 |
msgid "Updates are available for plugins used in this starter template."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: inc/classes/class-astra-sites.php:1435
|
1004 |
msgid ""
|
1005 |
"Kindly <a href=\"%s\" target=\"_blank\">update</a> them for a successful "
|
1006 |
"import. Skipping this step might break the template design/feature."
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: inc/classes/class-astra-sites.php:1438 inc/includes/admin-page.php:492
|
1010 |
#: inc/includes/templates.php:442
|
1011 |
msgid "Required Plugins Missing"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: inc/classes/class-astra-sites.php:1439 inc/includes/admin-page.php:496
|
1015 |
msgid ""
|
1016 |
"This starter template requires premium plugins. As these are third party "
|
1017 |
"premium plugins, you'll need to purchase, install and activate them first."
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: inc/classes/class-astra-sites.php:1442
|
1021 |
msgid "Dynamic Page"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: inc/classes/class-astra-sites.php:1443 inc/includes/admin-page.php:709
|
1025 |
msgid ""
|
1026 |
"The page template you are about to import contains a dynamic widget/module. "
|
1027 |
"Please note this dynamic data will not be available with the imported page."
|
1028 |
msgstr ""
|
1029 |
|
1030 |
+
#: inc/classes/class-astra-sites.php:1443 inc/includes/admin-page.php:710
|
1031 |
msgid "You will need to add it manually on the page."
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: inc/classes/class-astra-sites.php:1443 inc/includes/admin-page.php:711
|
1035 |
msgid "This dynamic content will be available when you import the entire site."
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: inc/classes/class-astra-sites.php:1529
|
1039 |
#. translators: %s are link.
|
1040 |
msgid ""
|
1041 |
"This is a premium template available with Essential Bundle and Growth "
|
1042 |
"Bundle. you can purchase it from <a href=\"%s\" target=\"_blank\">here</a>."
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: inc/classes/class-astra-sites.php:1533
|
1046 |
#. translators: %s are link.
|
1047 |
msgid ""
|
1048 |
"This is a premium template available with Essential Bundle and Growth "
|
1050 |
"import this template."
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: inc/classes/class-astra-sites.php:1559
|
1054 |
msgid "Template"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: inc/classes/class-astra-sites.php:1560
|
1058 |
msgid "Block"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: inc/classes/class-astra-sites.php:1561 inc/includes/templates.php:59
|
1062 |
msgid "Dismiss"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: inc/classes/class-astra-sites.php:1562 inc/includes/admin-page.php:856
|
1066 |
msgid "Install Required Plugins"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: inc/classes/class-astra-sites.php:1566
|
1070 |
#. translators: %s are link.
|
1071 |
msgid ""
|
1072 |
"You can locate <strong>Starter Templates Settings</strong> under the "
|
1073 |
"<strong>Page Settings</strong> of the Style Tab."
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: inc/classes/class-astra-sites.php:1568
|
1077 |
msgid "Read More →"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
+
#: inc/classes/class-astra-sites.php:1685
|
1081 |
msgid "Error: You don't have the required permissions to install plugins."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: inc/classes/class-astra-sites.php:1721
|
1085 |
msgid "Plugin Activated"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: inc/classes/class-astra-sites.php:1845
|
1089 |
msgid ""
|
1090 |
"Insufficient Permission. Please contact your Super Admin to allow the "
|
1091 |
"install required plugin permissions."
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: inc/classes/class-astra-sites.php:2037
|
1095 |
msgid "Template library refreshed!"
|
1096 |
msgstr ""
|
1097 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: Elementor,Beaver Builder,Templates,Gutenberg,Astra Starter Sites
|
|
5 |
Requires at least: 4.4
|
6 |
Requires PHP: 5.3
|
7 |
Tested up to: 5.8
|
8 |
-
Stable tag: 2.6.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -149,6 +149,9 @@ We are open to suggestions and would love to work on topics that our users are l
|
|
149 |
|
150 |
== Changelog ==
|
151 |
|
|
|
|
|
|
|
152 |
v2.6.15 - 15-July-2021
|
153 |
- Fix: Rectified the failing import process on multisite due to an issue introduced in v2.6.14
|
154 |
- Fix: Fixed the broken invalid license document links.
|
5 |
Requires at least: 4.4
|
6 |
Requires PHP: 5.3
|
7 |
Tested up to: 5.8
|
8 |
+
Stable tag: 2.6.16
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
149 |
|
150 |
== Changelog ==
|
151 |
|
152 |
+
v2.6.16 - 19-July-2021
|
153 |
+
- Fix: Fixed the issue where Free Images by Pixabay were not available on Elementor Editor.
|
154 |
+
|
155 |
v2.6.15 - 15-July-2021
|
156 |
- Fix: Rectified the failing import process on multisite due to an issue introduced in v2.6.14
|
157 |
- Fix: Fixed the broken invalid license document links.
|