diff --git a/l10n/ast.js b/l10n/ast.js index a230e42754..8c5e3c9144 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -10,7 +10,11 @@ OC.L10N.register( "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML", "The file was only partially uploaded" : "El ficheru xubióse parcialmente", "No file was uploaded" : "Nun se xubió nengún ficheru", + "Missing a temporary folder" : "Falta una carpeta temporal", + "Could not write file to disk" : "Nun se pudo escribir el ficheru nel discu", + "A PHP extension stopped the file upload" : "Una estensión PHP paró la xuba de ficheros", "File is too big" : "El ficheru ye mui grande", + "Invalid file provided" : "Fornióse un ficheru inválidu", "Images" : "Imáxenes", "Advanced settings" : "Configuración avanzada", "Confirm" : "Confirmar", diff --git a/l10n/ast.json b/l10n/ast.json index 7cf8b8c5db..744a0892ea 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -8,7 +8,11 @@ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML", "The file was only partially uploaded" : "El ficheru xubióse parcialmente", "No file was uploaded" : "Nun se xubió nengún ficheru", + "Missing a temporary folder" : "Falta una carpeta temporal", + "Could not write file to disk" : "Nun se pudo escribir el ficheru nel discu", + "A PHP extension stopped the file upload" : "Una estensión PHP paró la xuba de ficheros", "File is too big" : "El ficheru ye mui grande", + "Invalid file provided" : "Fornióse un ficheru inválidu", "Images" : "Imáxenes", "Advanced settings" : "Configuración avanzada", "Confirm" : "Confirmar",