source: trunk/language/en_UK/install.lang.php @ 5408

Last change on this file since 5408 was 5408, checked in by plg, 14 years ago

Simplify installation message, no need to explain the following step, the
"no photo yet" feature makes the explanations useless at this point.

.infos admin block is used to display messages, I've set the background
transparent here, because it's the only message of the page. Anyway, I don't
think using .infos blocks are relevant if that's the only message on the page.

  • Property svn:eol-style set to LF
File size: 6.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2010 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23
24
25
26$lang['Installation'] = "Installation";
27$lang['Basic configuration'] = "Basic configuration";
28$lang['Default gallery language'] = "Default gallery language";
29$lang['Database configuration'] = "Database configuration";
30$lang['Admin configuration'] = "Admin configuration";
31$lang['Start Install'] = "Start installation";
32$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "mail address must be like xxx@yyy.eee (example : jack@altern.org)";
33$lang['Webmaster login'] = "Webmaster login";
34$lang['It will be shown to the visitors. It is necessary for website administration'] = "It will be shown to the visitors. It is necessary for website administration";
35$lang['Parameters are correct'] = "Parameters are correct";
36$lang['Connection to server succeed, but it was impossible to connect to database'] = "Connection to server successful, but the connection to the database is impossible";
37$lang['Can\'t connect to server'] = "Cannot connect to server";
38$lang['The next step of the installation is now possible'] = "The next step of the installation is now possible";
39$lang['next step'] = "next step";
40$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = "Copy the text in pink between hyphens and paste it into the file \"local/config/database.inc.php\". (Warning: database.inc.php must only contain the pink text, without additional line return or space character)";
41$lang['Database type'] = "Database type";
42$lang['The type of database your piwigo data will be store in'] = "The type of database your Piwigo data will be store in";
43$lang['Host'] = "Host";
44$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr";
45$lang['User'] = "User";
46$lang['user login given by your host provider'] = "user login given by your host provider";
47$lang['Password'] = "Password";
48$lang['user password given by your host provider'] = "user password given by your host provider";
49$lang['Database name'] = "Database name";
50$lang['also given by your host provider'] = "also given by your host provider";
51$lang['Database table prefix'] = "Database tables prefix";
52$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = "database tables names will be prefixed with it (enables you to manage your tables better)";
53$lang['enter a login for webmaster'] = "enter a login for webmaster";
54$lang['webmaster login can\'t contain characters \' or "'] = "webmaster login can't contain characters ' or \"";
55$lang['please enter your password again'] = "please enter your password again";
56$lang['Installation finished'] = "Installation finished";
57$lang['Webmaster password'] = "Webmaster password";
58$lang['Keep it confidential, it enables you to access administration panel'] = "Keep it confidential, it enables you to access administration panel";
59$lang['Password [confirm]'] = "Password [confirm]";
60$lang['verification'] = "verification";
61$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "Need help? Ask your question on <a href=\"%s\">Piwigo message board</a>.";
62$lang['Webmaster mail address'] = "Webmaster mail address";
63$lang['Visitors will be able to contact site administrator with this mail'] = "Visitors will be able to use this mail to contact the site administrator";
64$lang['PHP 5 is required'] = "PHP 5 is required";
65$lang['It appears your webhost is currently running PHP %s.'] = "It appears your webhost is currently running PHP %s.";
66$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = "Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.";
67$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = "Note you can change your configuration by yourself and restart Piwigo after that.";
68$lang['Try to configure PHP 5'] = "Try to configure PHP 5";
69$lang['Sorry!'] = "Sorry!";
70$lang['Piwigo was not able to configure PHP 5.'] = "Piwigo was not able to configure PHP 5.";
71$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = "You should refer to your hosting provider's support and see how you can switch to PHP 5 by yourself.";
72$lang['Hope to see you back soon.'] = "Hope to see you back soon.";
73$lang['Congratulations, Piwigo installation is completed'] = 'Congratulations, Piwigo installation is completed';
74?>
Note: See TracBrowser for help on using the repository browser.