aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-01-14 12:00:47 +0000
committermistic100 <mistic@piwigo.org>2012-01-14 12:00:47 +0000
commitaf2302c1dbefa94968bd1dc067b9488790fd6f9c (patch)
tree49606f9b5751ed2007a9c26a99ec36a3f735b5c6 /language/en_UK
parent25481da931ae564320d2d2cc0f4735c8b058a161 (diff)
2021: email notification on user creation + mail for admin at installation
git-svn-id: http://piwigo.org/svn/trunk@12883 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r--language/en_UK/common.lang.php6
-rw-r--r--language/en_UK/install.lang.php5
2 files changed, 10 insertions, 1 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index 58227bedd..b16ba9898 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -180,6 +180,7 @@ $lang['group by letters'] = "group by letters";
$lang['guest'] = "guest";
$lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Hello %s, your Piwigo photo gallery is empty!';
$lang['Hello'] = "Hello";
+$lang['Hello %s,'] = 'Hello %s,';
$lang['Help'] = "Help";
$lang['Home'] = "Home";
$lang['html tags are not allowed in login'] = 'html tags are not allowed in login';
@@ -316,6 +317,7 @@ $lang['slideshow'] = "slideshow";
$lang['Someone requested that the password be reset for the following user account:'] = 'Someone requested that the password be reset for the following user account:';
$lang['Sort by'] = "Sort by";
$lang['Sort order'] = "Sort order";
+$lang['Successfully registered, an email with your password has been sent to you. Welcome!'] = 'Successfully registered, an email with your password has been sent to you. Welcome!';
$lang['Specials'] = "Specials";
$lang['SQL queries in'] = "SQL queries in";
$lang['stop the slideshow'] = "stop the slideshow";
@@ -372,4 +374,8 @@ $lang['large'] = "Large";
$lang['xlarge'] = "XLarge";
$lang['xxlarge'] = "XXLarge";
$lang['original'] = "Original";
+$lang['Thank you for registering at %s!'] = 'Thank you for registering at %s!';
+$lang['Here is your password: %s'] = 'Here is your password: %s';
+$lang['If you think you\'ve received this email in error, please contact us at %s'] = 'If you think you\'ve received this email in error, please contact us at %s';
+
?> \ No newline at end of file
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php
index 0b9dd5317..91a13a741 100644
--- a/language/en_UK/install.lang.php
+++ b/language/en_UK/install.lang.php
@@ -70,4 +70,7 @@ $lang['Download the config file'] = 'Download the config file';
$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'You can download the config file and upload it to local/config directory of your installation.';
$lang['Just another Piwigo gallery'] = 'Just another Piwigo gallery';
$lang['Welcome to my photo gallery'] = 'Welcome to my photo gallery';
-?>
+$lang['Welcome to your new installation of Piwigo!'] = 'Welcome to your new installation of Piwigo!';
+$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Don\'t hesitate to consult our forums for any help: %s';
+
+?> \ No newline at end of file