PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.0-dev3
Elementor Website Builder – more than just a page builder v4.0.0-dev3
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
← All changes | assets/js/app-loader.strings.js +37 -37 4.1.0-beta3 → 4.0.0-dev3 View file →
@@ -67,10 +67,10 @@
67 67 __( '%s was successfully deleted', 'elementor' );
68 68 __( 'Your Kit', 'elementor' );
69 69 __( 'Add New', 'elementor' );
70 70 __( 'Close', 'elementor' );
71 +__( 'Tip', 'elementor' );
71 72 __( 'Close', 'elementor' );
72 -__( 'Tip', 'elementor' );
73 73 __( 'Upgrade', 'elementor' );
74 74 __( 'Customize every part of your site', 'elementor' );
75 75 __( 'Get total control, consistency and a faster workflow by designing the recurring parts that make up a complete website like the Header & Footer, Archive, 404, WooCommerce pages and more.', 'elementor' );
76 76 __( 'Upgrade Now', 'elementor' );
@@ -77,8 +77,9 @@
77 77 __( 'Theme Builder could not be loaded', 'elementor' );
78 78 __( 'We’re sorry, but something went wrong. Click on ‘Learn more’ and follow each of the steps to quickly solve it.', 'elementor' );
79 79 __( 'Learn More', 'elementor' );
80 80 __( 'Go Back', 'elementor' );
81 +__( 'Theme Builder', 'elementor' );
81 82 __( 'Info', 'elementor' );
82 83 __( 'Learn More', 'elementor' );
83 84 __( 'Tip', 'elementor' );
84 85 __( 'Watch Video', 'elementor' );
@@ -84,9 +85,8 @@
84 85 __( 'Watch Video', 'elementor' );
85 86 __( 'Upgrade Now', 'elementor' );
86 87 __( 'Site Parts', 'elementor' );
87 88 __( 'All Parts', 'elementor' );
88 -__( 'Theme Builder', 'elementor' );
89 89 __( 'Error:', 'elementor' );
90 90 __( 'Loading', 'elementor' );
91 91 __( 'Categories', 'elementor' );
92 92 __( 'Tags', 'elementor' );
@@ -390,9 +390,9 @@
390 390 __( 'See it Live', 'elementor' );
391 391 __( 'Close', 'elementor' );
392 392 __( 'Import', 'elementor' );
393 393 __( 'Kit is live illustration', 'elementor' );
394 -__( 'Your website template is now live on your site!', 'elementor' );
394 +__( 'Your website templates is now live on your site!', 'elementor' );
395 395 __( 'You\'ve imported and applied the following to your site:', 'elementor' );
396 396 __( 'Build sites faster with Website Templates.', 'elementor' );
397 397 __( 'Show me how', 'elementor' );
398 398 __( 'This file type is not allowed', 'elementor' );
@@ -447,14 +447,8 @@
447 447 __( 'Export as .zip', 'elementor' );
448 448 __( 'Export a Website template?', 'elementor' );
449 449 __( 'Choose which Elementor components - templates, content and site settings - to include in your website templates file. By default, all of your components will be exported.', 'elementor' );
450 450 __( 'Learn more', 'elementor' );
451 -__( 'Site Area', 'elementor' );
452 -__( 'Included', 'elementor' );
453 -__( 'Elementor Templates', 'elementor' );
454 -__( 'Site Settings', 'elementor' );
455 -__( 'Content', 'elementor' );
456 -__( 'Plugins', 'elementor' );
457 451 __( 'Unable to download the Website Template', 'elementor' );
458 452 __( 'We couldn’t download the Website Template due to technical difficulties on our part. Try again and if the problem persists contact ', 'elementor' );
459 453 __( 'Support', 'elementor' );
460 454 __( 'Couldn’t handle the Website Template', 'elementor' );
@@ -486,8 +480,14 @@
486 480 __( 'The export failed because it will pass the maximum Website Templates storage you have available.', 'elementor' );
487 481 __( 'Try Again', 'elementor' );
488 482 __( 'Learn More', 'elementor' );
489 483 __( 'Close', 'elementor' );
484 +__( 'Site Area', 'elementor' );
485 +__( 'Included', 'elementor' );
486 +__( 'Elementor Templates', 'elementor' );
487 +__( 'Site Settings', 'elementor' );
488 +__( 'Content', 'elementor' );
489 +__( 'Plugins', 'elementor' );
490 490 __( 'Templates', 'elementor' );
491 491 __( 'Saved Templates', 'elementor' );
492 492 __( 'Headers', 'elementor' );
493 493 __( 'Footers', 'elementor' );
@@ -586,8 +586,21 @@
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' );
590 603 __( 'Previous', 'elementor' );
591 604 __( 'Next', 'elementor' );
592 605 __( 'Learn More', 'elementor' );
593 606 __( 'Import a Website Kit to your site', 'elementor' );
@@ -597,14 +610,14 @@
597 610 __( 'Select the items you want to keep and apply:', 'elementor' );
598 611 __( 'Importing your content, templates and site settings', 'elementor' );
599 612 __( 'This allows Elementor to scan your SVGs for malicious content. Otherwise, you can skip any SVGs in this import.', 'elementor' );
600 613 __( 'Nothing to worry about, just continue without importing SVGs or go back and start the import again.', 'elementor' );
601 -__( 'Activating plugins:', 'elementor' );
602 614 __( 'Select which plugins to include', 'elementor' );
603 615 __( 'All items are already selected by default. Uncheck the ones you don\'t want.', 'elementor' );
604 616 __( ' Recommended:', 'elementor' );
605 617 __( 'Head over to Updates and make sure that your plugins are updated to the latest version.', 'elementor' );
606 618 __( 'Take me there', 'elementor' );
619 +__( 'Activating plugins:', 'elementor' );
607 620 __( 'Learn More', 'elementor' );
608 621 __( 'Back to Website Templates', 'elementor' );
609 622 __( 'Import a Website Template', 'elementor' );
610 623 __( 'Upload a .zip file with style, site settings, content, etc. Then, we’ll apply them to your site.', 'elementor' );
@@ -618,14 +631,14 @@
618 631 __( 'Uploading JSON or ZIP files from unknown sources can be harmful and put your site at risk. For maximum safety, upload only JSON or ZIP files from trusted sources.', 'elementor' );
619 632 __( 'Continue', 'elementor' );
620 633 __( 'Cancel', 'elementor' );
621 634 __( 'Do not show this message again', 'elementor' );
622 -__( 'Select which parts you want to apply', 'elementor' );
623 -__( "All items are already selected by default. Uncheck the ones you don't want.", 'elementor' );
624 635 __( 'We applied your template and your site is online!', 'elementor' );
625 636 __( 'You\'ve imported and applied the following to your site:', 'elementor' );
626 637 __( 'Click here', 'elementor' );
627 638 __( 'to learn more about building your site with Elementor Website Templates', 'elementor' );
639 +__( 'Select which parts you want to apply', 'elementor' );
640 +__( "All items are already selected by default. Uncheck the ones you don't want.", 'elementor' );
628 641 __( 'Learn More', 'elementor' );
629 642 __( 'Select which plugins to export', 'elementor' );
630 643 __( 'Your Website Template may not work as expected if key plugins are missing.', 'elementor' );
631 644 __( 'By default, we’ll include everything in your file. Uncheck the items you don\'t want.', 'elementor' );
@@ -644,21 +657,8 @@
644 657 __( 'You can find it in the My Website Templates tab.', 'elementor' );
645 658 __( 'Once the download is complete, you can upload it to be used for other sites.', 'elementor' );
646 659 __( 'Build sites faster with Website Templates.', 'elementor' );
647 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 661 __( 'Edit Template', 'elementor' );
662 662 __( 'Imported', 'elementor' );
663 663 __( 'Existing', 'elementor' );
664 664 __( 'Install Elementor Pro', 'elementor' );
@@ -671,17 +671,8 @@
671 671 __( 'Missing Required Plugins:', 'elementor' );
672 672 __( 'Previous', 'elementor' );
673 673 __( 'Next', 'elementor' );
674 674 __( 'Plugins you already have:', 'elementor' );
675 -__( 'Note:', 'elementor' );
676 -__( 'The Website Kit you’re using contains plugins for functionality, but no content or pages, etc.', 'elementor' );
677 -__( 'You can’t use this Website Kit because it doesn’t contain any content, pages, etc. Try again with a different file.', 'elementor' );
678 -__( 'Go Back', 'elementor' );
679 -__( 'Required plugins are still missing.', 'elementor' );
680 -__( "If you don't include them, this kit may not work properly.", 'elementor' );
681 -__( 'Go Back', 'elementor' );
682 -__( 'Previous', 'elementor' );
683 -__( 'Import', 'elementor' );
684 675 __( 'See It Live', 'elementor' );
685 676 __( 'Got It', 'elementor' );
686 677 __( 'Learn more', 'elementor' );
687 678 __( 'Important:', 'elementor' );
@@ -688,14 +679,23 @@
688 679 __( "There are few plugins that we couldn't install:", 'elementor' );
689 680 __( 'Let’s do it', 'elementor' );
690 681 __( 'Tip:', 'elementor' );
691 682 __( 'Make sure your Elementor Pro account is connected', 'elementor' );
683 +__( 'Previous', 'elementor' );
684 +__( 'Import', 'elementor' );
685 +__( 'Note:', 'elementor' );
686 +__( 'The Website Kit you’re using contains plugins for functionality, but no content or pages, etc.', 'elementor' );
687 +__( 'You can’t use this Website Kit because it doesn’t contain any content, pages, etc. Try again with a different file.', 'elementor' );
688 +__( 'Go Back', 'elementor' );
689 +__( 'Required plugins are still missing.', 'elementor' );
690 +__( "If you don't include them, this kit may not work properly.", 'elementor' );
691 +__( 'Go Back', 'elementor' );
692 692 __( 'Save to library', 'elementor' );
693 693 __( 'Save to library', 'elementor' );
694 694 __( 'Save to library', 'elementor' );
695 695 __( 'Back', 'elementor' );
696 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' );