TEST_C47_CRASH is the localizedstring file name. TEST_PLACE is the reference name
PART 2: In order to use localized strings you need to create a .str file. An str file is nothing more than a text file with a str extension. So open notepad,or any text program,and add the following.
Now save your new str file and place it in localizedstings/english folders.
And thats it,you now have an introscreen like the image above.
Because you are using maps\_introscreen::introscreen thread,you can only have three string lines. If you wanted you could make a new gsc file and alter that thread to your liking.