In my storyboard files, I have multiple strings, which I don't need to localize, their text filled with values from server or code at run-time (author's name, object name, etc.); with initial text filled with something like: 'Label', 'Author Name'. (I want to keep these original values in storyboards, for previewing interface.)
I am using localization with .xliff files.
Can I somehow mark them, so they won't end up in corresponding .xliff files for localization?