<?php
if(strcmp(basename($_SERVER['PHP_SELF']),basename(__FILE__)) === 0)
{
exit('Forbidden!');
}
$main_lang = array(
'lang_notinstalled' => 'No404s not installed!',
'lang_nourlset' => 'No url given!',
'lang_noresultsset' => 'No results variable set!',
'lang_bdeleteoldlinks'=> 'Delete old checked links?',
'lang_linksdeleted' => 'Old checked links deleted.',
'lang_numerrors' => 'How many times has it had errors?',
'lang_resultsorig' => 'Originating URL',
'lang_resultsalpha' => 'Alphabetically',
'lang_results' => 'Results - Sort By:',
'lang_originatingurl'=> 'Originating URL',
'lang_onlysub' => 'Only search in this directory and its sub-directories?',
'lang_istepstart' => 'Hi, this is where you install No404s 2.0. The table will be added.<br /><br /><a href="%%steponeurl%%">Install</a>',
'lang_isteponeintro'=> 'We need to create the table required.',
'lang_isteponeafter'=> '%%numqueries%% sql queries.<br /><br />Done!',
'lang_postmany' => 'How many links \'deep\' into your site do you want covered? Note: this does not work by directory structure.',
'lang_clname' => 'Name',
'lang_clurl' => 'URL',
'lang_clcode' => 'Code',
'lang_cldescription'=> 'Description',
'lang_clerrortext' => 'Error Text:',
'lang_cltitle' => 'Title of Page:',
'lang_legend' => 'Enter link',
'lang_posturl' => 'URL:',
'lang_bsubmit' => 'submit',
'lang_clcodeNA' => 'Ikke HTTP',
'lang_clcodeOK' => 'Valid hostname',
'lang_clcodeFEJL' => 'Invalid hostname',
'lang_clcodeDead' => 'No response',
'lang_clcode100' => 'Continue',
'lang_clcode101' => 'Switching Protocols',
'lang_clcode200' => 'OK',
'lang_clcode201' => 'Created',
'lang_clcode202' => 'Accepted',
'lang_clcode203' => 'Non-Authoritative Information',
'lang_clcode204' => 'No Content',
'lang_clcode205' => 'Reset Content',
'lang_clcode206' => 'Partial Content',
'lang_clcode300' => 'Multiple Choices',
'lang_clcode301' => 'Moved Permanently',
'lang_clcode302' => 'Found',
'lang_clcode303' => 'See Other',
'lang_clcode304' => 'Not Modified',
'lang_clcode305' => 'Use Proxy',
'lang_clcode307' => 'Temporary Redirect',
'lang_clcode400' => 'Bad Request',
'lang_clcode401' => 'Unauthorized',
'lang_clcode402' => 'Payment Required',
'lang_clcode403' => 'Forbidden',
'lang_clcode404' => 'Not Found',
'lang_clcode405' => 'Method Not Allowed',
'lang_clcode406' => 'Not Acceptable',
'lang_clcode407' => 'Proxy Authentication Required',
'lang_clcode408' => 'Request Timeout',
'lang_clcode409' => 'Conflict',
'lang_clcode410' => 'Gone',
'lang_clcode411' => 'Length Required',
'lang_clcode412' => 'Precondition Failed',
'lang_clcode413' => 'Request Entity Too Large',
'lang_clcode414' => 'Request-URI Too Long',
'lang_clcode415' => 'Unsupported Media Type',
'lang_clcode416' => 'Requested Range Not Satisfiable',
'lang_clcode417' => 'Expectation Failed',
'lang_clcode500' => 'Internal Server Error',
'lang_clcode501' => 'Not Implemented',
'lang_clcode502' => 'Bad Gateway',
'lang_clcode503' => 'Service Unavailable',
'lang_clcode504' => 'Gateway Timeout',
'lang_clcode505' => 'HTTP Version Not Supported'
);
?>