diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-01-30 22:48:40 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-01-30 22:48:40 +0100 |
commit | 262065ef163a417eb96dded78316e67b5c803caf (patch) | |
tree | 8e88d30b3a880abedc9f7eae034042a033e7c08c /lib/plugins/usermanager/lang/en | |
parent | 24bc1a35cb0f3d8b9e1c9bc6e45294f4eb31acef (diff) | |
download | rpg-262065ef163a417eb96dded78316e67b5c803caf.tar.gz rpg-262065ef163a417eb96dded78316e67b5c803caf.tar.bz2 |
language updates
darcs-hash:20060130214840-7ad00-ef1974692b64d4e4f7420d5c68f70f113630957b.gz
Diffstat (limited to 'lib/plugins/usermanager/lang/en')
-rw-r--r-- | lib/plugins/usermanager/lang/en/lang.php | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/lib/plugins/usermanager/lang/en/lang.php b/lib/plugins/usermanager/lang/en/lang.php index d9c8a098b..fbbd70e3a 100644 --- a/lib/plugins/usermanager/lang/en/lang.php +++ b/lib/plugins/usermanager/lang/en/lang.php @@ -1,14 +1,10 @@ <?php /** - * english language file + * English language file + * + * @author Chris Smith <chris@jalakai.co.uk> */ -// settings must be present and set appropriately for the language -$lang['encoding'] = 'utf-8'; -$lang['direction'] = 'ltr'; - -// for admin plugins, the menu prompt to be displayed in the admin menu -// if set here, the plugin doesn't need to override the getMenuText() method $lang['menu'] = 'User Manager'; // custom language strings for the plugin @@ -40,13 +36,12 @@ $lang['summary'] = 'Displaying users %1$d-%2$d of %3$d found. %4$d users tot $lang['nonefound'] = 'No users found. %d users total.'; $lang['delete_ok'] = '%d users deleted'; $lang['delete_fail'] = '%d failed deleting.'; -$lang['update_ok'] = 'user updated sucessfully'; -$lang['update_fail'] = 'user update failed'; -$lang['update_exists'] = 'user name change failed, the specified user name (%s) already exists (any other changes will be applied).'; +$lang['update_ok'] = 'User updated sucessfully'; +$lang['update_fail'] = 'User update failed'; +$lang['update_exists'] = 'User name change failed, the specified user name (%s) already exists (any other changes will be applied).'; $lang['start'] = 'start'; $lang['prev'] = 'previous'; $lang['next'] = 'next'; $lang['last'] = 'last'; -?> |