mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
106 lines
5.9 KiB
PHP
106 lines
5.9 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'alert_email' => 'Send alerts to',
|
|
'alerts_enabled' => 'Alerts Enabled',
|
|
'alert_interval' => 'Expiring Alerts Threshold (in days)',
|
|
'alert_inv_threshold' => 'Inventory Alert Threshold',
|
|
'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',
|
|
'confirm_purge' => 'Confirm Purge',
|
|
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
|
|
'custom_css' => 'Custom CSS',
|
|
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
|
|
'default_currency' => 'Default Currency',
|
|
'default_eula_text' => 'Default EULA',
|
|
'default_language' => 'Default Language',
|
|
'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 Square Codes',
|
|
'display_alt_barcode' => 'Display 2D barcode',
|
|
'barcode_type' => 'Barcode Type',
|
|
'alt_barcode_type' => '2D barcode type',
|
|
'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',
|
|
'generate_backup' => 'Generate Backup',
|
|
'header_color' => 'Header Color',
|
|
'info' => 'These settings let you customize certain aspects of your installation.',
|
|
'laravel' => 'Laravel Version',
|
|
'ldap_enabled' => 'LDAP enabled',
|
|
'ldap_integration' => 'LDAP Integration',
|
|
'ldap_settings' => 'LDAP Settings',
|
|
'ldap_server' => 'LDAP Server',
|
|
'ldap_server_cert' => 'LDAP SSL certificate validation',
|
|
'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate',
|
|
'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.',
|
|
'ldap_uname' => 'LDAP Bind Username',
|
|
'ldap_pword' => 'LDAP Bind Password',
|
|
'ldap_basedn' => 'Base Bind DN',
|
|
'ldap_filter' => 'LDAP Filter',
|
|
'ldap_username_field' => 'Username Field',
|
|
'ldap_lname_field' => 'Last Name',
|
|
'ldap_fname_field' => 'LDAP First Name',
|
|
'ldap_auth_filter_query' => 'LDAP Authentication query',
|
|
'ldap_version' => 'LDAP Version',
|
|
'ldap_active_flag' => 'LDAP Active Flag',
|
|
'ldap_emp_num' => 'LDAP Employee Number',
|
|
'ldap_email' => 'LDAP Email',
|
|
'load_remote_text' => 'Remote Scripts',
|
|
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
|
|
'logo' => 'Logo',
|
|
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
|
|
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
|
|
'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',
|
|
'brand' => 'Branding',
|
|
'about_settings_title' => 'About Settings',
|
|
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
|
|
'labels_per_page' => 'Labels per page',
|
|
'label_dimensions' => 'Label dimensions (inches)',
|
|
'page_padding' => 'Page margins (inches)',
|
|
'purge' => 'Purge Deleted Records',
|
|
'labels_display_bgutter' => 'Label bottom gutter',
|
|
'labels_display_sgutter' => 'Label side gutter',
|
|
'labels_fontsize' => 'Label font size',
|
|
'labels_pagewidth' => 'Label sheet width',
|
|
'labels_pageheight' => 'Label sheet height',
|
|
'label_gutters' => 'Label spacing (inches)',
|
|
'page_dimensions' => 'Page dimensions (inches)',
|
|
'label_fields' => 'Label visible fields',
|
|
'inches' => 'inches',
|
|
'width_w' => 'w',
|
|
'height_h' => 'h',
|
|
'text_pt' => 'pt',
|
|
'left' => 'left',
|
|
'right' => 'right',
|
|
'top' => 'top',
|
|
'bottom' => 'bottom',
|
|
'vertical' => 'vertical',
|
|
'horizontal' => 'horizontal',
|
|
);
|