<?php
/*
* Greek language
*/
$lang['text_rest_invalid_api_key'] = '????? API key %s'; // %s ????? ?? REST API key
$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 requests ????????????';
$lang['text_rest_api_key_unauthorized'] = '???? ?? API key ??? ???? ???????? ???? ???????????? controller';
$lang['text_rest_api_key_permissions'] = '???? ?? API key ??? ???? ?????? ??????????';
$lang['text_rest_api_key_time_limit'] = '???? ?? API key ???? ?????? ??? ??????? ???? requests ??? ??? ???????????? ??????';
$lang['text_rest_ip_address_time_limit'] = 'This IP Address has reached the time limit for this method'; //todo translate
$lang['text_rest_unknown_method'] = '??????? ???????';
$lang['text_rest_unsupported'] = '?? ???????????? ?????????? ??? ?????????????';
|