diff options
Diffstat (limited to 'locales/puppetlabs-sshkeys_core.pot')
-rw-r--r-- | locales/puppetlabs-sshkeys_core.pot | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/locales/puppetlabs-sshkeys_core.pot b/locales/puppetlabs-sshkeys_core.pot new file mode 100644 index 0000000..90c988b --- /dev/null +++ b/locales/puppetlabs-sshkeys_core.pot @@ -0,0 +1,48 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2018 Puppet, Inc. +# This file is distributed under the same license as the puppetlabs-sshkeys_core package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: puppetlabs-sshkeys_core 1.0.0-8-g39a613b\n" +"\n" +"Report-Msgid-Bugs-To: docs@puppet.com\n" +"POT-Creation-Date: 2018-08-17 15:12-0700\n" +"PO-Revision-Date: 2018-08-17 15:12-0700\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: ../lib/puppet/type/ssh_authorized_key.rb:73 +msgid "Key must not contain whitespace: %{value}" +msgstr "" + +#: ../lib/puppet/type/ssh_authorized_key.rb:118 +msgid "Option %{value} is not valid. A single option must either be of the form 'option' or 'option=\"value\". Multiple options must be provided as an array" +msgstr "" + +#: ../lib/puppet/type/ssh_authorized_key.rb:136 +msgid "Attribute 'user' or 'target' is mandatory" +msgstr "" + +#: ../lib/puppet/type/sshkey.rb:53 +msgid "Aliases cannot include whitespace" +msgstr "" + +#: ../lib/puppet/type/sshkey.rb:56 +msgid "Aliases must be provided as an array, not a comma-separated list" +msgstr "" + +#: ../lib/puppet/type/sshkey.rb:67 +msgid "Resourcename cannot include whitespaces" +msgstr "" + +#: ../lib/puppet/type/sshkey.rb:68 +msgid "No comma in resourcename allowed. If you want to specify aliases use the host_aliases property" +msgstr "" |