mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
French translations
This commit is contained in:
parent
cd2be28aab
commit
5805c0904a
4 changed files with 591 additions and 342 deletions
|
@ -1,6 +1,6 @@
|
||||||
<h2>Version 2.1.5 / 2015-11-04</h2>
|
<h2>Version 2.1.5 / 2015-11-04</h2>
|
||||||
|
|
||||||
Notice: version 2.1.4 was skipped by the OpenTX team to avoid confusion with the FrSky's official release of OpenTX 2.1.4
|
Notice: version 2.1.4 was skipped by the OpenTX team to avoid confusion with FrSky's release of OpenTX 2.1.4
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed: changing any setting on the telemetry panel does not set the file as being modified (<a href=https://github.com/opentx/opentx/issues/2875>#2875</a>)</li>
|
<li>Fixed: changing any setting on the telemetry panel does not set the file as being modified (<a href=https://github.com/opentx/opentx/issues/2875>#2875</a>)</li>
|
||||||
|
|
|
@ -391,8 +391,8 @@ template <int N>
|
||||||
class SwitchField: public ConversionField< SignedField<N> > {
|
class SwitchField: public ConversionField< SignedField<N> > {
|
||||||
public:
|
public:
|
||||||
SwitchField(RawSwitch & sw, BoardEnum board, unsigned int version, unsigned long flags=0):
|
SwitchField(RawSwitch & sw, BoardEnum board, unsigned int version, unsigned long flags=0):
|
||||||
ConversionField< SignedField<N> >(_switch, SwitchesConversionTable::getInstance(board, version, flags), "Switch",
|
ConversionField< SignedField<N> >(_switch, SwitchesConversionTable::getInstance(board, version, flags), QObject::tr("Switch").toAscii(),
|
||||||
"Switch "+ sw.toString()+" cannot be exported on this board!"),
|
QObject::tr("Switch ").toAscii()+ sw.toString()+ QObject::tr(" cannot be exported on this board!").toAscii()),
|
||||||
sw(sw),
|
sw(sw),
|
||||||
_switch(0)
|
_switch(0)
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
<h2>Version 2.1.5 / 2015-11-04</h2>
|
<h2>Version 2.1.5 / 2015-11-04</h2>
|
||||||
|
|
||||||
Notice: version 2.1.4 was skipped by the OpenTX team to avoid confusion with the FrSky's official release of OpenTX 2.1.4
|
Notice: version 2.1.4 was skipped by the OpenTX team to avoid confusion with FrSky's release of OpenTX 2.1.4
|
||||||
|
|
||||||
[Taranis]
|
[Taranis]
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue