i18n/app.fil
author Laurent Bessard
Wed, 05 Jun 2013 23:13:33 +0200
changeset 1223 d51cea72baa7
parent 814 5743cbdff669
child 1488 00fb79aba7ac
permissions -rw-r--r--
Fixed bug when adding standard function like ADD, SUB, MUL,... that are overloaded. Block type was not selected and shown when opening FBDBlockDialog to edit it.
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
     1
../runtime/ServicePublisher.py
361
331d698e1118 Adding support for internationalization
laurent
parents:
diff changeset
     2
../runtime/PLCObject.py
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
     3
../canfestival/SlaveEditor.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
     4
../canfestival/config_utils.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
     5
../canfestival/canfestival.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
     6
../canfestival/NetworkEditor.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
     7
../Beremiz_service.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
     8
../controls/LocationCellEditor.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
     9
../controls/CustomTree.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    10
../controls/VariablePanel.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    11
../controls/CustomGrid.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    12
../controls/SearchResultPanel.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    13
../controls/LibraryPanel.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    14
../controls/TextCtrlAutoComplete.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    15
../controls/DebugVariablePanel.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    16
../controls/PouInstanceVariablesPanel.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    17
../controls/DurationCellEditor.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    18
../controls/CustomTable.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    19
../controls/CustomEditableListBox.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    20
../controls/ProjectPropertiesPanel.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    21
../IDEFrame.py
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    22
../Beremiz.py
734
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
    23
../svgui/svgui.py
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
    24
../svgui/svgui_server.py
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
    25
../svgui/svguilib.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    26
../xmlclass/xmlclass.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    27
../xmlclass/xsdschema.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    28
../PLCOpenEditor.py
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    29
../c_ext/CFileEditor.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    30
../c_ext/c_ext.py
734
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
    31
../ConfigTreeNode.py
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    32
../wxglade_hmi/wxglade_hmi.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    33
../PLCGenerator.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    34
../docutil/dochtml.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    35
../editors/ProjectNodeEditor.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    36
../editors/ConfTreeNodeEditor.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    37
../editors/TextViewer.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    38
../editors/DataTypeEditor.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    39
../editors/GraphicViewer.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    40
../editors/ResourceEditor.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    41
../editors/Viewer.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    42
../editors/LDViewer.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    43
../editors/SFCViewer.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    44
../editors/EditorPanel.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    45
../editors/FileManagementPanel.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    46
../graphics/GraphicCommons.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    47
../graphics/LD_Objects.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    48
../graphics/SFC_Objects.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    49
../graphics/FBD_Objects.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    50
../PLCControler.py
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    51
../connectors/__init__.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    52
../connectors/PYRO/__init__.py
361
331d698e1118 Adding support for internationalization
laurent
parents:
diff changeset
    53
../targets/toolchain_gcc.py
734
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
    54
../targets/__init__.py
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    55
../targets/Linux/XSD
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    56
../targets/XSD_toolchain_gcc
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    57
../targets/Win32/XSD
734
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
    58
../targets/Xenomai/__init__.py
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
    59
../targets/Xenomai/XSD
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    60
../features.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    61
../ProjectController.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    62
../POULibrary.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    63
../dialogs/PouNameDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    64
../dialogs/SFCDivergenceDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    65
../dialogs/LDPowerRailDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    66
../dialogs/PouTransitionDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    67
../dialogs/BrowseLocationsDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    68
../dialogs/DiscoveryDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    69
../dialogs/ProjectDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    70
../dialogs/SFCStepNameDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    71
../dialogs/ConnectionDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    72
../dialogs/FBDVariableDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    73
../dialogs/PouActionDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    74
../dialogs/BrowseValuesLibraryDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    75
../dialogs/PouDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    76
../dialogs/ActionBlockDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    77
../dialogs/SFCTransitionDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    78
../dialogs/LDElementDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    79
../dialogs/DurationEditorDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    80
../dialogs/FindInPouDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    81
../dialogs/SearchInProjectDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    82
../dialogs/SFCStepDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    83
../dialogs/ArrayTypeDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    84
../dialogs/FBDBlockDialog.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    85
../dialogs/ForceVariableDialog.py
801
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    86
../util/ProcessLogger.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    87
../util/MiniTextControler.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    88
../util/Zeroconf.py
435e49e80832 Update list of messages to be translated for internationalization and french translations
laurent
parents: 734
diff changeset
    89
../util/misc.py
814
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    90
../plcopen/iec_std.csv
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    91
../plcopen/structures.py
5743cbdff669 Integration of PLCOpenEditor into Beremiz
Laurent Bessard
parents: 801
diff changeset
    92
../plcopen/plcopen.py
734
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
    93
../py_ext/PythonFileCTNMixin.py
5c42cafaee15 Moved LPC sources to a separate project
Edouard Tisserant
parents: 524
diff changeset
    94
../py_ext/PythonEditor.py