Video

A video does not yet exist for this guide.

Request Video

Contents

Update Service

Save yourself time by using our professional update service. Your update will be completed in-house by our team who will ensure everything goes smoothly with no loss of customizations.

Update Template ($30)

In this tutorial you will learn how to update your WHMCS Template to v3.

Is This Update Required?

We always recommend keeping your WHMCS Template up to date to ensure you benefit from the latest features. If you purchased your theme after the launch of v3 (27th November 2023) you do not need to follow this update as it will already be applied to your theme version.

How To Update

Active Updates Required

This update is available to download right away for those who have subscribed to updates ($30/year). If you purchase your theme without updates or your updates have expired you will need to renew using the button below.

Renew Template ($30)

You will need to follow every step below to update to v3.

1. Complete Earlier Template Updates

Before completing this update it is important to complete any previous updates that may have been missed. Check the launch dates of each update with the date you purchased to see which updates need to be completed.

View All Template Updates

2. Upload The Files

Want to save time? You can hire us to update your template.

The next step is to upload the files from the update ZIP we have carefully prepared. The files contained within this update are unlikely to have been modified by most users as they are core client area files. If there are changes required to files that are more likely to have been edited (such as english.php) they will be listed as manual edits in step 4 to ensure that any edits made to these files will not be lost.

Steps To Upload

1. Make a full backup of your WHMCS files & database for safety

2. Download the update files >> Download v2 to v3 Update (.zip)

3. Extract the ZIP file to your desktop

4. Upload the contents of the upload directory using an FTP client to:

/whmcs_path/

Ensure that your FTP client does not replace directories and instead adds/overrides the new files within the existing directory. We recommend FileZilla which is free and will work correctly out of the box.

If you have made customisations to any files contained in the ZIP we recommend comparing your version and the updated version so you can re-apply your customisations manually.

3. Apply Manual File Edits

The final step is to make manual edits to some files. These edits are made manually as there is a higher chance that the files may have been customized. Manually applying the edits ensures that any prior customisations are safe.

We have added many new language strings for v3. Open all of your supported language files and paste the following to the bottom (above ?>) e.g if you're using the English language: /whmcs_path/modules/addons/zomex_template_manager/lang/english.php:

Select your template using the tabs below to find the code to paste.

/*
-----------------------------------------
---------   v3 Language Strings   ---------
-----------------------------------------
*/



/*
-----------------------------------------
---------   Pages - The page name and description text are used in various places of the template such as the menu & footer & subbanner. The content of each page is further down this file.     ---------
-----------------------------------------
*/

// 360Monitoring

$_LANG['stellar_360monitoring_name'] = "360Monitoring";
$_LANG['stellar_360monitoring_text'] = "Monitor your website";



/*
-----------------------------------------
---------   Badges
-----------------------------------------
*/

$_LANG['stellar_price_free'] = "free"; // Used when a price is set to free in Wizard Panel



/*
-----------------------------------------
---------   Header (File: includes/header.tpl)   ---------
-----------------------------------------
*/

$_LANG['stellar_header_buttons_1_text'] = "Our Clients";
$_LANG['stellar_header_buttons_2_text'] = "Knowledgebase";
$_LANG['stellar_header_buttons_3_text'] = "Knowledgebase";
$_LANG['stellar_header_buttons_4_text'] = "Knowledgebase";
$_LANG['stellar_header_buttons_5_text'] = "Knowledgebase";



/*
-----------------------------------------
---------   Footer (File: includes/footer.tpl)   ---------
-----------------------------------------
*/

$_LANG['stellar_footer_linkblocks_1_text'] = "29 Your Street, Chatham, Kent, England";
$_LANG['stellar_footer_linkblocks_2_text'] = "sales@yourcompany.com";
$_LANG['stellar_footer_linkblocks_3_text'] = "+01 23 45 47 25";
$_LANG['stellar_footer_linkblocks_4_text'] = "Company Number: 7832763";
$_LANG['stellar_footer_linkblocks_5_text'] = "VAT Number: FR197763863";



/*
-----------------------------------------
---------   Copyright (File: includes/footer.tpl)   ---------
-----------------------------------------
*/

$_LANG['stellar_legalimages_1_alt'] = $_LANG['stellar_setting_companyname'] . " PayPal";
$_LANG['stellar_legalimages_2_alt'] = $_LANG['stellar_setting_companyname'] . " Credit Card";
$_LANG['stellar_legalimages_3_alt'] = $_LANG['stellar_setting_companyname'] . " RapidSSL";



/*
-----------------------------------------
---------   Home page (File: homepage.tpl, index.php)   ---------
-----------------------------------------
*/

// Domain Checker

$_LANG['stellar_domainchecker_image_alt'] = "Search TLDS";

// Plans

$_LANG['stellar_homepage_plans_heading'] = "Choose Your Service To Get Started";

// Feature Boxes

$_LANG['stellar_homepage_featureboxes_plan1_image_alt'] = "Shared Hosting icon";
$_LANG['stellar_homepage_featureboxes_plan2_image_alt'] = "Reseller Hosting icon";
$_LANG['stellar_homepage_featureboxes_plan3_image_alt'] = "VPS Hosting icon";
$_LANG['stellar_homepage_featureboxes_plan4_image_alt'] = "Dedicated Servers icon";
$_LANG['stellar_homepage_featureboxes_plan5_image_alt'] = "Cloud Hosting icon";
$_LANG['stellar_homepage_featureboxes_plan6_image_alt'] = "Game Servers icon";
$_LANG['stellar_homepage_featureboxes_plan7_image_alt'] = "VPN icon";
$_LANG['stellar_homepage_featureboxes_plan8_image_alt'] = "IPTV icon";
$_LANG['stellar_homepage_featureboxes_plan9_image_alt'] = "Web Design icon";

// Features

