mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 18:13:55 +02:00
33 lines
1.5 KiB
PHP
33 lines
1.5 KiB
PHP
<?php
|
|
|
|
|
|
return [
|
|
'preview-bundle' => 'Preview the bundle content',
|
|
'bundle-preview-intro' => 'Here is the list of the files you can have access to',
|
|
'warning-bundle-expiration' => 'Attention : this bundle will expire :date',
|
|
'download-all' => 'Download all',
|
|
'for' => 'for',
|
|
'files' => 'file|files',
|
|
'no-file-in-this-bundle' => 'No file into this bundle',
|
|
'maximum-filesize' => 'Max filesize :',
|
|
'drop-file-here' => 'Drop your files here or click to upload',
|
|
'preview-link' => 'Preview link: ',
|
|
'direct-link' => 'Direct download link: ',
|
|
'delete-link' => 'Deletion link: ',
|
|
'upload-files-title' => 'Files upload',
|
|
'bundle-preview-title' => 'Files download',
|
|
'download-all-or-one' => 'You can download each file individually or download the entire bundle at once',
|
|
'files-list' => 'Uploaded files list',
|
|
'you-can-add-files' => 'You may keep adding files if you want to.',
|
|
'error-title' => 'An error has occurred',
|
|
'files-count-limit' => 'Max number of files reached',
|
|
'file-too-big' => 'This file is too big (size : {{filesize}}MB, limit : {{maxFilesize}}MB)',
|
|
'cannot-upload' => 'Téléversement impossible',
|
|
'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'
|
|
|
|
];
|