mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
11
js_upload/lang/pt-br/strings.php
Normal file
11
js_upload/lang/pt-br/strings.php
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue