123456789101112131415161718192021222324252627282930313233 |
- OC.L10N.register(
- "comments",
- {
- "Comments" : "Comentarios",
- "Unknown user" : "Usuario desconocido",
- "New comment …" : "Comentario nuevo",
- "Delete comment" : "Borrar comentario",
- "Post" : "Publicar",
- "Cancel" : "Cancelar",
- "Edit comment" : "Editar comentario",
- "[Deleted user]" : "[Usuario eliminado]",
- "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!",
- "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}",
- "Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con ID {id}",
- "Error occurred while posting comment" : "Se ha producido un error al enviar el comentario",
- "_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios sin leer"],
- "Comment" : "Comentario",
- "<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",
- "%s mentioned you in a comment on \"%s\"." : "%s te ha mencionado en un comentario en \"%s\".",
- "Type in a new comment..." : "Escribe un nuevo comentario...",
- "No other comments available" : "No hay otros comentarios disponibles",
- "More comments..." : "Más comentarios...",
- "{count} unread comments" : "{count} comentarios no leídos"
- },
- "nplurals=2; plural=(n != 1);");
|