forked from mirrors/easyappointments
3e9447a853
I'm not sure about the translation of 'up' and 'down' method because I am not certain about the context and its meaning. Please re evaluate those translations.
13 lines
810 B
PHP
13 lines
810 B
PHP
<?php
|
|
|
|
$lang['migration_none_found'] = "No se encontraron migraciones.";
|
|
$lang['migration_not_found'] = "No se pudo encontrar esta migración.";
|
|
$lang['migration_multiple_version'] = "Estas son múltiples migraciones con el mismo número de versión: %d.";
|
|
$lang['migration_class_doesnt_exist'] = "No existe la migración clase \"%s\".";
|
|
$lang['migration_missing_up_method'] = "A la migración clase \"%s\" le falta un método de 'subida'.";
|
|
$lang['migration_missing_down_method'] = "A la migración clase \"%s\" le falta un método de 'bajada'.";
|
|
$lang['migration_invalid_filename'] = "La migración \"%s\" tiene un archivo inválido.";
|
|
|
|
|
|
/* End of file migration_lang.php */
|
|
/* Location: ./system/language/spanish/migration_lang.php */
|