16 lines
688 B
PHP
16 lines
688 B
PHP
<?php
|
|
|
|
return array(
|
|
'display_qr' => 'Display QR Codes',
|
|
'info' => 'These settings let you customize certain aspects of your installation.',
|
|
'php_gd_info' => 'You must install php-gd to display QR codes, see <a href="http://www.php.net/manual/en/image.installation.php">install instructions</a>.',
|
|
'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',
|
|
'title' => 'Settings',
|
|
'update' => 'Update Settings',
|
|
'value' => 'Value',
|
|
'display_asset_name' => 'Display Asset Name',
|
|
);
|