diff options
Diffstat (limited to 'lib/locale/en_US.php')
-rw-r--r-- | lib/locale/en_US.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/locale/en_US.php b/lib/locale/en_US.php index db04bef..564803b 100644 --- a/lib/locale/en_US.php +++ b/lib/locale/en_US.php @@ -96,6 +96,9 @@ $LANG['search.loading'] = 'Searching...'; $LANG['search.acchars'] = 'At least $min characters required for autocompletion'; $LANG['servererror'] = 'Server Error!'; + +$LANG['session.expired'] = 'Session has expired. Login again, please'; + $LANG['submit.button'] = 'Submit'; $LANG['user.add'] = 'Add User'; |