You need to sign in or sign up before continuing.
registration.php 328 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
<?php
/**
 * Cruge Registration messages
 * @author Ricardo Obregón <ricardo@obregon.co>
 * @date 4/12/12 06:11 PM
 */
return array(
    'The account has been created!' => '¡La cuenta ha sido creada!',
    'Click here to login using new credentials:' => 'Haga click aquí para iniciar sesión con sus nuevas credenciales:',
);