Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-1432

Unused vars

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • None
    • 3.0.B1
    • Language pack
    • None
    • PHP Environment:
      Database:

      During translation we stumbled over some unused language vars:
      common.php:

      'TOPIC_TITLE'		=> 'Topic title',


      mcp.php:

      	'MCP_VIEW_ALL'			=> 'View all (%s)',
      	'MCP_VIEW_LOGS'			=> 'View logs',
      	'MCP_VIEW_RECENT'		=> 'View recent (%s)',


      ucp.php:

      	'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...

            naderman Nils Adermann
            PhilippK PhilippK [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: