qcminecraft/Carbon-Forum-F

View on GitHub
language/en/topic.php

Summary

Maintainability
B
4 hrs
Test Coverage
<?php
if (!defined('InternalAccess')) exit('error: 403 Access Denied');
if (empty($Lang) || !is_array($Lang))
    $Lang = array();

$Lang = array_merge($Lang, array(
    'People_Collection' => ' collector',
    'People_Have_Seen' => ' pageviews',
    'Edit' => 'Edit',
    'Quote' => 'Quote',
    'Delete' => 'Delete',
    'Recover' => 'Recover',
    'Permanently_Delete' => 'Permanently Delete',
    'Unlock' => 'Unlock',
    'Lock' => 'Lock',
    'Sink' => 'Sink',
    'Rise' => 'Rise',
    'Unsubscribe' => 'Unsubscribe',
    'Collect' => 'Collect',
    'Replies' => ' Replies',
    'Last_Updated_In' => 'Last update ',
    'Reply' => ' Reply ',
    'Requirements_For_Login' => 'Requires Login',
    'Topic_Has_Been_Locked' => 'Topic has been locked. Prohibit replying. ',
    'Add_Tags' => 'Add a tag (press Enter)',
    'Edit_Tags' => 'Edit Tags',
    'Complete_Edit_Tags' => 'Complete'
    ));