diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-07-17 02:42:24 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-11 15:48:04 +0200 |
commit | 67530d132ac6eb1eae74bd184014bcc7c6b7d082 (patch) | |
tree | 02c61e72fdcff8b9164e3e611d2eb3308a2ad734 /phpBB/language | |
parent | 659236a32f58946a501d3fb9f04ba83ed91ef369 (diff) | |
download | forums-67530d132ac6eb1eae74bd184014bcc7c6b7d082.tar forums-67530d132ac6eb1eae74bd184014bcc7c6b7d082.tar.gz forums-67530d132ac6eb1eae74bd184014bcc7c6b7d082.tar.bz2 forums-67530d132ac6eb1eae74bd184014bcc7c6b7d082.tar.xz forums-67530d132ac6eb1eae74bd184014bcc7c6b7d082.zip |
[feature/plupload/cron] Add cronjob for cleaning plupload temporary directory.
PHPBB3-10929
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 9c470efcd9..77a7618ce0 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -666,6 +666,8 @@ $lang = array_merge($lang, array( 'LOG_U_ROLE_EDIT' => '<strong>User role edited</strong><br />» %s', 'LOG_U_ROLE_REMOVED' => '<strong>User role removed</strong><br />» %s', + 'LOG_PLUPLOAD_TIDY_FAILED' => '<strong>Unable to open %1$s for tidying, check permissions.</strong><br />Exception: %2$s<br />Trace: %3$s', + 'LOG_PROFILE_FIELD_ACTIVATE' => '<strong>Profile field activated</strong><br />» %s', 'LOG_PROFILE_FIELD_CREATE' => '<strong>Profile field added</strong><br />» %s', 'LOG_PROFILE_FIELD_DEACTIVATE' => '<strong>Profile field deactivated</strong><br />» %s', |