mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/11328] Add language variables for buttons
New language variables for buttons PHPBB3-11328
This commit is contained in:
@@ -119,6 +119,17 @@ $lang = array_merge($lang, array(
|
|||||||
1 => 'Users browsing this forum: %2$s and %1$d guest',
|
1 => 'Users browsing this forum: %2$s and %1$d guest',
|
||||||
2 => 'Users browsing this forum: %2$s and %1$d guests',
|
2 => 'Users browsing this forum: %2$s and %1$d guests',
|
||||||
),
|
),
|
||||||
|
'BUTTON_EDIT' => 'Edit',
|
||||||
|
'BUTTON_FORUM_LOCKED' => 'Locked',
|
||||||
|
'BUTTON_NEW_TOPIC' => 'New Topic',
|
||||||
|
'BUTTON_PM' => 'PM',
|
||||||
|
'BUTTON_PM_FORWARD' => 'Forward',
|
||||||
|
'BUTTON_PM_NEW' => 'New PM',
|
||||||
|
'BUTTON_PM_REPLY' => 'Send Reply',
|
||||||
|
'BUTTON_PM_REPLY_ALL' => 'Reply All',
|
||||||
|
'BUTTON_POST_REPLY' => 'Post Reply',
|
||||||
|
'BUTTON_QUOTE' => 'Quote',
|
||||||
|
'BUTTON_TOPIC_LOCKED' => 'Locked',
|
||||||
'BYTES' => 'Bytes',
|
'BYTES' => 'Bytes',
|
||||||
|
|
||||||
'CANCEL' => 'Cancel',
|
'CANCEL' => 'Cancel',
|
||||||
|
Reference in New Issue
Block a user