diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2005-12-10 23:08:02 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2005-12-10 23:08:02 +0000 |
| commit | 85fdeda51cfcfb4b75923bbb339c02533e4b5a54 (patch) | |
| tree | 99f0eeb85eeab9c137d0cdc2c9b0086cd9a96bb2 /phpBB/language/en/common.php | |
| parent | 877d71528d83d217d1f6b71428681dc4bc4c54f3 (diff) | |
| download | forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar.gz forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar.bz2 forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.tar.xz forums-85fdeda51cfcfb4b75923bbb339c02533e4b5a54.zip | |
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
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 8e477bb840..39f77e7ddd 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -215,6 +215,7 @@ $lang += array( 'LOG_ME_IN' => 'Log me on automatically each visit', 'LOG_USER_FEEDBACK' => '<b>Added user feedback</b><br />» %s', 'LOG_USER_GENERAL' => '%s', + 'LOG_USER_WARNING' => '<b>Added user warning</b><br />»%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', |
