diff --git a/e107_languages/English/lan_comment.php b/e107_languages/English/lan_comment.php index 2ea5c3dac..fd7e5c0eb 100644 --- a/e107_languages/English/lan_comment.php +++ b/e107_languages/English/lan_comment.php @@ -10,66 +10,66 @@ +----------------------------------------------------------------------------+ */ -define('COMLAN_0', '[blocked by admin]'); -define('COMLAN_1', 'Unblock'); -define('COMLAN_2', 'Block'); -define('COMLAN_3', 'Delete'); -define('COMLAN_4', 'Info'); -define('COMLAN_5', 'Comments ...'); -define('COMLAN_6', 'You must be logged in to make comments on this site - please log in, or if you are not registered click'); -define('COMLAN_7', 'Main site administrator'); -define('COMLAN_8', 'Comment'); -define('COMLAN_9', 'Submit comment'); -define('COMLAN_10', 'Administrator'); -define('COMLAN_11', 'Was unable to enter your comment into the database - please retype leaving out any non-standard characters.'); -define('COMLAN_12', 'User'); -define('COMLAN_16', 'Username: '); -define('COMLAN_99', 'Comments'); -define('COMLAN_100', 'News'); -define('COMLAN_101', 'Poll'); -define('COMLAN_102', 'Replying to: '); -define('COMLAN_103', 'Article'); -define('COMLAN_104', 'Review'); -define('COMLAN_105', 'Content'); -define('COMLAN_106', 'Download'); -define('COMLAN_145', 'Registered: '); -define('COMLAN_194', 'Guest'); -define('COMLAN_195', 'Registered member'); -define('COMLAN_310', 'Unable to accept post as that username is registered - if it is your username please login to post.'); -define('COMLAN_312', 'Duplicate post - unable to accept.'); -define('COMLAN_313', 'Location'); -define('COMLAN_314', 'moderate comments'); -define('COMLAN_315', 'Trackbacks'); -define('COMLAN_316', 'No trackbacks for this newspost.'); -define('COMLAN_317', 'Moderate trackbacks'); -define('COMLAN_318', 'Edit comment'); -define('COMLAN_319', 'edited'); -define('COMLAN_320', 'Update comment'); -define('COMLAN_321', 'here'); -define('COMLAN_322', 'to signup'); -define('COMLAN_323', 'Error!'); -define('COMLAN_324', 'Subject'); -define('COMLAN_325', 'Re:'); -define('COMLAN_326', 'Reply to this'); -define('COMLAN_327', 'Rating'); -define('COMLAN_328', 'Comments are locked'); -define('COMLAN_329', 'Unauthorized'); -define('COMLAN_330', 'IP:'); -define('COMLAN_331', 'Pending Approval'); -define('COMLAN_332', 'Couldn\'t delete comment'); -define('COMLAN_333', 'Comment approved'); -define('COMLAN_334', 'Couldn\'t approve comment'); -define('COMLAN_335', 'Approved'); -define('COMLAN_336', 'Please write something first.'); -define('COMLAN_337', 'Updated successfully.'); +define("COMLAN_0", "[blocked by admin]"); +define("COMLAN_1", "Unblock"); +define("COMLAN_2", "Block"); +define("COMLAN_3", "Delete"); +define("COMLAN_4", "Info"); +define("COMLAN_5", "Comments ..."); +define("COMLAN_6", "You must be logged in to make comments on this site - please log in, or if you are not registered click"); +define("COMLAN_7", "Main site administrator"); +define("COMLAN_8", "Comment"); +define("COMLAN_9", "Submit comment"); +define("COMLAN_10", "Administrator"); +define("COMLAN_11", "Was unable to enter your comment into the database - please retype leaving out any non-standard characters."); +define("COMLAN_12", "User"); +define("COMLAN_16", "Username: "); +define("COMLAN_99", "Comments"); +define("COMLAN_100", "News"); +define("COMLAN_101", "Poll"); +define("COMLAN_102", "Replying to: "); +define("COMLAN_103", "Article"); +define("COMLAN_104", "Review"); +define("COMLAN_105", "Content"); +define("COMLAN_106", "Download"); +define("COMLAN_145", "Registered: "); +define("COMLAN_194", "Guest"); +define("COMLAN_195", "Registered member"); +define("COMLAN_310", "Unable to accept post as that username is registered - if it is your username please login to post."); +define("COMLAN_312", "Duplicate post - unable to accept."); +define("COMLAN_313", "Location"); +define("COMLAN_314", "moderate comments"); +define("COMLAN_315", "Trackbacks"); +define("COMLAN_316", "No trackbacks for this newspost."); +define("COMLAN_317", "Moderate trackbacks"); +define("COMLAN_318", "Edit comment"); +define("COMLAN_319", "edited"); +define("COMLAN_320", "Update comment"); +define("COMLAN_321", "here"); +define("COMLAN_322", "to signup"); +define("COMLAN_323", "Error!"); +define("COMLAN_324", "Subject"); +define("COMLAN_325", "Re:"); +define("COMLAN_326", "Reply to this"); +define("COMLAN_327", "Rating"); +define("COMLAN_328", "Comments are locked"); +define("COMLAN_329", "Unauthorized"); +define("COMLAN_330", "IP:"); +define("COMLAN_331", "Pending Approval"); +define("COMLAN_332", "Couldn't delete comment"); +define("COMLAN_333", "Comment approved"); +define("COMLAN_334", "Couldn't approve comment"); +define("COMLAN_335", "Approved"); +define("COMLAN_336", "Please write something first."); +define("COMLAN_337", "Updated successfully."); -define('COMLAN_TYPE_1', 'news'); -define('COMLAN_TYPE_2', 'download'); -define('COMLAN_TYPE_3', 'faq'); -define('COMLAN_TYPE_4', 'poll'); -define('COMLAN_TYPE_5', 'docs'); -define('COMLAN_TYPE_6', 'bugtrack'); -define('COMLAN_TYPE_7', 'ideas'); -define('COMLAN_TYPE_8', 'userprofile'); -define('COMLAN_TYPE_PAGE', 'Content'); // Really custom page, but use a 'non-technical' description +define("COMLAN_TYPE_1", "news"); +define("COMLAN_TYPE_2", "download"); +define("COMLAN_TYPE_3", "faq"); +define("COMLAN_TYPE_4", "poll"); +define("COMLAN_TYPE_5", "docs"); +define("COMLAN_TYPE_6", "bugtrack"); +define("COMLAN_TYPE_7", "ideas"); +define("COMLAN_TYPE_8", "userprofile"); +define("COMLAN_TYPE_PAGE", "Content"); // Really custom page, but use a 'non-technical' description ?> \ No newline at end of file