Commit 1d4207a1 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ui: Translate mainwindow to english.

Showing with 192 additions and 183 deletions
+192 -183
......@@ -34,10 +34,10 @@ other_model_action = [
define_model_action = [
"action_toolBar_network", "action_toolBar_geometry",
"action_toolBar_maillage", "action_toolBar_run_mailleur",
"action_toolBar_cond_limites", "action_toolBar_App_Lateraux",
"action_toolBar_Deversements", "action_toolBar_Troncons",
"action_toolBar_Frottements", "action_toolBar_Ouvrages",
"action_toolBar_mesh", "action_toolBar_run_meshing_tool",
"action_toolBar_boundary_cond", "action_toolBar_lateral_contrib",
"action_toolBar_spills", "action_toolBar_sections",
"action_toolBar_frictions", "action_toolBar_building",
]
action = (
......@@ -101,14 +101,14 @@ class ApplicationWindow(QMainWindow, ListedSubWindow):
## Current actions
"action_toolBar_network": self.open_network,
"action_toolBar_geometry": lambda: self.open_dummy("Geomerty"),
"action_toolBar_maillage": lambda: self.open_dummy("Maillage"),
"action_toolBar_run_mailleur": lambda: self.open_dummy("Lancement mailleur externe"),
"action_toolBar_cond_limites": lambda: self.open_dummy("Condition Limites"),
"action_toolBar_App_Lateraux": lambda: self.open_dummy("Apport Lateraux"),
"action_toolBar_Deversements": lambda: self.open_dummy("Deversement"),
"action_toolBar_Troncons": lambda: self.open_dummy("Tronçons"),
"action_toolBar_Frottements": lambda: self.open_dummy("Frottements"),
"action_toolBar_Ouvrages": lambda: self.open_dummy("Ouvrages"),
"action_toolBar_mesh": lambda: self.open_dummy("Mesh"),
"action_toolBar_run_meshing_tool": lambda: self.open_dummy("Lancement mailleur externe"),
"action_toolBar_boundary_cond": lambda: self.open_dummy("Condition Limites"),
"action_toolBar_lateral_contrib": lambda: self.open_dummy("Apport Lateraux"),
"action_toolBar_spills": lambda: self.open_dummy("Deversement"),
"action_toolBar_sections": lambda: self.open_dummy("Tronçons"),
"action_toolBar_frictions": lambda: self.open_dummy("Frottements"),
"action_toolBar_building": lambda: self.open_dummy("Ouvrages"),
}
for action in actions:
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment