MDL-8566, add lang string in HEAD, see tracker

This commit is contained in:
dongsheng
2008-04-18 02:29:40 +00:00
parent 81d3eded3a
commit 43f4deee43
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -239,7 +239,7 @@
echo '| <a href="'.$CFG->wwwroot.'/blog/edit.php?action=delete&amp;id='.$blogEntry->id.'">'.$strdelete.'</a> | ';
}
echo '<a href="'.$CFG->wwwroot.'/blog/index.php?postid='.$blogEntry->id.'">Permlink</a>';
echo '<a href="'.$CFG->wwwroot.'/blog/index.php?postid='.$blogEntry->id.'">'.get_string('permlink', 'blog').'</a>';
echo '</div>';
+1
View File
@@ -34,6 +34,7 @@ $string['notallowedtoedit'] = 'You are not allowed to edit this entry';
$string['numberofentries'] = 'Entries: $a';
$string['numberoftags'] = 'Number of tags to display';
$string['pagesize'] = 'Number of blog entries per Page';
$string['permlink'] = 'Permlink';
$string['personalblogs'] = 'Users can only see their own blog';
$string['publishto'] = 'Publish to';
$string['publishtonoone'] = 'Yourself (draft)';