View file wapirate/surf/lang/english.php

File size: 2.97Kb
<?php



/*

 phpMyProxy is a free php proxy script programmed by eProxies.info Team.

 Website: http://www.phpmyproxy.com

 Support: http://www.eproxies.info/support/

 Proxy Directory: http://www.eproxies.info/

*/



$_lang = array();



$_lang['charset'] = 'utf-8';

$_lang['dir'] = 'ltr';

$_lang['decimal_separator'] = ',';

$_lang['thousands_separator'] = '.';



//Common

$_lang['slogan'] = 'protects your privacy';

$_lang['address'] = 'Address';

$_lang['options'] = 'Options';

$_lang['main_page'] = 'Main Page';

$_lang['error'] = 'Error!!!';

$_lang['reset'] = 'Reset';

$_lang['submit'] = 'Surf';

$_lang['go'] = 'Go';



// Long labels for home page

$_lang['label_include_form'] = 'Include Mini URL-form on every proxified page.';

$_lang['label_remove_images'] = 'Remove Images on proxified pages.';

$_lang['label_remove_title'] = 'Remove Title of proxified pages.';

$_lang['label_remove_scripts'] = 'Remove Client-Side Scripts (Javascript, VBScript, etc).';

$_lang['label_remove_meta'] = 'Remove Meta Tags.';

$_lang['label_remove_referers'] = 'Remove actual referering website.';

$_lang['label_accept_cookies'] = 'Accept cookies from websites.';



// Short labels for proxified pages.

$_lang['slabel_include_form'] = 'Include URL-Form';

$_lang['slabel_remove_images'] = 'Remove Images';

$_lang['slabel_remove_title'] = 'Remove Title';

$_lang['slabel_remove_scripts'] = 'Remove Scripts';

$_lang['slabel_remove_meta'] = 'Remove Meta';

$_lang['slabel_remove_referers'] = 'Remove Referers';

$_lang['slabel_accept_cookies'] = 'Accept Cookies';



// Authorization required

$_lang['authorization_required'] = 'Authorization Required';

$_lang['enter_username_password'] = 'Enter username and password for "%s" at %s';

$_lang['username'] = 'Username';

$_lang['password'] = 'Password';



// Error Messages

$_lang['empty_url'] = 'Please enter web address to continue.';

$_lang['unsupported_method'] = 'Sorry, we don\'t support the REQUEST METHOD you use.';

$_lang['incorrect_url'] = 'Incorrect web address!!! Please check it.';

$_lang['denied_url'] = 'Sorry, this web address had been disallowed.';

$_lang['unsupported_protocol'] = 'Sorry, we don\'t support the protocol you request.';

$_lang['error_404'] = 'File not found.';

$_lang['file_too_large'] = 'The file you request is too large.<br />The allowable maximium file size is %sMB.<br />The requested file size is %sMB.';

$_lang['hotlinking'] = 'It appears that you are trying to access a resource through this proxy from a remote Website.<br />For security reasons, please use the form below to do so.';

$_lang['server_not_found'] = 'Server not found. The server may be down or check the address for typing errors.';





// My language, add/customize your language here.

$_lang['proxy_directories'] = 'Proxy Directories';

$_lang['friend_sites'] = 'Friend Sites';

$_lang['your_ip'] = 'Your IP Address';

$_lang['server_ip'] = 'Server IP Address';

$_lang['surf_web'] = '';



?>