mirror of
https://github.com/flarum/core.git
synced 2025-08-18 06:11:23 +02:00
Added "Are you sure you want to mark all notifications as read?"
This commit is contained in:
@@ -195,6 +195,7 @@ core:
|
|||||||
discussion_list:
|
discussion_list:
|
||||||
empty_text: "It looks like there are no discussions here."
|
empty_text: "It looks like there are no discussions here."
|
||||||
load_more_button: => core.ref.load_more
|
load_more_button: => core.ref.load_more
|
||||||
|
mark_all_as_read_confirmation: "Are you sure you want to mark all notifications as read?"
|
||||||
mark_as_read_tooltip: Mark as Read
|
mark_as_read_tooltip: Mark as Read
|
||||||
replied_text: "{username} replied {ago}"
|
replied_text: "{username} replied {ago}"
|
||||||
started_text: "{username} started {ago}"
|
started_text: "{username} started {ago}"
|
||||||
@@ -259,7 +260,6 @@ core:
|
|||||||
mark_all_as_read_tooltip: => core.ref.mark_all_as_read
|
mark_all_as_read_tooltip: => core.ref.mark_all_as_read
|
||||||
title: => core.ref.notifications
|
title: => core.ref.notifications
|
||||||
tooltip: => core.ref.notifications
|
tooltip: => core.ref.notifications
|
||||||
mark_all_as_read_confirm_text: "Are you sure you want to mark all notifications as read?"
|
|
||||||
|
|
||||||
# These translations are used by tooltips displayed for individual posts.
|
# These translations are used by tooltips displayed for individual posts.
|
||||||
post:
|
post:
|
||||||
|
Reference in New Issue
Block a user