It is not necessary to know German. Summary: your function is too large. Large functions are bad programming practice.

You have many good alternatives. Here's one:
* Use a csv file to store your long list of values.
* When the script starts, load the csv file into a var array or struct array.
* Pull values from your array as needed.