You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commit addresses a typo in the French translation for the navigation drawer summary.
- Changed `l'application` to `l\'application` to correctly display the apostrophe.
Copy file name to clipboardExpand all lines: app/src/main/res/values-fr-rFR/strings.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@
351
351
<stringname="summary_preference_android_studio_simple_notifications">Apprenez à utiliser les notifications dans votre application Android avec cette leçon. Découvrez comment créer un canal de notification et un constructeur, et comment afficher des notifications à vos utilisateurs. Explorez les différentes options disponibles pour personnaliser vos notifications.</string>
352
352
<stringname="summary_preference_android_studio_inbox_notifications">Apprenez à utiliser les notifications de style boîte de réception dans votre application Android avec cette leçon. Découvrez comment créer un canal de notification et un constructeur, et comment définir le style de vos notifications sur un InboxStyle avec plusieurs lignes de texte et un texte récapitulatif. Explorez les différentes options disponibles pour personnaliser vos notifications de style boîte de réception.</string>
353
353
<stringname="summary_preference_android_studio_bottom_navigation">Une barre de navigation inférieure vous permet de passer rapidement entre les vues principales de votre application.</string>
354
-
<stringname="summary_preference_android_studio_navigation_drawer">Un tiroir de navigation se glisse sur le côté et affiche les principales options de navigation de l'application.</string>
354
+
<stringname="summary_preference_android_studio_navigation_drawer">Un tiroir de navigation se glisse sur le côté et affiche les principales options de navigation de l\'application.</string>
355
355
<stringname="summary_alert_dialog_close">Êtes-vous sûr de vouloir quitter ?</string>
356
356
<stringname="summary_alert_dialog_message">Ce sera le message que vous verrez à l\'écran !</string>
357
357
<stringname="summary_alert_dialog_require_restart">Pour que cela prenne effet, veuillez redémarrer l\'application !</string>
0 commit comments