update translations

This commit is contained in:
Simon Vieille 2020-09-23 13:21:22 +02:00
parent c9645a4f85
commit fcb2d2a385
Signed by: deblan
GPG key ID: 03383D15A1D31745
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
"Custom menu": "Benutzerdefiniertes Menü" "Custom menu": "Benutzerdefiniertes Menü"
"Enable the side menu": "Aktiviere das Seitenmenü" "Enable the custom menu": "Aktiviere das Benutzerdefiniertes Menü"
"No": "Nein" "No": "Nein"
"Yes": "Ja" "Yes": "Ja"
"Menu": "Menü" "Menu": "Menü"

View file

@ -1,5 +1,5 @@
"Custom menu": "Menu personnalisé" "Custom menu": "Menu personnalisé"
"Enable the side menu": "Activer le menu latéral" "Enable the custom menu": "Activer le menu personnalisé"
"No": "Non" "No": "Non"
"Yes": "Oui" "Yes": "Oui"
"Menu": "Menu" "Menu": "Menu"

View file

@ -35,7 +35,7 @@ $choicesYesNo = [
<div> <div>
<label for="side-menu-enabled"> <label for="side-menu-enabled">
<?php p($l->t('Enable the side menu')); ?> <?php p($l->t('Enable the custom menu')); ?>
</label> </label>
</div> </div>