mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11328] Add language variables for buttons
New language variables for buttons PHPBB3-11328
This commit is contained in:
parent
f63e115ae9
commit
1d5f8a2bbf
1 changed files with 11 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue