This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #4 : CamelCase for multilang folder
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php defined('BASEPATH') OR exit('No direct script access allowed'); | ||
|
||
$lang['version_not_supported'] = "Versione CodeIgniter non è supportata da DevelBar, controlla prego %s per l'aggiornamento."; | ||
$lang['sec'] = 'sec'; | ||
$lang['request'] = 'Richiesta'; | ||
$lang['method'] = 'Metodo'; | ||
$lang['controller'] = 'Controller'; | ||
$lang['action'] = 'Action'; | ||
$lang['function'] = 'Funzione'; | ||
$lang['parameters'] = 'Parametri'; | ||
$lang['database'] = 'Database'; | ||
$lang['total_execution_time'] = 'Totale tempo impiegato'; | ||
$lang['no_queries'] = 'Sono stati eseguiti Nessun query'; | ||
$lang['benchmarks'] = 'Benchmarks'; | ||
$lang['hooks'] = 'Hooks'; | ||
$lang['libraries'] = 'Libraries'; | ||
$lang['config'] = 'Configurazione'; | ||
$lang['session'] = 'Session'; | ||
$lang['helpers'] = 'Helpers'; | ||
$lang['views'] = 'Views'; | ||
$lang['models'] = 'Models'; | ||
$lang['memory_usage'] = 'Utilizzo della memoria'; | ||
$lang['ci_version'] = 'CodeIgniter version : %s'; | ||
$lang['info'] = 'Info'; | ||
$lang['update_message'] = 'Aggiornamento è disponibile per %s'; | ||
$lang['develbar_version'] = 'DevelBar version : %s'; | ||
$lang['php_version'] = 'PHP version : %s'; | ||
$lang['default_language'] = 'Lingua di Default : %s'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>403 Forbidden</title> | ||
</head> | ||
<body> | ||
|
||
<p>Directory access is forbidden.</p> | ||
|
||
</body> | ||
</html> |