Utilities/pyflakes/translations.py

changeset 3208
884465a61753
parent 3207
6cf664694e3c
child 3229
c8bbf88ae439
--- a/Utilities/pyflakes/translations.py	Wed Jan 15 19:16:06 2014 +0100
+++ b/Utilities/pyflakes/translations.py	Thu Jan 16 18:28:34 2014 +0100
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# -*- cod)ing: utf-8 -*-
 
 # Copyright (c) 2014 Detlev Offenbach <detlev@die-offenbachs.de>
 #
@@ -39,14 +39,19 @@
         'Duplicate argument {0!r} in function definition.'),
     'F09': QCoreApplication.translate(
         'pyFlakes',
-        'Redefinition of function {0!r} from line {1!r}.'),
+        'Redefinition of {0!r} from line {1!r}.'),
     'F10': QCoreApplication.translate(
         'pyFlakes',
         'Future import(s) {0!r} after other statements.'),
     'F11': QCoreApplication.translate(
         'pyFlakes',
         'Local variable {0!r} is assigned to but never used.'),
-
+    'F12': QCoreApplication.translate(
+        'pyFlakes',
+        'List comprehension redefines {0!r} from line {1!r}.'),
+    'F13': QCoreApplication.translate(
+        'pyFlakes',
+        'Syntax error detected in doctest.'),
 }
 
 

eric ide

mercurial