Sha256: 91a465ab84f484e4690375acd9ac3f813a127211fe1e81ba45a45f4b26f02d70

Contents?: true

Size: 1.29 KB

Versions: 6

Compression:

Stored size: 1.29 KB

Contents

en:
  
  time:
    formats:
      # eventually this should be abstracted to a tkh_utilities gem together with all
      # standard helpers and functionality
      tkh_default: "%b. %-d, '%y at %l:%M %P"
  
  activerecord: 
    attributes:
      pages:
        title: "title"
        short_title: 'short title'
        description: "description"
        body: "body text"
        for_the_blog: 'for the blog'
        
      contacts:
        sender_name: "sender name"
        sender_email: 'sender email'
        body: 'message'
  
  are_you_sure: 'are you sure?'
  delete: 'delete'
  edit: 'edit'
  pages: 'pages'
  sections: 'sections'
  
  pages:
    author: 'author'
    create_new: 'create new page'
    published: 'published?'
    
    create:
      notice: 'The page was successfully created.'
      warning: 'There was a problem saving the page'
    update:
      notice: 'The page was successfully updated.'
      warning: 'There was a problem saving the page'
    destroy:
      notice: 'The page was deleted'
      root_warning: "You cannot delete this page as this is the root page of the site. You should only modify it."
  
  contacts:
    send_message: 'send message'
    sent: 'Sent at'
      
    create:
      notice: 'Your message has been sent'
      warning: 'There was a problem sending your message.'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tkh_content-0.2.1 lib/generators/tkh_content/create_or_update_locales/templates/en.yml
tkh_content-0.2 lib/generators/tkh_content/create_or_update_locales/templates/en.yml
tkh_content-0.1.15 lib/generators/tkh_content/create_or_update_locales/templates/en.yml
tkh_content-0.1.14 lib/generators/tkh_content/create_or_update_locales/templates/en.yml
tkh_content-0.1.13 lib/generators/tkh_content/create_or_update_locales/templates/en.yml
tkh_content-0.1.12 lib/generators/tkh_content/create_or_update_locales/templates/en.yml