src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py

branch
eric7
changeset 10450
486b86309a33
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10449:cc468bd2abdf 10450:486b86309a33
59 ), 59 ),
60 "F17": QCoreApplication.translate( 60 "F17": QCoreApplication.translate(
61 "pyFlakes", "{0!r} may be undefined, or defined from star imports: {1}" 61 "pyFlakes", "{0!r} may be undefined, or defined from star imports: {1}"
62 ), 62 ),
63 "F18": QCoreApplication.translate( 63 "F18": QCoreApplication.translate(
64 "pyFlakes", "Dictionary key {0!r} repeated with different values" 64 "pyFlakes", "Dictionary key {0} repeated with different values"
65 ), 65 ),
66 "F19": QCoreApplication.translate( 66 "F19": QCoreApplication.translate(
67 "pyFlakes", "Dictionary key variable {0} repeated with different values" 67 "pyFlakes", "Dictionary key variable {0} repeated with different values"
68 ), 68 ),
69 "F20": QCoreApplication.translate("pyFlakes", "Future feature {0} is not defined"), 69 "F20": QCoreApplication.translate("pyFlakes", "Future feature {0} is not defined"),

eric ide

mercurial