mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
FHC Helper
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* FH-Complete
|
||||
*
|
||||
*/
|
||||
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
$lang['seed_none_found'] = 'No seeds were found.';
|
||||
$lang['seed_not_found'] = 'No seed could be found with the version number: %s.';
|
||||
$lang['seed_sequence_gap'] = 'There is a gap in the seed sequence near version number: %s.';
|
||||
$lang['seed_multiple_version'] = 'There are multiple seeds with the same version number: %s.';
|
||||
$lang['seed_class_doesnt_exist'] = 'The seed class "%s" could not be found.';
|
||||
$lang['seed_missing_up_method'] = 'The seed class "%s" is missing an "up" method.';
|
||||
$lang['seed_missing_down_method'] = 'The seed class "%s" is missing a "down" method.';
|
||||
$lang['seed_invalid_filename'] = 'Seed "%s" has an invalid filename.';
|
||||
Reference in New Issue
Block a user