b37a5f51 |
1 | <?PHP |
2 | |
3 | $string['addnewentry'] = 'Add a New Entry'; |
4 | $string['addotags'] = 'Add Official Tags'; |
5 | $string['addptags'] = 'Add User Defined Tags'; |
6 | $string['blockmenutitle'] = 'Blog Menu'; |
7 | $string['blogs'] = 'Blogs'; |
8 | $string['blogpreferences'] = 'Blog Preferences'; |
9 | $string['entrybody'] = 'Blog Entry Body'; |
10 | $string['entrybodyonlydesc'] = 'Entry Description'; |
11 | $string['entryerrornotyours'] = 'This entry is not yours'; |
12 | $string['entrytitle'] = 'Entry Title'; |
13 | $string['entryupdated'] = 'Blog Entry Updated'; |
14 | $string['noguestpost'] = 'Guest can not post blogs!'; |
15 | $string['notallowedtoedit'] = 'You are not allowed to edit this entry'; |
16 | $string['otags'] = 'Official Tags'; |
17 | $string['pagesize'] = 'Number of Blog Entries per Page'; |
18 | $string['preferences'] = 'Preferences'; |
19 | $string['ptags'] = 'User Defined Tags'; |
20 | $string['publishto'] = 'Publish To'; |
21 | $string['publishtonoone'] = 'Draft'; |
22 | $string['publishtosite'] = 'Publish To Site'; |
23 | $string['publishtoworld'] = 'Publish To World'; |
24 | $string['settingsupdatederror'] = 'An error has occured, blog preference setting could not be updated'; |
25 | $string['tag'] = 'Tag'; |
26 | $string['tagmanagement'] = 'Tags Management'; |
27 | $string['tags'] = 'Tags: '; |
28 | $string['updateentrywithid'] = 'Updating Entry'; |
29 | $string['viewcourseentries'] = 'View My Entries'; |
30 | $string['viewmyentries'] = 'View My Entries'; |
31 | $string['viewsiteentries'] = 'View Site Entries'; |
32 | |
33 | ?> |