How can I define resource strings which are only numbers to apply to all languages since translations aren't necessary? Right now I have them in the resource base directory, so they do get picked up by the compiler and used as expected. However the compiler is complaining that these strings aren't defined for each language. Is there a proper way to do this without duplication of the strings so I don't get compiler warnings, or is ignoring the compiler complaints the only way?