Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import strings from android-l10n. #3349

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,16 @@
browser's navigation bar. The button it labels, when pressed, Shows the pop-up blocked dialog. -->
<string name="popup_tooltip">Fenêtre popup bloquée</string>

<!-- This string is for the tooltip that appears upon hovering the 'DRM' button in the
browser's navigation bar when DRM is allowed for the site. The button it labels, when pressed,
shows the DRM bubble on top of the button. -->
<string name="drm_enabled_tooltip">DRM autorisé</string>

<!-- This string is for the tooltip that appears upon hovering the 'DRM' button in the
browser's navigation bar when DRM not allowed for the site. The button it labels, when pressed,
shows the DRM bubble on top of the button. -->
<string name="drm_disabled_tooltip">DRM non autorisé</string>

<!-- This string is for the tooltip that when clicking the 'Info' (ⓘ) icon visible next to the current website's
URL in the URL bar. The button it labels, when pressed, shows information about the site. -->
<string name="site_info_tooltip">Afficher les informations du site</string>
Expand Down