Skip to content

Commit 8a24b88

Browse files
committed
Romanian language
1 parent dd5a06d commit 8a24b88

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-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+
* Romanian language
5+
*/
6+
7+
$lang['text_rest_invalid_api_key'] = 'Cheie API invalidă %s'; // %s is the REST API key
8+
$lang['text_rest_invalid_credentials'] = 'Acreditări invalide';
9+
$lang['text_rest_ip_denied'] = 'IP respins';
10+
$lang['text_rest_ip_unauthorized'] = 'IP neautorizat';
11+
$lang['text_rest_unauthorized'] = 'Neautorizat';
12+
$lang['text_rest_ajax_only'] = 'Doar cererile AJAX sunt acceptate';
13+
$lang['text_rest_api_key_unauthorized'] = 'Această cheie API nu are acees la controller-ul solicitat';
14+
$lang['text_rest_api_key_permissions'] = 'Această cheie API nu are suficiente permisiuni';
15+
$lang['text_rest_api_key_time_limit'] = 'Această cheie API a atins limita de timp pentru această metodă';
16+
$lang['text_rest_unknown_method'] = 'Metodă necunoscută';
17+
$lang['text_rest_unsupported'] = 'Protocol neacceptat';

0 commit comments

Comments
 (0)