$_LANG['stellar_homepage_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_homepage_features_2_animation'] = "fadeInUp";
$_LANG['stellar_homepage_features_3_animation'] = "fadeInRight";
$_LANG['stellar_homepage_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_homepage_features_5_animation'] = "fadeInUp";
$_LANG['stellar_homepage_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_homepage_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_homepage_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_homepage_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_homepage_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_homepage_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_homepage_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Register domain page (File: domain-pricing.tpl)   ---------
-----------------------------------------
*/

// Features

$_LANG['stellar_registerdomain_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_registerdomain_features_2_animation'] = "fadeInUp";
$_LANG['stellar_registerdomain_features_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Shared Hosting page by default (File: web-hosting.tpl, web-hosting.php)   ---------
-----------------------------------------
*/

// Plans

$_LANG['stellar_custom1_featureboxes_plan1_image_alt'] = "Shared 1 icon";
$_LANG['stellar_custom1_featureboxes_plan2_image_alt'] = "Shared 2 icon";
$_LANG['stellar_custom1_featureboxes_plan3_image_alt'] = "Shared 3 icon";
$_LANG['stellar_custom1_featureboxes_plan4_image_alt'] = "Shared 4 icon";
$_LANG['stellar_custom1_featureboxes_plan5_image_alt'] = "Shared 5 icon";
$_LANG['stellar_custom1_featureboxes_plan6_image_alt'] = "Shared 6 icon";
$_LANG['stellar_custom1_featureboxes_plan7_image_alt'] = "Shared 7 icon";
$_LANG['stellar_custom1_featureboxes_plan8_image_alt'] = "Shared 8 icon";
$_LANG['stellar_custom1_featureboxes_plan9_image_alt'] = "Shared 9 icon";
$_LANG['stellar_custom1_featureboxes_plan10_image_alt'] = "Shared 10 icon";

// Features

$_LANG['stellar_custom1_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom1_features_2_animation'] = "fadeInUp";
$_LANG['stellar_custom1_features_3_animation'] = "fadeInRight";
$_LANG['stellar_custom1_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_custom1_features_5_animation'] = "fadeInUp";
$_LANG['stellar_custom1_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_custom1_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom1_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_custom1_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_custom1_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom1_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_custom1_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Reseller Hosting page by default (File: reseller-hosting.tpl, reseller-hosting.php, includes/custom2.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['stellar_custom2_featureboxes_plan1_image_alt'] = "Reseller 1 icon";
$_LANG['stellar_custom2_featureboxes_plan2_image_alt'] = "Reseller 2 icon";
$_LANG['stellar_custom2_featureboxes_plan3_image_alt'] = "Reseller 3 icon";
$_LANG['stellar_custom2_featureboxes_plan4_image_alt'] = "Reseller 4 icon";
$_LANG['stellar_custom2_featureboxes_plan5_image_alt'] = "Reseller 5 icon";
$_LANG['stellar_custom2_featureboxes_plan6_image_alt'] = "Reseller 6 icon";
$_LANG['stellar_custom2_featureboxes_plan7_image_alt'] = "Reseller 7 icon";
$_LANG['stellar_custom2_featureboxes_plan8_image_alt'] = "Reseller 8 icon";
$_LANG['stellar_custom2_featureboxes_plan9_image_alt'] = "Reseller 9 icon";
$_LANG['stellar_custom2_featureboxes_plan10_image_alt'] = "Reseller 10 icon";

// Features

$_LANG['stellar_custom2_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom2_features_2_animation'] = "fadeInUp";
$_LANG['stellar_custom2_features_3_animation'] = "fadeInRight";
$_LANG['stellar_custom2_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_custom2_features_5_animation'] = "fadeInUp";
$_LANG['stellar_custom2_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_custom2_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom2_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_custom2_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_custom2_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom2_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_custom2_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   VPS Hosting page by default (File: vps-hosting.tpl, vps-hosting.php, includes/custom3.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['stellar_custom3_featureboxes_plan1_image_alt'] = "VPS 1 icon";
$_LANG['stellar_custom3_featureboxes_plan2_image_alt'] = "VPS 2 icon";
$_LANG['stellar_custom3_featureboxes_plan3_image_alt'] = "VPS 3 icon";
$_LANG['stellar_custom3_featureboxes_plan4_image_alt'] = "VPS 4 icon";
$_LANG['stellar_custom3_featureboxes_plan5_image_alt'] = "VPS 5 icon";
$_LANG['stellar_custom3_featureboxes_plan6_image_alt'] = "VPS 6 icon";
$_LANG['stellar_custom3_featureboxes_plan7_image_alt'] = "VPS 7 icon";
$_LANG['stellar_custom3_featureboxes_plan8_image_alt'] = "VPS 8 icon";
$_LANG['stellar_custom3_featureboxes_plan9_image_alt'] = "VPS 9 icon";
$_LANG['stellar_custom3_featureboxes_plan10_image_alt'] = "VPS 10 icon";

// Features

$_LANG['stellar_custom3_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom3_features_2_animation'] = "fadeInUp";
$_LANG['stellar_custom3_features_3_animation'] = "fadeInRight";
$_LANG['stellar_custom3_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_custom3_features_5_animation'] = "fadeInUp";
$_LANG['stellar_custom3_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_custom3_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom3_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_custom3_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_custom3_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom3_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_custom3_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Dedicated Servers page by default (File: dedicated-servers.tpl, dedicated-servers.php, includes/custom4.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['stellar_custom4_featureboxes_plan1_image_alt'] = "Dedicated 1 icon";
$_LANG['stellar_custom4_featureboxes_plan2_image_alt'] = "Dedicated 2 icon";
$_LANG['stellar_custom4_featureboxes_plan3_image_alt'] = "Dedicated 3 icon";
$_LANG['stellar_custom4_featureboxes_plan4_image_alt'] = "Dedicated 4 icon";
$_LANG['stellar_custom4_featureboxes_plan5_image_alt'] = "Dedicated 5 icon";
$_LANG['stellar_custom4_featureboxes_plan6_image_alt'] = "Dedicated 6 icon";
$_LANG['stellar_custom4_featureboxes_plan7_image_alt'] = "Dedicated 7 icon";
$_LANG['stellar_custom4_featureboxes_plan8_image_alt'] = "Dedicated 8 icon";
$_LANG['stellar_custom4_featureboxes_plan9_image_alt'] = "Dedicated 9 icon";
$_LANG['stellar_custom4_featureboxes_plan10_image_alt'] = "Dedicated 10 icon";

// Features

$_LANG['stellar_custom4_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom4_features_2_animation'] = "fadeInUp";
$_LANG['stellar_custom4_features_3_animation'] = "fadeInRight";
$_LANG['stellar_custom4_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_custom4_features_5_animation'] = "fadeInUp";
$_LANG['stellar_custom4_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_custom4_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom4_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_custom4_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_custom4_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom4_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_custom4_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Cloud Hosting page by default (File: cloud-hosting.tpl, cloud-hosting.php, includes/custom5.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['stellar_custom5_featureboxes_plan1_image_alt'] = "Cloud 1 icon";
$_LANG['stellar_custom5_featureboxes_plan2_image_alt'] = "Cloud 2 icon";
$_LANG['stellar_custom5_featureboxes_plan3_image_alt'] = "Cloud 3 icon";
$_LANG['stellar_custom5_featureboxes_plan4_image_alt'] = "Cloud 4 icon";
$_LANG['stellar_custom5_featureboxes_plan5_image_alt'] = "Cloud 5 icon";
$_LANG['stellar_custom5_featureboxes_plan6_image_alt'] = "Cloud 6 icon";
$_LANG['stellar_custom5_featureboxes_plan7_image_alt'] = "Cloud 7 icon";
$_LANG['stellar_custom5_featureboxes_plan8_image_alt'] = "Cloud 8 icon";
$_LANG['stellar_custom5_featureboxes_plan9_image_alt'] = "Cloud 9 icon";
$_LANG['stellar_custom5_featureboxes_plan10_image_alt'] = "Cloud 10 icon";

// Features

$_LANG['stellar_custom5_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom5_features_2_animation'] = "fadeInUp";
$_LANG['stellar_custom5_features_3_animation'] = "fadeInRight";
$_LANG['stellar_custom5_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_custom5_features_5_animation'] = "fadeInUp";
$_LANG['stellar_custom5_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_custom5_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom5_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_custom5_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_custom5_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom5_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_custom5_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Game Servers page by default (File: game-servers.tpl, game-servers.php, includes/custom6.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['stellar_custom6_featureboxes_plan1_image_alt'] = "Game 1 icon";
$_LANG['stellar_custom6_featureboxes_plan2_image_alt'] = "Game 2 icon";
$_LANG['stellar_custom6_featureboxes_plan3_image_alt'] = "Game 3 icon";
$_LANG['stellar_custom6_featureboxes_plan4_image_alt'] = "Game 4 icon";
$_LANG['stellar_custom6_featureboxes_plan5_image_alt'] = "Game 5 icon";
$_LANG['stellar_custom6_featureboxes_plan6_image_alt'] = "Game 6 icon";
$_LANG['stellar_custom6_featureboxes_plan7_image_alt'] = "Game 7 icon";
$_LANG['stellar_custom6_featureboxes_plan8_image_alt'] = "Game 8 icon";
$_LANG['stellar_custom6_featureboxes_plan9_image_alt'] = "Game 9 icon";
$_LANG['stellar_custom6_featureboxes_plan10_image_alt'] = "Game 10 icon";

// Features

$_LANG['stellar_custom6_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom6_features_2_animation'] = "fadeInUp";
$_LANG['stellar_custom6_features_3_animation'] = "fadeInRight";
$_LANG['stellar_custom6_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_custom6_features_5_animation'] = "fadeInUp";
$_LANG['stellar_custom6_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_custom6_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom6_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_custom6_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_custom6_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom6_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_custom6_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Virtual Private Network page by default (File: virtual-private-network.tpl, virtual-private-network.php, includes/custom7.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['stellar_custom7_featureboxes_plan1_image_alt'] = "Game 1 icon";
$_LANG['stellar_custom7_featureboxes_plan2_image_alt'] = "Game 2 icon";
$_LANG['stellar_custom7_featureboxes_plan3_image_alt'] = "Game 3 icon";
$_LANG['stellar_custom7_featureboxes_plan4_image_alt'] = "Game 4 icon";
$_LANG['stellar_custom7_featureboxes_plan5_image_alt'] = "Game 5 icon";
$_LANG['stellar_custom7_featureboxes_plan6_image_alt'] = "Game 6 icon";
$_LANG['stellar_custom7_featureboxes_plan7_image_alt'] = "Game 7 icon";
$_LANG['stellar_custom7_featureboxes_plan8_image_alt'] = "Game 8 icon";
$_LANG['stellar_custom7_featureboxes_plan9_image_alt'] = "Game 9 icon";
$_LANG['stellar_custom7_featureboxes_plan10_image_alt'] = "Game 10 icon";

// Features

$_LANG['stellar_custom7_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom7_features_2_animation'] = "fadeInUp";
$_LANG['stellar_custom7_features_3_animation'] = "fadeInRight";
$_LANG['stellar_custom7_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_custom7_features_5_animation'] = "fadeInUp";
$_LANG['stellar_custom7_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_custom7_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom7_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_custom7_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_custom7_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom7_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_custom7_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   IPTV page by default (File: iptv.tpl, iptv.php, includes/custom8.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['stellar_custom8_featureboxes_plan1_image_alt'] = "IPTV 1 icon";
$_LANG['stellar_custom8_featureboxes_plan2_image_alt'] = "IPTV 2 icon";
$_LANG['stellar_custom8_featureboxes_plan3_image_alt'] = "IPTV 3 icon";
$_LANG['stellar_custom8_featureboxes_plan4_image_alt'] = "IPTV 4 icon";
$_LANG['stellar_custom8_featureboxes_plan5_image_alt'] = "IPTV 5 icon";
$_LANG['stellar_custom8_featureboxes_plan6_image_alt'] = "IPTV 6 icon";
$_LANG['stellar_custom8_featureboxes_plan7_image_alt'] = "IPTV 7 icon";
$_LANG['stellar_custom8_featureboxes_plan8_image_alt'] = "IPTV 8 icon";
$_LANG['stellar_custom8_featureboxes_plan9_image_alt'] = "IPTV 9 icon";
$_LANG['stellar_custom8_featureboxes_plan10_image_alt'] = "IPTV 10 icon";

// Features

$_LANG['stellar_custom8_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom8_features_2_animation'] = "fadeInUp";
$_LANG['stellar_custom8_features_3_animation'] = "fadeInRight";
$_LANG['stellar_custom8_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_custom8_features_5_animation'] = "fadeInUp";
$_LANG['stellar_custom8_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_custom8_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom8_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_custom8_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_custom8_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom8_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_custom8_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Hosting Addons page by default (File: hosting-addons.tpl, hosting-addons.php, includes/custom9.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['stellar_custom9_featureboxes_plan1_image_alt'] = "Addon 1 icon";
$_LANG['stellar_custom9_featureboxes_plan2_image_alt'] = "Addon 2 icon";
$_LANG['stellar_custom9_featureboxes_plan3_image_alt'] = "Addon 3 icon";
$_LANG['stellar_custom9_featureboxes_plan4_image_alt'] = "Addon 4 icon";
$_LANG['stellar_custom9_featureboxes_plan5_image_alt'] = "Addon 5 icon";
$_LANG['stellar_custom9_featureboxes_plan6_image_alt'] = "Addon 6 icon";
$_LANG['stellar_custom9_featureboxes_plan7_image_alt'] = "Addon 7 icon";
$_LANG['stellar_custom9_featureboxes_plan8_image_alt'] = "Addon 8 icon";
$_LANG['stellar_custom9_featureboxes_plan9_image_alt'] = "Addon 9 icon";
$_LANG['stellar_custom9_featureboxes_plan10_image_alt'] = "Addon 10 icon";

// Features

$_LANG['stellar_custom9_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom9_features_2_animation'] = "fadeInUp";
$_LANG['stellar_custom9_features_3_animation'] = "fadeInRight";
$_LANG['stellar_custom9_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_custom9_features_5_animation'] = "fadeInUp";
$_LANG['stellar_custom9_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_custom9_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom9_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_custom9_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_custom9_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom9_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_custom9_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Web Design page by default (File: web-design.tpl, web-design.php, includes/custom10.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['stellar_custom10_featureboxes_plan1_image_alt'] = "Design 1 icon";
$_LANG['stellar_custom10_featureboxes_plan2_image_alt'] = "Design 2 icon";
$_LANG['stellar_custom10_featureboxes_plan3_image_alt'] = "Design 3 icon";
$_LANG['stellar_custom10_featureboxes_plan4_image_alt'] = "Design 4 icon";
$_LANG['stellar_custom10_featureboxes_plan5_image_alt'] = "Design 5 icon";
$_LANG['stellar_custom10_featureboxes_plan6_image_alt'] = "Design 6 icon";
$_LANG['stellar_custom10_featureboxes_plan7_image_alt'] = "Design 7 icon";
$_LANG['stellar_custom10_featureboxes_plan8_image_alt'] = "Design 8 icon";
$_LANG['stellar_custom10_featureboxes_plan9_image_alt'] = "Design 9 icon";
$_LANG['stellar_custom10_featureboxes_plan10_image_alt'] = "Design 10 icon";

// Features

$_LANG['stellar_custom10_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom10_features_2_animation'] = "fadeInUp";
$_LANG['stellar_custom10_features_3_animation'] = "fadeInRight";
$_LANG['stellar_custom10_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_custom10_features_5_animation'] = "fadeInUp";
$_LANG['stellar_custom10_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['stellar_custom10_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom10_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_custom10_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['stellar_custom10_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_custom10_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_custom10_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Company page (File: company.tpl, company.php)  ---------
-----------------------------------------
*/

$_LANG['stellar_company_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_company_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_company_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Why choose us page (File: why-choose-us.tpl, why-choose-us.php)   ---------
-----------------------------------------
*/

$_LANG['stellar_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Testimonials page (File: testimonials.tpl, testimonials.php)   ---------
-----------------------------------------
*/

$_LANG['stellar_testimonials_1_animation'] = "fadeInLeft";
$_LANG['stellar_testimonials_2_animation'] = "fadeInUp";
$_LANG['stellar_testimonials_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Affiliate Program page (File: affiliate-program.tpl, affiliate-program.php)   ---------
-----------------------------------------
*/

// Commissions

$_LANG['stellar_affiliateprogram_commissions_display'] = true;

$_LANG['stellar_affiliateprogram_commissions_heading'] = "Commissions";

$_LANG['stellar_affiliateprogram_commissions_heading1'] = "Product/Service";
$_LANG['stellar_affiliateprogram_commissions_heading2'] = "Commission";

$_LANG['stellar_affiliateprogram_commissions_1_display'] = true;
$_LANG['stellar_affiliateprogram_commissions_1_product'] = "Shared Hosting";
$_LANG['stellar_affiliateprogram_commissions_1_prefix'] = "As much as ";
$_LANG['stellar_affiliateprogram_commissions_1_commission'] = "3.99";
$_LANG['stellar_affiliateprogram_commissions_1_term'] = "/month";

$_LANG['stellar_affiliateprogram_commissions_2_display'] = true;
$_LANG['stellar_affiliateprogram_commissions_2_product'] = "Reseller Hosting";
$_LANG['stellar_affiliateprogram_commissions_2_prefix'] = "As much as ";
$_LANG['stellar_affiliateprogram_commissions_2_commission'] = "9.99";
$_LANG['stellar_affiliateprogram_commissions_2_term'] = "/month";

$_LANG['stellar_affiliateprogram_commissions_3_display'] = true;
$_LANG['stellar_affiliateprogram_commissions_3_product'] = "VPN";
$_LANG['stellar_affiliateprogram_commissions_3_prefix'] = "";
$_LANG['stellar_affiliateprogram_commissions_3_commission'] = "10.00";
$_LANG['stellar_affiliateprogram_commissions_3_term'] = "/sale";

$_LANG['stellar_affiliateprogram_commissions_4_display'] = true;
$_LANG['stellar_affiliateprogram_commissions_4_product'] = "IPTV";
$_LANG['stellar_affiliateprogram_commissions_4_prefix'] = "Earn ";
$_LANG['stellar_affiliateprogram_commissions_4_commission'] = "5.00";
$_LANG['stellar_affiliateprogram_commissions_4_term'] = " per signup";

// Why Choose Us

$_LANG['stellar_affiliateprogram_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['stellar_affiliateprogram_whychooseus_2_animation'] = "fadeInUp";
$_LANG['stellar_affiliateprogram_whychooseus_3_animation'] = "fadeInRight";
$_LANG['stellar_affiliateprogram_whychooseus_4_animation'] = "fadeInLeft";
$_LANG['stellar_affiliateprogram_whychooseus_5_animation'] = "fadeInUp";

// How To Join

$_LANG['stellar_affiliateprogram_howtojoin_1_display'] = true;
$_LANG['stellar_affiliateprogram_howtojoin_1_image'] = "affiliateprogram-step-1-stellar.jpg";
$_LANG['stellar_affiliateprogram_howtojoin_1_image_alt'] = "step 1";
$_LANG['stellar_affiliateprogram_howtojoin_1_image_url'] = "affiliateprogram-step-1-stellar.jpg";
$_LANG['stellar_affiliateprogram_howtojoin_1_image_url_newwindow'] = false;
$_LANG['stellar_affiliateprogram_howtojoin_1_image_url_popup'] = true;
$_LANG['stellar_affiliateprogram_howtojoin_1_text'] = "Click on the join free button at the top of this page.";
$_LANG['stellar_affiliateprogram_howtojoin_1_animation'] = "fadeInUp"; 

$_LANG['stellar_affiliateprogram_howtojoin_2_display'] = true;
$_LANG['stellar_affiliateprogram_howtojoin_2_image'] = "affiliateprogram-step-2-stellar.jpg";
$_LANG['stellar_affiliateprogram_howtojoin_2_image_alt'] = "step 2";
$_LANG['stellar_affiliateprogram_howtojoin_2_image_url'] = "affiliateprogram-step-2-stellar.jpg";
$_LANG['stellar_affiliateprogram_howtojoin_2_image_url_newwindow'] = false;
$_LANG['stellar_affiliateprogram_howtojoin_2_image_url_popup'] = true;
$_LANG['stellar_affiliateprogram_howtojoin_2_text'] = "Once logged-in a new menu will appear. Hover over My Account and click on My Commissions.";
$_LANG['stellar_affiliateprogram_howtojoin_2_animation'] = "fadeInUp"; 

$_LANG['stellar_affiliateprogram_howtojoin_3_display'] = true;
$_LANG['stellar_affiliateprogram_howtojoin_3_image'] = "affiliateprogram-step-3-stellar.jpg";
$_LANG['stellar_affiliateprogram_howtojoin_3_image_alt'] = "step 3";
$_LANG['stellar_affiliateprogram_howtojoin_3_image_url'] = "affiliateprogram-step-3-stellar.jpg";
$_LANG['stellar_affiliateprogram_howtojoin_3_image_url_newwindow'] = false;
$_LANG['stellar_affiliateprogram_howtojoin_3_image_url_popup'] = true;
$_LANG['stellar_affiliateprogram_howtojoin_3_text'] = "Click the button named Activate Affiliate Account to activate your affiliate account.";
$_LANG['stellar_affiliateprogram_howtojoin_3_animation'] = "fadeInUp"; 

$_LANG['stellar_affiliateprogram_howtojoin_4_display'] = true;
$_LANG['stellar_affiliateprogram_howtojoin_4_image'] = "affiliateprogram-step-4-stellar.jpg";
$_LANG['stellar_affiliateprogram_howtojoin_4_image_alt'] = "step 4";
$_LANG['stellar_affiliateprogram_howtojoin_4_image_url'] = "affiliateprogram-step-4-stellar.jpg";
$_LANG['stellar_affiliateprogram_howtojoin_4_image_url_newwindow'] = false;
$_LANG['stellar_affiliateprogram_howtojoin_4_image_url_popup'] = true;
$_LANG['stellar_affiliateprogram_howtojoin_4_text'] = "You'll now see a page showing your unique referral link, commissions & banners.";
$_LANG['stellar_affiliateprogram_howtojoin_4_animation'] = "fadeInUp"; 



/*
-----------------------------------------
---------   Addons (addons.tpl, addons.php)   ---------
-----------------------------------------
*/

$_LANG['stellar_addons_whmcstemplates_image_alt'] = "WHMCS Templates";
$_LANG['stellar_addons_whmcstemplates_text'] = "<p>These WHMCS Templates are a complete solution for your web hosting business. They come packed with all of the pages and content required for a successful hosting company.</p>";

$_LANG['stellar_addons_wordpressthemes_image_alt'] = "WordPress Themes";
$_LANG['stellar_addons_wordpressthemes_text'] = "<p>Our WordPress Themes are extremely feature-rich and perfect for any type of online business. They allow you full control of your website without HTML experience.</p>";

$_LANG['stellar_addons_htmltemplates_image_alt'] = "HTML Templates";
$_LANG['stellar_addons_htmltemplates_text'] = "<p>Our custom developed HTML Templates are clean, easy to edit and fully responsive meaning they support almost all modern devices.</p>";

$_LANG['stellar_addons_blestatemplates_image_alt'] = "Blesta Templates";
$_LANG['stellar_addons_blestatemplates_text'] = "<p>Our Blesta Templates are built from scratch including a WordPress or HTML version for your main website and stunning Blesta integration out of the box.</p>";

$_LANG['stellar_addons_clientexectemplates_image_alt'] = "Clientexec Templates";
$_LANG['stellar_addons_clientexectemplates_text'] = "<p>Our Clientexec Templates are built from scratch including a HTML5 version for your main website and stunning Clientexec integration out of the box.</p>";

$_LANG['stellar_addons_wisecptemplates_image_alt'] = "WISECP Templates";
$_LANG['stellar_addons_wisecptemplates_text'] = "<p>Our WISECP Templates consist of a fully customisable HTML/PHP template for the main website and a pixel perfect WISECP integration.</p>";

$_LANG['stellar_addons_hostbilltemplates_image_alt'] = "HostBill Templates";
$_LANG['stellar_addons_hostbilltemplates_text'] = "<p>Our HostBill Templates consist of a fully customisable HTML/PHP template for the main website and a pixel perfect HostBill integration.</p>";

$_LANG['stellar_addons_whmcsmodules_image_alt'] = "WHMCS Modules";
$_LANG['stellar_addons_whmcsmodules_text'] = "<p>We’ve developed a selection of exclusive & easy to use WHMCS Modules. These modules provide added functionality to your WHMCS website.</p>";

$_LANG['stellar_addons_scripts_image_alt'] = "Scripts";
$_LANG['stellar_addons_scripts_text'] = "<p>Originally created for our own website we’ve made all of our custom Scripts available to purchase. You’ll find menus, feature boxes & other useful scripts.</p>";

$_LANG['stellar_addons_logodesign_image_alt'] = "Logo Design";
$_LANG['stellar_addons_logodesign_text'] = "<p>Get your business up and running with a custom Logo Design. All of our logos are designed from scratch based on your requirements.</p>";

$_LANG['stellar_addons_bannerdesign_image_alt'] = "Banner Design";
$_LANG['stellar_addons_bannerdesign_text'] = "<p>We develop banners from scratch based on your requirements. Our banners are suitable for advertising campaigns and useful for your affiliate program.</p>";

$_LANG['stellar_addons_whmcsservices_image_alt'] = "WHMCS Services";
$_LANG['stellar_addons_whmcsservices_text'] = "<p>We have a lot of experience working with WHMCS. Our WHMCS Services consist of installation, configuration, integration, Enom account setup & automation.</p>";

$_LANG['stellar_addons_wordpressservices_image_alt'] = "WordPress Services";
$_LANG['stellar_addons_wordpressservices_text'] = "<p>We provide a mix of premium WordPress Services that you get your WordPress based website/blog setup properly. These include installation, configuration & integration.</p>";

$_LANG['stellar_addons_blestaservices_image_alt'] = "Blesta Services";
$_LANG['stellar_addons_blestaservices_text'] = "<p>We provide a mix of premium Blesta Services including installation, configuration & integration. Browse our services today to get started.</p>";

$_LANG['stellar_addons_clientexecservices_image_alt'] = "Clientexec Services";
$_LANG['stellar_addons_clientexecservices_text'] = "<p>We provide a mix of premium Clientexec Services including installation, configuration & integration. Browse our services today to get started.</p>";



/*
-----------------------------------------
---------   WHMCS Templates (whmcs-templates.tpl, whmcs-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_whmcstemplates_overview_display'] = true;

$_LANG['stellar_whmcstemplates_overview_text'] = "<p>This collection of WHMCS Templates make it easy to get your web hosting business launched with a professional look. These templates are fully responsive, come with an admin based settings area, support multiple display options, support multi-languages & much more.</p>";

// Templates

$_LANG['stellar_whmcstemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WordPress Themes (wordpress-themes.tpl, wordpress-themes.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_wordpressthemes_overview_display'] = true;

$_LANG['stellar_wordpressthemes_overview_text'] = "<p>This collection of WordPress Themes have been created as a powerful & feature rich website for your web hosting business. They feature a built-in options panel, admin-based menus, widgets, blog support, optional software integration & much more.</p>";

// Themes

$_LANG['stellar_wordpressthemes_plans_heading'] = "Themes";



/*
-----------------------------------------
---------   HTML Templates (html-templates.tpl, html-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_htmltemplates_overview_display'] = true;

$_LANG['stellar_htmltemplates_overview_text'] = "<p>A collection of HTML Templates designed for your web hosting reseller business. These templates are professionally coded to be lightning fast, easy to edit (require HTML experience) and come with reliable support. To automate the account provisioning, invoicing & provide account/support functionality these templates also come with optional WHMCS, Blesta, Clientexec & HostBill integration ($30/year) that will automatically sync with the HTML pages.</p>";

// Templates

$_LANG['stellar_htmltemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   Blesta Templates (blesta-templates.tpl, blesta-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_blestatemplates_overview_display'] = true;

$_LANG['stellar_blestatemplates_overview_text'] = "<p>These Blesta Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional Blesta integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['stellar_blestatemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   Clientexec Templates (clientexec-templates.tpl, clientexec-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_clientexectemplates_overview_display'] = true;

$_LANG['stellar_clientexectemplates_overview_text'] = "<p>These Clientexec Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional Clientexec integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['stellar_clientexectemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WISECP Templates (wisecp-templates.tpl, wisecp-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_wisecptemplates_overview_display'] = true;

$_LANG['stellar_wisecptemplates_overview_text'] = "<p>These WISECP Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional WISECP integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['stellar_wisecptemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   HostBill Templates (hostbill-templates.tpl, hostbill-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_hostbilltemplates_overview_display'] = true;

$_LANG['stellar_hostbilltemplates_overview_text'] = "<p>These HostBill Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional HostBill integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['stellar_hostbilltemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WHMCS Modules (whmcs-modules.tpl, whmcs-modules.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_whmcsmodules_overview_display'] = true;

$_LANG['stellar_whmcsmodules_overview_text'] = "<p>We've developed a collection of easy to install WHMCS Modules which are used to add extra functionality to your WHMCS based website.</p>";

// Modules

$_LANG['stellar_whmcsmodules_plans_heading'] = "Modules";



/*
-----------------------------------------
---------   Scripts (scripts.tpl, scripts.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_scripts_overview_display'] = true;

$_LANG['stellar_scripts_overview_text'] = "<p>We’ve developed a collection of premium Scripts originally for our website but now have decided to make them available to everyone. These scripts will enhance your websites functionality quickly and effectively.</p>";

// Scripts

$_LANG['stellar_scripts_plans_heading'] = "Scripts";



/*
-----------------------------------------
---------   Logo Design (logo-design.tpl, logo-design.php)   ---------
-----------------------------------------
*/

// Features

$_LANG['stellar_logodesign_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_logodesign_features_2_animation'] = "fadeInUp";
$_LANG['stellar_logodesign_features_3_animation'] = "fadeInRight";
$_LANG['stellar_logodesign_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_logodesign_features_5_animation'] = "fadeInUp";
$_LANG['stellar_logodesign_features_6_animation'] = "fadeInRight";

// Past Work

$_LANG['stellar_logodesign_pastwork_1_animation'] = "fadeInLeft";
$_LANG['stellar_logodesign_pastwork_2_animation'] = "fadeInUp";
$_LANG['stellar_logodesign_pastwork_3_animation'] = "fadeInRight";
$_LANG['stellar_logodesign_pastwork_4_animation'] = "fadeInLeft";



/*
-----------------------------------------
---------   Banner Design (banner-design.tpl, banner-design.php)   ---------
-----------------------------------------
*/

// Features

$_LANG['stellar_bannerdesign_features_1_animation'] = "fadeInLeft";
$_LANG['stellar_bannerdesign_features_2_animation'] = "fadeInUp";
$_LANG['stellar_bannerdesign_features_3_animation'] = "fadeInRight";
$_LANG['stellar_bannerdesign_features_4_animation'] = "fadeInLeft";
$_LANG['stellar_bannerdesign_features_5_animation'] = "fadeInUp";
$_LANG['stellar_bannerdesign_features_6_animation'] = "fadeInRight";

// Past Work

$_LANG['stellar_bannerdesign_pastwork_1_animation'] = "fadeInLeft";
$_LANG['stellar_bannerdesign_pastwork_2_animation'] = "fadeInUp";
$_LANG['stellar_bannerdesign_pastwork_3_animation'] = "fadeInRight";
$_LANG['stellar_bannerdesign_pastwork_4_animation'] = "fadeInLeft";



/*
-----------------------------------------
---------   WHMCS Services (whmcs-services.tpl, whmcs-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_whmcsservices_overview_display'] = true;

$_LANG['stellar_whmcsservices_overview_text'] = "<p>A mix of services for the popular web hosting automation software, WHMCS. These WHMCS Services are reliable and provided by a company who has vast experience in the web hosting industry.</p>";

// Services

$_LANG['stellar_whmcsservices_plans_heading'] = "Services";

$_LANG['stellar_whmcsservices_1_heading'] = "WHMCS Configuration";
$_LANG['stellar_whmcsservices_1_text'] = "This service includes the general configuration of WHMCS, 3 support departments, 1 payment gateway and the setup of 3 shared hosting plans that are fully automated.";

$_LANG['stellar_whmcsservices_2_heading'] = "WHMCS Upgrade";
$_LANG['stellar_whmcsservices_2_text'] = "We will manually update your WHMCS installation to the latest version. During which we will ensure that any customisations you’ve made to the language or template files remain safe without any data loss.";

$_LANG['stellar_whmcsservices_3_heading'] = "WHMCS Integration";
$_LANG['stellar_whmcsservices_3_text'] = "We will take the design of your existing website and use it to create a matching WHMCS Template, this ensures that both your website and WHMCS match in design creating a consistent user experience.";

$_LANG['stellar_whmcsservices_4_heading'] = "WHMCS Installation";
$_LANG['stellar_whmcsservices_4_text'] = "Hire Zomex to complete your WHMCS Installation. We have vast experience working with WHMCS and first installed WHMCS back in 2009 for this very website you are using, Zomex.com.";

$_LANG['stellar_whmcsservices_5_heading'] = "Basic Security";
$_LANG['stellar_whmcsservices_5_text'] = "Our basic security service includes the completion of the further security steps. This includes securing writable directories, changing your admin directory & securing your configuration.php file.";

$_LANG['stellar_whmcsservices_6_heading'] = "Advanced Security";
$_LANG['stellar_whmcsservices_6_text'] = "One big security risk we see is WHMCS installations that contain old files (modules, WHMCS copies, databases etc). Hire Zomex to tidy your WHMCS directory by clearing out these old files.";

$_LANG['stellar_whmcsservices_7_heading'] = "Move Directory";
$_LANG['stellar_whmcsservices_7_text'] = "We will move the directory of your WHMCS installation. For example from domain.com/whmcs to domain.com/clients. Once this process is finished all you’ll need to do is re-issue your license.";

$_LANG['stellar_whmcsservices_8_heading'] = "Move Server";
$_LANG['stellar_whmcsservices_8_text'] = "We will move the server of your WHMCS installation. For example from domain.com/whmcs to domain2.com/clients. Once this process is finished all you’ll need to do is re-issue your license.";

$_LANG['stellar_whmcsservices_9_heading'] = "Shared Hosting Setup";
$_LANG['stellar_whmcsservices_9_text'] = "This service includes the setup of 3 shared hosting plans in WHMCS using any supported server (cPanel, Plesk etc). The plans we setup in WHMCS will be fully automated.";

$_LANG['stellar_whmcsservices_10_heading'] = "Reseller Hosting Setup";
$_LANG['stellar_whmcsservices_10_text'] = "This service includes the setup of 3 reseller hosting plans in WHMCS using any supported server (cPanel, Plesk etc). The plans we setup in WHMCS will be fully automated.";

$_LANG['stellar_whmcsservices_11_heading'] = "Domain Registrar Setup";
$_LANG['stellar_whmcsservices_11_text'] = "This service includes the setup of any WHMCS supported domain registrar (Enom, ResellerClub etc). We will setup 6 domains of your choice (e.g .com at $14.99/year) with full automation within WHMCS.";

$_LANG['stellar_whmcsservices_12_heading'] = "Payment Gateway Setup";
$_LANG['stellar_whmcsservices_12_text'] = "This service includes the setup of any WHMCS supported payment gateway (PayPal, 2CheckOut, Stripe etc). Once finished you will be able to accept payments via WHMCS using this payment gateway.";



/*
-----------------------------------------
---------   WordPress Services (wordpress-services.tpl, wordpress-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_wordpressservices_overview_display'] = true;

$_LANG['stellar_wordpressservices_overview_text'] = "<p>A mix of services for the popular content management system, Wordpress. These Wordpress services are reliable and provided by a company who has many years experience working with WordPress.</p>";

// Services

$_LANG['stellar_wordpressservices_plans_heading'] = "Services";

$_LANG['stellar_wordpressservices_1_heading'] = "WordPress Installation";
$_LANG['stellar_wordpressservices_1_text'] = "We will install the latest version of WordPress, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $10 is fantastic value.";

$_LANG['stellar_wordpressservices_2_heading'] = "WordPress Configuration";
$_LANG['stellar_wordpressservices_2_text'] = "Hire Zomex to configure your WordPress installation with our recommended settings and plugins for a website that is well optimized for the search engines. We setup your website as we would do for our own.";

$_LANG['stellar_wordpressservices_3_heading'] = "WordPress Integration";
$_LANG['stellar_wordpressservices_3_text'] = "This service involves taking your existing website design to create a matching WordPress theme. This service is popular with companies looking to have a matching WordPress Theme to create a company blog.";



/*
-----------------------------------------
---------   Blesta Services (blesta-services.tpl, blesta-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_blestaservices_overview_display'] = true;

$_LANG['stellar_blestaservices_overview_text'] = "<p>A mix of services for the popular web hosting provider software, Blesta.</p>";

// Services

$_LANG['stellar_blestaservices_plans_heading'] = "Services";

$_LANG['stellar_blestaservices_1_heading'] = "Blesta Installation";
$_LANG['stellar_blestaservices_1_text'] = "We will install the latest version of Blesta, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $12 represents fantastic value.";

$_LANG['stellar_blestaservices_2_heading'] = "Blesta Integration";
$_LANG['stellar_blestaservices_2_text'] = "We will take the design of your existing website and use it to create a Blesta theme including support for the WordPress based functionality such as admin based pages, menu & widget editing.";



/*
-----------------------------------------
---------   Clientexec Services (clientexec-services.tpl, clientexec-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['stellar_clientexecservices_overview_display'] = true;

$_LANG['stellar_clientexecservices_overview_text'] = "<p>A mix of services for the popular web hosting provider software, Clientexec.</p>";

// Services

$_LANG['stellar_clientexecservices_plans_heading'] = "Services";

$_LANG['stellar_clientexecservices_1_heading'] = "Clientexec Installation";
$_LANG['stellar_clientexecservices_1_text'] = "We will install the latest version of Clientexec, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $12 represents fantastic value.";

$_LANG['stellar_clientexecservices_2_heading'] = "Clientexec Integration";
$_LANG['stellar_clientexecservices_2_text'] = " We will take the design of your existing website and use it to create a Clientexec theme including support for the Clientexec based functionality such as admin based pages, menu & widget editing.";



/*
-----------------------------------------
---------   SEO (File: includes/seo.tpl)   ---------
-----------------------------------------
*/

// 360Monitoring (WHMCS Marketconnect page)

$_LANG['stellar_meta_title_360monitoring'] = "360Monitoring - Monitor your website";
$_LANG['stellar_meta_description_360monitoring'] = "360Monitoring - Monitor your website";
$_LANG['stellar_meta_tags_360monitoring'] = "360monitoring";
/*
-----------------------------------------
---------   v3 Language Strings   ---------
-----------------------------------------
*/



/*
-----------------------------------------
---------   Pages - The page name and description text are used in various places of the template such as the menu & footer & subbanner. The content of each page is further down this file.     ---------
-----------------------------------------
*/

// 360Monitoring

$_LANG['mono_360monitoring_name'] = "360Monitoring";
$_LANG['mono_360monitoring_text'] = "Monitor your website";



/*
-----------------------------------------
---------   Badges
-----------------------------------------
*/

$_LANG['mono_price_free'] = "free"; // Used when a price is set to free in Wizard Panel



/*
-----------------------------------------
---------   Header (File: includes/header.tpl)   ---------
-----------------------------------------
*/

$_LANG['mono_header_buttons_1_text'] = "Our Clients";
$_LANG['mono_header_buttons_2_text'] = "Knowledgebase";
$_LANG['mono_header_buttons_3_text'] = "Knowledgebase";
$_LANG['mono_header_buttons_4_text'] = "Knowledgebase";
$_LANG['mono_header_buttons_5_text'] = "Knowledgebase";



/*
-----------------------------------------
---------   Footer (File: includes/footer.tpl)   ---------
-----------------------------------------
*/

$_LANG['mono_footer_linkblocks_1_text'] = "29 Your Street, Chatham, Kent, England";
$_LANG['mono_footer_linkblocks_2_text'] = "sales@yourcompany.com";
$_LANG['mono_footer_linkblocks_3_text'] = "+01 23 45 47 25";
$_LANG['mono_footer_linkblocks_4_text'] = "Company Number: 7832763";
$_LANG['mono_footer_linkblocks_5_text'] = "VAT Number: FR197763863";



/*
-----------------------------------------
---------   Copyright (File: includes/footer.tpl)   ---------
-----------------------------------------
*/

$_LANG['mono_legalimages_1_alt'] = $_LANG['mono_setting_companyname'] . " PayPal";
$_LANG['mono_legalimages_2_alt'] = $_LANG['mono_setting_companyname'] . " Credit Card";
$_LANG['mono_legalimages_3_alt'] = $_LANG['mono_setting_companyname'] . " RapidSSL";



/*
-----------------------------------------
---------   Home page (File: homepage.tpl, index.php)   ---------
-----------------------------------------
*/

// Domain Checker

$_LANG['mono_domainchecker_image_alt'] = "Search TLDS";

// Plans

$_LANG['mono_homepage_plans_heading'] = "Choose Your Service To Get Started";

// Feature Boxes

$_LANG['mono_homepage_featureboxes_plan1_image_alt'] = "Shared Hosting icon";
$_LANG['mono_homepage_featureboxes_plan2_image_alt'] = "Reseller Hosting icon";
$_LANG['mono_homepage_featureboxes_plan3_image_alt'] = "VPS Hosting icon";
$_LANG['mono_homepage_featureboxes_plan4_image_alt'] = "Dedicated Servers icon";
$_LANG['mono_homepage_featureboxes_plan5_image_alt'] = "Cloud Hosting icon";
$_LANG['mono_homepage_featureboxes_plan6_image_alt'] = "Game Servers icon";
$_LANG['mono_homepage_featureboxes_plan7_image_alt'] = "VPN icon";
$_LANG['mono_homepage_featureboxes_plan8_image_alt'] = "IPTV icon";
$_LANG['mono_homepage_featureboxes_plan9_image_alt'] = "Web Design icon";

// Features

$_LANG['mono_homepage_features_1_animation'] = "fadeInLeft";
$_LANG['mono_homepage_features_2_animation'] = "fadeInUp";
$_LANG['mono_homepage_features_3_animation'] = "fadeInRight";
$_LANG['mono_homepage_features_4_animation'] = "fadeInLeft";
$_LANG['mono_homepage_features_5_animation'] = "fadeInUp";
$_LANG['mono_homepage_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_homepage_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_homepage_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_homepage_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_homepage_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_homepage_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_homepage_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Register domain page (File: domain-pricing.tpl)   ---------
-----------------------------------------
*/

// Features

$_LANG['mono_registerdomain_features_1_animation'] = "fadeInLeft";
$_LANG['mono_registerdomain_features_2_animation'] = "fadeInUp";
$_LANG['mono_registerdomain_features_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Shared Hosting page by default (File: web-hosting.tpl, web-hosting.php)   ---------
-----------------------------------------
*/

// Plans

$_LANG['mono_custom1_featureboxes_plan1_image_alt'] = "Shared 1 icon";
$_LANG['mono_custom1_featureboxes_plan2_image_alt'] = "Shared 2 icon";
$_LANG['mono_custom1_featureboxes_plan3_image_alt'] = "Shared 3 icon";
$_LANG['mono_custom1_featureboxes_plan4_image_alt'] = "Shared 4 icon";
$_LANG['mono_custom1_featureboxes_plan5_image_alt'] = "Shared 5 icon";
$_LANG['mono_custom1_featureboxes_plan6_image_alt'] = "Shared 6 icon";
$_LANG['mono_custom1_featureboxes_plan7_image_alt'] = "Shared 7 icon";
$_LANG['mono_custom1_featureboxes_plan8_image_alt'] = "Shared 8 icon";
$_LANG['mono_custom1_featureboxes_plan9_image_alt'] = "Shared 9 icon";
$_LANG['mono_custom1_featureboxes_plan10_image_alt'] = "Shared 10 icon";

// Features

$_LANG['mono_custom1_features_1_animation'] = "fadeInLeft";
$_LANG['mono_custom1_features_2_animation'] = "fadeInUp";
$_LANG['mono_custom1_features_3_animation'] = "fadeInRight";
$_LANG['mono_custom1_features_4_animation'] = "fadeInLeft";
$_LANG['mono_custom1_features_5_animation'] = "fadeInUp";
$_LANG['mono_custom1_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_custom1_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_custom1_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_custom1_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_custom1_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_custom1_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_custom1_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Reseller Hosting page by default (File: reseller-hosting.tpl, reseller-hosting.php, includes/custom2.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['mono_custom2_featureboxes_plan1_image_alt'] = "Reseller 1 icon";
$_LANG['mono_custom2_featureboxes_plan2_image_alt'] = "Reseller 2 icon";
$_LANG['mono_custom2_featureboxes_plan3_image_alt'] = "Reseller 3 icon";
$_LANG['mono_custom2_featureboxes_plan4_image_alt'] = "Reseller 4 icon";
$_LANG['mono_custom2_featureboxes_plan5_image_alt'] = "Reseller 5 icon";
$_LANG['mono_custom2_featureboxes_plan6_image_alt'] = "Reseller 6 icon";
$_LANG['mono_custom2_featureboxes_plan7_image_alt'] = "Reseller 7 icon";
$_LANG['mono_custom2_featureboxes_plan8_image_alt'] = "Reseller 8 icon";
$_LANG['mono_custom2_featureboxes_plan9_image_alt'] = "Reseller 9 icon";
$_LANG['mono_custom2_featureboxes_plan10_image_alt'] = "Reseller 10 icon";

// Features

$_LANG['mono_custom2_features_1_animation'] = "fadeInLeft";
$_LANG['mono_custom2_features_2_animation'] = "fadeInUp";
$_LANG['mono_custom2_features_3_animation'] = "fadeInRight";
$_LANG['mono_custom2_features_4_animation'] = "fadeInLeft";
$_LANG['mono_custom2_features_5_animation'] = "fadeInUp";
$_LANG['mono_custom2_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_custom2_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_custom2_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_custom2_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_custom2_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_custom2_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_custom2_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   VPS Hosting page by default (File: vps-hosting.tpl, vps-hosting.php, includes/custom3.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['mono_custom3_featureboxes_plan1_image_alt'] = "VPS 1 icon";
$_LANG['mono_custom3_featureboxes_plan2_image_alt'] = "VPS 2 icon";
$_LANG['mono_custom3_featureboxes_plan3_image_alt'] = "VPS 3 icon";
$_LANG['mono_custom3_featureboxes_plan4_image_alt'] = "VPS 4 icon";
$_LANG['mono_custom3_featureboxes_plan5_image_alt'] = "VPS 5 icon";
$_LANG['mono_custom3_featureboxes_plan6_image_alt'] = "VPS 6 icon";
$_LANG['mono_custom3_featureboxes_plan7_image_alt'] = "VPS 7 icon";
$_LANG['mono_custom3_featureboxes_plan8_image_alt'] = "VPS 8 icon";
$_LANG['mono_custom3_featureboxes_plan9_image_alt'] = "VPS 9 icon";
$_LANG['mono_custom3_featureboxes_plan10_image_alt'] = "VPS 10 icon";

// Features

$_LANG['mono_custom3_features_1_animation'] = "fadeInLeft";
$_LANG['mono_custom3_features_2_animation'] = "fadeInUp";
$_LANG['mono_custom3_features_3_animation'] = "fadeInRight";
$_LANG['mono_custom3_features_4_animation'] = "fadeInLeft";
$_LANG['mono_custom3_features_5_animation'] = "fadeInUp";
$_LANG['mono_custom3_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_custom3_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_custom3_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_custom3_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_custom3_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_custom3_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_custom3_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Dedicated Servers page by default (File: dedicated-servers.tpl, dedicated-servers.php, includes/custom4.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['mono_custom4_featureboxes_plan1_image_alt'] = "Dedicated 1 icon";
$_LANG['mono_custom4_featureboxes_plan2_image_alt'] = "Dedicated 2 icon";
$_LANG['mono_custom4_featureboxes_plan3_image_alt'] = "Dedicated 3 icon";
$_LANG['mono_custom4_featureboxes_plan4_image_alt'] = "Dedicated 4 icon";
$_LANG['mono_custom4_featureboxes_plan5_image_alt'] = "Dedicated 5 icon";
$_LANG['mono_custom4_featureboxes_plan6_image_alt'] = "Dedicated 6 icon";
$_LANG['mono_custom4_featureboxes_plan7_image_alt'] = "Dedicated 7 icon";
$_LANG['mono_custom4_featureboxes_plan8_image_alt'] = "Dedicated 8 icon";
$_LANG['mono_custom4_featureboxes_plan9_image_alt'] = "Dedicated 9 icon";
$_LANG['mono_custom4_featureboxes_plan10_image_alt'] = "Dedicated 10 icon";

// Features

$_LANG['mono_custom4_features_1_animation'] = "fadeInLeft";
$_LANG['mono_custom4_features_2_animation'] = "fadeInUp";
$_LANG['mono_custom4_features_3_animation'] = "fadeInRight";
$_LANG['mono_custom4_features_4_animation'] = "fadeInLeft";
$_LANG['mono_custom4_features_5_animation'] = "fadeInUp";
$_LANG['mono_custom4_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_custom4_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_custom4_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_custom4_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_custom4_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_custom4_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_custom4_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Cloud Hosting page by default (File: cloud-hosting.tpl, cloud-hosting.php, includes/custom5.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['mono_custom5_featureboxes_plan1_image_alt'] = "Cloud 1 icon";
$_LANG['mono_custom5_featureboxes_plan2_image_alt'] = "Cloud 2 icon";
$_LANG['mono_custom5_featureboxes_plan3_image_alt'] = "Cloud 3 icon";
$_LANG['mono_custom5_featureboxes_plan4_image_alt'] = "Cloud 4 icon";
$_LANG['mono_custom5_featureboxes_plan5_image_alt'] = "Cloud 5 icon";
$_LANG['mono_custom5_featureboxes_plan6_image_alt'] = "Cloud 6 icon";
$_LANG['mono_custom5_featureboxes_plan7_image_alt'] = "Cloud 7 icon";
$_LANG['mono_custom5_featureboxes_plan8_image_alt'] = "Cloud 8 icon";
$_LANG['mono_custom5_featureboxes_plan9_image_alt'] = "Cloud 9 icon";
$_LANG['mono_custom5_featureboxes_plan10_image_alt'] = "Cloud 10 icon";

// Features

$_LANG['mono_custom5_features_1_animation'] = "fadeInLeft";
$_LANG['mono_custom5_features_2_animation'] = "fadeInUp";
$_LANG['mono_custom5_features_3_animation'] = "fadeInRight";
$_LANG['mono_custom5_features_4_animation'] = "fadeInLeft";
$_LANG['mono_custom5_features_5_animation'] = "fadeInUp";
$_LANG['mono_custom5_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_custom5_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_custom5_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_custom5_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_custom5_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_custom5_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_custom5_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Game Servers page by default (File: game-servers.tpl, game-servers.php, includes/custom6.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['mono_custom6_featureboxes_plan1_image_alt'] = "Game 1 icon";
$_LANG['mono_custom6_featureboxes_plan2_image_alt'] = "Game 2 icon";
$_LANG['mono_custom6_featureboxes_plan3_image_alt'] = "Game 3 icon";
$_LANG['mono_custom6_featureboxes_plan4_image_alt'] = "Game 4 icon";
$_LANG['mono_custom6_featureboxes_plan5_image_alt'] = "Game 5 icon";
$_LANG['mono_custom6_featureboxes_plan6_image_alt'] = "Game 6 icon";
$_LANG['mono_custom6_featureboxes_plan7_image_alt'] = "Game 7 icon";
$_LANG['mono_custom6_featureboxes_plan8_image_alt'] = "Game 8 icon";
$_LANG['mono_custom6_featureboxes_plan9_image_alt'] = "Game 9 icon";
$_LANG['mono_custom6_featureboxes_plan10_image_alt'] = "Game 10 icon";

// Features

$_LANG['mono_custom6_features_1_animation'] = "fadeInLeft";
$_LANG['mono_custom6_features_2_animation'] = "fadeInUp";
$_LANG['mono_custom6_features_3_animation'] = "fadeInRight";
$_LANG['mono_custom6_features_4_animation'] = "fadeInLeft";
$_LANG['mono_custom6_features_5_animation'] = "fadeInUp";
$_LANG['mono_custom6_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_custom6_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_custom6_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_custom6_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_custom6_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_custom6_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_custom6_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Virtual Private Network page by default (File: virtual-private-network.tpl, virtual-private-network.php, includes/custom7.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['mono_custom7_featureboxes_plan1_image_alt'] = "Game 1 icon";
$_LANG['mono_custom7_featureboxes_plan2_image_alt'] = "Game 2 icon";
$_LANG['mono_custom7_featureboxes_plan3_image_alt'] = "Game 3 icon";
$_LANG['mono_custom7_featureboxes_plan4_image_alt'] = "Game 4 icon";
$_LANG['mono_custom7_featureboxes_plan5_image_alt'] = "Game 5 icon";
$_LANG['mono_custom7_featureboxes_plan6_image_alt'] = "Game 6 icon";
$_LANG['mono_custom7_featureboxes_plan7_image_alt'] = "Game 7 icon";
$_LANG['mono_custom7_featureboxes_plan8_image_alt'] = "Game 8 icon";
$_LANG['mono_custom7_featureboxes_plan9_image_alt'] = "Game 9 icon";
$_LANG['mono_custom7_featureboxes_plan10_image_alt'] = "Game 10 icon";

// Features

$_LANG['mono_custom7_features_1_animation'] = "fadeInLeft";
$_LANG['mono_custom7_features_2_animation'] = "fadeInUp";
$_LANG['mono_custom7_features_3_animation'] = "fadeInRight";
$_LANG['mono_custom7_features_4_animation'] = "fadeInLeft";
$_LANG['mono_custom7_features_5_animation'] = "fadeInUp";
$_LANG['mono_custom7_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_custom7_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_custom7_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_custom7_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_custom7_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_custom7_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_custom7_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   IPTV page by default (File: iptv.tpl, iptv.php, includes/custom8.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['mono_custom8_featureboxes_plan1_image_alt'] = "IPTV 1 icon";
$_LANG['mono_custom8_featureboxes_plan2_image_alt'] = "IPTV 2 icon";
$_LANG['mono_custom8_featureboxes_plan3_image_alt'] = "IPTV 3 icon";
$_LANG['mono_custom8_featureboxes_plan4_image_alt'] = "IPTV 4 icon";
$_LANG['mono_custom8_featureboxes_plan5_image_alt'] = "IPTV 5 icon";
$_LANG['mono_custom8_featureboxes_plan6_image_alt'] = "IPTV 6 icon";
$_LANG['mono_custom8_featureboxes_plan7_image_alt'] = "IPTV 7 icon";
$_LANG['mono_custom8_featureboxes_plan8_image_alt'] = "IPTV 8 icon";
$_LANG['mono_custom8_featureboxes_plan9_image_alt'] = "IPTV 9 icon";
$_LANG['mono_custom8_featureboxes_plan10_image_alt'] = "IPTV 10 icon";

// Features

$_LANG['mono_custom8_features_1_animation'] = "fadeInLeft";
$_LANG['mono_custom8_features_2_animation'] = "fadeInUp";
$_LANG['mono_custom8_features_3_animation'] = "fadeInRight";
$_LANG['mono_custom8_features_4_animation'] = "fadeInLeft";
$_LANG['mono_custom8_features_5_animation'] = "fadeInUp";
$_LANG['mono_custom8_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_custom8_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_custom8_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_custom8_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_custom8_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_custom8_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_custom8_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Hosting Addons page by default (File: hosting-addons.tpl, hosting-addons.php, includes/custom9.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['mono_custom9_featureboxes_plan1_image_alt'] = "Addon 1 icon";
$_LANG['mono_custom9_featureboxes_plan2_image_alt'] = "Addon 2 icon";
$_LANG['mono_custom9_featureboxes_plan3_image_alt'] = "Addon 3 icon";
$_LANG['mono_custom9_featureboxes_plan4_image_alt'] = "Addon 4 icon";
$_LANG['mono_custom9_featureboxes_plan5_image_alt'] = "Addon 5 icon";
$_LANG['mono_custom9_featureboxes_plan6_image_alt'] = "Addon 6 icon";
$_LANG['mono_custom9_featureboxes_plan7_image_alt'] = "Addon 7 icon";
$_LANG['mono_custom9_featureboxes_plan8_image_alt'] = "Addon 8 icon";
$_LANG['mono_custom9_featureboxes_plan9_image_alt'] = "Addon 9 icon";
$_LANG['mono_custom9_featureboxes_plan10_image_alt'] = "Addon 10 icon";

// Features

$_LANG['mono_custom9_features_1_animation'] = "fadeInLeft";
$_LANG['mono_custom9_features_2_animation'] = "fadeInUp";
$_LANG['mono_custom9_features_3_animation'] = "fadeInRight";
$_LANG['mono_custom9_features_4_animation'] = "fadeInLeft";
$_LANG['mono_custom9_features_5_animation'] = "fadeInUp";
$_LANG['mono_custom9_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_custom9_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_custom9_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_custom9_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_custom9_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_custom9_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_custom9_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Web Design page by default (File: web-design.tpl, web-design.php, includes/custom10.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['mono_custom10_featureboxes_plan1_image_alt'] = "Design 1 icon";
$_LANG['mono_custom10_featureboxes_plan2_image_alt'] = "Design 2 icon";
$_LANG['mono_custom10_featureboxes_plan3_image_alt'] = "Design 3 icon";
$_LANG['mono_custom10_featureboxes_plan4_image_alt'] = "Design 4 icon";
$_LANG['mono_custom10_featureboxes_plan5_image_alt'] = "Design 5 icon";
$_LANG['mono_custom10_featureboxes_plan6_image_alt'] = "Design 6 icon";
$_LANG['mono_custom10_featureboxes_plan7_image_alt'] = "Design 7 icon";
$_LANG['mono_custom10_featureboxes_plan8_image_alt'] = "Design 8 icon";
$_LANG['mono_custom10_featureboxes_plan9_image_alt'] = "Design 9 icon";
$_LANG['mono_custom10_featureboxes_plan10_image_alt'] = "Design 10 icon";

// Features

$_LANG['mono_custom10_features_1_animation'] = "fadeInLeft";
$_LANG['mono_custom10_features_2_animation'] = "fadeInUp";
$_LANG['mono_custom10_features_3_animation'] = "fadeInRight";
$_LANG['mono_custom10_features_4_animation'] = "fadeInLeft";
$_LANG['mono_custom10_features_5_animation'] = "fadeInUp";
$_LANG['mono_custom10_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['mono_custom10_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_custom10_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_custom10_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['mono_custom10_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_custom10_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_custom10_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Company page (File: company.tpl, company.php)  ---------
-----------------------------------------
*/

$_LANG['mono_company_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_company_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_company_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Why choose us page (File: why-choose-us.tpl, why-choose-us.php)   ---------
-----------------------------------------
*/

$_LANG['mono_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Testimonials page (File: testimonials.tpl, testimonials.php)   ---------
-----------------------------------------
*/

$_LANG['mono_testimonials_1_animation'] = "fadeInLeft";
$_LANG['mono_testimonials_2_animation'] = "fadeInUp";
$_LANG['mono_testimonials_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Affiliate Program page (File: affiliate-program.tpl, affiliate-program.php)   ---------
-----------------------------------------
*/

// Commissions

$_LANG['mono_affiliateprogram_commissions_display'] = true;

$_LANG['mono_affiliateprogram_commissions_heading'] = "Commissions";

$_LANG['mono_affiliateprogram_commissions_heading1'] = "Product/Service";
$_LANG['mono_affiliateprogram_commissions_heading2'] = "Commission";

$_LANG['mono_affiliateprogram_commissions_1_display'] = true;
$_LANG['mono_affiliateprogram_commissions_1_product'] = "Shared Hosting";
$_LANG['mono_affiliateprogram_commissions_1_prefix'] = "As much as ";
$_LANG['mono_affiliateprogram_commissions_1_commission'] = "3.99";
$_LANG['mono_affiliateprogram_commissions_1_term'] = "/month";

$_LANG['mono_affiliateprogram_commissions_2_display'] = true;
$_LANG['mono_affiliateprogram_commissions_2_product'] = "Reseller Hosting";
$_LANG['mono_affiliateprogram_commissions_2_prefix'] = "As much as ";
$_LANG['mono_affiliateprogram_commissions_2_commission'] = "9.99";
$_LANG['mono_affiliateprogram_commissions_2_term'] = "/month";

$_LANG['mono_affiliateprogram_commissions_3_display'] = true;
$_LANG['mono_affiliateprogram_commissions_3_product'] = "VPN";
$_LANG['mono_affiliateprogram_commissions_3_prefix'] = "";
$_LANG['mono_affiliateprogram_commissions_3_commission'] = "10.00";
$_LANG['mono_affiliateprogram_commissions_3_term'] = "/sale";

$_LANG['mono_affiliateprogram_commissions_4_display'] = true;
$_LANG['mono_affiliateprogram_commissions_4_product'] = "IPTV";
$_LANG['mono_affiliateprogram_commissions_4_prefix'] = "Earn ";
$_LANG['mono_affiliateprogram_commissions_4_commission'] = "5.00";
$_LANG['mono_affiliateprogram_commissions_4_term'] = " per signup";

// Why Choose Us

$_LANG['mono_affiliateprogram_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['mono_affiliateprogram_whychooseus_2_animation'] = "fadeInUp";
$_LANG['mono_affiliateprogram_whychooseus_3_animation'] = "fadeInRight";
$_LANG['mono_affiliateprogram_whychooseus_4_animation'] = "fadeInLeft";
$_LANG['mono_affiliateprogram_whychooseus_5_animation'] = "fadeInUp";

// How To Join

$_LANG['mono_affiliateprogram_howtojoin_1_display'] = true;
$_LANG['mono_affiliateprogram_howtojoin_1_image'] = "affiliateprogram-step-1-stellar.jpg";
$_LANG['mono_affiliateprogram_howtojoin_1_image_alt'] = "step 1";
$_LANG['mono_affiliateprogram_howtojoin_1_image_url'] = "affiliateprogram-step-1-stellar.jpg";
$_LANG['mono_affiliateprogram_howtojoin_1_image_url_newwindow'] = false;
$_LANG['mono_affiliateprogram_howtojoin_1_image_url_popup'] = true;
$_LANG['mono_affiliateprogram_howtojoin_1_text'] = "Click on the join free button at the top of this page.";
$_LANG['mono_affiliateprogram_howtojoin_1_animation'] = "fadeInUp"; 

$_LANG['mono_affiliateprogram_howtojoin_2_display'] = true;
$_LANG['mono_affiliateprogram_howtojoin_2_image'] = "affiliateprogram-step-2-stellar.jpg";
$_LANG['mono_affiliateprogram_howtojoin_2_image_alt'] = "step 2";
$_LANG['mono_affiliateprogram_howtojoin_2_image_url'] = "affiliateprogram-step-2-stellar.jpg";
$_LANG['mono_affiliateprogram_howtojoin_2_image_url_newwindow'] = false;
$_LANG['mono_affiliateprogram_howtojoin_2_image_url_popup'] = true;
$_LANG['mono_affiliateprogram_howtojoin_2_text'] = "Once logged-in a new menu will appear. Hover over My Account and click on My Commissions.";
$_LANG['mono_affiliateprogram_howtojoin_2_animation'] = "fadeInUp"; 

$_LANG['mono_affiliateprogram_howtojoin_3_display'] = true;
$_LANG['mono_affiliateprogram_howtojoin_3_image'] = "affiliateprogram-step-3-stellar.jpg";
$_LANG['mono_affiliateprogram_howtojoin_3_image_alt'] = "step 3";
$_LANG['mono_affiliateprogram_howtojoin_3_image_url'] = "affiliateprogram-step-3-stellar.jpg";
$_LANG['mono_affiliateprogram_howtojoin_3_image_url_newwindow'] = false;
$_LANG['mono_affiliateprogram_howtojoin_3_image_url_popup'] = true;
$_LANG['mono_affiliateprogram_howtojoin_3_text'] = "Click the button named Activate Affiliate Account to activate your affiliate account.";
$_LANG['mono_affiliateprogram_howtojoin_3_animation'] = "fadeInUp"; 

$_LANG['mono_affiliateprogram_howtojoin_4_display'] = true;
$_LANG['mono_affiliateprogram_howtojoin_4_image'] = "affiliateprogram-step-4-stellar.jpg";
$_LANG['mono_affiliateprogram_howtojoin_4_image_alt'] = "step 4";
$_LANG['mono_affiliateprogram_howtojoin_4_image_url'] = "affiliateprogram-step-4-stellar.jpg";
$_LANG['mono_affiliateprogram_howtojoin_4_image_url_newwindow'] = false;
$_LANG['mono_affiliateprogram_howtojoin_4_image_url_popup'] = true;
$_LANG['mono_affiliateprogram_howtojoin_4_text'] = "You'll now see a page showing your unique referral link, commissions & banners.";
$_LANG['mono_affiliateprogram_howtojoin_4_animation'] = "fadeInUp"; 



/*
-----------------------------------------
---------   Addons (addons.tpl, addons.php)   ---------
-----------------------------------------
*/

$_LANG['mono_addons_whmcstemplates_image_alt'] = "WHMCS Templates";
$_LANG['mono_addons_whmcstemplates_text'] = "<p>These WHMCS Templates are a complete solution for your web hosting business. They come packed with all of the pages and content required for a successful hosting company.</p>";

$_LANG['mono_addons_wordpressthemes_image_alt'] = "WordPress Themes";
$_LANG['mono_addons_wordpressthemes_text'] = "<p>Our WordPress Themes are extremely feature-rich and perfect for any type of online business. They allow you full control of your website without HTML experience.</p>";

$_LANG['mono_addons_htmltemplates_image_alt'] = "HTML Templates";
$_LANG['mono_addons_htmltemplates_text'] = "<p>Our custom developed HTML Templates are clean, easy to edit and fully responsive meaning they support almost all modern devices.</p>";

$_LANG['mono_addons_blestatemplates_image_alt'] = "Blesta Templates";
$_LANG['mono_addons_blestatemplates_text'] = "<p>Our Blesta Templates are built from scratch including a WordPress or HTML version for your main website and stunning Blesta integration out of the box.</p>";

$_LANG['mono_addons_clientexectemplates_image_alt'] = "Clientexec Templates";
$_LANG['mono_addons_clientexectemplates_text'] = "<p>Our Clientexec Templates are built from scratch including a HTML5 version for your main website and stunning Clientexec integration out of the box.</p>";

$_LANG['mono_addons_wisecptemplates_image_alt'] = "WISECP Templates";
$_LANG['mono_addons_wisecptemplates_text'] = "<p>Our WISECP Templates consist of a fully customisable HTML/PHP template for the main website and a pixel perfect WISECP integration.</p>";

$_LANG['mono_addons_hostbilltemplates_image_alt'] = "HostBill Templates";
$_LANG['mono_addons_hostbilltemplates_text'] = "<p>Our HostBill Templates consist of a fully customisable HTML/PHP template for the main website and a pixel perfect HostBill integration.</p>";

$_LANG['mono_addons_whmcsmodules_image_alt'] = "WHMCS Modules";
$_LANG['mono_addons_whmcsmodules_text'] = "<p>We’ve developed a selection of exclusive & easy to use WHMCS Modules. These modules provide added functionality to your WHMCS website.</p>";

$_LANG['mono_addons_scripts_image_alt'] = "Scripts";
$_LANG['mono_addons_scripts_text'] = "<p>Originally created for our own website we’ve made all of our custom Scripts available to purchase. You’ll find menus, feature boxes & other useful scripts.</p>";

$_LANG['mono_addons_logodesign_image_alt'] = "Logo Design";
$_LANG['mono_addons_logodesign_text'] = "<p>Get your business up and running with a custom Logo Design. All of our logos are designed from scratch based on your requirements.</p>";

$_LANG['mono_addons_bannerdesign_image_alt'] = "Banner Design";
$_LANG['mono_addons_bannerdesign_text'] = "<p>We develop banners from scratch based on your requirements. Our banners are suitable for advertising campaigns and useful for your affiliate program.</p>";

$_LANG['mono_addons_whmcsservices_image_alt'] = "WHMCS Services";
$_LANG['mono_addons_whmcsservices_text'] = "<p>We have a lot of experience working with WHMCS. Our WHMCS Services consist of installation, configuration, integration, Enom account setup & automation.</p>";

$_LANG['mono_addons_wordpressservices_image_alt'] = "WordPress Services";
$_LANG['mono_addons_wordpressservices_text'] = "<p>We provide a mix of premium WordPress Services that you get your WordPress based website/blog setup properly. These include installation, configuration & integration.</p>";

$_LANG['mono_addons_blestaservices_image_alt'] = "Blesta Services";
$_LANG['mono_addons_blestaservices_text'] = "<p>We provide a mix of premium Blesta Services including installation, configuration & integration. Browse our services today to get started.</p>";

$_LANG['mono_addons_clientexecservices_image_alt'] = "Clientexec Services";
$_LANG['mono_addons_clientexecservices_text'] = "<p>We provide a mix of premium Clientexec Services including installation, configuration & integration. Browse our services today to get started.</p>";



/*
-----------------------------------------
---------   WHMCS Templates (whmcs-templates.tpl, whmcs-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_whmcstemplates_overview_display'] = true;

$_LANG['mono_whmcstemplates_overview_text'] = "<p>This collection of WHMCS Templates make it easy to get your web hosting business launched with a professional look. These templates are fully responsive, come with an admin based settings area, support multiple display options, support multi-languages & much more.</p>";

// Templates

$_LANG['mono_whmcstemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WordPress Themes (wordpress-themes.tpl, wordpress-themes.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_wordpressthemes_overview_display'] = true;

$_LANG['mono_wordpressthemes_overview_text'] = "<p>This collection of WordPress Themes have been created as a powerful & feature rich website for your web hosting business. They feature a built-in options panel, admin-based menus, widgets, blog support, optional software integration & much more.</p>";

// Themes

$_LANG['mono_wordpressthemes_plans_heading'] = "Themes";



/*
-----------------------------------------
---------   HTML Templates (html-templates.tpl, html-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_htmltemplates_overview_display'] = true;

$_LANG['mono_htmltemplates_overview_text'] = "<p>A collection of HTML Templates designed for your web hosting reseller business. These templates are professionally coded to be lightning fast, easy to edit (require HTML experience) and come with reliable support. To automate the account provisioning, invoicing & provide account/support functionality these templates also come with optional WHMCS, Blesta, Clientexec & HostBill integration ($30/year) that will automatically sync with the HTML pages.</p>";

// Templates

$_LANG['mono_htmltemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   Blesta Templates (blesta-templates.tpl, blesta-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_blestatemplates_overview_display'] = true;

$_LANG['mono_blestatemplates_overview_text'] = "<p>These Blesta Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional Blesta integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['mono_blestatemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   Clientexec Templates (clientexec-templates.tpl, clientexec-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_clientexectemplates_overview_display'] = true;

$_LANG['mono_clientexectemplates_overview_text'] = "<p>These Clientexec Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional Clientexec integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['mono_clientexectemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WISECP Templates (wisecp-templates.tpl, wisecp-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_wisecptemplates_overview_display'] = true;

$_LANG['mono_wisecptemplates_overview_text'] = "<p>These WISECP Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional WISECP integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['mono_wisecptemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   HostBill Templates (hostbill-templates.tpl, hostbill-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_hostbilltemplates_overview_display'] = true;

$_LANG['mono_hostbilltemplates_overview_text'] = "<p>These HostBill Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional HostBill integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['mono_hostbilltemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WHMCS Modules (whmcs-modules.tpl, whmcs-modules.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_whmcsmodules_overview_display'] = true;

$_LANG['mono_whmcsmodules_overview_text'] = "<p>We've developed a collection of easy to install WHMCS Modules which are used to add extra functionality to your WHMCS based website.</p>";

// Modules

$_LANG['mono_whmcsmodules_plans_heading'] = "Modules";



/*
-----------------------------------------
---------   Scripts (scripts.tpl, scripts.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_scripts_overview_display'] = true;

$_LANG['mono_scripts_overview_text'] = "<p>We’ve developed a collection of premium Scripts originally for our website but now have decided to make them available to everyone. These scripts will enhance your websites functionality quickly and effectively.</p>";

// Scripts

$_LANG['mono_scripts_plans_heading'] = "Scripts";



/*
-----------------------------------------
---------   Logo Design (logo-design.tpl, logo-design.php)   ---------
-----------------------------------------
*/

// Features

$_LANG['mono_logodesign_features_1_animation'] = "fadeInLeft";
$_LANG['mono_logodesign_features_2_animation'] = "fadeInUp";
$_LANG['mono_logodesign_features_3_animation'] = "fadeInRight";
$_LANG['mono_logodesign_features_4_animation'] = "fadeInLeft";
$_LANG['mono_logodesign_features_5_animation'] = "fadeInUp";
$_LANG['mono_logodesign_features_6_animation'] = "fadeInRight";

// Past Work

$_LANG['mono_logodesign_pastwork_1_animation'] = "fadeInLeft";
$_LANG['mono_logodesign_pastwork_2_animation'] = "fadeInUp";
$_LANG['mono_logodesign_pastwork_3_animation'] = "fadeInRight";
$_LANG['mono_logodesign_pastwork_4_animation'] = "fadeInLeft";



/*
-----------------------------------------
---------   Banner Design (banner-design.tpl, banner-design.php)   ---------
-----------------------------------------
*/

// Features

$_LANG['mono_bannerdesign_features_1_animation'] = "fadeInLeft";
$_LANG['mono_bannerdesign_features_2_animation'] = "fadeInUp";
$_LANG['mono_bannerdesign_features_3_animation'] = "fadeInRight";
$_LANG['mono_bannerdesign_features_4_animation'] = "fadeInLeft";
$_LANG['mono_bannerdesign_features_5_animation'] = "fadeInUp";
$_LANG['mono_bannerdesign_features_6_animation'] = "fadeInRight";

// Past Work

$_LANG['mono_bannerdesign_pastwork_1_animation'] = "fadeInLeft";
$_LANG['mono_bannerdesign_pastwork_2_animation'] = "fadeInUp";
$_LANG['mono_bannerdesign_pastwork_3_animation'] = "fadeInRight";
$_LANG['mono_bannerdesign_pastwork_4_animation'] = "fadeInLeft";



/*
-----------------------------------------
---------   WHMCS Services (whmcs-services.tpl, whmcs-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_whmcsservices_overview_display'] = true;

$_LANG['mono_whmcsservices_overview_text'] = "<p>A mix of services for the popular web hosting automation software, WHMCS. These WHMCS Services are reliable and provided by a company who has vast experience in the web hosting industry.</p>";

// Services

$_LANG['mono_whmcsservices_plans_heading'] = "Services";

$_LANG['mono_whmcsservices_1_heading'] = "WHMCS Configuration";
$_LANG['mono_whmcsservices_1_text'] = "This service includes the general configuration of WHMCS, 3 support departments, 1 payment gateway and the setup of 3 shared hosting plans that are fully automated.";

$_LANG['mono_whmcsservices_2_heading'] = "WHMCS Upgrade";
$_LANG['mono_whmcsservices_2_text'] = "We will manually update your WHMCS installation to the latest version. During which we will ensure that any customisations you’ve made to the language or template files remain safe without any data loss.";

$_LANG['mono_whmcsservices_3_heading'] = "WHMCS Integration";
$_LANG['mono_whmcsservices_3_text'] = "We will take the design of your existing website and use it to create a matching WHMCS Template, this ensures that both your website and WHMCS match in design creating a consistent user experience.";

$_LANG['mono_whmcsservices_4_heading'] = "WHMCS Installation";
$_LANG['mono_whmcsservices_4_text'] = "Hire Zomex to complete your WHMCS Installation. We have vast experience working with WHMCS and first installed WHMCS back in 2009 for this very website you are using, Zomex.com.";

$_LANG['mono_whmcsservices_5_heading'] = "Basic Security";
$_LANG['mono_whmcsservices_5_text'] = "Our basic security service includes the completion of the further security steps. This includes securing writable directories, changing your admin directory & securing your configuration.php file.";

$_LANG['mono_whmcsservices_6_heading'] = "Advanced Security";
$_LANG['mono_whmcsservices_6_text'] = "One big security risk we see is WHMCS installations that contain old files (modules, WHMCS copies, databases etc). Hire Zomex to tidy your WHMCS directory by clearing out these old files.";

$_LANG['mono_whmcsservices_7_heading'] = "Move Directory";
$_LANG['mono_whmcsservices_7_text'] = "We will move the directory of your WHMCS installation. For example from domain.com/whmcs to domain.com/clients. Once this process is finished all you’ll need to do is re-issue your license.";

$_LANG['mono_whmcsservices_8_heading'] = "Move Server";
$_LANG['mono_whmcsservices_8_text'] = "We will move the server of your WHMCS installation. For example from domain.com/whmcs to domain2.com/clients. Once this process is finished all you’ll need to do is re-issue your license.";

$_LANG['mono_whmcsservices_9_heading'] = "Shared Hosting Setup";
$_LANG['mono_whmcsservices_9_text'] = "This service includes the setup of 3 shared hosting plans in WHMCS using any supported server (cPanel, Plesk etc). The plans we setup in WHMCS will be fully automated.";

$_LANG['mono_whmcsservices_10_heading'] = "Reseller Hosting Setup";
$_LANG['mono_whmcsservices_10_text'] = "This service includes the setup of 3 reseller hosting plans in WHMCS using any supported server (cPanel, Plesk etc). The plans we setup in WHMCS will be fully automated.";

$_LANG['mono_whmcsservices_11_heading'] = "Domain Registrar Setup";
$_LANG['mono_whmcsservices_11_text'] = "This service includes the setup of any WHMCS supported domain registrar (Enom, ResellerClub etc). We will setup 6 domains of your choice (e.g .com at $14.99/year) with full automation within WHMCS.";

$_LANG['mono_whmcsservices_12_heading'] = "Payment Gateway Setup";
$_LANG['mono_whmcsservices_12_text'] = "This service includes the setup of any WHMCS supported payment gateway (PayPal, 2CheckOut, Stripe etc). Once finished you will be able to accept payments via WHMCS using this payment gateway.";



/*
-----------------------------------------
---------   WordPress Services (wordpress-services.tpl, wordpress-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_wordpressservices_overview_display'] = true;

$_LANG['mono_wordpressservices_overview_text'] = "<p>A mix of services for the popular content management system, Wordpress. These Wordpress services are reliable and provided by a company who has many years experience working with WordPress.</p>";

// Services

$_LANG['mono_wordpressservices_plans_heading'] = "Services";

$_LANG['mono_wordpressservices_1_heading'] = "WordPress Installation";
$_LANG['mono_wordpressservices_1_text'] = "We will install the latest version of WordPress, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $10 is fantastic value.";

$_LANG['mono_wordpressservices_2_heading'] = "WordPress Configuration";
$_LANG['mono_wordpressservices_2_text'] = "Hire Zomex to configure your WordPress installation with our recommended settings and plugins for a website that is well optimized for the search engines. We setup your website as we would do for our own.";

$_LANG['mono_wordpressservices_3_heading'] = "WordPress Integration";
$_LANG['mono_wordpressservices_3_text'] = "This service involves taking your existing website design to create a matching WordPress theme. This service is popular with companies looking to have a matching WordPress Theme to create a company blog.";



/*
-----------------------------------------
---------   Blesta Services (blesta-services.tpl, blesta-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_blestaservices_overview_display'] = true;

$_LANG['mono_blestaservices_overview_text'] = "<p>A mix of services for the popular web hosting provider software, Blesta.</p>";

// Services

$_LANG['mono_blestaservices_plans_heading'] = "Services";

$_LANG['mono_blestaservices_1_heading'] = "Blesta Installation";
$_LANG['mono_blestaservices_1_text'] = "We will install the latest version of Blesta, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $12 represents fantastic value.";

$_LANG['mono_blestaservices_2_heading'] = "Blesta Integration";
$_LANG['mono_blestaservices_2_text'] = "We will take the design of your existing website and use it to create a Blesta theme including support for the WordPress based functionality such as admin based pages, menu & widget editing.";



/*
-----------------------------------------
---------   Clientexec Services (clientexec-services.tpl, clientexec-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['mono_clientexecservices_overview_display'] = true;

$_LANG['mono_clientexecservices_overview_text'] = "<p>A mix of services for the popular web hosting provider software, Clientexec.</p>";

// Services

$_LANG['mono_clientexecservices_plans_heading'] = "Services";

$_LANG['mono_clientexecservices_1_heading'] = "Clientexec Installation";
$_LANG['mono_clientexecservices_1_text'] = "We will install the latest version of Clientexec, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $12 represents fantastic value.";

$_LANG['mono_clientexecservices_2_heading'] = "Clientexec Integration";
$_LANG['mono_clientexecservices_2_text'] = " We will take the design of your existing website and use it to create a Clientexec theme including support for the Clientexec based functionality such as admin based pages, menu & widget editing.";



/*
-----------------------------------------
---------   SEO (File: includes/seo.tpl)   ---------
-----------------------------------------
*/

// 360Monitoring (WHMCS Marketconnect page)

$_LANG['mono_meta_title_360monitoring'] = "360Monitoring - Monitor your website";
$_LANG['mono_meta_description_360monitoring'] = "360Monitoring - Monitor your website";
$_LANG['mono_meta_tags_360monitoring'] = "360monitoring";
/*
-----------------------------------------
---------   v3 Language Strings   ---------
-----------------------------------------
*/



/*
-----------------------------------------
---------   Pages - The page name and description text are used in various places of the template such as the menu & footer & subbanner. The content of each page is further down this file.     ---------
-----------------------------------------
*/

// 360Monitoring

$_LANG['glaze_360monitoring_name'] = "360Monitoring";
$_LANG['glaze_360monitoring_text'] = "Monitor your website";



/*
-----------------------------------------
---------   Badges
-----------------------------------------
*/

$_LANG['glaze_price_free'] = "free"; // Used when a price is set to free in Wizard Panel



/*
-----------------------------------------
---------   Header (File: includes/header.tpl)   ---------
-----------------------------------------
*/

$_LANG['glaze_header_buttons_1_text'] = "Our Clients";
$_LANG['glaze_header_buttons_2_text'] = "Knowledgebase";
$_LANG['glaze_header_buttons_3_text'] = "Knowledgebase";
$_LANG['glaze_header_buttons_4_text'] = "Knowledgebase";
$_LANG['glaze_header_buttons_5_text'] = "Knowledgebase";



/*
-----------------------------------------
---------   Footer (File: includes/footer.tpl)   ---------
-----------------------------------------
*/

$_LANG['glaze_footer_linkblocks_1_text'] = "29 Your Street, Chatham, Kent, England";
$_LANG['glaze_footer_linkblocks_2_text'] = "sales@yourcompany.com";
$_LANG['glaze_footer_linkblocks_3_text'] = "+01 23 45 47 25";
$_LANG['glaze_footer_linkblocks_4_text'] = "Company Number: 7832763";
$_LANG['glaze_footer_linkblocks_5_text'] = "VAT Number: FR197763863";



/*
-----------------------------------------
---------   Copyright (File: includes/footer.tpl)   ---------
-----------------------------------------
*/

$_LANG['glaze_legalimages_1_alt'] = $_LANG['glaze_setting_companyname'] . " PayPal";
$_LANG['glaze_legalimages_2_alt'] = $_LANG['glaze_setting_companyname'] . " Credit Card";
$_LANG['glaze_legalimages_3_alt'] = $_LANG['glaze_setting_companyname'] . " RapidSSL";



/*
-----------------------------------------
---------   Home page (File: homepage.tpl, index.php)   ---------
-----------------------------------------
*/

// Domain Checker

$_LANG['glaze_domainchecker_image_alt'] = "Search TLDS";

// Plans

$_LANG['glaze_homepage_plans_heading'] = "Choose Your Service To Get Started";

// Feature Boxes

$_LANG['glaze_homepage_featureboxes_plan1_image_alt'] = "Shared Hosting icon";
$_LANG['glaze_homepage_featureboxes_plan2_image_alt'] = "Reseller Hosting icon";
$_LANG['glaze_homepage_featureboxes_plan3_image_alt'] = "VPS Hosting icon";
$_LANG['glaze_homepage_featureboxes_plan4_image_alt'] = "Dedicated Servers icon";
$_LANG['glaze_homepage_featureboxes_plan5_image_alt'] = "Cloud Hosting icon";
$_LANG['glaze_homepage_featureboxes_plan6_image_alt'] = "Game Servers icon";
$_LANG['glaze_homepage_featureboxes_plan7_image_alt'] = "VPN icon";
$_LANG['glaze_homepage_featureboxes_plan8_image_alt'] = "IPTV icon";
$_LANG['glaze_homepage_featureboxes_plan9_image_alt'] = "Web Design icon";

// Features

$_LANG['glaze_homepage_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_homepage_features_2_animation'] = "fadeInUp";
$_LANG['glaze_homepage_features_3_animation'] = "fadeInRight";
$_LANG['glaze_homepage_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_homepage_features_5_animation'] = "fadeInUp";
$_LANG['glaze_homepage_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_homepage_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_homepage_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_homepage_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_homepage_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_homepage_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_homepage_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Register domain page (File: domain-pricing.tpl)   ---------
-----------------------------------------
*/

// Features

$_LANG['glaze_registerdomain_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_registerdomain_features_2_animation'] = "fadeInUp";
$_LANG['glaze_registerdomain_features_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Shared Hosting page by default (File: web-hosting.tpl, web-hosting.php)   ---------
-----------------------------------------
*/

// Plans

$_LANG['glaze_custom1_featureboxes_plan1_image_alt'] = "Shared 1 icon";
$_LANG['glaze_custom1_featureboxes_plan2_image_alt'] = "Shared 2 icon";
$_LANG['glaze_custom1_featureboxes_plan3_image_alt'] = "Shared 3 icon";
$_LANG['glaze_custom1_featureboxes_plan4_image_alt'] = "Shared 4 icon";
$_LANG['glaze_custom1_featureboxes_plan5_image_alt'] = "Shared 5 icon";
$_LANG['glaze_custom1_featureboxes_plan6_image_alt'] = "Shared 6 icon";
$_LANG['glaze_custom1_featureboxes_plan7_image_alt'] = "Shared 7 icon";
$_LANG['glaze_custom1_featureboxes_plan8_image_alt'] = "Shared 8 icon";
$_LANG['glaze_custom1_featureboxes_plan9_image_alt'] = "Shared 9 icon";
$_LANG['glaze_custom1_featureboxes_plan10_image_alt'] = "Shared 10 icon";

// Features

$_LANG['glaze_custom1_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom1_features_2_animation'] = "fadeInUp";
$_LANG['glaze_custom1_features_3_animation'] = "fadeInRight";
$_LANG['glaze_custom1_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_custom1_features_5_animation'] = "fadeInUp";
$_LANG['glaze_custom1_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_custom1_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom1_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_custom1_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_custom1_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom1_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_custom1_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Reseller Hosting page by default (File: reseller-hosting.tpl, reseller-hosting.php, includes/custom2.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['glaze_custom2_featureboxes_plan1_image_alt'] = "Reseller 1 icon";
$_LANG['glaze_custom2_featureboxes_plan2_image_alt'] = "Reseller 2 icon";
$_LANG['glaze_custom2_featureboxes_plan3_image_alt'] = "Reseller 3 icon";
$_LANG['glaze_custom2_featureboxes_plan4_image_alt'] = "Reseller 4 icon";
$_LANG['glaze_custom2_featureboxes_plan5_image_alt'] = "Reseller 5 icon";
$_LANG['glaze_custom2_featureboxes_plan6_image_alt'] = "Reseller 6 icon";
$_LANG['glaze_custom2_featureboxes_plan7_image_alt'] = "Reseller 7 icon";
$_LANG['glaze_custom2_featureboxes_plan8_image_alt'] = "Reseller 8 icon";
$_LANG['glaze_custom2_featureboxes_plan9_image_alt'] = "Reseller 9 icon";
$_LANG['glaze_custom2_featureboxes_plan10_image_alt'] = "Reseller 10 icon";

// Features

$_LANG['glaze_custom2_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom2_features_2_animation'] = "fadeInUp";
$_LANG['glaze_custom2_features_3_animation'] = "fadeInRight";
$_LANG['glaze_custom2_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_custom2_features_5_animation'] = "fadeInUp";
$_LANG['glaze_custom2_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_custom2_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom2_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_custom2_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_custom2_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom2_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_custom2_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   VPS Hosting page by default (File: vps-hosting.tpl, vps-hosting.php, includes/custom3.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['glaze_custom3_featureboxes_plan1_image_alt'] = "VPS 1 icon";
$_LANG['glaze_custom3_featureboxes_plan2_image_alt'] = "VPS 2 icon";
$_LANG['glaze_custom3_featureboxes_plan3_image_alt'] = "VPS 3 icon";
$_LANG['glaze_custom3_featureboxes_plan4_image_alt'] = "VPS 4 icon";
$_LANG['glaze_custom3_featureboxes_plan5_image_alt'] = "VPS 5 icon";
$_LANG['glaze_custom3_featureboxes_plan6_image_alt'] = "VPS 6 icon";
$_LANG['glaze_custom3_featureboxes_plan7_image_alt'] = "VPS 7 icon";
$_LANG['glaze_custom3_featureboxes_plan8_image_alt'] = "VPS 8 icon";
$_LANG['glaze_custom3_featureboxes_plan9_image_alt'] = "VPS 9 icon";
$_LANG['glaze_custom3_featureboxes_plan10_image_alt'] = "VPS 10 icon";

// Features

$_LANG['glaze_custom3_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom3_features_2_animation'] = "fadeInUp";
$_LANG['glaze_custom3_features_3_animation'] = "fadeInRight";
$_LANG['glaze_custom3_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_custom3_features_5_animation'] = "fadeInUp";
$_LANG['glaze_custom3_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_custom3_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom3_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_custom3_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_custom3_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom3_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_custom3_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Dedicated Servers page by default (File: dedicated-servers.tpl, dedicated-servers.php, includes/custom4.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['glaze_custom4_featureboxes_plan1_image_alt'] = "Dedicated 1 icon";
$_LANG['glaze_custom4_featureboxes_plan2_image_alt'] = "Dedicated 2 icon";
$_LANG['glaze_custom4_featureboxes_plan3_image_alt'] = "Dedicated 3 icon";
$_LANG['glaze_custom4_featureboxes_plan4_image_alt'] = "Dedicated 4 icon";
$_LANG['glaze_custom4_featureboxes_plan5_image_alt'] = "Dedicated 5 icon";
$_LANG['glaze_custom4_featureboxes_plan6_image_alt'] = "Dedicated 6 icon";
$_LANG['glaze_custom4_featureboxes_plan7_image_alt'] = "Dedicated 7 icon";
$_LANG['glaze_custom4_featureboxes_plan8_image_alt'] = "Dedicated 8 icon";
$_LANG['glaze_custom4_featureboxes_plan9_image_alt'] = "Dedicated 9 icon";
$_LANG['glaze_custom4_featureboxes_plan10_image_alt'] = "Dedicated 10 icon";

// Features

$_LANG['glaze_custom4_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom4_features_2_animation'] = "fadeInUp";
$_LANG['glaze_custom4_features_3_animation'] = "fadeInRight";
$_LANG['glaze_custom4_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_custom4_features_5_animation'] = "fadeInUp";
$_LANG['glaze_custom4_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_custom4_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom4_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_custom4_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_custom4_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom4_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_custom4_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Cloud Hosting page by default (File: cloud-hosting.tpl, cloud-hosting.php, includes/custom5.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['glaze_custom5_featureboxes_plan1_image_alt'] = "Cloud 1 icon";
$_LANG['glaze_custom5_featureboxes_plan2_image_alt'] = "Cloud 2 icon";
$_LANG['glaze_custom5_featureboxes_plan3_image_alt'] = "Cloud 3 icon";
$_LANG['glaze_custom5_featureboxes_plan4_image_alt'] = "Cloud 4 icon";
$_LANG['glaze_custom5_featureboxes_plan5_image_alt'] = "Cloud 5 icon";
$_LANG['glaze_custom5_featureboxes_plan6_image_alt'] = "Cloud 6 icon";
$_LANG['glaze_custom5_featureboxes_plan7_image_alt'] = "Cloud 7 icon";
$_LANG['glaze_custom5_featureboxes_plan8_image_alt'] = "Cloud 8 icon";
$_LANG['glaze_custom5_featureboxes_plan9_image_alt'] = "Cloud 9 icon";
$_LANG['glaze_custom5_featureboxes_plan10_image_alt'] = "Cloud 10 icon";

// Features

$_LANG['glaze_custom5_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom5_features_2_animation'] = "fadeInUp";
$_LANG['glaze_custom5_features_3_animation'] = "fadeInRight";
$_LANG['glaze_custom5_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_custom5_features_5_animation'] = "fadeInUp";
$_LANG['glaze_custom5_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_custom5_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom5_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_custom5_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_custom5_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom5_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_custom5_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Game Servers page by default (File: game-servers.tpl, game-servers.php, includes/custom6.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['glaze_custom6_featureboxes_plan1_image_alt'] = "Game 1 icon";
$_LANG['glaze_custom6_featureboxes_plan2_image_alt'] = "Game 2 icon";
$_LANG['glaze_custom6_featureboxes_plan3_image_alt'] = "Game 3 icon";
$_LANG['glaze_custom6_featureboxes_plan4_image_alt'] = "Game 4 icon";
$_LANG['glaze_custom6_featureboxes_plan5_image_alt'] = "Game 5 icon";
$_LANG['glaze_custom6_featureboxes_plan6_image_alt'] = "Game 6 icon";
$_LANG['glaze_custom6_featureboxes_plan7_image_alt'] = "Game 7 icon";
$_LANG['glaze_custom6_featureboxes_plan8_image_alt'] = "Game 8 icon";
$_LANG['glaze_custom6_featureboxes_plan9_image_alt'] = "Game 9 icon";
$_LANG['glaze_custom6_featureboxes_plan10_image_alt'] = "Game 10 icon";

// Features

$_LANG['glaze_custom6_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom6_features_2_animation'] = "fadeInUp";
$_LANG['glaze_custom6_features_3_animation'] = "fadeInRight";
$_LANG['glaze_custom6_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_custom6_features_5_animation'] = "fadeInUp";
$_LANG['glaze_custom6_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_custom6_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom6_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_custom6_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_custom6_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom6_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_custom6_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Virtual Private Network page by default (File: virtual-private-network.tpl, virtual-private-network.php, includes/custom7.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['glaze_custom7_featureboxes_plan1_image_alt'] = "Game 1 icon";
$_LANG['glaze_custom7_featureboxes_plan2_image_alt'] = "Game 2 icon";
$_LANG['glaze_custom7_featureboxes_plan3_image_alt'] = "Game 3 icon";
$_LANG['glaze_custom7_featureboxes_plan4_image_alt'] = "Game 4 icon";
$_LANG['glaze_custom7_featureboxes_plan5_image_alt'] = "Game 5 icon";
$_LANG['glaze_custom7_featureboxes_plan6_image_alt'] = "Game 6 icon";
$_LANG['glaze_custom7_featureboxes_plan7_image_alt'] = "Game 7 icon";
$_LANG['glaze_custom7_featureboxes_plan8_image_alt'] = "Game 8 icon";
$_LANG['glaze_custom7_featureboxes_plan9_image_alt'] = "Game 9 icon";
$_LANG['glaze_custom7_featureboxes_plan10_image_alt'] = "Game 10 icon";

// Features

$_LANG['glaze_custom7_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom7_features_2_animation'] = "fadeInUp";
$_LANG['glaze_custom7_features_3_animation'] = "fadeInRight";
$_LANG['glaze_custom7_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_custom7_features_5_animation'] = "fadeInUp";
$_LANG['glaze_custom7_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_custom7_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom7_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_custom7_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_custom7_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom7_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_custom7_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   IPTV page by default (File: iptv.tpl, iptv.php, includes/custom8.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['glaze_custom8_featureboxes_plan1_image_alt'] = "IPTV 1 icon";
$_LANG['glaze_custom8_featureboxes_plan2_image_alt'] = "IPTV 2 icon";
$_LANG['glaze_custom8_featureboxes_plan3_image_alt'] = "IPTV 3 icon";
$_LANG['glaze_custom8_featureboxes_plan4_image_alt'] = "IPTV 4 icon";
$_LANG['glaze_custom8_featureboxes_plan5_image_alt'] = "IPTV 5 icon";
$_LANG['glaze_custom8_featureboxes_plan6_image_alt'] = "IPTV 6 icon";
$_LANG['glaze_custom8_featureboxes_plan7_image_alt'] = "IPTV 7 icon";
$_LANG['glaze_custom8_featureboxes_plan8_image_alt'] = "IPTV 8 icon";
$_LANG['glaze_custom8_featureboxes_plan9_image_alt'] = "IPTV 9 icon";
$_LANG['glaze_custom8_featureboxes_plan10_image_alt'] = "IPTV 10 icon";

// Features

$_LANG['glaze_custom8_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom8_features_2_animation'] = "fadeInUp";
$_LANG['glaze_custom8_features_3_animation'] = "fadeInRight";
$_LANG['glaze_custom8_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_custom8_features_5_animation'] = "fadeInUp";
$_LANG['glaze_custom8_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_custom8_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom8_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_custom8_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_custom8_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom8_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_custom8_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Hosting Addons page by default (File: hosting-addons.tpl, hosting-addons.php, includes/custom9.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['glaze_custom9_featureboxes_plan1_image_alt'] = "Addon 1 icon";
$_LANG['glaze_custom9_featureboxes_plan2_image_alt'] = "Addon 2 icon";
$_LANG['glaze_custom9_featureboxes_plan3_image_alt'] = "Addon 3 icon";
$_LANG['glaze_custom9_featureboxes_plan4_image_alt'] = "Addon 4 icon";
$_LANG['glaze_custom9_featureboxes_plan5_image_alt'] = "Addon 5 icon";
$_LANG['glaze_custom9_featureboxes_plan6_image_alt'] = "Addon 6 icon";
$_LANG['glaze_custom9_featureboxes_plan7_image_alt'] = "Addon 7 icon";
$_LANG['glaze_custom9_featureboxes_plan8_image_alt'] = "Addon 8 icon";
$_LANG['glaze_custom9_featureboxes_plan9_image_alt'] = "Addon 9 icon";
$_LANG['glaze_custom9_featureboxes_plan10_image_alt'] = "Addon 10 icon";

// Features

$_LANG['glaze_custom9_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom9_features_2_animation'] = "fadeInUp";
$_LANG['glaze_custom9_features_3_animation'] = "fadeInRight";
$_LANG['glaze_custom9_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_custom9_features_5_animation'] = "fadeInUp";
$_LANG['glaze_custom9_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_custom9_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom9_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_custom9_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_custom9_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom9_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_custom9_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Web Design page by default (File: web-design.tpl, web-design.php, includes/custom10.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['glaze_custom10_featureboxes_plan1_image_alt'] = "Design 1 icon";
$_LANG['glaze_custom10_featureboxes_plan2_image_alt'] = "Design 2 icon";
$_LANG['glaze_custom10_featureboxes_plan3_image_alt'] = "Design 3 icon";
$_LANG['glaze_custom10_featureboxes_plan4_image_alt'] = "Design 4 icon";
$_LANG['glaze_custom10_featureboxes_plan5_image_alt'] = "Design 5 icon";
$_LANG['glaze_custom10_featureboxes_plan6_image_alt'] = "Design 6 icon";
$_LANG['glaze_custom10_featureboxes_plan7_image_alt'] = "Design 7 icon";
$_LANG['glaze_custom10_featureboxes_plan8_image_alt'] = "Design 8 icon";
$_LANG['glaze_custom10_featureboxes_plan9_image_alt'] = "Design 9 icon";
$_LANG['glaze_custom10_featureboxes_plan10_image_alt'] = "Design 10 icon";

// Features

$_LANG['glaze_custom10_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom10_features_2_animation'] = "fadeInUp";
$_LANG['glaze_custom10_features_3_animation'] = "fadeInRight";
$_LANG['glaze_custom10_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_custom10_features_5_animation'] = "fadeInUp";
$_LANG['glaze_custom10_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['glaze_custom10_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom10_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_custom10_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['glaze_custom10_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_custom10_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_custom10_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Company page (File: company.tpl, company.php)  ---------
-----------------------------------------
*/

$_LANG['glaze_company_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_company_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_company_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Why choose us page (File: why-choose-us.tpl, why-choose-us.php)   ---------
-----------------------------------------
*/

$_LANG['glaze_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Testimonials page (File: testimonials.tpl, testimonials.php)   ---------
-----------------------------------------
*/

$_LANG['glaze_testimonials_1_animation'] = "fadeInLeft";
$_LANG['glaze_testimonials_2_animation'] = "fadeInUp";
$_LANG['glaze_testimonials_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Affiliate Program page (File: affiliate-program.tpl, affiliate-program.php)   ---------
-----------------------------------------
*/

// Commissions

$_LANG['glaze_affiliateprogram_commissions_display'] = true;

$_LANG['glaze_affiliateprogram_commissions_heading'] = "Commissions";

$_LANG['glaze_affiliateprogram_commissions_heading1'] = "Product/Service";
$_LANG['glaze_affiliateprogram_commissions_heading2'] = "Commission";

$_LANG['glaze_affiliateprogram_commissions_1_display'] = true;
$_LANG['glaze_affiliateprogram_commissions_1_product'] = "Shared Hosting";
$_LANG['glaze_affiliateprogram_commissions_1_prefix'] = "As much as ";
$_LANG['glaze_affiliateprogram_commissions_1_commission'] = "3.99";
$_LANG['glaze_affiliateprogram_commissions_1_term'] = "/month";

$_LANG['glaze_affiliateprogram_commissions_2_display'] = true;
$_LANG['glaze_affiliateprogram_commissions_2_product'] = "Reseller Hosting";
$_LANG['glaze_affiliateprogram_commissions_2_prefix'] = "As much as ";
$_LANG['glaze_affiliateprogram_commissions_2_commission'] = "9.99";
$_LANG['glaze_affiliateprogram_commissions_2_term'] = "/month";

$_LANG['glaze_affiliateprogram_commissions_3_display'] = true;
$_LANG['glaze_affiliateprogram_commissions_3_product'] = "VPN";
$_LANG['glaze_affiliateprogram_commissions_3_prefix'] = "";
$_LANG['glaze_affiliateprogram_commissions_3_commission'] = "10.00";
$_LANG['glaze_affiliateprogram_commissions_3_term'] = "/sale";

$_LANG['glaze_affiliateprogram_commissions_4_display'] = true;
$_LANG['glaze_affiliateprogram_commissions_4_product'] = "IPTV";
$_LANG['glaze_affiliateprogram_commissions_4_prefix'] = "Earn ";
$_LANG['glaze_affiliateprogram_commissions_4_commission'] = "5.00";
$_LANG['glaze_affiliateprogram_commissions_4_term'] = " per signup";

// Why Choose Us

$_LANG['glaze_affiliateprogram_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['glaze_affiliateprogram_whychooseus_2_animation'] = "fadeInUp";
$_LANG['glaze_affiliateprogram_whychooseus_3_animation'] = "fadeInRight";
$_LANG['glaze_affiliateprogram_whychooseus_4_animation'] = "fadeInLeft";
$_LANG['glaze_affiliateprogram_whychooseus_5_animation'] = "fadeInUp";

// How To Join

$_LANG['glaze_affiliateprogram_howtojoin_1_display'] = true;
$_LANG['glaze_affiliateprogram_howtojoin_1_image'] = "affiliateprogram-step-1-stellar.jpg";
$_LANG['glaze_affiliateprogram_howtojoin_1_image_alt'] = "step 1";
$_LANG['glaze_affiliateprogram_howtojoin_1_image_url'] = "affiliateprogram-step-1-stellar.jpg";
$_LANG['glaze_affiliateprogram_howtojoin_1_image_url_newwindow'] = false;
$_LANG['glaze_affiliateprogram_howtojoin_1_image_url_popup'] = true;
$_LANG['glaze_affiliateprogram_howtojoin_1_text'] = "Click on the join free button at the top of this page.";
$_LANG['glaze_affiliateprogram_howtojoin_1_animation'] = "fadeInUp"; 

$_LANG['glaze_affiliateprogram_howtojoin_2_display'] = true;
$_LANG['glaze_affiliateprogram_howtojoin_2_image'] = "affiliateprogram-step-2-stellar.jpg";
$_LANG['glaze_affiliateprogram_howtojoin_2_image_alt'] = "step 2";
$_LANG['glaze_affiliateprogram_howtojoin_2_image_url'] = "affiliateprogram-step-2-stellar.jpg";
$_LANG['glaze_affiliateprogram_howtojoin_2_image_url_newwindow'] = false;
$_LANG['glaze_affiliateprogram_howtojoin_2_image_url_popup'] = true;
$_LANG['glaze_affiliateprogram_howtojoin_2_text'] = "Once logged-in a new menu will appear. Hover over My Account and click on My Commissions.";
$_LANG['glaze_affiliateprogram_howtojoin_2_animation'] = "fadeInUp"; 

$_LANG['glaze_affiliateprogram_howtojoin_3_display'] = true;
$_LANG['glaze_affiliateprogram_howtojoin_3_image'] = "affiliateprogram-step-3-stellar.jpg";
$_LANG['glaze_affiliateprogram_howtojoin_3_image_alt'] = "step 3";
$_LANG['glaze_affiliateprogram_howtojoin_3_image_url'] = "affiliateprogram-step-3-stellar.jpg";
$_LANG['glaze_affiliateprogram_howtojoin_3_image_url_newwindow'] = false;
$_LANG['glaze_affiliateprogram_howtojoin_3_image_url_popup'] = true;
$_LANG['glaze_affiliateprogram_howtojoin_3_text'] = "Click the button named Activate Affiliate Account to activate your affiliate account.";
$_LANG['glaze_affiliateprogram_howtojoin_3_animation'] = "fadeInUp"; 

$_LANG['glaze_affiliateprogram_howtojoin_4_display'] = true;
$_LANG['glaze_affiliateprogram_howtojoin_4_image'] = "affiliateprogram-step-4-stellar.jpg";
$_LANG['glaze_affiliateprogram_howtojoin_4_image_alt'] = "step 4";
$_LANG['glaze_affiliateprogram_howtojoin_4_image_url'] = "affiliateprogram-step-4-stellar.jpg";
$_LANG['glaze_affiliateprogram_howtojoin_4_image_url_newwindow'] = false;
$_LANG['glaze_affiliateprogram_howtojoin_4_image_url_popup'] = true;
$_LANG['glaze_affiliateprogram_howtojoin_4_text'] = "You'll now see a page showing your unique referral link, commissions & banners.";
$_LANG['glaze_affiliateprogram_howtojoin_4_animation'] = "fadeInUp"; 



/*
-----------------------------------------
---------   Addons (addons.tpl, addons.php)   ---------
-----------------------------------------
*/

$_LANG['glaze_addons_whmcstemplates_image_alt'] = "WHMCS Templates";
$_LANG['glaze_addons_whmcstemplates_text'] = "<p>These WHMCS Templates are a complete solution for your web hosting business. They come packed with all of the pages and content required for a successful hosting company.</p>";

$_LANG['glaze_addons_wordpressthemes_image_alt'] = "WordPress Themes";
$_LANG['glaze_addons_wordpressthemes_text'] = "<p>Our WordPress Themes are extremely feature-rich and perfect for any type of online business. They allow you full control of your website without HTML experience.</p>";

$_LANG['glaze_addons_htmltemplates_image_alt'] = "HTML Templates";
$_LANG['glaze_addons_htmltemplates_text'] = "<p>Our custom developed HTML Templates are clean, easy to edit and fully responsive meaning they support almost all modern devices.</p>";

$_LANG['glaze_addons_blestatemplates_image_alt'] = "Blesta Templates";
$_LANG['glaze_addons_blestatemplates_text'] = "<p>Our Blesta Templates are built from scratch including a WordPress or HTML version for your main website and stunning Blesta integration out of the box.</p>";

$_LANG['glaze_addons_clientexectemplates_image_alt'] = "Clientexec Templates";
$_LANG['glaze_addons_clientexectemplates_text'] = "<p>Our Clientexec Templates are built from scratch including a HTML5 version for your main website and stunning Clientexec integration out of the box.</p>";

$_LANG['glaze_addons_wisecptemplates_image_alt'] = "WISECP Templates";
$_LANG['glaze_addons_wisecptemplates_text'] = "<p>Our WISECP Templates consist of a fully customisable HTML/PHP template for the main website and a pixel perfect WISECP integration.</p>";

$_LANG['glaze_addons_hostbilltemplates_image_alt'] = "HostBill Templates";
$_LANG['glaze_addons_hostbilltemplates_text'] = "<p>Our HostBill Templates consist of a fully customisable HTML/PHP template for the main website and a pixel perfect HostBill integration.</p>";

$_LANG['glaze_addons_whmcsmodules_image_alt'] = "WHMCS Modules";
$_LANG['glaze_addons_whmcsmodules_text'] = "<p>We’ve developed a selection of exclusive & easy to use WHMCS Modules. These modules provide added functionality to your WHMCS website.</p>";

$_LANG['glaze_addons_scripts_image_alt'] = "Scripts";
$_LANG['glaze_addons_scripts_text'] = "<p>Originally created for our own website we’ve made all of our custom Scripts available to purchase. You’ll find menus, feature boxes & other useful scripts.</p>";

$_LANG['glaze_addons_logodesign_image_alt'] = "Logo Design";
$_LANG['glaze_addons_logodesign_text'] = "<p>Get your business up and running with a custom Logo Design. All of our logos are designed from scratch based on your requirements.</p>";

$_LANG['glaze_addons_bannerdesign_image_alt'] = "Banner Design";
$_LANG['glaze_addons_bannerdesign_text'] = "<p>We develop banners from scratch based on your requirements. Our banners are suitable for advertising campaigns and useful for your affiliate program.</p>";

$_LANG['glaze_addons_whmcsservices_image_alt'] = "WHMCS Services";
$_LANG['glaze_addons_whmcsservices_text'] = "<p>We have a lot of experience working with WHMCS. Our WHMCS Services consist of installation, configuration, integration, Enom account setup & automation.</p>";

$_LANG['glaze_addons_wordpressservices_image_alt'] = "WordPress Services";
$_LANG['glaze_addons_wordpressservices_text'] = "<p>We provide a mix of premium WordPress Services that you get your WordPress based website/blog setup properly. These include installation, configuration & integration.</p>";

$_LANG['glaze_addons_blestaservices_image_alt'] = "Blesta Services";
$_LANG['glaze_addons_blestaservices_text'] = "<p>We provide a mix of premium Blesta Services including installation, configuration & integration. Browse our services today to get started.</p>";

$_LANG['glaze_addons_clientexecservices_image_alt'] = "Clientexec Services";
$_LANG['glaze_addons_clientexecservices_text'] = "<p>We provide a mix of premium Clientexec Services including installation, configuration & integration. Browse our services today to get started.</p>";



/*
-----------------------------------------
---------   WHMCS Templates (whmcs-templates.tpl, whmcs-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_whmcstemplates_overview_display'] = true;

$_LANG['glaze_whmcstemplates_overview_text'] = "<p>This collection of WHMCS Templates make it easy to get your web hosting business launched with a professional look. These templates are fully responsive, come with an admin based settings area, support multiple display options, support multi-languages & much more.</p>";

// Templates

$_LANG['glaze_whmcstemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WordPress Themes (wordpress-themes.tpl, wordpress-themes.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_wordpressthemes_overview_display'] = true;

$_LANG['glaze_wordpressthemes_overview_text'] = "<p>This collection of WordPress Themes have been created as a powerful & feature rich website for your web hosting business. They feature a built-in options panel, admin-based menus, widgets, blog support, optional software integration & much more.</p>";

// Themes

$_LANG['glaze_wordpressthemes_plans_heading'] = "Themes";



/*
-----------------------------------------
---------   HTML Templates (html-templates.tpl, html-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_htmltemplates_overview_display'] = true;

$_LANG['glaze_htmltemplates_overview_text'] = "<p>A collection of HTML Templates designed for your web hosting reseller business. These templates are professionally coded to be lightning fast, easy to edit (require HTML experience) and come with reliable support. To automate the account provisioning, invoicing & provide account/support functionality these templates also come with optional WHMCS, Blesta, Clientexec & HostBill integration ($30/year) that will automatically sync with the HTML pages.</p>";

// Templates

$_LANG['glaze_htmltemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   Blesta Templates (blesta-templates.tpl, blesta-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_blestatemplates_overview_display'] = true;

$_LANG['glaze_blestatemplates_overview_text'] = "<p>These Blesta Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional Blesta integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['glaze_blestatemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   Clientexec Templates (clientexec-templates.tpl, clientexec-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_clientexectemplates_overview_display'] = true;

$_LANG['glaze_clientexectemplates_overview_text'] = "<p>These Clientexec Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional Clientexec integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['glaze_clientexectemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WISECP Templates (wisecp-templates.tpl, wisecp-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_wisecptemplates_overview_display'] = true;

$_LANG['glaze_wisecptemplates_overview_text'] = "<p>These WISECP Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional WISECP integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['glaze_wisecptemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   HostBill Templates (hostbill-templates.tpl, hostbill-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_hostbilltemplates_overview_display'] = true;

$_LANG['glaze_hostbilltemplates_overview_text'] = "<p>These HostBill Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional HostBill integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['glaze_hostbilltemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WHMCS Modules (whmcs-modules.tpl, whmcs-modules.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_whmcsmodules_overview_display'] = true;

$_LANG['glaze_whmcsmodules_overview_text'] = "<p>We've developed a collection of easy to install WHMCS Modules which are used to add extra functionality to your WHMCS based website.</p>";

// Modules

$_LANG['glaze_whmcsmodules_plans_heading'] = "Modules";



/*
-----------------------------------------
---------   Scripts (scripts.tpl, scripts.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_scripts_overview_display'] = true;

$_LANG['glaze_scripts_overview_text'] = "<p>We’ve developed a collection of premium Scripts originally for our website but now have decided to make them available to everyone. These scripts will enhance your websites functionality quickly and effectively.</p>";

// Scripts

$_LANG['glaze_scripts_plans_heading'] = "Scripts";



/*
-----------------------------------------
---------   Logo Design (logo-design.tpl, logo-design.php)   ---------
-----------------------------------------
*/

// Features

$_LANG['glaze_logodesign_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_logodesign_features_2_animation'] = "fadeInUp";
$_LANG['glaze_logodesign_features_3_animation'] = "fadeInRight";
$_LANG['glaze_logodesign_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_logodesign_features_5_animation'] = "fadeInUp";
$_LANG['glaze_logodesign_features_6_animation'] = "fadeInRight";

// Past Work

$_LANG['glaze_logodesign_pastwork_1_animation'] = "fadeInLeft";
$_LANG['glaze_logodesign_pastwork_2_animation'] = "fadeInUp";
$_LANG['glaze_logodesign_pastwork_3_animation'] = "fadeInRight";
$_LANG['glaze_logodesign_pastwork_4_animation'] = "fadeInLeft";



/*
-----------------------------------------
---------   Banner Design (banner-design.tpl, banner-design.php)   ---------
-----------------------------------------
*/

// Features

$_LANG['glaze_bannerdesign_features_1_animation'] = "fadeInLeft";
$_LANG['glaze_bannerdesign_features_2_animation'] = "fadeInUp";
$_LANG['glaze_bannerdesign_features_3_animation'] = "fadeInRight";
$_LANG['glaze_bannerdesign_features_4_animation'] = "fadeInLeft";
$_LANG['glaze_bannerdesign_features_5_animation'] = "fadeInUp";
$_LANG['glaze_bannerdesign_features_6_animation'] = "fadeInRight";

// Past Work

$_LANG['glaze_bannerdesign_pastwork_1_animation'] = "fadeInLeft";
$_LANG['glaze_bannerdesign_pastwork_2_animation'] = "fadeInUp";
$_LANG['glaze_bannerdesign_pastwork_3_animation'] = "fadeInRight";
$_LANG['glaze_bannerdesign_pastwork_4_animation'] = "fadeInLeft";



/*
-----------------------------------------
---------   WHMCS Services (whmcs-services.tpl, whmcs-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_whmcsservices_overview_display'] = true;

$_LANG['glaze_whmcsservices_overview_text'] = "<p>A mix of services for the popular web hosting automation software, WHMCS. These WHMCS Services are reliable and provided by a company who has vast experience in the web hosting industry.</p>";

// Services

$_LANG['glaze_whmcsservices_plans_heading'] = "Services";

$_LANG['glaze_whmcsservices_1_heading'] = "WHMCS Configuration";
$_LANG['glaze_whmcsservices_1_text'] = "This service includes the general configuration of WHMCS, 3 support departments, 1 payment gateway and the setup of 3 shared hosting plans that are fully automated.";

$_LANG['glaze_whmcsservices_2_heading'] = "WHMCS Upgrade";
$_LANG['glaze_whmcsservices_2_text'] = "We will manually update your WHMCS installation to the latest version. During which we will ensure that any customisations you’ve made to the language or template files remain safe without any data loss.";

$_LANG['glaze_whmcsservices_3_heading'] = "WHMCS Integration";
$_LANG['glaze_whmcsservices_3_text'] = "We will take the design of your existing website and use it to create a matching WHMCS Template, this ensures that both your website and WHMCS match in design creating a consistent user experience.";

$_LANG['glaze_whmcsservices_4_heading'] = "WHMCS Installation";
$_LANG['glaze_whmcsservices_4_text'] = "Hire Zomex to complete your WHMCS Installation. We have vast experience working with WHMCS and first installed WHMCS back in 2009 for this very website you are using, Zomex.com.";

$_LANG['glaze_whmcsservices_5_heading'] = "Basic Security";
$_LANG['glaze_whmcsservices_5_text'] = "Our basic security service includes the completion of the further security steps. This includes securing writable directories, changing your admin directory & securing your configuration.php file.";

$_LANG['glaze_whmcsservices_6_heading'] = "Advanced Security";
$_LANG['glaze_whmcsservices_6_text'] = "One big security risk we see is WHMCS installations that contain old files (modules, WHMCS copies, databases etc). Hire Zomex to tidy your WHMCS directory by clearing out these old files.";

$_LANG['glaze_whmcsservices_7_heading'] = "Move Directory";
$_LANG['glaze_whmcsservices_7_text'] = "We will move the directory of your WHMCS installation. For example from domain.com/whmcs to domain.com/clients. Once this process is finished all you’ll need to do is re-issue your license.";

$_LANG['glaze_whmcsservices_8_heading'] = "Move Server";
$_LANG['glaze_whmcsservices_8_text'] = "We will move the server of your WHMCS installation. For example from domain.com/whmcs to domain2.com/clients. Once this process is finished all you’ll need to do is re-issue your license.";

$_LANG['glaze_whmcsservices_9_heading'] = "Shared Hosting Setup";
$_LANG['glaze_whmcsservices_9_text'] = "This service includes the setup of 3 shared hosting plans in WHMCS using any supported server (cPanel, Plesk etc). The plans we setup in WHMCS will be fully automated.";

$_LANG['glaze_whmcsservices_10_heading'] = "Reseller Hosting Setup";
$_LANG['glaze_whmcsservices_10_text'] = "This service includes the setup of 3 reseller hosting plans in WHMCS using any supported server (cPanel, Plesk etc). The plans we setup in WHMCS will be fully automated.";

$_LANG['glaze_whmcsservices_11_heading'] = "Domain Registrar Setup";
$_LANG['glaze_whmcsservices_11_text'] = "This service includes the setup of any WHMCS supported domain registrar (Enom, ResellerClub etc). We will setup 6 domains of your choice (e.g .com at $14.99/year) with full automation within WHMCS.";

$_LANG['glaze_whmcsservices_12_heading'] = "Payment Gateway Setup";
$_LANG['glaze_whmcsservices_12_text'] = "This service includes the setup of any WHMCS supported payment gateway (PayPal, 2CheckOut, Stripe etc). Once finished you will be able to accept payments via WHMCS using this payment gateway.";



/*
-----------------------------------------
---------   WordPress Services (wordpress-services.tpl, wordpress-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_wordpressservices_overview_display'] = true;

$_LANG['glaze_wordpressservices_overview_text'] = "<p>A mix of services for the popular content management system, Wordpress. These Wordpress services are reliable and provided by a company who has many years experience working with WordPress.</p>";

// Services

$_LANG['glaze_wordpressservices_plans_heading'] = "Services";

$_LANG['glaze_wordpressservices_1_heading'] = "WordPress Installation";
$_LANG['glaze_wordpressservices_1_text'] = "We will install the latest version of WordPress, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $10 is fantastic value.";

$_LANG['glaze_wordpressservices_2_heading'] = "WordPress Configuration";
$_LANG['glaze_wordpressservices_2_text'] = "Hire Zomex to configure your WordPress installation with our recommended settings and plugins for a website that is well optimized for the search engines. We setup your website as we would do for our own.";

$_LANG['glaze_wordpressservices_3_heading'] = "WordPress Integration";
$_LANG['glaze_wordpressservices_3_text'] = "This service involves taking your existing website design to create a matching WordPress theme. This service is popular with companies looking to have a matching WordPress Theme to create a company blog.";



/*
-----------------------------------------
---------   Blesta Services (blesta-services.tpl, blesta-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_blestaservices_overview_display'] = true;

$_LANG['glaze_blestaservices_overview_text'] = "<p>A mix of services for the popular web hosting provider software, Blesta.</p>";

// Services

$_LANG['glaze_blestaservices_plans_heading'] = "Services";

$_LANG['glaze_blestaservices_1_heading'] = "Blesta Installation";
$_LANG['glaze_blestaservices_1_text'] = "We will install the latest version of Blesta, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $12 represents fantastic value.";

$_LANG['glaze_blestaservices_2_heading'] = "Blesta Integration";
$_LANG['glaze_blestaservices_2_text'] = "We will take the design of your existing website and use it to create a Blesta theme including support for the WordPress based functionality such as admin based pages, menu & widget editing.";



/*
-----------------------------------------
---------   Clientexec Services (clientexec-services.tpl, clientexec-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['glaze_clientexecservices_overview_display'] = true;

$_LANG['glaze_clientexecservices_overview_text'] = "<p>A mix of services for the popular web hosting provider software, Clientexec.</p>";

// Services

$_LANG['glaze_clientexecservices_plans_heading'] = "Services";

$_LANG['glaze_clientexecservices_1_heading'] = "Clientexec Installation";
$_LANG['glaze_clientexecservices_1_text'] = "We will install the latest version of Clientexec, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $12 represents fantastic value.";

$_LANG['glaze_clientexecservices_2_heading'] = "Clientexec Integration";
$_LANG['glaze_clientexecservices_2_text'] = " We will take the design of your existing website and use it to create a Clientexec theme including support for the Clientexec based functionality such as admin based pages, menu & widget editing.";



/*
-----------------------------------------
---------   SEO (File: includes/seo.tpl)   ---------
-----------------------------------------
*/

// 360Monitoring (WHMCS Marketconnect page)

$_LANG['glaze_meta_title_360monitoring'] = "360Monitoring - Monitor your website";
$_LANG['glaze_meta_description_360monitoring'] = "360Monitoring - Monitor your website";
$_LANG['glaze_meta_tags_360monitoring'] = "360monitoring";
/*
-----------------------------------------
---------   v3 Language Strings   ---------
-----------------------------------------
*/



/*
-----------------------------------------
---------   Pages - The page name and description text are used in various places of the template such as the menu & footer & subbanner. The content of each page is further down this file.     ---------
-----------------------------------------
*/

// 360Monitoring

$_LANG['prosper_360monitoring_name'] = "360Monitoring";
$_LANG['prosper_360monitoring_text'] = "Monitor your website";



/*
-----------------------------------------
---------   Badges
-----------------------------------------
*/

$_LANG['prosper_price_free'] = "free"; // Used when a price is set to free in Wizard Panel



/*
-----------------------------------------
---------   Header (File: includes/header.tpl)   ---------
-----------------------------------------
*/

$_LANG['prosper_header_buttons_1_text'] = "Our Clients";
$_LANG['prosper_header_buttons_2_text'] = "Knowledgebase";
$_LANG['prosper_header_buttons_3_text'] = "Knowledgebase";
$_LANG['prosper_header_buttons_4_text'] = "Knowledgebase";
$_LANG['prosper_header_buttons_5_text'] = "Knowledgebase";



/*
-----------------------------------------
---------   Footer (File: includes/footer.tpl)   ---------
-----------------------------------------
*/

$_LANG['prosper_footer_linkblocks_1_text'] = "29 Your Street, Chatham, Kent, England";
$_LANG['prosper_footer_linkblocks_2_text'] = "sales@yourcompany.com";
$_LANG['prosper_footer_linkblocks_3_text'] = "+01 23 45 47 25";
$_LANG['prosper_footer_linkblocks_4_text'] = "Company Number: 7832763";
$_LANG['prosper_footer_linkblocks_5_text'] = "VAT Number: FR197763863";



/*
-----------------------------------------
---------   Copyright (File: includes/footer.tpl)   ---------
-----------------------------------------
*/

$_LANG['prosper_legalimages_1_alt'] = $_LANG['prosper_setting_companyname'] . " PayPal";
$_LANG['prosper_legalimages_2_alt'] = $_LANG['prosper_setting_companyname'] . " Credit Card";
$_LANG['prosper_legalimages_3_alt'] = $_LANG['prosper_setting_companyname'] . " RapidSSL";



/*
-----------------------------------------
---------   Home page (File: homepage.tpl, index.php)   ---------
-----------------------------------------
*/

// Domain Checker

$_LANG['prosper_domainchecker_image_alt'] = "Search TLDS";

// Plans

$_LANG['prosper_homepage_plans_heading'] = "Choose Your Service To Get Started";

// Feature Boxes

$_LANG['prosper_homepage_featureboxes_plan1_image_alt'] = "Shared Hosting icon";
$_LANG['prosper_homepage_featureboxes_plan2_image_alt'] = "Reseller Hosting icon";
$_LANG['prosper_homepage_featureboxes_plan3_image_alt'] = "VPS Hosting icon";
$_LANG['prosper_homepage_featureboxes_plan4_image_alt'] = "Dedicated Servers icon";
$_LANG['prosper_homepage_featureboxes_plan5_image_alt'] = "Cloud Hosting icon";
$_LANG['prosper_homepage_featureboxes_plan6_image_alt'] = "Game Servers icon";
$_LANG['prosper_homepage_featureboxes_plan7_image_alt'] = "VPN icon";
$_LANG['prosper_homepage_featureboxes_plan8_image_alt'] = "IPTV icon";
$_LANG['prosper_homepage_featureboxes_plan9_image_alt'] = "Web Design icon";

// Features

$_LANG['prosper_homepage_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_homepage_features_2_animation'] = "fadeInUp";
$_LANG['prosper_homepage_features_3_animation'] = "fadeInRight";
$_LANG['prosper_homepage_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_homepage_features_5_animation'] = "fadeInUp";
$_LANG['prosper_homepage_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_homepage_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_homepage_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_homepage_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_homepage_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_homepage_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_homepage_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Register domain page (File: domain-pricing.tpl)   ---------
-----------------------------------------
*/

// Features

$_LANG['prosper_registerdomain_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_registerdomain_features_2_animation'] = "fadeInUp";
$_LANG['prosper_registerdomain_features_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Shared Hosting page by default (File: web-hosting.tpl, web-hosting.php)   ---------
-----------------------------------------
*/

// Plans

$_LANG['prosper_custom1_featureboxes_plan1_image_alt'] = "Shared 1 icon";
$_LANG['prosper_custom1_featureboxes_plan2_image_alt'] = "Shared 2 icon";
$_LANG['prosper_custom1_featureboxes_plan3_image_alt'] = "Shared 3 icon";
$_LANG['prosper_custom1_featureboxes_plan4_image_alt'] = "Shared 4 icon";
$_LANG['prosper_custom1_featureboxes_plan5_image_alt'] = "Shared 5 icon";
$_LANG['prosper_custom1_featureboxes_plan6_image_alt'] = "Shared 6 icon";
$_LANG['prosper_custom1_featureboxes_plan7_image_alt'] = "Shared 7 icon";
$_LANG['prosper_custom1_featureboxes_plan8_image_alt'] = "Shared 8 icon";
$_LANG['prosper_custom1_featureboxes_plan9_image_alt'] = "Shared 9 icon";
$_LANG['prosper_custom1_featureboxes_plan10_image_alt'] = "Shared 10 icon";

// Features

$_LANG['prosper_custom1_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom1_features_2_animation'] = "fadeInUp";
$_LANG['prosper_custom1_features_3_animation'] = "fadeInRight";
$_LANG['prosper_custom1_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_custom1_features_5_animation'] = "fadeInUp";
$_LANG['prosper_custom1_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_custom1_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom1_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_custom1_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_custom1_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom1_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_custom1_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Reseller Hosting page by default (File: reseller-hosting.tpl, reseller-hosting.php, includes/custom2.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['prosper_custom2_featureboxes_plan1_image_alt'] = "Reseller 1 icon";
$_LANG['prosper_custom2_featureboxes_plan2_image_alt'] = "Reseller 2 icon";
$_LANG['prosper_custom2_featureboxes_plan3_image_alt'] = "Reseller 3 icon";
$_LANG['prosper_custom2_featureboxes_plan4_image_alt'] = "Reseller 4 icon";
$_LANG['prosper_custom2_featureboxes_plan5_image_alt'] = "Reseller 5 icon";
$_LANG['prosper_custom2_featureboxes_plan6_image_alt'] = "Reseller 6 icon";
$_LANG['prosper_custom2_featureboxes_plan7_image_alt'] = "Reseller 7 icon";
$_LANG['prosper_custom2_featureboxes_plan8_image_alt'] = "Reseller 8 icon";
$_LANG['prosper_custom2_featureboxes_plan9_image_alt'] = "Reseller 9 icon";
$_LANG['prosper_custom2_featureboxes_plan10_image_alt'] = "Reseller 10 icon";

// Features

$_LANG['prosper_custom2_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom2_features_2_animation'] = "fadeInUp";
$_LANG['prosper_custom2_features_3_animation'] = "fadeInRight";
$_LANG['prosper_custom2_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_custom2_features_5_animation'] = "fadeInUp";
$_LANG['prosper_custom2_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_custom2_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom2_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_custom2_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_custom2_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom2_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_custom2_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   VPS Hosting page by default (File: vps-hosting.tpl, vps-hosting.php, includes/custom3.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['prosper_custom3_featureboxes_plan1_image_alt'] = "VPS 1 icon";
$_LANG['prosper_custom3_featureboxes_plan2_image_alt'] = "VPS 2 icon";
$_LANG['prosper_custom3_featureboxes_plan3_image_alt'] = "VPS 3 icon";
$_LANG['prosper_custom3_featureboxes_plan4_image_alt'] = "VPS 4 icon";
$_LANG['prosper_custom3_featureboxes_plan5_image_alt'] = "VPS 5 icon";
$_LANG['prosper_custom3_featureboxes_plan6_image_alt'] = "VPS 6 icon";
$_LANG['prosper_custom3_featureboxes_plan7_image_alt'] = "VPS 7 icon";
$_LANG['prosper_custom3_featureboxes_plan8_image_alt'] = "VPS 8 icon";
$_LANG['prosper_custom3_featureboxes_plan9_image_alt'] = "VPS 9 icon";
$_LANG['prosper_custom3_featureboxes_plan10_image_alt'] = "VPS 10 icon";

// Features

$_LANG['prosper_custom3_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom3_features_2_animation'] = "fadeInUp";
$_LANG['prosper_custom3_features_3_animation'] = "fadeInRight";
$_LANG['prosper_custom3_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_custom3_features_5_animation'] = "fadeInUp";
$_LANG['prosper_custom3_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_custom3_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom3_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_custom3_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_custom3_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom3_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_custom3_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Dedicated Servers page by default (File: dedicated-servers.tpl, dedicated-servers.php, includes/custom4.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['prosper_custom4_featureboxes_plan1_image_alt'] = "Dedicated 1 icon";
$_LANG['prosper_custom4_featureboxes_plan2_image_alt'] = "Dedicated 2 icon";
$_LANG['prosper_custom4_featureboxes_plan3_image_alt'] = "Dedicated 3 icon";
$_LANG['prosper_custom4_featureboxes_plan4_image_alt'] = "Dedicated 4 icon";
$_LANG['prosper_custom4_featureboxes_plan5_image_alt'] = "Dedicated 5 icon";
$_LANG['prosper_custom4_featureboxes_plan6_image_alt'] = "Dedicated 6 icon";
$_LANG['prosper_custom4_featureboxes_plan7_image_alt'] = "Dedicated 7 icon";
$_LANG['prosper_custom4_featureboxes_plan8_image_alt'] = "Dedicated 8 icon";
$_LANG['prosper_custom4_featureboxes_plan9_image_alt'] = "Dedicated 9 icon";
$_LANG['prosper_custom4_featureboxes_plan10_image_alt'] = "Dedicated 10 icon";

// Features

$_LANG['prosper_custom4_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom4_features_2_animation'] = "fadeInUp";
$_LANG['prosper_custom4_features_3_animation'] = "fadeInRight";
$_LANG['prosper_custom4_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_custom4_features_5_animation'] = "fadeInUp";
$_LANG['prosper_custom4_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_custom4_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom4_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_custom4_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_custom4_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom4_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_custom4_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Cloud Hosting page by default (File: cloud-hosting.tpl, cloud-hosting.php, includes/custom5.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['prosper_custom5_featureboxes_plan1_image_alt'] = "Cloud 1 icon";
$_LANG['prosper_custom5_featureboxes_plan2_image_alt'] = "Cloud 2 icon";
$_LANG['prosper_custom5_featureboxes_plan3_image_alt'] = "Cloud 3 icon";
$_LANG['prosper_custom5_featureboxes_plan4_image_alt'] = "Cloud 4 icon";
$_LANG['prosper_custom5_featureboxes_plan5_image_alt'] = "Cloud 5 icon";
$_LANG['prosper_custom5_featureboxes_plan6_image_alt'] = "Cloud 6 icon";
$_LANG['prosper_custom5_featureboxes_plan7_image_alt'] = "Cloud 7 icon";
$_LANG['prosper_custom5_featureboxes_plan8_image_alt'] = "Cloud 8 icon";
$_LANG['prosper_custom5_featureboxes_plan9_image_alt'] = "Cloud 9 icon";
$_LANG['prosper_custom5_featureboxes_plan10_image_alt'] = "Cloud 10 icon";

// Features

$_LANG['prosper_custom5_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom5_features_2_animation'] = "fadeInUp";
$_LANG['prosper_custom5_features_3_animation'] = "fadeInRight";
$_LANG['prosper_custom5_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_custom5_features_5_animation'] = "fadeInUp";
$_LANG['prosper_custom5_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_custom5_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom5_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_custom5_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_custom5_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom5_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_custom5_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Game Servers page by default (File: game-servers.tpl, game-servers.php, includes/custom6.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['prosper_custom6_featureboxes_plan1_image_alt'] = "Game 1 icon";
$_LANG['prosper_custom6_featureboxes_plan2_image_alt'] = "Game 2 icon";
$_LANG['prosper_custom6_featureboxes_plan3_image_alt'] = "Game 3 icon";
$_LANG['prosper_custom6_featureboxes_plan4_image_alt'] = "Game 4 icon";
$_LANG['prosper_custom6_featureboxes_plan5_image_alt'] = "Game 5 icon";
$_LANG['prosper_custom6_featureboxes_plan6_image_alt'] = "Game 6 icon";
$_LANG['prosper_custom6_featureboxes_plan7_image_alt'] = "Game 7 icon";
$_LANG['prosper_custom6_featureboxes_plan8_image_alt'] = "Game 8 icon";
$_LANG['prosper_custom6_featureboxes_plan9_image_alt'] = "Game 9 icon";
$_LANG['prosper_custom6_featureboxes_plan10_image_alt'] = "Game 10 icon";

// Features

$_LANG['prosper_custom6_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom6_features_2_animation'] = "fadeInUp";
$_LANG['prosper_custom6_features_3_animation'] = "fadeInRight";
$_LANG['prosper_custom6_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_custom6_features_5_animation'] = "fadeInUp";
$_LANG['prosper_custom6_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_custom6_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom6_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_custom6_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_custom6_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom6_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_custom6_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Virtual Private Network page by default (File: virtual-private-network.tpl, virtual-private-network.php, includes/custom7.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['prosper_custom7_featureboxes_plan1_image_alt'] = "Game 1 icon";
$_LANG['prosper_custom7_featureboxes_plan2_image_alt'] = "Game 2 icon";
$_LANG['prosper_custom7_featureboxes_plan3_image_alt'] = "Game 3 icon";
$_LANG['prosper_custom7_featureboxes_plan4_image_alt'] = "Game 4 icon";
$_LANG['prosper_custom7_featureboxes_plan5_image_alt'] = "Game 5 icon";
$_LANG['prosper_custom7_featureboxes_plan6_image_alt'] = "Game 6 icon";
$_LANG['prosper_custom7_featureboxes_plan7_image_alt'] = "Game 7 icon";
$_LANG['prosper_custom7_featureboxes_plan8_image_alt'] = "Game 8 icon";
$_LANG['prosper_custom7_featureboxes_plan9_image_alt'] = "Game 9 icon";
$_LANG['prosper_custom7_featureboxes_plan10_image_alt'] = "Game 10 icon";

// Features

$_LANG['prosper_custom7_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom7_features_2_animation'] = "fadeInUp";
$_LANG['prosper_custom7_features_3_animation'] = "fadeInRight";
$_LANG['prosper_custom7_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_custom7_features_5_animation'] = "fadeInUp";
$_LANG['prosper_custom7_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_custom7_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom7_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_custom7_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_custom7_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom7_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_custom7_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   IPTV page by default (File: iptv.tpl, iptv.php, includes/custom8.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['prosper_custom8_featureboxes_plan1_image_alt'] = "IPTV 1 icon";
$_LANG['prosper_custom8_featureboxes_plan2_image_alt'] = "IPTV 2 icon";
$_LANG['prosper_custom8_featureboxes_plan3_image_alt'] = "IPTV 3 icon";
$_LANG['prosper_custom8_featureboxes_plan4_image_alt'] = "IPTV 4 icon";
$_LANG['prosper_custom8_featureboxes_plan5_image_alt'] = "IPTV 5 icon";
$_LANG['prosper_custom8_featureboxes_plan6_image_alt'] = "IPTV 6 icon";
$_LANG['prosper_custom8_featureboxes_plan7_image_alt'] = "IPTV 7 icon";
$_LANG['prosper_custom8_featureboxes_plan8_image_alt'] = "IPTV 8 icon";
$_LANG['prosper_custom8_featureboxes_plan9_image_alt'] = "IPTV 9 icon";
$_LANG['prosper_custom8_featureboxes_plan10_image_alt'] = "IPTV 10 icon";

// Features

$_LANG['prosper_custom8_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom8_features_2_animation'] = "fadeInUp";
$_LANG['prosper_custom8_features_3_animation'] = "fadeInRight";
$_LANG['prosper_custom8_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_custom8_features_5_animation'] = "fadeInUp";
$_LANG['prosper_custom8_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_custom8_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom8_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_custom8_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_custom8_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom8_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_custom8_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Hosting Addons page by default (File: hosting-addons.tpl, hosting-addons.php, includes/custom9.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['prosper_custom9_featureboxes_plan1_image_alt'] = "Addon 1 icon";
$_LANG['prosper_custom9_featureboxes_plan2_image_alt'] = "Addon 2 icon";
$_LANG['prosper_custom9_featureboxes_plan3_image_alt'] = "Addon 3 icon";
$_LANG['prosper_custom9_featureboxes_plan4_image_alt'] = "Addon 4 icon";
$_LANG['prosper_custom9_featureboxes_plan5_image_alt'] = "Addon 5 icon";
$_LANG['prosper_custom9_featureboxes_plan6_image_alt'] = "Addon 6 icon";
$_LANG['prosper_custom9_featureboxes_plan7_image_alt'] = "Addon 7 icon";
$_LANG['prosper_custom9_featureboxes_plan8_image_alt'] = "Addon 8 icon";
$_LANG['prosper_custom9_featureboxes_plan9_image_alt'] = "Addon 9 icon";
$_LANG['prosper_custom9_featureboxes_plan10_image_alt'] = "Addon 10 icon";

// Features

$_LANG['prosper_custom9_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom9_features_2_animation'] = "fadeInUp";
$_LANG['prosper_custom9_features_3_animation'] = "fadeInRight";
$_LANG['prosper_custom9_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_custom9_features_5_animation'] = "fadeInUp";
$_LANG['prosper_custom9_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_custom9_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom9_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_custom9_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_custom9_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom9_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_custom9_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Web Design page by default (File: web-design.tpl, web-design.php, includes/custom10.tpl)   ---------
-----------------------------------------
*/

// Plans

$_LANG['prosper_custom10_featureboxes_plan1_image_alt'] = "Design 1 icon";
$_LANG['prosper_custom10_featureboxes_plan2_image_alt'] = "Design 2 icon";
$_LANG['prosper_custom10_featureboxes_plan3_image_alt'] = "Design 3 icon";
$_LANG['prosper_custom10_featureboxes_plan4_image_alt'] = "Design 4 icon";
$_LANG['prosper_custom10_featureboxes_plan5_image_alt'] = "Design 5 icon";
$_LANG['prosper_custom10_featureboxes_plan6_image_alt'] = "Design 6 icon";
$_LANG['prosper_custom10_featureboxes_plan7_image_alt'] = "Design 7 icon";
$_LANG['prosper_custom10_featureboxes_plan8_image_alt'] = "Design 8 icon";
$_LANG['prosper_custom10_featureboxes_plan9_image_alt'] = "Design 9 icon";
$_LANG['prosper_custom10_featureboxes_plan10_image_alt'] = "Design 10 icon";

// Features

$_LANG['prosper_custom10_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom10_features_2_animation'] = "fadeInUp";
$_LANG['prosper_custom10_features_3_animation'] = "fadeInRight";
$_LANG['prosper_custom10_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_custom10_features_5_animation'] = "fadeInUp";
$_LANG['prosper_custom10_features_6_animation'] = "fadeInRight";

// Testimonials

$_LANG['prosper_custom10_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom10_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_custom10_testimonials_3_animation'] = "fadeInRight";

// Why Choose Us

$_LANG['prosper_custom10_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_custom10_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_custom10_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Company page (File: company.tpl, company.php)  ---------
-----------------------------------------
*/

$_LANG['prosper_company_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_company_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_company_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Why choose us page (File: why-choose-us.tpl, why-choose-us.php)   ---------
-----------------------------------------
*/

$_LANG['prosper_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_whychooseus_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Testimonials page (File: testimonials.tpl, testimonials.php)   ---------
-----------------------------------------
*/

$_LANG['prosper_testimonials_1_animation'] = "fadeInLeft";
$_LANG['prosper_testimonials_2_animation'] = "fadeInUp";
$_LANG['prosper_testimonials_3_animation'] = "fadeInRight";



/*
-----------------------------------------
---------   Affiliate Program page (File: affiliate-program.tpl, affiliate-program.php)   ---------
-----------------------------------------
*/

// Commissions

$_LANG['prosper_affiliateprogram_commissions_display'] = true;

$_LANG['prosper_affiliateprogram_commissions_heading'] = "Commissions";

$_LANG['prosper_affiliateprogram_commissions_heading1'] = "Product/Service";
$_LANG['prosper_affiliateprogram_commissions_heading2'] = "Commission";

$_LANG['prosper_affiliateprogram_commissions_1_display'] = true;
$_LANG['prosper_affiliateprogram_commissions_1_product'] = "Shared Hosting";
$_LANG['prosper_affiliateprogram_commissions_1_prefix'] = "As much as ";
$_LANG['prosper_affiliateprogram_commissions_1_commission'] = "3.99";
$_LANG['prosper_affiliateprogram_commissions_1_term'] = "/month";

$_LANG['prosper_affiliateprogram_commissions_2_display'] = true;
$_LANG['prosper_affiliateprogram_commissions_2_product'] = "Reseller Hosting";
$_LANG['prosper_affiliateprogram_commissions_2_prefix'] = "As much as ";
$_LANG['prosper_affiliateprogram_commissions_2_commission'] = "9.99";
$_LANG['prosper_affiliateprogram_commissions_2_term'] = "/month";

$_LANG['prosper_affiliateprogram_commissions_3_display'] = true;
$_LANG['prosper_affiliateprogram_commissions_3_product'] = "VPN";
$_LANG['prosper_affiliateprogram_commissions_3_prefix'] = "";
$_LANG['prosper_affiliateprogram_commissions_3_commission'] = "10.00";
$_LANG['prosper_affiliateprogram_commissions_3_term'] = "/sale";

$_LANG['prosper_affiliateprogram_commissions_4_display'] = true;
$_LANG['prosper_affiliateprogram_commissions_4_product'] = "IPTV";
$_LANG['prosper_affiliateprogram_commissions_4_prefix'] = "Earn ";
$_LANG['prosper_affiliateprogram_commissions_4_commission'] = "5.00";
$_LANG['prosper_affiliateprogram_commissions_4_term'] = " per signup";

// Why Choose Us

$_LANG['prosper_affiliateprogram_whychooseus_1_animation'] = "fadeInLeft";
$_LANG['prosper_affiliateprogram_whychooseus_2_animation'] = "fadeInUp";
$_LANG['prosper_affiliateprogram_whychooseus_3_animation'] = "fadeInRight";
$_LANG['prosper_affiliateprogram_whychooseus_4_animation'] = "fadeInLeft";
$_LANG['prosper_affiliateprogram_whychooseus_5_animation'] = "fadeInUp";

// How To Join

$_LANG['prosper_affiliateprogram_howtojoin_1_display'] = true;
$_LANG['prosper_affiliateprogram_howtojoin_1_image'] = "affiliateprogram-step-1-stellar.jpg";
$_LANG['prosper_affiliateprogram_howtojoin_1_image_alt'] = "step 1";
$_LANG['prosper_affiliateprogram_howtojoin_1_image_url'] = "affiliateprogram-step-1-stellar.jpg";
$_LANG['prosper_affiliateprogram_howtojoin_1_image_url_newwindow'] = false;
$_LANG['prosper_affiliateprogram_howtojoin_1_image_url_popup'] = true;
$_LANG['prosper_affiliateprogram_howtojoin_1_text'] = "Click on the join free button at the top of this page.";
$_LANG['prosper_affiliateprogram_howtojoin_1_animation'] = "fadeInUp"; 

$_LANG['prosper_affiliateprogram_howtojoin_2_display'] = true;
$_LANG['prosper_affiliateprogram_howtojoin_2_image'] = "affiliateprogram-step-2-stellar.jpg";
$_LANG['prosper_affiliateprogram_howtojoin_2_image_alt'] = "step 2";
$_LANG['prosper_affiliateprogram_howtojoin_2_image_url'] = "affiliateprogram-step-2-stellar.jpg";
$_LANG['prosper_affiliateprogram_howtojoin_2_image_url_newwindow'] = false;
$_LANG['prosper_affiliateprogram_howtojoin_2_image_url_popup'] = true;
$_LANG['prosper_affiliateprogram_howtojoin_2_text'] = "Once logged-in a new menu will appear. Hover over My Account and click on My Commissions.";
$_LANG['prosper_affiliateprogram_howtojoin_2_animation'] = "fadeInUp"; 

$_LANG['prosper_affiliateprogram_howtojoin_3_display'] = true;
$_LANG['prosper_affiliateprogram_howtojoin_3_image'] = "affiliateprogram-step-3-stellar.jpg";
$_LANG['prosper_affiliateprogram_howtojoin_3_image_alt'] = "step 3";
$_LANG['prosper_affiliateprogram_howtojoin_3_image_url'] = "affiliateprogram-step-3-stellar.jpg";
$_LANG['prosper_affiliateprogram_howtojoin_3_image_url_newwindow'] = false;
$_LANG['prosper_affiliateprogram_howtojoin_3_image_url_popup'] = true;
$_LANG['prosper_affiliateprogram_howtojoin_3_text'] = "Click the button named Activate Affiliate Account to activate your affiliate account.";
$_LANG['prosper_affiliateprogram_howtojoin_3_animation'] = "fadeInUp"; 

$_LANG['prosper_affiliateprogram_howtojoin_4_display'] = true;
$_LANG['prosper_affiliateprogram_howtojoin_4_image'] = "affiliateprogram-step-4-stellar.jpg";
$_LANG['prosper_affiliateprogram_howtojoin_4_image_alt'] = "step 4";
$_LANG['prosper_affiliateprogram_howtojoin_4_image_url'] = "affiliateprogram-step-4-stellar.jpg";
$_LANG['prosper_affiliateprogram_howtojoin_4_image_url_newwindow'] = false;
$_LANG['prosper_affiliateprogram_howtojoin_4_image_url_popup'] = true;
$_LANG['prosper_affiliateprogram_howtojoin_4_text'] = "You'll now see a page showing your unique referral link, commissions & banners.";
$_LANG['prosper_affiliateprogram_howtojoin_4_animation'] = "fadeInUp"; 



/*
-----------------------------------------
---------   Addons (addons.tpl, addons.php)   ---------
-----------------------------------------
*/

$_LANG['prosper_addons_whmcstemplates_image_alt'] = "WHMCS Templates";
$_LANG['prosper_addons_whmcstemplates_text'] = "<p>These WHMCS Templates are a complete solution for your web hosting business. They come packed with all of the pages and content required for a successful hosting company.</p>";

$_LANG['prosper_addons_wordpressthemes_image_alt'] = "WordPress Themes";
$_LANG['prosper_addons_wordpressthemes_text'] = "<p>Our WordPress Themes are extremely feature-rich and perfect for any type of online business. They allow you full control of your website without HTML experience.</p>";

$_LANG['prosper_addons_htmltemplates_image_alt'] = "HTML Templates";
$_LANG['prosper_addons_htmltemplates_text'] = "<p>Our custom developed HTML Templates are clean, easy to edit and fully responsive meaning they support almost all modern devices.</p>";

$_LANG['prosper_addons_blestatemplates_image_alt'] = "Blesta Templates";
$_LANG['prosper_addons_blestatemplates_text'] = "<p>Our Blesta Templates are built from scratch including a WordPress or HTML version for your main website and stunning Blesta integration out of the box.</p>";

$_LANG['prosper_addons_clientexectemplates_image_alt'] = "Clientexec Templates";
$_LANG['prosper_addons_clientexectemplates_text'] = "<p>Our Clientexec Templates are built from scratch including a HTML5 version for your main website and stunning Clientexec integration out of the box.</p>";

$_LANG['prosper_addons_wisecptemplates_image_alt'] = "WISECP Templates";
$_LANG['prosper_addons_wisecptemplates_text'] = "<p>Our WISECP Templates consist of a fully customisable HTML/PHP template for the main website and a pixel perfect WISECP integration.</p>";

$_LANG['prosper_addons_hostbilltemplates_image_alt'] = "HostBill Templates";
$_LANG['prosper_addons_hostbilltemplates_text'] = "<p>Our HostBill Templates consist of a fully customisable HTML/PHP template for the main website and a pixel perfect HostBill integration.</p>";

$_LANG['prosper_addons_whmcsmodules_image_alt'] = "WHMCS Modules";
$_LANG['prosper_addons_whmcsmodules_text'] = "<p>We’ve developed a selection of exclusive & easy to use WHMCS Modules. These modules provide added functionality to your WHMCS website.</p>";

$_LANG['prosper_addons_scripts_image_alt'] = "Scripts";
$_LANG['prosper_addons_scripts_text'] = "<p>Originally created for our own website we’ve made all of our custom Scripts available to purchase. You’ll find menus, feature boxes & other useful scripts.</p>";

$_LANG['prosper_addons_logodesign_image_alt'] = "Logo Design";
$_LANG['prosper_addons_logodesign_text'] = "<p>Get your business up and running with a custom Logo Design. All of our logos are designed from scratch based on your requirements.</p>";

$_LANG['prosper_addons_bannerdesign_image_alt'] = "Banner Design";
$_LANG['prosper_addons_bannerdesign_text'] = "<p>We develop banners from scratch based on your requirements. Our banners are suitable for advertising campaigns and useful for your affiliate program.</p>";

$_LANG['prosper_addons_whmcsservices_image_alt'] = "WHMCS Services";
$_LANG['prosper_addons_whmcsservices_text'] = "<p>We have a lot of experience working with WHMCS. Our WHMCS Services consist of installation, configuration, integration, Enom account setup & automation.</p>";

$_LANG['prosper_addons_wordpressservices_image_alt'] = "WordPress Services";
$_LANG['prosper_addons_wordpressservices_text'] = "<p>We provide a mix of premium WordPress Services that you get your WordPress based website/blog setup properly. These include installation, configuration & integration.</p>";

$_LANG['prosper_addons_blestaservices_image_alt'] = "Blesta Services";
$_LANG['prosper_addons_blestaservices_text'] = "<p>We provide a mix of premium Blesta Services including installation, configuration & integration. Browse our services today to get started.</p>";

$_LANG['prosper_addons_clientexecservices_image_alt'] = "Clientexec Services";
$_LANG['prosper_addons_clientexecservices_text'] = "<p>We provide a mix of premium Clientexec Services including installation, configuration & integration. Browse our services today to get started.</p>";



/*
-----------------------------------------
---------   WHMCS Templates (whmcs-templates.tpl, whmcs-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_whmcstemplates_overview_display'] = true;

$_LANG['prosper_whmcstemplates_overview_text'] = "<p>This collection of WHMCS Templates make it easy to get your web hosting business launched with a professional look. These templates are fully responsive, come with an admin based settings area, support multiple display options, support multi-languages & much more.</p>";

// Templates

$_LANG['prosper_whmcstemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WordPress Themes (wordpress-themes.tpl, wordpress-themes.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_wordpressthemes_overview_display'] = true;

$_LANG['prosper_wordpressthemes_overview_text'] = "<p>This collection of WordPress Themes have been created as a powerful & feature rich website for your web hosting business. They feature a built-in options panel, admin-based menus, widgets, blog support, optional software integration & much more.</p>";

// Themes

$_LANG['prosper_wordpressthemes_plans_heading'] = "Themes";



/*
-----------------------------------------
---------   HTML Templates (html-templates.tpl, html-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_htmltemplates_overview_display'] = true;

$_LANG['prosper_htmltemplates_overview_text'] = "<p>A collection of HTML Templates designed for your web hosting reseller business. These templates are professionally coded to be lightning fast, easy to edit (require HTML experience) and come with reliable support. To automate the account provisioning, invoicing & provide account/support functionality these templates also come with optional WHMCS, Blesta, Clientexec & HostBill integration ($30/year) that will automatically sync with the HTML pages.</p>";

// Templates

$_LANG['prosper_htmltemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   Blesta Templates (blesta-templates.tpl, blesta-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_blestatemplates_overview_display'] = true;

$_LANG['prosper_blestatemplates_overview_text'] = "<p>These Blesta Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional Blesta integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['prosper_blestatemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   Clientexec Templates (clientexec-templates.tpl, clientexec-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_clientexectemplates_overview_display'] = true;

$_LANG['prosper_clientexectemplates_overview_text'] = "<p>These Clientexec Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional Clientexec integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['prosper_clientexectemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WISECP Templates (wisecp-templates.tpl, wisecp-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_wisecptemplates_overview_display'] = true;

$_LANG['prosper_wisecptemplates_overview_text'] = "<p>These WISECP Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional WISECP integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['prosper_wisecptemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   HostBill Templates (hostbill-templates.tpl, hostbill-templates.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_hostbilltemplates_overview_display'] = true;

$_LANG['prosper_hostbilltemplates_overview_text'] = "<p>These HostBill Templates are designed to launch your very own web hosting reseller business. The templates are available for WordPress & HTML and come with reliable support. Each template comes with a optional HostBill integration template ($30/year) that will handle the account, cart, tickets & invoicing functionality of your website.</p>";

// Templates

$_LANG['prosper_hostbilltemplates_plans_heading'] = "Templates";



/*
-----------------------------------------
---------   WHMCS Modules (whmcs-modules.tpl, whmcs-modules.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_whmcsmodules_overview_display'] = true;

$_LANG['prosper_whmcsmodules_overview_text'] = "<p>We've developed a collection of easy to install WHMCS Modules which are used to add extra functionality to your WHMCS based website.</p>";

// Modules

$_LANG['prosper_whmcsmodules_plans_heading'] = "Modules";



/*
-----------------------------------------
---------   Scripts (scripts.tpl, scripts.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_scripts_overview_display'] = true;

$_LANG['prosper_scripts_overview_text'] = "<p>We’ve developed a collection of premium Scripts originally for our website but now have decided to make them available to everyone. These scripts will enhance your websites functionality quickly and effectively.</p>";

// Scripts

$_LANG['prosper_scripts_plans_heading'] = "Scripts";



/*
-----------------------------------------
---------   Logo Design (logo-design.tpl, logo-design.php)   ---------
-----------------------------------------
*/

// Features

$_LANG['prosper_logodesign_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_logodesign_features_2_animation'] = "fadeInUp";
$_LANG['prosper_logodesign_features_3_animation'] = "fadeInRight";
$_LANG['prosper_logodesign_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_logodesign_features_5_animation'] = "fadeInUp";
$_LANG['prosper_logodesign_features_6_animation'] = "fadeInRight";

// Past Work

$_LANG['prosper_logodesign_pastwork_1_animation'] = "fadeInLeft";
$_LANG['prosper_logodesign_pastwork_2_animation'] = "fadeInUp";
$_LANG['prosper_logodesign_pastwork_3_animation'] = "fadeInRight";
$_LANG['prosper_logodesign_pastwork_4_animation'] = "fadeInLeft";



/*
-----------------------------------------
---------   Banner Design (banner-design.tpl, banner-design.php)   ---------
-----------------------------------------
*/

// Features

$_LANG['prosper_bannerdesign_features_1_animation'] = "fadeInLeft";
$_LANG['prosper_bannerdesign_features_2_animation'] = "fadeInUp";
$_LANG['prosper_bannerdesign_features_3_animation'] = "fadeInRight";
$_LANG['prosper_bannerdesign_features_4_animation'] = "fadeInLeft";
$_LANG['prosper_bannerdesign_features_5_animation'] = "fadeInUp";
$_LANG['prosper_bannerdesign_features_6_animation'] = "fadeInRight";

// Past Work

$_LANG['prosper_bannerdesign_pastwork_1_animation'] = "fadeInLeft";
$_LANG['prosper_bannerdesign_pastwork_2_animation'] = "fadeInUp";
$_LANG['prosper_bannerdesign_pastwork_3_animation'] = "fadeInRight";
$_LANG['prosper_bannerdesign_pastwork_4_animation'] = "fadeInLeft";



/*
-----------------------------------------
---------   WHMCS Services (whmcs-services.tpl, whmcs-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_whmcsservices_overview_display'] = true;

$_LANG['prosper_whmcsservices_overview_text'] = "<p>A mix of services for the popular web hosting automation software, WHMCS. These WHMCS Services are reliable and provided by a company who has vast experience in the web hosting industry.</p>";

// Services

$_LANG['prosper_whmcsservices_plans_heading'] = "Services";

$_LANG['prosper_whmcsservices_1_heading'] = "WHMCS Configuration";
$_LANG['prosper_whmcsservices_1_text'] = "This service includes the general configuration of WHMCS, 3 support departments, 1 payment gateway and the setup of 3 shared hosting plans that are fully automated.";

$_LANG['prosper_whmcsservices_2_heading'] = "WHMCS Upgrade";
$_LANG['prosper_whmcsservices_2_text'] = "We will manually update your WHMCS installation to the latest version. During which we will ensure that any customisations you’ve made to the language or template files remain safe without any data loss.";

$_LANG['prosper_whmcsservices_3_heading'] = "WHMCS Integration";
$_LANG['prosper_whmcsservices_3_text'] = "We will take the design of your existing website and use it to create a matching WHMCS Template, this ensures that both your website and WHMCS match in design creating a consistent user experience.";

$_LANG['prosper_whmcsservices_4_heading'] = "WHMCS Installation";
$_LANG['prosper_whmcsservices_4_text'] = "Hire Zomex to complete your WHMCS Installation. We have vast experience working with WHMCS and first installed WHMCS back in 2009 for this very website you are using, Zomex.com.";

$_LANG['prosper_whmcsservices_5_heading'] = "Basic Security";
$_LANG['prosper_whmcsservices_5_text'] = "Our basic security service includes the completion of the further security steps. This includes securing writable directories, changing your admin directory & securing your configuration.php file.";

$_LANG['prosper_whmcsservices_6_heading'] = "Advanced Security";
$_LANG['prosper_whmcsservices_6_text'] = "One big security risk we see is WHMCS installations that contain old files (modules, WHMCS copies, databases etc). Hire Zomex to tidy your WHMCS directory by clearing out these old files.";

$_LANG['prosper_whmcsservices_7_heading'] = "Move Directory";
$_LANG['prosper_whmcsservices_7_text'] = "We will move the directory of your WHMCS installation. For example from domain.com/whmcs to domain.com/clients. Once this process is finished all you’ll need to do is re-issue your license.";

$_LANG['prosper_whmcsservices_8_heading'] = "Move Server";
$_LANG['prosper_whmcsservices_8_text'] = "We will move the server of your WHMCS installation. For example from domain.com/whmcs to domain2.com/clients. Once this process is finished all you’ll need to do is re-issue your license.";

$_LANG['prosper_whmcsservices_9_heading'] = "Shared Hosting Setup";
$_LANG['prosper_whmcsservices_9_text'] = "This service includes the setup of 3 shared hosting plans in WHMCS using any supported server (cPanel, Plesk etc). The plans we setup in WHMCS will be fully automated.";

$_LANG['prosper_whmcsservices_10_heading'] = "Reseller Hosting Setup";
$_LANG['prosper_whmcsservices_10_text'] = "This service includes the setup of 3 reseller hosting plans in WHMCS using any supported server (cPanel, Plesk etc). The plans we setup in WHMCS will be fully automated.";

$_LANG['prosper_whmcsservices_11_heading'] = "Domain Registrar Setup";
$_LANG['prosper_whmcsservices_11_text'] = "This service includes the setup of any WHMCS supported domain registrar (Enom, ResellerClub etc). We will setup 6 domains of your choice (e.g .com at $14.99/year) with full automation within WHMCS.";

$_LANG['prosper_whmcsservices_12_heading'] = "Payment Gateway Setup";
$_LANG['prosper_whmcsservices_12_text'] = "This service includes the setup of any WHMCS supported payment gateway (PayPal, 2CheckOut, Stripe etc). Once finished you will be able to accept payments via WHMCS using this payment gateway.";



/*
-----------------------------------------
---------   WordPress Services (wordpress-services.tpl, wordpress-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_wordpressservices_overview_display'] = true;

$_LANG['prosper_wordpressservices_overview_text'] = "<p>A mix of services for the popular content management system, Wordpress. These Wordpress services are reliable and provided by a company who has many years experience working with WordPress.</p>";

// Services

$_LANG['prosper_wordpressservices_plans_heading'] = "Services";

$_LANG['prosper_wordpressservices_1_heading'] = "WordPress Installation";
$_LANG['prosper_wordpressservices_1_text'] = "We will install the latest version of WordPress, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $10 is fantastic value.";

$_LANG['prosper_wordpressservices_2_heading'] = "WordPress Configuration";
$_LANG['prosper_wordpressservices_2_text'] = "Hire Zomex to configure your WordPress installation with our recommended settings and plugins for a website that is well optimized for the search engines. We setup your website as we would do for our own.";

$_LANG['prosper_wordpressservices_3_heading'] = "WordPress Integration";
$_LANG['prosper_wordpressservices_3_text'] = "This service involves taking your existing website design to create a matching WordPress theme. This service is popular with companies looking to have a matching WordPress Theme to create a company blog.";



/*
-----------------------------------------
---------   Blesta Services (blesta-services.tpl, blesta-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_blestaservices_overview_display'] = true;

$_LANG['prosper_blestaservices_overview_text'] = "<p>A mix of services for the popular web hosting provider software, Blesta.</p>";

// Services

$_LANG['prosper_blestaservices_plans_heading'] = "Services";

$_LANG['prosper_blestaservices_1_heading'] = "Blesta Installation";
$_LANG['prosper_blestaservices_1_text'] = "We will install the latest version of Blesta, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $12 represents fantastic value.";

$_LANG['prosper_blestaservices_2_heading'] = "Blesta Integration";
$_LANG['prosper_blestaservices_2_text'] = "We will take the design of your existing website and use it to create a Blesta theme including support for the WordPress based functionality such as admin based pages, menu & widget editing.";



/*
-----------------------------------------
---------   Clientexec Services (clientexec-services.tpl, clientexec-services.php)   ---------
-----------------------------------------
*/

// Overview

$_LANG['prosper_clientexecservices_overview_display'] = true;

$_LANG['prosper_clientexecservices_overview_text'] = "<p>A mix of services for the popular web hosting provider software, Clientexec.</p>";

// Services

$_LANG['prosper_clientexecservices_plans_heading'] = "Services";

$_LANG['prosper_clientexecservices_1_heading'] = "Clientexec Installation";
$_LANG['prosper_clientexecservices_1_text'] = "We will install the latest version of Clientexec, completing the installation manually. This service is a quick and easy way to avoid having to install the software yourself and at just $12 represents fantastic value.";

$_LANG['prosper_clientexecservices_2_heading'] = "Clientexec Integration";
$_LANG['prosper_clientexecservices_2_text'] = " We will take the design of your existing website and use it to create a Clientexec theme including support for the Clientexec based functionality such as admin based pages, menu & widget editing.";



/*
-----------------------------------------
---------   SEO (File: includes/seo.tpl)   ---------
-----------------------------------------
*/

// 360Monitoring (WHMCS Marketconnect page)

$_LANG['prosper_meta_title_360monitoring'] = "360Monitoring - Monitor your website";
$_LANG['prosper_meta_description_360monitoring'] = "360Monitoring - Monitor your website";
$_LANG['prosper_meta_tags_360monitoring'] = "360monitoring";

Recommended Customization

Your template will now be running v3. As part of this update we have moved a lot of content from the language file to Wizard Panel when multi-language is set to Off. In this case you will need to go ahead and customize the new content. Open Wizard Panel within your WHMCS admin panel under addons, we recommend the following edits:

Custom Template Name?

If you have re-named the template directory from the default (stellar, mono, glaze, prosper) you will need to set your name within the Wizard Panel tab of Wizard Panel. You will also need to edit all references to the template directory within Wizard Panel (such as image paths).

4. Update Completed

You have now finished updating your WHMCS Template to v3. If you see any miss alignment when viewing your website you may need to clear your browser cache to force the updated files to be rendered. If you run into any issues, submit a ticket and we will be happy to assist you.