1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

check file type

git-svn-id: file:///svn/phpbb/trunk@6354 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-09-05 15:17:45 +00:00
parent 2c2a2c10d9
commit 504eef65c5
3 changed files with 65 additions and 1 deletions

View File

@@ -232,6 +232,8 @@ $lang = array_merge($lang, array(
'ICQ_STATUS' => 'ICQ status',
'IF' => 'if',
'IMAGE' => 'Image',
'IMAGE_FILETYPE_INVALID' => 'Image filetype %d for mimetype %s not supported.',
'IMAGE_FILETYPE_MISMATCH' => 'Image filetype mismatch: expected extension %1$s but extension %2$s given.',
'IN' => 'in',
'INDEX' => 'Index page',
'INFORMATION' => 'Information',