2018-08-22 22:38:43 +02:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'linkace' => 'LinkAce',
|
|
|
|
|
|
|
|
'user' => 'User',
|
2020-01-24 10:47:41 +01:00
|
|
|
'username' => 'Username',
|
2018-08-22 22:38:43 +02:00
|
|
|
'email' => 'Email',
|
|
|
|
'password' => 'Password',
|
|
|
|
'password_confirm' => 'Confirm the Password',
|
|
|
|
'login' => 'Login',
|
|
|
|
'logout' => 'Logout',
|
|
|
|
'remember_me' => 'Remember me',
|
2020-01-24 10:47:41 +01:00
|
|
|
'go_to_dashboard' => 'Go to the Dashboard',
|
2020-11-19 17:30:22 +01:00
|
|
|
'system_logs' => 'System Logs',
|
2018-08-22 22:38:43 +02:00
|
|
|
|
|
|
|
'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>',
|
2018-08-23 00:44:43 +02:00
|
|
|
|
2019-07-16 21:27:29 +02:00
|
|
|
'added' => 'Added',
|
2018-08-23 00:44:43 +02:00
|
|
|
'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',
|
|
|
|
|
2019-10-24 16:21:21 +02:00
|
|
|
'menu' => 'Menu',
|
2019-01-10 21:14:46 +01:00
|
|
|
'entries' => 'Entries',
|
2021-03-28 23:53:12 +02:00
|
|
|
'feed' => 'Feed',
|
2019-01-10 21:14:46 +01:00
|
|
|
|
2018-08-30 23:43:25 +02:00
|
|
|
'continue_adding' => 'Continue Adding',
|
|
|
|
|
2018-08-23 00:44:43 +02:00
|
|
|
'private' => 'Private',
|
2018-08-23 10:39:29 +02:00
|
|
|
'is_private' => 'Is private',
|
|
|
|
|
|
|
|
'yes' => 'Yes',
|
|
|
|
'no' => 'No',
|
2020-06-07 17:09:57 +02:00
|
|
|
'more' => 'More',
|
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.',
|
2020-01-26 16:45:13 +01:00
|
|
|
|
|
|
|
'project_of' => 'Linkace is a project by',
|
2020-07-02 09:57:12 +02:00
|
|
|
'version' => 'Current version: :version',
|
2018-08-22 22:38:43 +02:00
|
|
|
];
|