Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Strings quarantine updates (#2172)
Browse files Browse the repository at this point in the history
* Strings quarantine updates

* Fix typo
  • Loading branch information
keianhzo authored and bluemarvin committed Nov 12, 2019
1 parent b58aec3 commit a225d14
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,16 +505,17 @@
The sync button will start syncing when pressed-->
<string name="fxa_account_options_syncing">Syncing...</string>

<!-- This string is used to in the FxA account manage panel as a description for the sync options. -->
<!-- This string is used in the FxA account manager panel as a header for the sync options for syncing
history, bookmarks, passwords, etc. -->
<string name="fxa_account_options_sync_description">Choose what to synchronize on your devices using Firefox</string>

<!-- This string is used to in the FxA account manage panel as a description of the Sign In/Out button. -->
<!-- This string is used to in the FxA account manage panel as a description for the Bookmarks sync switch. -->
<string name="fxa_account_options_bookmarks_sync">Bookmarks</string>

<!-- This string is used to in the FxA account manage panel as a description of the Sign In/Out button. -->
<!-- This string is used to in the FxA account manage panel as a description for the History sync switch. -->
<string name="fxa_account_options_history_sync">History</string>

<!-- This string is used to in the FxA account manage panel as a description of the Sign In/Out button. -->
<!-- This string is used to in the FxA account manage panel as a description for the Sign In/Out button. -->
<string name="fxa_account_options_reset">Reset</string>

<!-- This string is used to in the Library panels in the sync button when the user is not signed in. -->
Expand Down Expand Up @@ -763,19 +764,19 @@
<string name="bookmarks_loading">Loading Bookmarks</string>

<!-- This string is displayed as the title of the folder containing mobile bookmarks (after they're synced). -->
<string name="bookmarks_mobile_folder_title">Mobile</string>
<string name="bookmarks_mobile_folder_title">Mobile Bookmarks</string>

<!-- This string is displayed as the title of the folder containing desktop bookmarks (after they're synced). -->
<string name="bookmarks_desktop_folder_title">Desktop Bookmarks</string>

<!-- This string is displayed as the title of the desktop "menu" bookmarks folder. -->
<string name="bookmarks_desktop_menu_title">Menu</string>
<string name="bookmarks_desktop_menu_title">Bookmarks Menu</string>

<!-- This string is displayed as the title of the desktop "toolbar" bookmarks folder. -->
<string name="bookmarks_desktop_toolbar_title">Toolbar</string>
<string name="bookmarks_desktop_toolbar_title">Bookmarks Toolbar</string>

<!-- This string is displayed as the title of the desktop "unfiled" bookmarks folder. -->
<string name="bookmarks_desktop_unfiled_title">Other</string>
<string name="bookmarks_desktop_unfiled_title">Other Bookmarks</string>

<!-- This string is displayed in a tooltip that appears when a user hovers
over an icon representing 'Remove Bookmark' for an individual bookmark
Expand Down

0 comments on commit a225d14

Please sign in to comment.