Skip to content

Commit f02b146

Browse files
committed
Serbian latin and cyrillic added.
1 parent 2c0bf94 commit f02b146

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
/*
4+
* Serbian language
5+
*/
6+
7+
$lang['text_rest_invalid_api_key'] = 'Неправилан *API* кључ %s'; // %s је *REST API* кључ
8+
$lang['text_rest_invalid_credentials'] = 'Неодговарајући кориснички улазни подаци';
9+
$lang['text_rest_ip_denied'] = '*IP* одбијен';
10+
$lang['text_rest_ip_unauthorized'] = '*IP* неауторизован';
11+
$lang['text_rest_unauthorized'] = 'Неауторизовано';
12+
$lang['text_rest_ajax_only'] = 'Једино *AJAX* захтеви су дозвољени';
13+
$lang['text_rest_api_key_unauthorized'] = 'Овај *API* кључ нема овлашћења за захтевани контролер';
14+
$lang['text_rest_api_key_permissions'] = 'Овај *API* кључ нема дозвољен степен овлашћења';
15+
$lang['text_rest_api_key_time_limit'] = 'Овај *API* кључ је прекорачио временски лимит за дати метод';
16+
$lang['text_rest_unknown_method'] = 'Непознат метод';
17+
$lang['text_rest_unsupported'] = 'Неподржан протокол';
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
/*
4+
* Serbian language
5+
*/
6+
7+
$lang['text_rest_invalid_api_key'] = 'Nepravilan API klju&#269; %s'; // %s je REST API ključ
8+
$lang['text_rest_invalid_credentials'] = 'Neodgovaraju&#263;i korisni&#269;ki ulazni podaci';
9+
$lang['text_rest_ip_denied'] = 'IP odbijen';
10+
$lang['text_rest_ip_unauthorized'] = 'IP neautorizovan';
11+
$lang['text_rest_unauthorized'] = 'Neautorizovano';
12+
$lang['text_rest_ajax_only'] = 'Jedino AJAX zahtevi su dozvoljeni';
13+
$lang['text_rest_api_key_unauthorized'] = 'Ovaj API klju&#269; nema ovla&#353;&#263;enje za zahtevani kontroler';
14+
$lang['text_rest_api_key_permissions'] = 'Ovaj API klju&#269; nema dozvoljen stepen ovla&#353;&#263;enja';
15+
$lang['text_rest_api_key_time_limit'] = 'Ovaj API klju&#269; je prekora&#269;io vremenski limit za dati metod';
16+
$lang['text_rest_unknown_method'] = 'Nepoznat metod';
17+
$lang['text_rest_unsupported'] = 'Nepodr&#382;an protokol';

0 commit comments

Comments
 (0)