]> git.mjollnir.org Git - moodle.git/commitdiff
Accesibility: added 'breadcrumb' strings.
authornfreear <nfreear>
Wed, 8 Mar 2006 14:12:04 +0000 (14:12 +0000)
committernfreear <nfreear>
Wed, 8 Mar 2006 14:12:04 +0000 (14:12 +0000)
lang/en_utf8/access.php

index 768076671fc80016e95591a3cfc9bd12ff61735f..ff267348fc86b2f885fd1b9ba513cd4a6ff381e2 100644 (file)
@@ -5,7 +5,7 @@
  * 
  * Most 'Alt' text and table summaries should go in the specific module language file.
  *
- * @copyright © 2006 The Open University
+ * @copyright &copy; 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