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

Commit

Permalink
Issue #4 : CamelCase for multilang folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JCSama committed Jun 2, 2015
1 parent ffaf71c commit 553cc49
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
29 changes: 29 additions & 0 deletions third_party/DevelBar/language/italian/develbar_lang.php
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';

11 changes: 11 additions & 0 deletions third_party/DevelBar/language/italian/index.html
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>

0 comments on commit 553cc49

Please sign in to comment.