i18n/app.fil
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 13 Mar 2019 11:47:03 +0300
changeset 2537 eb4a4cc41914
parent 2426 aef7f2ca4e69
child 3328 01682a34a558
permissions -rw-r--r--
Fix various pylint and pep8 errors

Check basic code-style problems for PEP-8
pep8 version: 2.4.0
./connectors/PYRO/__init__.py:57:43: E261 at least two spaces before inline comment
./connectors/SchemeEditor.py:29:21: E128 continuation line under-indented for visual indent
./controls/IDBrowser.py:101:23: E127 continuation line over-indented for visual indent
./controls/IDBrowser.py:102:23: E127 continuation line over-indented for visual indent

Check for problems using pylint ...
No config file found, using default configuration
pylint 1.9.4,
astroid 1.6.5
Python 2.7.16rc1 (default, Feb 18 2019, 11:05:09)
[GCC 8.2.0]
Use multiple threads for pylint
Using config file /home/developer/WorkData/PLC/beremiz/beremiz/.pylint
************* Module connectors.PYRO_dialog
connectors/PYRO_dialog.py:9: [W0611(unused-import), ] Unused import wx
************* Module connectors
connectors/__init__.py:32: [W1652(deprecated-types-field), ] Accessing a deprecated fields on the types module
connectors/__init__.py:32: [C0411(wrong-import-order), ] standard import "from types import ClassType" should be placed before "from connectors.ConnectorBase import ConnectorBase"
************* Module connectors.PYRO.PSK_Adapter
connectors/PYRO/PSK_Adapter.py:7: [C0411(wrong-import-order), ] standard import "import ssl" should be placed before "import sslpsk"
************* Module connectors.SchemeEditor
connectors/SchemeEditor.py:29: [C0330(bad-continuation), ] Wrong continued indentation (add 1 space).
wx.ALIGN_CENTER_VERTICAL),
^|
connectors/SchemeEditor.py:42: [W0631(undefined-loop-variable), SchemeEditor.__init__] Using possibly undefined loop variable 'tag'
************* Module runtime.WampClient
runtime/WampClient.py:138: [W1612(unicode-builtin), WampSession.onJoin] unicode built-in referenced
runtime/WampClient.py:154: [W1612(unicode-builtin), WampSession.publishWithOwnID] unicode built-in referenced
runtime/WampClient.py:346: [W1612(unicode-builtin), PublishEvent] unicode built-in referenced
runtime/WampClient.py:351: [W1612(unicode-builtin), PublishEventWithOwnID] unicode built-in referenced
runtime/WampClient.py:31: [W0611(unused-import), ] Unused str imported from builtins as text
************* Module runtime.PLCObject
runtime/PLCObject.py:35: [W1648(bad-python3-import), ] Module moved in Python 3
runtime/PLCObject.py:35: [C0411(wrong-import-order), ] standard import "import md5" should be placed before "from six.moves import xrange"
runtime/PLCObject.py:36: [C0411(wrong-import-order), ] standard import "from tempfile import mkstemp" should be placed before "from six.moves import xrange"
runtime/PLCObject.py:37: [C0411(wrong-import-order), ] standard import "import shutil" should be placed before "from six.moves import xrange"
runtime/PLCObject.py:38: [C0411(wrong-import-order), ] standard import "from functools import wraps, partial" should be placed before "from six.moves import xrange"
************* Module runtime.Worker
runtime/Worker.py:12: [W1648(bad-python3-import), ] Module moved in Python 3
************* Module runtime.spawn_subprocess
runtime/spawn_subprocess.py:125: [C0325(superfluous-parens), ] Unnecessary parens after 'print' keyword
runtime/spawn_subprocess.py:130: [C0325(superfluous-parens), ] Unnecessary parens after 'print' keyword
runtime/spawn_subprocess.py:125: [E1601(print-statement), ] print statement used
runtime/spawn_subprocess.py:130: [E1601(print-statement), ] print statement used
************* Module controls.IDBrowser
controls/IDBrowser.py:101: [C0330(bad-continuation), ] Wrong continued indentation (remove 5 spaces).
if self.isManager
| ^
controls/IDBrowser.py:102: [C0330(bad-continuation), ] Wrong continued indentation (remove 5 spaces).
else dv.DATAVIEW_CELL_INERT),
| ^
************* Module Beremiz_service
Beremiz_service.py:34: [W0611(unused-import), ] Unused import __builtin__
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
     1
