diff /home/devstan/public_html/modules/boonex/forum/classes/Admin.php /home/devstan/public_html/modules/boonex/forum/classes/en/Admin.php 204c204 < return $this->getXxxPostsXML ($wp, 'getHiddenPosts', '[L[Hidden Posts]]'); --- > return $this->getXxxPostsXML ($wp, 'getHiddenPosts', 'Hidden Posts'); 212c212 < return $this->getXxxPostsXML ($wp, 'getReportedPosts', '[L[Reported Posts]]', '1'); --- > return $this->getXxxPostsXML ($wp, 'getReportedPosts', 'Reported Posts', '1'); diff /home/devstan/public_html/modules/boonex/forum/classes/BxLang.php /home/devstan/public_html/modules/boonex/forum/classes/en/BxLang.php 127c127 < 'base/', --- > 'base_en/', diff /home/devstan/public_html/modules/boonex/forum/classes/BxMail.php /home/devstan/public_html/modules/boonex/forum/classes/en/BxMail.php 35c35 < $subj = "[L[Mail Subj Registration]]"; --- > $subj = "Orca Forum Registration Details"; 38c38,53 < [L[Mail Body Registration]] --- > >

Dear {username},

> >

> Your username: {username}
> Your password: {pwd}
> Site URL: {site_url}
>

> >

> Thank you for joining. >

>

> Best Regards, Orca Forum. >

