diff options
author | mistic100 <mistic@piwigo.org> | 2012-11-11 15:01:09 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-11-11 15:01:09 +0000 |
commit | 2fa1013ace21fe6df7beb9c8505a256244fa637e (patch) | |
tree | 47546c1d28894f816779758385e53f5c31c2f66e /language/en_UK | |
parent | c81093b0e943d3625554c808ecb072ef20615d6f (diff) |
feature:2786 Allow to edit website url in user comments + improve "user experience" on comment edition
git-svn-id: http://piwigo.org/svn/trunk@18995 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 54b221e4b..cef1111d1 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -392,6 +392,7 @@ $lang['View'] = "View"; $lang['Visits'] = "Visits"; $lang['Visits, high → low'] = 'Visits, high → low'; $lang['Visits, low → high'] = 'Visits, low → high'; +$lang['Website'] = 'Website'; $lang['Webmaster'] = "Webmaster"; $lang['Week %d'] = "Week %d"; $lang['Welcome to your Piwigo photo gallery!'] = 'Welcome to your Piwigo photo gallery!'; @@ -409,5 +410,6 @@ $lang['Your favorites'] = "Your favorites"; $lang['Your Gallery Customization'] = "Your gallery customization"; $lang['Your password has been reset'] = 'Your password has been reset'; $lang['Your username has been successfully changed to : %s'] = 'Your username has been successfully changed to : %s'; +$lang['Your website URL is invalid'] = 'Your website URL is invalid'; $lang['mandatory'] = 'mandatory'; ?>
\ No newline at end of file |