mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
26 lines
892 B
PHP
26 lines
892 B
PHP
<?PHP // $Id$
|
|
// access.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$string['access'] = 'Accessibility';
|
|
$string['accesshelp'] = 'Accessibility help';
|
|
$string['accesskey'] = 'Access key, $a';
|
|
$string['accessstatement'] = 'Accessibility statement';
|
|
$string['activitynext'] = 'Next activity';
|
|
$string['activityprev'] = 'Previous activity';
|
|
$string['breadcrumb'] = 'Breadcrumb trail';
|
|
$string['monthnext'] = 'Next month';
|
|
$string['monthprev'] = 'Previous month';
|
|
$string['showhideblock'] = 'Show or hide block';
|
|
$string['sitemap'] = 'Site map';
|
|
$string['skipa'] = 'Skip $a';
|
|
$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';
|
|
|
|
?>
|