diff options
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 1438e565ff..517daed8a8 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -481,6 +481,9 @@ $lang = array( 'DOWNLOAD' => 'Download', 'FILESIZE' => 'Filesize', 'FILE_NOT_FOUND_404' => '<b>404 File Not Found:</b> The File <i>%s</i> does not exist.', + 'DOWNLOADED' => 'Downloaded', + 'VIEWED' => 'Viewed', + 'DOWNLOAD_NUMBER' => '%d Time(s)', // replace %d with count 'User_control_panel' => 'User Control Panel', 'UCP_Main' => 'Control Panel', |
