Accesibility: added 'breadcrumb' strings.

This commit is contained in:
nfreear 2006-03-08 14:12:04 +00:00
parent 07663430ac
commit 2eff1f87ef

View file

@ -5,7 +5,7 @@
* *
* Most 'Alt' text and table summaries should go in the specific module language file. * 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 * @author N.D.Freear@open.ac.uk
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package * @package
@ -15,8 +15,9 @@ $string['access'] = 'Accessibility';
$string['accesshelp'] = 'Accessibility help'; $string['accesshelp'] = 'Accessibility help';
$string['accesskey'] = 'Access key, $a'; $string['accesskey'] = 'Access key, $a';
$string['accessstatement'] = 'Accessibility statement'; $string['accessstatement'] = 'Accessibility statement';
$string['breadcrumb'] = 'Breadcrumb trail';
$string['monthnext'] = 'Next month'; $string['monthnext'] = 'Next month';
$string['monthprevious'] = 'Previous month'; $string['monthprev'] = 'Previous month';
$string['showhideblock'] = 'Show or hide block'; $string['showhideblock'] = 'Show or hide block';
$string['sitemap'] = 'Site map'; $string['sitemap'] = 'Site map';
$string['skipblock'] = 'Skip block'; $string['skipblock'] = 'Skip block';
@ -26,5 +27,6 @@ $string['tablelayout'] = 'Layout table, $a';
$string['tocontent'] = 'Go to main content'; $string['tocontent'] = 'Go to main content';
$string['today'] = 'Today'; $string['today'] = 'Today';
$string['tonavigation'] = 'Go to navigation'; $string['tonavigation'] = 'Go to navigation';
$string['youarehere'] = 'You are here';
?> ?>