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"), |