aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-06-22 11:41:47 +0000
committermistic100 <mistic@piwigo.org>2014-06-22 11:41:47 +0000
commitb4b17975304e776518bb2f456f8000cef6bd60e9 (patch)
treeb0538fc2463bb7a5e3ff6f6e32ad81a729e28018 /language
parentf77f3698fe1501ba0a3b94c3a2cfe4d728f2b45b (diff)
feature 3095: add "comments_enable_website" param + GUI
git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/admin.lang.php1
-rw-r--r--language/fr_FR/admin.lang.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index dcb45fe8b..180750941 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -168,6 +168,7 @@ $lang['all'] = "all";
$lang['Allow rating'] = "Allow rating";
$lang['Allow user customization'] = 'Allow user customization';
$lang['Allow user registration'] = "Allow user registration";
+$lang['Allow users to add a link to their website'] = "Allow users to add a link to their website";
$lang['Allow users to delete their own comments'] = "Allow users to delete their own comments";
$lang['Allow users to edit their own comments'] = "Allow users to edit their own comments";
$lang['Allowed file types: %s.'] = 'Allowed file types: %s.';
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index b02798541..515850e00 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -974,4 +974,5 @@ $lang['Open user details'] = 'Ouvrir les détails de l\'utilisateur';
$lang['Close user details'] = 'Fermer les détails de l\'utilisateur';
$lang['close'] = 'fermer';
$lang['Activate it now'] = 'Activate it now';
+$lang['Allow users to add a link to their website'] = 'Autoriser les utilisateurs à donner un lien vers leur site web';
?> \ No newline at end of file