Code: Select all
'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',
I will try. thanksBrf wrote:In 3.0 the buttons were images, but now they are language strings.
Code: Select all
'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',
I appliedGunChleoc wrote:Would you be interested in helping to upgrade the language pack?
https://www.phpbb.com/languages/apply.php
I can't find them.... HELPBrf wrote:In 3.0 the buttons were images, but now they are language strings.
There was no such code. But when I added translated code phpbb crashed (blank screen)...So I removed this code.Brf wrote:You can't find what? The language strings are in your language's common.php.
Indeed.hypersaw wrote: There was no such code.