-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlang.en.php
More file actions
105 lines (61 loc) · 2.55 KB
/
Copy pathlang.en.php
File metadata and controls
105 lines (61 loc) · 2.55 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?php
/*
* Copyright (c) 2016-2017 Barchampas Gerasimos <http://makbox.co.nf/>
* Makbox is a personal (staas) cloud.
*
* Makbox is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
*
* Makbox is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
/*
------------------
Language: English
------------------
*/
//index2.php
$lang = array();
$lang['TITLE'] = 'Step 1: General Settings';
$lang['MESSAGE'] = 'Please install the cloud makbox and familiarization with and you (Staas) cloud computing. <br>
The thy makbox provides a number of tools such as ready (data storage, files sharing, chat message, modules etc) <br>
to be able to have access to your files from anywhere and always easily and quickly <br>
and being in touch with your friends antalasontas files by conversing with them. <br>';
$lang['DATABASE_HOST'] = 'Database Host:';
$lang['DATABASE_NAME'] = 'Database Name:';
$lang['DATABASE_USER'] = 'Your username:';
$lang['DATABASE_PASS'] = 'Your password:';
$lang['SUB'] = 'Next';
$lang['RES'] = 'Clear';
//index3.php
$lang['TITLE3'] = 'Step 2: Administrator settings';
$lang['MESSAGE3'] ='Set up the account thee so you can <br>
have full control of things in your cloud!';
$lang['USERNAME'] = 'Username:';
$lang['PASSWORD'] = 'Password:';
$lang['PASSWORD_RETYPE'] = ' Password again:';
$lang['EMAIL'] = ' Email:';
$lang['DATE'] = ' Date of birth:';
$lang['GENDER'] = ' Gender:';
$lang['GENDER_MALE'] = 'Male';
$lang['GENDER_FEMALE'] = 'Female';
//index4.php
$lang['TITLE4'] ='Step 3: Mail services settings';
$lang['MESSAGE4'] ='Configure your email so that you can use <br>
services such as (password reset) and other services that help users <br>
so that they can regain access to their account!';
$lang['SMTP_SERVER'] ='Smtp server:';
$lang['SMTP_USERNAME'] = 'Smtp username';
$lang['SMTP_PASSWORD'] = 'Smtp password:';
$lang['SMTP_ENCRYPTION'] = 'Encryption:';
$lang['SMTP_TCP_PORT'] = 'TCP port:';
?>