diff options
Diffstat (limited to 'apps/comments/l10n/es.json')
-rw-r--r-- | apps/comments/l10n/es.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json index 6f6df7e9c84..cc3e1781299 100644 --- a/apps/comments/l10n/es.json +++ b/apps/comments/l10n/es.json @@ -1,6 +1,19 @@ { "translations": { + "<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" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |