qcminecraft/Carbon-Forum-F

View on GitHub
language/en/global.js

Summary

Maintainability
A
3 hrs
Test Coverage
/*
 * Carbon-Forum-F
 * https://github.com/lincanbin/Carbon-Forum
 *
 * Copyright 2006-2017 Canbin Lin (lincanbin@hotmail.com)
 * http://www.94cb.com/
 *
 * Licensed under the Apache License, Version 2.0:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * A high performance open-source forum software written in PHP.
 */
var Lang = {
    "Title_Can_Not_Be_Empty": "Title Can not be empty. ",
    "Title_Too_Long": "Title length can not exceed {{MaxTitleChars}} bytes, current title length is {{Current_Title_Length}} bytes. ",
    "Tags_Empty": "Tags can not be empty. ",
    "Submitting": " Submitting ",
    "Submit_Success": " Success ",
    "Submit_Failure": "Failure, try again. ",
    "Submit_Again": " Submit again ",
    "Tags_Too_Much": "Up to {{MaxTagNum}} tags per topic. ",
    "Add_Tags": "Add a tag (press Enter)",
    "Edit": " Submit ",
    "Cancel": " Cancel ",
    "Confirm_Operation": "Please confirm the operation. ",
    "Confirm": "Confirm",
    "Reply": " Reply ",
    "Content_Empty": "Content can not be empty! ",
    "Replying": " Replying…… ",
    "Reply_Success": " Success ",
    "Reply_To": "Reply to ",
    "New_Message": "{{NewMessage}} New Messages",
    "Send_Message": "Send"
};