Skip to content

Commit 4443857

Browse files
Tpojkachriskacerguis
authored andcommitted
Additional translation set (chriskacerguis#808)
* Additional translation set * APPPATH const variable already finishes with trailing slash
1 parent a5eda57 commit 4443857

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

application/controllers/api/Example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// This can be removed if you use __autoload() in config.php OR use Modular Extensions
66
/** @noinspection PhpIncludeInspection */
7-
require APPPATH . '/libraries/REST_Controller.php';
7+
require APPPATH . 'libraries/REST_Controller.php';
88

99
/**
1010
* This is an example of a few basic user interaction methods you could use

application/language/serbian_cyr/rest_controller_lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
$lang['text_rest_api_key_unauthorized'] = 'Овај *API* кључ нема овлашћења за захтевани контролер';
1414
$lang['text_rest_api_key_permissions'] = 'Овај *API* кључ нема дозвољен степен овлашћења';
1515
$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
1717
$lang['text_rest_unknown_method'] = 'Непознат метод';
1818
$lang['text_rest_unsupported'] = 'Неподржан протокол';

application/language/serbian_lat/rest_controller_lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
$lang['text_rest_api_key_unauthorized'] = 'Ovaj API ključ nema ovlašćenje za zahtevani kontroler';
1414
$lang['text_rest_api_key_permissions'] = 'Ovaj API ključ nema dozvoljen stepen ovlašćenja';
1515
$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';
1717
$lang['text_rest_unknown_method'] = 'Nepoznat metod';
1818
$lang['text_rest_unsupported'] = 'Nepodržan protokol';

0 commit comments

Comments
 (0)