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

branch
eric7
changeset 9376
e143a7e7254b
parent 9221
bf71ee032bb4
child 9576
be9f8e7e42e0
equal deleted inserted replaced
9375:e21b51a3d990 9376:e143a7e7254b
44 "pyFlakes", "from __future__ imports must occur at the beginning of the file" 44 "pyFlakes", "from __future__ imports must occur at the beginning of the file"
45 ), 45 ),
46 "F11": QCoreApplication.translate( 46 "F11": QCoreApplication.translate(
47 "pyFlakes", "Local variable {0!r} is assigned to but never used." 47 "pyFlakes", "Local variable {0!r} is assigned to but never used."
48 ), 48 ),
49 "F12": QCoreApplication.translate(
50 "pyFlakes", "List comprehension redefines {0!r} from line {1!r}."
51 ),
52 "F13": QCoreApplication.translate("pyFlakes", "Syntax error detected in doctest."), 49 "F13": QCoreApplication.translate("pyFlakes", "Syntax error detected in doctest."),
53 "F14": QCoreApplication.translate(
54 "pyFlakes", "'return' with argument inside generator"
55 ),
56 "F15": QCoreApplication.translate("pyFlakes", "'return' outside function"), 50 "F15": QCoreApplication.translate("pyFlakes", "'return' outside function"),
57 "F16": QCoreApplication.translate( 51 "F16": QCoreApplication.translate(
58 "pyFlakes", "'from {0} import *' only allowed at module level" 52 "pyFlakes", "'from {0} import *' only allowed at module level"
59 ), 53 ),
60 "F17": QCoreApplication.translate( 54 "F17": QCoreApplication.translate(

eric ide

mercurial