From 4852ab889fdc78bf217204fc8391a5c376224e1e Mon Sep 17 00:00:00 2001 From: ikawhero Date: Thu, 23 Mar 2006 09:53:52 +0000 Subject: [PATCH] Added some new strings for blog tags block --- lang/en_utf8/blog.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lang/en_utf8/blog.php b/lang/en_utf8/blog.php index 4770b400cf..39a9f942b6 100755 --- a/lang/en_utf8/blog.php +++ b/lang/en_utf8/blog.php @@ -4,6 +4,8 @@ $string['addnewentry'] = 'Add a new entry'; $string['addotags'] = 'Add official tags'; $string['addptags'] = 'Add user-defined tags'; $string['blockmenutitle'] = 'Blog menu'; +$string['blocktagstitle'] = 'Blog tags'; +$string['blocktitle'] = 'Blog tags block title'; $string['blog'] = 'Blog'; $string['blogdeleteconfirm'] = 'Delete this blog?'; $string['blogs'] = 'Blogs'; @@ -20,6 +22,8 @@ $string['intro'] = 'This RSS feed was automatically generated from one or more b $string['noentriesyet'] = 'No visible entries here'; $string['noguestpost'] = 'Guest can not post blogs!'; $string['notallowedtoedit'] = 'You are not allowed to edit this entry'; +$string['numberofentries'] = 'Entries: $a'; +$string['numberoftags'] = 'Number of tags to display'; $string['otags'] = 'Official tags'; $string['pagesize'] = 'Number of blog entries per Page'; $string['ptags'] = 'User defined tags'; @@ -29,6 +33,10 @@ $string['publishtosite'] = 'Anyone on this site'; $string['publishtoworld'] = 'Anyone in the world'; $string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated'; $string['siteblog'] = 'Site blog: $a'; +$string['tagdatelastused'] = 'Date tag was last used'; +$string['tagsort'] = 'Sort the tag display by'; +$string['tagtext'] = 'Tag text'; +$string['timewithin'] = 'Display tags used within this many days'; $string['updateentrywithid'] = 'Updating entry'; $string['userblog'] = 'User blog: $a'; $string['viewcourseentries'] = 'View course entries'; -- 2.39.5