Files
nexusphp/lang/pt/lang_attachment.php
2025-04-22 19:35:05 +07:00

21 lines
813 B
PHP

<?php
$lang_attachment = array
(
'text_nothing_received' => "Falha! Nada recebido!",
'text_file_number_limit_reached' => "Falha! Você não pode enviar mais arquivos no momento. Por favor, aguarde algum tempo.",
'text_file_size_too_big' => "Falha! O tamanho do arquivo é muito grande.",
'text_file_extension_not_allowed' => "Falhou! A extensão do arquivo não é permitida.",
'text_invalid_image_file' => "Falhou! Arquivo de imagem inválido.",
'text_cannot_move_file' => "Falhou! Não é possível mover o arquivo carregado.",
'submit_upload' => "Transferir",
'text_left' => "Hoje restante: ",
'text_of' => " de ",
'text_size_limit' => "Tamanho: ",
'text_file_extensions' => "Extensões de Arquivos: ",
'text_mouse_over_here' => "rato aqui",
'text_small_thumbnail' => "miniatura pequena",
);
?>