| @@ -461,9 +461,9 @@ | ||
| 461 | 461 | __( 'Pages', 'elementor' ); |
| 462 | 462 | __( ', try again and if the problem persists contact ', 'elementor' ); |
| 463 | 463 | __( 'Support', 'elementor' ); |
| 464 | 464 | __( 'Unable to download the Website Template', 'elementor' ); |
| 465 | -__( 'We couldn’t download the Website Template due to technical difficulty on our part. Try again in a few minutes and if the problem persists contact', 'elementor' ); | |
| 465 | +__( 'We couldn’t download the Website Template due to technical difficulty on our part. Try again in a few minutes and if the problem persists contact ', 'elementor' ); | |
| 466 | 466 | __( 'Support', 'elementor' ); |
| 467 | 467 | __( 'Couldn’t access the file', 'elementor' ); |
| 468 | 468 | __( 'Seems like Elementor isn’t authorized to access relevant files for installing this Website Template. Contact your site host to get permission.', 'elementor' ); |
| 469 | 469 | __( 'Couldn’t install the Website Template', 'elementor' ); |
| @@ -524,9 +524,9 @@ | ||
| 524 | 524 | __( 'Learn More', 'elementor' ); |
| 525 | 525 | __( 'Export a Website Kit', 'elementor' ); |
| 526 | 526 | __( 'What’s a Website Kit?', 'elementor' ); |
| 527 | 527 | __( 'A Website Kit is a .zip file that contains all the parts of a complete site. It’s an easy way to get a site up and running quickly.', 'elementor' ); |
| 528 | -__( 'Learn more about Website Kits', 'elementor' ); | |
| 528 | +__( ' Learn more about Website Kits', 'elementor' ); | |
| 529 | 529 | __( 'How does exporting work?', 'elementor' ); |
| 530 | 530 | __( 'To turn your site into a Website Kit, select the templates, content, settings and plugins you want to include. Once it’s ready, you’ll get a .zip file that you can import to other sites.', 'elementor' ); |
| 531 | 531 | __( 'Learn More', 'elementor' ); |
| 532 | 532 | __( 'Setting up your website template...', 'elementor' ); |
| @@ -581,30 +581,33 @@ | ||
| 581 | 581 | __( 'Learn more', 'elementor' ); |
| 582 | 582 | __( 'Your library is full', 'elementor' ); |
| 583 | 583 | __( 'This file', 'elementor' ); |
| 584 | 584 | __( '%s exceeds the library size limit', 'elementor' ); |
| 585 | -__( 'The maximum website template library size is %s GB. To save this file, you can either export it locally as a .zip file or get more storage by', 'elementor' ); | |
| 585 | +__( 'The maximum website template library size is %s GB. To save this file, you can either export it locally as a .zip file or get more storage by ', 'elementor' ); | |
| 586 | 586 | __( 'Upgrade now', 'elementor' ); |
| 587 | 587 | __( 'Cancel', 'elementor' ); |
| 588 | 588 | __( 'Export as .zip', 'elementor' ); |
| 589 | 589 | __( 'Try Again', 'elementor' ); |
| 590 | -__( 'Version' ) } ${ cellLinkProps.text }` } <Icon className="eicon-editor-external-link" /> | |
| 591 | - </InlineLink> | |
| 592 | - ); | |
| 593 | - | |
| 594 | - const getHeaders = () => { | |
| 595 | - if ( ! withHeader ) { | |
| 596 | - return []; | |
| 597 | - } | |
| 598 | - | |
| 599 | - const headers = [ 'Plugin Name', 'Version' ]; | |
| 600 | - | |
| 601 | - if ( withStatus ) { | |
| 602 | - headers.splice( 1, 0, 'Status' ); | |
| 603 | -__( 'Importing your content, templates and site settings', 'elementor' ); | |
| 604 | -__( 'This allows Elementor to scan your SVGs for malicious content. Otherwise, you can skip any SVGs in this import.', 'elementor' ); | |
| 605 | -__( 'Nothing to worry about, just continue without importing SVGs or go back and start the import again.', 'elementor' ); | |
| 606 | -__( 'Activating plugins:', 'elementor' ); | |
| 590 | +__( 'Learn More', 'elementor' ); | |
| 591 | +__( 'Select which plugins to export', 'elementor' ); | |
| 592 | +__( 'Your Website Template may not work as expected if key plugins are missing.', 'elementor' ); | |
| 593 | +__( 'By default, we’ll include everything in your file. Uncheck the items you don\'t want.', 'elementor' ); | |
| 594 | +__( 'Next', 'elementor' ); | |
| 595 | +__( 'Learn More', 'elementor' ); | |
| 596 | +__( 'Select which items to export', 'elementor' ); | |
| 597 | +__( 'You can export the content, site settings, and templates as a Website Template to be reused in the future.', 'elementor' ); | |
| 598 | +__( 'Uncheck the items you don\'t want to include.', 'elementor' ); | |
| 599 | +__( 'Open library', 'elementor' ); | |
| 600 | +__( 'Done', 'elementor' ); | |
| 601 | +__( 'Download manually', 'elementor' ); | |
| 602 | +__( 'Show me how', 'elementor' ); | |
| 603 | +__( 'Take me there', 'elementor' ); | |
| 604 | +__( 'Your website template is now saved to the library!', 'elementor' ); | |
| 605 | +__( 'Your .zip file is ready', 'elementor' ); | |
| 606 | +__( 'You can find it in the My Website Templates tab.', 'elementor' ); | |
| 607 | +__( 'Once the download is complete, you can upload it to be used for other sites.', 'elementor' ); | |
| 608 | +__( 'Build sites faster with Website Templates.', 'elementor' ); | |
| 609 | +__( 'Is the automatic download not starting?', 'elementor' ); | |
| 607 | 610 | __( 'Previous', 'elementor' ); |
| 608 | 611 | __( 'Next', 'elementor' ); |
| 609 | 612 | __( 'Learn More', 'elementor' ); |
| 610 | 613 | __( 'Import a Website Kit to your site', 'elementor' ); |
| @@ -611,8 +614,12 @@ | ||
| 611 | 614 | __( 'Parts of this kit overlap with your site’s templates, design and settings. The items you leave checked on this list will replace your current design.', 'elementor' ); |
| 612 | 615 | __( 'Note:', 'elementor' ); |
| 613 | 616 | __( "Your site's homepage will be determined by the kit. You can change this later.", 'elementor' ); |
| 614 | 617 | __( 'Select the items you want to keep and apply:', 'elementor' ); |
| 618 | +__( 'Importing your content, templates and site settings', 'elementor' ); | |
| 619 | +__( 'This allows Elementor to scan your SVGs for malicious content. Otherwise, you can skip any SVGs in this import.', 'elementor' ); | |
| 620 | +__( 'Nothing to worry about, just continue without importing SVGs or go back and start the import again.', 'elementor' ); | |
| 621 | +__( 'Activating plugins:', 'elementor' ); | |
| 615 | 622 | __( 'Select which plugins to include', 'elementor' ); |
| 616 | 623 | __( 'All items are already selected by default. Uncheck the ones you don\'t want.', 'elementor' ); |
| 617 | 624 | __( ' Recommended:', 'elementor' ); |
| 618 | 625 | __( 'Head over to Updates and make sure that your plugins are updated to the latest version.', 'elementor' ); |
| @@ -637,28 +644,26 @@ | ||
| 637 | 644 | __( 'We applied your template and your site is online!', 'elementor' ); |
| 638 | 645 | __( 'You\'ve imported and applied the following to your site:', 'elementor' ); |
| 639 | 646 | __( 'Click here', 'elementor' ); |
| 640 | 647 | __( 'to learn more about building your site with Elementor Website Templates', 'elementor' ); |
| 641 | -__( 'Learn More', 'elementor' ); | |
| 642 | -__( 'Select which plugins to export', 'elementor' ); | |
| 643 | -__( 'Your Website Template may not work as expected if key plugins are missing.', 'elementor' ); | |
| 644 | -__( 'By default, we’ll include everything in your file. Uncheck the items you don\'t want.', 'elementor' ); | |
| 645 | -__( 'Next', 'elementor' ); | |
| 646 | -__( 'Learn More', 'elementor' ); | |
| 647 | -__( 'Select which items to export', 'elementor' ); | |
| 648 | -__( 'You can export the content, site settings, and templates as a Website Template to be reused in the future.', 'elementor' ); | |
| 649 | -__( 'Uncheck the items you don\'t want to include.', 'elementor' ); | |
| 650 | -__( 'Open library', 'elementor' ); | |
| 651 | -__( 'Done', 'elementor' ); | |
| 652 | -__( 'Download manually', 'elementor' ); | |
| 653 | -__( 'Show me how', 'elementor' ); | |
| 654 | -__( 'Take me there', 'elementor' ); | |
| 655 | -__( 'Your website template is now saved to the library!', 'elementor' ); | |
| 656 | -__( 'Your .zip file is ready', 'elementor' ); | |
| 657 | -__( 'You can find it in the My Website Templates tab.', 'elementor' ); | |
| 658 | -__( 'Once the download is complete, you can upload it to be used for other sites.', 'elementor' ); | |
| 659 | -__( 'Build sites faster with Website Templates.', 'elementor' ); | |
| 660 | -__( 'Is the automatic download not starting?', 'elementor' ); | |
| 648 | +__( 'Version' ) } ${ cellLinkProps.text }` } <Icon className="eicon-editor-external-link" /> | |
| 649 | + </InlineLink> | |
| 650 | + ); | |
| 651 | + | |
| 652 | + const getHeaders = () => { | |
| 653 | + if ( ! withHeader ) { | |
| 654 | + return []; | |
| 655 | + } | |
| 656 | + | |
| 657 | + const headers = [ 'Plugin Name', 'Version' ]; | |
| 658 | + | |
| 659 | + if ( withStatus ) { | |
| 660 | + headers.splice( 1, 0, 'Status' ); | |
| 661 | +__( 'Save to library', 'elementor' ); | |
| 662 | +__( 'Save to library', 'elementor' ); | |
| 663 | +__( 'Save to library', 'elementor' ); | |
| 664 | +__( 'Back', 'elementor' ); | |
| 665 | +__( 'Export as .zip', 'elementor' ); | |
| 661 | 666 | __( 'Edit Template', 'elementor' ); |
| 662 | 667 | __( 'Imported', 'elementor' ); |
| 663 | 668 | __( 'Existing', 'elementor' ); |
| 664 | 669 | __( 'Install Elementor Pro', 'elementor' ); |
| @@ -688,14 +693,9 @@ | ||
| 688 | 693 | __( "There are few plugins that we couldn't install:", 'elementor' ); |
| 689 | 694 | __( 'Let’s do it', 'elementor' ); |
| 690 | 695 | __( 'Tip:', 'elementor' ); |
| 691 | 696 | __( 'Make sure your Elementor Pro account is connected', 'elementor' ); |
| 692 | -__( 'Save to library', 'elementor' ); | |
| 693 | -__( 'Save to library', 'elementor' ); | |
| 694 | -__( 'Save to library', 'elementor' ); | |
| 695 | -__( 'Back', 'elementor' ); | |
| 696 | -__( 'Export as .zip', 'elementor' ); | |
| 697 | +__( 'Description (Optional)', 'elementor' ); | |
| 698 | +__( 'Type description here...', 'elementor' ); | |
| 697 | 699 | __( 'Must add a name', 'elementor' ); |
| 698 | 700 | __( 'Name', 'elementor' ); |
| 699 | -__( 'Type name here...', 'elementor' ); | |
| 700 | -__( 'Description (Optional)', 'elementor' ); | |
| 701 | -__( 'Type description here...', 'elementor' ); | |
| 701 | +__( 'Type name here...', 'elementor' ); | |