From: Rotem Liss Date: Sun, 20 Aug 2006 11:34:01 +0000 (+0000) Subject: Fixing the help of checkLangauge.php. X-Git-Tag: 1.31.0-rc.0~55941 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=3128e13838c175b6263227c5c50b9d8954ab4578;p=lhc%2Fweb%2Fwiklou.git Fixing the help of checkLangauge.php. --- diff --git a/maintenance/checkLanguage.php b/maintenance/checkLanguage.php index 243adc11a0..92abc0786c 100644 --- a/maintenance/checkLanguage.php +++ b/maintenance/checkLanguage.php @@ -95,18 +95,18 @@ if ( isset( $options['help'] ) ) { echo "\t* blacklist: Don't make the following checks (form: code,code).\n"; echo "\t* duplicate: Check for messages which are translated the same to English (default off).\n"; echo "Check codes (ideally, should be zero; all the checks are executed by default):\n"; - echo "\t* untranslated: Messages which are translatable, but not translated."; - echo "\t* obsolete: Messages which are untranslatable, but translated."; - echo "\t* variables: Messages without variables which should be used."; - echo "\t* empty: Empty messages."; - echo "\t* whitespace: Messages which have trailing whitespace."; - echo "\t* xhtml: Messages which are not well-formed XHTML."; - echo "\t* chars: Messages with hidden characters."; + echo "\t* untranslated: Messages which are translatable, but not translated.\n"; + echo "\t* obsolete: Messages which are untranslatable, but translated.\n"; + echo "\t* variables: Messages without variables which should be used.\n"; + echo "\t* empty: Empty messages.\n"; + echo "\t* whitespace: Messages which have trailing whitespace.\n"; + echo "\t* xhtml: Messages which are not well-formed XHTML.\n"; + echo "\t* chars: Messages with hidden characters.\n"; echo "Display levels (default: 2):\n"; - echo "\t* 0: Skip the checks (useful for checking syntax)."; - echo "\t* 1: Show only the stub headers and number of wrong messages, without list of messages."; - echo "\t* 2: Show only the headers and the message keys, without the message values."; - echo "\t* 3: Show both the headers and the complete messages, with both keys and values."; + echo "\t* 0: Skip the checks (useful for checking syntax).\n"; + echo "\t* 1: Show only the stub headers and number of wrong messages, without list of messages.\n"; + echo "\t* 2: Show only the headers and the message keys, without the message values.\n"; + echo "\t* 3: Show both the headers and the complete messages, with both keys and values.\n"; exit(); }