|
2 | 2 |
|
3 | 3 | return array( |
4 | 4 | 'about_tricks_website' => 'About Laravel-Tricks website', |
| 5 | + 'about_title' => 'About Laravel tricks', |
5 | 6 | 'error' => 'Error', |
| 7 | + 'error_title' => 'Whoops... That\'s an error...', |
| 8 | + 'registration' => 'Registration', |
| 9 | + 'errors_during_registration' => 'There were errors during registration:', |
| 10 | + 'password' => 'Password', |
| 11 | + 'password_placeholder' => 'Password...', |
| 12 | + 'or' => 'OR', |
| 13 | + 'already_have_an_account' => 'Already have an account?', |
| 14 | + 'confirm_password' => 'Confirm Password', |
| 15 | + 'confirm_password_placeholder' => 'Confirm Password...', |
| 16 | + 'email' => 'Email', |
| 17 | + 'email_placeholder' => 'Email...', |
| 18 | + 'username' => 'Username', |
| 19 | + 'username_placeholder' => 'Username...', |
| 20 | + 'password_placeholder' => 'Password...', |
| 21 | + 'register' => 'Register', |
| 22 | + 'register_with_github' => 'Register with Github', |
| 23 | + 'github_mail_not_verified' => 'You don\'t have any verified emails in your Github profile, please register using email', |
6 | 24 | 'welcome' => 'Welcome', |
| 25 | + 'forgot_your_password' => 'Forgot your password?', |
| 26 | + 'do_not_have_account_yet' => 'Don\'t have an account yet?', |
7 | 27 | 'login' => 'Login', |
8 | | - 'registration' => 'Registration', |
9 | | - |
| 28 | + 'login_with_github' => 'Login with Github', |
| 29 | + 'login_title' => 'Login', |
| 30 | + 'email_or_password_incorrect' => 'E-mail or password was incorrect, please try again', |
| 31 | + 'password_has_been_reset' => 'Your password has been reset, please log in', |
| 32 | + 'remember_me' => 'Remember me', |
| 33 | + 'latest_tricks' => 'Latest tricks', |
| 34 | + 'share_title' => 'Share & follow', |
| 35 | + 'share_twitter' => 'Share on Twitter', |
| 36 | + 'twitter_text' => 'Tips and Tricks for @laravelphp from @laraveltricks #php #dev #tips', |
| 37 | + 'share_facebook' => 'Share on Facebook', |
| 38 | + 'facebook_text' => 'Useful Tips and Tricks for Laravel PHP framework', |
| 39 | + 'about_what_is_this' => '<h2>What is this</h2> |
| 40 | + <p>Laravel Tricks was created to help <a href="http://laravel.com" target="_blank">Laravel</a> community find and share interesting ways of using <a href="http://laravel.com" target="_blank">Laravel</a> framework</p> |
| 41 | +
|
| 42 | + <p>The idea is simple: When you work with Laravel long enough you find some cool ways of using it, and to other people they might seem as "tricks" so we thought to create a centralized place for all Laravel users to share those findings.</p>', |
| 43 | + 'about_who' => '<h2>Who?</h2> |
| 44 | + <p>Laravel Tricks website was created by <a target="_blank" href="http://twitter.com/stidges">Stidges</a> and <a target="_blank" href="http://twitter.com/msurguy">Maks Surguy</a> in November 2013</p> |
| 45 | +
|
| 46 | + <h3>Want the source?</h3> |
| 47 | + The source of this website is available on <a target="_blank" href="https://github.com/CodepadME/laravel-tricks" title="Get the source of this site">Github</a>.' |
10 | 48 | ); |
11 | 49 |
|
0 commit comments