-
Notifications
You must be signed in to change notification settings - Fork 1
/
publish_lang.php
80 lines (72 loc) · 3.98 KB
/
publish_lang.php
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?php
//////////////////////////////////////////////////////////////
//===========================================================
// publish_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_remote'] = 'No remote site was specified';
$l['no_password'] = 'No password was specified';
$l['error_f0'] = 'There was an error connecting to the remote site';
$l['error_f-1'] = 'There was an error connecting to the remote site';
$l['error_f-2'] = 'There was an error connecting to the remote site';
$l['error_f-3'] = 'There was an error in changing directories (FTP)';
$l['error_fmkdir'] = 'Could not make the remote directory';
$l['error_fchdir'] = 'There was an error in changing directories (FTP)';
$l['error_sql_export'] = 'Could not export the MySQL DB';
$l['error_up_myexec'] = 'There was an error uploading the MySQL dumper';
$l['error_sql_create'] = 'Could not create the Database on the remote website';
$l['error_sql_seldb'] = 'Could not select the Database';
$l['error_sql_conn'] = 'There was an error while connecting to the Remote MySQL Database';
$l['error_sql_query'] = 'There was an error while executing some MySQL queries';
$l['error_makezip'] = 'Could not zip the files';
$l['error_u_pclzip'] = 'Could not upload the ZIP library';
$l['error_u_ftp'] = 'Could not upload the FTP library';
$l['error_u_files'] = 'There was an error while uploading the ZIP files';
$l['error_u_exec'] = 'There was an error in uploading the UnZip library';
$l['error_u_unzip'] = 'Could not unzip the zip files on the remote website';
$l['checking_data'] = 'Checking the submitted data';
$l['connecting_site'] = 'Connecting to remote site';
$l['exporting_db'] = 'Exporting the database';
$l['uploading_db'] = 'Uploading the database';
$l['packing_files'] = 'Packing the files';
$l['configuring_files'] = 'Configuring the files';
$l['uploading_libs'] = 'Uploading AMPPS Libraries';
$l['uploading_files'] = 'Uploading files';
$l['cleaning_up'] = 'Cleaning Up';
$l['finishing_process'] = 'Finishing the publish process';
$l['<title>'] = 'Publish an installation';
$l['header'] = 'Publish an App';
$l['done'] = 'Congratulations, the installation has been published successfully';
$l['choose_account'] = 'Remote Size';
$l['choose_account_exp'] = 'Choose the remote account where you want to publish this installation';
$l['dir'] = 'In Directory';
$l['dir_exp'] = 'The directory is relative to your domain and <strong>should not exist</strong>. e.g. To install at http://mydomain/dir/ just type <strong>dir</strong>. To install only in http://mydomain/ leave this empty.';
$l['password'] = 'Account Password';
$l['password_exp'] = 'The password of the remote account';
$l['publishins'] = 'Publish Installation';
$l['succesful'] = 'Your installation of &soft-1; has been successfully published at';
$l['admin_url'] = 'Administrative URL';
$l['enjoy'] = 'We hope the process was fast and easy.';
$l['publish_notes'] = 'The following are some important notes. It is hightly recommended that you read them ';
$l['please_note'] = '<b>NOTE</b>: '.APP.' is just an automatic software installer and does not provide any support for the individual software packages. Please visit the software vendor\'s web site for support!';
$l['regards'] = 'Regards';
$l['softinstaller'] = APP.' Installer';
$l['return'] = 'Return to Overview';
?>