eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py

changeset 7709
7c3968742fd2
parent 7635
0cdead130a81
child 7923
91e843545d9a
equal deleted inserted replaced
7708:b2c315bcb1c0 7709:7c3968742fd2
144 'F42': QCoreApplication.translate( 144 'F42': QCoreApplication.translate(
145 'pyFlakes', 145 'pyFlakes',
146 "'...' % ... has unsupported format character {0!r}"), 146 "'...' % ... has unsupported format character {0!r}"),
147 'F43': QCoreApplication.translate( 147 'F43': QCoreApplication.translate(
148 'pyFlakes', 148 'pyFlakes',
149 "'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)"), 149 "'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)"),
150 'F44': QCoreApplication.translate( 150 'F44': QCoreApplication.translate(
151 'pyFlakes', 151 'pyFlakes',
152 "'...' % ... has unused named argument(s): {0}"), 152 "'...' % ... has unused named argument(s): {0}"),
153 'F45': QCoreApplication.translate( 153 'F45': QCoreApplication.translate(
154 'pyFlakes', 154 'pyFlakes',

eric ide

mercurial