What exactly are eigen-things?
Eigenvectors are those vectors that exhibit especially simple behaviour under a linear transformation: Loosely speaking, they don't bend and rotate, they simply grow (or shrink) in length (though a different interpretation of growth/shrinkage may apply if the ground field is not $\mathbb R$). If it is possible to express any other vector as a linear combination of eigenvectors (preferably if you can in fact find a whole basis made of eigenvectors) then applying the - otherwise complicated - linear transformation suddenly becomes easy because with respect to a basis of eigenvectors the linear transformation is given simply by a diagonal matrix.
Especially when one wants to investigate higher powers of a linear transformation, this is practically only possible for eigenvectors: If $Av=\lambda v$, then $A^nv=\lambda^nv$, and even exponentials become easy for eigenvectors: $\exp(A)v:=\sum\frac1{n!}A^n v=e^\lambda v$. By the way, the exponential functions $x\mapsto e^{cx}$ are eigenvectors of a famous linear tranformation: differentiation, i.e. mapping a function $f$ to its derivative $f'$. That's precisely why exponetials play an important role as base solutions for linear differential equations (or even their discrete counterpart, linear recurrences like the Fibonacci numbers).
All other terminology is based on this notion: An (nonzero) eigenvector $v$ such that $Av$ is a multiple of $v$ determines its eigenvalue $\lambda$ as the scalar factor such that $Av=\lambda v$. Given an eigenvalue $\lambda$, the set of eigenvectors with that eigenvalue is in fact a subspace (i.e. sums and multiples of eigenvectors with the same(!) eigenvalue are again eigen), called the eigenspace for $\lambda$. If we find a basis consisting of eigenvectors, then we may obviously call it eigenbasis. If the vectors of our vector space are not mere number tuples (such as in $\mathbb R^3$) but are also functions and our linear transformation is an operator (such as differentiation), it is often convenient to call the eigenvectors eigenfunctions instead; for example, $x\mapsto e^{3x}$ is an eigenfunction of the differentiation operator with eigenvalue $3$ (because the derivative of it is $x\mapsto 3e^{3x}$).
As far as I understand it, the 'eigen' in words like eigenvalue, eigenvector etc. means something like 'own', or a better translation in English would perhaps be 'characteristic'.
Each square matrix has some special scalars and vectors associated with it. The eigenvectors are the vectors which the matrix preserves (up to scalar multiplication). As you probably know, an $n\times n$ matrix acts as a linear transformation on an $n$-dimensional space, say $F^n$. A vector and its scalar multiples form a line through the origin in $F^n$, and so you can think of the eigenvectors as indicating lines through the origin preserved by the linear transformation corresponding to the matrix.
Defn Let $A$ be an $n\times n$ matrix over a field $F$. A vector $v\in F^n$ is an eigenvector of $A$ if $Av = \lambda v$ for some $\lambda$ in $F$. A scalar $\lambda\in F$ is an eigenvalue of $A$ if $Av = \lambda v$ for some $v\in F^n$.
The eigenvalues are then the factors by which these special lines through the origin are either stretched or contracted.
The term "eigen" comes from german and means "proper". It means that the eigenvectors and eigenvalues have a special status with respect to the operator/matrix you are studying. In this case, it is that they are essentially invariant with respect to applications of the operator/matrix. After application you get back the same eigenvector multiplied by a factor that factor being the eigenvalue.
Since some people doubt that "proper" is an appropriate translation in this context, I'll have you know that "proper vector" is sometimes used as a synonym for "eigenvector". Also see this and this.
So, I think the meaning here is really that of having a special or peculiar status.