From 78df1f97d366e5f9e4115c658ad91fab70717f29 Mon Sep 17 00:00:00 2001 From: gweltas Date: Thu, 19 Feb 2004 00:31:09 +0000 Subject: Split of langage files git-svn-id: http://piwigo.org/svn/trunk@364 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/install.lang.php | 65 ++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 language/en_UK.iso-8859-1/install.lang.php (limited to 'language/en_UK.iso-8859-1/install.lang.php') diff --git a/language/en_UK.iso-8859-1/install.lang.php b/language/en_UK.iso-8859-1/install.lang.php new file mode 100644 index 000000000..8907806b0 --- /dev/null +++ b/language/en_UK.iso-8859-1/install.lang.php @@ -0,0 +1,65 @@ + | +// | branch : 1.4 | +// +-----------------------------------------------------------------------+ +// | file : $RCSfile$ +// | last update : $Date$ +// | last modifier : $Author$ +// | revision : $Revision$ +// +-----------------------------------------------------------------------+ +// | This program is free software; you can redistribute it and/or modify | +// | it under the terms of the GNU General Public License as published by | +// | the Free Software Foundation | +// | | +// | This program 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 | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | +// +-----------------------------------------------------------------------+ + +$lang['install_message'] = 'Message'; +$lang['step1_confirmation'] = 'Parameters are correct'; +$lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to connect to database'; +$lang['step1_err_server'] = 'Can\'t connect to server'; +$lang['step1_err_copy_2'] = 'The next step of the installation is now possible'; +$lang['step1_err_copy_next'] = 'next step'; +$lang['step1_title'] = 'Step 1/2'; +$lang['step1_host'] = 'MySQL host'; +$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; +$lang['step1_user'] = 'user'; +$lang['step1_user_info'] = 'user login given by your host provider'; +$lang['step1_pass'] = 'Password'; +$lang['step1_pass_info'] = 'user password given by your host provider'; +$lang['step1_database'] = 'Database name'; +$lang['step1_database_info'] = 'also given by your host provider'; +$lang['step1_prefix'] = 'Database table prefix'; +$lang['step1_prefix_info'] = 'database tables names will be prefixed with it (enables you to manage better your tables)'; +$lang['step2_err_login1'] = 'enter a login for webmaster'; +$lang['step2_err_login3'] = 'webmaster login can\'t contain characters \' or "'; +$lang['step2_err_pass'] = 'please enter your password again'; +$lang['step2_err_mail'] = $lang['conf_err_mail']; +$lang['install_end_title'] = 'Installation finished'; +$lang['step2_title'] = 'Step 2/2'; +$lang['step2_pwd'] = 'webmaster password'; +$lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel'; +$lang['step2_pwd_conf'] = 'confirm password'; +$lang['step2_pwd_conf_info'] = 'verification'; +$lang['install_help'] = 'Need help ? Ask your question on PhpWebGallery message board.'; +$lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step

+For security reason, please delete file "install.php"
+Once this file deleted , follow this instructions : +'; +$lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.'; + +?> \ No newline at end of file -- cgit v1.2.3