mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Accesibility: added 'breadcrumb' strings.
This commit is contained in:
parent
07663430ac
commit
2eff1f87ef
1 changed files with 4 additions and 2 deletions
|
@ -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';
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Add table
Add a link
Reference in a new issue