This is the Objective-C code:
NSString *text = NSLocalizedString(@"Test \"this is a sample text\"", @"Test \"this is a sample text\"");
and this is the result in .xliff file:

So as you can see, the id and source is missing. Can any one fix this? Or it is Xcode bug?