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

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

Fix missing keys: some keys have been removed by mistake during the massive
key conversion.

  • Property svn:eol-style set to LF
File size: 6.0 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['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)";
40$lang['Database type'] = "Database type";
41$lang['The type of database your piwigo data will be store in'] = "The type of database your Piwigo data will be store in";
42$lang['Host'] = "Host";
43$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr";
44$lang['User'] = "User";
45$lang['user login given by your host provider'] = "user login given by your host provider";
46$lang['Password'] = "Password";
47$lang['user password given by your host provider'] = "user password given by your host provider";
48$lang['Database name'] = "Database name";
49$lang['also given by your host provider'] = "also given by your host provider";
50$lang['Database table prefix'] = "Database tables prefix";
51$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)";
52$lang['enter a login for webmaster'] = "enter a login for webmaster";
53$lang['webmaster login can\'t contain characters \' or "'] = "webmaster login can't contain characters ' or \"";
54$lang['please enter your password again'] = "please enter your password again";
55$lang['Installation finished'] = "Installation finished";
56$lang['Webmaster password'] = "Webmaster password";
57$lang['Keep it confidential, it enables you to access administration panel'] = "Keep it confidential, it enables you to access administration panel";
58$lang['Password [confirm]'] = "Password [confirm]";
59$lang['verification'] = "verification";
60$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>.";
61$lang['Webmaster mail address'] = "Webmaster mail address";
62$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";
63$lang['PHP 5 is required'] = "PHP 5 is required";
64$lang['It appears your webhost is currently running PHP %s.'] = "It appears your webhost is currently running PHP %s.";
65$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.";
66$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.";
67$lang['Try to configure PHP 5'] = "Try to configure PHP 5";
68$lang['Sorry!'] = "Sorry!";
69$lang['Piwigo was not able to configure PHP 5.'] = "Piwigo was not able to configure PHP 5.";
70$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.";
71$lang['Hope to see you back soon.'] = "Hope to see you back soon.";
72$lang['Congratulations, Piwigo installation is completed'] = 'Congratulations, Piwigo installation is completed';
73?>
Note: See TracBrowser for help on using the repository browser.