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

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

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

Remove some language keys that are really obsolete. I've updated the script
to convert language files to 2.1, I will apply "obsolete keys removal" process
in a 2nd step on other languages.

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