../canfestival/canfestival.py
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
     2
../canfestival/SlaveEditor.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
     3
../canfestival/config_utils.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
     4
../canfestival/NetworkEditor.py
1705
5df7b3d404e8 l18n: update messages.pot and app.fil
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1697
diff changeset
     5
../BeremizIDE.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
     6
../dialogs/LDElementDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
     7
../dialogs/ForceVariableDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
     8
../dialogs/SearchInProjectDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
     9
../dialogs/SFCStepDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    10
../dialogs/SFCStepNameDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    11
../dialogs/FindInPouDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    12
../dialogs/SFCDivergenceDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    13
../dialogs/SFCTransitionDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    14
../dialogs/DurationEditorDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    15
../dialogs/PouTransitionDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    16
../dialogs/FBDVariableDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    17
../dialogs/BlockPreviewDialog.py
1566
2ce8d970fc69 add Russian translations for About dialogs
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1488
diff changeset
    18
../dialogs/AboutDialog.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    19
../dialogs/ProjectDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    20
../dialogs/LDPowerRailDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    21
../dialogs/ArrayTypeDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    22
../dialogs/PouNameDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    23
../dialogs/BrowseLocationsDialog.py
2426
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    24
../dialogs/CommentEditDialog.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    25
../dialogs/FBDBlockDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    26
../dialogs/ConnectionDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    27
../dialogs/BrowseValuesLibraryDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    28
../dialogs/ActionBlockDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    29
../dialogs/PouActionDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    30
../dialogs/DiscoveryDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    31
../dialogs/PouDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    32
../graphics/RubberBand.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    33
../graphics/FBD_Objects.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    34
../graphics/DebugDataConsumer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    35
../graphics/ToolTipProducer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    36
../graphics/LD_Objects.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    37
../graphics/SFC_Objects.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    38
../graphics/GraphicCommons.py
2426
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    39
../bacnet/BacnetSlaveEditor.py
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    40
../bacnet/bacnet.py
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    41
../bacnet/ede_files/template_ObjTypes.csv
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    42
../bacnet/ede_files/template_Units.csv
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    43
../bacnet/ede_files/template_EDE.csv
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    44
../bacnet/ede_files/template_StateTexts.csv
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    45
../connectors/PYRO/__init__.py
2186
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
    46
../connectors/PYRO/dialog.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    47
../connectors/__init__.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    48
../connectors/WAMP/__init__.py
2186
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
    49
../connectors/WAMP/dialog.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    50
../targets/Generic/XSD
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    51
../targets/XSD_toolchain_makefile
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    52
../targets/Xenomai/__init__.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    53
../targets/Xenomai/XSD
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    54
../targets/XSD_toolchain_gcc
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    55
../targets/__init__.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    56
../targets/toolchain_gcc.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    57
../targets/toolchain_makefile.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    58
../targets/Linux/XSD
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    59
../targets/Win32/XSD
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    60
../PLCControler.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    61
../PLCOpenEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    62
../py_ext/PythonEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    63
../py_ext/PythonFileCTNMixin.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    64
../wxglade_hmi/wxglade_hmi.py
2186
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
    65
../modbus/modbus.py
2426
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    66
../etherlab/EthercatCIA402Slave.py
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    67
../etherlab/EtherCATManagementEditor.py
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    68
../etherlab/CommonEtherCATFunction.py
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    69
../etherlab/EthercatSlave.py
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    70
../etherlab/etherlab.py
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    71
../etherlab/EthercatCFileGenerator.py
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    72
../etherlab/ConfigEditor.py
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    73
../etherlab/EthercatMaster.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    74
../runtime/NevowServer.py
2186
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
    75
