aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/lang_main.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/lang_main.php')
-rw-r--r--phpBB/language/en/lang_main.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index 35d3115a97..9bea9dccef 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -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',