File: //opt/cloudlinux/alt-php54/root/usr/share/pear/RVSeagullMod/modules/main/lang/english-utf-8.php
<?php
$words = array(
'Add entry' => 'Add entry',
'edit' => 'edit',
'Please modify this view to fit the attributes in your table.'=> 'Please modify this view to fit the attributes in your table.',
'Example :: Add' => 'Example :: Add',
'Example :: Edit' => 'Example :: Edit',
'Example :: List' => 'Example :: List',
'example delete successfull' => 'Example delete successfull',
'example delete NOT successfull' => 'Example delete NOT successfull',
'example insert successfull' => 'Example insert successfull',
'example insert NOT successfull' => 'Example insert NOT successfull',
'example update successfull' => 'Example update successfull',
'example update NOT successfull' => 'Example update NOT successfull',
'Validation Failed.' => 'Validation Failed.',
// webform
'default :: view' => 'default :: view',
'Name' => 'Name',
'Email' => 'Email',
'Subject' => 'Subject',
'Message' => 'Message',
'MissingName' => 'Missing Name',
'MissingEmail' => 'Missing Email',
'MissingSubject' => 'Missing Subject',
'MissingMessage' => 'Missing Message',
// webformmail
'The form was not submitted for the following reasons:' => 'The form was not submitted for the following reasons:',
'Please click' => 'Please click',
'here' => 'here' ,
'to return to the form and try again.' => 'to return to the form and try again.' ,
'Missing:' => 'Missing:' ,
'Could not find online form configuration file ID=' => 'Could not find online form configuration file ID=' ,
' for RV SiteBuilder formmail.' => ' for RV SiteBuilder formmail.' ,
'I NEED VALID RECIPIENT EMAIL ADDRESS' => 'I NEED VALID RECIPIENT EMAIL ADDRESS' ,
'TO CONTINUE</b>' => 'TO CONTINUE</b>' ,
'your <b>email address' => 'your <b>email address' ,
'</b> is invalid.' => '</b> is invalid.' ,
'your <b>zip/postal code</b> is invalid' => 'your <b>zip/postal code</b> is invalid',
'your <b>phone number</b> is invalid' => 'your <b>phone number</b> is invalid' ,
'your <b>fax number</b> is invalid' =>'your <b>fax number</b> is invalid' ,
'Thank you for your submission' => 'Thank you for your submission' ,
'This form is powered by ' => 'This form is powered by ' ,
'Please use your browser back button to return to the form and try again.' => 'Please use your browser back button to return to the form and try again.' ,
'This form is powered by' => 'This form is powered by' ,
'You are using from a <b>banned email address.</b>' => 'You are using from a <b>banned email address.</b>' ,
'You are coming from an' => 'You are coming from an' ,
'You are coming from an <b>unauthorized domain.</b>' => 'You are coming from an <b>unauthorized domain.</b>' ,
'Spam mail detected.' => 'Spam mail detected.' ,
'Your message never be sent.' => 'Your message never been sent.' ,
'If you accidentally get this error, please contact us for the resolution.' => 'If you accidentally get this error, please contact us for the resolution.' ,
'This was an INVALID submission. You have acted like a spambot!' => 'This was an INVALID submission. You have acted like a spambot!',
'Cannot connect to sendmail server' => 'Cannot connect to sendmail server.',
'Sending email from' => 'Sending email from',
'to' => 'to',
'failed' => 'failed',
);
?>