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
&#notifications-dropdown { &#notifications-dropdown {
.icon {
color: #777;
}
li { li {
background-color: $header-item-highlight; background-color: $header-item-highlight;
} }
@ -231,4 +234,4 @@
float: left; float: left;
background-color: transparent; background-color: transparent;
} }
} }

View File

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