Current File : //usr/src/rmw/cpanel/RemoteMxWizard/lang/en.php
<?php

//////////////////////////////////////////////////////////////
//===========================================================
// en.php (English) Remote MX Wizard cPanel plugin
//===========================================================
// Version : 1.0.0 
// Release Date : 15/11/2014
// Generator : GK~root team
// URL : http://gaw.gk-root.com
//===========================================================
// (c) GK~root. http://www.gk-root.com
//===========================================================
////////////////////////////////////////////////////////////// 

$LANG = array();

// Step 1
$LANG['h1step1'] = 'Select Domain - (Step 1 of 3)';
$LANG['h2step1'] = 'This tool allows you to configure your MX records in few clicks.';
$LANG['firstselect'] = 'Please select the domain you want to set up with your mail provider:';
$LANG['selectdomain'] = 'Select domain';

// Step 2
$LANG['h1step2'] = 'Select Mail Provider - (Step 2 of 3)';
$LANG['step2des1'] = 'You can choose one of the mail providers or ask the support to add your mail provider.';
$LANG['step2des2'] = 'You can remove the remote mail provider configured and return to the previous settings.';
$LANG['step2domnote'] = 'The domain';
$LANG['step2domnote1'] = 'is configured to use the local mail server.';
$LANG['step2domnote2'] = 'is already configured to work with a remote MX server!';
$LANG['submitgP1'] = 'Your mail service will be hosted by';
$LANG['submitgP2'] = 'and mailboxes you created on this server will no longer work.<br> Any email account configured on this server must be reconfigure at your';
$LANG['submitgP3'] = 'account.';
$LANG['note'] = 'Note!';
$LANG['services2h'] = 'Additional Services';
$LANG['services2p'] = 'Select the additional services you want to configure with';
$LANG['submitgN0'] = 'This action will change your MX recoreds';
$LANG['submitgN1'] = 'Your mail service configure to work under';
$LANG['popup1'] = 'Are you sure you want to remove the domain from ';
$LANG['popup2'] = 'Are you sure you want to configure the domain with ';
$LANG['submitForm1'] = 'Continue & Remove the domain from ';
$LANG['submitForm2'] = 'Continue & Configure the domain with ';

// Step 3
$LANG['h1step3'] = 'Setup Remote MX - (Step 3 of 3)';
$LANG['h2step3'] = 'Results for MX settings and other DNS settings.';
$LANG['spfstep3'] = 'Provider configuration saved';
$LANG['rspfstep3'] = 'Unable to save the provider configuration.';

// Remove 
$LANG['h1remove'] = 'Setup Local MX - (Step 3 of 3)';
$LANG['h2remove'] = 'Removing the remote MX settings for the domain and the return of the old settings.';

// Messages & Errors
$LANG['cptokens'] = 'cPanel Security Token must be enable in order to work with the Google MX Wizard plugin.';
$LANG['funcmsg1'] = 'The zone record';
$LANG['funcmsg2'] = 'now points to';
$LANG['funcmsg4'] = 'Add a new zone record';
$LANG['funcmsg5'] = 'that points to';
$LANG['funcmsg6'] = 'by';
$LANG['funcmsg7'] = 'record';
$LANG['funcmsg8'] = 'Remove the';
$LANG['funcmsg9'] = 'Failed to remove';
$LANG['funcmsg10'] = 'Add the';
$LANG['funcmsg11'] = 'Failed to add';
$LANG['funcmsg12'] = 'Set backup MX record that points to local server.';
$LANG['funcmsg13'] = 'Failed to set backup MX record that points to local server.';
$LANG['funcmsg14'] = 'old MX record';
$LANG['funcmsg15'] = 'SPF record';
$LANG['funcmsg16'] = 'MX record';
$LANG['funcmsg17'] = 'old SPF record';
$LANG['funcmsg18'] = 'Remove provider old configuration file.';
$LANG['funcmsg19'] = 'Faild to remove provider old configuration';
$LANG['funcmsg20'] = 'Save';
$LANG['funcmsg21'] = 'Unable to save';
$LANG['funcmsg22'] = 'for';
$LANG['gobackfirst'] = 'Go back to step 1';

?>