[Comoblog-commit] comoblog/lang english.inc.php,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-01 14:58:08
|
Update of /cvsroot/comoblog/comoblog/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9398/comoblog/lang Modified Files: english.inc.php Log Message: REASON added the option to allow html in comments this is turned off by default for security reasons POSSIBLE UPDATES add filter to only allow certain tags TODO still needs translations in all other languages works on a fresh install, not tested with a web based updgrade ---------------------------------------------------------------------- Enter Log. Lines beginning with `CVS:' are removed automatically Committing in . Modified Files: comoblog/add_comment.php comoblog/_install/comoblog_preferences.xml comoblog/include/libraries.inc.php comoblog/lang/english.inc.php comoblog/templates/add_comment.tpl.htm ---------------------------------------------------------------------- Index: english.inc.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/lang/english.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- english.inc.php 2 Sep 2005 01:06:16 -0000 1.2 +++ english.inc.php 1 Dec 2005 14:57:55 -0000 1.3 @@ -61,6 +61,8 @@ $TXT['submit'] = 'send'; $TXT['your_name'] = 'Your name'; $TXT['your_email'] = 'Your e-mail (it will be obfuscated)'; + $TXT['comment_convert'] = 'If you tick this box,you can enter raw HTML. note that you\'ll then have to enter your own HTML for links and line breaks etc, if your leave it unticked, links & breaks will be generated automatically'; + // misc $TXT['permalink'] = 'permalink'; |