Created
January 14, 2015 22:15
-
-
Save benedmunds/2a84a0410f81aea33281 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ---------------------------------------------------- | |
* Info: | |
* ---------------------------------------------------- | |
* @author Tim Joosten | |
* @package Ion Auth 3 | |
* | |
* Description: The english language file for Ion Auth 3 | |
* ---------------------------------------------------- | |
*/ | |
$language = [ | |
// Account creation | |
'accountCreationSuccesful' => 'Account successfully created.', | |
'accountCreationUnsuccesful' => 'Unable to create account', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment