forked from mirrors/easyappointments
Merge branch 'patch-3' of https://github.com/nforlando/easyappointments into nforlando-patch-3
This commit is contained in:
commit
b3412c9729
1 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
||||||
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
||||||
|
|
||||||
$lang['migration_none_found'] = "No migrations were found.";
|
$lang['migration_none_found'] = "No se encontraron migraciones.";
|
||||||
$lang['migration_not_found'] = "This migration could not be found.";
|
$lang['migration_not_found'] = "No se pudo encontrar esta migración.";
|
||||||
$lang['migration_multiple_version'] = "This are multiple migrations with the same version number: %d.";
|
$lang['migration_multiple_version'] = "Estas son múltiples migraciones con el mismo número de versión: %d.";
|
||||||
$lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could not be found.";
|
$lang['migration_class_doesnt_exist'] = "No existe la migración clase \"%s\".";
|
||||||
$lang['migration_missing_up_method'] = "The migration class \"%s\" is missing an 'up' method.";
|
$lang['migration_missing_up_method'] = "A la migración clase \"%s\" le falta un método de 'subida'.";
|
||||||
$lang['migration_missing_down_method'] = "The migration class \"%s\" is missing an 'down' method.";
|
$lang['migration_missing_down_method'] = "A la migración clase \"%s\" le falta un método de 'bajada'.";
|
||||||
$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename.";
|
$lang['migration_invalid_filename'] = "La migración \"%s\" tiene un archivo inválido.";
|
||||||
|
|
||||||
|
|
||||||
/* End of file migration_lang.php */
|
/* End of file migration_lang.php */
|
||||||
|
|
Loading…
Reference in a new issue