Merge pull request #103 from salvatorecordiano/patch-3

Update migration_lang.php
This commit is contained in:
Alex Tselegidis 2016-01-16 10:45:08 +01:00
commit e56867a90a

View file

@ -1,13 +1,13 @@
<?php
$lang['migration_none_found'] = "No migrations were found.";
$lang['migration_not_found'] = "This migration could not be found.";
$lang['migration_multiple_version'] = "This are multiple migrations with the same version number: %d.";
$lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could not be found.";
$lang['migration_missing_up_method'] = "The migration class \"%s\" is missing an 'up' method.";
$lang['migration_missing_down_method'] = "The migration class \"%s\" is missing an 'down' method.";
$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename.";
$lang['migration_none_found'] = "Nessun migration trovato.";
$lang['migration_not_found'] = "Questo migration non può essere trovato.";
$lang['migration_multiple_version'] = "Ci sono più migrations con lo stesso numero di versione: %d.";
$lang['migration_class_doesnt_exist'] = "La migration class \"%s\" non può essere trovata.";
$lang['migration_missing_up_method'] = "La migration class \"%s\" non dispone del metodo 'up'.";
$lang['migration_missing_down_method'] = "La migration class \"%s\" non dispone del metodo 'down'.";
$lang['migration_invalid_filename'] = "Il migration \"%s\" ha un filename non valido.";
/* End of file migration_lang.php */
/* Location: ./system/language/italian/migration_lang.php */
/* Location: ./system/language/italian/migration_lang.php */