87 lines
No EOL
2.3 KiB
PHP
87 lines
No EOL
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'lang' => 'English',
|
|
|
|
'yes' => 'Yes',
|
|
'no' => 'No',
|
|
'send' => 'Send',
|
|
'no_media' => 'No media found.',
|
|
|
|
'login.username' => 'Username or E-Mail',
|
|
'password' => 'Password',
|
|
'login' => 'Login',
|
|
'username' => 'Username',
|
|
|
|
'home' => 'Home',
|
|
'users' => 'Users',
|
|
'system' => 'System',
|
|
'profile' => 'Profile',
|
|
'logout' => 'Logout',
|
|
|
|
'pager.next' => 'Next',
|
|
'pager.previous' => 'Previous',
|
|
|
|
'copy_link' => 'Copy link',
|
|
'public.telegram' => 'Share on Telegram',
|
|
'public.delete_text' => 'Are you sure you want to delete this item? It will be gone forever!',
|
|
|
|
'preview' => 'Preview',
|
|
'filename' => 'Filename',
|
|
'size' => 'Size',
|
|
'public' => 'Public',
|
|
'owner' => 'Owner',
|
|
'date' => 'Date',
|
|
'raw' => 'Show raw',
|
|
'download' => 'Download',
|
|
'delete' => 'Delete',
|
|
'publish' => 'Publish',
|
|
'hide' => 'Hide',
|
|
|
|
'files' => 'Files',
|
|
'orphaned_files' => 'Orphaned Files',
|
|
'theme' => 'Theme',
|
|
'click_to_load' => 'Click to load...',
|
|
'apply' => 'Apply',
|
|
'save' => 'Save',
|
|
'used' => 'Used',
|
|
'system_info' => 'System Information',
|
|
|
|
'user.create' => 'Create User',
|
|
'user.edit' => 'Edit User',
|
|
'is_active' => 'Is active',
|
|
'is_admin' => 'Is administrator',
|
|
'your_profile' => 'Your Profile',
|
|
'token' => 'Token',
|
|
'copy' => 'Copy',
|
|
'update' => 'Update',
|
|
'edit' => 'Edit',
|
|
'client_config' => 'Client Configuration',
|
|
'user_code' => 'User Code',
|
|
'active' => 'Active',
|
|
'admin' => 'Admin',
|
|
'reg_date' => 'Registration Date',
|
|
'none' => 'None',
|
|
'open' => 'Open',
|
|
'confirm' => 'Confirmation',
|
|
'confirm_string' => 'Are you sure?',
|
|
|
|
'installed' => 'Installation completed successfully!',
|
|
'bad_login' => 'Wrong credentials.',
|
|
'account_disabled' => 'Your account is disabled.',
|
|
'welcome' => 'Welcome, %s!',
|
|
'goodbye' => 'Goodbye!',
|
|
'token_not_found' => 'Token specified not found.',
|
|
'email_required' => 'The email is required.',
|
|
'email_taken' => 'The email is already taken.',
|
|
'username_required' => 'The username is required.',
|
|
'username_taken' => 'The username is already taken.',
|
|
'password_required' => 'The password is required.',
|
|
'user_created' => 'User "%s" created!',
|
|
'user_updated' => 'User "%s" updated!',
|
|
'profile_updated' => 'Profile updated successfully!',
|
|
'user_deleted' => 'User deleted.',
|
|
'cannot_delete' => 'You cannot delete yourself.',
|
|
'cannot_demote' => 'You cannot demote yourself',
|
|
]; |