mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 03:18:07 +01:00
31 lines
1.1 KiB
PHP
31 lines
1.1 KiB
PHP
<?php // $Id$
|
|
// access.php - created with Moodle 1.6 (2006030300)
|
|
/**
|
|
* General accessibility, usability and navigation language file.
|
|
*
|
|
* Most 'Alt' text and table summaries should go in the specific module language file.
|
|
*
|
|
* @copyright © 2006 The Open University
|
|
* @author N.D.Freear@open.ac.uk, and others
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
|
* @package
|
|
*/
|
|
|
|
$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['monthprev'] = 'Previous month';
|
|
$string['showhideblock'] = 'Show or hide block';
|
|
$string['sitemap'] = 'Site map';
|
|
$string['skipblock'] = 'Skip block';
|
|
$string['skipnavigation'] = 'Skip navigation';
|
|
$string['tabledata'] = 'Data table, $a';
|
|
$string['tablelayout'] = 'Layout table, $a';
|
|
$string['tocontent'] = 'Go to main content';
|
|
$string['tonavigation'] = 'Go to navigation';
|
|
$string['youarehere'] = 'You are here';
|
|
|
|
?>
|