Update to CodeIgniter 2.1.0
This commit is contained in:
0
system/language/english/calendar_lang.php
Executable file → Normal file
0
system/language/english/calendar_lang.php
Executable file → Normal file
0
system/language/english/date_lang.php
Executable file → Normal file
0
system/language/english/date_lang.php
Executable file → Normal file
0
system/language/english/db_lang.php
Executable file → Normal file
0
system/language/english/db_lang.php
Executable file → Normal file
0
system/language/english/email_lang.php
Executable file → Normal file
0
system/language/english/email_lang.php
Executable file → Normal file
1
system/language/english/form_validation_lang.php
Executable file → Normal file
1
system/language/english/form_validation_lang.php
Executable file → Normal file
@@ -17,6 +17,7 @@ $lang['is_numeric'] = "The %s field must contain only numeric characters.";
|
||||
$lang['integer'] = "The %s field must contain an integer.";
|
||||
$lang['regex_match'] = "The %s field is not in the correct format.";
|
||||
$lang['matches'] = "The %s field does not match the %s field.";
|
||||
$lang['is_unique'] = "The %s field must contain a unique value.";
|
||||
$lang['is_natural'] = "The %s field must contain only positive numbers.";
|
||||
$lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero.";
|
||||
$lang['decimal'] = "The %s field must contain a decimal number.";
|
||||
|
||||
0
system/language/english/ftp_lang.php
Executable file → Normal file
0
system/language/english/ftp_lang.php
Executable file → Normal file
0
system/language/english/imglib_lang.php
Executable file → Normal file
0
system/language/english/imglib_lang.php
Executable file → Normal file
0
system/language/english/index.html
Executable file → Normal file
0
system/language/english/index.html
Executable file → Normal file
13
system/language/english/migration_lang.php
Normal file
13
system/language/english/migration_lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
$lang['migration_none_found'] = "No migrations were found.";
|
||||
$lang['migration_not_found'] = "This migration could not be found.";
|
||||
$lang['migration_multiple_version'] = "This are multiple migrations with the same version number: %d.";
|
||||
$lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could not be found.";
|
||||
$lang['migration_missing_up_method'] = "The migration class \"%s\" is missing an 'up' method.";
|
||||
$lang['migration_missing_down_method'] = "The migration class \"%s\" is missing an 'up' method.";
|
||||
$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename.";
|
||||
|
||||
|
||||
/* End of file migration_lang.php */
|
||||
/* Location: ./system/language/english/migration_lang.php */
|
||||
0
system/language/english/number_lang.php
Executable file → Normal file
0
system/language/english/number_lang.php
Executable file → Normal file
0
system/language/english/profiler_lang.php
Executable file → Normal file
0
system/language/english/profiler_lang.php
Executable file → Normal file
0
system/language/english/unit_test_lang.php
Executable file → Normal file
0
system/language/english/unit_test_lang.php
Executable file → Normal file
0
system/language/english/upload_lang.php
Executable file → Normal file
0
system/language/english/upload_lang.php
Executable file → Normal file
0
system/language/index.html
Executable file → Normal file
0
system/language/index.html
Executable file → Normal file
Reference in New Issue
Block a user