made "Notifications" translatable

This commit is contained in:
MrZYX 2010-12-21 19:18:29 +01:00
parent c17425b7fb
commit e10af7fc8a
2 changed files with 3 additions and 1 deletions

View file

@ -17,7 +17,7 @@
= image_tag 'icons/mail_big.png', :height => 30, :width => 30, :style=>"margin-top:3px;" = image_tag 'icons/mail_big.png', :height => 30, :width => 30, :style=>"margin-top:3px;"
.span-23.last .span-23.last
%h2 %h2
Notifications = t('.notifications')
.span-24.last .span-24.last
%ul.stream.notifications %ul.stream.notifications

View file

@ -186,6 +186,8 @@ en:
new_request: "offered to share with you." new_request: "offered to share with you."
comment_on_post: "commented on your" comment_on_post: "commented on your"
post: 'post' post: 'post'
index:
notifications: "Notifications"
users: users:
edit: edit:
export_data: "Export Data" export_data: "Export Data"