diff options
Diffstat (limited to 'public/install/language/en-gb/en-gb.php')
-rw-r--r-- | public/install/language/en-gb/en-gb.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/install/language/en-gb/en-gb.php b/public/install/language/en-gb/en-gb.php new file mode 100644 index 0000000..452c1a8 --- /dev/null +++ b/public/install/language/en-gb/en-gb.php @@ -0,0 +1,7 @@ +<?php +// Button +$_['button_continue'] = 'Continue'; +$_['button_back'] = 'Back'; + +// Error +$_['error_exception'] = 'Error Code(%s): %s in %s on line %s';
\ No newline at end of file |