]> git.mjollnir.org Git - moodle.git/commitdiff
Added some new strings for blog tags block
authorikawhero <ikawhero>
Thu, 23 Mar 2006 09:53:52 +0000 (09:53 +0000)
committerikawhero <ikawhero>
Thu, 23 Mar 2006 09:53:52 +0000 (09:53 +0000)
lang/en_utf8/blog.php

index 4770b400cf7c8d11d97d140919a3034cfd5b14c8..39a9f942b612fd6138be69297e4c307284520fdb 100755 (executable)
@@ -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';