|
1058 | 1058 | <message name="IDS_BATCH_UPLOAD_SCREEN_READER_SELECT_NONE" desc="Text read by the screen reader when focusing the toggle button of a section in the Batch Upload dialog and that toggle is turned on. Notifies that the action on the toggle would select no items in this section."> |
1059 | 1059 | Select none |
1060 | 1060 | </message> |
| 1061 | + <message name="IDS_BATCH_UPLOAD_PROMO_TITLE" desc="Title of the Batch Upload promo. This promo appears to inform the user that there are items saved only to their device. If the user chooses to save items in their Brave sync chain, the user can access them on any device where they’re signed in to Brave. This promo leads to the Batch Upload dialog, where the user can select the checkboxes for the items that they want to save in their Brave sync chain. The tone should be motivating."> |
| 1062 | + Get your bookmarks and more on all your devices |
| 1063 | + </message> |
| 1064 | + <if expr="use_titlecase"> |
| 1065 | + <message name="IDS_BATCH_UPLOAD_PROMO_TITLE_OK_BUTTON_LABEL" desc="Affirmative button of the Batch Upload promo. This promo appears to inform the user that there are items saved only to their device; this subtitle mentions how many bookmarks (and other items, if any) are on the device. If the user chooses to save items in their Brave sync chain, the user can access them on any device where they’re signed in to Brave. When the user clicks this button, the items aren’t saved yet: the user first sees the Batch Upload dialog, where the user can select the checkboxes for the items that they want to save in their Brave sync chain. The tone should be motivating."> |
| 1066 | + Save in Account |
| 1067 | + </message> |
| 1068 | + </if> |
| 1069 | + <if expr="not use_titlecase"> |
| 1070 | + <message name="IDS_BATCH_UPLOAD_PROMO_TITLE_OK_BUTTON_LABEL" desc="Affirmative button of the Batch Upload promo. This promo appears to inform the user that there are items saved only to their device; this subtitle mentions how many bookmarks (and other items, if any) are on the device. If the user chooses to save items in their Brave sync chain, the user can access them on any device where they’re signed in to Brave. When the user clicks this button, the items aren’t saved yet: the user first sees the Batch Upload dialog, where the user can select the checkboxes for the items that they want to save in their Brave sync chain. The tone should be motivating."> |
| 1071 | + Save in account |
| 1072 | + </message> |
| 1073 | + </if> |
| 1074 | + <message name="IDS_BATCH_UPLOAD_PROMO_SUBTITLE_BOOKMARKS" desc="Subtitle of the Batch Upload promo. This promo appears to inform the user that there are items saved only to their device; this subtitle mentions how many bookmarks are on the device. If the user chooses to save items in their Brave sync chain, the user can access them on any device where they’re signed in to Brave. This promo leads to the Batch Upload dialog, where the user can select the checkboxes for the items that they want to save in their Brave sync chain. The tone should be motivating."> |
| 1075 | + {BOOKMARK_COUNT, plural, |
| 1076 | + =1 {1 bookmark is saved only to this device. To use it on your other devices, save it in your Brave sync chain.} |
| 1077 | + other {{BOOKMARK_COUNT} bookmarks are saved only to this device. To use them on your other devices, save them in your Brave sync chain.} |
| 1078 | + } |
| 1079 | + </message> |
| 1080 | + <message name="IDS_BATCH_UPLOAD_PROMO_SUBTITLE_BOOKMARKS_COMBO" desc="Subtitle of the Batch Upload promo. This promo appears to inform the user that there are items saved only to their device; this subtitle mentions how many bookmarks and other items are on the device. If the user chooses to save items in their Brave sync chain, the user can access them on any device where they’re signed in to Brave. This promo leads to the Batch Upload dialog, where the user can select the checkboxes for the items that they want to save in their Brave sync chain. The tone should be motivating."> |
| 1081 | + {BOOKMARK_COUNT, plural, |
| 1082 | + =1 {1 bookmark and other items are saved only to this device. To use them on your other devices, save them in your Brave sync chain.} |
| 1083 | + other {{BOOKMARK_COUNT} bookmarks and other items are saved only to this device. To use them on your other devices, save them in your Brave sync chain.} |
| 1084 | + } |
| 1085 | + </message> |
1061 | 1086 |
|
1062 | 1087 | <!-- Signout Confirmation Dialog Desktop --> |
1063 | 1088 | <message name="IDS_SIGNOUT_CONFIRMATION_EXTENSIONS_SECTION_TITLE" desc="Title of the Extensions section in the Signout Confirmation dialog which allows users to remove extensions linked to their account when signing out."> |
1064 | 1089 | {ACCOUNT_EXTENSIONS_COUNT, plural, |
1065 | | - =1 {Remove 1 extension and the data it's saved on this device} |
1066 | | - other {Remove {ACCOUNT_EXTENSIONS_COUNT} extensions and the data they've saved on this device} |
| 1090 | + =1 {Remove 1 extension and the data that it saved on this device} |
| 1091 | + other {Remove {ACCOUNT_EXTENSIONS_COUNT} extensions and the data that they saved on this device} |
1067 | 1092 | } |
1068 | 1093 | </message> |
1069 | 1094 | <message name="IDS_SIGNOUT_CONFIRMATION_EXTENSIONS_SECTION_TOOLTIP" desc="Mouse over tooltip for the Extensions section in the Signout Confirmation dialog which allows users to remove extensions linked to their account when signing out."> |
1070 | 1095 | {ACCOUNT_EXTENSIONS_COUNT, plural, |
1071 | | - =1 {This extension is saved in your Brave sync chain, but any data it’s saved only on this device may be deleted} |
| 1096 | + =1 {This extension is saved in your Brave sync chain, but any data it saved only on this device may be deleted} |
1072 | 1097 | other {These extensions are saved in your Brave sync chain, but any data they've saved only on this device may be deleted} |
1073 | 1098 | } |
1074 | 1099 | </message> |
1075 | 1100 | <message name="IDS_SIGNOUT_CONFIRMATION_UNSYNCED_DATA_WITH_ACCOUNT_EXTENSIONS" desc="An additional message shown in the Signout Confirmation dialog if the user initiates a signout with unsynced data and they have account extensions installed."> |
1076 | | - You can also choose to remove account extensions from this device. |
| 1101 | + You can also remove these extensions from this device: |
1077 | 1102 | </message> |
1078 | 1103 |
|
1079 | 1104 | <!-- History Sync Opt-in Desktop --> |
|
0 commit comments