Notifications
This commit is contained in:
6
mastodon/src/main/res/menu/home.xml
Normal file
6
mastodon/src/main/res/menu/home.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/new_toot" android:title="New toot"/>
|
||||
<item android:id="@+id/notifications" android:title="@string/notifications"/>
|
||||
<item android:id="@+id/my_profile" android:title="My profile"/>
|
||||
</menu>
|
||||
@@ -12,4 +12,12 @@
|
||||
<string name="finishing_auth">Finishing authentication…</string>
|
||||
<string name="user_boosted">%s boosted</string>
|
||||
<string name="replied_to">Replied to %s</string>
|
||||
<string name="notifications">Notifications</string>
|
||||
|
||||
<string name="user_followed_you">%s followed you</string>
|
||||
<string name="user_sent_follow_request">%s sent you a follow request</string>
|
||||
<string name="user_mentioned_you">%s mentioned you</string>
|
||||
<string name="user_favorited">%s favorited your toot</string>
|
||||
<string name="poll_ended">Poll you voted in has ended</string>
|
||||
<string name="user_posted">%s posted</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user