qcminecraft/Carbon-Forum-F

View on GitHub
language/en/manage.php

Summary

Maintainability
B
5 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(
    'Deleted' => 'Deleted',
    'Recovered' => 'Recovered',
    'Failure_Recovery' => 'Failure Recovery',

    'Permanently_Deleted' => 'Permanently Deleted',
    'Failure_Permanent_Deletion' => 'Failure Permanent Deletion',

    'Sunk' => 'Sunk',
    'Risen' => 'Risen',

    'Lock' => 'Lock',
    'Unlock' => 'Unlock',

    'Block_User' => 'Block User',
    'Unblock_User' => 'Unblock User',

    'Follow' => 'Follow',
    'Unfollow' => 'Unfollow',

    'Unsubscribe' => 'Unsubscribe',
    'Collect' => 'Collect',

    'Prohibited_Content' => 'Your topic is prohibited to publish',
    'Do_Not_Modify' => 'Do Not Modify',
    'Edited' => 'Edited',
    'Failure_Edit' => 'Failure Edit',

    'Icon_Upload_Success' => 'Upload Success',
    'Icon_Upload_Failure' => 'Upload Failure',
    'Icon_Is_Oversize' => 'Icon can not exceed 1MiB',

    'Enable_Tag' => 'Enable tag',
    'Disable_Tag' => 'Disable tag',

    'Reset_Avatar_Successfully' => 'Reset avatar successfully! '
    ));