first commit

This commit is contained in:
2026-02-07 09:46:32 +08:00
commit 5fcd5dc646
443 changed files with 89466 additions and 0 deletions

346
lang/en/programming.php Normal file
View File

@@ -0,0 +1,346 @@
<?php
$string['pluginadministration'] = 'Programming practice administration';
$string['pluginname'] = 'Programming Practice';
$string['modulename'] = 'Programming Practice';
$string['modulenameplural'] = 'Programming Practice';
$string['compilemessage'] = 'Compile Message';
$string['input'] = 'Test Input';
$string['output'] = 'Test Output';
$string['timeopen'] = 'Open Time';
$string['timeclose'] = 'Close Time';
$string['edittests'] = 'Edit Tests';
$string['viewresults'] = 'View Results';
$string['submitprogram'] = 'Submit Program';
$string['statusnew'] = 'The program is submit to system just now, it will be compiled by the system sometime later.';
$string['statuscompiling'] = 'The program is being compiled now.';
$string['statuscompileok'] = 'The program is successfuly compiled and the system will run the tests on the program sometime later.';
$string['statusrunning'] = 'The program is running with tests now.';
$string['statusfinish'] = 'The program is successfully processed.';
$string['statuscompilefail'] = 'The program is failed to compile.';
$string['resubmit'] = 'Re-submit';
$string['remainntimes'] = 'There are {$a} attempt(s) for you.';
$string['programcode'] = 'Code';
$string['programminglanguage'] = 'Language';
$string['languagegcc3.3'] = 'gcc-3.3';
$string['languageg++3.3'] = 'g++-3.3';
$string['reset'] = 'Reset';
$string['submit'] = 'Submit';
$string['submitsuccess'] = 'Submit Success';
$string['return'] = 'Return';
$string['submitfailednoattempts'] = 'Submit Failed: No more attempts remained.';
$string['submitfailedemptycode'] = 'Submit Failed: You haven\'t provided any codes.';
$string['public'] = 'Public';
$string['timelimit'] = 'Time limitation';
$string['memlimit'] = 'Memory limitation';
$string['weightsetting'] = 'Weight Setting';
$string['timelimitunlimited'] = 'Unlimited';
$string['memlimitunlimited'] = '256M';
$string['allowlate'] = 'Allow late';
$string['nseconds'] = '{$a} seconds';
$string['nkb'] = '{$a}KB';
$string['nweight'] = '{$a}';
$string['timeexceed'] = 'Time exceed, you are not allowed to submit your program now.';
$string['programmingnotopen'] = 'It\'s too early, the programming practice is still not open now.';
$string['description'] = 'Description';
$string['noanytests'] = 'There\'s no any tests.';
$string['nograde'] = 'No grade';
$string['grade'] = 'Grade';
$string['successfailcount'] = 'There are {$a->total} test cases. Your program has passed {$a->success} of them and failed in {$a->fail} of them.';
$string['successfailshort'] = 'Pass {$a->success} of {$a->total}.';
$string['passalltests'] = 'Pass all testcases.';
$string['sizelines'] = '{$a->codesize}B {$a->codelines} lines';
$string['status'] = 'Status';
$string['submittime'] = 'Submit Time';
$string['testresults'] = 'Test Results';
$string['statusshortnew'] = 'New submit';
$string['statusshortcompiling'] = 'Compiling';
$string['statusshortcompileok'] = 'Compile OK';
$string['statusshortrunning'] = 'Running';
$string['statusshortfinish'] = 'Finished';
$string['statusshortcompilefail'] = 'Compile Fail';
$string['nosubmit'] = 'No submit.';
$string['attempts'] = 'Attempts';
$string['attemptsunlimited'] = 'Unlimited';
$string['oneattempt'] = 'one attempt';
$string['nattempts'] = '$a attempts';
$string['viewprogram'] = 'View Program';
$string['noresult'] = 'NO RESULT!';
$string['expectedoutput'] = 'Expected Output';
$string['timeused'] = 'Time used(seconds)';
$string['memused'] = 'Memory used';
$string['memusednk'] = '{$a}K';
$string['nwarningerror'] = '{$a->warnings} warning(s), {$a->errors} error(s)';
$string['deletesubmitconfirm'] = 'Are your sure you want to delete following submits?';
$string['passed'] = 'Passed';
$string['rejudge'] = 'Re-judge';
$string['showall'] = 'Show all';
$string['showlatestonly'] = 'Show latest only';
$string['rejudgeprograms'] = 'Do you want to re-judge \'{$a->name}\'?';
$string['package'] = 'Package';
$string['packagesuccess'] = 'Package Success';
$string['download'] = 'Download';
$string['testcasen'] = 'Test Case {$a}';
$string['keeplatestonly'] = 'Keep latest program only';
$string['clickshowdetail'] = 'Click to show details';
$string['currentstatus'] = 'Current Status: $a';
$string['testresult'] = 'Test Result: $a';
$string['discount'] = 'Discount';
$string['timediscount'] = 'Time Discount';
$string['statrange'] = 'Range';
$string['statstudentcount'] = 'Student Number';
$string['statsubmitcount'] = 'Submited';
$string['statcompiledcount'] = 'Compiled Succeed';
$string['statpassedcount'] = 'Passed';
$string['statintimepassedcount'] = 'Passed on time';
$string['stataveragelines'] = 'Average lines';
$string['total'] = 'Total';
$string['viewstats'] = 'View Statistics';
$string['nkb'] = '{$a}KB';
$string['n/a'] = 'N/A';
$string['failbecausefpe'] = 'Floating Point Exception';
$string['failbecausecputimelimit'] = 'CPU Time Exceed';
$string['failbecausetimelimit'] = 'Time Exceed';
$string['failbecausesegv'] = 'Invalid memory referece or memory limit exceed';
$string['failbecauseunknownsig'] = 'Unknown signal $a';
$string['failbecausejudgescript'] = 'Judge script error';
$string['failbecauserestrict'] = 'Restrict function called';
$string['failbecausesimpleguard'] = 'Guard program error';
$string['failbecausewrongresult'] = 'Wrong result';
$string['exitcode'] = 'Exit value';
$string['errormessage'] = 'Error message';
$string['failreason'] = 'Fail reason';
$string['linecount'] = 'Line count';
$string['never'] = 'Never';
$string['always'] = 'Always';
$string['inresult'] = 'In show result page';
$string['afterdiscount'] = 'After discount';
$string['securetestcase'] = 'Secure test';
$string['langlimit'] = 'Language Limit';
$string['testcasenumber'] = 'No.';
$string['showasplaintext'] = 'View plain';
$string['view'] = 'View';
$string['result'] = 'Result';
$string['submithistory'] = 'Submit History';
$string['printpreview'] = 'Print Preview';
$string['print'] = 'Print';
$string['submitid'] = 'Submit ID';
$string['language'] = 'Language';
$string['codesize'] = 'Code Size';
$string['testcase'] = 'Test Case';
$string['reports'] = 'Reports';
$string['resemble'] = 'Resebmle';
$string['analyze'] = 'Analyze';
$string['program1'] = 'Program 1';
$string['percent1'] = 'Percent 1';
$string['program2'] = 'Program 2';
$string['percent2'] = 'Percent 2';
$string['matchedlines'] = 'Matched Lines';
$string['warn'] = 'Warn';
$string['list'] = 'List';
$string['generator'] = 'Generator';
$string['setgenerator'] = 'Set Generator';
$string['delgenerator'] = 'Delete Generator';
$string['summary'] = 'Summary';
$string['detail'] = 'Detail';
$string['detailreport'] = 'Detail Report';
$string['allstudents'] = 'All Students';
$string['packagedesc'] = 'With package function, you can download the programs of all the students.';
$string['retestdesc'] = 'Delete all the test results and make OJ system rejudge the programs.';
$string['RE'] = 'RE: Runtime Error';
$string['RE:description'] = 'Invalid memory referece or memory limit exceed';
$string['AC'] = 'AC: Accepted';
$string['AC:description'] = 'No errors found';
$string['PE'] = 'PE: Presentation Error';
$string['PE:description'] = 'Result is right, but format not.';
$string['WA'] = 'WA: Wrong Answer';
$string['WA:description'] = 'Result is wrong';
$string['CE'] = 'CE: Compile Error';
$string['CE:description'] = 'Your code was failed to be compiled.';
$string['TLE'] = 'TLE: Time Limit Exceed';
$string['TLE:description'] = 'Your program used too many CPU time.';
$string['MLE'] = 'MLE: Memory Limit Exceed';
$string['MLE:description'] = 'Your program used too many memory.';
$string['OLE'] = 'OLE: Output Limit Exceed';
$string['OLE:description'] = 'Your program output too many text.';
$string['FPE'] = 'FPE: Floating Point Error';
$string['FPE:description'] = 'Error related with floating point calculation, eg. divide a number by zero.';
$string['KS'] = 'KS: Killed by Signal';
$string['KS:description'] = 'Your program is killed by a signal';
$string['JSE'] = 'JSE: Judge Script Error';
$string['JSE:description'] = 'Judge Script failed. Note: Never return 125 from your program.';
$string['RFC'] = 'RFC: Restrict Function Called';
$string['RFC:description'] = 'Your program called a function which is restricted to be called. Note: Never return 126 from your program.';
$string['JGE'] = 'JGE: Judge Guard error';
$string['JGE:description'] = 'Judge Guard failed. Note: Never return 127 from your program.';
$string['showmode'] = 'Show Mode';
$string['normalmode'] = 'Normal';
$string['contestmode'] = 'Contest';
$string['viewsubmithistoryof'] = 'View submit history of {$a}';
$string['viewtestresultof'] = 'View test result of {$a}';
$string['viewsubmithistory'] = 'View submit history';
$string['viewtestresult'] = 'View test result';
$string['cannotfindyoursubmit'] = 'Can\'nt find you submit';
$string['noresembleinfo'] = 'No resemble info';
$string['highsimilitude'] = 'High Similitude';
$string['mediumsimilitude'] = 'Medium Similitude';
$string['lowsimilitude'] = 'Low Similitude';
$string['similitudedegree'] = 'Similitude Degree';
$string['personal'] = 'Personal';
$string['resembleeditsucceeded'] = 'Similitude Edit Succeeded';
$string['weight'] = 'Weight';
$string['judgeresult'] = 'Judge Result';
$string['printfinished'] = 'Print Finished';
$string['printnotallow'] = 'Print Not Allow';
$string['testcasemodified'] = 'Test Case Modified';
$string['testcaseadded'] = 'Test Case Added';
$string['presetcode'] = 'Preset Code';
$string['setpresetcode'] = 'Set preset code';
$string['delpresetcode'] = 'Delete preset code';
$string['iostripped'] = 'I/O message bigger than {$a}K are stripped, please use \"download\" link above the message to download it as plain text file.';
$string['usefile'] = 'Use file:';
$string['sourcefile'] = 'Source file';
$string['globalid'] = 'ID';
$string['submitcount'] = 'Submit Count';
$string['programming:viewcontent'] = 'View problem information';
$string['programming:submitprogram'] = 'Submit program';
$string['programming:submitatanytime'] = 'Submit at any time';
$string['programming:submitforothers'] = 'Submit for others';
$string['programming:viewdetailresult'] = 'View detail result';
$string['programming:viewsummaryresult'] = 'View summary result';
$string['programming:viewdetailresultincontest'] = 'View detail result in contest mode';
$string['programming:viewhistory'] = 'View history';
$string['programming:edittestcase'] = 'Edit testcases';
$string['programming:viewpubtestcase'] = 'View public testcases';
$string['programming:viewhiddentestcase'] = 'View hidden testcases';
$string['programming:viewotherprogram'] = 'View others programs';
$string['programming:viewotherresult'] = 'View others results';
$string['programming:viewreport'] = 'View reports';
$string['rejudgeac'] = 'Rejudge accepted (AC) submits too';
$string['compare'] = 'Compare';
$string['programming_ojip'] = 'programming_ojip';
$string['configojip'] = 'From which ip addresses can online judge engines connect to the ojfeeder of this server. Please separate different addresses with space.';
$string['resemble_analyze'] = 'Resemble Analyze';
$string['flag1'] = 'Mark left';
$string['flag2'] = 'Mark right';
$string['flag3'] = 'Mark neither';
$string['youhavepassed'] = 'You have passed this practise.';
$string['submitagain'] = 'Submit Again';
$string['testcasedeleted'] = 'The test case have been deleted.';
$string['resultcountchart'] = 'Result Count Chart';
$string['resultgroupcountchart'] = 'Result Count Chart by Group';
$string['resultchartacintime'] = 'Passed in time';
$string['resultchartacdiscount'] = 'Passed with discount';
$string['resultchartsomethingwrong'] = 'Something wrong';
$string['resultchartcompileerror'] = 'Compile error';
$string['resultchartnosubmition'] = 'No submition';
$string['ID'] = 'ID';
$string['allprograms'] = 'All Programs';
$string['range'] = 'Range';
$string['showperpage'] = 'Show Perpage';
$string['deletesubmits'] = 'Delete submits';
$string['rejudgestarted'] = 'Rejudge started';
$string['bestprograms'] = 'Best Programs';
$string['rank'] = 'Rank';
$string['others'] = 'Others';
$string['judgeresultcountchart'] = 'Judge Result Count Chart';
$string['visitgoogleneeded'] = 'To show the charts, the browser needs to visit google website...';
$string['inputfile'] = 'Input file';
$string['outputfile'] = 'Output file';
$string['stdin'] = 'stdin';
$string['stdout'] = 'stdout';
$string['inputfromfile'] = 'Input from file';
$string['outputtofile'] = 'Output to file';
$string['program'] = 'Program';
$string['prependcode'] = 'Prepend Code';
$string['postpendcode'] = 'Postpend Code';
$string['addpresetcode']= 'Add Preset Code';
$string['sequence'] = 'No.';
$string['name'] = 'Filename';
$string['codeforuser'] = 'Code for user';
$string['codeforcheck'] = 'Code for check';
$string['presetcodemoved'] = 'Preset code has been moved';
$string['presetcodeadded'] = 'Preset code has been added';
$string['presetcodemodified'] = 'Preset code has been modified';
$string['presetcodedeleted'] = 'Preset code has been deleted';
$string['place'] = 'Place';
$string['prepend'] = 'Prepend';
$string['postpend'] = 'Postpend';
$string['customfile'] = 'Custom file';
$string['filename'] = 'Filename';
$string['usepresetcodeforcheck'] = 'Use check code';
$string['deletepresetcodeconfirm'] = 'Are you sure to delete preset code?';
$string['nopresetcode'] = 'No preset codes';
$string['presetcodes'] = 'Preset codes';
$string['editpresetcode']= 'Edit preset code';
$string['deletepresetcode']= 'Delete preset code';
$string['filenamechars'] = 'Filename should only contain alphas, digits and \"-_.\" chars.';
$string['extmustbe'] = 'Extention name can only be \"{$a}\".';
$string['prependcodeexists'] = 'Prepend code exists';
$string['postpendcodeexists'] = 'Postpend code exists';
$string['testenv'] = 'Test Environment';
$string['datafile'] = 'Data file';
$string['datafiles'] = 'Data files';
$string['filetype'] = 'File type';
$string['textfile'] = 'Text file';
$string['binaryfile'] = 'Binary file';
$string['isbinary'] = 'Is binary';
$string['data'] = 'Data';
$string['checkdata'] = 'Data for check';
$string['adddatafile'] = 'Add data file';
$string['usecheckdata'] = 'Use check data';
$string['datafileforcheck'] = 'Data file for check';
$string['memo'] = 'Memo';
$string['datafileadded'] = 'Data file added';
$string['datafiledeleted'] = 'Data file deleted';
$string['datafilemodified'] = 'Data file modified';
$string['datafilemoved'] = 'Data file moved';
$string['adddatafile'] = 'Add data file';
$string['editdatafile'] = 'Edit data file';
$string['deletedatafile'] = 'Delete data file';
$string['deletedatafileconfirm'] = 'Are you sure to delete the data file?';
$string['filenamedupliate'] = 'The name has been used by another file';
$string['nodatafile'] = 'No data file';
$string['extraproc'] = 'Extra process number';
$string['presstodownload'] = 'Press to download';
$string['addtestcase'] = 'Add Test Case';
$string['edittestcase'] = 'Edit Test Case';
$string['nproc'] = '{$a} more process';
$string['deletetestcaseconfirm'] = 'Are you sure to delete the test case?';
$string['testcasemoved'] = 'Test case moved';
$string['notestcase'] = 'No test case';
$string['noresemble'] = 'Not found';
$string['validator'] = 'Validator';
$string['validatormodified'] = 'Validator modified';
$string['validatortype'] = 'Type';
$string['validatorlang'] = 'Language';
$string['validatorcode'] = 'Code';
$string['comparetext'] = 'Compare text';
$string['comparetextwithpe'] = 'Compare text with PE error';
$string['comparefilesizeandmd5'] = 'Compare size and md5 digest of files';
$string['customizedjudgescript'] = 'Customized judge script';
$string['deletetestcase'] = 'Delete test case';
$string['testcasepub'] = 'Public';
$string['input_help'] = 'Input is send to the running program from stdin by OJ.';
$string['expectedoutput_help'] = 'Output is the expected output the program should generated.';
$string['output_help'] = 'Output is the expected output the program should generated.';
$string['timelimit_help'] = 'The program should finish before time exceeded';
$string['memlimit_help'] = 'The program should use memory less than the memory limit';
$string['nproc_help'] = 'nproc limit processes the program can create.';
$string['weight_help'] = 'How important is the testcase';
$string['testcasepub_help'] = 'Show or hidden the testcase';
$string['testcase_help'] = 'Test cases for the program, each test case is for each run.';
$string['datafile_help'] = 'Files can be read by the program';
$string['presetcode_help'] = 'Code prepend or append to program submitted by user.';
$string['validator_help'] = 'How to check the output is right';
$string['programmingintro'] = 'Introduce of the Programming';
$string['modulename_help'] = 'The programming activity module enables online judging computer programes.
After the teacher setting the Problem,Students can submit their code,and they can receive the result feedbacked by bitoj(http://code.google.com/p/bitoj/).';
$string['submit_help'] = 'What is submit?';
$string['programming_moss_userid'] = 'moss userid';
$string['programming_moss_useridinfo'] = 'maybe something used by moss.pl?you can let it blank here.';
$string['category'] = 'Programming category';
$string['difficulty'] = 'Difficulty';
?>