# common
COMMON_DOT=.
COMMON_COMMA=,

# copyright information
DEFAULT_COMPANY=modnut
DEFAULT_WEBSITE=platform

# platform constant string for private useage
ADMIN_NAME=administrator
ADMIN_INTRO=top auth of platform,allow all operation
PLANTFORM_NAME=platform
PLANTFORM_INTRO=basic platform system,common information module
TOKEN_NOT_INITED=token not inited
TOKEN_KEY_NULL=token file wrong
TOKEN_CONTENT_NULL=token file solve failed
TOKEN_CODE_NOT_MATCH=token file not match application code
TOKEN_TIME_EXPIRY=token file is out of date
TOKEN_TOKEN_MISSING=token missing
TOKEN_SN_NOT_MATCH=token SN not matched
TOKEN_PIN_NOT_MATCH=token PIN not matched
TOKEN_MAC_NOT_MATCH=token MAC address not matched
TOKEN_PORT_NOT_MATCH=server port not matched
TOKEN_HARDWARE_NOT_MATCH=token hardware not matched
TOKEN_PARAM_UNVERIFY=token parameter verify failed
TOKEN_UNKNOW_ERROR=token check unknow error occur
PAGE_ERROR_OTHER_TITLE=unknow error
PAGE_ERROR_OTHER_CONTENT=unknow error number,system can not continue solve request.
PAGE_ERROR_403_TITLE=request forbidden
PAGE_ERROR_403_CONTENT=you do not have the auth to access this url,please close the page.
PAGE_ERROR_404_TITLE=page not found
PAGE_ERROR_404_CONTENT=the page is missing,please close the page.
PAGE_ERROR_500_TITLE=system error
PAGE_ERROR_500_CONTENT=please report detail information to administrator.
BACK_HOME=back home
LOGIC_ADD_FAILED=add data failed
LOGIC_EDIT_FAILED=edit data failed
LOGIC_DEL_FAILED=delete data failed
LOGIC_ERROR=unknow logic error
CHECK_NULL=can not be empty
CHECK_FULL1=should not be more than
CHECK_FULL2=character(s)
CHECK_MIN1=should not be less than
CHECK_MIN2=
CHECK_MAX1=should not be more than
CHECK_MAX2=

# platform constant string for public useage
TEXT_DATABASE_ERROR=database error
TEXT_WRONG_CAPTCHA=wrong captcha
TEXT_WRONG_REMOTE=account or password wrong
TEXT_NEED_LOGIN=need login to operate
TEXT_NO_AUTH=no auth to operate
TEXT_NO_AUTH_ADDON=,please contact your administrator
TEXT_NO_FILE_PATH=file store path not config
TEXT_ERROR=solve request error
TEXT_PROGRAM_LOCK=program locked
TEXT_LIST_EMPTY=empty result

