--- 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 '{0}'</source> <translation type="unfinished"></translation> </message> @@ -71649,6 +71649,66 @@ <source>'return' outside function</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="63"/> + <source>'from {0} import *' 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>'yield' outside function</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="84"/> + <source>'break' outside loop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="87"/> + <source>'continue' not supported inside 'finally' clause</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="90"/> + <source>Default 'except:' 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>