add per-plugin language files

This commit is contained in:
fabrixxm 2013-02-27 09:38:30 -05:00
parent 32063986f5
commit 887fcdbd3e
840 changed files with 10332 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
$a->strings["Upload a file"] = "Enviar um arquivo";
$a->strings["Drop files here to upload"] = "Solte os arquivos a serem enviados aqui";
$a->strings["Cancel"] = "Cancelar";
$a->strings["Failed"] = "Falhou";
$a->strings["No files were uploaded."] = "Nenhum arquivo foi enviado.";
$a->strings["Uploaded file is empty"] = "O arquivo enviado está em branco";
$a->strings["Image exceeds size limit of "] = "A imagem excede o tamanho máximo de ";
$a->strings["File has an invalid extension, it should be one of "] = "O arquivo possui uma extensão inválida, são aceitas somente ";
$a->strings["Upload was cancelled, or server error encountered"] = "O envio foi cancelado ou ocorreu algum erro no servidor";