<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Esther Brunner <wikidesign@gmail.com>
 * @author     Daniel Dias Rodrigues <danieldiasr@gmail.com>
 */
 
// for the configuration manager
$lang['namespace']        = 'Default namespace for local avatars';
$lang['size']             = 'Default avatar size in pixels';
$lang['rating']           = 'Maximum content rating allowed for Gravatars';
$lang['gravatar_default'] = 'Default image generator when an email address does not have a matching Gravatar image';
$lang['local_default']    = 'Default image generator when a user does not have a matching local avatar image';

