1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00
LinkAce/resources/lang/en/linkace.php

49 lines
1.3 KiB
PHP
Raw Normal View History

<?php
return [
'linkace' => 'LinkAce',
'user' => 'User',
'username' => 'Username',
'email' => 'Email',
'password' => 'Password',
'password_confirm' => 'Confirm the Password',
'login' => 'Login',
'logout' => 'Logout',
'remember_me' => 'Remember me',
'go_to_dashboard' => 'Go to the Dashboard',
'reset_password' => 'Reset Password',
'send_reset_email' => 'Send Password Reset Link',
'forgot_password_link' => 'Forgot your password? <a href=":reset_url">Reset it here</a>',
'added' => 'Added',
'added_at' => 'Added at',
'updated_at' => 'Updated at',
'last_update' => 'Last Update',
'deleted_at' => 'Deleted at',
'add' => 'Add',
'show' => 'Show',
'edit' => 'Edit',
'update' => 'Update',
'delete' => 'Delete',
'menu' => 'Menu',
'entries' => 'Entries',
'continue_adding' => 'Continue Adding',
'private' => 'Private',
'is_private' => 'Is private',
'yes' => 'Yes',
'no' => 'No',
2018-08-23 01:10:32 +02:00
'no_results_found' => 'No :model found.',
2019-01-10 22:39:01 +01:00
'bookmarklet_close' => 'This bookmarklet window automatically closes in <span class="bm-timer">5</span> seconds.',
'open_linkace' => 'Open LinkAce',
2019-04-28 15:40:10 +02:00
'demo_login_hint' => 'You can login right away. Please notice that this demo will be reset every 2 hours.',
];