Sha256: 1fb04b0d75901653ba562c80a725bd8088868d551b435d10b954e05f216a80bc
Contents?: true
Size: 1.7 KB
Versions: 3
Compression:
Stored size: 1.7 KB
Contents
# Sample localization file for English. Add more files in this directory for other locales. # See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. en: simple_form: labels: page: title: 'Page title' article: 'Page content' parent_id: 'Choose parent page' slug: 'Permalink' helpers: submit: slug: done: 'Done' cancel: 'сancel' or: 'or' page: create: 'Publish' controllers: pages: create: published_notice: 'Page successfully published.' draft_notice: 'Page saved as draft. You can continue editing.' update: notice: 'Page successfully updated' destroy: notice: 'Page was deleted forever' views: pages: # TODO: move all actions to 'action' scope new: heading: 'New page' edit: heading: 'Editing page' sidebar: heading: 'Delete page' link: 'Delete' link_confirmation: 'Are you sure?' show: sidebar: heading: 'Actions' link: 'Edit' index: heading: 'Pages' sidebar: heading: 'Actions' link: 'Create Page' shared: back_link: 'back' save_as_draft: 'Save as draft' or: 'or' activerecord: errors: models: page: attributes: title: blank: 'You need to specify page title' taken: 'Same title already exists. Please specify another title.' article: blank: 'You need to write something' slug: format: with: 'Incorrect slug format specified.'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
activa-0.0.4 | config/locales/en.yml |
activa-0.0.3 | config/locales/en.yml |
activa-0.0.2 | config/locales/en.yml |