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

Merge pull request #3896 from Zoddo/ticket/14157

[ticket/14157] Allow to set the alt/title attribute on post icons
This commit is contained in:
Marc Alexander
2015-10-10 16:43:15 +02:00
9 changed files with 69 additions and 6 deletions

View File

@@ -83,6 +83,7 @@ $lang = array_merge($lang, array(
'ALL_POSTS' => 'All posts',
'ALL_TIMES' => 'All times are <span title="%2$s">%1$s</span>',
'ALL_TOPICS' => 'All Topics',
'ALT_TEXT' => 'Alternative text',
'AND' => 'And',
'ARE_WATCHING_FORUM' => 'You have subscribed to be notified of new posts in this forum.',
'ARE_WATCHING_TOPIC' => 'You have subscribed to be notified of new posts in this topic.',