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