diff --git a/app/lang/en/admin/hardware/form.php b/app/lang/en/admin/hardware/form.php index 8a802e29aaad..c4a4eda22aa1 100644 --- a/app/lang/en/admin/hardware/form.php +++ b/app/lang/en/admin/hardware/form.php @@ -2,21 +2,29 @@ return array( - 'create' => 'Create Asset', - 'update' => 'Asset Update', - 'tag' => 'Asset Tag', - 'name' => 'Asset Name', - 'serial' => 'Serial', - 'order' => 'Order Number', - 'model' => 'Model', - 'date' => 'Purchase Date', - 'cost' => 'Purchase Cost', - 'warranty' => 'Warranty', - 'status' => 'Status', - 'notes' => 'Notes', - 'months' => 'months', - 'checkout_to' => 'Checkout to', - 'checkin' => 'Checkin', - 'depreciation' => 'Depreciation', + 'create' => 'Create Asset', + 'update' => 'Asset Update', + 'tag' => 'Asset Tag', + 'name' => 'Asset Name', + 'serial' => 'Serial', + 'order' => 'Order Number', + 'model' => 'Model', + 'date' => 'Purchase Date', + 'cost' => 'Purchase Cost', + 'warranty' => 'Warranty', + 'status' => 'Status', + 'notes' => 'Notes', + 'months' => 'months', + 'years' => 'years', + 'checkout_to' => 'Checkout to', + 'checkedout_to' => 'Checked Out To', + 'checkin' => 'Checkin', + 'depreciation' => 'Depreciation', + 'depreciates_on' => 'Depreciates On', + 'fully_depreciated' => 'Fully Depreciated', + 'eol_rate' => 'EOL Rate', + 'eol_date' => 'EOL Date', + 'manufacturer' => 'Manufacturer', + 'qr' => 'QR Code', ) ; diff --git a/app/lang/en/admin/hardware/general.php b/app/lang/en/admin/hardware/general.php index 25e4f82875c0..6756ba2c9e12 100644 --- a/app/lang/en/admin/hardware/general.php +++ b/app/lang/en/admin/hardware/general.php @@ -4,5 +4,7 @@ 'checkin' => 'Checkin Asset', 'checkout' => 'Checkout Asset to User', 'clone' => 'Clone Asset', - + 'view' => 'View Asset', + 'edit' => 'Edit Asset', + 'created_asset' => 'created asset', ); diff --git a/app/lang/en/admin/hardware/message.php b/app/lang/en/admin/hardware/message.php index 5a0c37d68673..e4edeb6bc5f3 100755 --- a/app/lang/en/admin/hardware/message.php +++ b/app/lang/en/admin/hardware/message.php @@ -16,6 +16,7 @@ ), 'delete' => array( + 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', 'success' => 'The asset was deleted successfully.' ), diff --git a/app/lang/en/button.php b/app/lang/en/button.php index 363ff868fc7a..173a5ef8f8a3 100755 --- a/app/lang/en/button.php +++ b/app/lang/en/button.php @@ -5,5 +5,6 @@ 'edit' => 'Edit', 'delete' => 'Delete', 'restore' => 'Restore', + 'actions' => 'Actions', ); diff --git a/app/lang/en/general.php b/app/lang/en/general.php index b3e61160ce68..a53e932efa11 100755 --- a/app/lang/en/general.php +++ b/app/lang/en/general.php @@ -46,4 +46,5 @@ 'asset_models' => 'Asset Models', 'currency_symbol' => '$', 'no_results' => 'No Results.', + 'unknown_admin' => 'Unknown Admin', ); diff --git a/app/views/backend/hardware/index.blade.php b/app/views/backend/hardware/index.blade.php index 3b6c755dde00..a144cd5abb09 100755 --- a/app/views/backend/hardware/index.blade.php +++ b/app/views/backend/hardware/index.blade.php @@ -14,7 +14,7 @@ @else @lang('general.all') @endif - + @lang('general.assets') @stop @@ -112,7 +112,9 @@
@endif @if ((isset($asset->assigned_to ) && ($asset->assigned_to > 0))) -