-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into release/3.3.0
- Loading branch information
Showing
37 changed files
with
720 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ Backup/ | |
|
||
/node_modules/ | ||
/build/ | ||
/develop/ | ||
/vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
/** | ||
* | ||
* Advanced BBCode Box | ||
* | ||
* @copyright (c) 2020 Matt Friedman | ||
* @license GNU General Public License, version 2 (GPL-2.0) | ||
* | ||
*/ | ||
|
||
if (!defined('IN_PHPBB')) | ||
{ | ||
exit; | ||
} | ||
|
||
if (empty($lang) || !is_array($lang)) | ||
{ | ||
$lang = []; | ||
} | ||
|
||
$lang = array_merge($lang, [ | ||
'ACP_ABBC3_MODULE' => 'Advanced BBCode Box', | ||
'ACP_ABBC3_SETTINGS' => 'Settings', | ||
'LOG_ABBC3_ENABLE_FAIL' => '<strong>Advanced BBCode Box was unable to create the directory:</strong><br>%s', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
/** | ||
* | ||
* Advanced BBCode Box | ||
* | ||
* @copyright (c) 2020 Matt Friedman | ||
* @license GNU General Public License, version 2 (GPL-2.0) | ||
* | ||
*/ | ||
|
||
if (!defined('IN_PHPBB')) | ||
{ | ||
exit; | ||
} | ||
|
||
if (empty($lang) || !is_array($lang)) | ||
{ | ||
$lang = []; | ||
} | ||
|
||
$lang = array_merge($lang, [ | ||
'ACP_ABBC3_MODULE' => 'Advanced BBCode Box', | ||
'ACP_ABBC3_SETTINGS' => 'Settings', | ||
'LOG_ABBC3_ENABLE_FAIL' => '<strong>Advanced BBCode Box was unable to create the directory:</strong><br>%s', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
/** | ||
* | ||
* Advanced BBCode Box | ||
* | ||
* @copyright (c) 2020 Matt Friedman | ||
* @license GNU General Public License, version 2 (GPL-2.0) | ||
* | ||
*/ | ||
|
||
if (!defined('IN_PHPBB')) | ||
{ | ||
exit; | ||
} | ||
|
||
if (empty($lang) || !is_array($lang)) | ||
{ | ||
$lang = []; | ||
} | ||
|
||
$lang = array_merge($lang, [ | ||
'ACP_ABBC3_MODULE' => 'Advanced BBCode Box', | ||
'ACP_ABBC3_SETTINGS' => 'Settings', | ||
'LOG_ABBC3_ENABLE_FAIL' => '<strong>Advanced BBCode Box was unable to create the directory:</strong><br>%s', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
/** | ||
* | ||
* Advanced BBCode Box | ||
* | ||
* @copyright (c) 2020 Matt Friedman | ||
* @license GNU General Public License, version 2 (GPL-2.0) | ||
* | ||
*/ | ||
|
||
if (!defined('IN_PHPBB')) | ||
{ | ||
exit; | ||
} | ||
|
||
if (empty($lang) || !is_array($lang)) | ||
{ | ||
$lang = []; | ||
} | ||
|
||
$lang = array_merge($lang, [ | ||
'ACP_ABBC3_MODULE' => 'Advanced BBCode Box', | ||
'ACP_ABBC3_SETTINGS' => 'Settings', | ||
'LOG_ABBC3_ENABLE_FAIL' => '<strong>Advanced BBCode Box was unable to create the directory:</strong><br>%s', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
/** | ||
* | ||
* Advanced BBCode Box [Spanish - Formal Honorifics] | ||
* | ||
* @copyright (c) 2020 Matt Friedman | ||
* @license GNU General Public License, version 2 (GPL-2.0) | ||
* | ||
*/ | ||
|
||
if (!defined('IN_PHPBB')) | ||
{ | ||
exit; | ||
} | ||
|
||
if (empty($lang) || !is_array($lang)) | ||
{ | ||
$lang = []; | ||
} | ||
|
||
$lang = array_merge($lang, [ | ||
'ACP_ABBC3_MODULE' => 'Caja de BBCode Avanzado', | ||
'ACP_ABBC3_SETTINGS' => 'Ajustes', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
/** | ||
* | ||
* Advanced BBCode Box [Spanish - Casual Honorifics] | ||
* | ||
* @copyright (c) 2020 Matt Friedman | ||
* @license GNU General Public License, version 2 (GPL-2.0) | ||
* | ||
*/ | ||
|
||
if (!defined('IN_PHPBB')) | ||
{ | ||
exit; | ||
} | ||
|
||
if (empty($lang) || !is_array($lang)) | ||
{ | ||
$lang = []; | ||
} | ||
|
||
$lang = array_merge($lang, [ | ||
'ACP_ABBC3_MODULE' => 'Caja de BBCode Avanzado', | ||
'ACP_ABBC3_SETTINGS' => 'Ajustes', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
/** | ||
* | ||
* Advanced BBCode Box | ||
* | ||
* @copyright (c) 2020 Matt Friedman | ||
* @license GNU General Public License, version 2 (GPL-2.0) | ||
* | ||
*/ | ||
|
||
if (!defined('IN_PHPBB')) | ||
{ | ||
exit; | ||
} | ||
|
||
if (empty($lang) || !is_array($lang)) | ||
{ | ||
$lang = []; | ||
} | ||
|
||
$lang = array_merge($lang, [ | ||
'ACP_ABBC3_MODULE' => 'Advanced BBCode Box', | ||
'ACP_ABBC3_SETTINGS' => 'Settings', | ||
'LOG_ABBC3_ENABLE_FAIL' => '<strong>Advanced BBCode Box was unable to create the directory:</strong><br>%s', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
/** | ||
* | ||
* Advanced BBCode Box | ||
* | ||
* @copyright (c) 2020 Matt Friedman | ||
* @license GNU General Public License, version 2 (GPL-2.0) | ||
* | ||
*/ | ||
|
||
if (!defined('IN_PHPBB')) | ||
{ | ||
exit; | ||
} | ||
|
||
if (empty($lang) || !is_array($lang)) | ||
{ | ||
$lang = []; | ||
} | ||
|
||
$lang = array_merge($lang, [ | ||
'ACP_ABBC3_MODULE' => 'Advanced BBCode Box', | ||
'ACP_ABBC3_SETTINGS' => 'Settings', | ||
'LOG_ABBC3_ENABLE_FAIL' => '<strong>Advanced BBCode Box was unable to create the directory:</strong><br>%s', | ||
]); |
Oops, something went wrong.