Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 5617
1b9e3d94864a
parent 5616
adcffadf4962
child 5621
80cce672d505
equal deleted inserted replaced
5616:adcffadf4962 5617:1b9e3d94864a
436 "MiscellaneousChecker", 436 "MiscellaneousChecker",
437 "copyright notice not present"), 437 "copyright notice not present"),
438 "M112": QCoreApplication.translate( 438 "M112": QCoreApplication.translate(
439 "MiscellaneousChecker", 439 "MiscellaneousChecker",
440 "copyright notice contains invalid author"), 440 "copyright notice contains invalid author"),
441 "M121": QCoreApplication.translate(
442 "MiscellaneousChecker",
443 "blind except: statement"), # __IGNORE_WARNING_M121__
444 "M131": QCoreApplication.translate( 441 "M131": QCoreApplication.translate(
445 "MiscellaneousChecker", 442 "MiscellaneousChecker",
446 '"{0}" is a Python builtin and is being shadowed; ' 443 '"{0}" is a Python builtin and is being shadowed; '
447 'consider renaming the variable'), 444 'consider renaming the variable'),
448 "M132": QCoreApplication.translate( 445 "M132": QCoreApplication.translate(

eric ide

mercurial