filesharing/lang/en/app.php
2023-11-16 23:46:03 +11:00

93 lines
3.8 KiB
PHP

<?php
return [
'preview-bundle' => 'Bundle content',
'bundle-preview-intro' => 'Here is the list of the files you can download:',
'warning-bundle-expiration' => 'Bundle expires',
'warning-bundle-expired' => 'Bundle has expired',
'download-all' => 'Download all',
'for' => 'for',
'files' => 'file(s)',
'no-file-in-this-bundle' => 'No file into this bundle',
'maximum-filesize' => 'Max filesize :',
'preview-link' => 'Preview link',
'direct-link' => 'Direct download link',
'delete-link' => 'Deletion link',
'upload-files-title' => 'Upload files',
'bundle-preview-title' => 'Files download',
'files-list' => 'Uploaded files list',
'error-title' => 'An error has occurred',
'files-count-limit' => 'Max number of files reached',
'file-too-big' => 'This file is too big',
'cannot-upload' => 'Cannot upload',
'cannot-upload-blocked-ip' => 'You haven\'t been granted permission to upload on this application',
'upload-permission-required' => 'Permission required for upload',
'cannot-upload-no-password' => 'You must provide a valid password in order to upload on this application',
'password' => 'Password: ',
'upload-disabled' => 'Upload is disabled on this application',
'start-new-upload' => 'Click here to start a new upload',
'upload-settings' => 'Settings',
'upload-expiry' => 'Expiration',
'upload-title' => 'Title',
'upload-description' => 'Description',
'required' => 'Required',
'download-links' => 'Download links',
'one-hour' => 'One hour (1H)',
'two-hours' => 'Two hours (2H)',
'six-hours' => 'Six hours (6H)',
'twelve-hours' => 'Twelve hours (12H)',
'one-day' => 'One day (1D)',
'two-days' => 'Two days (2D)',
'one-week' => 'One week (1W)',
'two-weeks' => 'Two weeks (2W)',
'one-month' => 'One month (1M)',
'three-months' => 'Three months (3M)',
'six-months' => 'Six months (6M)',
'step' => 'Step',
'leave-empty' => 'Leave empty for no password',
'back' => 'Back',
'start-uploading' => 'Start uploading files',
'bundle-password' => 'Password',
'complete-upload' => 'Complete upload',
'no-file' => 'No files uploaded yet',
'click-to-remove' => 'Click to delete this file',
'confirm-delete' => 'Do you really want to delete this file?',
'confirm-complete' => 'Do you really want to complete this bundle? It will be locked and cannot be modified afterwards.',
'confirmation' => 'Confirmation',
'cancel' => 'Cancel',
'confirm' => 'Confirm',
'bundle-locked' => 'This bundle is completed and locked',
'created-at' => 'Created',
'fullsize' => 'Total',
'max-downloads' => 'Max downloads',
'current-downloads' => 'Downloads',
'create-new-upload' => 'Create a new upload bundle',
'page-not-found' => 'Page not found',
'permission-denied' => 'Permission denied',
'dropzone-text' => 'Drop files here to upload (or click)',
'server-answered' => 'Server responded with {{statusCode}} code.',
'files-count-on-server' => 'Number of uploaded files',
'files-remaining-files' => 'Number of remaining files allowed',
'delete-bundle' => 'Delete bundle',
'confirm-delete-bundle' => 'Do you really want to delete this bundle?',
'bundle-expired' => 'This bundle has expired',
'active' => 'Active',
'expired' => 'Expired',
'existing-bundles' => 'Your existing bundles',
'or-create' => 'New bundle',
'no-existing-bundle' => 'No existing bundle',
'authentication' => 'Authentication',
'login' => 'Username',
'password' => 'Password',
'do-login' => 'Login now',
'pending' => 'Drafts',
'duplicate-file' => 'This file already exists in the bundle',
'unexpected-error' => 'An unexpected error has occurred',
'login-to-get-bundles' => 'to get your bundles',
'you-are-logged-in' => 'You are logged in as ":username"',
'logout' => 'Logout',
'forever' => 'Forever',
'yes' => 'Yes',
'no' => 'No',
];