1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Implement suggestion in bug #484449

git-svn-id: file:///svn/phpbb/trunk@1488 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-11-29 22:51:34 +00:00
parent b7ca8131fa
commit d6f9bef1f1
2 changed files with 4 additions and 1 deletions

View File

@@ -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";