76 lines
3.5 KiB
PHP
76 lines
3.5 KiB
PHP
<?php
|
|
$lang->editor->common = 'Editor';
|
|
$lang->editor->api = 'API';
|
|
$lang->editor->index = 'Index';
|
|
$lang->editor->newMethod = 'New method';
|
|
$lang->editor->extend = 'Extend';
|
|
$lang->editor->api = 'API';
|
|
$lang->editor->newLang = 'New language';
|
|
$lang->editor->newConfig = 'New config';
|
|
$lang->editor->newHook = 'New hook';
|
|
$lang->editor->newExtend = 'New extend';
|
|
$lang->editor->newPage = 'New page';
|
|
$lang->editor->override = 'override';
|
|
$lang->editor->edit = 'Edit extend';
|
|
$lang->editor->save = 'Save page';
|
|
$lang->editor->delete = 'Delete page';
|
|
|
|
$lang->editor->moduleList = 'Module list';
|
|
$lang->editor->filePath = "Extend:";
|
|
$lang->editor->sourceFile = 'Source file:';
|
|
$lang->editor->fileName = "File name:";
|
|
$lang->editor->isOverride = "Override repeat file";
|
|
$lang->editor->exampleHook = "(For example:***.html.hook.php)";
|
|
$lang->editor->exampleJs = "(For example:***.js)";
|
|
$lang->editor->exampleCss = "(For example:***.css)";
|
|
$lang->editor->examplePHP = "(For example:***.php)";
|
|
$lang->editor->pageName = "Page Name:";
|
|
|
|
$lang->editor->deleteConfirm = 'Are you sure?';
|
|
$lang->editor->extendConfirm = 'Would you reuse the code.';
|
|
$lang->editor->repeatFile = 'File name repeat';
|
|
$lang->editor->repeatPage = 'This page has extisted. Is override?';
|
|
$lang->editor->noticeOkFile = 'For security reason, system need to confirm you\'re administrator of zentao system.\n Please login into the zentao host and create the %s file.\n Note:\n 1. Keep the ok.txt content empty.\n 2. If the file exists already, remove and recreate it again.';
|
|
|
|
$lang->editor->notWritable = "Can not writable, maybe no power. please try chmod 777 -R ";
|
|
$lang->editor->notDelete = "Can not delete, please check power!";
|
|
$lang->editor->emptyFileName = 'Please write file name';
|
|
|
|
$lang->editor->translate['config.php'] = 'config';
|
|
$lang->editor->translate['control.php'] = 'Control';
|
|
$lang->editor->translate['model.php'] = 'model';
|
|
|
|
$lang->editor->modules['action'] = 'Logs';
|
|
$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'] = 'Import';
|
|
$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'] = 'Index';
|
|
$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['qa'] = 'Test';
|
|
$lang->editor->modules['release'] = 'Release';
|
|
$lang->editor->modules['report'] = 'Report';
|
|
$lang->editor->modules['search'] = 'Search';
|
|
$lang->editor->modules['story'] = 'Story';
|
|
$lang->editor->modules['task'] = 'Task';
|
|
$lang->editor->modules['testcase'] = 'Case';
|
|
$lang->editor->modules['testtask'] = 'Test task';
|
|
$lang->editor->modules['todo'] = 'TODO';
|
|
$lang->editor->modules['tree'] = 'Module manage';
|
|
$lang->editor->modules['upgrade'] = 'Upgrade';
|
|
$lang->editor->modules['user'] = 'User';
|
|
|