File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
// This can be removed if you use __autoload() in config.php OR use Modular Extensions
6
6
/** @noinspection PhpIncludeInspection */
7
- require APPPATH . '/ libraries/REST_Controller.php ' ;
7
+ require APPPATH . 'libraries/REST_Controller.php ' ;
8
8
9
9
/**
10
10
* This is an example of a few basic user interaction methods you could use
Original file line number Diff line number Diff line change 13
13
$ lang ['text_rest_api_key_unauthorized ' ] = 'Овај *API* кључ нема овлашћења за захтевани контролер ' ;
14
14
$ lang ['text_rest_api_key_permissions ' ] = 'Овај *API* кључ нема дозвољен степен овлашћења ' ;
15
15
$ lang ['text_rest_api_key_time_limit ' ] = 'Овај *API* кључ је прекорачио временски лимит за дати метод ' ;
16
- $ lang ['text_rest_ip_address_time_limit ' ] = 'This IP Address has reached the time limit for this method ' ;//todo translate
16
+ $ lang ['text_rest_ip_address_time_limit ' ] = 'Ова *IP* адреса је прекорачила временски лимит за дати метод ' ;//todo translate
17
17
$ lang ['text_rest_unknown_method ' ] = 'Непознат метод ' ;
18
18
$ lang ['text_rest_unsupported ' ] = 'Неподржан протокол ' ;
Original file line number Diff line number Diff line change 13
13
$ lang ['text_rest_api_key_unauthorized ' ] = 'Ovaj API ključ nema ovlašćenje za zahtevani kontroler ' ;
14
14
$ lang ['text_rest_api_key_permissions ' ] = 'Ovaj API ključ nema dozvoljen stepen ovlašćenja ' ;
15
15
$ lang ['text_rest_api_key_time_limit ' ] = 'Ovaj API ključ je prekoračio vremenski limit za dati metod ' ;
16
- $ lang ['text_rest_ip_address_time_limit ' ] = 'This IP Address has reached the time limit for this method ' ; //todo translate
16
+ $ lang ['text_rest_ip_address_time_limit ' ] = 'Ova IP adresa je prekoračila vremenski limit za dati metod ' ;
17
17
$ lang ['text_rest_unknown_method ' ] = 'Nepoznat metod ' ;
18
18
$ lang ['text_rest_unsupported ' ] = 'Nepodržan protokol ' ;
You can’t perform that action at this time.
0 commit comments