Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 553cc49

Browse files
committed
Issue #4 : CamelCase for multilang folder
1 parent ffaf71c commit 553cc49

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php defined('BASEPATH') OR exit('No direct script access allowed');
2+
3+
$lang['version_not_supported'] = "Versione CodeIgniter non è supportata da DevelBar, controlla prego %s per l'aggiornamento.";
4+
$lang['sec'] = 'sec';
5+
$lang['request'] = 'Richiesta';
6+
$lang['method'] = 'Metodo';
7+
$lang['controller'] = 'Controller';
8+
$lang['action'] = 'Action';
9+
$lang['function'] = 'Funzione';
10+
$lang['parameters'] = 'Parametri';
11+
$lang['database'] = 'Database';
12+
$lang['total_execution_time'] = 'Totale tempo impiegato';
13+
$lang['no_queries'] = 'Sono stati eseguiti Nessun query';
14+
$lang['benchmarks'] = 'Benchmarks';
15+
$lang['hooks'] = 'Hooks';
16+
$lang['libraries'] = 'Libraries';
17+
$lang['config'] = 'Configurazione';
18+
$lang['session'] = 'Session';
19+
$lang['helpers'] = 'Helpers';
20+
$lang['views'] = 'Views';
21+
$lang['models'] = 'Models';
22+
$lang['memory_usage'] = 'Utilizzo della memoria';
23+
$lang['ci_version'] = 'CodeIgniter version : %s';
24+
$lang['info'] = 'Info';
25+
$lang['update_message'] = 'Aggiornamento è disponibile per %s';
26+
$lang['develbar_version'] = 'DevelBar version : %s';
27+
$lang['php_version'] = 'PHP version : %s';
28+
$lang['default_language'] = 'Lingua di Default : %s';
29+
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>

0 commit comments

Comments
 (0)