mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
21 lines
813 B
PHP
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",
|
|
);
|
|
|
|
?>
|