Hey again.
I'm trying to do translation for one web manageing system. I use Gtranslate to do so, all translations stored in files. And I never worked with files before. I'm trying to seperate all strings which contains
msgid "(original text in example)"
and there is over 4000 strings like this one, and loads of other text, could anyone give me an idea, how to get all these strings ? with no msgid " " just a texts between double quotes and nothing more.
I tryed to use strpos, but I'm able to get only one(first) line
Please help me.
Cheers