mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 15:31:41 +02:00
new module creation
This commit is contained in:
77
e107_languages/English/lan_comment.php
Normal file
77
e107_languages/English/lan_comment.php
Normal file
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_comment.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:38 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
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 post comments on this site - please either 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_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_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_1", "here");
|
||||
define("COMLAN_2", "to signup");
|
||||
define("COMLAN_3", "Error!");
|
||||
define("COMLAN_4", 'Subject');
|
||||
define("COMLAN_5", 'Re:');
|
||||
define("COMLAN_6", 'Reply to this');
|
||||
define("COMLAN_7", 'Rating');
|
||||
define("COMLAN_8", 'Comments are locked');
|
||||
define("COMLAN_9", 'Unauthorized');
|
||||
*/
|
||||
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_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");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user