i18n/eric6_it.ts

changeset 5067
e2f171f08af8
parent 5047
04e5dfbd3f3d
child 5070
4e4651e88674
--- a/i18n/eric6_it.ts	Wed Jul 27 13:56:37 2016 +0200
+++ b/i18n/eric6_it.ts	Wed Jul 27 15:28:26 2016 +0200
@@ -71611,7 +71611,7 @@
     </message>
     <message>
         <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="45"/>
-        <source>Future import(s) {0!r} after other statements.</source>
+        <source>from __future__ imports must occur at the beginning of the file</source>
         <translation type="unfinished">Future import(s) {0!r} dopo altre istruzioni.</translation>
     </message>
     <message>
@@ -71635,7 +71635,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="81"/>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="120"/>
         <source>no message defined for code &apos;{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -71649,6 +71649,66 @@
         <source>&apos;return&apos; outside function</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="63"/>
+        <source>&apos;from {0} import *&apos; only allowed at module level</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="66"/>
+        <source>{0} may be undefined, or defined from star imports: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="69"/>
+        <source>Dictionary key {0!r} repeated with different values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="72"/>
+        <source>Dictionary key variable {0} repeated with different values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="75"/>
+        <source>Future feature {0} is not defined</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="78"/>
+        <source>&apos;yield&apos; outside function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="84"/>
+        <source>&apos;break&apos; outside loop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="87"/>
+        <source>&apos;continue&apos; not supported inside &apos;finally&apos; clause</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="90"/>
+        <source>Default &apos;except:&apos; must be last</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="93"/>
+        <source>Two starred expressions in assignment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="96"/>
+        <source>Too many expressions in star-unpacking assignment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="99"/>
+        <source>Assertion is always true, perhaps remove parentheses?</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>subversion</name>

eric ide

mercurial