Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 3674
817bff442043
parent 3656
441956d8fce5
child 4021
195a471c327b
equal deleted inserted replaced
3673:e26d7d0c1088 3674:817bff442043
469 'CodeStyleFixer', 469 'CodeStyleFixer',
470 "One blank line inserted."), 470 "One blank line inserted."),
471 471
472 "FE302+": lambda n=1: QCoreApplication.translate( 472 "FE302+": lambda n=1: QCoreApplication.translate(
473 'CodeStyleFixer', 473 'CodeStyleFixer',
474 "%n blank line(s) inserted.", '', QCoreApplication.CodecForTr, n), 474 "%n blank line(s) inserted.", '', n),
475 "FE302-": lambda n=1: QCoreApplication.translate( 475 "FE302-": lambda n=1: QCoreApplication.translate(
476 'CodeStyleFixer', 476 'CodeStyleFixer',
477 "%n superfluous lines removed", '', QCoreApplication.CodecForTr, n), 477 "%n superfluous lines removed", '', n),
478 478
479 "FE303": QCoreApplication.translate( 479 "FE303": QCoreApplication.translate(
480 'CodeStyleFixer', 480 'CodeStyleFixer',
481 "Superfluous blank lines removed."), 481 "Superfluous blank lines removed."),
482 "FE304": QCoreApplication.translate( 482 "FE304": QCoreApplication.translate(

eric ide

mercurial