Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 4508
a3b38825acf0
parent 4507
1a5bc1ac7c2e
child 4509
7797ee4a45f9
equal deleted inserted replaced
4507:1a5bc1ac7c2e 4508:a3b38825acf0
395 "MiscellaneousChecker", 395 "MiscellaneousChecker",
396 "blind except: statement"), 396 "blind except: statement"),
397 "M131": QCoreApplication.translate( 397 "M131": QCoreApplication.translate(
398 "MiscellaneousChecker", 398 "MiscellaneousChecker",
399 "found {0} formatter"), 399 "found {0} formatter"),
400 "M701": QCoreApplication.translate(
401 "MiscellaneousChecker",
402 "__future__ import 'division' missing"),
403 "M702": QCoreApplication.translate(
404 "MiscellaneousChecker",
405 "__future__ import 'absolute_import' missing"),
406 "M703": QCoreApplication.translate(
407 "MiscellaneousChecker",
408 "__future__ import 'with_statement' missing"),
409 "M704": QCoreApplication.translate(
410 "MiscellaneousChecker",
411 "__future__ import 'print_function' missing"),
412 "M705": QCoreApplication.translate(
413 "MiscellaneousChecker",
414 "__future__ import 'unicode_literals' missing"),
415 "M706": QCoreApplication.translate(
416 "MiscellaneousChecker",
417 "__future__ import 'generator_stop' missing"),
418 "M721": QCoreApplication.translate(
419 "MiscellaneousChecker",
420 "__future__ import 'division' present"),
421 "M722": QCoreApplication.translate(
422 "MiscellaneousChecker",
423 "__future__ import 'absolute_import' present"),
424 "M723": QCoreApplication.translate(
425 "MiscellaneousChecker",
426 "__future__ import 'with_statement' present"),
427 "M724": QCoreApplication.translate(
428 "MiscellaneousChecker",
429 "__future__ import 'print_function' present"),
430 "M725": QCoreApplication.translate(
431 "MiscellaneousChecker",
432 "__future__ import 'unicode_literals' present"),
433 "M726": QCoreApplication.translate(
434 "MiscellaneousChecker",
435 "__future__ import 'generator_stop' present"),
400 "M801": QCoreApplication.translate( 436 "M801": QCoreApplication.translate(
401 "MiscellaneousChecker", 437 "MiscellaneousChecker",
402 "print statement found"), 438 "print statement found"),
403 "M811": QCoreApplication.translate( 439 "M811": QCoreApplication.translate(
404 "MiscellaneousChecker", 440 "MiscellaneousChecker",

eric ide

mercurial