Sha256: 4b9fef35bb798d7cc2a0ed13d06565d278b263eca75d55fab7939e7e2619e4f1

Contents?: true

Size: 1.56 KB

Versions: 9

Compression:

Stored size: 1.56 KB

Contents

module UIAlchemy::GettextTranslations
  if respond_to?(:_)
    TRANSLATIONS = {
      :noscript                 => _("Javascript must be enabled for this application to work properly."),
      :show_password            => _("Show My Password"),
      :example_logo             => _("Logo"),
      :username                 => _("Username"),
      :password                 => _("Password"),
      :login                    => _("Login"),
      :login_information        => _("Login Information"),
      :remembered_login         => _("I remembered my login credentials."),
      :password_unknown         => _("Password Unknown"),
      :email_address            => _("Email Address"),
      :send_login               => _("Send Login"),
      :return_to_login          => _("Return to log in."),
      :password_unknown_info    => _("Enter your username and email address below and instructions on resetting your password will be sent to you."),
      :reset_password           => _("Reset Password"),
      :username_unknown         => _("Username Unknown"),
      :username_unknown_info    => _("If you do not know your username, please enter your email address below and your username information will be sent to you."),
      :change_password          => _("Change Password"),
      :confirm_password         => _("Confirm Password"),
      :save                     => _("Save"),
      :passwords_match          => _("Passwords match."),
      :passwords_do_not_match   => _("Passwords do not match."),
      :recovery_link            => _("Forgot %{username} or %{password}?")
    }
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ui_alchemy-rails-1.0.12 app/helpers/ui_alchemy/gettext_translations.rb
ui_alchemy-rails-1.0.11 app/helpers/ui_alchemy/gettext_translations.rb
ui_alchemy-rails-1.0.10 app/helpers/ui_alchemy/gettext_translations.rb
ui_alchemy-rails-1.0.9 app/helpers/ui_alchemy/gettext_translations.rb
ui_alchemy-rails-1.0.8 app/helpers/ui_alchemy/gettext_translations.rb
ui_alchemy-rails-1.0.7 app/helpers/ui_alchemy/gettext_translations.rb
ui_alchemy-rails-1.0.6 app/helpers/ui_alchemy/gettext_translations.rb
ui_alchemy-rails-1.0.5 app/helpers/ui_alchemy/gettext_translations.rb
ui_alchemy-rails-1.0.4 app/helpers/ui_alchemy/gettext_translations.rb