]> jfr.im git - z_archive/KronOS.git/blame - system/language/english/migration_lang.php
Fixed account.php (this ain't python bro); fixed permissions because I'm picky.
[z_archive/KronOS.git] / system / language / english / migration_lang.php
CommitLineData
59c06b17
CS
1<?php
2
3$lang['migration_none_found'] = "No migrations were found.";
4$lang['migration_not_found'] = "This migration could not be found.";
5$lang['migration_multiple_version'] = "This are multiple migrations with the same version number: %d.";
6$lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could not be found.";
7$lang['migration_missing_up_method'] = "The migration class \"%s\" is missing an 'up' method.";
8$lang['migration_missing_down_method'] = "The migration class \"%s\" is missing an 'down' method.";
9$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename.";
10
11
12/* End of file migration_lang.php */
13/* Location: ./system/language/english/migration_lang.php */