aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-09-07 19:29:42 +0000
committerz0rglub <z0rglub@piwigo.org>2004-09-07 19:29:42 +0000
commit47a1e49c1e7b09403ce567f30c31a15856a8fdae (patch)
tree6b5cf1dfc675a6f13fd55a33ccfc0c0c00331a18 /language
parent21886493a7c8c508b613d35c01fa28c4604408a5 (diff)
- corrects bugs due to deletion of configuration parameters default_lang,
default_style (renamed to default_language and default_template), session_keyword - in install.php, corrects bug to deletion of language keys : conf_general_webmaster, conf_general_webmaster_info and renaming of conf_general_mail git-svn-id: http://piwigo.org/svn/trunk@518 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/install.lang.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/install.lang.php b/language/en_UK.iso-8859-1/install.lang.php
index 5e23892cf..dace0ef22 100644
--- a/language/en_UK.iso-8859-1/install.lang.php
+++ b/language/en_UK.iso-8859-1/install.lang.php
@@ -33,6 +33,11 @@ $lang['step2_title'] = 'Admin configuration';
$lang['Start_Install'] = 'Start Install';
$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
+$lang['install_webmaster'] = 'webmaster login';
+$lang['install_webmaster_info'] = 'It will be shown to the visitors. It is necessary for website administration';
+$lang['install_mail_webmaster'] = $lang['conf_general_mail_webmaster'];
+$lang['install_mail_webmaster_info'] = $lang['conf_general_mail_webmaster_info'];
+
$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';