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/uk_UA | |
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/uk_UA')
-rw-r--r-- | language/uk_UA/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/uk_UA/admin.lang.php b/language/uk_UA/admin.lang.php index 16b8f8453..0c501d5ea 100644 --- a/language/uk_UA/admin.lang.php +++ b/language/uk_UA/admin.lang.php @@ -968,4 +968,5 @@ $lang['User %s added'] = 'Користувач %s доданий'; $lang['User %s updated'] = 'Користувач %s оновленний'; $lang['Users modified'] = 'Змінений користувач'; $lang['on the %d selected users'] = 'на %d вибраних користувачів'; +$lang['close'] = 'Закрити'; ?>
\ No newline at end of file |