Skip to content

Commit 24bb84c

Browse files
author
Rogerio Taques
committed
Added Brazilian Portuguese language support.
1 parent 4583501 commit 24bb84c

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+
* Brazilian portuguese language
5+
*/
6+
7+
$lang['text_rest_invalid_api_key'] = 'Chave da API %s inválida'; // %s is the REST API key
8+
$lang['text_rest_invalid_credentials'] = 'Credenciais inválidas';
9+
$lang['text_rest_ip_denied'] = 'IP proibido';
10+
$lang['text_rest_ip_unauthorized'] = 'IP não autorizado';
11+
$lang['text_rest_unauthorized'] = 'Não autorizado';
12+
$lang['text_rest_ajax_only'] = 'Apenas chamadas AJAX são permitidas';
13+
$lang['text_rest_api_key_unauthorized'] = 'Esta chave da API não tem acesso ao controller solicitado';
14+
$lang['text_rest_api_key_permissions'] = 'Esta chave da API não tem permissões suficientes';
15+
$lang['text_rest_api_key_time_limit'] = 'Esta chave da API já atingiu o tempo limite para este método';
16+
$lang['text_rest_unknown_method'] = 'Método desconhecido';
17+
$lang['text_rest_unsupported'] = 'Sem suporte para este protocolo';

0 commit comments

Comments
 (0)