From 796cbc835020db800660443a31d617855d3f7640 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 16 Mar 2009 17:04:13 +0000 Subject: merge r3203 from trunk to branch 2.0. Move template class inclusion to common.inc.php. Add forum link in upgrade page. Install and upgrade try to configure PHP5. git-svn-id: http://piwigo.org/svn/branches/2.0@3204 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/install.lang.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'language/en_UK/install.lang.php') diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index 9396106c3..5328e3eb4 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -63,4 +63,14 @@ $lang['install_end_message'] = 'The configuration of Piwigo is finished, here is * this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'; $lang['conf_mail_webmaster'] = 'Webmaster mail address'; $lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail'; + +$lang['PHP 5 is required'] = 'PHP 5 is required'; +$lang['It appears your webhost is currently running PHP %s.'] = 'It appears your webhost is currently running PHP %s.'; +$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.'; +$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.'; +$lang['Try to configure PHP 5'] = 'Try to configure PHP 5'; +$lang['Sorry!'] = 'Sorry!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo was not able to configure PHP 5.'; +$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."; +$lang['Hope to see you back soon.'] = 'Hope to see you back soon.'; ?> \ No newline at end of file -- cgit v1.2.3