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

Listing of users

git-svn-id: file:///svn/phpbb/trunk@3456 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-02-05 17:40:46 +00:00
parent e0a71f56ce
commit 0cbcd2467c
3 changed files with 253 additions and 46 deletions

View File

@@ -395,7 +395,7 @@ $lang = array_merge($lang, array(
'Mark' => 'Mark',
'Sent' => 'Sent',
'Saved' => 'Saved',
'Delete_marked' => 'Delete Marked',
'DELETE_MARKED' => 'Delete Marked',
'Delete_all' => 'Delete All',
'Save_marked' => 'Save Marked',
'Save_message' => 'Save Message',
@@ -422,8 +422,8 @@ $lang = array_merge($lang, array(
'No_match' => 'No matches found',
'No_such_folder' => 'No such folder exists',
'No_folder' => 'No folder specified',
'Mark_all' => 'Mark all',
'Unmark_all' => 'Unmark all',
'MARK_ALL' => 'Mark all',
'UNMARK_ALL' => 'Unmark all',
'Confirm_delete_pm' => 'Are you sure you want to delete this message?',
'Confirm_delete_pms' => 'Are you sure you want to delete these messages?',
'Inbox_size' => 'Your Inbox is %d%% full',