Create a text file and import it to your project.
Use AJAX to request this file and then parse the text with tokenat, tokencount expressions (with newline as separator).
There are plenty of examples here.
Or you can use CSV plugin:
Or built-in XML plugin.
Here is a dialog system where lines are loaded from XML: