Client - add help + change order (default 1st) on raw speed preferences
This commit is contained in:
@ -120,7 +120,8 @@
|
||||
"USE_RAW_GPX_SPEED": {
|
||||
"LABEL": "GPX max speed strategy",
|
||||
"RAW_SPEED": "Raw",
|
||||
"FILTERED_SPEED": "Filtered"
|
||||
"FILTERED_SPEED": "Filtered",
|
||||
"HELP": "If filtered, it excludes extreme values (which may be GPS errors) when calculating the maximum speed."
|
||||
}
|
||||
},
|
||||
"READ_AND_ACCEPT_PRIVACY_POLICY": "I have read and agree to the {0}.",
|
||||
|
@ -120,7 +120,8 @@
|
||||
"USE_RAW_GPX_SPEED": {
|
||||
"LABEL": "Stratégie de vitesse maximale",
|
||||
"RAW_SPEED": "Brut",
|
||||
"FILTERED_SPEED": "Filtré"
|
||||
"FILTERED_SPEED": "Filtré",
|
||||
"HELP": "Si filtré, les valeurs extrêmes (qui peuvent être des erreurs GPS) sont exclues lors du calcul de la vitesse maximale."
|
||||
}
|
||||
},
|
||||
"READ_AND_ACCEPT_PRIVACY_POLICY": "J'ai lu et accepte la {0}.",
|
||||
|
Reference in New Issue
Block a user