Strings - app/src/main/res/values-en-rCA/strings.xml

This commit is contained in:
runner 2022-04-14 02:35:48 +00:00 committed by Gabriel Luong
parent 2aa2074945
commit 77857320fc
1 changed files with 13 additions and 1 deletions

View File

@ -1074,6 +1074,8 @@
<string name="snackbar_message_bookmarks_saved">Bookmarks saved!</string>
<!-- Text shown in snackbar when user adds a site to top sites -->
<string moz:RemovedIn="101" name="snackbar_added_to_top_sites" tools:ignore="UnusedResources">Added to top sites!</string>
<!-- Text shown in snackbar when user adds a site to shortcuts -->
<string name="snackbar_added_to_shortcuts">Added to shortcuts!</string>
<!-- Text shown in snackbar when user closes a private tab -->
<string name="snackbar_private_tab_closed">Private tab closed</string>
<!-- Text shown in snackbar when user closes all private tabs -->
@ -1661,6 +1663,10 @@
<string moz:RemovedIn="101" name="browser_menu_add_to_top_sites" tools:ignore="UnusedResources">Add to top sites</string>
<!-- Browser menu button that removes a top site from the home fragment -->
<string moz:RemovedIn="101" name="browser_menu_remove_from_top_sites" tools:ignore="UnusedResources">Remove from top sites</string>
<!-- Browser menu button that adds a shortcut to the home fragment -->
<string name="browser_menu_add_to_shortcuts">Add to shortcuts</string>
<!-- Browser menu button that removes a shortcut from the home fragment -->
<string name="browser_menu_remove_from_shortcuts">Remove from shortcuts</string>
<!-- text shown before the issuer name to indicate who its verified by, parameter is the name of
the certificate authority that verified the ticket-->
<string name="certificate_info_verified_by">Verified By: %1$s </string>
@ -1736,8 +1742,12 @@
<!-- Top Sites -->
<!-- Title text displayed in the dialog when top sites limit is reached. -->
<string moz:RemovedIn="101" name="top_sites_max_limit_title" tools:ignore="UnusedResources">Top site limit reached</string>
<!-- Title text displayed in the dialog when shortcuts limit is reached. -->
<string name="shortcut_max_limit_title">Shortcut limit reached</string>
<!-- Content description text displayed in the dialog when top sites limit is reached. -->
<string moz:RemovedIn="101" name="top_sites_max_limit_content_2" tools:ignore="UnusedResources">To add a new top site, remove one. Touch and hold the site and select remove.</string>
<!-- Content description text displayed in the dialog when shortcut limit is reached. -->
<string name="shortcut_max_limit_content">To add a new shortcut, remove one. Touch and hold the site and select remove.</string>
<!-- Confirmation dialog button text when top sites limit is reached. -->
<string name="top_sites_max_limit_confirmation_button">OK, Got It</string>
@ -1747,7 +1757,9 @@
<string name="top_sites_rename_dialog_title">Name</string>
<!-- Hint for renaming title of a top site -->
<string moz:RemovedIn="101" name="top_site_name_hint" tools:ignore="UnusedResources">Top site name</string>
<!-- Button caption to confirm the renaming of the top site. -->
<!-- Hint for renaming title of a shortcut -->
<string name="shortcut_name_hint">Shortcut name</string>
<!-- Button caption to confirm the renaming of the top site. -->
<string name="top_sites_rename_dialog_ok">OK</string>
<!-- Dialog button text for canceling the rename top site prompt. -->
<string name="top_sites_rename_dialog_cancel">Cancel</string>