summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager/lang/en/lang.php
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-08-01 18:04:01 +0200
committerChristopher Smith <chris@jalakai.co.uk>2013-08-01 18:04:01 +0200
commit5c967d3d04622c1420313f1a514da5cda99827f3 (patch)
tree831a23910b94069eb8167aeeb1314aa10ba4a87f /lib/plugins/usermanager/lang/en/lang.php
parent65f0aa62806695ee51cc94679913449b7ad862d6 (diff)
downloadrpg-5c967d3d04622c1420313f1a514da5cda99827f3.tar.gz
rpg-5c967d3d04622c1420313f1a514da5cda99827f3.tar.bz2
add csv export functionality to the user manager
Diffstat (limited to 'lib/plugins/usermanager/lang/en/lang.php')
-rw-r--r--lib/plugins/usermanager/lang/en/lang.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/usermanager/lang/en/lang.php b/lib/plugins/usermanager/lang/en/lang.php
index 189a1db20..ae0ee1c16 100644
--- a/lib/plugins/usermanager/lang/en/lang.php
+++ b/lib/plugins/usermanager/lang/en/lang.php
@@ -31,6 +31,8 @@ $lang['search'] = 'Search';
$lang['search_prompt'] = 'Perform search';
$lang['clear'] = 'Reset Search Filter';
$lang['filter'] = 'Filter';
+$lang['export_all'] = 'Export All Users (CSV)';
+$lang['export_filtered'] = 'Export Filtered User list (CSV)';
$lang['summary'] = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.';
$lang['nonefound'] = 'No users found. %d users total.';