Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 6170
2bcf6e5637e7
parent 6051
6e09a9a73cb7
child 6177
af76e795c4ce
equal deleted inserted replaced
6168:e9d3ea144b0b 6170:2bcf6e5637e7
309 "docstring summary is not followed by a blank line"), 309 "docstring summary is not followed by a blank line"),
310 "D145": QCoreApplication.translate( 310 "D145": QCoreApplication.translate(
311 "DocStyleChecker", 311 "DocStyleChecker",
312 "last paragraph of docstring is not followed by a blank line"), 312 "last paragraph of docstring is not followed by a blank line"),
313 313
314 "D201": QCoreApplication.translate(
315 "DocStyleChecker", "module docstring is still a default string"),
316 "D202": QCoreApplication.translate(
317 "DocStyleChecker", "function docstring is still a default string"),
314 "D203": QCoreApplication.translate( 318 "D203": QCoreApplication.translate(
315 "DocStyleChecker", 319 "DocStyleChecker",
316 "private function/method is missing a docstring"), 320 "private function/method is missing a docstring"),
317 "D205": QCoreApplication.translate( 321 "D205": QCoreApplication.translate(
318 "DocStyleChecker", "private class is missing a docstring"), 322 "DocStyleChecker", "private class is missing a docstring"),

eric ide

mercurial