diff options
Diffstat (limited to 'apps/comments/l10n/es.js')
-rw-r--r-- | apps/comments/l10n/es.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index ab04eea953e..23716ca5757 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -1,8 +1,21 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos", + "%1$s commented" : "%1$s comentados", + "%1$s commented on %2$s" : "%1$s comentados en %2$s", + "Comments" : "Comentarios", + "Type in a new comment..." : "Ingrese un nuevo comentario...", + "Delete comment" : "Borrar comentario", + "Post" : "Publicar", "Cancel" : "Cancelar", + "Edit comment" : "Editar comentario", + "[Deleted user]" : "[Usuario eliminado]", + "No other comments available" : "No hay otros comentarios disponibles", + "More comments..." : "Más comentarios...", "Save" : "Guardar", + "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", + "{count} unread comments" : "{count} comentarios no leídos", "Comment" : "Comentario" }, "nplurals=2; plural=(n != 1);"); |