mirror of
https://github.com/e107inc/e107.git
synced 2025-02-19 22:14:45 +01:00
67 lines
2.5 KiB
PHP
67 lines
2.5 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_comment.php,v $
|
|
| $Revision: 1.4 $
|
|
| $Date: 2007-12-25 12:43:05 $
|
|
| $Author: e107steved $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
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_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_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");
|
|
define("COMLAN_TYPE_PAGE", "Content"); // Reall custom page, but use a 'non-technical' description
|
|
|
|
?>
|