MDL-8566, add lang string in HEAD, see tracker
This commit is contained in:
+1
-1
@@ -239,7 +239,7 @@
|
||||
echo '| <a href="'.$CFG->wwwroot.'/blog/edit.php?action=delete&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>';
|
||||
|
||||
|
||||
@@ -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)';
|
||||
|
||||
Reference in New Issue
Block a user