From: vinkmar Date: Wed, 6 Sep 2006 02:18:51 +0000 (+0000) Subject: added strings for MDL-6448 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dad4a3ff0bc6a482c579a766ad021b9cda84bbf0;p=moodle.git added strings for MDL-6448 --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 5756e8b892..951146fc09 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -44,6 +44,18 @@ $string['themeselector'] = 'Theme Selector'; $string['nonewsettings'] = 'No new settings were added during this upgrade.'; $string['upgradesettings'] = 'New Settings'; $string['upgradesettingsintro'] = 'The settings shown below were added during your last Moodle upgrade. Make any changes necessary to the defaults and then click "Save Settings" at the bottom of this page.'; + +$string['nonexistentbookmark'] = 'The bookmark you requested does not exist.'; +$string['bookmarkdeleted'] = 'Bookmark deleted.'; +$string['nobookmarksforuser'] = 'You do not have any bookmarks.'; +$string['invalidsection'] = 'Invalid section.'; +$string['bookmarkalreadyexists'] = 'You have already bookmarked this page.'; +$string['bookmarkadded'] = 'Bookmark added.'; +$string['unbookmarkthispage'] = 'unbookmark this page'; +$string['bookmarkthispage'] = 'bookmark this page'; + +$string['savechanges'] = 'Save Changes'; + // end {added with admin cleanup} $string['adminseesallevents'] = 'Administrators see all events';