mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12579] Add "BUTTON_" strings for Post and PM buttons
PHPBB3-12579
This commit is contained in:
@@ -138,8 +138,10 @@ $lang = array_merge($lang, array(
|
||||
1 => 'Users browsing this forum: %2$s and %1$d guest',
|
||||
2 => 'Users browsing this forum: %2$s and %1$d guests',
|
||||
),
|
||||
'BUTTON_DELETE' => 'Delete',
|
||||
'BUTTON_EDIT' => 'Edit',
|
||||
'BUTTON_FORUM_LOCKED' => 'Locked',
|
||||
'BUTTON_INFORMATION' => 'Information',
|
||||
'BUTTON_NEW_TOPIC' => 'New Topic',
|
||||
'BUTTON_PM' => 'PM',
|
||||
'BUTTON_PM_FORWARD' => 'Forward',
|
||||
@@ -148,7 +150,9 @@ $lang = array_merge($lang, array(
|
||||
'BUTTON_PM_REPLY_ALL' => 'Reply All',
|
||||
'BUTTON_POST_REPLY' => 'Post Reply',
|
||||
'BUTTON_QUOTE' => 'Quote',
|
||||
'BUTTON_REPORT' => 'Report',
|
||||
'BUTTON_TOPIC_LOCKED' => 'Locked',
|
||||
'BUTTON_WARN' => 'Warn',
|
||||
'BYTES' => 'Bytes',
|
||||
'BYTES_SHORT' => 'B',
|
||||
|
||||
|
Reference in New Issue
Block a user