diff options
Diffstat (limited to 'apps/files/l10n/es.json')
-rw-r--r-- | apps/files/l10n/es.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 8884b736f6f..c825fd460d3 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -78,6 +78,19 @@ "Favorited" : "Agregado a favoritos", "Favorite" : "Favorito", "An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas", + "A new file or folder has been <strong>created</strong>" : "Se ha <strong>creado</strong> un nuevo archivo o carpeta", + "A file or folder has been <strong>changed</strong>" : "Se ha <strong>modificado</strong> un archivo o carpeta", + "A file or folder has been <strong>deleted</strong>" : "Se ha <strong>eliminado</strong> un archivo o carpeta", + "A file or folder has been <strong>restored</strong>" : "Se ha <strong>restaurado</strong> un archivo o carpeta", + "You created %1$s" : "Ha creado %1$s", + "%2$s created %1$s" : "%2$s ha creado %1$s", + "%1$s was created in a public folder" : "%1$s ha sido creado en una carpeta pública", + "You changed %1$s" : "Ha modificado %1$s", + "%2$s changed %1$s" : "%2$s ha modificado %1$s", + "You deleted %1$s" : "Ha eliminado %1$s", + "%2$s deleted %1$s" : "%2$s ha eliminado %1$s", + "You restored %1$s" : "Usted restauró %1$s", + "%2$s restored %1$s" : "%2$s recuperó %1$s", "%s could not be renamed as it has been deleted" : "%s no se pudo renombrar pues ha sido eliminado", "%s could not be renamed" : "%s no pudo ser renombrado", "Upload (max. %s)" : "Subida (máx. %s)", |