-
Notifications
You must be signed in to change notification settings - Fork 965
[Android] display bookmark export file path #20366
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1278,17 +1278,32 @@ This file contains all "about" strings. It is set to NOT be translated, in tran | |
<message name="IDS_IMPORT_BOOKMARKS_SELECT_FILE" desc="Import Bookmarks file chooser text"> | ||
Select a File to Import bookmarks | ||
</message> | ||
<message name="IDS_IMPORT_BOOKMARKS_SUCCESS" desc="Import Bookmarks success text message."> | ||
<message name="IDS_EXPORT_BOOKMARKS_SUCCESS_TITLE" desc="Export Bookmarks success title text."> | ||
Export successful | ||
</message> | ||
<message name="IDS_EXPORT_BOOKMARKS_SUCCESS_BODY" desc="Export Bookmarks success text message."> | ||
Bookmarks exported to <ph name="EXPORT_FILE_PATH">%1$s<ex>/Download/bookmarks.html</ex></ph> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: |
||
</message> | ||
<message name="IDS_EXPORT_BOOKMARKS_FAIL_TITLE" desc="Export Bookmarks fail title text."> | ||
Export failed | ||
</message> | ||
<message name="IDS_EXPORT_BOOKMARKS_FAIL_BODY" desc="Export Bookmarks fail text message."> | ||
Bookmarks export failed. Please try again. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: |
||
</message> | ||
<message name="IDS_IMPORT_BOOKMARKS_SUCCESS_TITLE" desc="Import Bookmarks success title text."> | ||
Import successful | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: |
||
</message> | ||
<message name="IDS_IMPORT_BOOKMARKS_SUCCESS_BODY" desc="Import Bookmarks success text message."> | ||
Bookmarks imported successfully. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: Imported bookmarks successfully. |
||
</message> | ||
<message name="IDS_IMPORT_BOOKMARKS_FAILED" desc="Import Bookmarks failed text message."> | ||
Bookmark import failed. | ||
<message name="IDS_IMPORT_BOOKMARKS_FAIL_TITLE" desc="Import Bookmarks fail title text."> | ||
Import failed | ||
</message> | ||
<message name="IDS_EXPORT_BOOKMARKS_FAILED" desc="Export Bookmarks failed text message."> | ||
Bookmark export failed. | ||
<message name="IDS_IMPORT_BOOKMARKS_FAIL_BODY" desc="Import Bookmarks fail text message."> | ||
Bookmark import failed. Please try again. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: Failed to import bookmark(s?)... |
||
</message> | ||
<message name="IDS_EXPORT_BOOKMARKS_SUCCESS" desc="Export Bookmarks success text message."> | ||
Bookmarks exported successfully. | ||
<message name="IDS_OPEN_FOLDER" desc="Open folder button text for export bookmarks success."> | ||
Open folder | ||
</message> | ||
<!-- Sync Infobar --> | ||
<message name="IDS_BRAVE_SYNC_V2_MIGRATE_INFOBAR_MESSAGE" desc="Message text shown to users who used a previous version of Brave Sync and need to perform setup again for the new version."> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion:
Export succeeded
(to match the oppositeExport failed
).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anthonypkeane wdyt?