mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
No issue - Update new strings for quarantine
This commit is contained in:
parent
02bd0cc203
commit
52d09930a6
@ -293,7 +293,7 @@ class BookmarkFragment : LibraryPageFragment<BookmarkNode>(), UserInteractionHan
|
|||||||
|
|
||||||
private fun getRemoveBookmarksSnackBarMessage(selected: Set<BookmarkNode>): String {
|
private fun getRemoveBookmarksSnackBarMessage(selected: Set<BookmarkNode>): String {
|
||||||
return if (selected.size > 1) {
|
return if (selected.size > 1) {
|
||||||
getString(R.string.bookmark_deletion_multiple_snackbar_message)
|
getString(R.string.bookmark_deletion_multiple_snackbar_message_2)
|
||||||
} else {
|
} else {
|
||||||
val bookmarkNode = selected.first()
|
val bookmarkNode = selected.first()
|
||||||
getString(
|
getString(
|
||||||
|
@ -468,7 +468,7 @@
|
|||||||
<string name="history_delete_all_dialog">Are you sure you want to clear your history?</string>
|
<string name="history_delete_all_dialog">Are you sure you want to clear your history?</string>
|
||||||
<!-- Text for the snackbar to confirm that multiple browsing history items has been deleted -->
|
<!-- Text for the snackbar to confirm that multiple browsing history items has been deleted -->
|
||||||
<string name="history_delete_multiple_items_snackbar">History Deleted</string>
|
<string name="history_delete_multiple_items_snackbar">History Deleted</string>
|
||||||
<!-- Text for the snackbar to confirm that a single browsing history item has been deleted -->
|
<!-- Text for the snackbar to confirm that a single browsing history item has been deleted. The first parameter is the shortened URL of the deleted history item. -->
|
||||||
<string name="history_delete_single_item_snackbar">Deleted %1$s</string>
|
<string name="history_delete_single_item_snackbar">Deleted %1$s</string>
|
||||||
<!-- Text for positive action to delete history in deleting history dialog -->
|
<!-- Text for positive action to delete history in deleting history dialog -->
|
||||||
<string name="history_clear_dialog">Clear</string>
|
<string name="history_clear_dialog">Clear</string>
|
||||||
@ -526,7 +526,7 @@
|
|||||||
<string name="bookmark_select_folder">Select folder</string>
|
<string name="bookmark_select_folder">Select folder</string>
|
||||||
<!-- Confirmation message for a dialog confirming if the user wants to delete the selected folder -->
|
<!-- Confirmation message for a dialog confirming if the user wants to delete the selected folder -->
|
||||||
<string name="bookmark_delete_folder_confirmation_dialog">Are you sure you want to delete this folder?</string>
|
<string name="bookmark_delete_folder_confirmation_dialog">Are you sure you want to delete this folder?</string>
|
||||||
<!-- Snackbar title shown after a folder has been deleted -->
|
<!-- Snackbar title shown after a folder has been deleted. This first parameter is the name of the deleted folder -->
|
||||||
<string name="bookmark_delete_folder_snackbar">Deleted %1$s</string>
|
<string name="bookmark_delete_folder_snackbar">Deleted %1$s</string>
|
||||||
<!-- Screen title for adding a bookmarks folder -->
|
<!-- Screen title for adding a bookmarks folder -->
|
||||||
<string name="bookmark_add_folder">Add folder</string>
|
<string name="bookmark_add_folder">Add folder</string>
|
||||||
@ -581,7 +581,7 @@
|
|||||||
The first parameter is the host part of the URL of the bookmark deleted, if any -->
|
The first parameter is the host part of the URL of the bookmark deleted, if any -->
|
||||||
<string name="bookmark_deletion_snackbar_message">Deleted %1$s</string>
|
<string name="bookmark_deletion_snackbar_message">Deleted %1$s</string>
|
||||||
<!-- Bookmark snackbar message on deleting multiple bookmarks -->
|
<!-- Bookmark snackbar message on deleting multiple bookmarks -->
|
||||||
<string name="bookmark_deletion_multiple_snackbar_message">Bookmarks deleted</string>
|
<string name="bookmark_deletion_multiple_snackbar_message_2">Bookmarks deleted</string>
|
||||||
<!-- Bookmark undo button for deletion snackbar action -->
|
<!-- Bookmark undo button for deletion snackbar action -->
|
||||||
<string name="bookmark_undo_deletion">UNDO</string>
|
<string name="bookmark_undo_deletion">UNDO</string>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user