mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
60 lines
1.7 KiB
PHP
60 lines
1.7 KiB
PHP
<?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',
|
|
'system_logs' => 'System Logs',
|
|
|
|
'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',
|
|
'feed' => 'Feed',
|
|
|
|
'continue_adding' => 'Continue Adding',
|
|
|
|
'private' => 'Private',
|
|
'is_private' => 'Is private',
|
|
|
|
'history' => 'History',
|
|
'history_added' => 'Added <code>:newvalue</code> to :fieldname.',
|
|
'history_changed' => 'Changed :fieldname from <code>:oldvalue</code> to <code>:newvalue</code>',
|
|
'history_removed' => 'Removed <code>:oldvalue</code> from :fieldname.',
|
|
|
|
'yes' => 'Yes',
|
|
'no' => 'No',
|
|
'more' => 'More',
|
|
|
|
'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',
|
|
|
|
'demo_login_hint' => 'You can login right away. Please notice that this demo will be reset every 2 hours.',
|
|
|
|
'project_of' => 'Linkace is a project by',
|
|
'version' => 'Current version: :version',
|
|
];
|