<?php
/*
* Bulgarian language
*/
$lang['text_rest_invalid_api_key'] = '????????? API ???? %s';
$lang['text_rest_invalid_credentials'] = '????????? ????? ?? ??????';
$lang['text_rest_ip_denied'] = '??????? IP ?????';
$lang['text_rest_ip_unauthorized'] = '???????????? IP ?????';
$lang['text_rest_unauthorized'] = '???????????? ??????';
$lang['text_rest_ajax_only'] = '???? AJAX ?????? ?? ?????????';
$lang['text_rest_api_key_unauthorized'] = 'API ?????? ?? ? ?????????? ?? ?????? ?? ???????? ?????????';
$lang['text_rest_api_key_permissions'] = 'API ?????? ???? ?????????? ?????';
$lang['text_rest_api_key_time_limit'] = 'API ?????? ? ???????? ? ??????????? ?? ???????? ????? ?? ???? ?????';
$lang['text_rest_ip_address_time_limit'] = '?? ??????? IP ????? ? ???????? ???????? ????? ?? ?????????? ?? ??????';
$lang['text_rest_unknown_method'] = '?????????? ?????';
$lang['text_rest_unsupported'] = '??????????? ????????';
|