diff options
| author | David M <davidmj@users.sourceforge.net> | 2007-05-16 19:20:50 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2007-05-16 19:20:50 +0000 |
| commit | 34bd3a9b1c06f45db6ab563dbb82729ff104e5a7 (patch) | |
| tree | a8fa3a18f662069bc5431b4ca1380634e69feebf /phpBB/language | |
| parent | 15743dc7ac7ae8985e785096d2e3ed2a046c6e32 (diff) | |
| download | forums-34bd3a9b1c06f45db6ab563dbb82729ff104e5a7.tar forums-34bd3a9b1c06f45db6ab563dbb82729ff104e5a7.tar.gz forums-34bd3a9b1c06f45db6ab563dbb82729ff104e5a7.tar.bz2 forums-34bd3a9b1c06f45db6ab563dbb82729ff104e5a7.tar.xz forums-34bd3a9b1c06f45db6ab563dbb82729ff104e5a7.zip | |
#11012
- For now, only founders can clear the cache ( we might change this )
git-svn-id: file:///svn/phpbb/trunk@7612 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/common.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index e17df3c86b..2c7d8de7f3 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -320,6 +320,10 @@ $lang = array_merge($lang, array( 'POSTS_PER_DAY' => 'Posts per day', + 'PURGE_CACHE' => 'Purge the cache', + 'PURGE_CACHE_CONFIRM' => 'Are you sure you wish to purge the cache?', + 'PURGE_CACHE_EXPLAIN' => 'Purge all cache related items, this includes any cached template files or queries.', + 'RESET_DATE' => 'Reset board’s start date', 'RESET_DATE_CONFIRM' => 'Are you sure you wish to reset the board’s start date?', 'RESET_ONLINE' => 'Reset most users ever online', @@ -583,6 +587,8 @@ $lang = array_merge($lang, array( 'LOG_PRUNE_USER_DEL_DEL' => '<strong>Users pruned and posts deleted</strong><br />» %s', 'LOG_PRUNE_USER_DEL_ANON' => '<strong>Users pruned and posts retained</strong><br />» %s', + 'LOG_PURGE_CACHE' => '<strong>Purged cache</strong>', + 'LOG_RANK_ADDED' => '<strong>Added new rank</strong><br />» %s', 'LOG_RANK_REMOVED' => '<strong>Removed rank</strong><br />» %s', 'LOG_RANK_UPDATED' => '<strong>Updated rank</strong><br />» %s', |
