1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

L10n of warning messages sent to the user

git-svn-id: file:///svn/phpbb/trunk@5427 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-01-05 20:35:43 +00:00
parent 479f95661e
commit d864074bdd
3 changed files with 23 additions and 10 deletions

View File

@@ -218,6 +218,7 @@ $lang = array_merge($lang, array(
'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',
'LOG_USER_WARNING_BODY' => '<b>The following warning was issued to this user</b><br />&#187;%s',
'MARK' => 'Mark',
'MARK_ALL' => 'Mark all',

View File

@@ -279,6 +279,8 @@ $lang = array_merge($lang, array(
'VIEW_DETAILS' => 'View Details',
'WARNED_USERS' => 'Warned Users',
'WARNING_PM_BODY' => 'The following is a warning which has been issued to you by an administrator or moderator of this site.[quote]%s[/quote]',
'WARNING_PM_SUBJECT' => 'Board Warning Issued',
'YOU_SELECTED_TOPIC' => 'You selected topic number %d: %s',