diff options
author | plegall <plg@piwigo.org> | 2013-11-16 22:01:58 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-16 22:01:58 +0000 |
commit | c374e7d6afe2c01bad0e5c9a0a025cb8f414f82f (patch) | |
tree | e202a933cd30c17c9d73dd914cffd749303a8bcf /language/en_UK | |
parent | d7c718e8464a9ab0837545c3642e9420f972ed45 (diff) |
feature 1668: add new language strings for the new user manager.
git-svn-id: http://piwigo.org/svn/trunk@25502 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/admin.lang.php | 19 | ||||
-rw-r--r-- | language/en_UK/common.lang.php | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 3eeeb8b56..7dc6ec97c 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -952,4 +952,23 @@ $lang['Zoom'] = 'Zoom'; $lang['[%s] Visit album %s'] = "[%s] Visit album %s"; $lang['[NBM] Problems or questions'] = "[NBM] Problems or questions"; $lang['Purge user cache'] = 'Purge user cache'; +$lang['Loading...'] = 'Loading...'; +$lang['Show %s users'] = 'Show %s users'; +$lang['No matching users found'] = 'No matching users found'; +$lang['Showing %s to %s of %s users'] = 'Showing %s to %s of %s users'; +$lang['(filtered from %s total users)'] = '(filtered from %s total users)'; +$lang['No user selected, no action possible.'] = 'No user selected, no action possible.'; +$lang['%d of %d users selected'] = '%d of %d users selected'; +$lang['No user selected of %d users'] = 'No user selected of %d users'; +$lang['All %d users are selected'] = 'All %d users are selected'; +$lang['on the %d selected users'] = 'on the %d selected users'; +$lang['User %s added'] = 'User %s added'; +$lang['Registered on %s, %s.'] = 'Registered on %s, %s.'; +$lang['Last visit on %s, %s.'] = 'Last visit on %s, %s.'; +$lang['Change password'] = 'Change password'; +$lang['Password updated'] = 'Password updated'; +$lang['Change username'] = 'Change username'; +$lang['Update user'] = 'Update user'; +$lang['User %s updated'] = 'User %s updated'; +$lang['Users modified'] = 'Users modified'; ?>
\ No newline at end of file diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index ed1e1e1aa..afc993bcd 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -417,4 +417,5 @@ $lang['mandatory'] = 'mandatory'; $lang['Email'] = "Email"; $lang['Password is missing. Please enter the password.'] = "Password is missing. Please enter the password."; $lang['Password confirmation is missing. Please confirm the chosen password.'] = "Password confirmation is missing. Please confirm the chosen password."; +$lang['%d photos per page'] = '%d photos per page'; ?>
\ No newline at end of file |