diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 5e69702f971..49d9af7b058 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -192,11 +192,9 @@ OC.L10N.register( "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo archivo.txt", "Unshare" : "Dejar de compartir", - "This group folder is full, files can not be updated or synced anymore!" : "Esta carpeta de grupo está llena, los archivos no pueden ser actualizados o sincronizados más.", - "This external storage is full, files can not be updated or synced anymore!" : "Este almacenamiento externo está lleno, los archivos no pueden ser subidos o sincronizados más.", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno en un ({usedSpacePercent}%)", - "This group folder is almost full ({usedSpacePercent}%)" : "Esta carpeta de grupo está casi llena ({usedSpacePercent}%)", - "This external storage is almost full ({usedSpacePercent}%)" : "Este almacenamiento externo está casi lleno ({usedSpacePercent}%)", + "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "La carpeta de grupo \"{mountPoint}\" está casi llena ({usedSpacePercent}%)", + "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "El almacenamiento externo \"{mountPoint}\" está casi lleno ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno, ({usedSpacePercent}%)", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong> o <strong>renombrado</strong>", "A new file or folder has been <strong>created</strong>" : "Se ha <strong>creado</strong> un nuevo archivo o carpeta", @@ -204,8 +202,6 @@ OC.L10N.register( "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar las notificaciones sobre la creación y cambios en tus <strong>archivos favoritos</strong> <em>(solo transmisión)</em>", "A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>", "Cannot transfter ownership of a file or folder you don't own" : "No se puede transferir la propiedad de un archivo o carpeta que no te pertenece", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acceder a tus archivos vía WebDAV</a>", - "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "La carpeta de grupo \"{mountPoint}\" está casi llena ({usedSpacePercent}%)", - "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "El almacenamiento externo \"{mountPoint}\" está casi lleno ({usedSpacePercent}%)" + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acceder a tus archivos vía WebDAV</a>" }, "nplurals=2; plural=(n != 1);"); |