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

branch
eric7
changeset 10164
b2fbf59d889f
parent 9653
e67609152c5e
child 10354
49a439993d06
equal deleted inserted replaced
10163:bab2f909e60b 10164:b2fbf59d889f
65 ), 65 ),
66 "F20": QCoreApplication.translate("pyFlakes", "Future feature {0} is not defined"), 66 "F20": QCoreApplication.translate("pyFlakes", "Future feature {0} is not defined"),
67 "F21": QCoreApplication.translate("pyFlakes", "'yield' outside function"), 67 "F21": QCoreApplication.translate("pyFlakes", "'yield' outside function"),
68 "F22": QCoreApplication.translate("pyFlakes", "'continue' not properly in loop"), 68 "F22": QCoreApplication.translate("pyFlakes", "'continue' not properly in loop"),
69 "F23": QCoreApplication.translate("pyFlakes", "'break' outside loop"), 69 "F23": QCoreApplication.translate("pyFlakes", "'break' outside loop"),
70 "F24": QCoreApplication.translate(
71 "pyFlakes", "'continue' not supported inside 'finally' clause"
72 ),
73 "F25": QCoreApplication.translate("pyFlakes", "Default 'except:' must be last"), 70 "F25": QCoreApplication.translate("pyFlakes", "Default 'except:' must be last"),
74 "F26": QCoreApplication.translate( 71 "F26": QCoreApplication.translate(
75 "pyFlakes", "Two starred expressions in assignment" 72 "pyFlakes", "Two starred expressions in assignment"
76 ), 73 ),
77 "F27": QCoreApplication.translate( 74 "F27": QCoreApplication.translate(

eric ide

mercurial