French update — (GLUI) Add navigation bar option
This commit is contained in:
parent
6232e0abd3
commit
a62ec9217f
|
@ -3016,6 +3016,10 @@ MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_SETTINGS,
|
MENU_ENUM_LABEL_VALUE_SETTINGS,
|
||||||
"Réglages"
|
"Réglages"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_SETTINGS,
|
||||||
|
"Configure l'application."
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_SETTINGS_TAB,
|
MENU_ENUM_LABEL_VALUE_SETTINGS_TAB,
|
||||||
"Réglages"
|
"Réglages"
|
||||||
|
@ -7225,6 +7229,14 @@ MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION_EXCLUDE_THUMBNAIL_VIEWS,
|
MENU_ENUM_LABEL_VALUE_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION_EXCLUDE_THUMBNAIL_VIEWS,
|
||||||
"Exclure l'affichage des miniatures"
|
"Exclure l'affichage des miniatures"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_MATERIALUI_SHOW_NAV_BAR,
|
||||||
|
"Afficher la barre de navigation"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_MATERIALUI_SHOW_NAV_BAR,
|
||||||
|
"Affiche des raccourcis de navigation permanents dans le menu à l'écran. Permet de basculer rapidement entre les catégories du menu. Recommandé pour les appareils à écran tactile."
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_MATERIALUI_AUTO_ROTATE_NAV_BAR,
|
MENU_ENUM_LABEL_VALUE_MATERIALUI_AUTO_ROTATE_NAV_BAR,
|
||||||
"Rotation automatique de la barre de navigation"
|
"Rotation automatique de la barre de navigation"
|
||||||
|
|
Loading…
Reference in New Issue