Normalize array format in en language to the new shitty way

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-01-13 21:30:35 -08:00
parent ddfa5776c5
commit af2e407543
73 changed files with 146 additions and 146 deletions

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'personal_api_keys' => 'Personal API Keys', 'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.', will not be visible to you again.',
@ -9,4 +9,4 @@ return [
'api_token_expiration_time' => 'API tokens are set to expire in:', 'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to 'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.', find specific API endpoints and additional API documentation.',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'accessory_category' => 'Accessory Category', 'accessory_category' => 'Accessory Category',
'accessory_name' => 'Accessory Name', 'accessory_name' => 'Accessory Name',
'checkout' => 'Checkout Accessory', 'checkout' => 'Checkout Accessory',
@ -17,4 +17,4 @@ return [
'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.', 'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.', 'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'The accessory [:id] does not exist.', 'does_not_exist' => 'The accessory [:id] does not exist.',
'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ',
@ -33,4 +33,4 @@ return [
'user_does_not_exist' => 'That user is invalid. Please try again.', 'user_does_not_exist' => 'That user is invalid. Please try again.',
], ],
]; );

View file

@ -1,10 +1,10 @@
<?php <?php
return [ return array(
'dl_csv' => 'Download CSV', 'dl_csv' => 'Download CSV',
'eula_text' => 'EULA', 'eula_text' => 'EULA',
'id' => 'ID', 'id' => 'ID',
'require_acceptance' => 'Acceptance', 'require_acceptance' => 'Acceptance',
'title' => 'Accessory Name', 'title' => 'Accessory Name',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'asset_maintenance_type' => 'Asset Maintenance Type', 'asset_maintenance_type' => 'Asset Maintenance Type',
'title' => 'Title', 'title' => 'Title',
'start_date' => 'Start Date', 'start_date' => 'Start Date',
@ -11,4 +11,4 @@
'notes' => 'Notes', 'notes' => 'Notes',
'update' => 'Update Asset Maintenance', 'update' => 'Update Asset Maintenance',
'create' => 'Create Asset Maintenance', 'create' => 'Create Asset Maintenance',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'asset_maintenances' => 'Asset Maintenances', 'asset_maintenances' => 'Asset Maintenances',
'edit' => 'Edit Asset Maintenance', 'edit' => 'Edit Asset Maintenance',
'delete' => 'Delete Asset Maintenance', 'delete' => 'Delete Asset Maintenance',
@ -11,4 +11,4 @@
'calibration' => 'Calibration', 'calibration' => 'Calibration',
'software_support' => 'Software Support', 'software_support' => 'Software Support',
'hardware_support' => 'Hardware Support', 'hardware_support' => 'Hardware Support',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'not_found' => 'Asset Maintenance you were looking for was not found!', 'not_found' => 'Asset Maintenance you were looking for was not found!',
'delete' => [ 'delete' => [
'confirm' => 'Are you sure you wish to delete this asset maintenance?', 'confirm' => 'Are you sure you wish to delete this asset maintenance?',
@ -18,4 +18,4 @@
'asset_maintenance_incomplete' => 'Not Completed Yet', 'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'Warranty', 'warranty' => 'Warranty',
'not_warranty' => 'Not Warranty', 'not_warranty' => 'Not Warranty',
]; );

View file

@ -1,8 +1,8 @@
<?php <?php
return [ return array(
'title' => 'Asset Maintenance', 'title' => 'Asset Maintenance',
'asset_name' => 'Asset Name', 'asset_name' => 'Asset Name',
'is_warranty' => 'Warranty', 'is_warranty' => 'Warranty',
'dl_csv' => 'Download CSV', 'dl_csv' => 'Download CSV',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'asset_categories' => 'Asset Categories', 'asset_categories' => 'Asset Categories',
'category_name' => 'Category Name', 'category_name' => 'Category Name',
'checkin_email' => 'Send email to user on checkin/checkout.', 'checkin_email' => 'Send email to user on checkin/checkout.',
@ -20,4 +20,4 @@ return [
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.', 'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
'use_default_eula_column' => 'Use default EULA', 'use_default_eula_column' => 'Use default EULA',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Category does not exist.', 'does_not_exist' => 'Category does not exist.',
'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
@ -22,4 +22,4 @@ return [
'success' => 'The category was deleted successfully.', 'success' => 'The category was deleted successfully.',
], ],
]; );

View file

@ -1,10 +1,10 @@
<?php <?php
return [ return array(
'eula_text' => 'EULA', 'eula_text' => 'EULA',
'id' => 'ID', 'id' => 'ID',
'parent' => 'Parent', 'parent' => 'Parent',
'require_acceptance' => 'Acceptance', 'require_acceptance' => 'Acceptance',
'title' => 'Asset Category Name', 'title' => 'Asset Category Name',
]; );

View file

@ -1,7 +1,7 @@
<?php <?php
return [ return array(
'select_company' => 'Select Company', 'select_company' => 'Select Company',
'about_companies' => 'About Companies', 'about_companies' => 'About Companies',
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', 'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Company does not exist.', 'does_not_exist' => 'Company does not exist.',
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
'create' => [ 'create' => [
@ -16,4 +16,4 @@ return [
'error' => 'There was an issue deleting the company. Please try again.', 'error' => 'There was an issue deleting the company. Please try again.',
'success' => 'The Company was deleted successfully.', 'success' => 'The Company was deleted successfully.',
], ],
]; );

View file

@ -1,10 +1,10 @@
<?php <?php
return [ return array(
'companies' => 'Companies', 'companies' => 'Companies',
'create' => 'Create Company', 'create' => 'Create Company',
'title' => 'Company', 'title' => 'Company',
'update' => 'Update Company', 'update' => 'Update Company',
'name' => 'Company Name', 'name' => 'Company Name',
'id' => 'ID', 'id' => 'ID',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'component_name' => 'Component Name', 'component_name' => 'Component Name',
'checkin' => 'Checkin Component', 'checkin' => 'Checkin Component',
'checkout' => 'Checkout Component', 'checkout' => 'Checkout Component',
@ -12,4 +12,4 @@ return [
'remaining' => 'Remaining', 'remaining' => 'Remaining',
'total' => 'Total', 'total' => 'Total',
'update' => 'Update Component', 'update' => 'Update Component',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Component does not exist.', 'does_not_exist' => 'Component does not exist.',
@ -32,4 +32,4 @@ return [
'user_does_not_exist' => 'That user is invalid. Please try again.', 'user_does_not_exist' => 'That user is invalid. Please try again.',
], ],
]; );

View file

@ -1,5 +1,5 @@
<?php <?php
return [ return array(
'title' => 'Component Name', 'title' => 'Component Name',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'checkout' => 'Checkout Consumable to User', 'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Consumable Name', 'consumable_name' => 'Consumable Name',
'create' => 'Create Consumable', 'create' => 'Create Consumable',
@ -8,4 +8,4 @@ return [
'remaining' => 'Remaining', 'remaining' => 'Remaining',
'total' => 'Total', 'total' => 'Total',
'update' => 'Update Consumable', 'update' => 'Update Consumable',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Consumable does not exist.', 'does_not_exist' => 'Consumable does not exist.',
@ -32,4 +32,4 @@ return [
'user_does_not_exist' => 'That user is invalid. Please try again.', 'user_does_not_exist' => 'That user is invalid. Please try again.',
], ],
]; );

View file

@ -1,5 +1,5 @@
<?php <?php
return [ return array(
'title' => 'Consumable Name', 'title' => 'Consumable Name',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'custom_fields' => 'Custom Fields', 'custom_fields' => 'Custom Fields',
'manage' => 'Manage', 'manage' => 'Manage',
'field' => 'Field', 'field' => 'Field',
@ -42,4 +42,4 @@ return [
'reorder' => 'Reorder', 'reorder' => 'Reorder',
'db_field' => 'DB Field', 'db_field' => 'DB Field',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.' 'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.'
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'field' => [ 'field' => [
'invalid' => 'That field does not exist.', 'invalid' => 'That field does not exist.',
@ -49,4 +49,4 @@ return [
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Department does not exist.', 'does_not_exist' => 'Department does not exist.',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
@ -18,4 +18,4 @@ return [
'success' => 'The department was deleted successfully.', 'success' => 'The department was deleted successfully.',
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'id' => 'ID', 'id' => 'ID',
'name' => 'Department Name', 'name' => 'Department Name',
@ -8,4 +8,4 @@ return [
'location' => 'Location', 'location' => 'Location',
'create' => 'Create Department', 'create' => 'Create Department',
'update' => 'Update Department', 'update' => 'Update Department',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'about_asset_depreciations' => 'About Asset Depreciations', 'about_asset_depreciations' => 'About Asset Depreciations',
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
'asset_depreciations' => 'Asset Depreciations', 'asset_depreciations' => 'Asset Depreciations',
@ -13,4 +13,4 @@ return [
'no_depreciations_warning' => '<strong>Warning: </strong> 'no_depreciations_warning' => '<strong>Warning: </strong>
You do not currently have any depreciations set up. You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.', Please set up at least one depreciation to view the depreciation report.',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Depreciation class does not exist.', 'does_not_exist' => 'Depreciation class does not exist.',
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
@ -21,4 +21,4 @@ return [
'success' => 'The depreciation class was deleted successfully.', 'success' => 'The depreciation class was deleted successfully.',
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'id' => 'ID', 'id' => 'ID',
'months' => 'Months', 'months' => 'Months',
@ -8,4 +8,4 @@ return [
'title' => 'Name ', 'title' => 'Name ',
'depreciation_min' => 'Floor Value', 'depreciation_min' => 'Floor Value',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'group_exists' => 'Group already exists!', 'group_exists' => 'Group already exists!',
'group_not_found' => 'Group [:id] does not exist.', 'group_not_found' => 'Group [:id] does not exist.',
@ -19,4 +19,4 @@ return [
'delete' => 'There was an issue deleting the group. Please try again.', 'delete' => 'There was an issue deleting the group. Please try again.',
], ],
]; );

View file

@ -1,9 +1,9 @@
<?php <?php
return [ return array(
'id' => 'Id', 'id' => 'Id',
'name' => 'Name', 'name' => 'Name',
'users' => '# of Users', 'users' => '# of Users',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'about_groups_title' => 'About Groups', 'about_groups_title' => 'About Groups',
'about_groups' => 'Groups are used to generalize user permissions.', 'about_groups' => 'Groups are used to generalize user permissions.',
'group_management' => 'Group Management', 'group_management' => 'Group Management',
@ -13,4 +13,4 @@ return [
'permission' => 'Permission', 'permission' => 'Permission',
'grant' => 'Grant', 'grant' => 'Grant',
'no_permissions' => 'This group has no permissions.' 'no_permissions' => 'This group has no permissions.'
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete' => 'Confirm Bulk Delete Assets',
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
'bulk_delete_warn' => 'You are about to delete :asset_count assets.', 'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
@ -46,4 +46,4 @@ return [
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.', 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_deployable' => 'That status is deployable. This asset can be checked out.', 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
'processing_spinner' => 'Processing...', 'processing_spinner' => 'Processing...',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'about_assets_title' => 'About Assets', 'about_assets_title' => 'About Assets',
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
'archived' => 'Archived', 'archived' => 'Archived',
@ -40,4 +40,4 @@ return [
'success_messages' => 'Success messages:', 'success_messages' => 'Success messages:',
'alert_details' => 'Please see below for details.', 'alert_details' => 'Please see below for details.',
'custom_export' => 'Custom Export' 'custom_export' => 'Custom Export'
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable. 'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable.
If this status has changed, please update the asset status.', If this status has changed, please update the asset status.',
@ -80,4 +80,4 @@ return [
'canceled' => 'Checkout request successfully canceled', 'canceled' => 'Checkout request successfully canceled',
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'asset_tag' => 'Asset Tag', 'asset_tag' => 'Asset Tag',
'asset_model' => 'Model', 'asset_model' => 'Model',
@ -27,4 +27,4 @@ return [
'requested_date' => 'Requested Date', 'requested_date' => 'Requested Date',
'changed' => 'Changed', 'changed' => 'Changed',
'icon' => 'Icon', 'icon' => 'Icon',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'process' => 'Process', 'process' => 'Process',
]; );

View file

@ -1,7 +1,7 @@
<?php <?php
return [ return array(
'select_import_file' => 'Select Import File...', 'select_import_file' => 'Select Import File...',
'select_file' => 'Select file' 'select_file' => 'Select file'
]; );

View file

@ -1,10 +1,10 @@
<?php <?php
return [ return array(
'file' => 'File', 'file' => 'File',
'created' => 'Created', 'created' => 'Created',
'size' => 'Size', 'size' => 'Size',
'process' => 'Process', 'process' => 'Process',
'delete' => 'Delete', 'delete' => 'Delete',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'about_kits_title' => 'About Predefined Kits', 'about_kits_title' => 'About Predefined Kits',
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.', 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
'checkout' => 'Checkout Kit ', 'checkout' => 'Checkout Kit ',
@ -47,4 +47,4 @@ return [
'kit_deleted' => 'Kit was successfully deleted', 'kit_deleted' => 'Kit was successfully deleted',
'kit_model_updated' => 'Model was successfully updated', 'kit_model_updated' => 'Model was successfully updated',
'kit_model_detached' => 'Model was successfully detached', 'kit_model_detached' => 'Model was successfully detached',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'asset' => 'Asset', 'asset' => 'Asset',
'checkin' => 'Checkin', 'checkin' => 'Checkin',
@ -19,4 +19,4 @@ return [
'to_name' => 'Licensed to Name', 'to_name' => 'Licensed to Name',
'update' => 'Update License', 'update' => 'Update License',
'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.', 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'about_licenses_title' => 'About Licenses', 'about_licenses_title' => 'About Licenses',
'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals',
'checkin' => 'Checkin License Seat', 'checkin' => 'Checkin License Seat',
@ -18,4 +18,4 @@ return [
'software_licenses' => 'Software Licenses', 'software_licenses' => 'Software Licenses',
'user' => 'User', 'user' => 'User',
'view' => 'View License', 'view' => 'View License',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'License does not exist.', 'does_not_exist' => 'License does not exist.',
'user_does_not_exist' => 'User does not exist.', 'user_does_not_exist' => 'User does not exist.',
@ -48,4 +48,4 @@ return [
'success' => 'The license was checked in successfully', 'success' => 'The license was checked in successfully',
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'assigned_to' => 'Assigned To', 'assigned_to' => 'Assigned To',
'checkout' => 'In/Out', 'checkout' => 'In/Out',
@ -14,4 +14,4 @@ return [
'serial' => 'Serial', 'serial' => 'Serial',
'title' => 'License', 'title' => 'License',
]; );

View file

@ -1,9 +1,9 @@
<?php <?php
return [ return array(
'assigned_location' => 'Assigned to :location Location', 'assigned_location' => 'Assigned to :location Location',
'asset_management_system' => 'Asset Management System', 'asset_management_system' => 'Asset Management System',
'assigned_to' => 'Assigned To:', 'assigned_to' => 'Assigned To:',
'manager' => 'Manager', 'manager' => 'Manager',
'date' => 'Current Date:', 'date' => 'Current Date:',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Location does not exist.', 'does_not_exist' => 'Location does not exist.',
'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
@ -23,4 +23,4 @@ return [
'success' => 'The location was deleted successfully.', 'success' => 'The location was deleted successfully.',
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'about_locations_title' => 'About Locations', 'about_locations_title' => 'About Locations',
'about_locations' => 'Locations are used to track location information for users, assets, and other items', 'about_locations' => 'Locations are used to track location information for users, assets, and other items',
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
@ -37,4 +37,4 @@ return [
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
'signed_by_location_manager' => 'Signed By (Location Manager):', 'signed_by_location_manager' => 'Signed By (Location Manager):',
'signed_by' => 'Signed Off By:', 'signed_by' => 'Signed Off By:',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Manufacturer does not exist.', 'does_not_exist' => 'Manufacturer does not exist.',
'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ',
@ -26,4 +26,4 @@ return [
'success' => 'The Manufacturer was deleted successfully.', 'success' => 'The Manufacturer was deleted successfully.',
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'about_manufacturers_title' => 'About manufacturers', 'about_manufacturers_title' => 'About manufacturers',
'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.',
'asset_manufacturers' => 'Asset Manufacturers', 'asset_manufacturers' => 'Asset Manufacturers',
@ -13,4 +13,4 @@ return [
'update' => 'Update Manufacturer', 'update' => 'Update Manufacturer',
'url' => 'URL', 'url' => 'URL',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'about_models_title' => 'About Asset Models', 'about_models_title' => 'About Asset Models',
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
'deleted' => 'This model has been deleted.', 'deleted' => 'This model has been deleted.',
@ -15,4 +15,4 @@ return [
'fieldset' => 'Fieldset', 'fieldset' => 'Fieldset',
'no_custom_field' => 'No custom fields', 'no_custom_field' => 'No custom fields',
'add_default_values' => 'Add default values', 'add_default_values' => 'Add default values',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Model does not exist.', 'does_not_exist' => 'Model does not exist.',
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
@ -38,4 +38,4 @@ return [
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.',
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'create' => 'Create Asset Model', 'create' => 'Create Asset Model',
'created_at' => 'Created at', 'created_at' => 'Created at',
@ -14,4 +14,4 @@ return [
'update' => 'Update Asset Model', 'update' => 'Update Asset Model',
'clone' => 'Clone Model', 'clone' => 'Clone Model',
'edit' => 'Edit Model', 'edit' => 'Edit Model',
]; );

View file

@ -1,10 +1,10 @@
<?php <?php
return [ return array(
'info' => 'Select the options you want for your asset report.', 'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user', 'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder', 'send_reminder' => 'Send reminder',
'reminder_sent' => 'Reminder sent', 'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted', 'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request' 'acceptance_request' => 'Acceptance request'
]; );

View file

@ -1,5 +1,5 @@
<?php <?php
return [ return array(
'error' => 'You must select at least ONE option.', 'error' => 'You must select at least ONE option.',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'ad' => 'Active Directory', 'ad' => 'Active Directory',
'ad_domain' => 'Active Directory domain', 'ad_domain' => 'Active Directory domain',
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
@ -318,4 +318,4 @@ return [
'setup_migration_create_user' => 'Next: Create User', 'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page', 'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration', 'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'update' => [ 'update' => [
'error' => 'An error has occurred while updating. ', 'error' => 'An error has occurred while updating. ',
@ -40,4 +40,4 @@ return [
'500' => '500 Server Error.', '500' => '500 Server Error.',
'error' => 'Something went wrong.', 'error' => 'Something went wrong.',
] ]
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'created' => 'Created', 'created' => 'Created',
'size' => 'Size', 'size' => 'Size',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Status Label does not exist.', 'does_not_exist' => 'Status Label does not exist.',
'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ', 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
@ -28,4 +28,4 @@ return [
'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.', 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.',
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'about' => 'About Status Labels', 'about' => 'About Status Labels',
'archived' => 'Archived', 'archived' => 'Archived',
'create' => 'Create Status Label', 'create' => 'Create Status Label',
@ -16,4 +16,4 @@ return [
'title' => 'Status Labels', 'title' => 'Status Labels',
'undeployable' => 'Undeployable', 'undeployable' => 'Undeployable',
'update' => 'Update Status Label', 'update' => 'Update Status Label',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'does_not_exist' => 'Supplier does not exist.', 'does_not_exist' => 'Supplier does not exist.',
@ -23,4 +23,4 @@ return [
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ', 'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'about_suppliers_title' => 'About Suppliers', 'about_suppliers_title' => 'About Suppliers',
'about_suppliers_text' => 'Suppliers are used to track the source of items', 'about_suppliers_text' => 'Suppliers are used to track the source of items',
'address' => 'Supplier Address', 'address' => 'Supplier Address',
@ -24,4 +24,4 @@ return [
'view_assets_for' => 'View Assets for', 'view_assets_for' => 'View Assets for',
'zip' => 'Postal Code', 'zip' => 'Postal Code',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'activated_help_text' => 'This user can login', 'activated_help_text' => 'This user can login',
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.', 'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
'assets_user' => 'Assets assigned to :name', 'assets_user' => 'Assets assigned to :name',
@ -34,4 +34,4 @@ return [
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.', 'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_asssets_status' => 'Update all assets for these users to this status', 'update_user_asssets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users', 'checkin_user_properties' => 'Check in all properties associated with these users',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'accepted' => 'You have successfully accepted this asset.', 'accepted' => 'You have successfully accepted this asset.',
'declined' => 'You have successfully declined this asset.', 'declined' => 'You have successfully declined this asset.',
@ -58,4 +58,4 @@ return [
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
], ],
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -17,4 +17,4 @@ return [
'password' => 'The provided password is incorrect.', 'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'send_password_link' => 'Send Password Reset Link', 'send_password_link' => 'Send Password Reset Link',
'email_reset_password' => 'Email Password Reset', 'email_reset_password' => 'Email Password Reset',
'reset_password' => 'Reset Password', 'reset_password' => 'Reset Password',
@ -12,4 +12,4 @@ return [
'remember_me' => 'Remember Me', 'remember_me' => 'Remember Me',
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.', 'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ', 'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'actions' => 'Actions', 'actions' => 'Actions',
'add' => 'Add New', 'add' => 'Add New',
'cancel' => 'Cancel', 'cancel' => 'Cancel',
@ -21,4 +21,4 @@ return [
'add_maintenance' => 'Add Maintenance', 'add_maintenance' => 'Add Maintenance',
'append' => 'Append', 'append' => 'Append',
'new' => 'New', 'new' => 'New',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'accessories' => 'Accessories', 'accessories' => 'Accessories',
'activated' => 'Activated', 'activated' => 'Activated',
'accessory' => 'Accessory', 'accessory' => 'Accessory',
@ -347,4 +347,4 @@
'checkout_tooltip' => 'Check this item out', 'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in', 'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user', 'checkout_user_tooltip' => 'Check this item out to a user',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -31,4 +31,4 @@ return [
'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', 'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'a_user_canceled' => 'A user has canceled an item request on the website', 'a_user_canceled' => 'A user has canceled an item request on the website',
'a_user_requested' => 'A user has requested an item on the website', 'a_user_requested' => 'A user has requested an item on the website',
'accessory_name' => 'Accessory Name:', 'accessory_name' => 'Accessory Name:',
@ -77,4 +77,4 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets', 'your_assets' => 'View Your Assets',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -17,4 +17,4 @@ return [
'next' => 'Next &raquo;', 'next' => 'Next &raquo;',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'alt_uploaded_image_thumbnail' => 'Uploaded image thumbnail', 'alt_uploaded_image_thumbnail' => 'Uploaded image thumbnail',
'placeholder_kit' => 'Select a kit', 'placeholder_kit' => 'Select a kit',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
'sent' => 'Your password link has been sent!', 'sent' => 'Your password link has been sent!',
'user' => 'No matching active user found with that email.', 'user' => 'No matching active user found with that email.',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -21,4 +21,4 @@ return [
'sent' => 'If a matching email address was found, a password reminder has been sent!', 'sent' => 'If a matching email address was found, a password reminder has been sent!',
]; );

View file

@ -1,9 +1,9 @@
<?php <?php
return [ return array(
'actions' => 'Actions', 'actions' => 'Actions',
'action' => 'Action', 'action' => 'Action',
'by' => 'By', 'by' => 'By',
'item' => 'Item', 'item' => 'Item',
]; );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return array(
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -135,4 +135,4 @@ return [
'attributes' => [], 'attributes' => [],
]; );