Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 5616
adcffadf4962
parent 5585
dab20c39f08c
child 5617
1b9e3d94864a
equal deleted inserted replaced
5615:2c9c2d67e4d8 5616:adcffadf4962
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( 441 "M121": QCoreApplication.translate(
442 "MiscellaneousChecker", 442 "MiscellaneousChecker",
443 "blind except: statement"), # __IGNORE_WARNING__ 443 "blind except: statement"), # __IGNORE_WARNING_M121__
444 "M131": QCoreApplication.translate( 444 "M131": QCoreApplication.translate(
445 "MiscellaneousChecker", 445 "MiscellaneousChecker",
446 '"{0}" is a Python builtin and is being shadowed; ' 446 '"{0}" is a Python builtin and is being shadowed; '
447 'consider renaming the variable'), 447 'consider renaming the variable'),
448 "M132": QCoreApplication.translate( 448 "M132": QCoreApplication.translate(

eric ide

mercurial