Sha256: 8d1d2b01a3d7b6bba2ac817c47a4dc0a25c49b301ee3649e6cba6910e061e4ed

Contents?: true

Size: 1.74 KB

Versions: 6

Compression:

Stored size: 1.74 KB

Contents

en:
  inforouter:
    errors:
      messages:
        missing_config:
          message: "Missing configuration."
          summary: "infoRouter requires a username and password."
          resolution: "See your infoRouter system administrator for username and
            password. Configure the inforouter gem. For example, add the
            following to `config/initializers/inforouter.rb`.\n
            \_\_Inforouter.configure do |config|\n
            \_\_\_config.wsdl = 'your_inforouter_wsdl_location' # optional\n
            \_\_\_config.host = 'your_inforouter_host'\n
            \_\_\_config.username = 'your_inforouter_username'\n
            \_\_\_config.password = 'your_inforouter_password'\n
            \_\_end\n"
        missing_config_option:
          message: "Missing configuration option: %{name}."
          summary: "A configuration option was not provided when configuration infoRouter."
          resolution: "Review your `Inforouter.configure` code. Are you using an environment
          variable that has not been set?"
        soap_error:
          message: "%{message}"
          summary: "The server returned a %{code} error."
          resolution: "Review the parameters passed to the request."
        unexpected_soap_response:
          message: "Expected a value for `%{key}` in `%{chain}` in the infoRouter response."
          summary: "infoRouter returned an unexpected response: `%{raw}`."
          resolution: "This is possibly a bug in the inforouter gem.\n
          Please report it in https://github.com/ncssoftware/inforouter/issues."
        api_error:
          message: "%{message}"
          summary: "The infoRouter server returned an error in the response: `%{raw}`"
          resolution: "Check the request parameters."

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
inforouter-0.3.0 lib/config/locales/en.yml
inforouter-0.2.9 lib/config/locales/en.yml
inforouter-0.2.8 lib/config/locales/en.yml
inforouter-0.2.7 lib/config/locales/en.yml
inforouter-0.2.6 lib/config/locales/en.yml
inforouter-0.2.0 lib/config/locales/en.yml