../runtime/WampClient.py
2426
aef7f2ca4e69 Update localization template
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 2186
diff changeset
    76
../runtime/PlcStatus.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    77
../runtime/PLCObject.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    78
../runtime/ServicePublisher.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    79
../ConfigTreeNode.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    80
../editors/ConfTreeNodeEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    81
../editors/ResourceEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    82
../editors/Viewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    83
../editors/LDViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    84
../editors/DataTypeEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    85
../editors/IECCodeViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    86
../editors/TextViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    87
../editors/ProjectNodeEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    88
../editors/EditorPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    89
../editors/DebugViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    90
../editors/SFCViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    91
../editors/FileManagementPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    92
../editors/CodeFileEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    93
../ProjectController.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    94
../controls/LocationCellEditor.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    95
../controls/SearchResultPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    96
../controls/PouInstanceVariablesPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    97
../controls/CustomTable.py
1705
5df7b3d404e8 l18n: update messages.pot and app.fil
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1697
diff changeset
    98
../controls/EnhancedStatusBar.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    99
../controls/LibraryPanel.py
2186
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
   100
../controls/UriLocationEditor.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   101
../controls/CustomToolTip.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   102
../controls/LogViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   103
../controls/FolderTree.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   104
../controls/ProjectPropertiesPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   105
../controls/DebugVariablePanel/DebugVariablePanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   106
../controls/DebugVariablePanel/DebugVariableViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   107
../controls/DebugVariablePanel/DebugVariableTextViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   108
../controls/DebugVariablePanel/DebugVariableGraphicViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   109
../controls/DebugVariablePanel/GraphButton.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   110
../controls/DebugVariablePanel/DebugVariableItem.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   111
../controls/TextCtrlAutoComplete.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   112
../controls/DurationCellEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   113
../controls/CustomStyledTextCtrl.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
   114
../controls/VariablePanel.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
   115
../controls/CustomGrid.py
1843
4bec5768afbb update list with files for internatialization, app.fil
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1804
diff changeset
   116
../controls/CustomIntCtrl.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   117
../controls/CustomTree.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
   118
../controls/CustomEditableListBox.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   119
../CodeFileTreeNode.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   120
../docutil/dochtml.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   121
../c_ext/CFileEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   122
../xmlclass/xsdschema.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   123
../xmlclass/xmlclass.py
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
   124
../Beremiz.py
1566
2ce8d970fc69 add Russian translations for About dialogs
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1488
diff changeset
   125
../version.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   126
../POULibrary.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   127
../util/MiniTextControler.py
1804
5a79875b0ed7 update translation strings
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1714
diff changeset
   128
../util/ExceptionHandler.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   129
../util/misc.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   130
../util/ProcessLogger.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   131
../features.py
734
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
   132
../svgui/svgui.py
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
   133
../svgui/svgui_server.py
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
   134
../svgui/svguilib.py
2186
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
   135
../plcopen/InstancesPathCollector.py
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
   136
../plcopen/types_enums.py
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
   137
../plcopen/InstanceTagnameCollector.py
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
   138
../plcopen/BlockInstanceCollector.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
   139
../plcopen/iec_std.csv
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
   140
../plcopen/structures.py
2186
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
   141
../plcopen/XSLTModelQuery.py
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
   142
../plcopen/POUVariablesCollector.py
2ec02f0f9fa9 Update list of files with strings for i18n and templates for translations
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1843
diff changeset
   143
../plcopen/VariableInfoCollector.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
   144
../plcopen/plcopen.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   145
../plcopen/definitions.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   146
../IDEFrame.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   147
../PLCGenerator.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   148
../Beremiz_service.py
1714
64ea7c86a74c add to i18n/README forgotten commands to add some XML schemes as source
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1705
diff changeset
   149
../plcopen/Additional_Function_Blocks.xml
1804
5a79875b0ed7 update translation strings
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1714
diff changeset
   150
../plcopen/Standard_Function_Blocks.xml