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"] = {
|
self._sub_dict["names"] = {
|
||||||
"all_init_time":
|
"all_init_time":
|
||||||
_translate("SolverParameters",
|
_translate("SolverParameters",
|
||||||
"Initial time (jj:hh:mm:ss)"),
|
"Initial time (jjj:hh:mm:ss)"),
|
||||||
"all_final_time":
|
"all_final_time":
|
||||||
_translate("SolverParameters",
|
_translate("SolverParameters",
|
||||||
"Final time (jj:hh:mm:ss)"),
|
"Final time (jjj:hh:mm:ss)"),
|
||||||
"all_timestep":
|
"all_timestep":
|
||||||
_translate("SolverParameters",
|
_translate("SolverParameters",
|
||||||
"Timestep (second)"),
|
"Timestep (second)"),
|
||||||
|
|
|
||||||
|
|
@ -3785,13 +3785,13 @@ Cette fonctionnalité nécessite un bief muni d'une géométrie.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/SolverParameters/translate.py" line="55"/>
|
<location filename="../View/SolverParameters/translate.py" line="55"/>
|
||||||
<source>Initial time (jj:hh:mm:ss)</source>
|
<source>Initial time (jjj:hh:mm:ss)</source>
|
||||||
<translation>Temps initial (jj:hh:mm:ss)</translation>
|
<translation>Temps initial (jjj:hh:mm:ss)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/SolverParameters/translate.py" line="58"/>
|
<location filename="../View/SolverParameters/translate.py" line="58"/>
|
||||||
<source>Final time (jj:hh:mm:ss)</source>
|
<source>Final time (jjj:hh:mm:ss)</source>
|
||||||
<translation>Temps final (jj:hh:mm:ss)</translation>
|
<translation>Temps final (jjj:hh:mm:ss)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/SolverParameters/translate.py" line="61"/>
|
<location filename="../View/SolverParameters/translate.py" line="61"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue