COPPA: Revision

Last updated by lord55

<?php
    /**
     * Elgg coppa language pack
     *
     * @package ElggCOPPA
     * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
     * @author Curverider Ltd
     * @copyright Curverider Ltd 2008
     * @link http://elgg.com/
     */

    $italian = array(
        'coppa:text' => 'Ho più di 13 anni',
        'coppa:fail' => 'Devi avere più di 13 anni per registrarti su questo sito',
    );
                   
    add_translation("it",$italian);
?>

History