Skip to content

Instantly share code, notes, and snippets.

@benedmunds
Created January 14, 2015 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benedmunds/2a84a0410f81aea33281 to your computer and use it in GitHub Desktop.
Save benedmunds/2a84a0410f81aea33281 to your computer and use it in GitHub Desktop.
<?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