|
663 | 663 | | Installer |
664 | 664 | |-------------------------------------------------------------------------- |
665 | 665 | | |
| 666 | + | resources/views/installer/installer.blade.php |
666 | 667 | | |
667 | 668 | */ |
668 | 669 |
|
|
674 | 675 | 'Create the admin user' => '3. Create the admin user+', |
675 | 676 | 'Configure the app' => '4. Configure the app+', |
676 | 677 | 'Choose a language' => 'Choose a language+', |
| 678 | + |
677 | 679 | 'Next' => 'Next+', |
| 680 | + 'Yes' => 'Yes+', |
| 681 | + 'No' => 'No+', |
| 682 | + 'Finish setup' => 'Finish setup+', |
| 683 | + |
678 | 684 | 'Setup failed' => 'Setup failed+', |
679 | 685 | 'An error has occured. Please try again' => 'An error has occured. Please try again.+', |
680 | 686 | 'Depending on your database type:' => 'Depending on your database type:+', |
681 | 687 | 'Try again' => 'Try again+', |
| 688 | + |
682 | 689 | 'Dependency check' => 'Dependency check+', |
683 | 690 | 'Required PHP modules:' => 'Required PHP modules:+', |
| 691 | + |
684 | 692 | 'Select a database type' => 'Select a database type+', |
685 | 693 | 'Under most circumstances, we recommend using SQLite' => 'Under most circumstances, we recommend using SQLite.+', |
686 | 694 | 'MySQL requires a separate, empty MySQL database.' => 'MySQL requires a separate, empty MySQL database+', |
| 695 | + |
687 | 696 | 'Database type:' => 'Database type:+', |
688 | 697 | 'Database host:' => 'Database host:+', |
689 | 698 | 'Database port:' => 'Database port:+', |
690 | 699 | 'Database name:' => 'Database name:+', |
691 | 700 | 'Database username:' => 'Database username:+', |
692 | 701 | 'Database password:' => 'Database password:+', |
| 702 | + |
693 | 703 | 'Create an admin account' => 'Create an admin account.+', |
694 | 704 | 'Admin email:' => 'Admin email:+', |
695 | 705 | 'Admin password:' => 'Admin password:+', |
696 | 706 | 'Handle:' => 'Handle:+', |
697 | 707 | 'Name:' => 'Name:+', |
| 708 | + |
698 | 709 | 'Configure your page' => 'Configure your page+', |
699 | 710 | 'Enable registration:' => 'Enable registration:+', |
700 | | - 'Yes' => 'Yes+', |
701 | | - 'No' => 'No+', |
702 | 711 | 'Enable email verification:' => 'Enable email verification:+', |
703 | 712 | 'Set your page as Home Page' => 'Set your page as Home Page+', |
704 | 713 | 'This will move the Home Page to /home' => 'This will move the Home Page to /home+', |
705 | 714 | 'App Name:' => 'App Name:+', |
706 | | - 'Finish setup' => 'Finish setup+', |
707 | 715 |
|
708 | 716 |
|
709 | 717 | /* |
|
0 commit comments