mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
78 lines
2.8 KiB
PHP
78 lines
2.8 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_comment.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
|
|
return [
|
|
'COMLAN_0' => "[blocked by admin]",
|
|
'COMLAN_1' => "Unblock",
|
|
'COMLAN_2' => "Block",
|
|
'COMLAN_4' => "Info",
|
|
'COMLAN_5' => "Comments ...",
|
|
'COMLAN_6' => "You must be logged in to make comments on this site - please log in, or if you are not registered click",
|
|
'COMLAN_7' => "Main site administrator",
|
|
'COMLAN_8' => "Comment",
|
|
'COMLAN_9' => "Submit comment",
|
|
'COMLAN_10' => "Administrator",
|
|
'COMLAN_11' => "Was unable to enter your comment into the database - please retype leaving out any non-standard characters.",
|
|
'COMLAN_12' => "User",
|
|
'COMLAN_16' => "Username:",
|
|
'COMLAN_100' => "News",
|
|
'COMLAN_101' => "Poll",
|
|
'COMLAN_102' => "Replying to:",
|
|
'COMLAN_103' => "Article",
|
|
'COMLAN_104' => "Review",
|
|
'COMLAN_105' => "Content",
|
|
'COMLAN_106' => "Download",
|
|
'COMLAN_145' => "Registered:",
|
|
'COMLAN_194' => "Guest",
|
|
'COMLAN_195' => "Registered member",
|
|
'COMLAN_310' => "Unable to accept post as that username is registered - if it is your username please login to post.",
|
|
'COMLAN_312' => "Duplicate post - unable to accept.",
|
|
'COMLAN_313' => "Location",
|
|
'COMLAN_314' => "moderate comments",
|
|
'COMLAN_318' => "Edit comment",
|
|
'COMLAN_319' => "edited",
|
|
'COMLAN_320' => "Update comment",
|
|
'COMLAN_321' => "here",
|
|
'COMLAN_322' => "to signup",
|
|
'COMLAN_323' => "Error!",
|
|
'COMLAN_324' => "Subject",
|
|
'COMLAN_325' => "Re:",
|
|
'COMLAN_326' => "Reply to this",
|
|
'COMLAN_328' => "Comments are locked",
|
|
'COMLAN_329' => "Unauthorized",
|
|
'COMLAN_330' => "IP:",
|
|
'COMLAN_331' => "Awaiting Approval",
|
|
'COMLAN_332' => "Couldn't delete comment",
|
|
'COMLAN_333' => "Comment approved",
|
|
'COMLAN_334' => "Couldn't approve comment",
|
|
'COMLAN_335' => "Approved",
|
|
'COMLAN_336' => "Please write something first.",
|
|
'COMLAN_337' => "Updated successfully.",
|
|
'COMLAN_400' => "approved",
|
|
'COMLAN_401' => "blocked",
|
|
'COMLAN_402' => "pending",
|
|
'COMLAN_403' => "Leave a message...",
|
|
'COMLAN_404' => "Approve",
|
|
'COMLAN_TYPE_1' => "news",
|
|
'COMLAN_TYPE_2' => "download",
|
|
'COMLAN_TYPE_3' => "faq",
|
|
'COMLAN_TYPE_4' => "poll",
|
|
'COMLAN_TYPE_5' => "docs",
|
|
'COMLAN_TYPE_6' => "bugtrack",
|
|
'COMLAN_TYPE_7' => "ideas",
|
|
'COMLAN_TYPE_8' => "userprofile",
|
|
'COMLAN_TYPE_PAGE' => "Content",
|
|
'COMLAN_500' => "Please [sign in] to leave a comment.",
|
|
'COMLAN_501' => "If you are not yet registered, you may [click here to register].",
|
|
];
|