1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/15371] Add language string

PHPBB3-15371
This commit is contained in:
Rubén Calvo
2018-05-01 14:38:36 +02:00
parent 837a333ef2
commit 796939c7f6

View File

@@ -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.',