From: Ævar Arnfjörð Bjarmason Date: Mon, 11 Apr 2005 22:52:02 +0000 (+0000) Subject: * Changing the names for brevity and to make them more generic, e.g. X-Git-Tag: 1.5.0alpha1~299 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=10c9c111e8c08dafd33286d645436232c1484a0b;p=lhc%2Fweb%2Fwiklou.git * Changing the names for brevity and to make them more generic, e.g. Search resaults => Search; Math rendering => Math.. --- diff --git a/languages/Language.php b/languages/Language.php index ba40cf6a44..ffa19901b9 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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',