Skip to content

Commit

Permalink
- fix formatting (use >- for text that should flow continuously)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Jun 14, 2013
1 parent 2655d81 commit d97ecf7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@ en:
Plugin: %{plugin}
Error: %{error}
Stack: %{stacktrace}
plugin-loading-error: |-
plugin-loading-error: >-
Couldn't find any %{type} plugin named '%{name}'. Are you
sure this is correct?
plugin-type-loading-error: |-
plugin-type-loading-error: >-
Could not find any plugin type named '%{type}'. Check for typos.
Valid plugin types are 'input' 'filter' and 'output'
plugin:
unsupported: |-
unsupported: >-
Using unsupported %{type} plugin '%{name}'. This plugin isn't well
supported by the commnity and likely has no maintainer.
For more information on plugin statuses, see
http://logstash.net/docs/%{LOGSTASH_VERSION}/plugin_status
experimental: |-
experimental: >-
Using experimental %{type} plugin '%{name}'. This plugin should work,
but would benefit from use by folks like you. Please let us know if you
find bugs or have suggestions on how to improve this plugin. For more
information on plugin statuses, see
http://logstash.net/docs/%{LOGSTASH_VERSION}/plugin_status
beta: |-
beta: >-
Using beta %{type} plugin '%{name}'.
For more information on plugin statuses, see
http://logstash.net/docs/%{LOGSTASH_VERSION}/plugin_status
agent:
missing-configuration: |-
missing-configuration: >-
No configuration file was specified. Perhaps you forgot to provide
the '-f yourlogstash.conf' flag?
error: |-
error: >-
Error: %{error}
interrupted: |-
interrupted: >-
Interrupt received. Shutting down the pipeline.
configuration:
file-not-found: |-
Expand All @@ -81,9 +81,9 @@ en:
...
}
}
invalid_plugin_settings: |-
invalid_plugin_settings: >-
Something is wrong with your configuration.
plugin_path_missing: |-
plugin_path_missing: >-
You specified a plugin path that does not exist: %{path}
no_plugins_found: |-
Could not find any plugins in "%{path}"
Expand Down

0 comments on commit d97ecf7

Please sign in to comment.