cpgnuke.com/?name=CPGl...g=romanian
chose 'Romanian', 'Home' > 'Submit'
And I get this errors:
- at the very top
| Code:: |
account."); define("_LOGOUTADMINACCT", "Log out of admin account."); define("_BLOGIN", "Your Account"); define("_BFLOGIN", "Forum Profile"); define("_BHID", "Hidden"); define("_WHOWHERE", "Who Is Where"); define("_STAFFONL", "Staff Online"); define("_STAFFNONE", "No staff members are online!"); /*****************************************************/ /* Function to translate Datestrings */ /*****************************************************/ function translate($phrase) { switch($phrase) { case "xdatestring": $tmp = "%A, %B %d @ %T %Z"; break; case "linksdatestring": $tmp = "%d-%b-%Y"; break; case "xdatestring2": $tmp = "%A, %B %d"; break; default: $tmp = "$phrase"; break; } return $tmp; } ?>
|
- in the module
| Code:: |
Warning: file(modules/main/language/lang-english.php): failed to open stream: No such file or directory in /home/cpgn/public_html/modules/CPGlang/index.php on line 173
Warning: implode(): Bad arguments. in /home/cpgn/public_html/modules/CPGlang/index.php on line 173 |
However, it looks fine for 'Content'
Thank you.
say I type in
â will it enter the character as
â
do I have to set up my browser in any way to avoid this.
I have checked the database a while ago - for
bb_posts and it looks like all
â are written as
â
thank you.