Skip to content

Commit 243d2d9

Browse files
committed
Updated annotations
1 parent 3b79a90 commit 243d2d9

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

resources/lang/en/messages.php

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@
663663
| Installer
664664
|--------------------------------------------------------------------------
665665
|
666+
| resources/views/installer/installer.blade.php
666667
|
667668
*/
668669

@@ -674,36 +675,43 @@
674675
'Create the admin user' => '3. Create the admin user+',
675676
'Configure the app' => '4. Configure the app+',
676677
'Choose a language' => 'Choose a language+',
678+
677679
'Next' => 'Next+',
680+
'Yes' => 'Yes+',
681+
'No' => 'No+',
682+
'Finish setup' => 'Finish setup+',
683+
678684
'Setup failed' => 'Setup failed+',
679685
'An error has occured. Please try again' => 'An error has occured. Please try again.+',
680686
'Depending on your database type:' => 'Depending on your database type:+',
681687
'Try again' => 'Try again+',
688+
682689
'Dependency check' => 'Dependency check+',
683690
'Required PHP modules:' => 'Required PHP modules:+',
691+
684692
'Select a database type' => 'Select a database type+',
685693
'Under most circumstances, we recommend using SQLite' => 'Under most circumstances, we recommend using SQLite.+',
686694
'MySQL requires a separate, empty MySQL database.' => 'MySQL requires a separate, empty MySQL database+',
695+
687696
'Database type:' => 'Database type:+',
688697
'Database host:' => 'Database host:+',
689698
'Database port:' => 'Database port:+',
690699
'Database name:' => 'Database name:+',
691700
'Database username:' => 'Database username:+',
692701
'Database password:' => 'Database password:+',
702+
693703
'Create an admin account' => 'Create an admin account.+',
694704
'Admin email:' => 'Admin email:+',
695705
'Admin password:' => 'Admin password:+',
696706
'Handle:' => 'Handle:+',
697707
'Name:' => 'Name:+',
708+
698709
'Configure your page' => 'Configure your page+',
699710
'Enable registration:' => 'Enable registration:+',
700-
'Yes' => 'Yes+',
701-
'No' => 'No+',
702711
'Enable email verification:' => 'Enable email verification:+',
703712
'Set your page as Home Page' => 'Set your page as Home Page+',
704713
'This will move the Home Page to /home' => 'This will move the Home Page to /home+',
705714
'App Name:' => 'App Name:+',
706-
'Finish setup' => 'Finish setup+',
707715

708716

709717
/*

0 commit comments

Comments
 (0)