Imported Upstream version 0.6.24+dfsg1
This commit is contained in:
10
lib/kohana/system/i18n/it_IT/cache.php
Normal file
10
lib/kohana/system/i18n/it_IT/cache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Il gruppo %s non è stato definito in configurazione.',
|
||||
'extension_not_loaded' => 'L\'estensione di PHP %s deve essere caricata per poter usare questo driver.',
|
||||
'unwritable' => 'La cartella di deposito, <tt>%s</tt>, non ha i permessi in scrittura.',
|
||||
'resources' => 'Risorsa non serializzabile. Impossibile immagazzinare.',
|
||||
'driver_error' => '%s',
|
||||
);
|
||||
Reference in New Issue
Block a user