Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 4423
14f3ca3dcef6
parent 4021
195a471c327b
child 4506
57666e501a42
equal deleted inserted replaced
4419:66be66ec3afc 4423:14f3ca3dcef6
369 "variable in function should be lowercase"), 369 "variable in function should be lowercase"),
370 "N831": QCoreApplication.translate( 370 "N831": QCoreApplication.translate(
371 "NamingStyleChecker", 371 "NamingStyleChecker",
372 "names 'l', 'O' and 'I' should be avoided"), 372 "names 'l', 'O' and 'I' should be avoided"),
373 373
374 # McCabe messages
375 "C101": QCoreApplication.translate(
376 "McCabeChecker", "'{0}' is too complex ({1})"),
377 "C901": QCoreApplication.translate(
378 "McCabeChecker", "{0}: {1}"),
379
374 # CodeStyleFixer messages 380 # CodeStyleFixer messages
375 "FD111": QCoreApplication.translate( 381 "FD111": QCoreApplication.translate(
376 'CodeStyleFixer', 382 'CodeStyleFixer',
377 "Triple single quotes converted to triple double quotes."), 383 "Triple single quotes converted to triple double quotes."),
378 'FD112': QCoreApplication.translate( 384 'FD112': QCoreApplication.translate(

eric ide

mercurial