1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 11:20:25 +02:00

Agreed with Moc on default double quotes in LAN files

This commit is contained in:
nlstart
2012-12-01 23:23:17 +01:00
parent b6765d2c96
commit efd4e46fab

View File

@@ -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
?>