i18n/app.fil
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 15 Sep 2017 19:01:31 +0300
changeset 1807 5562f34f2fc2
parent 1804 5a79875b0ed7
child 1843 4bec5768afbb
permissions -rw-r--r--
lazy initialization of highlight pens and brushes for DebugVariableViewer

Constructors wx.Pen() and wx.Brush() require wx.App to exist already.
That causes crash during import of the control,
because import is done before calling main application code.
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
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    24
../dialogs/FBDBlockDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    25
../dialogs/ConnectionDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    26
../dialogs/BrowseValuesLibraryDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    27
../dialogs/ActionBlockDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    28
../dialogs/PouActionDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    29
../dialogs/DiscoveryDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    30
../dialogs/PouDialog.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    31
../graphics/RubberBand.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    32
../graphics/FBD_Objects.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    33
../graphics/DebugDataConsumer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    34
../graphics/ToolTipProducer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    35
../graphics/LD_Objects.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    36
../graphics/SFC_Objects.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    37
../graphics/GraphicCommons.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    38
../connectors/PYRO/__init__.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    39
../connectors/__init__.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    40
../connectors/WAMP/__init__.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    41
../targets/Generic/XSD
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    42
../targets/XSD_toolchain_makefile
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    43
../targets/Xenomai/__init__.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    44
../targets/Xenomai/XSD
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    45
../targets/XSD_toolchain_gcc
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    46
../targets/__init__.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    47
../targets/toolchain_gcc.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    48
../targets/toolchain_makefile.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    49
../targets/Linux/XSD
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    50
../targets/Win32/XSD
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    51
../PLCControler.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    52
../PLCOpenEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    53
../py_ext/PythonEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    54
../py_ext/PythonFileCTNMixin.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    55
../wxglade_hmi/wxglade_hmi.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    56
../runtime/NevowServer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    57
../runtime/PLCObject.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    58
../runtime/ServicePublisher.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    59
../ConfigTreeNode.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    60
../editors/ConfTreeNodeEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    61
../editors/ResourceEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    62
../editors/Viewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    63
../editors/LDViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    64
../editors/DataTypeEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    65
../editors/IECCodeViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    66
../editors/TextViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    67
../editors/ProjectNodeEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    68
../editors/EditorPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    69
../editors/DebugViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    70
../editors/SFCViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    71
../editors/FileManagementPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    72
../editors/CodeFileEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    73
../ProjectController.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    74
../controls/LocationCellEditor.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    75
../controls/SearchResultPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    76
../controls/PouInstanceVariablesPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    77
../controls/CustomTable.py
1705
5df7b3d404e8 l18n: update messages.pot and app.fil
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1697
diff changeset
    78
../controls/EnhancedStatusBar.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    79
../controls/LibraryPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    80
../controls/CustomToolTip.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    81
../controls/LogViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    82
../controls/FolderTree.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    83
../controls/ProjectPropertiesPanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    84
../controls/DebugVariablePanel/DebugVariablePanel.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    85
../controls/DebugVariablePanel/DebugVariableViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    86
../controls/DebugVariablePanel/DebugVariableTextViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    87
../controls/DebugVariablePanel/DebugVariableGraphicViewer.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    88
../controls/DebugVariablePanel/GraphButton.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    89
../controls/DebugVariablePanel/DebugVariableItem.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    90
../controls/TextCtrlAutoComplete.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    91
../controls/DurationCellEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    92
../controls/CustomStyledTextCtrl.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    93
../controls/VariablePanel.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    94
../controls/CustomGrid.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    95
../controls/CustomTree.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    96
../controls/CustomEditableListBox.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    97
../CodeFileTreeNode.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    98
../docutil/dochtml.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
    99
../c_ext/CFileEditor.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   100
../xmlclass/xsdschema.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   101
../xmlclass/xmlclass.py
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
   102
../Beremiz.py
1566
2ce8d970fc69 add Russian translations for About dialogs
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1488
diff changeset
   103
../version.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   104
../POULibrary.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   105
../util/MiniTextControler.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   106
../util/Zeroconf.py
1804
5a79875b0ed7 update translation strings
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1714
diff changeset
   107
../util/ExceptionHandler.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   108
../util/misc.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   109
../util/ProcessLogger.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   110
../features.py
734
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
   111
../svgui/svgui.py
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
   112
../svgui/svgui_server.py
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
   113
../svgui/svguilib.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
   114
../plcopen/iec_std.csv
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
   115
../plcopen/structures.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
   116
../plcopen/plcopen.py
1488
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   117
../plcopen/definitions.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   118
../IDEFrame.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   119
../PLCGenerator.py
00fb79aba7ac add i18n for couple of strings in TextViewer.py
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 814
diff changeset
   120
../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
   121
../plcopen/Additional_Function_Blocks.xml
1804
5a79875b0ed7 update translation strings
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents: 1714
diff changeset
   122
../plcopen/Standard_Function_Blocks.xml