iflrandevu/src/application/language/spanish/migration_lang.php
nforlando 3e9447a853 Update file
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.
2017-08-17 23:54:40 -03:00

13 lines
810 B
PHP

<?php
$lang['migration_none_found'] = "No se encontraron migraciones.";
$lang['migration_not_found'] = "No se pudo encontrar esta migraci&oacute;n.";
$lang['migration_multiple_version'] = "Estas son m&uacute;ltiples migraciones con el mismo n&uacute;mero de versi&oacute;n: %d.";
$lang['migration_class_doesnt_exist'] = "No existe la migraci&oacute;n clase \"%s\".";
$lang['migration_missing_up_method'] = "A la migraci&oacute;n clase \"%s\" le falta un m&eacute;todo de 'subida'.";
$lang['migration_missing_down_method'] = "A la migraci&oacute;n clase \"%s\" le falta un m&eacute;todo de 'bajada'.";
$lang['migration_invalid_filename'] = "La migraci&oacute;n \"%s\" tiene un archivo inv&aacute;lido.";
/* End of file migration_lang.php */
/* Location: ./system/language/spanish/migration_lang.php */