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

[ticket/12807] New variables for _EXPLAIN

PHPBB3-12807
This commit is contained in:
Crizzo
2014-07-06 00:28:25 +02:00
parent dbefb74abe
commit addcbb1585
2 changed files with 4 additions and 2 deletions

View File

@@ -46,6 +46,8 @@ $lang = array_merge($lang, array(
'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',
'AUTO_PRUNE_SHADOW_DAYS_EXPLAIN' => 'Number of days after which shadow topic is removed.',
'AUTO_PRUNE_SHADOW_FREQ_EXPLAIN' => 'Time in days between pruning events.',
'CONTINUE' => 'Continue',
'COPY_PERMISSIONS' => 'Copy permissions from',