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

Initial commit of files related to the warning system

As the comments suggest, it's not finished but I'm getting it in before
I do things to my machine


git-svn-id: file:///svn/phpbb/trunk@5324 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2005-12-10 23:08:02 +00:00
parent 877d71528d
commit 85fdeda51c
10 changed files with 592 additions and 2 deletions

View File

@@ -215,6 +215,7 @@ $lang += array(
'LOG_ME_IN' => 'Log me on automatically each visit',
'LOG_USER_FEEDBACK' => '<b>Added user feedback</b><br />&#187; %s',
'LOG_USER_GENERAL' => '%s',
'LOG_USER_WARNING' => '<b>Added user warning</b><br />&#187;%s',
'MARK' => 'Mark',
'MARK_ALL' => 'Mark all',
@@ -429,6 +430,7 @@ $lang += array(
'VIEW_BOOKMARKS' => 'View bookmarks',
'VIEW_LATEST_POST' => 'View latest post',
'VIEW_NEWEST_POST' => 'View newest post',
'VIEW_NOTES' => 'View user notes',
'VIEW_ONLINE_TIME' => 'This data is based on users active over the past %d minute',
'VIEW_ONLINE_TIMES' => 'This data is based on users active over the past %d minutes',
'VIEW_TOPIC' => 'View topic',
@@ -439,6 +441,8 @@ $lang += array(
'VIEW_TOPIC_POLL' => 'Poll: ',
'VIEW_TOPIC_STICKY' => 'Sticky: ',
'WARNINGS' => 'Warnings',
'WARN_USER' => 'Warn user',
'WELCOME_SUBJECT' => 'Welcome to %s Forums',
'WEBSITE' => 'Website',
'WHOIS' => 'Whois',