Sha256: d010e7b8ffa4c3bc25fe6964bb0d5e92ac3ebac854795e1799ef8d4a24881359

Contents?: true

Size: 1.3 KB

Versions: 4

Compression:

Stored size: 1.3 KB

Contents

# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
#     I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
#     <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
#     I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# The following keys must be escaped otherwise they will not be retrieved by
# the default I18n backend:
#
# true, false, on, off, yes, no
#
# Instead, surround them with single quotes.
#
# en:
#   'true': 'foo'
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.

it:

  activerecord:
    models:
      ajax_form:
        one: Form Ajax
        other: Forms Ajax

  alchemy:
    modules:
      ajax_form: "Form Contatti"


  ajax_form_mailer:
    subjects:
      default_notification_object: "Nuova mail dal sito web"

  privacy_string: "Accosenti al trattamento dei tuoi dati in base al D.Lgs
                30/06/2003 n.196"
  submit: "Invia"
  form_sended_succesfully: "Inviato con successo"
  show: Visualizza
  alchemy_ajax_form:
    submit_search: "Cerca..."




Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alchemy-ajax-form-1.2.1 config/locales/it.yml
alchemy-ajax-form-2.1.0 config/locales/it.yml
alchemy-ajax-form-2.0.0 config/locales/it.yml
alchemy-ajax-form-1.2.0 config/locales/it.yml