Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-1432 now.

Unused vars (fix completed in vcs)

During translation we stumbled over some unused language vars:
common.php:
Code: Select all
'TOPIC_TITLE'      => 'Topic title',

mcp.php:
Code: Select all
   'MCP_VIEW_ALL'         => 'View all (%s)',
   'MCP_VIEW_LOGS'         => 'View logs',
   'MCP_VIEW_RECENT'      => 'View recent (%s)',

ucp.php:
Code: Select all
   'REPLIED_MESSAGE'         => 'Replied to message',
   'UCP_WATCHED'               => 'Watched items',
   'PM_RULE' => array(
      'REPORTED'      => 'reported'
   ),
   'QUIT_ALL'      => 'Quit all',
   'QUIT_MARKED'   => 'Quit marked',
   'JOIN_ALL'      => 'Join all',
   'JOIN_MARKED'   => 'Join marked',

Just seems that they were forgotten in the language vars...

Comments / History

Posted by naderman (Development Team Leader) on Aug 12th 2006, 01:51

I'm going to keep TOPIC_TITLE since this is something very common that people might want to use in their templates.

Linked ticket with changeset: r6266

Action performed by naderman (Development Team Leader) on Aug 12th 2006, 01:58

Linked ticket with changeset: r6272

Action performed by naderman (Development Team Leader) on Aug 12th 2006, 13:55

Ticket details

Related SVN changesets