1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14703] Select the parent module id from the several found

PHPBB3-14703
This commit is contained in:
rxu
2016-07-23 20:54:16 +07:00
parent 652e3da28d
commit eaafb758ce
2 changed files with 23 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ $lang = array_merge($lang, array(
'MODULE_INFO_FILE_NOT_EXIST' => 'A required module info file is missing: %2$s',
'MODULE_NOT_EXIST' => 'A required module does not exist: %s',
'PARENT_MODULE_FIND_ERROR' => 'Unable to determine the parent module identifier: %s',
'PERMISSION_NOT_EXIST' => 'The permission setting "%s" unexpectedly does not exist.',
'ROLE_NOT_EXIST' => 'The permission role "%s" unexpectedly does not exist.',