Index: trunk/phase3/maintenance/language/checkLanguage.inc |
— | — | @@ -222,17 +222,17 @@ |
223 | 223 | --links: Link the message values (default off). |
224 | 224 | --prefix: prefix to add to links. |
225 | 225 | --wikilang: For the links, what is the content language of the wiki to display the output in (default en). |
226 | | - --noexif: Don't check for EXIF messages (a bit hard and boring to translate), if you know |
| 226 | + --noexif: Do not check for EXIF messages (a bit hard and boring to translate), if you know |
227 | 227 | that they are currently not translated and want to focus on other problems (default off). |
228 | 228 | --whitelist: Do only the following checks (form: code,code). |
229 | | - --blacklist: Don't do the following checks (form: code,code). |
| 229 | + --blacklist: Do not do the following checks (form: code,code). |
230 | 230 | --easy: Do only the easy checks, which can be treated by non-speakers of the language. |
231 | 231 | |
232 | 232 | Check codes (ideally, all of them should result 0; all the checks are executed by default (except language-specific check blacklists in checkLanguage.inc): |
233 | 233 | * untranslated: Messages which are required to translate, but are not translated. |
234 | 234 | * duplicate: Messages which translation equal to fallback |
235 | 235 | * obsolete: Messages which are untranslatable or do not exist, but are translated. |
236 | | - * variables: Messages without variables which should be used, or with variables which shouldn't be used. |
| 236 | + * variables: Messages without variables which should be used, or with variables which should not be used. |
237 | 237 | * empty: Empty messages and messages that contain only -. |
238 | 238 | * whitespace: Messages which have trailing whitespace. |
239 | 239 | * xhtml: Messages which are not well-formed XHTML (checks only few common errors). |