diff options
Diffstat (limited to 'lib/locale')
-rw-r--r-- | lib/locale/en_US.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/locale/en_US.php b/lib/locale/en_US.php index bc42754..5e288e9 100644 --- a/lib/locale/en_US.php +++ b/lib/locale/en_US.php @@ -64,6 +64,14 @@ $LANG['domain.type_id'] = 'Standard Domain'; $LANG['edit'] = 'Edit'; $LANG['error'] = 'Error'; +$LANG['error.401'] = 'Unauthorized.'; +$LANG['error.403'] = 'Access forbidden.'; +$LANG['error.404'] = 'Object not found.'; +$LANG['error.408'] = 'Request timeout.'; +$LANG['error.450'] = 'Domain is not empty.'; +$LANG['error.500'] = 'Internal server error.'; +$LANG['error.503'] = 'Service unavailable. Try again later.'; + $LANG['form.required.empty'] = 'Some of the required fields are empty!'; $LANG['form.maxcount.exceeded'] = 'Maximum count of items exceeded!'; |