<?php
// Heading
$_['heading_title']            = 'News Install/Unistall';
$_['heading_install']          = 'News Install';
$_['heading_uninstall']         = 'News Uninstall';

$_['text_information_install']            = 'the data will be installed <br /> check that you have backed up everything before installing';
$_['text_information_uninstall']            = 'Delete/Uninstall cannot be undone! Are you sure you want to do this?';
// Text
$_['text_success']           = 'Success: You have install news!';
$_['text_default']           = 'Default';
$_['text_image_manager']     = 'Image Manager';

$_['button_install']         = 'Install';
$_['button_uninstall']         = 'Uninstall';
// Error 
$_['error_warning']          = 'Warning: Please check the form carefully for errors!';
$_['error_permission']       = 'Warning: You do not have permission to modify categories!';

?>