30 lines
1.3 KiB
PHP
Executable file
30 lines
1.3 KiB
PHP
Executable file
<?php
|
|
// ehcp language file
|
|
$this->lang['en']=
|
|
array(
|
|
'undefined_limittype'=>'Undefined limittype.',
|
|
'norecordfound'=>'Nothing/No Record Found.',
|
|
'recordcount'=>'Record Count:',
|
|
'areyousuretodelete'=>'Are you sure to delete ? <br>',
|
|
'error_occured'=>'Error Occured ',
|
|
'write_yourmessage_here'=>'Write Your Messsage Here',
|
|
'name_surname'=>'Name Surname',
|
|
'enter_yourcontactinfo'=>'Enter Your Contact Info Here',
|
|
'yourmessage_received'=>'Thanks. We Received Your Message.',
|
|
'search_'=>'Search',
|
|
'list_all'=>'List All',
|
|
'int_undefined_limittype'=>'internal ehcp error: undefined limittype',
|
|
'perhaps_db_error'=>'This may mean that your db settings are not correct, you cannot connect to db; or your db/html table has missing rows.<br> You may edit config.php for ehcp mysql user password. <br> Try<a href=misc/mysqltroubleshooter.php>mysql troubleshooter</a> to solve this problem.',
|
|
'welcome to world'=>'Welcome to World...',
|
|
'Panel Home'=>'Panel Home/Deselect',
|
|
'Domain Home'=>'Domain Home',
|
|
'Domains'=>'Domains',
|
|
'Selected Domain'=>'Selected Domain',
|
|
'domain_deactivated_contact_administrator'=>'This domain is deactivated by owner/admin. Contact Your domain administrator.. / Bu domain, sahibi ya da yoneticisi tarafindan kapatilmistir. yonetici ile irtibata geciniz.'
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
?>
|