--- a/i18n/eric6_es.ts Wed Jul 27 13:56:37 2016 +0200 +++ b/i18n/eric6_es.ts Wed Jul 27 15:28:26 2016 +0200 @@ -70659,8 +70659,8 @@ </message> <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="45"/> - <source>Future import(s) {0!r} after other statements.</source> - <translation>Future import(s) {0!r} despues de otras sentencias.</translation> + <source>from __future__ imports must occur at the beginning of the file</source> + <translation type="unfinished">Future import(s) {0!r} despues de otras sentencias.</translation> </message> <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="48"/> @@ -70668,7 +70668,7 @@ <translation>La variable local {0!r} está asignada pero nunca es utilizada.</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>sin mensaje definido para el código '{0}'</translation> </message> @@ -70697,6 +70697,66 @@ <source>'return' outside function</source> <translation>'return' fuera de una función</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>