Plugin index

<?php
function zem_contact_gTxt($what$var1 ''$var2 '')
{
    
$lang = array(
        
'checkbox'        => 'Checkbox',
        
'contact'        => 'Contact',
        
'email'            => 'Email',
        
'email_subject'        => "$var1 > Inquiry",
        
'email_thanks'        => 'Thank you, your message has been sent.',
        
'field_missing'        => "Required field, &#8220;<strong>$var1</strong>&#8221;, is missing.",
        
'form_expired'        => 'The form has expired, please try again.',
        
'form_used'        => 'The form was already submitted, please fill out a new form.',
        
'general_inquiry'    => 'General inquiry',
        
'invalid_email'        => "&#8220;<strong>$var1</strong>&#8221; is not a valid email address.",
        
'invalid_host'        => "&#8220;<strong>$var1</strong>&#8221; is not a valid email host.",
        
'invalid_utf8'        => "&#8220;<strong>$var1</strong>&#8221; contains invalid UTF-8 characters.",
        
'invalid_value'        => "Invalid value for &#8220;<strong>$var1</strong>&#8221;, &#8220;<strong>$var2</strong>&#8221; is not one of the available options.",
        
'mail_sorry'        => 'Sorry, unable to send email.',
        
'message'        => 'Message',
        
'min_warning'        => "&#8220;<strong>$var1</strong>&#8221; must contain at least $var2 characters.",
        
'max_warning'        => "&#8220;<strong>$var1</strong>&#8221; must not contain more than $var2 characters.",
        
'name'            => 'Name',
        
'option'        => 'Option',
        
'radio'            => 'Radio',
        
'recipient'        => 'Recipient',
        
'refresh'        => 'Follow this link if the page does not refresh automatically.',
        
'secret'        => 'Secret',
        
'send'            => 'Send',
        
'send_article'        => 'Send article',
        
'spam'            => 'We do not accept spam, thank you!',
        
'text'            => 'Text',
        
'to_missing'        => '&#8220;<strong>To</strong>&#8221; email address is missing.',
        
'version'        => '4.0.3.6'
    
);

    return 
$lang[$what];
}
?>