Skip to content

Commit

Permalink
Merge pull request #823 from mozilla-l10n/ac_l10n_updates
Browse files Browse the repository at this point in the history
Import android-components quarantine
  • Loading branch information
Delphine authored Oct 18, 2024
2 parents ae82b13 + a0f1c06 commit 8499a27
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">
<!-- Message announced to the user when tab tray is selected with 1 tab -->
<string name="mozac_tab_counter_open_tab_tray_single">1 open tab. Tap to switch tabs.</string>
<string name="mozac_tab_counter_open_tab_tray_single" moz:removedIn="133" tools:ignore="UnusedResources">1 open tab. Tap to switch tabs.</string>
<!-- Message announced to the user when tab tray is selected with multiple tabs -->
<string name="mozac_tab_counter_open_tab_tray_plural">%1$s open tabs. Tap to switch tabs.</string>
<string name="mozac_tab_counter_open_tab_tray_plural" moz:removedIn="133" tools:ignore="UnusedResources">%1$s open tabs. Tap to switch tabs.</string>
<!-- Message announced to the user when tab tray is selected
The %1$s will be replaced by the number of opened tabs -->
<string name="mozac_tab_counter_open_tab_tray">Tabs Open: %1$s. Tap to switch tabs.</string>
Expand Down

0 comments on commit 8499a27

Please sign in to comment.