You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
806 B

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/* LOGIN PAGE */
$lang["rest_not_found"] = "Resource not found on the server";
$lang["rest_bad_request_protocol"] = "Request must be in https";
$lang["rest_invalid_api_key"] = "Invalid API Key";
$lang["rest_api_key_unauthorized"] = "Unathorized API Key";
$lang["rest_unknown_method"] = "Unknown method";
$lang["rest_api_key_time_limit"] = "Rest api key time limit reached";
$lang["rest_ip_address_time_limit"] = "Rest api IP address time limit reached";
$lang["rest_ajax_only"] = "Only Ajax request allowed";
$lang["rest_invalid_atoken"] = "Invalid access token";
$lang["rest_ip_unauthorized"] = "Unauthorized ip address";
$lang["rest_ip_denied"] = "IP address denied";
$lang["rest_invalid_credentials"] = "Invalid credentials";