Ajout d'une extension
This commit is contained in:
28
ext/phpbbstudio/ass/language/en/ass_ext.php
Normal file
28
ext/phpbbstudio/ass/language/en/ass_ext.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* phpBB Studio - Advanced Shop System. An extension for the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) 2019, phpBB Studio, https://www.phpbbstudio.com
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
*/
|
||||
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (empty($lang) || !is_array($lang))
|
||||
{
|
||||
$lang = [];
|
||||
}
|
||||
|
||||
/**
|
||||
* Some characters you may want to copy&paste: ’ » “ ” …
|
||||
*/
|
||||
$lang = array_merge($lang, [
|
||||
'ASS_DISABLE_EXTENDED' => 'Disabling the <strong>“Advanced Shop System”</strong> is not possible as it is still being extended by an other extension. Extension name: <strong>“%s”</strong>',
|
||||
'ASS_REQUIRES_APS' => 'The <strong>“Advanced Shop System”</strong> extension requires that the <strong>“Advanced Points System”</strong> extension is enabled.',
|
||||
'ASS_REQUIRES_APS_VERSION' => 'Minimum <strong>“Advanced Points System”</strong> version required is <strong>%s</strong>.',
|
||||
]);
|
||||
Reference in New Issue
Block a user