diff --git a/lang/en_utf8/access.php b/lang/en_utf8/access.php index 768076671fc..ff267348fc8 100644 --- a/lang/en_utf8/access.php +++ b/lang/en_utf8/access.php @@ -5,7 +5,7 @@ * * Most 'Alt' text and table summaries should go in the specific module language file. * - * @copyright © 2006 The Open University + * @copyright © 2006 The Open University * @author N.D.Freear@open.ac.uk * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package @@ -15,8 +15,9 @@ $string['access'] = 'Accessibility'; $string['accesshelp'] = 'Accessibility help'; $string['accesskey'] = 'Access key, $a'; $string['accessstatement'] = 'Accessibility statement'; +$string['breadcrumb'] = 'Breadcrumb trail'; $string['monthnext'] = 'Next month'; -$string['monthprevious'] = 'Previous month'; +$string['monthprev'] = 'Previous month'; $string['showhideblock'] = 'Show or hide block'; $string['sitemap'] = 'Site map'; $string['skipblock'] = 'Skip block'; @@ -26,5 +27,6 @@ $string['tablelayout'] = 'Layout table, $a'; $string['tocontent'] = 'Go to main content'; $string['today'] = 'Today'; $string['tonavigation'] = 'Go to navigation'; +$string['youarehere'] = 'You are here'; ?> \ No newline at end of file