<?php /*************************************************************** * (c) 2006-2007 Askywhale (hosting[a]askywhale.com) * All rights reserved * * This script is part of HostingBenchmark.com. This project is * free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * The GNU General Public License can be found at * http://www.gnu.org/copyleft/gpl.html. * A copy is found in the textfile GPL.txt and important notices to the license * from the author is found in LICENSE.txt distributed with these scripts. * * This script is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. ***************************************************************/ $lang['ENCODING'] = 'iso-8859-1'; $lang['DIRECTION'] = 'ltr'; $lang['LEFT'] = 'left'; $lang['RIGHT'] = 'right'; $lang['DATE_FORMAT'] = 'd M Y'; // This should be changed to the default date format for your language, php date() format $lang['ISO_NAME'] = 'en'; $lang['continue'] = 'Continue'; $lang['text_header'] = "hostingbenchmark.org"; $lang['text_sub_header'] = "You are now here : %s"; $lang['text_footer'] = "Download this at <a href='http://hostingbenchmark.org'>hostingbenchmark.org</a><br /> (c) 2006, 2007 <a href='http://askywhale.com'>askywhale</a>"; $lang['full_back'] = "Restart all"; $lang['title_release'] = "%s r.%s"; $lang['intro_chooselanguage'] = "Please choose a language below"; $lang['intro_start'] = "You will now select tests you want to try, then the benchmark will be run (around one second per test).<br />At the end, you will be able see the results and send them to the official website in order to compare them."; $lang['use_parameters'] = "Use parameter string above instead"; $lang['bad_parameters_string'] = "String entered is not valid"; $lang['not_found_tests'] = "These tests where not found, or found with different release numbers : %s"; $lang['intro_selecttests'] = "Please select some tests"; $lang['not_a_benchmark'] = "Not a benchmark"; $lang['no_test_selected'] = "No test selected"; $lang['intro_setparameters'] = "Please set special parameters"; $lang['test_nb'] = "%d test(s) will be done"; $lang['intro_setmainparameters'] = "Please choose main options"; $lang['how_many_pass'] = "How many pass will be done for each timed test ? (10 or more is advised before official submission)"; //$lang['ignore_worst'] = "Do you want to ignore the 20% worst results of each test (default is on) ?"; $lang['intro_test'] = "Test done"; $lang['result_dotest'] = "%.3f seconds for test '%s', pass %d"; $lang['prc_done'] = "%d%% done"; $lang['intro_showresults'] = "Here are the average delays of each test"; $lang['result_avgtest'] = "%.3f seconds"; $lang['failed_test'] = "Failure"; $lang['parameters_string'] = "Here is the parameters string (encoded) of your tests. You can copy and paste it at the beginning of this script later."; $lang['results_string'] = "Here is the result string of your tests. You can copy and paste it in the result website or click below."; $lang['click_send_results'] = "Click here to send results to the HostingBenchmark website. This will be fully anonymous."; $lang['click_restart'] = "Click here to restart these tests"; $lang['end_go_start'] = "Click on 'continue' to go back to the start"; ?>