diff options
author | plegall <plg@piwigo.org> | 2013-12-26 12:26:22 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-12-26 12:26:22 +0000 |
commit | a3fd9b692bff4116d08c290643b72819e2c99e6f (patch) | |
tree | d68dd8fcdb597f78a10bc3c3298ef83bc3cc30ca /language/ca_ES | |
parent | 905cf523ec66a2b6045959b697b483569ca79431 (diff) |
feature 1668: change the link text to "close" (with the appropriate icon) when user profile is open.
git-svn-id: http://piwigo.org/svn/trunk@26230 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/ca_ES')
-rw-r--r-- | language/ca_ES/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/ca_ES/admin.lang.php b/language/ca_ES/admin.lang.php index 2d817cc07..278d47072 100644 --- a/language/ca_ES/admin.lang.php +++ b/language/ca_ES/admin.lang.php @@ -974,4 +974,5 @@ $lang['Password updated'] = 'La contrasenya s\'ha actualitzat'; $lang['Update user'] = 'Actualitza l\'usuari'; $lang['User %s added'] = 'S\'ha afegit l\'usuari %s'; $lang['User %s updated'] = 'S\'ha actualitzat l\'usuari %s'; +$lang['close'] = 'tancar'; ?>
\ No newline at end of file |