migrate to glyph notifications

This commit is contained in:
Sam Saffron 2013-02-15 11:43:53 +11:00
parent 9681cbb6b8
commit c833e2f290
2 changed files with 14 additions and 11 deletions

View File

@ -188,6 +188,9 @@
// Notifications
&#notifications-dropdown {
.icon {
color: #777;
}
li {
background-color: $header-item-highlight;
}
@ -231,4 +234,4 @@
float: left;
background-color: transparent;
}
}
}

View File

@ -264,16 +264,16 @@ en:
title: "notifications of @name mentions, replies to your posts and topics, private messages, etc"
none: "You have no notifications right now."
more: "view older notifications"
mentioned: "{{username}} mentioned you in {{link}}"
quoted: "{{username}} quoted you in {{link}}"
replied: "{{username}} replied to you in {{link}}"
posted: "{{username}} replied to {{link}}"
edited: "{{username}} edited your post {{link}}"
liked: "{{username}} liked your post {{link}}"
private_message: "{{username}} sent you a private message: {{link}}"
mentioned: "{{username}} <span title='mentioned' class='icon'>@</span> you in {{link}}"
quoted: "{{username}} <i title='quoted' class='icon icon-quote-right'></i> {{link}}"
replied: "{{username}} <i title='replied' class='icon icon-reply'></i> {{link}}"
posted: "{{username}} <i title='replied' class='icon icon-reply'></i> {{link}}"
edited: "{{username}} <i title='edited' class='icon icon-pencil'></i> {{link}}"
liked: "{{username}} <i title='liked' class='icon icon-heart'></i> {{link}}"
private_message: "{{username}} sent you a <i class='icon icon-lock'></i> private message: {{link}}"
invited_to_private_message: "{{username}} invited you to a private conversation: {{link}}"
invitee_accepted: "{{username}} accepted your invite and signed up to participate."
moved_post: "{{username}} moved your post to {{link}}"
invitee_accepted: "{{username}} <i title='accepted your invitation' class='icon icon-signin'></i>"
moved_post: "{{username}} <i title='moved post' class='icon icon-arrow-right'></i> to {{link}}"
image_selector:
from_my_computer: "From My Device"
@ -671,4 +671,4 @@ en:
site_settings:
show_overriden: 'Only show overridden'
title: 'Site Settings'
reset: 'reset to default'
reset: 'reset to default'