Updated laguage strings

This commit is contained in:
snipe
2015-02-18 13:33:05 -08:00
parent 7360e52f61
commit c07907833c
64 changed files with 201 additions and 135 deletions
+4 -2
View File
@@ -18,14 +18,16 @@ return array(
'unban' => 'User was successfully unbanned.',
'suspend' => 'User was successfully suspended.',
'unsuspend' => 'User was successfully unsuspended.',
'restored' => 'User was successfully restored.'
'restored' => 'User was successfully restored.',
+ 'import' => 'Users imported successfully.',
),
'error' => array(
'create' => 'There was an issue creating the user. Please try again.',
'update' => 'There was an issue updating the user. Please try again.',
'delete' => 'There was an issue deleting the user. Please try again.',
'unsuspend' => 'There was an issue unsuspending the user. Please try again.'
'unsuspend' => 'There was an issue unsuspending the user. Please try again.',
'import' => 'There was an issue importing users. Please try again.',
),
);