-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimport_lang.php
More file actions
53 lines (45 loc) · 2.49 KB
/
Copy pathimport_lang.php
File metadata and controls
53 lines (45 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php
//////////////////////////////////////////////////////////////
//===========================================================
// import_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');
}
$l['no_info_file'] = 'The INFO.XML file could not be found! Please report this to the server administrator.';
$l['incompatible'] = 'The software requires a higher version of '.APP.'! Please report this to the server administrator.';
$l['no_functions'] = 'The IMPORT FUNCTIONS file could not be found! Please report this to the server administrator.';
$l['no_softdomain'] = 'You did not choose the domain to import the software.';
//Theme Strings
$l['<title>'] = $globals['sn'].' - '.APP.' - ';
$l['import_soft'] = 'Import Software';
$l['choose_domain'] = 'Choose Domain';
$l['choose_domain_exp'] = 'Please choose the domain where the software is already installed.';
$l['in_directory'] = 'In Directory';
$l['in_directory_exp'] = 'The directory is relative to your domain. e.g. To import software installed at http://mydomain/dir/ just type <b>dir</b>. To import software installed only in http://mydomain/ leave this empty.';
$l['softsubmit'] = 'Import';
$l['congrats'] = 'Congratulations, the software was imported successfully';
$l['succesful'] = 'has been successfully imported at';
$l['admin_url'] = 'Admin URL';
$l['enjoy'] = 'We hope the import process was easy.';
$l['import_notes'] = 'The following are some important notes. We highly recommend that you read these: ';
$l['please_note'] = '<b>NOTE</b>: Softaculous is just a auto installer and does not provide any support for the software packages. Please visit the script or software\'s web site for any kind of support!';
$l['regards'] = 'Regards';
$l['softinstaller'] = 'Softaculous Auto Installer';
$l['return'] = 'Return to Overview';
?>