mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user