comparison _xampp/lang/en.php @ 0:b12c99b7c3f0

commit for previous development
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 19 Jan 2015 17:13:49 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b12c99b7c3f0
1 <?
2 // ---------------------------------------------------------------------
3 // GLOBAL
4 // ---------------------------------------------------------------------
5
6 $TEXT['global-xampp']="XAMPP for Linux";
7 $TEXT['global-showcode']="Show source code";
8 $TEXT['global-sourcecode']="Source code";
9
10 // ---------------------------------------------------------------------
11 // NAVIGATION
12 // ---------------------------------------------------------------------
13
14 $TEXT['navi-xampp']="XAMPP";
15 $TEXT['navi-welcome']="Welcome";
16 $TEXT['navi-status']="Status";
17 $TEXT['navi-security']="Security";
18 $TEXT['navi-doc']="Documentation";
19 $TEXT['navi-components']="Components";
20 $TEXT['navi-about']="About XAMPP";
21
22 $TEXT['navi-demos']="Demos";
23 $TEXT['navi-cdcol']="CD Collection";
24 $TEXT['navi-bio']="Biorhythm";
25 $TEXT['navi-guest']="Guest Book";
26 $TEXT['navi-iart']="Instant Art";
27 $TEXT['navi-iart2']="Flash Art";
28 $TEXT['navi-phonebook']="Phone Book";
29
30 $TEXT['navi-tools']="Tools";
31 $TEXT['navi-phpmyadmin']="phpMyAdmin";
32 $TEXT['navi-webalizer']="webalizer";
33 $TEXT['navi-phpsqliteadmin']="phpSQLiteAdmin";
34
35 $TEXT['navi-languages']="Languages";
36
37 // ---------------------------------------------------------------------
38 // STATUS
39 // ---------------------------------------------------------------------
40
41 $TEXT['status-head']="XAMPP Status";
42 $TEXT['status-text1']="This page offers you on one view all information about what's running and working and what's not.";
43 $TEXT['status-text2']="Some changes to the configuration sometime may cause false negative status reports.";
44
45 $TEXT['status-mysql']="MySQL database";
46 $TEXT['status-php']="PHP";
47 $TEXT['status-perl']="Perl";
48 $TEXT['status-cgi']="Common Gateway Interface (CGI)";
49 $TEXT['status-ssi']="Server Side Includes (SSI)";
50 $TEXT['status-mmcache']="PHP extension »eAccelerator«";
51 $TEXT['status-mmcache-url']="http://www.apachefriends.org/faq-lampp-en.html#mmcache";
52 $TEXT['status-oci8']="PHP extension »OCI8/Oracle«";
53 $TEXT['status-oci8-url']="http://www.apachefriends.org/faq-lampp-en.html#oci8";
54
55 $TEXT['status-lookfaq']="see FAQ";
56 $TEXT['status-ok']="ACTIVATED";
57 $TEXT['status-nok']="DEACTIVATED";
58
59 $TEXT['status-tab1']="Component";
60 $TEXT['status-tab2']="Status";
61 $TEXT['status-tab3']="Hint";
62
63 // ---------------------------------------------------------------------
64 // SECURITY
65 // ---------------------------------------------------------------------
66
67 $TEXT['security-head']="XAMPP security";
68 $TEXT['security-text1']="This page gives you a quick overview about the security status of your XAMPP installation. (Please continue reading after the table.)";
69 $TEXT['security-text2']="The green marked points are secure; the red marked points are definitively unsecure and the yellow marked points couldn't be checked (for example because the sofware to check isn't running).<p>To fix or close all these matters simply call<p><b>/opt/lampp/lampp security</b><p>This will start an interactive program.";
70
71 $TEXT['security-ok']="SECURE";
72 $TEXT['security-nok']="UNSECURE";
73 $TEXT['security-noidea']="UNKNOWN";
74
75 $TEXT['security-tab1']="Subject";
76 $TEXT['security-tab2']="Status";
77
78 $TEXT['security-checkapache-nok']="These XAMPP pages are accessible by network for everyone";
79 $TEXT['security-checkapache-ok']="These XAMPP pages are no longer accessible by network for everyone";
80 $TEXT['security-checkapache-text']="Every XAMPP demo page you are right now looking at is accessible for everyone over network. Everyone who knows your IP address can see these pages.";
81
82 $TEXT['security-checkmysqlport-nok']="MySQL is accessible by the network";
83 $TEXT['security-checkmysqlport-ok']="MySQL is no longer accessible over the network";
84 $TEXT['security-checkmysqlport-text']="This is a potential or at least theoretical security leak. And if you're mad about security you should disable the network interface of MySQL.";
85
86 $TEXT['security-checkpmamysqluser-nok']="The phpMyAdmin user pma has no password";
87 $TEXT['security-checkpmamysqluser-ok']="The phpMyAdmin user pma has no longer no password";
88 $TEXT['security-checkpmamysqluser-text']="phpMyAdmin saves your preferences in an extra MySQL database. To access this data phpMyAdmin uses the special user pma. This user has in the default installation no password set and to avoid any security problems you should give him a passwort.";
89
90 $TEXT['security-checkmysql-nok']="The MySQL user root has no password";
91 $TEXT['security-checkmysql-ok']="The MySQL user root has no longer no password";
92 $TEXT['security-checkmysql-text']="Every local user on Linux box can access your MySQL database with administrator rights. You should set a password.";
93
94 $TEXT['security-checkftppassword-nok']="The FTP password for user nobody is still 'lampp'";
95 $TEXT['security-checkftppassword-ok']="The FTP password for user nobody is no langer 'lampp'";
96 $TEXT['security-checkftppassword-text']="By using the default password for the FTP user nobody everyone can upload and change files for your XAMPP webserver. So if you enabled ProFTPD you should set a new password for user nobody.";
97
98 // ---------------------------------------------------------------------
99 // START
100 // ---------------------------------------------------------------------
101
102 $TEXT['start-head']="Welcome to XAMPP for Linux";
103
104 $TEXT['start-subhead']="Congratulations:<br>You successfully installed XAMPP on this system!";
105
106 $TEXT['start-text1']="Now you can start using Apache and Co. Firstly you should try »Status« on the left navigation to make sure everything works fine.";
107
108 $TEXT['start-text2']="After testing you may take a look at the examples below the test link.";
109
110 $TEXT['start-text3']="If you want to start programming PHP or Perl (or whatever ;) please take a look at the <a target=extern href=http://www.apachefriends.org/lampp-en.html>XAMPP manual</a> first and get more information about your XAMPP installation.";
111
112 $TEXT['start-text4']="Good luck,<br>Kai \"Oswald\" Seidler + Kay Vogelgesang";
113
114 // ---------------------------------------------------------------------
115 // MANUALS
116 // ---------------------------------------------------------------------
117
118 $TEXT['manuals-head']="Online documentation";
119
120 $TEXT['manuals-text1']="XAMPP combines many different sofware packages into one packet. Here's a list of standard and reference documentation of the most important packages.";
121
122
123 $TEXT['manuals-list1']="
124 <ul>
125 <li><a href=http://httpd.apache.org/docs-2.0/>Apache 2 documentation</a>
126 <li><a href=http://www.php.net/manual/en/>PHP <b>referenz </b>documentation</a>
127 <li><a href=http://www.perldoc.com/perl5.8.0/pod/perl.html>Perl documentation</a>
128 <li><a href=http://www.mysql.com/documentation/mysql/bychapter/>MySQL documentation</a>
129 <li><a href=http://proftpd.linux.co.uk/localsite/Userguide/linked/userguide.html>ProFTPD user guide</a>
130 <li><a href=http://www.ros.co.nz/pdf/readme.pdf>pdf class documentation</a>
131 </ul>";
132
133 $TEXT['manuals-text2']="And a small list of tutorials and the Apache Friends documentation page:";
134
135 $TEXT['manuals-list2']="
136 <ul>
137 <li><a href=http://www.apachefriends.org/faq-en.html>Apache Friends documentation</a>
138 <li><a href=http://www.freewebmasterhelp.com/tutorials/php>PHP Tutorial</a> by David Gowans
139 <li><a href=http://www.davesite.com/webstation/html/>HTML - An Interactive Tutorial For Beginners</a> by Dave Kristula
140 <li><a href=http://www.comp.leeds.ac.uk/Perl/start.html>Perl Tutorial</a> by Nik Silver
141 </ul>";
142
143 $TEXT['manuals-text3']="Good luck and have fun! :)";
144
145 // ---------------------------------------------------------------------
146 // COMPONENTS
147 // ---------------------------------------------------------------------
148
149 $TEXT['components-head']="XAMPP components";
150
151 $TEXT['components-text1']="XAMPP combines many different sofware packages into one packet. Here's an overview over all packages.";
152
153 $TEXT['components-text2']="Many thanks to the developers of these programs.";
154
155 $TEXT['components-text3']="In the directory <b>/opt/lampp/licenses</b> you will find all licenses and README files of these programs.";
156
157 // ---------------------------------------------------------------------
158 // CD COLLECTION DEMO
159 // ---------------------------------------------------------------------
160
161 $TEXT['cds-head']="CD Collection (Example for PHP+MySQL+PDF Class)";
162 $TEXT['cds-head-fpdf']="CD Collection (Example for PHP+MySQL+FPDF)";
163
164 $TEXT['cds-text1']="A very simple CD programm.";
165
166 $TEXT['cds-text2']="CD list as <a href='?action=getpdf'>PDF document</a>.";
167
168 $TEXT['cds-error']="Could not connect to database!<br>Is MySQL running or did you change the password?";
169 $TEXT['cds-head1']="My CDs";
170 $TEXT['cds-attrib1']="Artist";
171 $TEXT['cds-attrib2']="Title";
172 $TEXT['cds-attrib3']="Year";
173 $TEXT['cds-attrib4']="Command";
174 $TEXT['cds-sure']="Sure?";
175 $TEXT['cds-head2']="Add CD";
176 $TEXT['cds-button1']="DELETE CD";
177 $TEXT['cds-button2']="ADD CD";
178
179 // ---------------------------------------------------------------------
180 // BIORHYTHM DEMO
181 // ---------------------------------------------------------------------
182
183 $TEXT['bio-head']="Biorhythm (Example for PHP+GD)";
184
185 $TEXT['bio-by']="by";
186 $TEXT['bio-ask']="Please enter your date of birth";
187 $TEXT['bio-ok']="OK";
188 $TEXT['bio-error1']="Date";
189 $TEXT['bio-error2']="is invalid";
190
191 $TEXT['bio-birthday']="Birthday";
192 $TEXT['bio-today']="Today";
193 $TEXT['bio-intellectual']="Intellectual";
194 $TEXT['bio-emotional']="Emotional";
195 $TEXT['bio-physical']="Physical";
196
197 // ---------------------------------------------------------------------
198 // INSTANT ART DEMO
199 // ---------------------------------------------------------------------
200
201 $TEXT['iart-head']="Instant Art (Example for PHP+GD+FreeType)";
202 $TEXT['iart-text1']="Font »AnkeCalligraph« by <a class=blue target=extern href=\"http://www.anke-art.de/\">Anke Arnold</a>";
203 $TEXT['iart-ok']="OK";
204
205 // ---------------------------------------------------------------------
206 // FLASH ART DEMO
207 // ---------------------------------------------------------------------
208
209 $TEXT['flash-head']="Flash Art (Example for PHP+MING)";
210 $TEXT['flash-text1']="Font »AnkeCalligraph« by <a class=blue target=extern href=\"http://www.anke-art.de/\">Anke Arnold</a>";
211 $TEXT['flash-ok']="OK";
212
213 // ---------------------------------------------------------------------
214 // PHONE BOOK DEMO
215 // ---------------------------------------------------------------------
216
217 $TEXT['phonebook-head']="Phone Book (Example for PHP+SQLite)";
218
219 $TEXT['phonebook-text1']="A very simple phone book script. But implemented with a very modern and up-to-date technology: SQLite, the SQL database without server.";
220
221 $TEXT['phonebook-error']="Couldn't open the database!";
222 $TEXT['phonebook-head1']="My phone numbers";
223 $TEXT['phonebook-attrib1']="Last name";
224 $TEXT['phonebook-attrib2']="First name";
225 $TEXT['phonebook-attrib3']="Phone number";
226 $TEXT['phonebook-attrib4']="Command";
227 $TEXT['phonebook-sure']="Sure?";
228 $TEXT['phonebook-head2']="Add entry";
229 $TEXT['phonebook-button1']="DELETE";
230 $TEXT['phonebook-button2']="ADD";
231
232 // ---------------------------------------------------------------------
233 // ABOUT
234 // ---------------------------------------------------------------------
235
236 $TEXT['about-head']="About XAMPP";
237
238 $TEXT['about-subhead1']="Idea and realisation";
239
240 $TEXT['about-subhead2']="Design";
241
242 $TEXT['about-subhead3']="Collaboration";
243
244 $TEXT['about-subhead4']="Contact persons";
245
246
247 ?>