| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?php
- $lang->editor->common = 'Editor';
- $lang->editor->api = 'API';
- $lang->editor->index = 'Home Page';
- $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 List';
- $lang->editor->filePath = "Extension:";
- $lang->editor->sourceFile = 'Source File:';
- $lang->editor->fileName = "File Name:";
- $lang->editor->isOverride = "Overwrite Duplicated Files";
- $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 = 'Are you sure you want to delete it?';
- $lang->editor->extendConfirm = 'Are you sure you want to reuse the existing code?';
- $lang->editor->repeatFile = 'Duplicate file name.';
- $lang->editor->repeatPage = 'This page already exists. Do you want to overwrite it?';
- $lang->editor->noticeOkFile = "For security reasons, the system needs to verify your administrator identity. n Please log in to the server where ZenTao is installed and create the file %s. n Notes: \n 1. The file content should be empty.n 2. If the file already exists, delete it and create it again.";
- $lang->editor->editFileError = 'Only ZenTao files can be modified!';
- $lang->editor->turnOff = "If you do not need the editor feature, you can disable it here.";
- $lang->editor->notExists = "The directory does not exist. Please create it first by running『mkdir -p %s』.";
- $lang->editor->notWritable = "Unable to write — permission may be denied. Please try running『chmod 777 -R %s』";
- $lang->editor->notDelete = 'Unable to delete. Please check your permissions.';
- $lang->editor->emptyFileName = 'Please enter a file name.';
- $lang->editor->onlyLocalVisit = "This feature can only be accessed from IP: 127.0.0.1. <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'] = 'Organization';
- $lang->editor->modules['convert'] = 'Import From Other Systems';
- $lang->editor->modules['dept'] = 'Department';
- $lang->editor->modules['doc'] = 'Doc';
- $lang->editor->modules['extension'] = 'Add-on';
- $lang->editor->modules['file'] = 'File';
- $lang->editor->modules['group'] = 'Permission Group';
- $lang->editor->modules['index'] = 'Home Page';
- $lang->editor->modules['install'] = 'Installation';
- $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'] = 'Test';
- $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'] = 'Test Case';
- $lang->editor->modules['testtask'] = 'Test Request';
- $lang->editor->modules['todo'] = 'To-do';
- $lang->editor->modules['tree'] = 'Module Management';
- $lang->editor->modules['upgrade'] = 'Upgrade';
- $lang->editor->modules['user'] = 'User';
|