foodsoft/config/locales/en/en.messages.yml

37 lines
1009 B
YAML
Raw Normal View History

2013-02-11 02:05:53 +01:00
en:
messages:
index:
title: 'Messages'
2013-02-11 02:06:22 +01:00
new: 'New messages'
2013-02-11 02:05:53 +01:00
messages:
2013-02-11 02:06:22 +01:00
reply: 'Reply'
2013-02-11 02:05:53 +01:00
new:
2013-02-11 02:06:22 +01:00
title: 'New message'
search_user: 'Search user'
no_user_found: 'No user found'
2013-02-11 02:05:53 +01:00
search: 'Search ...'
list:
2013-02-11 02:06:22 +01:00
desc: 'Please send messages to all using the mailing-list: %{list}'
subscribe_msg: 'You may have to subscribe to the mailing-list first.'
subscribe: 'You can find more about the mailing-list at %{link}.'
wiki: 'Wiki (page Mailing-List)'
2013-02-11 02:05:53 +01:00
mail: 'for example with an email to %{email}.'
cancel: 'or cancel'
show:
title: 'Show message'
from: 'From:'
subject: 'Subject:'
sent_on: 'Sent:'
reply: 'Reply'
2013-02-11 02:06:22 +01:00
all_messages: 'All messages'
2013-02-11 02:05:53 +01:00
# used by controller
create:
2013-02-11 02:06:22 +01:00
notice: 'Message is saved and will be sent.'
2013-02-11 02:05:53 +01:00
# used by model
model:
reply_subject: 'Re: %{subject}'
reply_header: '%{user} wrote on %{when}:'
reply_indent: '> %{line}'