From 2fa1013ace21fe6df7beb9c8505a256244fa637e Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sun, 11 Nov 2012 15:01:09 +0000 Subject: 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 --- language/en_UK/common.lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'language/en_UK/common.lang.php') 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 -- cgit v1.2.3