Location: PHPKode > projects > VisionPortal Content Manager/Web Portal > release/languages/en/download_module.inc
<?PHP

$lang['Downloads'] = 'Downloads';
$lang['Index'] = 'Index';
$lang['Add Download'] = 'Add Download';
$lang['Filename'] = 'Filename';
$lang['Description']  = 'Description';
$lang['Image'] = 'Image';
$lang['File'] = 'File';
$lang['Add'] = 'Add';
$lang['Category'] = 'Category';
$lang['Add Category'] = 'Add Category';
$lang['Parent category'] = 'Parent category';
$lang['Add Permission'] = 'Add Permission';
$lang['Name'] = 'Name';
$lang['Downloading'] = 'Downloading...';
$lang['Download_message_successfull'] = 'Your download will start in a few seconds!!';
$lang['Download_message_failed'] = 'Sorry, but I could not find the requested download, try again later or ask an admin!';
$lang['Folder Image'] = 'Folder Image';
$lang['Please give me a file'] = 'Please give me a file!';

?>
Return current item: VisionPortal Content Manager/Web Portal