diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2003-10-12 09:04:36 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-10-12 09:04:36 +0000 |
| commit | c5b5dd033aa1ff5833fd29cd8286f3251afe371e (patch) | |
| tree | 18f1fa14ba799b6c3fa44de08c35b42e46819aa6 /phpBB/language/en/lang_admin.php | |
| parent | 8f90b25b398712c411299009b18720dacc54a021 (diff) | |
| download | forums-c5b5dd033aa1ff5833fd29cd8286f3251afe371e.tar forums-c5b5dd033aa1ff5833fd29cd8286f3251afe371e.tar.gz forums-c5b5dd033aa1ff5833fd29cd8286f3251afe371e.tar.bz2 forums-c5b5dd033aa1ff5833fd29cd8286f3251afe371e.tar.xz forums-c5b5dd033aa1ff5833fd29cd8286f3251afe371e.zip | |
no fun without the lang.
git-svn-id: file:///svn/phpbb/trunk@4570 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 705cf58404..e0a9acccdc 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -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', |
