Файл: apwa/language/en/mods/info_ucp_gallery.php
Строк: 27
<?php
/**
*
* info_ucp_gallery [English]
*
* @package phpBB Gallery
* @version $Id$
* @copyright (c) 2007 nickvergessen nickvergessen@gmx.de http://www.flying-bits.org
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
**/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
$lang = array_merge($lang, array(
'UCP_GALLERY' => 'Gallery',
'UCP_GALLERY_FAVORITES' => 'Manage favorites',
'UCP_GALLERY_PERSONAL_ALBUMS' => 'Manage personal albums',
'UCP_GALLERY_SETTINGS' => 'Personal settings',
'UCP_GALLERY_WATCH' => 'Manage subscriptions',
));
?>