/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
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 */