mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15371] Add language string
PHPBB3-15371
This commit is contained in:
parent
837a333ef2
commit
796939c7f6
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ $lang = array_merge($lang, array(
|
|||
// Local adapter
|
||||
'STORAGE_ADAPTER_LOCAL_NAME' => 'Local',
|
||||
'STORAGE_ADAPTER_LOCAL_OPTION_PATH' => 'Path',
|
||||
'STORAGE_ADAPTER_LOCAL_OPTION_DEPTH' => 'Depth',
|
||||
|
||||
// Form validation
|
||||
'STORAGE_UPDATE_SUCCESSFUL' => 'All storage types were successfully updated.',
|
||||
|
|
Loading…
Add table
Reference in a new issue