PHP Classes

File: configuration/locale/en/authorization.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP OAuth2 Server Library   configuration/locale/en/authorization.php   Download  
File: configuration/locale/en/authorization.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP OAuth2 Server Library
Implements an API provider using OAuth 2 protocol
Author: By
Last change: Update of configuration/locale/en/authorization.php
Date: 11 months ago
Size: 324 bytes
 

Contents

Class file image Download
<?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',
);

?>