View file plugins/file_share/languages/english.php

File size: 1.39Kb
<?php

$LNG['plugin_file_share_number'] = 'You can only upload %s files at once.';
$LNG['plugin_file_share_exceeds'] = 'The file %s exceeds the maximum size per file allowed: <strong>%s</strong>.';
$LNG['plugin_file_share_format'] = 'The %s file format is not allowed, upload <strong>%s</strong> file formats.';
$LNG['plugin_file_share_total'] = 'The total size you\'re trying to upload <strong>%s</strong> is higher than allowed: <strong>%s</strong>.';
$LNG['plugin_file_share_select_files'] = 'Select files';
$LNG['plugin_file_share_up_to'] = 'Up to %s files, %s per file and %s in total.';
$LNG['plugin_file_share_upload_file'] = 'Upload file';
$LNG['plugin_file_share_upload_files'] = 'Upload files';
$LNG['plugin_file_share_download'] = 'Download';
$LNG['plugin_file_share_max_files'] = 'Files';
$LNG['plugin_file_share_max_files_sub'] = 'The maximum amount of files allowed per post';
$LNG['plugin_file_share_max_size'] = 'Size / File';
$LNG['plugin_file_share_max_size_sub'] = 'The maximum file size allowed per file (in MB)';
$LNG['plugin_file_share_max_upload_size'] = 'Size / Post';
$LNG['plugin_file_share_max_upload_size_sub'] = 'The maximum total file size allowed per post (in MB)';
$LNG['plugin_file_share_allowed_extensions'] = 'Allowed Extensions';
$LNG['plugin_file_share_allowed_extensions_sub'] = 'The list of allowed file types to be uploaded';
$LNG['plugin_file_share_save'] = 'Save';