<?php 
/* 
 * authorization.php 
 * 
 * @(#) $Id: $ 
 * 
 */ 
 
$text += array( 
    'It was not finished the authorization process due to an error ({error_code}): {error_message}' => 'It was not finished the authorization process due to an error ({error_code}): {error_message}', 
    'Authorization error' => 'Authorization error', 
); 
 
?>
 
 |