
Re: Where Can I Find Standard Sets To Translate Into Russian Lang?
I suggest you Notepad++, it's easier because of syntax highlighting...
http://notepad-plus.sourceforge.net/es/site.htm
And Winmerge for comparing files, as spydie says:
http://winmerge.org/ (File -> Open, and there you select the two files to compare)
Please check correctly when merging phpbb2 files to ip, because the thing said might have been changed...
About the question you have just posted, you can use ' (it's better if in your language you use it), but remember you have to write an inverted bar before... Example:
$lang['SOMETHING'] = 'It\'s nice to have you here';
But remember that on IP it's usually written like this:
'SOMETHING' => 'It\'s nice to have you here',
Thanks for helping Icy Phoenix community!