<?php

return array(

	/*
	|--------------------------------------------------------------------------
	| Language strings for views
	|--------------------------------------------------------------------------
	*/

	'flashsuccess'	=> 'Success',

	'flasherror'	=> 'Error',

	'flashwarning'	=> 'Warning',

	'flashinfo'		=> 'FYI',

	'register'		=> 'Register',

	'login'			=> "Login",

	'logout'		=> "Logout",

	'home'			=> "Home",

	'users'			=> "Users",

	'user'			=> "User",

	'groups'		=> "Groups",

	'helloworld'	=> "Hello World!",

	'description'	=> "This is an example of <a href=\"https://github.com/laravel/laravel\">Laravel 4.1</a> running with <a href=\"https://github.com/cartalyst/sentry\">Sentry 2.0</a> and <a href=\"http://getbootstrap.com/\">Bootstrap 3.0</a>.",

	'loginstatus'	=> "You are currently logged in.",

	'sessiondata'	=> "Session Data",

	'currentusers'	=> "Current Users",

	'options'		=> 'Options',

	'status'		=> "Status",

	'active'		=> "Active",

	'notactive'		=> "Not Active",

	'suspended'		=> "Suspended",

	'banned'		=> "Banned",

	'actionedit'	=> "Edit",

	'actionsuspend'	=> "Suspend",

	'actionunsuspend' => "Un-Suspend",

	'actionban'		=> "Ban",

	'actionunban'	=> "Un-Ban",

	'actiondelete'	=> "Delete",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",

	''	=> "",


);