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

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9376
e143a7e7254b
child 9593
89f885d857e4
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
30 "Local variable {0!r} (defined in enclosing scope on line {1!r})" 30 "Local variable {0!r} (defined in enclosing scope on line {1!r})"
31 " referenced before assignment.", 31 " referenced before assignment.",
32 ), 32 ),
33 "F07B": QCoreApplication.translate( 33 "F07B": QCoreApplication.translate(
34 "pyFlakes", 34 "pyFlakes",
35 "Local variable {0!r} (defined as a builtin)" " referenced before assignment.", 35 "Local variable {0!r} (defined as a builtin) referenced before assignment.",
36 ), 36 ),
37 "F08": QCoreApplication.translate( 37 "F08": QCoreApplication.translate(
38 "pyFlakes", "Duplicate argument {0!r} in function definition." 38 "pyFlakes", "Duplicate argument {0!r} in function definition."
39 ), 39 ),
40 "F09": QCoreApplication.translate( 40 "F09": QCoreApplication.translate(

eric ide

mercurial