mirror of https://gitlab.com/pamhyr/pamhyr2
Trad: Minor change.
parent
bd2fc22e96
commit
611f9cdfa3
|
|
@ -53,10 +53,10 @@ class ParamTranslate(MainTranslate):
|
|||
self._sub_dict["names"] = {
|
||||
"all_init_time":
|
||||
_translate("SolverParameters",
|
||||
"Initial time (jj:hh:mm:ss)"),
|
||||
"Initial time (jjj:hh:mm:ss)"),
|
||||
"all_final_time":
|
||||
_translate("SolverParameters",
|
||||
"Final time (jj:hh:mm:ss)"),
|
||||
"Final time (jjj:hh:mm:ss)"),
|
||||
"all_timestep":
|
||||
_translate("SolverParameters",
|
||||
"Timestep (second)"),
|
||||
|
|
|
|||
|
|
@ -3785,13 +3785,13 @@ Cette fonctionnalité nécessite un bief muni d'une géométrie.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../View/SolverParameters/translate.py" line="55"/>
|
||||
<source>Initial time (jj:hh:mm:ss)</source>
|
||||
<translation>Temps initial (jj:hh:mm:ss)</translation>
|
||||
<source>Initial time (jjj:hh:mm:ss)</source>
|
||||
<translation>Temps initial (jjj:hh:mm:ss)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../View/SolverParameters/translate.py" line="58"/>
|
||||
<source>Final time (jj:hh:mm:ss)</source>
|
||||
<translation>Temps final (jj:hh:mm:ss)</translation>
|
||||
<source>Final time (jjj:hh:mm:ss)</source>
|
||||
<translation>Temps final (jjj:hh:mm:ss)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../View/SolverParameters/translate.py" line="61"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue