title: "Inbox"
my_inbox: "My Inbox"
outbox: "outbox"
+ my_outbox: "My Outbox"
messages: "You have %{new_messages} and %{old_messages}"
new_messages:
one: "%{count} new message"
body: "Sorry there is no message with that id."
outbox:
title: "Outbox"
- my_inbox_html: "My %{inbox_link}"
inbox: "inbox"
outbox: "outbox"
+ my_inbox: "My Inbox"
+ my_outbox: "My Outbox"
messages:
one: "You have %{count} sent message"
other: "You have %{count} sent messages"