> diff /home/devstan/public_html/modules/boonex/forum/classes/BxXslTransform.php /home/devstan/public_html/modules/boonex/forum/classes/en/BxXslTransform.php 80c80 < $mk->displayError ("[L[Site is unavailable]]"); --- > $mk->displayError ("Sorry, site is unavailable now, please try again later."); Only in /home/devstan/public_html/modules/boonex/forum/classes: en diff /home/devstan/public_html/modules/boonex/forum/classes/Forum.php /home/devstan/public_html/modules/boonex/forum/classes/en/Forum.php 71c71 < return '[L[Wrong search type]]'; --- > return 'Wrong search type'; 180c180 < $this->setTitle (''); --- > $this->setTitle (''); 664c664 < return $this->getXxxTopicsXML ($wp, '[L[Hidden Topics]]', '[L[Hidden topics]]', 'getHiddenTopics'); --- > return $this->getXxxTopicsXML ($wp, 'Hidden Topics', '_Hidden topics', 'getHiddenTopics'); 673c673 < return $this->getXxxTopicsXML ($wp, '[L[My Topics]]', '[L[Topics you participate in]]', 'getMyThreadsTopics'); --- > return $this->getXxxTopicsXML ($wp, 'My Topics', 'Topics you participate in', 'getMyThreadsTopics'); 682c682 < return $this->getXxxTopicsXML ($wp, '[L[Flagged topics]]', '[L[Topics you have flagged]]', 'getMyFlaggedTopics'); --- > return $this->getXxxTopicsXML ($wp, 'Topics subscriptions', 'Topics you have subscribed for', 'getMyFlaggedTopics'); 834c834 < $this->setTitle('[L[Recent Topics]]'); --- > $this->setTitle('Recent Topics'); 1133c1133 < window.parent.alert ('[L[Some or all files upload failed]]'); --- > window.parent.alert ('Some or all files upload failed'); 1245c1245 < window.parent.alert ('[L[Some or all files upload failed]]'); --- > window.parent.alert ('Some or all files upload failed'); 1493c1493 < window.parent.alert ('[L[Some or all files upload failed]]'); --- > window.parent.alert ('Some or all files upload failed'); 1675c1675 < $td = orca_mb_replace('/#/', $r['count_posts'], '[L[# posts]]') . ' • ' . orca_mb_replace('/#/', $r['last_post_user'], '[L[last reply by #]]') . ' • ' . $r['cat_name'] . ' » ' . $r['forum_title']; --- > $td = orca_mb_replace('/#/', $r['count_posts'], '# posts') . ' • ' . orca_mb_replace('/#/', $r['last_post_user'], 'last reply by #') . ' • ' . $r['cat_name'] . ' » ' . $r['forum_title']; 1683c1683 < return $this->_rssFeed ('[L[Updated Topics]]', '', '[L[Updated Topics]]', $lastBuildDate, $items); --- > return $this->_rssFeed ('Updated Topics', '', 'Updated Topics', $lastBuildDate, $items); 1751c1751 < $sTitle = sprintf("[L[%s's forum posts]]", $user); --- > $sTitle = sprintf("%s's forum posts", $user); 1787c1787 < return $this->_rssFeed ('[L[Forum Posts]]', '', '[L[Forum Posts]]', $lastBuildDate, $items); --- > return $this->_rssFeed ('Forum Posts', '', 'Forum Posts', $lastBuildDate, $items); 1924,1925c1924,1925 < if (0 == $i || 1 == $i) $s .= '1 [L[Minute Ago]]'; < else $s .= $i . ' [L[Minutes Ago]]'; --- > if (0 == $i || 1 == $i) $s .= '1 Minute Ago'; > else $s .= $i . ' Minutes Ago'; 1930,1931c1930,1931 < if (0 == $i || 1 == $i) $s .= '1 [L[Hour Ago]]'; < else $s .= $i . ' [L[Hours Ago]]'; --- > if (0 == $i || 1 == $i) $s .= '1 Hour Ago'; > else $s .= $i . ' Hours Ago'; 1936,1937c1936,1937 < if (0 == $i || 1 == $i) $s .= '1 [L[Day Ago]]'; < else $s .= $i . ' [L[Days Ago]]'; --- > if (0 == $i || 1 == $i) $s .= '1 Day Ago'; > else $s .= $i . ' Days Ago'; 2002c2002 < $GLOBALS['gConf']['title'] = ''; --- > $GLOBALS['gConf']['title'] = ''; diff /home/devstan/public_html/modules/boonex/forum/classes/Login.php /home/devstan/public_html/modules/boonex/forum/classes/en/Login.php 30c30 < 'title' => '[L[Username]]', --- > 'title' => 'Username', 32c32 < 'err' => '[L[Join Login Username Error]]', --- > 'err' => 'Username must be from 4 to 12 characters', 38c38 < 'title' => '[L[Email]]', --- > 'title' => 'Email', 40c40 < 'err' => '[L[Join Email Error]]', --- > 'err' => 'Email must be valid', 50c50 < 'title' => '[L[Username]]', --- > 'title' => 'Username', 52c52 < 'err' => '[L[Join Login Username Error]]', --- > 'err' => 'Username must be from 4 to 12 characters', 58c58 < 'title' => '[L[Password]]', --- > 'title' => 'Password', 60c60 < 'err' => '[L[Login Password Error]]', --- > 'err' => 'Password must be valid', 110c110 < $js .= $this->_getJsErr($name, '[L[Username must be uniq]]'); --- > $js .= $this->_getJsErr($name, 'Username must be uniq'); 114c114 < $js .= $this->_getJsErr($name, '[L[Email must be uniq]]'); --- > $js .= $this->_getJsErr($name, 'Email must be uniq'); 131c131 < $js .= $this->_getJsErr('email', '[L[Database error]]'); --- > $js .= $this->_getJsErr('email', 'Database error'); 138c138 < $js .= $this->_getJsErr('email', '[L[Send mail failed]]'); --- > $js .= $this->_getJsErr('email', 'Send mail failed'); 172c172 < $js .= $this->_getJsErr('pwd', '[L[password or login is incorrect]]'); --- > $js .= $this->_getJsErr('pwd', 'password or login is incorrect'); 178c178 < $js .= $this->_getJsErr('pwd', '[L[Cookies must be enabled to process login]]'); --- > $js .= $this->_getJsErr('pwd', 'Cookies must be enabled to process login'); diff /home/devstan/public_html/modules/boonex/forum/classes/ThingPage.php /home/devstan/public_html/modules/boonex/forum/classes/en/ThingPage.php 165c165 < $mk->displayError ("[L[Site is unavailable]]"); --- > $mk->displayError ("Sorry, site is unavailable now, please try again later."); 188c188 < $mk->displayError ("[L[Site is unavailable]]"); --- > $mk->displayError ("Sorry, site is unavailable now, please try again later.");