mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
ES translation work THX Albert
This commit is contained in:
parent
673705dcca
commit
631c7724b6
51 changed files with 1981 additions and 227 deletions
|
@ -1,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Upload a file"] = "Subir un archivo";
|
||||
$a->strings["Drop files here to upload"] = "Arrastra los archivos aquí para subirlos";
|
||||
$a->strings["Cancel"] = "Cancelar";
|
||||
$a->strings["Failed"] = "Falló";
|
||||
$a->strings["No files were uploaded."] = "No se han subido archivos aún.";
|
||||
$a->strings["Uploaded file is empty"] = "El archivo subido está vacío";
|
||||
$a->strings["Image exceeds size limit of "] = "La imagen supera tamaño límite de ";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "El archivo tiene una extensión no válida, debería ser una de ";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "La subida ha sido cancelada, o se encontró un error del servidor";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "Subir un archivo";
|
||||
$a->strings["Drop files here to upload"] = "Soltar archivos aquí para subir";
|
||||
$a->strings["Cancel"] = "Cancelar";
|
||||
$a->strings["Failed"] = "Fallido";
|
||||
$a->strings["No files were uploaded."] = "No se subió ningún archivo.";
|
||||
$a->strings["Uploaded file is empty"] = "El archivo subido está vacío";
|
||||
$a->strings["Image exceeds size limit of "] = "La imagen excede el tamaño de";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "El archivo tiene una extensión inválida, debería ser una de";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "La subida fue cancelada, o el servidor tuvo un error";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue