[Comoblog-commit] comoblog/lang english.inc.php,1.3,1.4
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-17 15:16:40
|
Update of /cvsroot/comoblog/comoblog/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2179/lang Modified Files: english.inc.php Log Message: work towards the 1.2 release - this adds url for commentors as well as an email address -- NB may need to move exisinting data to the new row (will on my site,but not sure if thats public code or not) SEO friendly URLS on apache to the main site and most of the modules (optionally turned on by new config setting) ---------------------------------------------------------------------- Enter Log. Lines beginning with `CVS:' are removed automatically Committing in . Modified Files: _install/comoblog_db.xml _install/patch_1.php include/libraries.inc.php lang/english.inc.php templates/add_comment.tpl.htm templates/index.tpl.htm templates/list_comments.tpl.htm Added Files: htaccess _install/upgrades/1.1_to_1.2.xml ---------------------------------------------------------------------- Index: english.inc.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/lang/english.inc.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- english.inc.php 1 Dec 2005 14:57:55 -0000 1.3 +++ english.inc.php 17 Feb 2006 15:16:37 -0000 1.4 @@ -60,8 +60,9 @@ $TXT['view'] = 'view'; $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'; + $TXT['your_url'] = 'Your URL (please include http://)'; + $TXT['your_email'] = 'Your e-mail (optional, but 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 |