Files
snipe-it/app/lang/da/admin/settings/general.php
T
2014-11-01 19:06:44 -04:00

20 lines
905 B
PHP
Executable File

<?php
return array(
'display_asset_name' => 'Display asset name in table view',
'display_checkout_date' => 'Display checkout date in table view',
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display QR codes on asset views',
'info' => 'These settings let you customize certain aspects of your installation.',
'per_page' => 'Results Per Page',
'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',
'update' => 'Update Settings',
'value' => 'Value',
);