1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[ticket/13818] Add browse CDB links to ext style lang management

PHPBB3-13818
This commit is contained in:
Matt Friedman
2015-06-06 10:30:09 -07:00
parent ab3e4b8abc
commit a620651ca1
6 changed files with 28 additions and 2 deletions

View File

@@ -73,4 +73,6 @@ $lang = array_merge($lang, array(
'THOSE_MISSING_LANG_VARIABLES' => 'The following language variables are missing from the “%s” language pack',
'UNINSTALLED_LANGUAGE_PACKS' => 'Uninstalled language packs',
'BROWSE_LANGUAGE_PACKS_DATABASE' => 'Browse language packs database',
));