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.

17 lines
910 B

7 years ago
  1. <?php
  2. /*
  3. * English language
  4. */
  5. $lang['text_rest_invalid_api_key'] = 'Invalid API key %s'; // %s is the REST API key
  6. $lang['text_rest_invalid_credentials'] = 'Invalid credentials';
  7. $lang['text_rest_ip_denied'] = 'IP denied';
  8. $lang['text_rest_ip_unauthorized'] = 'IP unauthorized';
  9. $lang['text_rest_unauthorized'] = 'Unauthorized';
  10. $lang['text_rest_ajax_only'] = 'Only AJAX requests are allowed';
  11. $lang['text_rest_api_key_unauthorized'] = 'This API key does not have access to the requested controller';
  12. $lang['text_rest_api_key_permissions'] = 'This API key does not have enough permissions';
  13. $lang['text_rest_api_key_time_limit'] = 'This API key has reached the time limit for this method';
  14. $lang['text_rest_ip_address_time_limit'] = 'This IP Address has reached the time limit for this method';
  15. $lang['text_rest_unknown_method'] = 'Unknown method';
  16. $lang['text_rest_unsupported'] = 'Unsupported protocol';