48 lines
2.7 KiB
PHP
Executable File
48 lines
2.7 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'alert_email' => 'Send alerts to',
|
|
'alerts_enabled' => 'Alerts enabled',
|
|
'asset_ids' => 'Asset IDs',
|
|
'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
|
|
'auto_increment_prefix' => 'Prefix (optional)',
|
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
|
'backups' => 'Backups',
|
|
'barcode_type' => 'Barcode Type',
|
|
'barcode_settings' => 'Barcode Settings',
|
|
'default_currency' => 'Default Currency',
|
|
'default_eula_text' => 'Default EULA',
|
|
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
|
|
'display_asset_name' => 'Display Asset Name',
|
|
'display_checkout_date' => 'Display Checkout Date',
|
|
'display_eol' => 'Display EOL in table view',
|
|
'display_qr' => 'Display QR Codes',
|
|
'eula_settings' => 'EULA Settings',
|
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
|
'general_settings' => 'General Settings',
|
|
'header_color' => 'Header Color',
|
|
'info' => 'These settings let you customize certain aspects of your installation.',
|
|
'laravel' => 'Laravel Version',
|
|
'load_remote' => 'This Snipe-IT install can load scripts from the outside world.',
|
|
'logo' => 'Logo',
|
|
'optional' => 'optional',
|
|
'per_page' => 'Results Per Page',
|
|
'php' => 'PHP Version',
|
|
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.',
|
|
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.',
|
|
'qr_help' => 'Enable QR Codes first to set this',
|
|
'qr_text' => 'QR Code Text',
|
|
'setting' => 'Setting',
|
|
'settings' => 'Settings',
|
|
'site_name' => 'Site Name',
|
|
'slack_botname' => 'Slack Botname',
|
|
'slack_channel' => 'Slack Channel',
|
|
'slack_endpoint' => 'Slack Endpoint',
|
|
'slack_integration' => 'Slack Settings',
|
|
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new">create an incoming webhook</a> on your Slack account.',
|
|
'snipe_version' => 'Snipe-IT version',
|
|
'system' => 'System Information',
|
|
'update' => 'Update Settings',
|
|
'value' => 'Value',
|
|
);
|