Current File : //usr/local/softaculous/enduser/languages/english/installations_lang.php
<?php

//////////////////////////////////////////////////////////////
//===========================================================
// installations_lang.php
//===========================================================
// SOFTACULOUS 
// Version : 1.1
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date:       10th Jan 2009
// Time:       21:00 hrs
// Site:       http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////

if(!defined('SOFTACULOUS')){

	die('Hacking Attempt');

}

//Theme Strings
$l['<title>'] = APP.' - All Installations';
$l['link'] = 'Link';
$l['ins_time'] = 'Installation Time';
$l['version'] = 'Version';
$l['remove'] = 'Remove';
$l['no_info'] = 'No Info';
$l['no_ins'] = 'You do not have any installations';
$l['upd_to'] = 'Upgrade to Version';
$l['create_template'] = 'Create Template';
$l['clone'] = 'Clone';
$l['backup'] = 'Backup';
$l['options'] = 'Options';
$l['showing_only'] = 'Showing only installations requiring updates.';
$l['see_all'] = 'Click here to see all.';
$l['admin'] = 'Admin';
$l['del_insid'] = 'Are you sure you wish to remove the selected installations ? The action will be irreversible. \nNo further confirmations will be asked !';
$l['rem_inst_id'] = 'Removing Installation - ';
$l['no_sel_inst'] = 'No installation(s) selected to remove.';
$l['inst_remvd'] = 'The selected installation(s) have been removed. The page will now be reloaded !';
$l['remove'] = 'Remove';
$l['editdetail'] = 'Edit Details';
$l['go'] = 'Go';
$l['classes_ins'] = 'Classes Installations';
$l['remove_classes'] = 'Remove Classes';
$l['scripts_ins'] = 'Scripts Installations';
$l['auto_upgrade_enabled'] = 'Auto Upgrade Enabled';
$l['sort_script'] = 'Script';
$l['sort_domain'] = 'Domain';
$l['sort_ins_time'] = 'Installation Time';
$l['sort_by'] = 'Sort By';
$l['disabled_scripts'] = 'Disabled Scripts Installations';
$l['no_ins_for_disable'] = 'You do not have any installations from disabled scripts';
$l['with_selected'] = 'With Selected';
$l['pushtolive'] = 'Push to Live';
$l['staging'] = 'Create Staging';
$l['auto_upgrade_major'] = '(Major and Minor)';
$l['auto_upgrade_minor'] = '(Minor)';
$l['ampps_notify_premium'] = 'This feature is available in the premium version of AMPPS. Please purchase <b><a href="https://ampps.com/clients">AMPPS Premium</a></b>';
$l['remove_complete'] = 'Remove Completely';
$l['remove_info'] = 'Remove from '.APP;
$l['login_exp'] = 'Login as admin';

$l['wordpress_manager'] = 'Manage your installation with WordPress Manager';