]> git.mxchange.org Git - friendica-addons.git/blobdiff - js_upload/lang/es/strings.php
regenerated all the strings
[friendica-addons.git] / js_upload / lang / es / strings.php
index b938efaa1fee3ba957d80f9c5a4d1d69fe88b1e8..e15c11497e9537f1f38804c58f177da250f57ac0 100644 (file)
@@ -5,13 +5,12 @@ function string_plural_select_es($n){
        $n = intval($n);
        return intval($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";
+$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';