// These settings can also be entered into the vocfiles directly // The settings from this file will only be used if the vocfile // does not contain the respective settings. // The delimeter used to separate languages langDelim = " | " // The delimeter for separating words/sentences of the same language wordDelim = " ¤ " // The number of retrys you should get nrOfRetrys = "1" // The directory in which you wish to keep your vocfiles // (won't work without the finishing '/') vocDir = "path/to/my/vocDir/" // Set this to yes if you want vocatest to start looking for vocs in // a specific directory (ie if you want to use the vocDir) useVocDir = "no"