mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
inline attachment capability...
git-svn-id: file:///svn/phpbb/trunk@4819 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -518,6 +518,8 @@ $lang += array(
|
||||
|
||||
'VIEW_TOPIC_POST' => '1 Post',
|
||||
'VIEW_TOPIC_POSTS' => '%d Posts',
|
||||
|
||||
'MISSING_INLINE_ATTACHMENT' => 'The Attachment <b>%s</b> is no longer available'
|
||||
);
|
||||
|
||||
// posting
|
||||
@@ -623,6 +625,7 @@ $lang += array(
|
||||
'POSTED_ATTACHMENTS'=> 'Posted attachments',
|
||||
'UPDATE_COMMENT' => 'Update comment',
|
||||
'DELETE_FILE' => 'Delete File',
|
||||
'PLACE_INLINE' => 'Place Inline',
|
||||
|
||||
'DISABLE_HTML' => 'Disable HTML',
|
||||
'DISABLE_BBCODE' => 'Disable BBCode',
|
||||
|
Reference in New Issue
Block a user