French: Add drm_go2_ctx for odroidgo2

This commit is contained in:
Weedy Weed Smoker 2020-03-30 22:00:25 +07:00 committed by GitHub
parent 8f8fbab4f9
commit 2a579f4418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 2 deletions

View File

@ -1808,9 +1808,9 @@ int menu_hash_get_help_fr_enum(enum msg_hash_enums msg, char *s, size_t len)
case MENU_ENUM_LABEL_VIDEO_CTX_SCALING:
snprintf(s, len,
#ifdef HAVE_ODROIDGO2
"RGA scaling and bicubic filtering. May break widgets."
"Mise à l'échelle RGA et filtrage bicubique. Peut affecter les widgets."
#else
"Hardware context scaling (if available)."
"Mise à l'échelle selon le contexte matériel (si disponible)."
#endif
);
break;

View File

@ -4312,6 +4312,17 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SMOOTH,
"Filtre bilinéaire"
)
#ifdef HAVE_ODROIDGO2
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_CTX_SCALING,
"Mise à l'échelle RGA"
)
#else
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_CTX_SCALING,
"Mise à l'échelle spécifique au contexte"
)
#endif
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SOFT_FILTER,
"Filtre logiciel"
@ -6075,6 +6086,17 @@ MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SMOOTH,
"Ajoute un léger flou à l'image pour atténuer le contour des pixels bruts. Cette option a très peu d'impact sur les performances."
)
#ifdef HAVE_ODROIDGO2
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_CTX_SCALING,
"Mise à l'échelle RGA et filtrage bicubique. Peut affecter les widgets."
)
#else
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_CTX_SCALING,
"Mise à l'échelle selon le contexte matériel (si disponible)."
)
#endif
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FILTER,
"Applique un filtre vidéo produit par le processeur.\n"