Moved some strings!

This commit is contained in:
moodler 2006-03-13 07:54:44 +00:00
parent 03d843b2dc
commit 25a784066a
6 changed files with 30 additions and 30 deletions

View File

@ -96,7 +96,7 @@
<tr>
<td>
<?php
link_to_popup_window($CFG->wwwroot."//blog/tags.php",'popup',get_string('tagmanagement','blog'));
link_to_popup_window($CFG->wwwroot."/blog/tags.php",'popup',get_string('tagmanagement'));
?>
</td>
</tr>

View File

@ -80,7 +80,7 @@ if (!isset($filtertype)) {
/// group blogs - sitefullname -> course fullname ->group ->(?tag)
/// user blogs - sitefullname -> (?coursefullname) -> participants -> blogs -> (?tag)
$blogstring = get_string('blogs','blog');
$tagstring = get_string('tag','blog');
$tagstring = get_string('tag');
switch ($filtertype) {
case 'site':

View File

@ -39,7 +39,7 @@
$site = get_site();
$pageMeta = '<script language="javascript" type="text/javascript" src="'. $CFG->wwwroot .'/blog/blog.js"></script>' . "\n";
$strpreferences = get_string('preferences','blog');
$strpreferences = get_string('preferences');
$navigation = '<a href="'. $bloginfo->get_blog_url() .'">'. $bloginfo->get_blog_title() . '</a> -> '. $strpreferences;

View File

@ -1,5 +1,5 @@
<?php
print_heading(get_string('tagmanagement','blog'));
print_heading(get_string('tagmanagement'));
?>
<table>

View File

@ -1,33 +1,29 @@
<?PHP
<?php // $Id$
$string['addnewentry'] = 'Add a New Entry';
$string['addotags'] = 'Add Official Tags';
$string['addptags'] = 'Add User Defined Tags';
$string['blockmenutitle'] = 'Blog Menu';
$string['addnewentry'] = 'Add a new entry';
$string['addotags'] = 'Add official tags';
$string['addptags'] = 'Add user-defined tags';
$string['blockmenutitle'] = 'Blog menu';
$string['blogs'] = 'Blogs';
$string['blogpreferences'] = 'Blog Preferences';
$string['entrybody'] = 'Blog Entry Body';
$string['entrybodyonlydesc'] = 'Entry Description';
$string['blogpreferences'] = 'Blog preferences';
$string['entrybody'] = 'Blog entry body';
$string['entrybodyonlydesc'] = 'Entry description';
$string['entryerrornotyours'] = 'This entry is not yours';
$string['entrytitle'] = 'Entry Title';
$string['entryupdated'] = 'Blog Entry Updated';
$string['entrytitle'] = 'Entry title';
$string['entryupdated'] = 'Blog entry updated';
$string['noguestpost'] = 'Guest can not post blogs!';
$string['notallowedtoedit'] = 'You are not allowed to edit this entry';
$string['otags'] = 'Official Tags';
$string['pagesize'] = 'Number of Blog Entries per Page';
$string['preferences'] = 'Preferences';
$string['ptags'] = 'User Defined Tags';
$string['publishto'] = 'Publish To';
$string['publishtonoone'] = 'Draft';
$string['publishtosite'] = 'Publish To Site';
$string['publishtoworld'] = 'Publish To World';
$string['settingsupdatederror'] = 'An error has occured, blog preference setting could not be updated';
$string['tag'] = 'Tag';
$string['tagmanagement'] = 'Tags Management';
$string['tags'] = 'Tags: ';
$string['updateentrywithid'] = 'Updating Entry';
$string['viewcourseentries'] = 'View My Entries';
$string['viewmyentries'] = 'View My Entries';
$string['viewsiteentries'] = 'View Site Entries';
$string['otags'] = 'Official tags';
$string['pagesize'] = 'Number of blog entries per Page';
$string['ptags'] = 'User defined tags';
$string['publishto'] = 'Publish to';
$string['publishtonoone'] = 'Yourself (draft)';
$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['updateentrywithid'] = 'Updating entry';
$string['viewcourseentries'] = 'View my entries';
$string['viewmyentries'] = 'View my entries';
$string['viewsiteentries'] = 'View site entries';
?>

View File

@ -998,6 +998,7 @@ $string['potentialadmins'] = 'Potential admins';
$string['potentialcreators'] = 'Potential course creators';
$string['potentialstudents'] = 'Potential students';
$string['potentialteachers'] = 'Potential teachers';
$string['preferences'] = 'Preferences';
$string['preferredlanguage'] = 'Preferred language';
$string['preferredtheme'] = 'Preferred theme';
$string['preview'] = 'Preview';
@ -1222,6 +1223,9 @@ $string['success'] = 'Success';
$string['summary'] = 'Summary';
$string['summaryof'] = 'Summary of $a';
$string['supplyinfo'] = 'Please supply some information about yourself';
$string['tag'] = 'Tag';
$string['tagmanagement'] = 'Tags management';
$string['tags'] = 'Tags';
$string['teacheronly'] = 'for the $a only';
$string['teacherroles'] = '$a roles';
$string['teachers'] = 'Teachers';