summaryrefslogtreecommitdiffstats
path: root/system/language
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-05-04 02:36:37 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-05-04 02:36:37 +0200
commit5ed585bb93bd93fadf3b51bc2ccc26433015d1d4 (patch)
tree97f3908ba6050c8377cb1b6527808f473c244a70 /system/language
parent05fa61144667c85b0463f7e8baa6af00aa195dc6 (diff)
parent96bd33b2edc1b0e6a04cb8e3bcf97e8c7b3adf3e (diff)
Fixed conflict with migrations merge.
Diffstat (limited to 'system/language')
-rw-r--r--system/language/english/migration_lang.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/language/english/migration_lang.php b/system/language/english/migration_lang.php
new file mode 100644
index 000000000..4763ca243
--- /dev/null
+++ b/system/language/english/migration_lang.php
@@ -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 */ \ No newline at end of file