mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-17 17:56:25 +02:00
no fun without the lang.
git-svn-id: file:///svn/phpbb/trunk@4570 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -412,6 +412,7 @@ $lang += array(
|
||||
'acl_f_reply' => 'Can reply to posts',
|
||||
'acl_f_quote' => 'Can quote posts',
|
||||
'acl_f_edit' => 'Can edit own posts',
|
||||
'acl_f_lock' => 'Can lock own topics',
|
||||
'acl_f_delete' => 'Can delete own posts',
|
||||
'acl_f_poll' => 'Can create polls',
|
||||
'acl_f_vote' => 'Can vote in polls',
|
||||
@@ -592,6 +593,8 @@ $lang += array(
|
||||
'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smilies',
|
||||
'ICONS_PATH' => 'Post icons storage path',
|
||||
'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/icons',
|
||||
'UPLOAD_ICONS_PATH' => 'Extension group icons storage path',
|
||||
'UPLOAD_ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/upload_icons',
|
||||
'RANKS_PATH' => 'Rank image storage path',
|
||||
'RANKS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/ranks',
|
||||
);
|
||||
@@ -833,6 +836,8 @@ $lang += array(
|
||||
'AUTO_PRUNE_FREQ_EXPLAIN' => 'Time in days between pruning events.',
|
||||
'AUTO_PRUNE_DAYS' => 'Auto-prune Post Age',
|
||||
'AUTO_PRUNE_DAYS_EXPLAIN' => 'Number of days since last post after which topic is removed.',
|
||||
'AUTO_PRUNE_VIEWED' => 'Auto-prune Post Viewed Age',
|
||||
'AUTO_PRUNE_VIEWED_EXPLAIN' => 'Number of days since topic was viewed after which topic is removed.',
|
||||
'PRUNE_OLD_POLLS' => 'Prune Old Polls',
|
||||
'PRUNE_OLD_POLLS_EXPLAIN' => 'Removes topics with polls not voted in for post age days.',
|
||||
'PRUNE_FINISHED_POLLS' => 'Prune Closed Polls',
|
||||
|
Reference in New Issue
Block a user