Sha256: 8e3d8d23c531c4feff8f2a8832fabaf7895de3bfb8a56c3e33548e62c07568c0

Contents?: true

Size: 1.49 KB

Versions: 4

Compression:

Stored size: 1.49 KB

Contents

en:
  activerecord:
    attributes:
      carrier/message:
        recipients: "'Recipients' field"
        content: "'Message' field"
    errors:
      models:
        carrier/message:
          attributes:
            recipients:
              wrong:
                "is wrong!"
              empty:
                "can't be blank"
              cannot_write_to_self:
                "cannot write to self!"
  models:
    carrier:
      no_subject: "(No subject)"

  views:
    carrier:
      # What are the better variants of these messages?
      form_is_not_valid: "The form is not valid"
      check_following_fields: "Please fill the following fields right:"
      title: "Simple Messages"
      description: "Description goes here..."
      new_link: "New"
      inbox_link: "Inbox"
      inbox_back_link: "Back to Inbox"
      reply_link: "Reply into thread"
      sent_link: "Sent"
      archived_link: "Archived"
      
      participants: "Participants: "
      me: "Me"

      archive_link: "Archive!"
      unarchive_link: "Unarchive?"
      thread_archived: "Thread archived"

      new_header: "Creating message"
      new_recipients: "Recipients"
      new_subject: "Subject"
      new_content: "Message"
      new_send: "Send"
      
      reply_send: "Reply"
      reply_content: "Message"

      no_messages: "No messages yet"
      #last: "Last »"
      #previous: "‹ Prev"
      #next: "Next ›"
      #truncate: "..."
      
      successfully_created: "Message successfully created"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
carrier-0.1.5 config/locales/carrier.en.yml
carrier-0.1.4 config/locales/carrier.en.yml
carrier-0.1.3 config/locales/carrier.en.yml
carrier-0.1.2 config/locales/carrier.en.yml