.string file not able to extract some strings

 Hi,

 

I have read certain threads about how to deal with .strings file types & was able to extract strings from it but the below type of strings are omitted by SDL & not extracted that text:

"alert.logout.confirmation.message" = "Are you sure you want to logout from \"%@\"?";   (not extracted)

"alert.logout.confirmation.confirm" = "Yes, logout"; (extracted)

 

the first line was not extracted but it directly jumped to the 2nd line. may be the case is ""

 

Please help