|
777 | 777 | 'The backup was successful' => 'The backup was successful, you can now return to the Admin Panel or see all your backups.+',
|
778 | 778 |
|
779 | 779 |
|
| 780 | + /* |
| 781 | + |-------------------------------------------------------------------------- |
| 782 | + | Page Blocks |
| 783 | + |-------------------------------------------------------------------------- |
| 784 | + | |
| 785 | + | Parts are stored in the database. |
| 786 | + | resources/views/studio/edit-link.blade.php |
| 787 | + | |
| 788 | + */ |
| 789 | + |
| 790 | + # predefined |
| 791 | + 'block.title.predefined' => 'Predefined Site+', |
| 792 | + 'block.description.predefined' => 'Select from a list of predefined websites and have your link automatically styled using that sites brand colors and icon.+', |
| 793 | + |
| 794 | + # link |
| 795 | + 'block.title.link' => 'Custom Link+', |
| 796 | + 'block.description.link' => 'Create a Custom Link that goes to any website. Customize the button styling and icon, or use the favicon from the website as the button icon.+', |
| 797 | + |
| 798 | + # vcard |
| 799 | + 'block.title.vcard' => 'Vcard+', |
| 800 | + 'block.description.vcard' => 'Create or upload an electronic business card.+', |
| 801 | + |
| 802 | + # email |
| 803 | + 'block.title.email' => 'E-Mail address+', |
| 804 | + 'block.description.email' => 'Add an email that opens a system dialog to compose a new email.+', |
| 805 | + |
| 806 | + # telephone |
| 807 | + 'block.title.telephone' => 'Telephone number+', |
| 808 | + 'block.description.telephone' => 'Add a telephone number that opens a system dialog to initiate a phone call.+', |
| 809 | + |
| 810 | + # heading |
| 811 | + 'block.title.heading' => 'Heading+', |
| 812 | + 'block.description.heading' => 'Use headings to organize your links and separate them into groups.+', |
| 813 | + |
| 814 | + # spacer |
| 815 | + 'block.title.spacer' => 'Spacer+', |
| 816 | + 'block.description.spacer' => 'Add blank space to your list of links. You can choose how tall.+', |
| 817 | + |
| 818 | + # text |
| 819 | + 'block.title.text' => 'Text+', |
| 820 | + 'block.description.text' => 'Add static text to your page that is not clickable.+', |
| 821 | + |
| 822 | + |
780 | 823 | /*
|
781 | 824 | |--------------------------------------------------------------------------
|
782 | 825 | | Maintenance Page
|
|
0 commit comments