1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-23 10:43:41 +01:00
LinkAce/resources/lang/en/linkace.php
2019-01-10 22:39:01 +01:00

43 lines
1.1 KiB
PHP

<?php
return [
'linkace' => 'LinkAce',
'user' => 'User',
'email' => 'Email',
'password' => 'Password',
'password_confirm' => 'Confirm the Password',
'login' => 'Login',
'logout' => 'Logout',
'remember_me' => 'Remember me',
'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_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',
'entries' => 'Entries',
'continue_adding' => 'Continue Adding',
'private' => 'Private',
'is_private' => 'Is private',
'yes' => 'Yes',
'no' => 'No',
'no_results_found' => 'No :model found.',
'bookmarklet_close' => 'This bookmarklet window automatically closes in <span class="bm-timer">5</span> seconds.',
'open_linkace' => 'Open LinkAce',
];