Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)
install(FILES
${luafiles}
${cfgfiles}
DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)