NSLocalizedString is used on strings with interpolated values, which will cause the value of the string after interpolation to be used. These incorrect strings should be corrected, but I'm not sure if I want to do this by using format strings or by bringing in some sort of more Swifty localization solution.