diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_main.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index ace3926159..3bd012bd9b 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -419,6 +419,9 @@ $lang['No_folder'] = "No folder specified"; $lang['Mark_all'] = "Mark all"; $lang['Unmark_all'] = "Unmark all"; +$lang['Confirm_delete_pm'] = "Are you sure you want to delete this message?"; +$lang['Confirm_delete_pms'] = "Are you sure you want to delete these messages?"; + $lang['Inbox_size'] = "Your Inbox is %d%% full"; // eg. Your Inbox is 50% full $lang['Sentbox_size'] = "Your Sentbox is %d%% full"; $lang['Savebox_size'] = "Your Savebox is %d%% full"; |