diff options
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/admin.lang.php | 2 | ||||
-rw-r--r-- | language/en_UK/install.lang.php | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 044feefa6..f1c8356ce 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -645,7 +645,7 @@ $lang['Downloads'] = "Downloads"; $lang['Released on'] = "Released on"; $lang['Number of downloads'] = "Number of downloads"; $lang['Piwigo Announcements Newsletter'] = "Piwigo Announcement Newsletter"; -$lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = "Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will be sent emails when a new release is available (sometimes including a security bug fix it is important to know and upgrade) and when major events happen to the project. Only a few emails a year."; +$lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = "Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will be sent emails when a new release is available (sometimes including a security bug fix, it is important to know and upgrade) and when major events happen to the project. Only a few emails a year."; $lang['Subscribe %s'] = "Subscribe %s"; $lang['Subscribe %s to Piwigo Announcements Newsletter'] = "Subscribe %s to Piwigo Announcements Newsletter"; $lang['Purge search history'] = "Purge search history"; diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index d9ade559e..d9134d8a5 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -59,11 +59,6 @@ $lang['Keep it confidential, it enables you to access administration panel'] = " $lang['Password [confirm]'] = "Password [confirm]"; $lang['verification'] = "verification"; $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>."; -$lang['The configuration of Piwigo is finished, here is the next step<br><br> -* go to the identification page and use the login/password given for webmaster<br> -* this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'] = "Piwigo configuration is finished, here is the next step:<br><br> -* go to the identification page and use the login/password given for webmaster<br> -* this will give you access to the administration panel, with the instructions to load pictures in your directories"; $lang['Webmaster mail address'] = "Webmaster mail address"; $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"; $lang['PHP 5 is required'] = "PHP 5 is required"; @@ -75,4 +70,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 should refer to your hosting provider's support and see how you can 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 +$lang['Congratulations, Piwigo installation is completed'] = 'Congratulations, Piwigo installation is completed'; +?> |