diff options
Diffstat (limited to 'apps/comments/l10n/es.json')
-rw-r--r-- | apps/comments/l10n/es.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json index b5625bfc68f..9d962ac361c 100644 --- a/apps/comments/l10n/es.json +++ b/apps/comments/l10n/es.json @@ -1,13 +1,10 @@ { "translations": { - "Type in a new comment..." : "Escribe un nuevo comentario...", "Delete comment" : "Borrar comentario", "Post" : "Publicar", "Cancel" : "Cancelar", "Edit comment" : "Editar comentario", "[Deleted user]" : "[Usuario eliminado]", "Comments" : "Comentarios", - "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}", "Error occurred while retrieving comment with id {id}" : "Se ha producido un error al recuperar el comentario con ID {id}", @@ -15,10 +12,13 @@ "Error occurred while posting comment" : "Se ha producido un error al enviar el comentario", "{count} unread comments" : "{count} comentarios no leídos", "Comment" : "Comentario", - "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarios</strong> de archivos <em>(siempre se listarán en stream)</em>", + "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos", "You commented" : "Has comentado", "%1$s commented" : "%1$s comentados", "You commented on %2$s" : "Has comentado en %2$s", - "%1$s commented on %2$s" : "%1$s comentados en %2$s" + "%1$s commented on %2$s" : "%1$s comentados en %2$s", + "Type in a new comment..." : "Escribe un nuevo comentario...", + "No other comments available" : "No hay otros comentarios disponibles", + "More comments..." : "Más comentarios..." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |