Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 4507
1a5bc1ac7c2e
parent 4506
57666e501a42
child 4508
a3b38825acf0
equal deleted inserted replaced
4506:57666e501a42 4507:1a5bc1ac7c2e
398 "MiscellaneousChecker", 398 "MiscellaneousChecker",
399 "found {0} formatter"), 399 "found {0} formatter"),
400 "M801": QCoreApplication.translate( 400 "M801": QCoreApplication.translate(
401 "MiscellaneousChecker", 401 "MiscellaneousChecker",
402 "print statement found"), 402 "print statement found"),
403 "M811": QCoreApplication.translate(
404 "MiscellaneousChecker",
405 "one element tuple found"),
403 "M901": QCoreApplication.translate( 406 "M901": QCoreApplication.translate(
404 "MiscellaneousChecker", 407 "MiscellaneousChecker",
405 "{0}: {1}"), 408 "{0}: {1}"),
406 409
407 # CodeStyleFixer messages 410 # CodeStyleFixer messages

eric ide

mercurial