45 lines
1.8 KiB
PHP
45 lines
1.8 KiB
PHP
<?php
|
|
$lang->entry->common = 'Entry';
|
|
$lang->entry->list = 'Entry List';
|
|
$lang->entry->api = 'API';
|
|
$lang->entry->webhook = 'Webhook';
|
|
$lang->entry->log = 'Log';
|
|
$lang->entry->setting = 'Setting';
|
|
|
|
$lang->entry->browse = 'Browse';
|
|
$lang->entry->create = 'Create';
|
|
$lang->entry->edit = 'Edit';
|
|
$lang->entry->delete = 'Delete';
|
|
$lang->entry->createKey = 'Regenerate';
|
|
|
|
$lang->entry->id = 'ID';
|
|
$lang->entry->name = 'Name';
|
|
$lang->entry->code = 'Code';
|
|
$lang->entry->key = 'Key';
|
|
$lang->entry->ip = 'IP';
|
|
$lang->entry->desc = 'Desc';
|
|
$lang->entry->createdBy = 'Created By';
|
|
$lang->entry->createdDate = 'Created Date';
|
|
$lang->entry->editedby = 'Edited By';
|
|
$lang->entry->editedDate = 'Edited Date';
|
|
$lang->entry->date = 'Request Time';
|
|
$lang->entry->url = 'Request URL';
|
|
|
|
$lang->entry->confirmDelete = 'Are you sure delete this entry?';
|
|
$lang->entry->help = 'Help';
|
|
|
|
$lang->entry->note = new stdClass();
|
|
$lang->entry->note->name = 'Name';
|
|
$lang->entry->note->code = 'Code, should be english and number.';
|
|
$lang->entry->note->ip = "Use comma between two IPs. IP segment is supported, e.g. 192.168.1.*";
|
|
$lang->entry->note->allIP = 'All';
|
|
|
|
$lang->entry->errmsg['PARAM_CODE_MISSING'] = 'Param code is missing.';
|
|
$lang->entry->errmsg['PARAM_TOKEN_MISSING'] = 'Param token is missing.';
|
|
$lang->entry->errmsg['SESSION_CODE_MISSING'] = 'Session code is missing.';
|
|
$lang->entry->errmsg['EMPTY_KEY'] = 'Key of entry is missing.';
|
|
$lang->entry->errmsg['INVALID_TOKEN'] = 'Invalid token.';
|
|
$lang->entry->errmsg['SESSION_VERIFY_FAILED'] = 'Session verification failed.';
|
|
$lang->entry->errmsg['IP_DENIED'] = 'IP is denied.';
|
|
$lang->entry->errmsg['EMPTY_ENTRY'] = 'Key of entry is missing.';
|