Hi all im running SMF on my server and i'm using last Lithuanian translation. When i pressing on user im always get this error..:
Template Parse Error!
There was a problem loading the /Themes/default/languages/Who.lithuanian-utf8.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.
You may want to try to refresh this page or use the default theme.
Parse error: syntax error, unexpected T_STRING, expecting ')' in .../Themes/default/languages/Who.lithuanian-utf8.php on line 155
146: $txt['credits_groups_translators'] = 'Vertėjai';
147: $txt['credits_translators_message'] = 'Thank you for your efforts which make it possible for people all around the world to use SMF.';
148: $txt['credits_groups_consultants'] = 'Konsultuojantys vystytojai';
149: $txt['credits_groups_beta'] = 'Beta Testers';
150: $txt['credits_beta_message'] = 'The hidden few who tirelessly find bugs, provide feedback, and drive the developers crazier.';
151: $txt['credits_groups_founder'] = 'Founding Father of SMF';
152: $txt['credits_groups_orignal_pm'] = 'Original Project Managers';
153:
154: // List of people who have made more than a token contribution to this translation. (blank for English)
155: $txt['translation_credits'] = array(CRONUS, Esnyper, Lukas Liesis);
156:
157: ?>
158:
159:
Please give me advise how to fix it. Many thanx.