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

20 lines
1.0 KiB
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' => 'Exibir Códigos QR',
'info' => 'These settings let you customize certain aspects of your installation.',
'per_page' => 'Resultados Por Página',
'php_gd_info' => 'Você deve instalar o php-gd para exibir códigos QR, veja as <a href="http://www.php.net/manual/en/image.installation.php">instruções de instalação</a>.',
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.',
'qr_help' => 'Habilite os Códigos QR primeiro para definir isto',
'qr_text' => 'Texto de Código QR',
'setting' => 'Configuração',
'settings' => 'Configurações',
'site_name' => 'Nome do Site',
'update' => 'Update Settings',
'value' => 'Valor',
);