80 lines
4.0 KiB
PHP
80 lines
4.0 KiB
PHP
<?php
|
|
$lang->editor->common = 'Editor';
|
|
$lang->editor->api = 'API';
|
|
$lang->editor->index = 'Home';
|
|
$lang->editor->newMethod = 'New Method';
|
|
$lang->editor->extend = 'Extension';
|
|
$lang->editor->api = 'API';
|
|
$lang->editor->newLang = 'New Language';
|
|
$lang->editor->newConfig = 'New Config';
|
|
$lang->editor->newHook = 'New Hook';
|
|
$lang->editor->newExtend = 'New Extension';
|
|
$lang->editor->newPage = 'New Page';
|
|
$lang->editor->override = 'Overwrite';
|
|
$lang->editor->edit = 'Edit Extension';
|
|
$lang->editor->save = 'Save Page';
|
|
$lang->editor->delete = 'Delete Page';
|
|
|
|
$lang->editor->moduleList = 'Module';
|
|
$lang->editor->filePath = "Extension:";
|
|
$lang->editor->sourceFile = 'Source File:';
|
|
$lang->editor->fileName = "File Name:";
|
|
$lang->editor->isOverride = "Override Duplicated File";
|
|
$lang->editor->exampleHook = "(e.g. ***.html.hook.php)";
|
|
$lang->editor->exampleJs = "(e.g. ***.js)";
|
|
$lang->editor->exampleCss = "(e.g. ***.css)";
|
|
$lang->editor->examplePHP = "(e.g. ***.php)";
|
|
$lang->editor->pageName = "Page Name:";
|
|
|
|
$lang->editor->deleteConfirm = 'Do you want to delete it?';
|
|
$lang->editor->extendConfirm = 'Do you want to use original code?';
|
|
$lang->editor->repeatFile = 'File Name Duplicated';
|
|
$lang->editor->repeatPage = 'This page exists. Do you want to overwrite it?';
|
|
$lang->editor->noticeOkFile = 'For security reasons, your Admin account has to be confirmed. \n Please login ZenTao server and create %s File.\n Note:\n 1. File is blank.\n 2. If the file existed, delete it and then create a new one.';
|
|
$lang->editor->editFileError = 'You can only modify ZenTao files!';
|
|
$lang->editor->turnOff = "If you don't use the editor function, you can turn it off here.";
|
|
|
|
$lang->editor->notExists = "Not exists. Please create it. Try mkdir -p %s";
|
|
$lang->editor->notWritable = "Not wirtable. Permission is required. Please try chmod 777 -R %s";
|
|
$lang->editor->notDelete = 'Cannot be deleted. Please check your permissions!';
|
|
$lang->editor->emptyFileName = 'Please enter a File Name!';
|
|
$lang->editor->onlyLocalVisit = "This feature only works when the IP is 127.0.0.1 for security. <a href='https://api.zentao.pm/goto.php?item=howtodevelop&from=en' target='_blank'>Help</a>";
|
|
|
|
$lang->editor->translate['config.php'] = 'config';
|
|
$lang->editor->translate['control.php'] = 'control';
|
|
$lang->editor->translate['model.php'] = 'model';
|
|
|
|
$lang->editor->modules['action'] = 'System Log';
|
|
$lang->editor->modules['admin'] = 'Admin';
|
|
$lang->editor->modules['api'] = 'API';
|
|
$lang->editor->modules['bug'] = 'Bug';
|
|
$lang->editor->modules['build'] = 'Build';
|
|
$lang->editor->modules['common'] = 'Common Module';
|
|
$lang->editor->modules['company'] = 'Company';
|
|
$lang->editor->modules['convert'] = 'Convert';
|
|
$lang->editor->modules['dept'] = 'Department';
|
|
$lang->editor->modules['doc'] = 'Doc';
|
|
$lang->editor->modules['extension'] = 'Extension';
|
|
$lang->editor->modules['file'] = 'File';
|
|
$lang->editor->modules['group'] = 'Group';
|
|
$lang->editor->modules['index'] = 'Homepage';
|
|
$lang->editor->modules['install'] = 'Install';
|
|
$lang->editor->modules['misc'] = 'Misc';
|
|
$lang->editor->modules['my'] = 'Dashboard';
|
|
$lang->editor->modules['product'] = $lang->productCommon;
|
|
$lang->editor->modules['productplan'] = 'Plan';
|
|
$lang->editor->modules['project'] = $lang->projectCommon;
|
|
$lang->editor->modules['execution'] = $lang->executionCommon;
|
|
$lang->editor->modules['qa'] = 'QA';
|
|
$lang->editor->modules['release'] = 'Release';
|
|
$lang->editor->modules['report'] = 'Report';
|
|
$lang->editor->modules['search'] = 'Search';
|
|
$lang->editor->modules['story'] = $lang->URCommon;
|
|
$lang->editor->modules['task'] = 'Task';
|
|
$lang->editor->modules['testcase'] = 'Case';
|
|
$lang->editor->modules['testtask'] = 'Request';
|
|
$lang->editor->modules['todo'] = 'Todo';
|
|
$lang->editor->modules['tree'] = 'Module Maintenance';
|
|
$lang->editor->modules['upgrade'] = 'Upgrade';
|
|
$lang->editor->modules['user'] = 'User';
|