mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
Adjust some files to support new methods...
git-svn-id: file:///svn/phpbb/trunk@9279 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -151,12 +151,16 @@ $lang = array_merge($lang, array(
|
||||
'DISPLAY_TOPICS' => 'Display topics from previous',
|
||||
'DOWNLOADED' => 'Downloaded',
|
||||
'DOWNLOADING_FILE' => 'Downloading file',
|
||||
'DOWNLOAD_COUNT' => 'Downloaded %d time',
|
||||
'DOWNLOAD_COUNTS' => 'Downloaded %d times',
|
||||
'DOWNLOAD_COUNT_NONE' => 'Not downloaded yet',
|
||||
'VIEWED_COUNT' => 'Viewed %d time',
|
||||
'VIEWED_COUNTS' => 'Viewed %d times',
|
||||
'VIEWED_COUNT_NONE' => 'Not viewed yet',
|
||||
'DOWNLOAD_COUNT' => array(
|
||||
0 => 'Not downloaded yet',
|
||||
1 => 'Downloaded %d time',
|
||||
2 => 'Downloaded %d times',
|
||||
),
|
||||
'VIEWED_COUNT' => array(
|
||||
0 => 'Not viewed yet',
|
||||
1 => 'Viewed %d time',
|
||||
2 => 'Viewed %d times',
|
||||
),
|
||||
|
||||
'EDIT_POST' => 'Edit post',
|
||||
'EMAIL' => 'E-mail',
|
||||
|
Reference in New Issue
Block a user