View file phpbb/ads/language/en/info_ucp_phpbb_ads.php

File size: 449B
<?php
/**
 *
 * Advertisement management. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2017 phpBB Limited <https://www.phpbb.com>
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

if (!defined('IN_PHPBB'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

$lang = array_merge($lang, array(
	'UCP_PHPBB_ADS_TITLE'	=> 'My advertisements',
	'UCP_PHPBB_ADS_STATS'	=> 'Statistics',
));