mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12807] Adds missing language variables language/en/acp/forums.php
PHPBB3-12807
This commit is contained in:
parent
b6816c4237
commit
dbefb74abe
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ $lang = array_merge($lang, array(
|
|||
'AUTO_PRUNE_FREQ_EXPLAIN' => 'Time in days between pruning events.',
|
||||
'AUTO_PRUNE_VIEWED' => 'Auto-prune post viewed age',
|
||||
'AUTO_PRUNE_VIEWED_EXPLAIN' => 'Number of days since topic was viewed after which topic is removed.',
|
||||
'AUTO_PRUNE_SHADOW_FREQ' => 'Auto-prune shadow topics frequency',
|
||||
'AUTO_PRUNE_SHADOW_DAYS' => 'Auto-prune shadow topics age',
|
||||
|
||||
'CONTINUE' => 'Continue',
|
||||
'COPY_PERMISSIONS' => 'Copy permissions from',
|
||||
|
|
Loading…
Add table
Reference in a new issue