mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
5bc5e9f108
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # resources/lang/en/admin/locations/general.php
11 lines
259 B
PHP
11 lines
259 B
PHP
<?php
|
|
|
|
return array(
|
|
'assigned_location' => 'Assigned to :location Location',
|
|
'asset_management_system' => 'Asset Management System',
|
|
'assigned_to' => 'Assigned To:',
|
|
'manager' => 'Manager',
|
|
'date' => 'Current Date:',
|
|
|
|
);
|