* Changing the names for brevity and to make them more generic, e.g.
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 11 Apr 2005 22:52:02 +0000 (22:52 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 11 Apr 2005 22:52:02 +0000 (22:52 +0000)
  Search resaults => Search; Math rendering => Math..

languages/Language.php

index ba40cf6..ffa1990 100644 (file)
@@ -852,7 +852,7 @@ See [[Project:User preferences help]] for help deciphering the options.",
 'qbsettings'   => 'Quickbar settings',
 'changepassword' => 'Change password',
 'skin'                 => 'Skin',
-'math'                 => 'Math rendering',
+'math'                 => 'Math',
 'dateformat'   => 'Date format',
 'math_failure'         => 'Failed to parse',
 'math_unknown_error'   => 'unknown error',
@@ -864,8 +864,8 @@ See [[Project:User preferences help]] for help deciphering the options.",
 'math_bad_output'      => 'Can\'t write to or create math output directory',
 'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',
 'prefs-personal' => 'User data',
-'prefs-rc' => 'Recent changes and stub display',
-'prefs-misc' => 'Misc settings',
+'prefs-rc' => 'Recent changes & stubs',
+'prefs-misc' => 'Misc',
 'saveprefs'            => 'Save preferences',
 'resetprefs'   => 'Reset preferences',
 'oldpassword'  => 'Old password',
@@ -874,7 +874,7 @@ See [[Project:User preferences help]] for help deciphering the options.",
 'textboxsize'  => 'Editing',
 'rows'                 => 'Rows',
 'columns'              => 'Columns',
-'searchresultshead' => 'Search results',
+'searchresultshead' => 'Search',
 'resultsperpage' => 'Hits to show per page',
 'contextlines' => 'Lines to show per hit',
 'contextchars' => 'Characters of context per line',