# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2018 Puppet, Inc.
# This file is distributed under the same license as the Puppet automation framework package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Puppet automation framework 5.3.4-746-ge9bf54f\n"
"\n"
"Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
"POT-Creation-Date: 2018-02-07 21:18+0000\n"
"PO-Revision-Date: 2018-02-07 21:18+0000\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"

#. TRANSLATORS 'lookup' is a puppet function and should not be translated
#: ../lib/hiera/puppet_function.rb:64
msgid "The function '%{class_name}' is deprecated in favor of using 'lookup'."
msgstr ""

#: ../lib/hiera/puppet_function.rb:65
msgid "See https://docs.puppet.com/puppet/%{minor_version}/reference/deprecated_language.html"
msgstr ""

#: ../lib/hiera_puppet.rb:14
msgid "Could not find data item %{key} in any Hiera data file and no default supplied"
msgstr ""

#: ../lib/hiera_puppet.rb:41
msgid "Please supply a parameter to perform a Hiera lookup"
msgstr ""

#: ../lib/hiera_puppet.rb:74 ../lib/puppet/indirector/hiera.rb:79
msgid "Config file %{hiera_config} not found, using Hiera defaults"
msgstr ""

#: ../lib/puppet.rb:4
msgid "Puppet %{version} requires ruby 1.9.3 or greater."
msgstr ""

#: ../lib/puppet.rb:130
msgid "Support for ruby version %{version} is deprecated and will be removed in a future release. See https://docs.puppet.com/puppet/latest/system_requirements.html#ruby for a list of supported ruby versions."
msgstr ""

#: ../lib/puppet.rb:177
msgid "Creating %{name} via Puppet.newtype is deprecated and will be removed in a future release. Use Puppet::Type.newtype instead."
msgstr ""

#: ../lib/puppet.rb:196
msgid "The environmentpath setting cannot be empty or nil."
msgstr ""

#: ../lib/puppet/agent.rb:41
msgid ""
"Skipping run of %{client_class}; administratively disabled (Reason: '%{disable_message}');\n"
"Use 'puppet agent --enable' to re-enable."
msgstr ""

#: ../lib/puppet/agent.rb:63
msgid "Run of %{client_class} already in progress; skipping  (%{lockfile_path} exists)"
msgstr ""

#: ../lib/puppet/agent.rb:66
msgid "Execution of %{client_class} did not complete within %{runtimeout} seconds and was terminated."
msgstr ""

#: ../lib/puppet/agent.rb:71
msgid "Could not run %{client_class}: %{detail}"
msgstr ""

#: ../lib/puppet/agent.rb:78
msgid "Shutdown/restart in progress (%{status}); skipping run"
msgstr ""

#: ../lib/puppet/agent.rb:96
msgid "puppet agent: applying configuration"
msgstr ""

#: ../lib/puppet/agent.rb:127
msgid "Could not create instance of %{client_class}: %{detail}"
msgstr ""

#: ../lib/puppet/agent/disabler.rb:19
msgid "Enabling Puppet."
msgstr ""

#: ../lib/puppet/agent/disabler.rb:26
msgid "Disabling Puppet."
msgstr ""

#: ../lib/puppet/agent/locker.rb:26
msgid "Failed to acquire lock"
msgstr ""

#. TRANSLATORS 'Puppet::Agent::Locker.running?' is a method name and should not be translated
#: ../lib/puppet/agent/locker.rb:33
msgid "Puppet::Agent::Locker.running? is deprecated as it is inherently unsafe."
msgstr ""

#. TRANSLATORS 'LockError' should not be translated
#: ../lib/puppet/agent/locker.rb:35
msgid "The only safe way to know if the lock is locked is to try lock and perform some action and then handle the LockError that may result."
msgstr ""

#: ../lib/puppet/application.rb:231
msgid "Unable to find application '%{application_name}'. %{error}"
msgstr ""

#: ../lib/puppet/application.rb:252
msgid "Unable to load application class '%{class_name}' from file 'puppet/application/%{application_name}.rb'"
msgstr ""

#: ../lib/puppet/application.rb:291
msgid "Invalid environment mode '%{mode_name}'"
msgstr ""

#: ../lib/puppet/application.rb:359
msgid "Could not get application-specific default settings"
msgstr ""

#: ../lib/puppet/application.rb:365
msgid "Could not initialize"
msgstr ""

#: ../lib/puppet/application.rb:366
msgid "Could not parse application options"
msgstr ""

#: ../lib/puppet/application.rb:367
msgid "Could not prepare for execution"
msgstr ""

#: ../lib/puppet/application.rb:370
msgid "`puppet %{name}` is deprecated and will be removed in a future release."
msgstr ""

#: ../lib/puppet/application.rb:373
msgid "Could not configure routes from %{route_file}"
msgstr ""

#: ../lib/puppet/application.rb:374
msgid "Could not log runtime debug info"
msgstr ""

#: ../lib/puppet/application.rb:375
msgid "Could not run"
msgstr ""

#: ../lib/puppet/application.rb:379
msgid "No valid command or main"
msgstr ""

#: ../lib/puppet/application.rb:492
msgid "No help available for puppet %{app_name}"
msgstr ""

#: ../lib/puppet/application/agent.rb:24 ../lib/puppet/application/device.rb:22
msgid "Cancelling startup"
msgstr ""

#: ../lib/puppet/application/agent.rb:82
msgid "The puppet agent daemon"
msgstr ""

#: ../lib/puppet/application/agent.rb:360
msgid "Fingerprint asked but no certificate nor certificate request have yet been issued"
msgstr ""

#: ../lib/puppet/application/agent.rb:365
msgid "Could not get fingerprint for digest '%{digest}'"
msgstr ""

#: ../lib/puppet/application/agent.rb:389
msgid "Starting Puppet client version %{version}"
msgstr ""

#: ../lib/puppet/application/agent.rb:405
msgid "The puppet agent command does not take parameters"
msgstr ""

#: ../lib/puppet/application/apply.rb:35
msgid "Apply Puppet manifests locally"
msgstr ""

#: ../lib/puppet/application/apply.rb:197 ../lib/puppet/application/script.rb:134
msgid "Could not find file %{manifest}"
msgstr ""

#: ../lib/puppet/application/apply.rb:198
msgid "Only one file can be applied per run.  Skipping %{files}"
msgstr ""

#: ../lib/puppet/application/apply.rb:207 ../lib/puppet/application/script.rb:141
msgid "Could not find facts for %{node}"
msgstr ""

#: ../lib/puppet/application/apply.rb:216 ../lib/puppet/application/script.rb:150
msgid "Could not find node %{node}"
msgstr ""

#. TRANSLATORS "puppet apply" is a program command and should not be translated
#: ../lib/puppet/application/apply.rb:233
msgid "For puppet apply"
msgstr ""

#: ../lib/puppet/application/apply.rb:245
msgid "%{file} is not readable"
msgstr ""

#: ../lib/puppet/application/apply.rb:318 ../lib/puppet/application/script.rb:238
msgid "Exiting"
msgstr ""

#: ../lib/puppet/application/apply.rb:348
msgid "Could not deserialize catalog from %{format}: %{detail}"
msgstr ""

#: ../lib/puppet/application/cert.rb:103
msgid "Manage certificates and requests"
msgstr ""

#: ../lib/puppet/application/cert.rb:332
msgid "You must specify the hosts to apply to; valid values are an array or the symbol :all"
msgstr ""

#: ../lib/puppet/application/describe.rb:181
msgid "Display help about resource types"
msgstr ""

#: ../lib/puppet/application/device.rb:66
msgid "Manage remote network devices"
msgstr ""

#: ../lib/puppet/application/device.rb:203
msgid "Target device / certificate '%{target}' not found in %{config}"
msgstr ""

#: ../lib/puppet/application/device.rb:205
msgid "No device found in %{config}"
msgstr ""

#: ../lib/puppet/application/device.rb:215
msgid "starting applying configuration to %{target} at %{scheme}%{url_host}%{port}%{url_path}"
msgstr ""

#: ../lib/puppet/application/doc.rb:28
msgid "Invalid output format %{arg}"
msgstr ""

#: ../lib/puppet/application/doc.rb:37
msgid "Invalid output mode %{arg}"
msgstr ""

#: ../lib/puppet/application/doc.rb:52
msgid "Generate Puppet references"
msgstr ""

#: ../lib/puppet/application/doc.rb:134
msgid "scanning: %{files}"
msgstr ""

#: ../lib/puppet/application/doc.rb:146
msgid "Could not generate documentation: %{detail}"
msgstr ""

#: ../lib/puppet/application/doc.rb:158
msgid "Could not find reference %{name}"
msgstr ""

#: ../lib/puppet/application/doc.rb:164
msgid "Could not generate reference %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/application/face_base.rb:34
msgid "I don't know how to render '%{format}'"
msgstr ""

#: ../lib/puppet/application/face_base.rb:56
msgid "Cancelling Face"
msgstr ""

#: ../lib/puppet/application/face_base.rb:128
msgid "'%{face}' has no %{action} action.  See `puppet help %{face}`."
msgstr ""

#: ../lib/puppet/application/face_base.rb:206
msgid "%{face} does not respond to action %{arg}"
msgstr ""

#: ../lib/puppet/application/face_base.rb:239
msgid "puppet %{face} %{action} takes %{arg_count} argument, but you gave %{given_count}"
msgid_plural "puppet %{face} %{action} takes %{arg_count} arguments, but you gave %{given_count}"
msgstr[0] ""
msgstr[1] ""

#: ../lib/puppet/application/face_base.rb:244
msgid "'puppet %{face}' is deprecated and will be removed in a future release"
msgstr ""

#: ../lib/puppet/application/face_base.rb:263
msgid "Try 'puppet help %{face} %{action}' for usage"
msgstr ""

#: ../lib/puppet/application/filebucket.rb:16
msgid "Store and retrieve files in a filebucket"
msgstr ""

#: ../lib/puppet/application/filebucket.rb:203
msgid "You must specify a file to back up"
msgstr ""

#: ../lib/puppet/application/filebucket.rb:207
msgid "%{file}: no such file"
msgstr ""

#: ../lib/puppet/application/filebucket.rb:211
msgid "%{file}: cannot read file"
msgstr ""

#: ../lib/puppet/application/filebucket.rb:233 ../lib/puppet/application/filebucket.rb:256
msgid "Need exactly two arguments: filebucket diff <file_a> <file_b>"
msgstr ""

#: ../lib/puppet/application/filebucket.rb:253
msgid "Comparing %{checksum_a} %{checksum_b} %{file_a} %{file_b}"
msgstr ""

#: ../lib/puppet/application/filebucket.rb:267
msgid "Cancelling"
msgstr ""

#: ../lib/puppet/application/lookup.rb:8
msgid "Run 'puppet lookup --help' for more details"
msgstr ""

#: ../lib/puppet/application/lookup.rb:60
msgid ""
"The --fact file only accepts yaml and json files.\n"
"%{run_help}"
msgstr ""

#: ../lib/puppet/application/lookup.rb:99
msgid "Interactive Hiera lookup"
msgstr ""

#: ../lib/puppet/application/lookup.rb:266
msgid ""
"The options %{deep_merge_opts} are only available with '--merge deep'\n"
"%{run_help}"
msgstr ""

#: ../lib/puppet/application/lookup.rb:277
msgid ""
"The --merge option only accepts %{strategies}, or %{last_strategy}\n"
"%{run_help}"
msgstr ""

#: ../lib/puppet/application/lookup.rb:302
msgid "No keys were given to lookup."
msgstr ""

#: ../lib/puppet/application/lookup.rb:310
msgid "Unknown rendering format '%{format}'"
msgstr ""

#: ../lib/puppet/application/lookup.rb:350 ../lib/puppet/face/epp.rb:493
msgid "Incorrect formatted data in %{fact_file} given via the --facts flag"
msgstr ""

#: ../lib/puppet/application/master.rb:29
msgid "The puppet master daemon"
msgstr ""

#: ../lib/puppet/application/master.rb:150
msgid "Canceling startup"
msgstr ""

#: ../lib/puppet/application/master.rb:169
msgid "Could not compile catalog for %{node}"
msgstr ""

#: ../lib/puppet/application/master.rb:174
msgid "Failed to compile catalog for node %{node}: %{detail}"
msgstr ""

#: ../lib/puppet/application/master.rb:194
msgid "Could not change user to %{user}: %{detail}"
msgstr ""

#: ../lib/puppet/application/master.rb:198
msgid "Could not change user to %{user}. User does not exist and is required to continue."
msgstr ""

#: ../lib/puppet/application/master.rb:204
msgid "The Rack Puppet master server is deprecated and will be removed in a future release. Please use Puppet Server instead. See http://links.puppet.com/deprecate-rack-webrick-servers for more information."
msgstr ""

#: ../lib/puppet/application/master.rb:207
msgid "The WEBrick Puppet master server is deprecated and will be removed in a future release. Please use Puppet Server instead. See http://links.puppet.com/deprecate-rack-webrick-servers for more information."
msgstr ""

#: ../lib/puppet/application/master.rb:266
msgid "Puppet master is not supported on Microsoft Windows"
msgstr ""

#: ../lib/puppet/application/master.rb:315
msgid "Starting Puppet master version %{version}"
msgstr ""

#: ../lib/puppet/application/resource.rb:32
msgid "The resource abstraction layer shell"
msgstr ""

#: ../lib/puppet/application/resource.rb:140
msgid "Editing with Yaml output is not supported"
msgstr ""

#: ../lib/puppet/application/resource.rb:196
msgid "You must specify the type to display"
msgstr ""

#: ../lib/puppet/application/resource.rb:197
msgid "Could not find type %{type}"
msgstr ""

#: ../lib/puppet/application/resource.rb:204
msgid "Invalid parameter setting %{setting}"
msgstr ""

#: ../lib/puppet/application/resource.rb:226
msgid "Listing all file instances is not supported.  Please specify a file or directory, e.g. puppet resource file /etc"
msgstr ""

#: ../lib/puppet/application/script.rb:20
msgid "Run a puppet manifests as a script without compiling a catalog"
msgstr ""

#: ../lib/puppet/application/script.rb:121
msgid "Bolt must be installed to use the script application"
msgstr ""

#: ../lib/puppet/application/script.rb:135
msgid "Only one file can be used per run. Skipping %{files}"
msgstr ""

#: ../lib/puppet/configurer.rb:21
msgid "Puppet configuration client"
msgstr ""

#: ../lib/puppet/configurer.rb:49
msgid "Removing corrupt state file %{file}: %{detail}"
msgstr ""

#: ../lib/puppet/configurer.rb:54
msgid "Cannot remove %{file}: %{detail}"
msgstr ""

#: ../lib/puppet/configurer.rb:76
msgid "Using cached catalog from environment '%{environment}'"
msgstr ""

#: ../lib/puppet/configurer.rb:82
msgid "Not using cache on failed catalog"
msgstr ""

#: ../lib/puppet/configurer.rb:91
msgid "Not using cached catalog because its environment '%{catalog_env}' does not match '%{local_env}'"
msgstr ""

#: ../lib/puppet/configurer.rb:96 ../lib/puppet/configurer.rb:161
msgid "Using cached catalog from environment '%{catalog_env}'"
msgstr ""

#: ../lib/puppet/configurer.rb:154
msgid "Could not retrieve catalog; skipping run"
msgstr ""

#: ../lib/puppet/configurer.rb:173
msgid "Applied catalog in %{seconds} seconds"
msgstr ""

#: ../lib/puppet/configurer.rb:212
msgid "Could not select a functional puppet master"
msgstr ""

#: ../lib/puppet/configurer.rb:246
msgid "Local environment: '%{local_env}' doesn't match the environment of the cached catalog '%{catalog_env}', switching agent to '%{catalog_env}'."
msgstr ""

#: ../lib/puppet/configurer.rb:286
msgid "Local environment: '%{local_env}' doesn't match server specified node environment '%{node_env}', switching agent to '%{node_env}'."
msgstr ""

#: ../lib/puppet/configurer.rb:291
msgid "Using configured environment '%{env}'"
msgstr ""

#: ../lib/puppet/configurer.rb:295
msgid "Unable to fetch my node definition, but the agent run will continue:"
msgstr ""

#: ../lib/puppet/configurer.rb:319
msgid "Not using catalog because its environment '%{catalog_env}' does not match agent specified environment '%{local_env}' and strict_environment_mode is set"
msgstr ""

#: ../lib/puppet/configurer.rb:330
msgid "Catalog environment didn't stabilize after %{tries} fetches, aborting run"
msgstr ""

#: ../lib/puppet/configurer.rb:332
msgid "Local environment: '%{local_env}' doesn't match server specified environment '%{catalog_env}', restarting agent run with environment '%{catalog_env}'"
msgstr ""

#: ../lib/puppet/configurer.rb:351
msgid "Failed to apply catalog: %{detail}"
msgstr ""

#: ../lib/puppet/configurer.rb:398 ../lib/puppet/face/report.rb:47
msgid "Could not send report: %{detail}"
msgstr ""

#: ../lib/puppet/configurer.rb:407
msgid "Could not save last run local report: %{detail}"
msgstr ""

#: ../lib/puppet/configurer.rb:419
msgid "Could not run command from %{setting}: %{detail}"
msgstr ""

#: ../lib/puppet/configurer.rb:432
msgid "Could not retrieve catalog from cache: %{detail}"
msgstr ""

#: ../lib/puppet/configurer.rb:444
msgid "Could not retrieve catalog from remote server: %{detail}"
msgstr ""

#: ../lib/puppet/configurer/downloader.rb:9
msgid "Retrieving %{name}"
msgstr ""

#: ../lib/puppet/configurer/downloader.rb:20
msgid "Could not retrieve %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/configurer/fact_handler.rb:24
msgid "Could not retrieve local facts: %{detail}"
msgstr ""

#: ../lib/puppet/context.rb:41
msgid "Attempted to pop, but already at root of the context stack."
msgstr ""

#: ../lib/puppet/context.rb:55
msgid "no '%{name}' in %{table} at top of %{stack}"
msgstr ""

#: ../lib/puppet/context.rb:80
msgid "no '%{name}' in ignores %{ignores} at top of %{stack}"
msgstr ""

#: ../lib/puppet/context.rb:93
msgid "Mark for '%{name}' already exists"
msgstr ""

#: ../lib/puppet/context.rb:107
msgid "Unknown mark '%{name}'"
msgstr ""

#: ../lib/puppet/context/trusted_information.rb:48
msgid "TrustedInformation expected a certificate, but none was given."
msgstr ""

#: ../lib/puppet/daemon.rb:82
msgid "Cannot reexec unless ARGV arguments are set"
msgstr ""

#: ../lib/puppet/daemon.rb:143
msgid "Daemons must have an agent, server, or both"
msgstr ""

#: ../lib/puppet/datatypes.rb:133
msgid "Data Type Load Error for type '%{type_name}': %{message}"
msgstr ""

#: ../lib/puppet/datatypes.rb:156
msgid "a data type must have an interface"
msgstr ""

#: ../lib/puppet/datatypes.rb:195
msgid "a data type can only have one interface"
msgstr ""

#: ../lib/puppet/datatypes.rb:200 ../lib/puppet/datatypes.rb:205
msgid "a data type can only have one implementation"
msgstr ""

#: ../lib/puppet/defaults.rb:126
msgid "Cannot disable unrecognized warning types %{invalid}."
msgstr ""

#: ../lib/puppet/defaults.rb:127
msgid "Valid values are %{values}."
msgstr ""

#. TRANSLATORS 'data_binding_terminus' is a setting and should not be translated
#: ../lib/puppet/defaults.rb:472
msgid "Setting 'data_binding_terminus' is deprecated."
msgstr ""

#. TRANSLATORS 'hiera' should not be translated
#: ../lib/puppet/defaults.rb:474
msgid "Convert custom terminus to hiera 5 API."
msgstr ""

#. TRANSLATORS 'environment_data_provider' is a setting and should not be translated
#: ../lib/puppet/defaults.rb:628
msgid "Setting 'environment_data_provider' is deprecated."
msgstr ""

#: ../lib/puppet/defaults.rb:730
msgid "Certificate names must be lower case"
msgstr ""

#: ../lib/puppet/defaults.rb:967 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
msgstr ""

#: ../lib/puppet/defaults.rb:1493 ../lib/puppet/defaults.rb:1508
msgid "Attempted to set both server and server_list."
msgstr ""

#: ../lib/puppet/defaults.rb:1494 ../lib/puppet/defaults.rb:1509
msgid "Server setting will not be used."
msgstr ""

#. TRANSLATORS 'pluginsync' is a setting and should not be translated
#: ../lib/puppet/defaults.rb:1819
msgid "Setting 'pluginsync' is deprecated."
msgstr ""

#: ../lib/puppet/error.rb:67
msgid "Could not parse for environment %{environment}: %{message}"
msgstr ""

#: ../lib/puppet/error.rb:68 ../lib/puppet/parser/compiler.rb:41
msgid "%{message} on node %{node}"
msgstr ""

#: ../lib/puppet/external/pson/common.rb:46
msgid "can't find const for unregistered document type %{path}"
msgstr ""

#: ../lib/puppet/external/pson/common.rb:311
msgid "exceed depth limit"
msgstr ""

#: ../lib/puppet/face/ca.rb:5 ../lib/puppet/face/certificate.rb:6 ../lib/puppet/face/config.rb:8 ../lib/puppet/face/epp.rb:8 ../lib/puppet/face/facts.rb:6 ../lib/puppet/face/generate.rb:7 ../lib/puppet/face/help.rb:9 ../lib/puppet/face/key.rb:5 ../lib/puppet/face/man.rb:8 ../lib/puppet/face/module.rb:9 ../lib/puppet/face/node.rb:4 ../lib/puppet/face/parser.rb:6 ../lib/puppet/face/plugin.rb:6 ../lib/puppet/face/report.rb:5 ../lib/puppet/face/resource.rb:5 ../lib/puppet/face/status.rb:5
msgid "Apache 2 license; see COPYING"
msgstr ""

#: ../lib/puppet/face/ca.rb:7
msgid "Local Puppet Certificate Authority management."
msgstr ""

#: ../lib/puppet/face/ca.rb:17
msgid "List certificates and/or certificate requests."
msgstr ""

#: ../lib/puppet/face/ca.rb:26
msgid "Include all certificates and requests."
msgstr ""

#: ../lib/puppet/face/ca.rb:30
msgid "Include pending certificate signing requests."
msgstr ""

#: ../lib/puppet/face/ca.rb:34
msgid "Include signed certificates."
msgstr ""

#: ../lib/puppet/face/ca.rb:37 ../lib/puppet/face/ca.rb:213
msgid "ALGORITHM"
msgstr ""

#: ../lib/puppet/face/ca.rb:38 ../lib/puppet/face/ca.rb:214
msgid "The hash algorithm to use when displaying the fingerprint"
msgstr ""

#: ../lib/puppet/face/ca.rb:41
msgid "PATTERN"
msgstr ""

#: ../lib/puppet/face/ca.rb:42
msgid "Only list if the subject matches PATTERN."
msgstr ""

#. TRANSLATORS "CA" stands for "certificate authority"
#. TRANSLATORS "CA" stands for "certificate authority"
#. TRANSLATORS "CA" stands for "certificate authority"
#: ../lib/puppet/face/ca.rb:54 ../lib/puppet/face/ca.rb:106 ../lib/puppet/face/ca.rb:119 ../lib/puppet/face/ca.rb:145 ../lib/puppet/face/ca.rb:176 ../lib/puppet/face/ca.rb:200 ../lib/puppet/face/ca.rb:219 ../lib/puppet/face/ca.rb:238
msgid "Not a CA"
msgstr ""

#. TRANSLATORS "CA" stands for "certificate authority"
#. TRANSLATORS "CA" stands for "certificate authority"
#. TRANSLATORS "CA" stands for "certificate authority"
#: ../lib/puppet/face/ca.rb:57 ../lib/puppet/face/ca.rb:82 ../lib/puppet/face/ca.rb:108 ../lib/puppet/face/ca.rb:121 ../lib/puppet/face/ca.rb:147 ../lib/puppet/face/ca.rb:178 ../lib/puppet/face/ca.rb:202 ../lib/puppet/face/ca.rb:222 ../lib/puppet/face/ca.rb:241
msgid "Unable to fetch the CA"
msgstr ""

#: ../lib/puppet/face/ca.rb:104
msgid "Destroy named certificate or pending certificate request."
msgstr ""

#: ../lib/puppet/face/ca.rb:117
msgid "Add certificate to certificate revocation list."
msgstr ""

#: ../lib/puppet/face/ca.rb:132
msgid "Nothing was revoked"
msgstr ""

#: ../lib/puppet/face/ca.rb:138
msgid "Generate a certificate for a named client."
msgstr ""

#: ../lib/puppet/face/ca.rb:139 ../lib/puppet/face/certificate.rb:56
msgid "NAMES"
msgstr ""

#: ../lib/puppet/face/ca.rb:140 ../lib/puppet/face/certificate.rb:57
msgid "Additional DNS names to add to the certificate request"
msgstr ""

#: ../lib/puppet/face/ca.rb:155
msgid "%{host} already has a certificate request; use sign instead"
msgstr ""

#: ../lib/puppet/face/ca.rb:161
msgid "%{host} already has a certificate"
msgstr ""

#: ../lib/puppet/face/ca.rb:170
msgid "Sign an outstanding certificate request."
msgstr ""

#: ../lib/puppet/face/ca.rb:172 ../lib/puppet/face/certificate.rb:117
msgid "Whether or not to accept DNS alt names in the certificate request"
msgstr ""

#: ../lib/puppet/face/ca.rb:198
msgid "Print the full-text version of a host's certificate."
msgstr ""

#. TRANSLATORS "DIGEST" refers to a hash algorithm
#: ../lib/puppet/face/ca.rb:212
msgid "Print the DIGEST (defaults to the signing algorithm) fingerprint of a host's certificate."
msgstr ""

#: ../lib/puppet/face/ca.rb:260
msgid "Could not verify %{host}: %{error}"
msgstr ""

#: ../lib/puppet/face/catalog.rb:7
msgid "Compile, save, view, and convert catalogs."
msgstr ""

#: ../lib/puppet/face/catalog/select.rb:4
msgid "Retrieve a catalog and filter it for resources of a given type."
msgstr ""

#: ../lib/puppet/face/catalog/select.rb:5
msgid "<host> <resource_type>"
msgstr ""

#: ../lib/puppet/face/catalog/select.rb:6
msgid ""
"      A list of resource references (\"Type[title]\"). When used from the API,\n"
"      returns an array of Puppet::Resource objects excised from a catalog.\n"
msgstr ""

#: ../lib/puppet/face/catalog/select.rb:43
msgid "no matching resources found"
msgstr ""

#: ../lib/puppet/face/certificate.rb:8
msgid "Provide access to the CA for certificate management."
msgstr ""

#: ../lib/puppet/face/certificate.rb:17
msgid "LOCATION"
msgstr ""

#: ../lib/puppet/face/certificate.rb:19
msgid "Which certificate authority to use (local or remote)."
msgstr ""

#: ../lib/puppet/face/certificate.rb:29
msgid "Valid values for ca-location are 'remote', 'local', 'only'."
msgstr ""

#: ../lib/puppet/face/certificate.rb:36
msgid "Generate a new certificate signing request."
msgstr ""

#: ../lib/puppet/face/certificate.rb:37 ../lib/puppet/face/certificate.rb:106 ../lib/puppet/face/certificate.rb:146 ../lib/puppet/face/certificate.rb:157 ../lib/puppet/face/node.rb:19
msgid "<host>"
msgstr ""

#: ../lib/puppet/face/certificate.rb:73
msgid "Can't specify both --dns_alt_names and --dns-alt-names"
msgstr ""

#: ../lib/puppet/face/certificate.rb:89
msgid "List all certificate signing requests."
msgstr ""

#: ../lib/puppet/face/certificate.rb:105
msgid "Sign a certificate signing request for HOST."
msgstr ""

#: ../lib/puppet/face/certificate.rb:124
msgid "--allow-dns-alt-names may not be specified with a remote CA"
msgstr ""

#: ../lib/puppet/face/certificate.rb:133 ../lib/puppet/indirector/certificate_status/file.rb:15
msgid "This process is not configured as a certificate authority"
msgstr ""

#: ../lib/puppet/face/certificate.rb:145
msgid "Retrieve a certificate."
msgstr ""

#: ../lib/puppet/face/certificate.rb:156
msgid "Delete a certificate."
msgstr ""

#: ../lib/puppet/face/certificate_request.rb:7
msgid "Manage certificate requests."
msgstr ""

#: ../lib/puppet/face/certificate_revocation_list.rb:7
msgid "Manage the list of revoked certificates."
msgstr ""

#: ../lib/puppet/face/config.rb:10
msgid "Interact with Puppet's settings."
msgstr ""

#: ../lib/puppet/face/config.rb:16
msgid "SECTION_NAME"
msgstr ""

#: ../lib/puppet/face/config.rb:18
msgid "The section of the configuration file to interact with."
msgstr ""

#: ../lib/puppet/face/config.rb:36
msgid "Examine Puppet's current settings."
msgstr ""

#: ../lib/puppet/face/config.rb:37
msgid "(all | <setting> [<setting> ...]"
msgstr ""

#: ../lib/puppet/face/config.rb:79
msgid "New environment loaders generated from the requested section."
msgstr ""

#: ../lib/puppet/face/config.rb:85
msgid "No section specified; defaulting to '%{section_name}'."
msgstr ""

#. TRANSLATORS '--section' is a command line option and should not be translated
#. TRANSLATORS '--section' is a command line option and should not be translated
#: ../lib/puppet/face/config.rb:88 ../lib/puppet/face/config.rb:141
msgid "Set the config section by using the `--section` flag."
msgstr ""

#. TRANSLATORS `puppet config --section user print foo` is a command line example and should not be translated
#: ../lib/puppet/face/config.rb:90
msgid "For example, `puppet config --section user print foo`."
msgstr ""

#: ../lib/puppet/face/config.rb:91
msgid "For more information, see https://puppet.com/docs/puppet/latest/configuration.html"
msgstr ""

#: ../lib/puppet/face/config.rb:110
msgid "Set Puppet's settings."
msgstr ""

#: ../lib/puppet/face/config.rb:111
msgid "[setting_name] [setting_value]"
msgstr ""

#. TRANSLATORS `[user]`, `[agent]`, and `[master]` are section names and should not be translated
#: ../lib/puppet/face/config.rb:134
msgid "The environment should be set in either the `[user]`, `[agent]`, or `[master]` section."
msgstr ""

#. TRANSLATORS `[agent]` is a section name and `puppet agent` is a command line example and should not be translated
#: ../lib/puppet/face/config.rb:136
msgid "Variables set in the `[agent]` section are used when running `puppet agent`."
msgstr ""

#. TRANSLATORS `[user]` is a section name and `puppet apply` and `puppet module` are command line examples and should not be translated
#: ../lib/puppet/face/config.rb:138
msgid ""
"Variables set in the `[user]` section are used when running various other puppet subcommands, like `puppet apply` and `puppet module`;\n"
"  these require the defined environment directory to exist locally."
msgstr ""

#. TRANSLATORS `puppet config --section user set environment foo` is a command line example and should not be translated
#: ../lib/puppet/face/config.rb:143
msgid "For example, `puppet config --section user set environment foo`."
msgstr ""

#: ../lib/puppet/face/config.rb:144
msgid "For more information, see https://puppet.com/docs/puppet/latest/configuration.html#environment"
msgstr ""

#: ../lib/puppet/face/config.rb:160
msgid "Delete a Puppet setting."
msgstr ""

#: ../lib/puppet/face/config.rb:161
msgid "(<setting>"
msgstr ""

#. TRANSLATORS 'main' is a specific section name and should not be translated
#: ../lib/puppet/face/config.rb:186
msgid "Deleted setting from '%{section_name}': '%{setting_string}'"
msgstr ""

#: ../lib/puppet/face/config.rb:189
msgid "No setting found in configuration file for section '%{section_name}' setting name '%{name}'"
msgstr ""

#. TRANSLATORS the 'puppet.conf' is a specific file and should not be translated
#: ../lib/puppet/face/config.rb:196
msgid "The puppet.conf file does not exist %{puppet_conf}"
msgstr ""

#: ../lib/puppet/face/config.rb:203
msgid "Resolving settings from section '%{section_name}' in environment '%{environment}'"
msgstr ""

#: ../lib/puppet/face/epp.rb:10
msgid "Interact directly with the EPP template parser/renderer."
msgstr ""

#: ../lib/puppet/face/epp.rb:13
msgid "Validate the syntax of one or more EPP templates."
msgstr ""

#: ../lib/puppet/face/epp.rb:14
msgid "[<template>] [<template> ...]"
msgstr ""

#: ../lib/puppet/face/epp.rb:15
msgid "Nothing, or encountered syntax errors."
msgstr ""

#: ../lib/puppet/face/epp.rb:34
msgid "Whether or not to continue after errors are reported for a template."
msgstr ""

#: ../lib/puppet/face/epp.rb:78
msgid "No template specified. No action taken"
msgstr ""

#: ../lib/puppet/face/epp.rb:95 ../lib/puppet/face/epp.rb:184
msgid ""
"One or more file(s) specified did not exist:\n"
"%{missing_files_list}"
msgstr ""

#: ../lib/puppet/face/epp.rb:99
msgid "Errors while validating epp"
msgstr ""

#: ../lib/puppet/face/epp.rb:106
msgid "Outputs a dump of the internal template parse tree for debugging"
msgstr ""

#: ../lib/puppet/face/epp.rb:108 ../lib/puppet/face/parser.rb:68
msgid "A dump of the resulting AST model unless there are syntax or validation errors."
msgstr ""

#: ../lib/puppet/face/epp.rb:131 ../lib/puppet/face/epp.rb:295 ../lib/puppet/face/parser.rb:81
msgid "<source>"
msgstr ""

#: ../lib/puppet/face/epp.rb:133
msgid "Dump one epp source expression given on the command line."
msgstr ""

#: ../lib/puppet/face/epp.rb:137
msgid "Whether or not to validate the parsed result, if no-validate only syntax errors are reported."
msgstr ""

#: ../lib/puppet/face/epp.rb:141
msgid "Whether or not to show a file name header between files."
msgstr ""

#: ../lib/puppet/face/epp.rb:165 ../lib/puppet/face/parser.rb:99
msgid "No input to parse given on command line or stdin"
msgstr ""

#: ../lib/puppet/face/epp.rb:193
msgid "Renders an epp template as text"
msgstr ""

#: ../lib/puppet/face/epp.rb:195
msgid "A rendered result of one or more given templates."
msgstr ""

#: ../lib/puppet/face/epp.rb:291
msgid "<node_name>"
msgstr ""

#: ../lib/puppet/face/epp.rb:292
msgid "The name of the node for which facts are obtained. Defaults to facts for the local node."
msgstr ""

#: ../lib/puppet/face/epp.rb:297
msgid "Render one inline epp template given on the command line."
msgstr ""

#: ../lib/puppet/face/epp.rb:300
msgid "<values_hash>"
msgstr ""

#: ../lib/puppet/face/epp.rb:301
msgid "A Hash in Puppet DSL form given as arguments to the template being rendered."
msgstr ""

#: ../lib/puppet/face/epp.rb:304
msgid "<pp_or_yaml_file>"
msgstr ""

#: ../lib/puppet/face/epp.rb:305
msgid "A .pp or .yaml file that is processed to produce a hash of values for the template."
msgstr ""

#: ../lib/puppet/face/epp.rb:308
msgid "<facts_file>"
msgstr ""

#: ../lib/puppet/face/epp.rb:309
msgid "A .yaml or .json file containing a hash of facts made available in $facts and $trusted"
msgstr ""

#: ../lib/puppet/face/epp.rb:313
msgid "Whether or not to show a file name header between rendered results."
msgstr ""

#: ../lib/puppet/face/epp.rb:334
msgid "No input to process given on command line or stdin"
msgstr ""

#: ../lib/puppet/face/epp.rb:348
msgid "error while rendering epp"
msgstr ""

#: ../lib/puppet/face/epp.rb:388
msgid "Only .yaml or .pp can be used as a --values_file"
msgstr ""

#: ../lib/puppet/face/epp.rb:391
msgid "Could not load --values_file %{error}"
msgstr ""

#: ../lib/puppet/face/epp.rb:394
msgid "--values_file option must evaluate to a Hash or undef/nil, got: '%{template_class}'"
msgstr ""

#: ../lib/puppet/face/epp.rb:407
msgid "--values option must evaluate to a Hash or undef, got: '%{values_class}'"
msgstr ""

#: ../lib/puppet/face/facts.rb:8
msgid "Retrieve and store facts."
msgstr ""

#: ../lib/puppet/face/facts.rb:16
msgid "Retrieve a node's facts."
msgstr ""

#: ../lib/puppet/face/facts.rb:17
msgid "[<node_certname>]"
msgstr ""

#: ../lib/puppet/face/generate.rb:9
msgid "Generates Puppet code from Ruby definitions."
msgstr ""

#: ../lib/puppet/face/generate.rb:12
msgid "Generates Puppet code for custom types"
msgstr ""

#: ../lib/puppet/face/generate.rb:31
msgid "<format>"
msgstr ""

#: ../lib/puppet/face/generate.rb:32
msgid "The generation output format to use. Supported formats: pcore."
msgstr ""

#: ../lib/puppet/face/generate.rb:36
msgid "'%{format}' is not a supported format for type generation."
msgstr ""

#: ../lib/puppet/face/generate.rb:41
msgid "Forces the generation of output files (skips up-to-date checks)."
msgstr ""

#: ../lib/puppet/face/generate.rb:56
msgid "The output directory '%{outputdir}' exists and is not a directory"
msgstr ""

#: ../lib/puppet/face/help.rb:11
msgid "Display Puppet help."
msgstr ""

#: ../lib/puppet/face/help.rb:14
msgid "Display help about Puppet subcommands and their actions."
msgstr ""

#: ../lib/puppet/face/help.rb:15
msgid "[<subcommand>] [<action>]"
msgstr ""

#: ../lib/puppet/face/help.rb:16
msgid "Short help text for the specified subcommand or action."
msgstr ""

#: ../lib/puppet/face/help.rb:17
msgid ""
"      Get help for an action:\n"
"\n"
"      $ puppet help\n"
msgstr ""

#: ../lib/puppet/face/help.rb:23
msgid "VERSION"
msgstr ""

#: ../lib/puppet/face/help.rb:24
msgid "The version of the subcommand for which to show help."
msgstr ""

#: ../lib/puppet/face/help.rb:50
msgid "Puppet help only takes two (optional) arguments: a subcommand and an action"
msgstr ""

#: ../lib/puppet/face/help.rb:59
msgid "Version only makes sense when a Faces subcommand is given"
msgstr ""

#: ../lib/puppet/face/help.rb:69
msgid "Legacy subcommands don't take actions"
msgstr ""

#: ../lib/puppet/face/help.rb:82
msgid "Could not load help for the application %{application_name}."
msgstr ""

#: ../lib/puppet/face/help.rb:83 ../lib/puppet/face/help.rb:95
msgid "Please check the error logs for more information."
msgstr ""

#: ../lib/puppet/face/help.rb:85 ../lib/puppet/face/help.rb:97
msgid "Detail: \"%{detail}\""
msgstr ""

#: ../lib/puppet/face/help.rb:94
msgid "Could not load help for the face %{face_name}."
msgstr ""

#: ../lib/puppet/face/help.rb:106
msgid "Unable to load action %{actionname} from %{face}"
msgstr ""

#: ../lib/puppet/face/help.rb:148
msgid " (Deprecated)"
msgstr ""

#: ../lib/puppet/face/help.rb:151 ../lib/puppet/face/help.rb:161
msgid "! Subcommand unavailable due to error. Check error logs."
msgstr ""

#: ../lib/puppet/face/key.rb:7
msgid "Create, save, and remove certificate keys."
msgstr ""

#: ../lib/puppet/face/man.rb:10
msgid "Display Puppet manual pages."
msgstr ""

#: ../lib/puppet/face/man.rb:26
msgid "Display the manual page for a Puppet subcommand."
msgstr ""

#: ../lib/puppet/face/man.rb:27
msgid "<subcommand>"
msgstr ""

#. TRANSLATORS '--render-as s' is a command line option and should not be translated
#: ../lib/puppet/face/man.rb:29
msgid ""
"      The man data, in Markdown format, suitable for consumption by Ronn.\n"
"\n"
"      RENDERING ISSUES: To skip fancy formatting and output the raw Markdown\n"
"      text (e.g. for use in a pipeline), call this action with '--render-as s'.\n"
msgstr ""

#: ../lib/puppet/face/module.rb:11
msgid "Creates, installs and searches for modules on the Puppet Forge."
msgstr ""

#: ../lib/puppet/face/module/build.rb:3
msgid "Build a module release package."
msgstr ""

#: ../lib/puppet/face/module/build.rb:17
msgid "Pathname object representing the path to the release archive."
msgstr ""

#: ../lib/puppet/face/module/build.rb:34
msgid "[<path>]"
msgstr ""

#: ../lib/puppet/face/module/build.rb:39
msgid "puppet module build only accepts 0 or 1 arguments"
msgstr ""

#: ../lib/puppet/face/module/build.rb:47
msgid "Unable to find metadata.json in module root %{pwd} or parent directories. See <https://docs.puppetlabs.com/puppet/latest/reference/modules_publishing.html> for required file format."
msgstr ""

#: ../lib/puppet/face/module/build.rb:51
msgid "Unable to find metadata.json in module root %{module_path} or parent directories. See <https://docs.puppetlabs.com/puppet/latest/reference/modules_publishing.html> for required file format."
msgstr ""

#: ../lib/puppet/face/module/build.rb:61
msgid "Module built: %{path}"
msgstr ""

#: ../lib/puppet/face/module/changes.rb:3
msgid "Show modified files of an installed module."
msgstr ""

#: ../lib/puppet/face/module/changes.rb:11
msgid "Array of strings representing paths of modified files."
msgstr ""

#: ../lib/puppet/face/module/changes.rb:21
msgid "<path>"
msgstr ""

#: ../lib/puppet/face/module/changes.rb:26
msgid "Could not find a valid module at %{path}"
msgstr ""

#: ../lib/puppet/face/module/changes.rb:33
msgid "No modified files"
msgstr ""

#: ../lib/puppet/face/module/changes.rb:35
msgid "%{count} files modified"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:3
msgid "Generate boilerplate for a new module."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:12
msgid "Array of Pathname objects representing paths of generated files."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:80
msgid "Bypass the interactive metadata interview"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:87 ../lib/puppet/face/module/install.rb:85 ../lib/puppet/face/module/uninstall.rb:34 ../lib/puppet/face/module/upgrade.rb:33
msgid "<name>"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:101
msgid "This format is not supported by this action."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:121
msgid "Could not generate directory %{name}, you must specify a dash-separated username and module name."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:129
msgid "Finished; module generated in %{path}."
msgstr ""

#. TRANSLATORS 'puppet module generate' is the name of the puppet command and 'Puppet Development Kit' is the name of the software package replacing this action and should not be translated.
#: ../lib/puppet/face/module/generate.rb:142
msgid "`puppet module generate` is deprecated and will be removed in a future release. This action has been replaced by Puppet Development Kit. For more information visit https://puppet.com/docs/pdk/latest/pdk.html."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:152
msgid ""
"We need to create a metadata.json file for this module.  Please answer the\n"
"    following questions; if the question is not applicable to this module, feel free\n"
"    to leave it blank."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:158
msgid "Puppet uses Semantic Versioning (semver.org) to version modules."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:159
msgid "What version is this module?  [%{version}]"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:162
msgid "We're sorry, we could not parse that as a Semantic Version."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:167
msgid "Who wrote this module?  [%{author}]"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:171
msgid "What license does this module code fall under?  [%{license}]"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:175
msgid "How would you describe this module in a single sentence?"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:179
msgid "Where is this module's source code repository?"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:183
msgid "Where can others go to learn more about this module?%{project_page}"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:187
msgid "Where can others go to file issues about this module?%{issues}"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:195
msgid "About to generate this metadata; continue? [n/Y]"
msgstr ""

#: ../lib/puppet/face/module/generate.rb:198
msgid "Aborting..."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:213
msgid "%{destination} already exists."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:221
msgid "Generating module at %{dest}..."
msgstr ""

#: ../lib/puppet/face/module/generate.rb:229
msgid "Populating templates..."
msgstr ""

#: ../lib/puppet/face/module/install.rb:8
msgid "Install a module from the Puppet Forge or a release archive."
msgstr ""

#: ../lib/puppet/face/module/install.rb:18
msgid "Pathname object representing the path to the installed module."
msgstr ""

#: ../lib/puppet/face/module/install.rb:88
msgid "Force overwrite of existing module, if any. (Implies --ignore-dependencies.)"
msgstr ""

#: ../lib/puppet/face/module/install.rb:96
msgid "The directory into which modules are installed."
msgstr ""

#: ../lib/puppet/face/module/install.rb:109 ../lib/puppet/face/module/upgrade.rb:45
msgid "Do not attempt to install dependencies. (Implied by --force.)"
msgstr ""

#: ../lib/puppet/face/module/install.rb:116
msgid "Module version to install."
msgstr ""

#: ../lib/puppet/face/module/install.rb:124 ../lib/puppet/face/module/list.rb:21 ../lib/puppet/face/module/uninstall.rb:60 ../lib/puppet/face/module/upgrade.rb:66
msgid "Whether version ranges should exclude pre-release versions"
msgstr ""

#: ../lib/puppet/face/module/install.rb:129
msgid "Preparing to install into %{dir} ..."
msgstr ""

#: ../lib/puppet/face/module/install.rb:137
msgid "Module %{name} %{version} is already installed."
msgstr ""

#: ../lib/puppet/face/module/list.rb:5
msgid "List installed modules"
msgstr ""

#: ../lib/puppet/face/module/list.rb:14
msgid "hash of paths to module objects"
msgstr ""

#: ../lib/puppet/face/module/list.rb:17
msgid "Whether to show dependencies as a tree view"
msgstr ""

#: ../lib/puppet/face/module/list.rb:85
msgid " (no modules installed)"
msgstr ""

#: ../lib/puppet/face/module/list.rb:137
msgid "'%{parent_name}' (%{parent_version}) requires '%{dependency_name}' (%{dependency_version})"
msgstr ""

#: ../lib/puppet/face/module/list.rb:160
msgid ""
"Module '%{name}' (v%{version}) fails to meet some dependencies:\n"
msgstr ""

#: ../lib/puppet/face/module/list.rb:162
msgid ""
"Non semantic version dependency %{name} (v%{version}):\n"
msgstr ""

#: ../lib/puppet/face/module/list.rb:164
msgid ""
"Missing dependency '%{name}':\n"
msgstr ""

#: ../lib/puppet/face/module/list.rb:256 ../lib/puppet/face/module/list.rb:261
msgid "invalid"
msgstr ""

#: ../lib/puppet/face/module/search.rb:6
msgid "Search the Puppet Forge for a module."
msgstr ""

#: ../lib/puppet/face/module/search.rb:12
msgid "Array of module metadata hashes"
msgstr ""

#: ../lib/puppet/face/module/search.rb:22
msgid "<search_term>"
msgstr ""

#: ../lib/puppet/face/module/search.rb:34
msgid "No results found for '%{term}'."
msgstr ""

#: ../lib/puppet/face/module/uninstall.rb:3
msgid "Uninstall a puppet module."
msgstr ""

#: ../lib/puppet/face/module/uninstall.rb:10
msgid "Hash of module objects representing uninstalled modules and related errors."
msgstr ""

#: ../lib/puppet/face/module/uninstall.rb:37
msgid "Force uninstall of an installed module."
msgstr ""

#: ../lib/puppet/face/module/uninstall.rb:45
msgid "Ignore any local changes made. (Implied by --force.)"
msgstr ""

#: ../lib/puppet/face/module/uninstall.rb:52
msgid "The version of the module to uninstall"
msgstr ""

#: ../lib/puppet/face/module/uninstall.rb:69
msgid "Preparing to uninstall '%{name}' (%{module_version}) ..."
msgstr ""

#: ../lib/puppet/face/module/uninstall.rb:71
msgid "Preparing to uninstall '%{name}' ..."
msgstr ""

#: ../lib/puppet/face/module/uninstall.rb:85
msgid "Removed '%{name}' (%{module_version}) from %{path}"
msgstr ""

#: ../lib/puppet/face/module/uninstall.rb:87
msgid "Removed '%{name}' from %{path}"
msgstr ""

#: ../lib/puppet/face/module/upgrade.rb:5
msgid "Upgrade a puppet module."
msgstr ""

#: ../lib/puppet/face/module/upgrade.rb:36
msgid "Force upgrade of an installed module. (Implies --ignore-dependencies.)"
msgstr ""

#: ../lib/puppet/face/module/upgrade.rb:52
msgid "Ignore and overwrite any local changes made. (Implied by --force.)"
msgstr ""

#: ../lib/puppet/face/module/upgrade.rb:59
msgid "The version of the module to upgrade to."
msgstr ""

#: ../lib/puppet/face/module/upgrade.rb:71
msgid "Preparing to upgrade '%{name}' ..."
msgstr ""

#: ../lib/puppet/face/node.rb:6
msgid "View and manage node definitions."
msgstr ""

#: ../lib/puppet/face/node.rb:18
msgid "Retrieve a node object."
msgstr ""

#. TRANSLATORS the following are specific names and should not be translated `classes`, `environment`, `expiration`, `name`, `parameters`, Puppet::Node
#: ../lib/puppet/face/node.rb:21
msgid ""
"    A hash containing the node's `classes`, `environment`, `expiration`, `name`,\n"
"    `parameters` (its facts, combined with any ENC-set parameters), and `time`.\n"
"    When used from the Ruby API: a Puppet::Node object.\n"
"\n"
"    RENDERING ISSUES: Rendering as string and json are currently broken;\n"
"    node objects can only be rendered as yaml.\n"
msgstr ""

#: ../lib/puppet/face/node/clean.rb:4
msgid "Clean up signed certs, cached facts, node objects, and reports for a node stored by the puppetmaster"
msgstr ""

#: ../lib/puppet/face/node/clean.rb:5
msgid "<host1> [<host2> ...]"
msgstr ""

#: ../lib/puppet/face/node/clean.rb:22
msgid "At least one node should be passed"
msgstr ""

#: ../lib/puppet/face/node/clean.rb:59
msgid "%{node} certificates removed from ca"
msgstr ""

#: ../lib/puppet/face/node/clean.rb:61
msgid "Not managing %{node} certs as this host is not a CA"
msgstr ""

#: ../lib/puppet/face/node/clean.rb:68
msgid "%{node}'s facts removed"
msgstr ""

#: ../lib/puppet/face/node/clean.rb:74
msgid "%{node}'s cached node removed"
msgstr ""

#: ../lib/puppet/face/node/clean.rb:80
msgid "%{node}'s reports removed"
msgstr ""

#: ../lib/puppet/face/parser.rb:8
msgid "Interact directly with the parser."
msgstr ""

#: ../lib/puppet/face/parser.rb:11
msgid "Validate the syntax of one or more Puppet manifests."
msgstr ""

#: ../lib/puppet/face/parser.rb:12
msgid "[<manifest>] [<manifest> ...]"
msgstr ""

#: ../lib/puppet/face/parser.rb:13
msgid "Nothing, or the first syntax error encountered."
msgstr ""

#: ../lib/puppet/face/parser.rb:46
msgid "No manifest specified. Validating the default manifest %{manifest}"
msgstr ""

#: ../lib/puppet/face/parser.rb:58
msgid ""
"One or more file(s) specified did not exist:\n"
"%{files}"
msgstr ""

#: ../lib/puppet/face/parser.rb:66
msgid "Outputs a dump of the internal parse tree for debugging"
msgstr ""

#: ../lib/puppet/face/parser.rb:67
msgid "<source>| [<manifest> ...] "
msgstr ""

#: ../lib/puppet/face/parser.rb:83
msgid "dump one source expression given on the command line."
msgstr ""

#: ../lib/puppet/face/parser.rb:87
msgid "Whether or not to validate the parsed result, if no-validate only syntax errors are reported"
msgstr ""

#: ../lib/puppet/face/parser.rb:115
msgid ""
"One or more file(s) specified did not exist:\n"
msgstr ""

#: ../lib/puppet/face/parser.rb:149
msgid "For puppet parser validate"
msgstr ""

#: ../lib/puppet/face/plugin.rb:8
msgid "Interact with the Puppet plugin system."
msgstr ""

#: ../lib/puppet/face/plugin.rb:20
msgid "Download plugins from the puppet master."
msgstr ""

#: ../lib/puppet/face/plugin.rb:26
msgid ""
"      A list of the files downloaded, or a confirmation that no files were\n"
"      downloaded. When used from the Ruby API, this action returns an array of\n"
"      the files downloaded, which will be empty if none were retrieved.\n"
msgstr ""

#: ../lib/puppet/face/plugin.rb:50
msgid "No plugins downloaded."
msgstr ""

#: ../lib/puppet/face/plugin.rb:52
msgid "Downloaded these plugins: %{plugins}"
msgstr ""

#: ../lib/puppet/face/report.rb:7
msgid "Create, display, and submit reports."
msgstr ""

#: ../lib/puppet/face/report.rb:10
msgid "API only: submit a report."
msgstr ""

#: ../lib/puppet/face/report.rb:11 ../lib/puppet/face/report.rb:32
msgid "<report>"
msgstr ""

#: ../lib/puppet/face/report.rb:12
msgid "Nothing."
msgstr ""

#: ../lib/puppet/face/report.rb:26
msgid "API only: submit a report with error handling."
msgstr ""

#: ../lib/puppet/face/report.rb:45
msgid "Uploaded report for %{name}"
msgstr ""

#: ../lib/puppet/face/resource.rb:7
msgid "API only: interact directly with resources via the RAL."
msgstr ""

#: ../lib/puppet/face/resource.rb:16
msgid "API only: get all resources of a single type."
msgstr ""

#: ../lib/puppet/face/resource.rb:17
msgid "<resource_type>"
msgstr ""

#: ../lib/puppet/face/resource.rb:18
msgid "An array of Puppet::Resource objects."
msgstr ""

#: ../lib/puppet/face/resource.rb:26
msgid "API only: get a single resource."
msgstr ""

#: ../lib/puppet/face/resource.rb:27
msgid "<type>/<title>"
msgstr ""

#: ../lib/puppet/face/resource.rb:28
msgid "A Puppet::Resource object."
msgstr ""

#: ../lib/puppet/face/resource.rb:36
msgid "API only: create a new resource."
msgstr ""

#: ../lib/puppet/face/resource.rb:40
msgid "<resource_object>"
msgstr ""

#: ../lib/puppet/face/resource.rb:41
msgid "The same resource object passed as an argument."
msgstr ""

#: ../lib/puppet/face/status.rb:7
msgid "View puppet server status."
msgstr ""

#: ../lib/puppet/face/status.rb:15
msgid "Check status of puppet master server."
msgstr ""

#. TRANSLATORS the string 'Puppet::Status' is a Puppet language object and should not be translated
#: ../lib/puppet/face/status.rb:17
msgid ""
"    A \"true\" response or a low-level connection error. When used from the Ruby\n"
"    API: returns a Puppet::Status object.\n"
msgstr ""

#. TRANSLATORS "win32-process", "win32-dir", and "win32-service" are program names and should not be translated
#: ../lib/puppet/feature/base.rb:36
msgid "Cannot run on Microsoft Windows without the win32-process, win32-dir and win32-service gems: %{err}"
msgstr ""

#: ../lib/puppet/feature/base.rb:40
msgid "Cannot determine basic system flavour"
msgstr ""

#: ../lib/puppet/file_bucket/dipper.rb:39
msgid "File %{file} does not exist"
msgstr ""

#: ../lib/puppet/file_bucket/dipper.rb:54
msgid "Could not back up %{file}: %{detail}"
msgstr ""

#: ../lib/puppet/file_bucket/dipper.rb:62
msgid "Diff is not supported on this platform"
msgstr ""

#: ../lib/puppet/file_bucket/dipper.rb:80
msgid "Please provide a file or checksum do diff with"
msgstr ""

#: ../lib/puppet/file_bucket/dipper.rb:96
msgid "Failed to diff files"
msgstr ""

#: ../lib/puppet/file_bucket/dipper.rb:110 ../lib/puppet/file_bucket/dipper.rb:164
msgid "File not found"
msgstr ""

#: ../lib/puppet/file_bucket/dipper.rb:144
msgid "Could not find file with checksum %{sum}"
msgstr ""

#: ../lib/puppet/file_bucket/dipper.rb:155 ../lib/puppet/indirector/file_bucket_file/file.rb:43
msgid "Listing remote file buckets is not allowed"
msgstr ""

#: ../lib/puppet/file_bucket/file.rb:27
msgid "contents must be a String or Pathname, got a %{contents_class}"
msgstr ""

#: ../lib/puppet/file_bucket/file.rb:32
msgid "Unknown option(s): %{opts}"
msgstr ""

#: ../lib/puppet/file_bucket/file.rb:98
msgid "Computing checksum on string"
msgstr ""

#: ../lib/puppet/file_bucket/file.rb:123
msgid "Computing checksum on file %{path}"
msgstr ""

#. TRANSLATORS ':link', ':manage', ':follow' should not be translated
#: ../lib/puppet/file_serving/base.rb:50
msgid ":links can only be set to :manage or :follow"
msgstr ""

#: ../lib/puppet/file_serving/base.rb:57
msgid "Paths must be fully qualified"
msgstr ""

#: ../lib/puppet/file_serving/base.rb:65
msgid "Relative paths must not be fully qualified"
msgstr ""

#: ../lib/puppet/file_serving/configuration.rb:55
msgid "Cannot find file: Invalid mount '%{mount_name}'"
msgstr ""

#: ../lib/puppet/file_serving/configuration.rb:56
msgid "Cannot find file: Invalid relative path '%{path}'"
msgstr ""

#: ../lib/puppet/file_serving/configuration.rb:108
msgid "Error parsing fileserver configuration: %{detail}; using old configuration"
msgstr ""

#: ../lib/puppet/file_serving/configuration/parser.rb:10
msgid "File server configuration %{config_file} does not exist"
msgstr ""

#: ../lib/puppet/file_serving/configuration/parser.rb:11
msgid "Cannot read file server configuration %{config_file}"
msgstr ""

#: ../lib/puppet/file_serving/configuration/parser.rb:31
msgid "Fileserver configuration file does not use '=' as a separator"
msgstr ""

#: ../lib/puppet/file_serving/configuration/parser.rb:41 ../lib/puppet/network/auth_config_parser.rb:72 ../lib/puppet/util/network_device/config.rb:101
msgid "Invalid argument '%{var}' at %{error_location}"
msgstr ""

#: ../lib/puppet/file_serving/configuration/parser.rb:46
msgid "Invalid entry at %{error_location}: '%{file_text}'"
msgstr ""

#: ../lib/puppet/file_serving/configuration/parser.rb:71
msgid "allowing %{val} access"
msgstr ""

#: ../lib/puppet/file_serving/configuration/parser.rb:85
msgid "denying %{val} access"
msgstr ""

#: ../lib/puppet/file_serving/configuration/parser.rb:99
msgid "%{mount} is already mounted at %{name} at %{error_location}"
msgstr ""

#: ../lib/puppet/file_serving/configuration/parser.rb:124
msgid "Removing mount \"%{mount}\": %{detail}"
msgstr ""

#: ../lib/puppet/file_serving/configuration/parser.rb:128
msgid "The '%{mount}' module can not have a path. Ignoring attempt to set it"
msgstr ""

#: ../lib/puppet/file_serving/content.rb:33
msgid "Cannot read the contents of links unless following links"
msgstr ""

#: ../lib/puppet/file_serving/fileset.rb:34
msgid "Fileset paths must be fully qualified: %{path}"
msgstr ""

#: ../lib/puppet/file_serving/fileset.rb:50
msgid "Fileset paths must exist"
msgstr ""

#. TRANSLATORS "recurse" and "recurselimit" are parameter names and should not be translated
#: ../lib/puppet/file_serving/fileset.rb:52
msgid "Fileset recurse parameter must not be a number anymore, please use recurselimit"
msgstr ""

#. TRANSLATORS ":links" is a parameter name and should not be translated
#: ../lib/puppet/file_serving/fileset.rb:80
msgid "Invalid :links value '%{links}'"
msgstr ""

#: ../lib/puppet/file_serving/fileset.rb:93
msgid "Invalid option '%{option}'"
msgstr ""

#: ../lib/puppet/file_serving/metadata.rb:21
msgid "Unsupported checksum type %{type}"
msgstr ""

#: ../lib/puppet/file_serving/metadata.rb:27
msgid "Unsupported source_permission %{source_permissions}"
msgstr ""

#: ../lib/puppet/file_serving/metadata.rb:36
msgid "Could not understand URI %{path}: %{detail}"
msgstr ""

#: ../lib/puppet/file_serving/metadata.rb:38
msgid "Cannot use opaque URLs '%{path}'"
msgstr ""

#: ../lib/puppet/file_serving/metadata.rb:39
msgid "Must use URLs of type puppet as content URI"
msgstr ""

#: ../lib/puppet/file_serving/metadata.rb:75
msgid "Unsupported Windows source permissions option %{source_permissions}"
msgstr ""

#: ../lib/puppet/file_serving/metadata.rb:122
msgid "Cannot manage files of type %{file_type}"
msgstr ""

#: ../lib/puppet/file_serving/mount.rb:21
msgid "Invalid mount name format '%{name}'"
msgstr ""

#: ../lib/puppet/file_serving/mount/file.rb:18 ../lib/puppet/file_serving/mount/file.rb:70
msgid "Mounts without paths are not usable"
msgstr ""

#: ../lib/puppet/file_serving/mount/file.rb:26
msgid "File does not exist or is not accessible: %{file}"
msgstr ""

#: ../lib/puppet/file_serving/mount/file.rb:55
msgid "%{path} does not exist or is not a directory"
msgstr ""

#: ../lib/puppet/file_serving/mount/file.rb:56
msgid "%{path} is not readable"
msgstr ""

#: ../lib/puppet/file_serving/mount/file.rb:92
msgid "No client; expanding '%{path}' with local host"
msgstr ""

#: ../lib/puppet/file_serving/mount/modules.rb:8
msgid "No module specified"
msgstr ""

#: ../lib/puppet/file_serving/mount/tasks.rb:5
msgid "No task specified"
msgstr ""

#: ../lib/puppet/file_serving/terminus_selector.rb:29
msgid "URI protocol '%{protocol}' is not currently supported for file serving"
msgstr ""

#: ../lib/puppet/file_system/file_impl.rb:17
msgid "FileSystem implementation expected Pathname, got: '%{klass}'"
msgstr ""

#: ../lib/puppet/file_system/file_impl.rb:64
msgid "Timeout waiting for exclusive lock on %{path}"
msgstr ""

#: ../lib/puppet/file_system/memory_impl.rb:68
msgid "Unable to find registered object for %{path}"
msgstr ""

#: ../lib/puppet/file_system/path_pattern.rb:51
msgid "PathPatterns cannot be created with directory traversals."
msgstr ""

#: ../lib/puppet/file_system/path_pattern.rb:56
msgid "A PathPattern cannot be a Windows current drive relative path."
msgstr ""

#: ../lib/puppet/file_system/path_pattern.rb:64
msgid "PathPatterns cannot be created with a zero byte."
msgstr ""

#: ../lib/puppet/file_system/path_pattern.rb:79
msgid "A relative PathPattern cannot be prefixed with a drive."
msgstr ""

#: ../lib/puppet/file_system/path_pattern.rb:81
msgid "A relative PathPattern cannot be an absolute path."
msgstr ""

#: ../lib/puppet/file_system/path_pattern.rb:94
msgid "An absolute PathPattern cannot be a relative path."
msgstr ""

#: ../lib/puppet/file_system/uniquefile.rb:109
msgid "unexpected prefix_suffix: %{value}"
msgstr ""

#: ../lib/puppet/file_system/uniquefile.rb:139
msgid "cannot generate temporary name using `%{basename}' under `%{tmpdir}'"
msgstr ""

#: ../lib/puppet/file_system/windows.rb:47
msgid "%{dest} already exists and the :force option was not specified"
msgstr ""

#: ../lib/puppet/file_system/windows.rb:121
msgid "This version of Windows does not support symlinks.  Windows Vista / 2008 or higher is required."
msgstr ""

#: ../lib/puppet/file_system/windows.rb:126
msgid "The current user does not have the necessary permission to manage symlinks."
msgstr ""

#: ../lib/puppet/forge.rb:137
msgid "Malformed dependency: %{name}."
msgstr ""

#: ../lib/puppet/forge.rb:138
msgid "Exception was: %{detail}"
msgstr ""

#: ../lib/puppet/forge.rb:204
msgid "Downloaded release for %{name} did not match expected checksum"
msgstr ""

#: ../lib/puppet/forge.rb:212 ../lib/puppet/module_tool/applications/unpacker.rb:58 ../lib/puppet/module_tool/local_tarball.rb:86
msgid "Could not extract contents of module archive: %{message}"
msgstr ""

#: ../lib/puppet/forge.rb:229
msgid "Cannot consider release %{name}-%{version}: %{error}"
msgstr ""

#: ../lib/puppet/forge/errors.rb:28
msgid "Unable to verify the SSL certificate at %{uri}"
msgstr ""

#: ../lib/puppet/forge/errors.rb:36
msgid "Could not connect via HTTPS to %{uri}"
msgstr ""

#: ../lib/puppet/forge/errors.rb:37
msgid "  Unable to verify the SSL certificate"
msgstr ""

#: ../lib/puppet/forge/errors.rb:38
msgid "    The certificate may not be signed by a valid CA"
msgstr ""

#: ../lib/puppet/forge/errors.rb:39
msgid "    The CA bundle included with OpenSSL may not be valid or up to date"
msgstr ""

#: ../lib/puppet/forge/errors.rb:54
msgid "Unable to connect to the server at %{uri}. Detail: %{detail}."
msgstr ""

#: ../lib/puppet/forge/errors.rb:63
msgid "Could not connect to %{uri}"
msgstr ""

#: ../lib/puppet/forge/errors.rb:64
msgid "  There was a network communications problem"
msgstr ""

#: ../lib/puppet/forge/errors.rb:65
msgid "    The error we caught said '%{detail}'"
msgstr ""

#: ../lib/puppet/forge/errors.rb:66
msgid "    Check your network connection and try again"
msgstr ""

#: ../lib/puppet/forge/errors.rb:93 ../lib/puppet/forge/errors.rb:95 ../lib/puppet/forge/errors.rb:106
msgid "Request to Puppet Forge failed."
msgstr ""

#: ../lib/puppet/forge/errors.rb:93 ../lib/puppet/forge/errors.rb:95
msgid "Detail: %{detail}."
msgstr ""

#: ../lib/puppet/forge/errors.rb:107
msgid "  The server being queried was %{uri}"
msgstr ""

#: ../lib/puppet/forge/errors.rb:108
msgid "  The HTTP response we received was '%{response}'"
msgstr ""

#: ../lib/puppet/forge/errors.rb:109
msgid "  The message we received said '%{message}'"
msgstr ""

#: ../lib/puppet/functions.rb:193
msgid "Function Load Error for function '%{function_name}': %{message}"
msgstr ""

#: ../lib/puppet/functions.rb:212
msgid "Functions must be based on Puppet::Pops::Functions::Function. Got %{function_base}"
msgstr ""

#: ../lib/puppet/functions.rb:272
msgid "Function Creation Error, cannot create a default dispatcher for function '%{func_name}', no method with this name found"
msgstr ""

#: ../lib/puppet/functions.rb:350
msgid "No loader present. Call create_loaded_function(:myname, loader,...), instead of 'create_function' if running tests"
msgstr ""

#: ../lib/puppet/functions.rb:413
msgid "A required parameter cannot be added after an optional parameter"
msgstr ""

#: ../lib/puppet/functions.rb:462
msgid "A required repeated parameter cannot be added after an optional parameter"
msgstr ""

#: ../lib/puppet/functions.rb:484
msgid "block_param accepts max 2 arguments (type, name), got %{size}."
msgstr ""

#: ../lib/puppet/functions.rb:488
msgid "Expected PCallableType or PVariantType thereof, got %{type_class}"
msgstr ""

#: ../lib/puppet/functions.rb:492
msgid "Expected block_param name to be a Symbol, got %{name_class}"
msgstr ""

#: ../lib/puppet/functions.rb:499
msgid "Attempt to redefine block"
msgstr ""

#: ../lib/puppet/functions.rb:521
msgid "Argument to 'return_type' must be a String reference to a Puppet Data Type. Got %{type_class}"
msgstr ""

#: ../lib/puppet/functions.rb:530
msgid "Parameters cannot be added after a block parameter"
msgstr ""

#: ../lib/puppet/functions.rb:531
msgid "Parameters cannot be added after a repeated parameter"
msgstr ""

#: ../lib/puppet/functions.rb:534
msgid "Parameter name argument must be a Symbol. Got %{name_class}"
msgstr ""

#: ../lib/puppet/functions.rb:547
msgid "Parameter 'type' must be a String reference to a Puppet Data Type. Got %{type_class}"
msgstr ""

#: ../lib/puppet/functions.rb:591
msgid ""
"Parsing of type string '\"%{type_string}\"' failed with message: <%{message}>.\n"
msgstr ""

#: ../lib/puppet/functions.rb:634
msgid ""
"Parsing of 'type \"%{assignment_string}\"' failed with message: <%{message}>.\n"
"Called from <%{ruby_file_location}>"
msgstr ""

#: ../lib/puppet/functions.rb:643
msgid ""
"Expected a type alias assignment on the form 'AliasType = T', got '%{assignment_string}'.\n"
"Called from <%{ruby_file_location}>"
msgstr ""

#. TRANSLATORS the string "binary_file()" should not be translated
#: ../lib/puppet/functions/binary_file.rb:16
msgid "binary_file(): The given file '%{unresolved_path}' does not exist"
msgstr ""

#: ../lib/puppet/functions/defined.rb:130
msgid "The given resource type is a reference to all kind of types"
msgstr ""

#: ../lib/puppet/functions/defined.rb:135 ../lib/puppet/functions/defined.rb:149
msgid "The given class type is a reference to all classes"
msgstr ""

#: ../lib/puppet/functions/defined.rb:153
msgid "Invalid argument of type '%{value_class}' to 'defined'"
msgstr ""

#: ../lib/puppet/functions/dig.rb:17
msgid "The given data does not contain a Collection at %{walked_path}, got '%{klass}'"
msgstr ""

#. TRANSLATORS 'eyaml_lookup_key':, 'path', 'paths' 'glob', 'globs', 'mapped_paths', and lookup_key should not be translated
#: ../lib/puppet/functions/eyaml_lookup_key.rb:31
msgid "'eyaml_lookup_key': one of 'path', 'paths' 'glob', 'globs' or 'mapped_paths' must be declared in hiera.yaml when using this lookup_key function"
msgstr ""

#: ../lib/puppet/functions/eyaml_lookup_key.rb:53 ../lib/puppet/functions/yaml_data.rb:28
msgid "%{path}: file does not contain a valid yaml hash"
msgstr ""

#: ../lib/puppet/functions/hiera_include.rb:101
msgid "Could not find data item %{key}"
msgstr ""

#: ../lib/puppet/functions/hocon_data.rb:11
msgid "Lookup using Hocon data_hash function is not supported without hocon library"
msgstr ""

#: ../lib/puppet/functions/hocon_data.rb:33
msgid "Unable to parse (%{path}): %{message}"
msgstr ""

#: ../lib/puppet/functions/match.rb:81
msgid "match() expects pattern of T, where T is String, Regexp, Regexp[r], Pattern[p], or Array[T]. Got %{klass}"
msgstr ""

#: ../lib/puppet/functions/match.rb:94
msgid "Given Regexp Type has no regular expression"
msgstr ""

#: ../lib/puppet/functions/require.rb:36
msgid "Could not find class %{klass}"
msgstr ""

#: ../lib/puppet/functions/slice.rb:102
msgid "slice(): block must define at least one parameter. Block has 0."
msgstr ""

#: ../lib/puppet/functions/slice.rb:105
msgid "slice(): block must define one parameter, or the same number of parameters as the given size of the slice (%{slice_size}). Block has %{serving_size}; %{parameter_names}"
msgstr ""

#: ../lib/puppet/functions/strftime.rb:39
msgid "The argument signature (String format, [String timezone]) is deprecated for #strftime. See #strftime documentation and Timespan type for more info"
msgstr ""

#: ../lib/puppet/generate/models/type/type.rb:46
msgid "title patterns that use procs are not supported."
msgstr ""

#: ../lib/puppet/generate/type.rb:40 ../lib/puppet/generate/type.rb:60 ../lib/puppet/generate/type.rb:72
msgid "unsupported format '%{format}'."
msgstr ""

#: ../lib/puppet/generate/type.rb:156
msgid "Removed output '%{files_to_remove}' for non existing inputs"
msgstr ""

#: ../lib/puppet/generate/type.rb:160
msgid "No custom types were found."
msgstr ""

#: ../lib/puppet/generate/type.rb:166
msgid "template was not found at '%{key}'."
msgstr ""

#: ../lib/puppet/generate/type.rb:173
msgid "Generating Puppet resource types."
msgstr ""

#: ../lib/puppet/generate/type.rb:190
msgid "Failed to load custom type '%{type_name}' from '%{input}': %{message}"
msgstr ""

#: ../lib/puppet/generate/type.rb:199
msgid "Custom type '%{type_name}' was not defined in '%{input}'."
msgstr ""

#: ../lib/puppet/generate/type.rb:223
msgid "Generating '%{effective_output_path}' using '%{format}' format."
msgstr ""

#: ../lib/puppet/generate/type.rb:229
msgid "Failed to generate '%{effective_output_path}': %{message}"
msgstr ""

#: ../lib/puppet/generate/type.rb:235
msgid "No files were generated because all inputs were up-to-date."
msgstr ""

#: ../lib/puppet/graph/relationship_graph.rb:73
msgid "appears to have a negative number of dependencies"
msgstr ""

#: ../lib/puppet/graph/simple_graph.rb:66
msgid "Got an event from invalid vertex %{source}"
msgstr ""

#. TRANSLATORS "negative or zero" refers to the count of paths
#: ../lib/puppet/graph/simple_graph.rb:199
msgid "negative or zero max_paths"
msgstr ""

#: ../lib/puppet/graph/simple_graph.rb:231
msgid ""
"Found %{num} dependency cycle:\n"
msgid_plural ""
"Found %{num} dependency cycles:\n"
msgstr[0] ""
msgstr[1] ""

#: ../lib/puppet/graph/simple_graph.rb:240
msgid "Cycle graph written to %{filename}."
msgstr ""

#. TRANSLATORS '--graph' refers to a command line option and OmniGraffle and GraphViz are program names and should not be translated
#: ../lib/puppet/graph/simple_graph.rb:243
msgid "Try the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz"
msgstr ""

#: ../lib/puppet/indirector.rb:25
msgid "Indirection %{indirection_name} does not exist"
msgstr ""

#: ../lib/puppet/indirector.rb:38
msgid "Already handling indirection for %{current}; cannot also handle %{next}"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:23
msgid "Facts but no fact format provided for %{request}"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:26
msgid "Found facts"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:31
msgid "Catalog for %{request} was requested with fact definition for the wrong node (%{fact_name})."
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:70
msgid "Setup server facts for compiling"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:94
msgid "Unsupported facts format"
msgstr ""

#. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
#: ../lib/puppet/indirector/catalog/compiler.rb:135
msgid "Not inlining absent resource"
msgstr ""

#. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
#: ../lib/puppet/indirector/catalog/compiler.rb:138
msgid "Not inlining resource without sources"
msgstr ""

#. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
#: ../lib/puppet/indirector/catalog/compiler.rb:141
msgid "Not inlining unsupported source scheme"
msgstr ""

#. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
#: ../lib/puppet/indirector/catalog/compiler.rb:163
msgid "Not inlining file outside environment"
msgstr ""

#. TRANSLATORS Inlining refers to adding additional metadata
#: ../lib/puppet/indirector/catalog/compiler.rb:169
msgid "Inlining file metadata"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:255
msgid "Could not get metadata for %{resource}"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:276
msgid "Unable to find a common checksum type between agent '%{agent_type}' and master '%{master_type}'."
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:283
msgid "Compiled static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:284
msgid "Compiled static catalog for %{node} in environment %{environment}"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:286
msgid "Compiled static catalog for %{node} in %%{seconds} seconds"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:287
msgid "Compiled static catalog for %{node}"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:292
msgid "Compiled catalog for %{node} in environment %{environment} in %%{seconds} seconds"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:293
msgid "Compiled catalog for %{node} in environment %{environment}"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:295
msgid "Compiled catalog for %{node} in %%{seconds} seconds"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:296
msgid "Compiled catalog for %{node}"
msgstr ""

#. TRANSLATORS Inlined refers to adding additional metadata
#: ../lib/puppet/indirector/catalog/compiler.rb:318
msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
msgstr ""

#. TRANSLATORS Inlined refers to adding additional metadata
#: ../lib/puppet/indirector/catalog/compiler.rb:320
msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment}"
msgstr ""

#. TRANSLATORS Inlined refers to adding additional metadata
#: ../lib/puppet/indirector/catalog/compiler.rb:323
msgid "Inlined resource metadata into static catalog for %{node} in %%{seconds} seconds"
msgstr ""

#. TRANSLATORS Inlined refers to adding additional metadata
#: ../lib/puppet/indirector/catalog/compiler.rb:325
msgid "Inlined resource metadata into static catalog for %{node}"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:342
msgid "Found node information"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:350
msgid "Failed when searching for node %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:369
msgid "Invalid option use_node for a remote request"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:387
msgid "Could not find node '%{name}'; cannot compile"
msgstr ""

#: ../lib/puppet/indirector/catalog/compiler.rb:405
msgid "Could not retrieve fact %{fact}"
msgstr ""

#: ../lib/puppet/indirector/catalog/json.rb:13
msgid "Unable to deserialize catalog from json, retrying with pson"
msgstr ""

#: ../lib/puppet/indirector/catalog/json.rb:21
msgid "Unable to serialize catalog to json, retrying with pson"
msgstr ""

#: ../lib/puppet/indirector/certificate/disabled_ca.rb:16 ../lib/puppet/indirector/certificate_request/disabled_ca.rb:16 ../lib/puppet/indirector/certificate_revocation_list/disabled_ca.rb:16 ../lib/puppet/indirector/key/disabled_ca.rb:16
msgid "this master is not a CA"
msgstr ""

#: ../lib/puppet/indirector/certificate_request/ca.rb:12
msgid "%{request} already has a %{host} certificate; new certificate will overwrite it"
msgstr ""

#: ../lib/puppet/indirector/certificate_request/ca.rb:14
msgid "%{request} already has a %{host} certificate; ignoring certificate request"
msgstr ""

#: ../lib/puppet/indirector/certificate_request/ca.rb:19
msgid "%{request} has a waiting certificate request"
msgstr ""

#: ../lib/puppet/indirector/certificate_status/file.rb:31
msgid "Nothing was deleted"
msgstr ""

#: ../lib/puppet/indirector/certificate_status/file.rb:32
msgid "Deleted for %{request}: %{deleted}"
msgstr ""

#: ../lib/puppet/indirector/certificate_status/file.rb:38
msgid "Cannot sign for host %{request} without a certificate request"
msgstr ""

#: ../lib/puppet/indirector/certificate_status/file.rb:42
msgid "Cannot revoke host %{request} because has it doesn't have a signed certificate"
msgstr ""

#: ../lib/puppet/indirector/certificate_status/file.rb:45
msgid "State %{state} invalid; Must specify desired state of 'signed' or 'revoked' for host %{request}"
msgstr ""

#: ../lib/puppet/indirector/exec.rb:11
msgid "Exec commands must be an array"
msgstr ""

#: ../lib/puppet/indirector/exec.rb:14
msgid "You must set the exec parameter to a fully qualified command"
msgstr ""

#: ../lib/puppet/indirector/exec.rb:21
msgid "Failed to find %{name} via exec: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/face.rb:4
msgid "TERMINUS"
msgstr ""

#: ../lib/puppet/indirector/face.rb:5
msgid "The indirector terminus to use."
msgstr ""

#: ../lib/puppet/indirector/face.rb:49
msgid "Could not call '%{method}' on '%{indirection}': %{detail}"
msgstr ""

#: ../lib/puppet/indirector/face.rb:57
msgid "HASH"
msgstr ""

#: ../lib/puppet/indirector/face.rb:58
msgid "Extra arguments to pass to the indirection request"
msgstr ""

#: ../lib/puppet/indirector/face.rb:68
msgid "Delete an object."
msgstr ""

#: ../lib/puppet/indirector/face.rb:69 ../lib/puppet/indirector/face.rb:90
msgid "<key>"
msgstr ""

#: ../lib/puppet/indirector/face.rb:74
msgid "Retrieve an object by name."
msgstr ""

#: ../lib/puppet/indirector/face.rb:75
msgid "[<key>]"
msgstr ""

#: ../lib/puppet/indirector/face.rb:89
msgid "API only: create or overwrite an object."
msgstr ""

#: ../lib/puppet/indirector/face.rb:100
msgid "Search for an object or retrieve multiple objects."
msgstr ""

#: ../lib/puppet/indirector/face.rb:101
msgid "<query>"
msgstr ""

#: ../lib/puppet/indirector/face.rb:107
msgid "Print the default terminus class for this face."
msgstr ""

#: ../lib/puppet/indirector/face.rb:116
msgid "Run mode '%{mode}': %{terminus}"
msgstr ""

#: ../lib/puppet/indirector/face.rb:118
msgid "No default terminus class for run mode '%{mode}'"
msgstr ""

#: ../lib/puppet/indirector/face.rb:140
msgid "Could not find terminus for %{indirection}"
msgstr ""

#: ../lib/puppet/indirector/face.rb:149
msgid "Could not set '%{indirection}' terminus to '%{from}' (%{detail}); valid terminus types are %{types}"
msgstr ""

#: ../lib/puppet/indirector/facts/facter.rb:14
msgid "You cannot destroy facts in the code store; it is only used for getting facts from Facter"
msgstr ""

#: ../lib/puppet/indirector/facts/facter.rb:18
msgid "You cannot save facts to the code store; it is only used for getting facts from Facter"
msgstr ""

#: ../lib/puppet/indirector/facts/facter.rb:58
msgid "Loading facts"
msgstr ""

#: ../lib/puppet/indirector/facts/network_device.rb:21
msgid "You cannot destroy facts in the code store; it is only used for getting facts from a remote device"
msgstr ""

#: ../lib/puppet/indirector/facts/network_device.rb:25
msgid "You cannot save facts to the code store; it is only used for getting facts from a remote device"
msgstr ""

#: ../lib/puppet/indirector/file_bucket_file/file.rb:28
msgid "could not find diff_with %{diff}"
msgstr ""

#: ../lib/puppet/indirector/file_bucket_file/file.rb:29
msgid "Unable to diff on this platform"
msgstr ""

#. TRANSLATORS "FileBucket" should not be translated
#: ../lib/puppet/indirector/file_bucket_file/file.rb:33
msgid "FileBucket read %{checksum}"
msgstr ""

#: ../lib/puppet/indirector/file_bucket_file/file.rb:51
msgid "Error while parsing 'todate'"
msgstr ""

#: ../lib/puppet/indirector/file_bucket_file/file.rb:56
msgid "Error while parsing 'fromdate'"
msgstr ""

#. TRANSLATORS "FileBucket" should not be translated
#: ../lib/puppet/indirector/file_bucket_file/file.rb:163
msgid "FileBucket got a duplicate file %{file_checksum}"
msgstr ""

#. TRANSLATORS "FileBucket" should not be translated
#: ../lib/puppet/indirector/file_bucket_file/file.rb:177
msgid "Unable to verify existing FileBucket backup at '%{path}'."
msgstr ""

#: ../lib/puppet/indirector/file_bucket_file/file.rb:178
msgid "Existing backup and new file have different content but same checksum, %{value}. Verify existing backup and remove if incorrect."
msgstr ""

#: ../lib/puppet/indirector/file_bucket_file/file.rb:184
msgid "Existing backup does not match its expected sum, %{sum}. Overwriting corrupted backup."
msgstr ""

#: ../lib/puppet/indirector/file_bucket_file/file.rb:204
msgid "Unsupported checksum type %{checksum_type}"
msgstr ""

#: ../lib/puppet/indirector/file_bucket_file/file.rb:206
msgid "Invalid checksum %{checksum}"
msgstr ""

#: ../lib/puppet/indirector/file_metadata/http.rb:25
msgid "cannot lookup multiple files"
msgstr ""

#: ../lib/puppet/indirector/file_server.rb:25
msgid "Denying %{method} request for %{desc} on fileserver mount '%{mount_name}'. Use of auth directives for 'fileserver.conf' mount points is no longer supported. Remove these directives and use the 'auth.conf' file instead for access control."
msgstr ""

#: ../lib/puppet/indirector/file_server.rb:47
msgid "Could not find filesystem info for file '%{request}' in environment %{env}"
msgstr ""

#. TRANSLATORS "Hiera" is the name of a code library and should not be translated
#: ../lib/puppet/indirector/hiera.rb:8
msgid "Hiera terminus not supported without hiera library"
msgstr ""

#. TRANSLATORS "merge" is a parameter name and should not be translated
#: ../lib/puppet/indirector/hiera.rb:68
msgid "Unrecognized value for request 'merge' parameter: '%{merge}'"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:40
msgid "Tried to cache when no cache class was set"
msgstr ""

#. TRANSLATORS "TTL" stands for "time to live" and refers to a duration of time
#: ../lib/puppet/indirector/indirection.rb:64
msgid "Indirection TTL must be an integer"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:100
msgid "Indirection %{name} is already defined"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:121
msgid "No terminus specified for %{name}; cannot redirect"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:135
msgid "No terminus class nor terminus setting was provided for indirection %{name}"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:154
msgid "Invalid terminus name %{terminus_class}"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:157
msgid "Could not find terminus %{terminus_class} for indirection %{name}"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:170
msgid "Expiring the %{cache} cache of %{instance}"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:200
msgid "Caching %{indirection} for %{request}"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:211
msgid "Filtered result for %{indirection} %{request}"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:240
msgid "Not using expired %{indirection} for %{request} from cache; expired at %{expiration}"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:247
msgid "Cached %{indirection} for %{request} failed: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:272
msgid "Search results from terminus %{terminus_name} are not an array"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:309
msgid "Not authorized to call %{method} on %{description}"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:312
msgid "Not authorized to call %{method} on %{description} with %{option}"
msgstr ""

#: ../lib/puppet/indirector/indirection.rb:338
msgid "Could not find terminus %{terminus_class} for indirection %{indirection}"
msgstr ""

#: ../lib/puppet/indirector/json.rb:19
msgid "Could not save %{json} %{request}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/json.rb:26
msgid "Could not destroy %{json} %{request}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/json.rb:40
msgid "directory traversal detected in %{json}: %{name}"
msgstr ""

#: ../lib/puppet/indirector/json.rb:41 ../lib/puppet/indirector/msgpack.rb:48 ../lib/puppet/indirector/ssl_file.rb:58 ../lib/puppet/indirector/yaml.rb:40
msgid "invalid key"
msgstr ""

#: ../lib/puppet/indirector/json.rb:58
msgid "Could not read JSON data for %{name} %{key}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/json.rb:64
msgid "Could not parse JSON data for %{name} %{key}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/key/file.rb:33
msgid "Could not remove %{request} public key: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/key/file.rb:47
msgid "Could not write %{request}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/ldap.rb:13
msgid "The 'process' method has not been overridden for the LDAP terminus for %{name}"
msgstr ""

#: ../lib/puppet/indirector/ldap.rb:27
msgid "No search string set for LDAP terminus for %{name}"
msgstr ""

#: ../lib/puppet/indirector/ldap.rb:33
msgid "You must pass a block to ldapsearch"
msgstr ""

#: ../lib/puppet/indirector/ldap.rb:50
msgid "Retrying LDAP connection"
msgstr ""

#: ../lib/puppet/indirector/ldap.rb:53
msgid "LDAP Search failed"
msgstr ""

#. TRANSLATORS "ruby/ldap libraries" are code dependencies
#: ../lib/puppet/indirector/ldap.rb:66 ../lib/puppet/util/ldap/connection.rb:38
msgid "Could not set up LDAP Connection: Missing ruby/ldap libraries"
msgstr ""

#: ../lib/puppet/indirector/ldap.rb:72 ../lib/puppet/util/ldap/connection.rb:69
msgid "Could not connect to LDAP: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/memory.rb:14
msgid "Could not find %{request} to destroy"
msgstr ""

#: ../lib/puppet/indirector/msgpack.rb:11
msgid "MessagePack terminus not supported without msgpack library"
msgstr ""

#: ../lib/puppet/indirector/msgpack.rb:26
msgid "Could not save %{name} %{request}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/msgpack.rb:33
msgid "Could not destroy %{name} %{request}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/msgpack.rb:47 ../lib/puppet/indirector/ssl_file.rb:57 ../lib/puppet/indirector/yaml.rb:39
msgid "directory traversal detected in %{indirection}: %{name}"
msgstr ""

#. TRANSLATORS "MessagePack" is a program name and should not be translated
#: ../lib/puppet/indirector/msgpack.rb:66
msgid "Could not read MessagePack data for %{indirection} %{key}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/msgpack.rb:72
msgid "Could not parse MessagePack data for %{indirection} %{key}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/node/exec.rb:11
msgid "You must set the 'external_nodes' parameter to use the external node terminus"
msgstr ""

#: ../lib/puppet/indirector/node/exec.rb:11
msgid "none"
msgstr ""

#: ../lib/puppet/indirector/node/exec.rb:62
msgid "key is a %{klass}, not a string or symbol"
msgstr ""

#: ../lib/puppet/indirector/node/exec.rb:69
msgid "Could not load external node results for %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/node/ldap.rb:182
msgid "Could not find parent node '%{parent}'"
msgstr ""

#: ../lib/puppet/indirector/node/ldap.rb:209
msgid "Found loop in LDAP node parents; %{parent} appears twice"
msgstr ""

#: ../lib/puppet/indirector/node/ldap.rb:262
msgid "Node entry %{entry} specifies more than one parent: %{parents}"
msgstr ""

#. TRANSLATORS 'Puppet::Node::WriteOnlyYaml' is a class and should not be translated
#: ../lib/puppet/indirector/node/write_only_yaml.rb:16
msgid "Puppet::Node::WriteOnlyYaml is deprecated and will be removed in a future release of Puppet."
msgstr ""

#: ../lib/puppet/indirector/report/processor.rb:39
msgid "Report %{report} failed: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/report/processor.rb:55
msgid "No report named '%{name}'"
msgstr ""

#: ../lib/puppet/indirector/report/rest.rb:17
msgid "Server version %{version} does not accept reports in '%{format}', use `preferred_serialization_format=pson`"
msgstr ""

#: ../lib/puppet/indirector/request.rb:96
msgid "Could not find indirection '%{indirection}'"
msgstr ""

#: ../lib/puppet/indirector/request.rb:135
msgid "HTTP REST queries cannot handle values of type '%{klass}'"
msgstr ""

#: ../lib/puppet/indirector/request.rb:190
msgid "Error connecting to %{srv_server}:%{srv_port}: %{message}"
msgstr ""

#: ../lib/puppet/indirector/request.rb:245
msgid "Could not understand URL %{key}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/resource/ral.rb:61
msgid "Could not find type %{request_type}"
msgstr ""

#: ../lib/puppet/indirector/resource/validator.rb:5
msgid "Resource instance does not match request key"
msgstr ""

#: ../lib/puppet/indirector/rest.rb:187
msgid "Find %{uri} resulted in 404 with the message: %{body}"
msgstr ""

#: ../lib/puppet/indirector/rest.rb:220
msgid "DELETE does not accept options"
msgstr ""

#: ../lib/puppet/indirector/rest.rb:235
msgid "PUT does not accept options"
msgstr ""

#. TRANSLATORS "PSON" should not be translated
#: ../lib/puppet/indirector/rest.rb:270
msgid "Downgrading to PSON for future requests"
msgstr ""

#: ../lib/puppet/indirector/rest.rb:312
msgid "Error %{code} on SERVER: %{returned_message}"
msgstr ""

#: ../lib/puppet/indirector/rest.rb:323
msgid "No content type in http response; cannot parse"
msgstr ""

#: ../lib/puppet/indirector/ssl_file.rb:52
msgid "No file or directory setting provided; terminus %{class_name} cannot function"
msgstr ""

#: ../lib/puppet/indirector/ssl_file.rb:75
msgid "Removing file %{model} %{request} at '%{path}'"
msgstr ""

#: ../lib/puppet/indirector/ssl_file.rb:79
msgid "Could not remove %{request}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/ssl_file.rb:95
msgid "Cannot save %{request}; parent directory %{dir} does not exist"
msgstr ""

#: ../lib/puppet/indirector/ssl_file.rb:96
msgid "Cannot save %{request}; parent directory %{dir} is not writable"
msgstr ""

#: ../lib/puppet/indirector/ssl_file.rb:145
msgid "Tried to fix SSL files to a file containing uppercase"
msgstr ""

#: ../lib/puppet/indirector/ssl_file.rb:154
msgid "Automatic downcasing and renaming of ssl files is deprecated; please request the file using its correct case: %{full_file}"
msgstr ""

#: ../lib/puppet/indirector/ssl_file.rb:190
msgid "Could not write %{path} to %{setting}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/ssl_file.rb:193
msgid "You must provide a setting to determine where the files are stored"
msgstr ""

#: ../lib/puppet/indirector/terminus.rb:35
msgid "Could not find indirection instance %{name} for %{terminus}"
msgstr ""

#: ../lib/puppet/indirector/terminus.rb:49
msgid "Terminus subclasses must have associated constants"
msgstr ""

#: ../lib/puppet/indirector/terminus.rb:74
msgid "Could not discern indirection model from class constant"
msgstr ""

#: ../lib/puppet/indirector/terminus.rb:132
msgid "Cannot create instances of abstract terminus types"
msgstr ""

#: ../lib/puppet/indirector/terminus.rb:160
msgid "Instance name %{name} does not match requested key %{key}"
msgstr ""

#: ../lib/puppet/indirector/terminus.rb:166
msgid "Invalid instance type %{klass}, expected %{model_type}"
msgstr ""

#: ../lib/puppet/indirector/yaml.rb:14
msgid "Could not parse YAML data for %{indirection} %{request}: %{detail}"
msgstr ""

#: ../lib/puppet/indirector/yaml.rb:20
msgid "You can only save objects that respond to :name"
msgstr ""

#: ../lib/puppet/indirector/yaml.rb:32
msgid "Could not save %{indirection} %{request}: %{detail}"
msgstr ""

#: ../lib/puppet/info_service/class_information_service.rb:18
msgid "Given argument must be a Hash"
msgstr ""

#: ../lib/puppet/info_service/class_information_service.rb:55
msgid "The file %{f} does not exist"
msgstr ""

#: ../lib/puppet/info_service/task_information_service.rb:20
msgid "Module %{module_name} not found in environment %{environment_name}."
msgstr ""

#: ../lib/puppet/info_service/task_information_service.rb:26
msgid "Task %{task_name} not found in module %{module_name}."
msgstr ""

#: ../lib/puppet/interface.rb:152
msgid "Cannot create face %{name} with invalid version number '%{version}'!"
msgstr ""

#: ../lib/puppet/interface/action.rb:81 ../lib/puppet/interface/action.rb:125
msgid "The rendering format must be a symbol, not %{class_name}"
msgstr ""

#. TRANSLATORS 'set_rendering_method_for' and 'Proc' should not be translated
#: ../lib/puppet/interface/action.rb:99
msgid "The second argument to set_rendering_method_for must be a Proc"
msgstr ""

#. TRANSLATORS 'set_rendering_method_for' and 'Proc' should not be translated
#: ../lib/puppet/interface/action.rb:102
msgid "The second argument to set_rendering_method_for must be a Proc, not %{class_name}"
msgstr ""

#. TRANSLATORS 'when_rendering', 'when_invoked' are method names and should not be translated
#: ../lib/puppet/interface/action.rb:111
msgid "The when_rendering method for the %{face} face %{name} action takes either just one argument, the result of when_invoked, or the result plus the %{arg_count} arguments passed to the when_invoked block, not a variable number"
msgstr ""

#. TRANSLATORS 'when_rendering', 'when_invoked' are method names and should not be translated
#: ../lib/puppet/interface/action.rb:117
msgid "The when_rendering method for the %{face} face %{name} action takes either just one argument, the result of when_invoked, or the result plus the %{arg_count} arguments passed to the when_invoked block, not %{string}"
msgstr ""

#: ../lib/puppet/interface/action.rb:128
msgid "You can't define a rendering method for %{type} twice"
msgstr ""

#. TRANSLATORS 'when_invoked' should not be translated
#: ../lib/puppet/interface/action.rb:238
msgid "when_invoked requires at least one argument (options) for action %{name}"
msgstr ""

#: ../lib/puppet/interface/action.rb:284 ../lib/puppet/interface/option_manager.rb:57
msgid "Option %{option} conflicts with existing option %{conflict}"
msgstr ""

#: ../lib/puppet/interface/action.rb:287
msgid "Option %{option} conflicts with existing option %{conflict} on %{face}"
msgstr ""

#. TRANSLATORS 'Puppet.settings' should not be translated
#. TRANSLATORS 'Puppet.settings' references to the Puppet settings options and should not be translated
#: ../lib/puppet/interface/action.rb:314 ../lib/puppet/interface/option_manager.rb:14
msgid "Global option %{option} does not exist in Puppet.settings"
msgstr ""

#: ../lib/puppet/interface/action.rb:362
msgid "Multiple aliases for the same option passed: %{overlap_list}"
msgstr ""

#: ../lib/puppet/interface/action.rb:368
msgid "Unknown options passed: %{unknown_list}"
msgstr ""

#: ../lib/puppet/interface/action.rb:386
msgid "The following options are required: %{missing_list}"
msgstr ""

#. TRANSLATORS 'when_rendering' is a method name and should not be translated
#: ../lib/puppet/interface/action_builder.rb:61
msgid "You must give a rendering format to when_rendering"
msgstr ""

#. TRANSLATORS 'when_rendering' is a method name and should not be translated
#: ../lib/puppet/interface/action_builder.rb:65
msgid "You must give a block to when_rendering"
msgstr ""

#. TRANSLATORS 'render_as' is a method name and should not be translated
#: ../lib/puppet/interface/action_builder.rb:126
msgid "You must give a rendering format to render_as"
msgstr ""

#: ../lib/puppet/interface/action_builder.rb:131
msgid "%{value} is not a valid rendering format: %{formats_list}"
msgstr ""

#. TRANSLATORS 'when_invoked' is a method name and should not be translated and 'block' is a Ruby code block
#: ../lib/puppet/interface/action_builder.rb:163
msgid "actions need to know what to do when_invoked; please add the block"
msgstr ""

#: ../lib/puppet/interface/action_manager.rb:20
msgid "Redefining action %{name} for %{self}"
msgstr ""

#. TRANSLATORS 'Face' refers to a programming API in Puppet, 'summary' and 'description' are specifc attribute names and should not be translated
#: ../lib/puppet/interface/documentation.rb:60
msgid "Face summary should be a single line; put the long text in 'description' instead."
msgstr ""

#. TRANSLATORS 'author' is an attribute name and should not be translated
#: ../lib/puppet/interface/documentation.rb:205
msgid "author must be a string; use multiple statements for multiple authors"
msgstr ""

#. TRANSLATORS 'author' is an attribute name and should not be translated
#: ../lib/puppet/interface/documentation.rb:210
msgid "author should be a single line; use multiple statements for multiple authors"
msgstr ""

#. TRANSLATORS 'author' is an attribute name and should not be translated
#: ../lib/puppet/interface/documentation.rb:230
msgid "author should be a single line; use multiple statements"
msgstr ""

#. TRANSLATORS 'copyright' is an attribute name and should not be translated
#: ../lib/puppet/interface/documentation.rb:251
msgid "copyright takes the owners names, then the years covered"
msgstr ""

#. TRANSLATORS 'copyright' is an attribute name and should not be translated
#: ../lib/puppet/interface/documentation.rb:275
msgid "copyright owner must be a string or an array of strings"
msgstr ""

#. TRANSLATORS 'copyright' is an attribute name and should not be translated
#: ../lib/puppet/interface/documentation.rb:312
msgid "copyright with a year %{value} is very strange; did you accidentally add or subtract two years?"
msgstr ""

#. TRANSLATORS 'copyright' is an attribute name and should not be translated
#. TRANSLATORS 'copyright' is an attribute name and should not be translated
#: ../lib/puppet/interface/documentation.rb:326 ../lib/puppet/interface/documentation.rb:331
msgid "%{value} is not a good copyright year or range"
msgstr ""

#. TRANSLATORS 'copyright' is an attribute name and should not be translated
#: ../lib/puppet/interface/documentation.rb:349
msgid "%{value} is not a good copyright year, set, or range"
msgstr ""

#: ../lib/puppet/interface/face_collection.rb:114
msgid ""
"Failed to load face %{name}:\n"
"%{detail}"
msgstr ""

#. TRANSLATORS 'face' refers to a programming API in Puppet
#: ../lib/puppet/interface/face_collection.rb:126
msgid "%{name} (%{class_name}) is not a valid face name"
msgstr ""

#: ../lib/puppet/interface/option.rb:21
msgid "%{option}: long options need two dashes (--)"
msgstr ""

#: ../lib/puppet/interface/option.rb:36
msgid "%{option}: already defined in puppet"
msgstr ""

#: ../lib/puppet/interface/option.rb:39
msgid "%{option}: duplicates existing alias %{duplicate} in %{parent}"
msgstr ""

#: ../lib/puppet/interface/option.rb:45
msgid "%{option} is not valid for an option argument"
msgstr ""

#: ../lib/puppet/interface/option.rb:50
msgid "No option declarations found while building"
msgstr ""

#: ../lib/puppet/interface/option.rb:63
msgid "Option %{name} is inconsistent about taking an argument"
msgstr ""

#: ../lib/puppet/interface/option.rb:70
msgid "Options with optional arguments are not supported"
msgstr ""

#: ../lib/puppet/interface/option.rb:73
msgid "Option %{name} is inconsistent about the argument being optional"
msgstr ""

#: ../lib/puppet/interface/option.rb:88
msgid "Can't find a name in the declaration %{declaration}"
msgstr ""

#: ../lib/puppet/interface/option.rb:97
msgid "%{name} is an invalid option name"
msgstr ""

#: ../lib/puppet/interface/option.rb:119 ../lib/puppet/interface/option.rb:137
msgid "%{name} can't be optional and have a default value"
msgstr ""

#. TRANSLATORS 'proc' is a Ruby block of code
#: ../lib/puppet/interface/option.rb:123
msgid "default value for %{name} is a %{class_name}, not a proc"
msgstr ""

#. TRANSLATORS 'proc' is a Ruby block of code
#: ../lib/puppet/interface/option.rb:146
msgid "before action hook for %{name} is a %{class_name}, not a proc"
msgstr ""

#. TRANSLATORS 'proc' is a Ruby block of code
#: ../lib/puppet/interface/option.rb:157
msgid "after action hook for %{name} is a %{class_name}, not a proc"
msgstr ""

#. TRANSLATORS 'before_action' is a method name and should not be translated
#: ../lib/puppet/interface/option_builder.rb:45
msgid "%{option} before_action requires a block"
msgstr ""

#. TRANSLATORS 'before_action' is a method name and should not be translated
#: ../lib/puppet/interface/option_builder.rb:49
msgid "%{option} already has a before_action set"
msgstr ""

#. TRANSLATORS 'before_action' is a method name and should not be translated
#: ../lib/puppet/interface/option_builder.rb:53
msgid "before_action takes three arguments, action, args, and options"
msgstr ""

#. TRANSLATORS 'after_action' is a method name and should not be translated
#: ../lib/puppet/interface/option_builder.rb:65
msgid "%{option} after_action requires a block"
msgstr ""

#. TRANSLATORS 'after_action' is a method name and should not be translated
#: ../lib/puppet/interface/option_builder.rb:69
msgid "%{option} already has an after_action set"
msgstr ""

#. TRANSLATORS 'after_action' is a method name and should not be translated
#: ../lib/puppet/interface/option_builder.rb:73
msgid "after_action takes three arguments, action, args, and options"
msgstr ""

#. TRANSLATORS 'default_to' is a method name and should not be translated
#: ../lib/puppet/interface/option_builder.rb:94
msgid "%{option} default_to requires a block"
msgstr ""

#: ../lib/puppet/interface/option_builder.rb:97
msgid "%{option} already has a default value"
msgstr ""

#. TRANSLATORS 'default_to' is a method name and should not be translated
#: ../lib/puppet/interface/option_builder.rb:101
msgid "%{option} default_to block should not take any arguments"
msgstr ""

#: ../lib/puppet/interface/option_manager.rb:64
msgid "Option %{option} conflicts with existing option %{conflict} on %{action}"
msgstr ""

#. TRANSLATORS 'Puppet::Type.newtype' should not be translated
#: ../lib/puppet/metatype/manager.rb:76
msgid "Puppet::Type.newtype(%{name}) now expects a hash as the second argument, not %{argument}"
msgstr ""

#. TRANSLATORS 'new%{method}' will become a method name, do not translate this string
#: ../lib/puppet/metatype/manager.rb:113
msgid "'new%{method}' method already exists; skipping"
msgstr ""

#. TRANSLATORS 'puppet/type/%{name}' should not be translated
#: ../lib/puppet/metatype/manager.rb:176
msgid "Loaded puppet/type/%{name} but no class was created"
msgstr ""

#: ../lib/puppet/module.rb:68
msgid "VersionRanges will never be strict when using non-vendored SemanticPuppet gem, version %{version}"
msgstr ""

#: ../lib/puppet/module.rb:74
msgid "VersionRanges will always be strict when using non-vendored SemanticPuppet gem, version %{version}"
msgstr ""

#. TRANSLATORS 'metadata.json' is a specific file name and should not be translated.
#: ../lib/puppet/module.rb:210
msgid "%{name} has an invalid and unparsable metadata.json file. The parse error: %{error}"
msgstr ""

#: ../lib/puppet/module.rb:460
msgid ""
"        Invalid module name '%{name}'; module names must match either:\n"
"        An installed module name (ex. modulename) matching the expression /^[a-z][a-z0-9_]*$/ -or-\n"
"        A namespaced module name (ex. author-modulename) matching the expression /^[a-zA-Z0-9]+[-][a-z][a-z0-9_]*$/\n"
msgstr ""

#: ../lib/puppet/module/task.rb:47
msgid "Task names must start with a lowercase letter and be composed of only lowercase letters, numbers, and underscores"
msgstr ""

#: ../lib/puppet/module/task.rb:53
msgid "The file '%{path}' is not located in the %{module_name} module's tasks directory"
msgstr ""

#: ../lib/puppet/module_tool.rb:37
msgid "Not a valid full name: %{full_module_name}"
msgstr ""

#: ../lib/puppet/module_tool/applications/application.rb:39
msgid "Could not determine module path"
msgstr ""

#: ../lib/puppet/module_tool/applications/application.rb:43
msgid "Unable to find metadata.json in module root at %{path} See https://docs.puppet.com/puppet/latest/reference/modules_publishing.html for required file format."
msgstr ""

#: ../lib/puppet/module_tool/applications/application.rb:53
msgid "Could not parse JSON %{metadata_path}"
msgstr ""

#: ../lib/puppet/module_tool/applications/application.rb:59
msgid "A Modulefile was found in the root directory of the module. This file will be ignored and can safely be removed."
msgstr ""

#: ../lib/puppet/module_tool/applications/application.rb:74
msgid "Could not parse filename to obtain the username, module name and version.  (%{release_name})"
msgstr ""

#: ../lib/puppet/module_tool/applications/application.rb:78
msgid "Invalid version format: %{version} (Semantic Versions are acceptable: http://semver.org)"
msgstr ""

#: ../lib/puppet/module_tool/applications/builder.rb:19
msgid "Module building is prohibited in FIPS mode."
msgstr ""

#: ../lib/puppet/module_tool/applications/builder.rb:25
msgid "Building %{path} for release"
msgstr ""

#: ../lib/puppet/module_tool/applications/builder.rb:121
msgid "Symlinks in modules are unsupported. Please investigate symlink %{from} -> %{to}."
msgstr ""

#: ../lib/puppet/module_tool/applications/builder.rb:124
msgid "Found symlinks. Symlinks in modules are not allowed, please remove them."
msgstr ""

#: ../lib/puppet/module_tool/applications/builder.rb:132
msgid "A 'checksums' field was found in metadata.json. This field will be ignored and can safely be removed."
msgstr ""

#: ../lib/puppet/module_tool/applications/checksummer.rb:47 ../lib/puppet/module_tool/applications/checksummer.rb:49
msgid "No file containing checksums found."
msgstr ""

#: ../lib/puppet/module_tool/applications/installer.rb:56
msgid "Module install is prohibited in FIPS mode."
msgstr ""

#: ../lib/puppet/module_tool/applications/installer.rb:85 ../lib/puppet/module_tool/applications/upgrader.rb:103
msgid "Downloading from %{host} ..."
msgstr ""

#: ../lib/puppet/module_tool/applications/installer.rb:131 ../lib/puppet/module_tool/applications/upgrader.rb:141
msgid "Resolving dependencies ..."
msgstr ""

#: ../lib/puppet/module_tool/applications/installer.rb:160
msgid "Preparing to install ..."
msgstr ""

#: ../lib/puppet/module_tool/applications/installer.rb:163
msgid "Installing -- do not interrupt ..."
msgstr ""

#: ../lib/puppet/module_tool/applications/searcher.rb:15
msgid "Searching %{host} ..."
msgstr ""

#: ../lib/puppet/module_tool/applications/uninstaller.rb:20
msgid "Module uninstall is prohibited in FIPS mode."
msgstr ""

#: ../lib/puppet/module_tool/applications/unpacker.rb:49
msgid "Symlinks in modules are unsupported. Please investigate symlink %{from}->%{to}."
msgstr ""

#: ../lib/puppet/module_tool/applications/unpacker.rb:72
msgid "No valid metadata.json found!"
msgstr ""

#: ../lib/puppet/module_tool/applications/upgrader.rb:31
msgid "Module upgrade is prohibited in FIPS mode."
msgstr ""

#: ../lib/puppet/module_tool/applications/upgrader.rb:77
msgid "Found '%{name}' (%{version}) in %{dir} ..."
msgstr ""

#: ../lib/puppet/module_tool/applications/upgrader.rb:188
msgid "Preparing to upgrade ..."
msgstr ""

#: ../lib/puppet/module_tool/applications/upgrader.rb:191
msgid "Upgrading -- do not interrupt ..."
msgstr ""

#: ../lib/puppet/module_tool/contents_description.rb:55
msgid "Could not find/load type: %{name}"
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:11
msgid "'%{module_name}' (%{version}) requested; '%{module_name}' (%{installed_version}) already installed"
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:16 ../lib/puppet/module_tool/errors/installer.rb:54 ../lib/puppet/module_tool/errors/installer.rb:72 ../lib/puppet/module_tool/errors/shared.rb:64 ../lib/puppet/module_tool/errors/shared.rb:106
msgid "Could not install module '%{module_name}' (%{version})"
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:17
msgid "  Module '%{module_name}' (%{installed_version}) is already installed"
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:18
msgid "    Installed module has had changes made locally"
msgstr ""

#. TRANSLATORS `puppet module upgrade` is a command line and should not be translated
#: ../lib/puppet/module_tool/errors/installer.rb:20
msgid "    Use `puppet module upgrade` to install a different version"
msgstr ""

#. TRANSLATORS `puppet module install --force` is a command line and should not be translated
#: ../lib/puppet/module_tool/errors/installer.rb:22
msgid "    Use `puppet module install --force` to re-install only this module"
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:32
msgid "Could not install '%{requested_package}'; no releases are available from %{source}"
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:37
msgid "Could not install '%{requested_package}'"
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:38 ../lib/puppet/module_tool/errors/shared.rb:43
msgid "  No releases are available from %{source}"
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:39
msgid "    Does '%{requested_package}' have at least one published release?"
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:49
msgid "'%{module_name}' (%{version}) requested; Path %{dir} is not a directory."
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:55
msgid "  Path '%{directory}' exists but is not a directory."
msgstr ""

#. TRANSLATORS "mkdir -p '%{directory}'" is a command line example and should not be translated
#: ../lib/puppet/module_tool/errors/installer.rb:57
msgid "  A potential solution is to rename the path and then \"mkdir -p '%{directory}'\""
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:67
msgid "'%{module_name}' (%{version}) requested; Permission is denied to create %{dir}."
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:73
msgid "  Permission is denied when trying to create directory '%{directory}'."
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:74
msgid "  A potential solution is to check the ownership and permissions of parent directories."
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:83
msgid "Attempt to install file with an invalid path into %{path} under %{dir}"
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:88
msgid "Could not install package with an invalid path."
msgstr ""

#: ../lib/puppet/module_tool/errors/installer.rb:89
msgid "  Package attempted to install file into %{path} under %{directory}."
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:11
msgid "Could not %{action} '%{module_name}' (%{version}); no version satisfies all dependencies"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:16 ../lib/puppet/module_tool/errors/shared.rb:171 ../lib/puppet/module_tool/errors/upgrader.rb:58
msgid "Could not %{action} module '%{module_name}' (%{version})"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:17
msgid "  No version of '%{module_name}' can satisfy all dependencies"
msgstr ""

#. TRANSLATORS `puppet module %{action} --ignore-dependencies` is a command line and should not be translated
#: ../lib/puppet/module_tool/errors/shared.rb:19
msgid "    Use `puppet module %{action} --ignore-dependencies` to %{action} only this module"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:33
msgid "Could not %{action} '%{module_name}'; no releases are available from %{source}"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:35
msgid "Could not %{action} '%{module_name}'; no releases matching '%{version}' are available from %{source}"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:41
msgid "Could not %{action} '%{module_name}' (%{version})"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:44
msgid "    Does '%{module_name}' have at least one published release?"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:46
msgid "  No releases matching '%{requested_version}' are available from %{source}"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:59
msgid "'%{module_name}' (%{version}) requested; installation conflict"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:67
msgid "  Dependency '%{name}' (%{version}) would overwrite %{directory}"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:69
msgid "  Installation would overwrite %{directory}"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:73
msgid "    Currently, '%{current_name}' (%{current_version}) is installed to that directory"
msgstr ""

#. TRANSLATORS `puppet module install --ignore-dependencies` is a command line and should not be translated
#: ../lib/puppet/module_tool/errors/shared.rb:78
msgid "    Use `puppet module install --ignore-dependencies` to install only this module"
msgstr ""

#. TRANSLATORS `puppet module install --force` is a command line and should not be translated
#. TRANSLATORS `puppet module install --force` is a command line and should not be translated
#: ../lib/puppet/module_tool/errors/shared.rb:81 ../lib/puppet/module_tool/errors/shared.rb:110
msgid "    Use `puppet module install --force` to install this module anyway"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:95
msgid "'%{module_name}' (%{version}) requested; Invalid dependency cycle"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:100
msgid "You specified '%{name}' (%{version})"
msgstr ""

#. TRANSLATORS This message repeats as separate lines as a list under the heading "You specified '%{name}' (%{version})\n"
#: ../lib/puppet/module_tool/errors/shared.rb:103
msgid "This depends on '%{name}' (%{version})"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:107
msgid "  No version of '%{module_name}' will satisfy dependencies"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:120
msgid "Could not %{action} '%{module_name}'; module is not installed"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:125 ../lib/puppet/module_tool/errors/shared.rb:148 ../lib/puppet/module_tool/errors/shared.rb:189
msgid "Could not %{action} module '%{module_name}'"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:126
msgid "  Module '%{module_name}' is not installed"
msgstr ""

#. TRANSLATORS `puppet module %{action} %{suggestion}` is a command line and should not be translated
#: ../lib/puppet/module_tool/errors/shared.rb:129
msgid "    You may have meant `puppet module %{action} %{suggestion}`"
msgstr ""

#. TRANSLATORS `puppet module install` is a command line and should not be translated
#: ../lib/puppet/module_tool/errors/shared.rb:132
msgid "    Use `puppet module install` to install this module"
msgstr ""

#. TRANSLATORS "module path" refers to a set of directories where modules may be installed
#: ../lib/puppet/module_tool/errors/shared.rb:143
msgid "Could not %{action} '%{module_name}'; module appears in multiple places in the module path"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:149
msgid "  Module '%{module_name}' appears multiple places in the module path"
msgstr ""

#. TRANSLATORS This is repeats as separate lines as a list under "Module '%{module_name}' appears multiple places in the module path"
#: ../lib/puppet/module_tool/errors/shared.rb:152
msgid "    '%{module_name}' (%{version}) was found in %{path}"
msgstr ""

#. TRANSLATORS `--modulepath` is command line option and should not be translated
#: ../lib/puppet/module_tool/errors/shared.rb:155
msgid "    Use the `--modulepath` option to limit the search to specific directories"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:166
msgid "Could not %{action} '%{module_name}'; module has had changes made locally"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:172
msgid "  Installed module has had changes made locally"
msgstr ""

#. TRANSLATORS `puppet module %{action} --ignore-changes` is a command line and should not be translated
#: ../lib/puppet/module_tool/errors/shared.rb:174
msgid "    Use `puppet module %{action} --ignore-changes` to %{action} this module anyway"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:184
msgid "Could not %{action} '%{module_name}'; %{error}"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:190
msgid "  Failure trying to parse metadata"
msgstr ""

#: ../lib/puppet/module_tool/errors/shared.rb:191
msgid "    Original message was: %{message}"
msgstr ""

#: ../lib/puppet/module_tool/errors/uninstaller.rb:10
msgid "Could not uninstall '%{module_name}'; no installed version matches"
msgstr ""

#: ../lib/puppet/module_tool/errors/uninstaller.rb:15
msgid "Could not uninstall module '%{module_name}' (%{version})"
msgstr ""

#: ../lib/puppet/module_tool/errors/uninstaller.rb:16
msgid "  No installed version of '%{module_name}' matches (%{version})"
msgstr ""

#: ../lib/puppet/module_tool/errors/uninstaller.rb:18
msgid "    '%{module_name}' (%{version}) is installed in %{path}"
msgstr ""

#: ../lib/puppet/module_tool/errors/uninstaller.rb:31
msgid "Could not uninstall '%{module_name}'; installed modules still depend upon it"
msgstr ""

#: ../lib/puppet/module_tool/errors/uninstaller.rb:37
msgid "Could not uninstall module '%{module_name}' (v%{requested_version})"
msgstr ""

#: ../lib/puppet/module_tool/errors/uninstaller.rb:39
msgid "Could not uninstall module '%{module_name}'"
msgstr ""

#: ../lib/puppet/module_tool/errors/uninstaller.rb:41
msgid "  Other installed modules have dependencies on '%{module_name}' (%{version})"
msgstr ""

#: ../lib/puppet/module_tool/errors/uninstaller.rb:43
msgid "    '%{module_name}' (%{version}) requires '%{module_dep}' (%{dep_version})"
msgstr ""

#. TRANSLATORS `puppet module uninstall --force` is a command line option that should not be translated
#: ../lib/puppet/module_tool/errors/uninstaller.rb:46
msgid "    Use `puppet module uninstall --force` to uninstall this module anyway"
msgstr ""

#: ../lib/puppet/module_tool/errors/upgrader.rb:20
msgid "Could not upgrade '%{module_name}'; more recent versions not found"
msgstr ""

#: ../lib/puppet/module_tool/errors/upgrader.rb:25
msgid "Could not upgrade module '%{module_name}' (%{version})"
msgstr ""

#: ../lib/puppet/module_tool/errors/upgrader.rb:27
msgid "  The installed version is already the latest version matching %{version}"
msgstr ""

#: ../lib/puppet/module_tool/errors/upgrader.rb:29
msgid "  There are %{count} newer versions"
msgstr ""

#: ../lib/puppet/module_tool/errors/upgrader.rb:30
msgid "    No combination of dependency upgrades would satisfy all dependencies"
msgstr ""

#: ../lib/puppet/module_tool/errors/upgrader.rb:32
msgid "    Dependencies will not be automatically upgraded across major versions"
msgstr ""

#: ../lib/puppet/module_tool/errors/upgrader.rb:33
msgid "    Upgrading one or more of these modules may permit the upgrade to succeed:"
msgstr ""

#. TRANSLATORS `puppet module upgrade --force` is a command line option that should not be translated
#: ../lib/puppet/module_tool/errors/upgrader.rb:40
msgid "    Use `puppet module upgrade --force` to upgrade only this module"
msgstr ""

#: ../lib/puppet/module_tool/errors/upgrader.rb:53
msgid "Could not %{action} '%{module_name}' (%{version}); downgrades are not allowed"
msgstr ""

#: ../lib/puppet/module_tool/errors/upgrader.rb:59
msgid "  Downgrading is not allowed."
msgstr ""

#: ../lib/puppet/module_tool/install_directory.rb:22
msgid "Created target directory %{dir}"
msgstr ""

#: ../lib/puppet/module_tool/installed_modules.rb:64
msgid "%{module_name} (%{path}) has an invalid version number (%{version}). The version has been set to 0.0.0. If you are the maintainer for this module, please update the metadata.json with a valid Semantic Version (http://semver.org)."
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:71
msgid "Dependency conflict for %{module_name}: Dependency %{name} was given conflicting version requirements %{version_requirement} and %{dup_version}. Verify that there are no duplicates in the metadata.json."
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:177
msgid "the field must be a namespaced module name"
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:179
msgid "the module name contains non-alphanumeric (or underscore) characters"
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:181
msgid "the module name must begin with a letter"
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:183
msgid "the namespace contains non-alphanumeric characters"
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:186
msgid "Invalid 'name' field in metadata.json: %{err}"
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:193
msgid "version string cannot be parsed as a valid Semantic Version"
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:194
msgid "Invalid 'version' field in metadata.json: %{err}"
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:206
msgid "field 'data_provider' contains non-alphanumeric characters"
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:208
msgid "field 'data_provider' must begin with a letter"
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:212
msgid "field 'data_provider' must be a string"
msgstr ""

#: ../lib/puppet/module_tool/metadata.rb:220
msgid "Invalid 'version_range' field in metadata.json: %{err}"
msgstr ""

#: ../lib/puppet/module_tool/shared_behaviors.rb:32
msgid "Downloading from %{uri} ..."
msgstr ""

#: ../lib/puppet/module_tool/shared_behaviors.rb:154
msgid "Could not download module: %{message}"
msgstr ""

#. TRANSLATORS "tar" is a program name and should not be translated
#: ../lib/puppet/module_tool/tar.rb:15
msgid "No suitable tar implementation found"
msgstr ""

#. TRANSLATORS "path" is a configuration file entry and should not be translated
#: ../lib/puppet/network/auth_config_parser.rb:32
msgid "Missing or invalid 'path' before right directive at %{error_location}"
msgstr ""

#: ../lib/puppet/network/auth_config_parser.rb:38 ../lib/puppet/util/network_device/config.rb:71
msgid "Invalid entry at %{error_location}: %{file_text}"
msgstr ""

#: ../lib/puppet/network/auth_config_parser.rb:57
msgid "allowing %{value} access"
msgstr ""

#: ../lib/puppet/network/auth_config_parser.rb:59
msgid "denying %{value} access"
msgstr ""

#: ../lib/puppet/network/auth_config_parser.rb:61
msgid "allowing IP %{value} access"
msgstr ""

#: ../lib/puppet/network/auth_config_parser.rb:63
msgid "denying IP %{value} access"
msgstr ""

#: ../lib/puppet/network/auth_config_parser.rb:65
msgid "allowing 'method' %{value}"
msgstr ""

#: ../lib/puppet/network/auth_config_parser.rb:67
msgid "adding environment %{value}"
msgstr ""

#: ../lib/puppet/network/auth_config_parser.rb:69
msgid "adding authentication %{value}"
msgstr ""

#: ../lib/puppet/network/authconfig.rb:54
msgid "Inserting default '%{acl}' (auth %{auth}) ACL"
msgstr ""

#: ../lib/puppet/network/authconfig.rb:82
msgid "Denying access: %{authorization_failure_exception}"
msgstr ""

#: ../lib/puppet/network/authstore.rb:22
msgid "Name and IP must be passed to 'allowed?'"
msgstr ""

#: ../lib/puppet/network/authstore.rb:36
msgid "defaulting to no access for %{name}"
msgstr ""

#: ../lib/puppet/network/authstore.rb:189
msgid "Invalid declaration type %{type}"
msgstr ""

#: ../lib/puppet/network/authstore.rb:257
msgid "Invalid IP pattern %{value}"
msgstr ""

#: ../lib/puppet/network/client_request.rb:15
msgid "Request is not set up; cannot build call"
msgstr ""

#: ../lib/puppet/network/format.rb:43
msgid "Unsupported option(s) %{options_list}"
msgstr ""

#: ../lib/puppet/network/format.rb:72
msgid "%{klass} does not respond to %{method}; can not render multiple instances to %{mime}"
msgstr ""

#: ../lib/puppet/network/format_handler.rb:67
msgid "No format matches the given format name or mime-type (%{format})"
msgstr ""

#. TRANSLATORS "intern" is a function name and should not be translated
#: ../lib/puppet/network/format_support.rb:15
msgid "Could not intern from %{format}: %{err}"
msgstr ""

#. TRANSLATORS "intern_multiple" is a function name and should not be translated
#: ../lib/puppet/network/format_support.rb:22
msgid "Could not intern_multiple from %{format}: %{err}"
msgstr ""

#. TRANSLATORS "render_multiple" is a function name and should not be translated
#: ../lib/puppet/network/format_support.rb:29
msgid "Could not render_multiple to %{format}: %{err}"
msgstr ""

#. TRANSLATORS "render" is a function name and should not be translated
#: ../lib/puppet/network/format_support.rb:109
msgid "Could not render to %{format}: %{err}"
msgstr ""

#. TRANSLATORS "mime" is a function name and should not be translated
#: ../lib/puppet/network/format_support.rb:118
msgid "Could not mime to %{format}: %{err}"
msgstr ""

#: ../lib/puppet/network/formats.rb:34
msgid "Serialized YAML did not contain a collection of instances when calling intern_multiple"
msgstr ""

#: ../lib/puppet/network/formats.rb:46
msgid "Serialized YAML did not contain a valid instance of %{klass}"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:43
msgid "No handler for %{indirection}"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:60
msgid "The indirection name must be purely alphanumeric, not '%{indirection_name}'"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:70
msgid "Indirection '%{indirection_name}' does not match url prefix '%{url_prefix}'"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:76
msgid "Could not find indirection '%{indirection_name}'"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:82
msgid "An environment parameter must be specified"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:87
msgid "The environment must be purely alphanumeric, not '%{environment}'"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:104
msgid "Could not find environment '%{environment}'"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:111
msgid "No request key specified in %{uri}"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:122
msgid "Could not find %{value0} %{key}"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:129
msgid "Rendered result in %{format}"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:135
msgid "Sent response"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:143
msgid "Could not find %{indirection} %{key}"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:155
msgid "Could not find instances in %{indirection} with '%{key}'"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:202 ../lib/puppet/network/http/request.rb:60
msgid "No supported formats are acceptable (Accept: %{accepted_formats})"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:227
msgid "The request body is invalid: %{message}"
msgstr ""

#. TRANSLATORS "mime-type" is a keyword and should not be translated
#. TRANSLATORS "mime-type" is a keyword and should not be translated
#: ../lib/puppet/network/http/api/indirected_routes.rb:233 ../lib/puppet/network/http/request.rb:31
msgid "Client sent a mime-type (%{header}) that doesn't correspond to a format we support"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:239
msgid "No support for http method %{http_method}"
msgstr ""

#: ../lib/puppet/network/http/api/indirected_routes.rb:243
msgid "No support for plurality %{indirection} for %{http_method} operations"
msgstr ""

#: ../lib/puppet/network/http/api/indirection_type.rb:29
msgid "Not a valid indirection type"
msgstr ""

#: ../lib/puppet/network/http/api/master/v3/environment.rb:11
msgid "%{env_name} is not a known environment"
msgstr ""

#: ../lib/puppet/network/http/api/master/v3/environment.rb:40
msgid "Application %{application} assigns nodes to non-existent components: %{component_list}"
msgstr ""

#: ../lib/puppet/network/http/api/master/v3/environment.rb:46
msgid "Application %{application} has components without assigned nodes: %{component_list}"
msgstr ""

#: ../lib/puppet/network/http/api/master/v3/environment.rb:55
msgid "Application %{app} assigns multiple nodes to component %{comp}"
msgstr ""

#: ../lib/puppet/network/http/compression.rb:30 ../lib/puppet/network/http/compression.rb:43
msgid "Unknown content encoding - %{encoding}"
msgstr ""

#: ../lib/puppet/network/http/connection.rb:55
msgid "Unrecognized option(s): %{opts}"
msgstr ""

#: ../lib/puppet/network/http/connection.rb:203
msgid "Too many HTTP redirections for %{host}:%{port}"
msgstr ""

#. TRANSLATORS: Used in the phrase:
#. "Received a response from the remote server."
#: ../lib/puppet/network/http/connection.rb:234
msgid "the remote server"
msgstr ""

#: ../lib/puppet/network/http/connection.rb:238
msgid "Received a %{status_code} response from %{server_hostname}, but the Retry-After header value of \"%{retry_after}\" could not be converted to an integer or RFC 2822 date."
msgstr ""

#: ../lib/puppet/network/http/connection.rb:249
msgid "Received a %{status_code} response from %{server_hostname}. Sleeping for %{retry_sleep} seconds before retrying the request."
msgstr ""

#: ../lib/puppet/network/http/connection.rb:320
msgid "expected one of %{certnames}"
msgstr ""

#: ../lib/puppet/network/http/connection.rb:322
msgid "expected %{certname}"
msgstr ""

#: ../lib/puppet/network/http/connection.rb:325
msgid "Server hostname '%{host}' did not match server certificate; %{expected_certnames}"
msgstr ""

#: ../lib/puppet/network/http/error.rb:23
msgid "Not Acceptable: %{message}"
msgstr ""

#: ../lib/puppet/network/http/error.rb:30
msgid "Not Found: %{message}"
msgstr ""

#: ../lib/puppet/network/http/error.rb:37
msgid "Not Authorized: %{message}"
msgstr ""

#: ../lib/puppet/network/http/error.rb:44
msgid "Bad Request: %{message}"
msgstr ""

#: ../lib/puppet/network/http/error.rb:51
msgid "Method Not Allowed: %{message}"
msgstr ""

#: ../lib/puppet/network/http/error.rb:58
msgid "Unsupported Media Type: %{message}"
msgstr ""

#: ../lib/puppet/network/http/error.rb:66
msgid "Server Error: %{message}"
msgstr ""

#: ../lib/puppet/network/http/handler.rb:23
msgid "Given multiple routes with identical path regexes: %{regexes}"
msgstr ""

#: ../lib/puppet/network/http/handler.rb:62
msgid "Processed request %{request_method} %{request_path}"
msgstr ""

#: ../lib/puppet/network/http/handler.rb:66
msgid "No route for %{request} %{path}"
msgstr ""

#: ../lib/puppet/network/http/handler.rb:101
msgid "Could not resolve %{ip}: %{detail}"
msgstr ""

#: ../lib/puppet/network/http/pool.rb:65
msgid "Failed to close connection for %{site}: %{detail}"
msgstr ""

#: ../lib/puppet/network/http/rack.rb:26
msgid "Internal Server Error: \"%{message}\""
msgstr ""

#: ../lib/puppet/network/http/rack.rb:28
msgid "Puppet Server (Rack): Internal Server Error: Unhandled Exception: \"%{message}\""
msgstr ""

#: ../lib/puppet/network/http/request.rb:14
msgid "Unknown arguments: %{args}"
msgstr ""

#: ../lib/puppet/network/http/request.rb:36
msgid "No Content-Type header was received, it isn't possible to unserialize the request"
msgstr ""

#: ../lib/puppet/network/http/request.rb:44
msgid "Missing required Accept header"
msgstr ""

#: ../lib/puppet/network/http/webrick.rb:22
msgid "WEBrick server is already listening"
msgstr ""

#: ../lib/puppet/network/http/webrick.rb:28
msgid "Client did not send data within %{timeout} seconds of connecting"
msgstr ""

#: ../lib/puppet/network/http/webrick.rb:38
msgid "WEBrick server is not listening"
msgstr ""

#: ../lib/puppet/network/http/webrick.rb:99
msgid "Could not retrieve certificate for %{host} and not running on a valid certificate authority"
msgstr ""

#: ../lib/puppet/network/http/webrick.rb:107
msgid "Could not find CA certificate"
msgstr ""

#: ../lib/puppet/network/http/webrick/rest.rb:16
msgid "server is required"
msgstr ""

#: ../lib/puppet/network/rights.rb:58
msgid "Forbidden request: %{msg}"
msgstr ""

#: ../lib/puppet/network/rights.rb:126
msgid "Unknown right type '%{name}'"
msgstr ""

#: ../lib/puppet/network/rights.rb:168
msgid "'%{m}' is not an allowed value for method directive"
msgstr ""

#: ../lib/puppet/network/rights.rb:175
msgid "'%{m}' is already in the '%{name}' ACL"
msgstr ""

#: ../lib/puppet/network/rights.rb:182
msgid "'%{env}' is already in the '%{name}' ACL"
msgstr ""

#: ../lib/puppet/network/rights.rb:194
msgid "'%{name}' incorrect authenticated value: %{authentication}"
msgstr ""

#: ../lib/puppet/network/server.rb:25
msgid "Cannot listen -- already listening."
msgstr ""

#: ../lib/puppet/network/server.rb:31
msgid "Cannot unlisten -- not currently listening."
msgstr ""

#: ../lib/puppet/node.rb:27
msgid "No name provided in serialized data"
msgstr ""

#: ../lib/puppet/node.rb:100
msgid "Node names cannot be nil"
msgstr ""

#: ../lib/puppet/node.rb:136
msgid "Could not retrieve facts for %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/node.rb:154
msgid "The node parameter '%{param_name}' for node '%{node_name}' was already set to '%{value}'. It could not be set to '%{desired_value}'"
msgstr ""

#: ../lib/puppet/node.rb:193
msgid "Host is missing hostname and/or domain: %{name}"
msgstr ""

#: ../lib/puppet/node.rb:225
msgid "Trusted node data modified for node %{name}"
msgstr ""

#: ../lib/puppet/node/environment.rb:217
msgid "The 'disable_per_environment_manifest' setting is true, and the '%{env_name}' environment has an environment.conf manifest that conflicts with the 'default_manifest' setting."
msgstr ""

#: ../lib/puppet/node/environment.rb:564 ../lib/puppet/pops/loaders.rb:287
msgid "Could not parse for environment %{env}: %{detail}"
msgstr ""

#: ../lib/puppet/parameter.rb:341
msgid "No resource set for %{name}"
msgstr ""

#: ../lib/puppet/parameter.rb:428
msgid "Munging failed for value %{value} in class %{class_name}: %{detail}"
msgstr ""

#: ../lib/puppet/parameter.rb:462
msgid "Validate method failed for class %{class_name}: %{detail}"
msgstr ""

#: ../lib/puppet/parameter/package_options.rb:22
msgid "Expected either a string or hash of options"
msgstr ""

#: ../lib/puppet/parameter/path.rb:27 ../lib/puppet/parameter/path.rb:53
msgid "%{name} only accepts a single path, not an array of paths"
msgstr ""

#: ../lib/puppet/parameter/path.rb:30
msgid "%{name} must be a fully qualified path"
msgstr ""

#: ../lib/puppet/parameter/value_collection.rb:22
msgid "Cannot alias nonexistent value %{value}"
msgstr ""

#. TRANSLATORS ':call' is a property and should not be translated
#: ../lib/puppet/parameter/value_collection.rb:137
msgid "Property option :call is deprecated and no longer used."
msgstr ""

#: ../lib/puppet/parameter/value_collection.rb:138
msgid "Please remove it."
msgstr ""

#: ../lib/puppet/parameter/value_collection.rb:187 ../lib/puppet/type/resources.rb:84
msgid "Invalid value %{value}."
msgstr ""

#: ../lib/puppet/parameter/value_collection.rb:188
msgid "Valid values are %{value_list}."
msgstr ""

#: ../lib/puppet/parameter/value_collection.rb:189
msgid "Valid values match %{pattern}."
msgstr ""

#: ../lib/puppet/parser/ast/leaf.rb:31
msgid "'%{value}' is not a valid hostname"
msgstr ""

#: ../lib/puppet/parser/ast/node.rb:5
msgid "names should be an array"
msgstr ""

#: ../lib/puppet/parser/ast/node.rb:7
msgid "Node inheritance is removed in Puppet 4.0.0. See http://links.puppet.com/puppet-node-inheritance-deprecation"
msgstr ""

#: ../lib/puppet/parser/ast/pops_bridge.rb:176
msgid "Instantiating Resource with type checked parameters - scope is missing, skipping type checking."
msgstr ""

#: ../lib/puppet/parser/ast/resource.rb:9
msgid "Use of Puppet::Parser::AST::Resource is deprecated and not fully functional"
msgstr ""

#: ../lib/puppet/parser/ast/resource_instance.rb:7
msgid "Use of Puppet::Parser::AST::ResourceInstance is deprecated"
msgstr ""

#: ../lib/puppet/parser/ast/resourceparam.rb:7
msgid "Use of Puppet::Parser::AST::ResourceParam is deprecated and not fully functional"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:29
msgid "Compilation has been halted because: %{error}"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:30
msgid "For more information, see https://docs.puppet.com/puppet/latest/reference/environments.html"
msgstr ""

#. TRANSLATORS "stage" is a keyword in Puppet and should not be translated
#: ../lib/puppet/parser/compiler.rb:98 ../lib/puppet/parser/environment_compiler.rb:134
msgid "Only classes can set 'stage'; normal resources like %{resource} cannot change run stage"
msgstr ""

#. TRANSLATORS "Site" is a puppet keyword and should not be translated
#: ../lib/puppet/parser/compiler.rb:125
msgid "Application instances like '%{resource}' can only be contained within a Site"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:155
msgid "For compiling %{node}"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:159
msgid "Compile: Set node parameters"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:161
msgid "Compile: Created settings scope"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:163
msgid "Compile: Evaluated capability mappings"
msgstr ""

#. TRANSLATORS "main" is a function name and should not be translated
#: ../lib/puppet/parser/compiler.rb:166
msgid "Compile: Evaluated main"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:168
msgid "Compile: Evaluated site"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:170
msgid "Compile: Evaluated AST node"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:172
msgid "Compile: Evaluated node classes"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:174
msgid "Compile: Evaluated application instances"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:177
msgid "Compile: Evaluated site capability mappings"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:179
msgid "Compile: Evaluated generators"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:181
msgid "Compile: Validate Catalog pre-finish"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:185
msgid "Compile: Finished catalog"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:187
msgid "Compile: Prune"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:191
msgid "Compile: Validate Catalog final"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:321
msgid "Invalid node mapping in %{app}: Mapping must be a hash"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:324
msgid "Invalid node mapping in %{app}: Key %{k} is not a Node"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:327
msgid "Invalid node mapping in %{app}: Value %{res} is not a resource"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:328
msgid "Application %{app} maps component %{res} to multiple nodes"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:357
msgid "No source for scope passed to evaluate_classes"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:373
msgid "Could not find class %{name} for %{node}"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:475
msgid "Capability mapping error: %{kind} clause references nonexistent %{component_type} %{component_name}"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:501
msgid "Could not find node statement with name 'default' or '%{names}'"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:522
msgid "Evaluated collections"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:537
msgid "Evaluated definitions"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:566
msgid "Iterated (%{count}) on generators"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:577
msgid "Somehow looped more than 1000 times while evaluating host catalog"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:608
msgid "Could not find resource(s) %{resources} for overriding"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:619
msgid "Failed to realize virtual resources %{resources}"
msgstr ""

#. TRANSLATORS "main" is a function name and should not be translated
#: ../lib/puppet/parser/compiler.rb:649
msgid "Couldn't find main"
msgstr ""

#: ../lib/puppet/parser/compiler.rb:721
msgid "For initializing compiler"
msgstr ""

#: ../lib/puppet/parser/compiler/catalog_validator/env_relationship_validator.rb:17
msgid "Capability '%{cap}' referenced by '%{param}' is never exported"
msgstr ""

#: ../lib/puppet/parser/compiler/catalog_validator/env_relationship_validator.rb:56
msgid "'%{value}' is exported by both '%{hash}' and '%{resource}'"
msgstr ""

#: ../lib/puppet/parser/compiler/catalog_validator/relationship_validator.rb:27
msgid "'%{param}' is not a valid relationship to a capability"
msgstr ""

#: ../lib/puppet/parser/compiler/catalog_validator/relationship_validator.rb:36
msgid "Could not find resource '%{res}' in parameter '%{param}'"
msgstr ""

#: ../lib/puppet/parser/compiler/catalog_validator/site_validator.rb:14
msgid "Only application components can appear inside a site - %{res} is not allowed"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:12
msgid "%{detail} in environment %{env}"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:59
msgid "For compiling environment catalog %{env}"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:62
msgid "Env Compile: Created settings scope"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:64
msgid "Env Compile: Evaluated main"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:66
msgid "Env Compile: Evaluated site"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:68
msgid "Env Compile: Evaluated application instances"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:70
msgid "Env Compile: Prune"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:72
msgid "Env Compile: Validate Catalog pre-finish"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:76
msgid "Env Compile: Finished catalog"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:80
msgid "Env Compile: Validate Catalog final"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:156
msgid "Environment Compiler: Could not find a site definition to evaluate"
msgstr ""

#: ../lib/puppet/parser/environment_compiler.rb:162
msgid "Evaluated application %{resource}"
msgstr ""

#: ../lib/puppet/parser/functions.rb:149
msgid "Overwriting previous definition for function %{name}"
msgstr ""

#: ../lib/puppet/parser/functions.rb:155
msgid "Invalid statement type %{type}"
msgstr ""

#: ../lib/puppet/parser/functions.rb:167
msgid "Called %{name}"
msgstr ""

#: ../lib/puppet/parser/functions.rb:170
msgid "%{name}(): Wrong number of arguments given (%{arg_count} for %{arity})"
msgstr ""

#: ../lib/puppet/parser/functions.rb:172
msgid "%{name}(): Wrong number of arguments given (%{arg_count} for minimum %{min_arg_count})"
msgstr ""

#: ../lib/puppet/parser/functions.rb:176
msgid "custom functions must be called with a single array that contains the arguments. For example, function_example([1]) instead of function_example(1)"
msgstr ""

#: ../lib/puppet/parser/functions.rb:274
msgid "%{name}() can only be called using the 4.x function API. See Scope#call_function"
msgstr ""

#: ../lib/puppet/parser/functions/contain.rb:28
msgid "Calling function_contain via the Scope class is deprecated. Use Scope#call_function instead"
msgstr ""

#: ../lib/puppet/parser/functions/create_resources.rb:56
msgid "create_resources(): wrong number of arguments (%{count}; must be 2 or 3)"
msgstr ""

#: ../lib/puppet/parser/functions/create_resources.rb:57
msgid "create_resources(): second argument must be a hash"
msgstr ""

#: ../lib/puppet/parser/functions/create_resources.rb:59
msgid "create_resources(): third argument, if provided, must be a hash"
msgstr ""

#: ../lib/puppet/parser/functions/file.rb:31
msgid "Could not find any files from %{values}"
msgstr ""

#. TRANSLATORS "fully qualified" refers to a fully qualified file system path
#: ../lib/puppet/parser/functions/generate.rb:15
msgid "Generators must be fully qualified"
msgstr ""

#: ../lib/puppet/parser/functions/generate.rb:24
msgid "Generators can only contain alphanumerics, file separators, and dashes"
msgstr ""

#: ../lib/puppet/parser/functions/generate.rb:28
msgid "Can not use generators with '..' in them."
msgstr ""

#: ../lib/puppet/parser/functions/generate.rb:34
msgid "Failed to execute generator %{generator}: %{detail}"
msgstr ""

#. TRANSLATORS "function_include", "Scope", and "Scope#call_function" refer to Puppet internals and should not be translated
#: ../lib/puppet/parser/functions/include.rb:33
msgid "Calling function_include via the Scope class is deprecated. Use Scope#call_function instead"
msgstr ""

#: ../lib/puppet/parser/functions/inline_template.rb:23
msgid "Failed to parse inline template: %{detail}"
msgstr ""

#: ../lib/puppet/parser/functions/require.rb:39
msgid "Calling function_require via the Scope class is deprecated. Use Scope#call_function instead"
msgstr ""

#: ../lib/puppet/parser/functions/template.rb:32
msgid "Failed to parse template %{file}:"
msgstr ""

#: ../lib/puppet/parser/functions/template.rb:33
msgid "  Filepath: %{file_path}"
msgstr ""

#: ../lib/puppet/parser/functions/template.rb:34
msgid "  Line: %{line}"
msgstr ""

#: ../lib/puppet/parser/functions/template.rb:35
msgid "  Detail: %{detail}"
msgstr ""

#: ../lib/puppet/parser/relationship.rb:31
msgid "Invalid relationship type %{relationship_type}"
msgstr ""

#: ../lib/puppet/parser/relationship.rb:40
msgid "Could not find resource '%{source}' for relationship on '%{target}'"
msgstr ""

#: ../lib/puppet/parser/relationship.rb:43
msgid "Could not find resource '%{target}' for relationship from '%{source}'"
msgstr ""

#: ../lib/puppet/parser/resource.rb:61
msgid "Could not find stage %{stage} specified by %{resource}"
msgstr ""

#: ../lib/puppet/parser/resource.rb:71
msgid "Evaluated resource %{res}"
msgstr ""

#: ../lib/puppet/parser/resource.rb:125
msgid "Resources require a hash as last argument"
msgstr ""

#: ../lib/puppet/parser/resource.rb:126
msgid "Resources require a scope"
msgstr ""

#: ../lib/puppet/parser/resource.rb:168
msgid "Only subclasses can override parameters"
msgstr ""

#: ../lib/puppet/parser/resource.rb:174
msgid "Attempt to override an already evaluated resource with new values"
msgstr ""

#: ../lib/puppet/parser/resource.rb:176
msgid "Attempt to override an already evaluated resource, defined at %{error_location}, with new values"
msgstr ""

#: ../lib/puppet/parser/resource.rb:273
msgid "Invalid consume in %{value0}: %{ref} is not a resource"
msgstr ""

#: ../lib/puppet/parser/resource.rb:280
msgid "Resource %{ref} could not be found; it might not have been produced yet"
msgstr ""

#: ../lib/puppet/parser/resource.rb:284
msgid "Invalid consume in %{ref}: %{cap} is not a capability resource"
msgstr ""

#: ../lib/puppet/parser/resource.rb:293
msgid "Resource %{res} tries to consume %{cns} but no 'consumes' mapping exists for %{resource_type} and %{cns_type}"
msgstr ""

#: ../lib/puppet/parser/resource.rb:312
msgid "Attempt to reassign attribute '%{name}' in '%{resource}' caused by multiple consumed mappings to the same attribute"
msgstr ""

#: ../lib/puppet/parser/resource.rb:362
msgid "Parameter '%{name}' is already set on %{resource}; cannot redefine"
msgstr ""

#: ../lib/puppet/parser/resource.rb:365
msgid "Parameter '%{name}' is already set on %{resource} at %{error_location}; cannot redefine"
msgstr ""

#: ../lib/puppet/parser/resource.rb:370
msgid "Parameter '%{name}' is already set on %{resource} by %{source}; cannot redefine"
msgstr ""

#: ../lib/puppet/parser/resource.rb:373
msgid "Parameter '%{name}' is already set on %{resource} by %{source} at %{error_location}; cannot redefine"
msgstr ""

#: ../lib/puppet/parser/resource.rb:412
msgid "Duplicate parameter '%{param}' for on %{resource}"
msgstr ""

#: ../lib/puppet/parser/scope.rb:159
msgid "Numerical variables cannot be changed. Attempt to set $%{name}"
msgstr ""

#: ../lib/puppet/parser/scope.rb:164
msgid "Numerical variables cannot be deleted: Attempt to delete: $%{name}"
msgstr ""

#: ../lib/puppet/parser/scope.rb:218
msgid "%{callee}: expects a value for parameter $%{to}"
msgstr ""

#: ../lib/puppet/parser/scope.rb:219
msgid "%{callee}: default expression for $%{from} tries to illegally access not yet evaluated $%{to}"
msgstr ""

#: ../lib/puppet/parser/scope.rb:238
msgid "Attempt to assign variable %{name} when evaluating parameters"
msgstr ""

#: ../lib/puppet/parser/scope.rb:381
msgid "you must pass a compiler instance to a new scope object"
msgstr ""

#: ../lib/puppet/parser/scope.rb:496
msgid "Scope variable name %{name} is a %{klass}, not a string"
msgstr ""

#: ../lib/puppet/parser/scope.rb:537
msgid "Variable: %{name}"
msgstr ""

#: ../lib/puppet/parser/scope.rb:538 ../lib/puppet/parser/scope.rb:540
msgid "Undefined variable '%{name}'; %{reason}"
msgstr ""

#: ../lib/puppet/parser/scope.rb:657
msgid "class %{classname} could not be found"
msgstr ""

#: ../lib/puppet/parser/scope.rb:658
msgid "class %{classname} has not been evaluated"
msgstr ""

#: ../lib/puppet/parser/scope.rb:703
msgid "Default already defined for %{type} { %{param} }; cannot redefine"
msgstr ""

#: ../lib/puppet/parser/scope.rb:763
msgid "Cannot assign to a numeric match result variable '$%{name}'"
msgstr ""

#: ../lib/puppet/parser/scope.rb:766
msgid "Scope variable name %{name} is a %{class_type}, not a string"
msgstr ""

#: ../lib/puppet/parser/scope.rb:771 ../lib/puppet/parser/scope.rb:776
msgid "Attempt to assign to a reserved variable name: '%{name}'"
msgstr ""

#: ../lib/puppet/parser/scope.rb:781
msgid "Cannot reassign variable '$%{name}'"
msgstr ""

#: ../lib/puppet/parser/scope.rb:835
msgid "Unsupported data type: '%{klass}'"
msgstr ""

#: ../lib/puppet/parser/scope.rb:1011
msgid "Invalid regex match data. Got a %{klass}"
msgstr ""

#: ../lib/puppet/parser/scope.rb:1019
msgid "Scope#find_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
msgstr ""

#: ../lib/puppet/parser/scope.rb:1024
msgid "Scope#find_builtin_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
msgstr ""

#: ../lib/puppet/parser/scope.rb:1029
msgid "Scope#find_defined_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
msgstr ""

#: ../lib/puppet/parser/scope.rb:1043
msgid "Function %{name} not defined despite being loaded!"
msgstr ""

#: ../lib/puppet/parser/scope.rb:1050
msgid "Scope#resolve_type_and_title() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
msgstr ""

#: ../lib/puppet/parser/scope.rb:1070
msgid "Cannot use undef as a class name"
msgstr ""

#: ../lib/puppet/parser/scope.rb:1072
msgid "Cannot use empty string as a class name"
msgstr ""

#. TRANSLATORS "Class" and "Type" are Puppet keywords and should not be translated
#: ../lib/puppet/parser/scope.rb:1081
msgid "Cannot use an unspecific Class[] Type"
msgstr ""

#. TRANSLATORS "Resource" is a class name and should not be translated
#: ../lib/puppet/parser/scope.rb:1108
msgid "Cannot use an unspecific Resource[] where a Resource['class', name] is expected"
msgstr ""

#. TRANSLATORS "Resource" is a class name and should not be translated
#: ../lib/puppet/parser/scope.rb:1112
msgid "Cannot use a Resource[%{type_name}] where a Resource['class', name] is expected"
msgstr ""

#. TRANSLATORS "Resource" is a class name and should not be translated
#: ../lib/puppet/parser/scope.rb:1116
msgid "Cannot use an unspecific Resource['class'] where a Resource['class', name] is expected"
msgstr ""

#. TRANSLATORS "main" is a function name and should not be translated
#: ../lib/puppet/parser/script_compiler.rb:45
msgid "Script: Evaluated main"
msgstr ""

#: ../lib/puppet/parser/script_compiler.rb:107
msgid "having multiple named scopes is not supported when scripting"
msgstr ""

#: ../lib/puppet/parser/templatewrapper.rb:65
msgid "Could not find template '%{filename}'"
msgstr ""

#: ../lib/puppet/parser/templatewrapper.rb:82
msgid "Bound template variables for %{template_source} in %%{seconds} seconds"
msgstr ""

#: ../lib/puppet/parser/templatewrapper.rb:90
msgid "Interpolated template %{template_source} in %%{seconds} seconds"
msgstr ""

#: ../lib/puppet/parser/type_loader.rb:101
msgid "No file(s) found for import of '%{pattern}'"
msgstr ""

#: ../lib/puppet/pops/evaluator/access_operator.rb:288
msgid "Cannot use %{key} where %{expected} is expected"
msgstr ""

#. TRANSLATORS 'CollectExpression' is a class name and should not be translated
#: ../lib/puppet/pops/evaluator/collector_transformer.rb:14
msgid "Expected CollectExpression"
msgstr ""

#: ../lib/puppet/pops/evaluator/collector_transformer.rb:105
msgid "Cannot transform a number to a tag"
msgstr ""

#: ../lib/puppet/pops/evaluator/collector_transformer.rb:168 ../lib/puppet/pops/evaluator/collector_transformer.rb:230
msgid "Cannot transform object of class %{klass}"
msgstr ""

#: ../lib/puppet/pops/evaluator/collectors/abstract_collector.rb:30
msgid "Exported resource try to override without parameters"
msgstr ""

#: ../lib/puppet/pops/evaluator/collectors/exported_collector.rb:50
msgid "A duplicate resource was found while collecting exported resources, with the type and title %{title}"
msgstr ""

#: ../lib/puppet/pops/evaluator/compare_operator.rb:50
msgid "A String is not comparable to a non String"
msgstr ""

#: ../lib/puppet/pops/evaluator/compare_operator.rb:63
msgid "A Numeric is not comparable to non Numeric"
msgstr ""

#: ../lib/puppet/pops/evaluator/compare_operator.rb:91
msgid "Symbol not comparable to non Symbol"
msgstr ""

#: ../lib/puppet/pops/evaluator/compare_operator.rb:96
msgid "Timespans are only comparable to Timespans, Integers, and Floats"
msgstr ""

#: ../lib/puppet/pops/evaluator/compare_operator.rb:101
msgid "Timestamps are only comparable to Timestamps, Integers, and Floats"
msgstr ""

#: ../lib/puppet/pops/evaluator/compare_operator.rb:106
msgid "Versions not comparable to non Versions"
msgstr ""

#: ../lib/puppet/pops/evaluator/compare_operator.rb:111
msgid "Only Strings, Numbers, Timespans, Timestamps, and Versions are comparable"
msgstr ""

#. TRANSLATORS 'inline_epp()' is a method name and 'epp' refers to 'Embedded Puppet (EPP) template' and should not be translated
#: ../lib/puppet/pops/evaluator/epp_evaluator.rb:8
msgid "inline_epp(): the first argument must be a String with the epp source text, got a %{class_name}"
msgstr ""

#. TRANSLATORS 'inline_epp()' is a method name and 'EPP' refers to 'Embedded Puppet (EPP) template' and should not be translated
#: ../lib/puppet/pops/evaluator/epp_evaluator.rb:18
msgid "inline_epp(): Invalid EPP: %{detail}"
msgstr ""

#. TRANSLATORS 'epp()' is a method name and should not be translated
#: ../lib/puppet/pops/evaluator/epp_evaluator.rb:28
msgid "epp(): the first argument must be a String with the filename, got a %{class_name}"
msgstr ""

#: ../lib/puppet/pops/evaluator/epp_evaluator.rb:40
msgid "Could not find template '%{file}'"
msgstr ""

#. TRANSLATORS 'epp()' is a method name and 'EPP' refers to 'Embedded Puppet (EPP) template' and should not be translated
#: ../lib/puppet/pops/evaluator/epp_evaluator.rb:49
msgid "epp(): Invalid EPP: %{detail}"
msgstr ""

#. TRANSLATORS 'LambdaExpression' is a class name and should not be translated
#: ../lib/puppet/pops/evaluator/epp_evaluator.rb:64
msgid "%{function_name}(): the parser did not produce a LambdaExpression, got '%{class_name}'"
msgstr ""

#. TRANSLATORS 'EppExpression' is a class name and should not be translated
#: ../lib/puppet/pops/evaluator/epp_evaluator.rb:69
msgid "%{function_name}(): the parser did not produce an EppExpression, got '%{class_name}'"
msgstr ""

#. TRANSLATORS 'EPP' refers to 'Embedded Puppet (EPP) template'
#: ../lib/puppet/pops/evaluator/epp_evaluator.rb:74
msgid "%{function_name}(): The EPP template contains illegal expressions (definitions)"
msgstr ""

#. TRANSLATORS 'template_args' is a variable name and should not be translated
#: ../lib/puppet/pops/evaluator/epp_evaluator.rb:114
msgid "%{function_name}(): the template_args must be a Hash, got a %{class_name}"
msgstr ""

#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:245
msgid "multi var assignment from class"
msgstr ""

#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:742
msgid "break() from context where this is illegal"
msgstr ""

#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1206
msgid "Can only append Array or Hash to a Hash"
msgstr ""

#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1210
msgid "An URI can only be merged with an URI or String"
msgstr ""

#: ../lib/puppet/pops/evaluator/evaluator_impl.rb:1243
msgid "Can only delete from an Array or Hash."
msgstr ""

#: ../lib/puppet/pops/evaluator/external_syntax_support.rb:22 ../lib/puppet/pops/evaluator/runtime3_support.rb:23 ../lib/puppet/pops/evaluator/runtime3_support.rb:528
msgid "Internal Error: Configuration of runtime error handling wrong: should have raised exception"
msgstr ""

#: ../lib/puppet/pops/evaluator/runtime3_converter.rb:102
msgid "Use of an Iterator is not supported here"
msgstr ""

#. TRANSLATORS 'PClassType' and 'PResourceType' are Puppet types and should not be translated
#: ../lib/puppet/pops/evaluator/runtime3_converter.rb:147
msgid "Cannot split the type %{class_name}, it represents neither a PClassType, nor a PResourceType."
msgstr ""

#: ../lib/puppet/pops/evaluator/runtime3_resource_support.rb:31
msgid "Unknown resource type: '%{type}'"
msgstr ""

#: ../lib/puppet/pops/evaluator/runtime3_support.rb:153
msgid "Internal error - attempt to create a local scope without a hash"
msgstr ""

#: ../lib/puppet/pops/evaluator/runtime3_support.rb:291
msgid "Unknown function '%{name}'"
msgstr ""

#: ../lib/puppet/pops/functions/dispatch.rb:83
msgid "Unknown injection %{injection_name}"
msgstr ""

#: ../lib/puppet/pops/functions/function.rb:112
msgid "Function %{class_name}(): cannot call function '%{function_name}' - no loader specified"
msgstr ""

#: ../lib/puppet/pops/functions/function.rb:128
msgid "Function %{class_name}(): Unknown function: '%{function_name}'"
msgstr ""

#: ../lib/puppet/pops/issue_reporter.rb:72
msgid "Language validation logged %{error_count} errors, and %{warning_count} warnings. Giving up"
msgstr ""

#: ../lib/puppet/pops/issue_reporter.rb:75
msgid "Language validation logged %{error_count} errors. Giving up"
msgstr ""

#: ../lib/puppet/pops/issues.rb:53
msgid "Error while reporting issue: %{code}. %{message}"
msgstr ""

#. TRANSLATORS ":label" is a keyword and should not be translated
#: ../lib/puppet/pops/issues.rb:94
msgid "Label provider key :label must be set to produce the text of the message!"
msgstr ""

#. TRANSLATORS ":semantic" is a keyword and should not be translated
#: ../lib/puppet/pops/issues.rb:102
msgid "Label provider key :semantic must be set to produce the text of the message!"
msgstr ""

#: ../lib/puppet/pops/issues.rb:147
msgid "%{issue} may not have a name containing a hyphen. The name '%{name}' is not legal"
msgstr ""

#: ../lib/puppet/pops/issues.rb:157
msgid "A variable name may not contain a hyphen. The name '%{name}' is not legal"
msgstr ""

#: ../lib/puppet/pops/issues.rb:165
msgid "Classes, definitions, and nodes may only appear at toplevel or inside other classes"
msgstr ""

#: ../lib/puppet/pops/issues.rb:169
msgid "%{value} may only appear at toplevel"
msgstr ""

#: ../lib/puppet/pops/issues.rb:173
msgid "Illegal attempt to assign to '%{name}'. Cannot assign to variables in other namespaces"
msgstr ""

#: ../lib/puppet/pops/issues.rb:178
msgid "Illegal attempt to assign to '%{value}'. Not an assignable reference"
msgstr ""

#: ../lib/puppet/pops/issues.rb:184
msgid "Cannot reassign built in (or already assigned) variable '$%{var}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:186
msgid "Cannot reassign variable '$%{var}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:192
msgid "Attempt to assign to a reserved variable name: '$%{var}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:197
msgid "Illegal attempt to assign to the numeric match result variable '$%{var}'. Numeric variables are not assignable"
msgstr ""

#: ../lib/puppet/pops/issues.rb:202
msgid "Assignment not allowed here"
msgstr ""

#: ../lib/puppet/pops/issues.rb:207
msgid "The numeric parameter name '$%{name}' cannot be used (clashes with numeric match result variables)"
msgstr ""

#: ../lib/puppet/pops/issues.rb:215
msgid "Illegal attempt to assign via [index/key]. Not an assignable reference"
msgstr ""

#: ../lib/puppet/pops/issues.rb:222
msgid "Illegal attempt to assign to %{value} via [index/key]. Not an assignable reference"
msgstr ""

#: ../lib/puppet/pops/issues.rb:226
msgid "Mismatched number of assignable entries and values, expected %{expected}, got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:230
msgid "No value for required key '%{key}' in assignment to variables from hash"
msgstr ""

#: ../lib/puppet/pops/issues.rb:234
msgid "No value for required variable '$%{name}' in assignment to variables from class reference"
msgstr ""

#: ../lib/puppet/pops/issues.rb:238
msgid "The operator '%{operator}' is no longer supported. See http://links.puppet.com/remove-plus-equals"
msgstr ""

#: ../lib/puppet/pops/issues.rb:244
msgid "The operator '%{operator}' is not supported."
msgstr ""

#: ../lib/puppet/pops/issues.rb:251
msgid "The operator '%{operator}' in %{value} is not supported."
msgstr ""

#: ../lib/puppet/pops/issues.rb:257
msgid "Operator '%{operator}' is not applicable to %{left}."
msgstr ""

#: ../lib/puppet/pops/issues.rb:261
msgid "Operator '%{operator}' is not applicable to %{left} when right side is %{right}."
msgstr ""

#: ../lib/puppet/pops/issues.rb:265
msgid "Comparison of: %{left} %{operator} %{right}, is not possible. Caused by '%{detail}'."
msgstr ""

#: ../lib/puppet/pops/issues.rb:269
msgid "Can not convert right match operand to a regular expression. Caused by '%{detail}'."
msgstr ""

#: ../lib/puppet/pops/issues.rb:273
msgid "Left match operand must result in a String value. Got %{left}."
msgstr ""

#: ../lib/puppet/pops/issues.rb:280
msgid "Invalid use of expression. %{value} does not produce a value"
msgstr ""

#: ../lib/puppet/pops/issues.rb:286
msgid "Illegal +> operation on attribute %{attr}. This operator can not be used in %{expression}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:290
msgid "Illegal name. The given name '%{name}' does not conform to the naming rule /^((::)?[a-z_]\\w*)(::[a-z]\\w*)*$/"
msgstr ""

#: ../lib/puppet/pops/issues.rb:294
msgid "Illegal type mapping. Expected a Type on the left side, got %{expression}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:298
msgid "Illegal type mapping. Expected a Tuple[Regexp,String] on the left side, got %{expression}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:302
msgid "Illegal parameter name. The given name '%{name}' does not conform to the naming rule /^[a-z_]\\w*$/"
msgstr ""

#: ../lib/puppet/pops/issues.rb:306
msgid "Illegal variable name, The given name '%{name}' does not conform to the naming rule /^((::)?[a-z]\\w*)*((::)?[a-z_]\\w*)$/"
msgstr ""

#: ../lib/puppet/pops/issues.rb:310
msgid "Illegal numeric variable name, The given name '%{name}' must be a decimal value if it starts with a digit 0-9"
msgstr ""

#: ../lib/puppet/pops/issues.rb:316
msgid "Illegal type reference. The given name '%{name}' does not conform to the naming rule"
msgstr ""

#: ../lib/puppet/pops/issues.rb:324
msgid "You cannot collect exported resources without storeconfigs being set; the collection will be ignored"
msgstr ""

#: ../lib/puppet/pops/issues.rb:332
msgid "You cannot collect exported resources without storeconfigs being set; the export is ignored"
msgstr ""

#: ../lib/puppet/pops/issues.rb:338
msgid "The hostname '%{hostname}' contains illegal characters (only letters, digits, '_', '-', and '.' are allowed)"
msgstr ""

#: ../lib/puppet/pops/issues.rb:344
msgid "An interpolated expression is not allowed in a hostname of a node"
msgstr ""

#: ../lib/puppet/pops/issues.rb:351
msgid "Illegal expression. %{expression} is unacceptable as %{feature} in %{container}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:357
msgid "Illegal variable expression. %{expression} did not produce a variable name (String or Numeric)."
msgstr ""

#: ../lib/puppet/pops/issues.rb:364
msgid "Illegal query expression. %{expression} cannot be used in a query"
msgstr ""

#: ../lib/puppet/pops/issues.rb:370
msgid "Resource Defaults are not virtualizable"
msgstr ""

#: ../lib/puppet/pops/issues.rb:374
msgid "Classes are not virtualizable"
msgstr ""

#: ../lib/puppet/pops/issues.rb:381
msgid "Attempt to use unsupported range in %{expression}, %{count} values given for max 1"
msgstr ""

#: ../lib/puppet/pops/issues.rb:387
msgid "Expressions of type %{expression} are not supported in this version of Puppet"
msgstr ""

#: ../lib/puppet/pops/issues.rb:391
msgid "Illegal relationship operand, can not form a relationship with %{expression}. A Catalog type is required."
msgstr ""

#: ../lib/puppet/pops/issues.rb:395
msgid "Illegal relationship operand, can not form a relationship with something of type %{expression_type}. A Catalog type is required."
msgstr ""

#: ../lib/puppet/pops/issues.rb:399
msgid "String supports [] with one or two arguments. Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:403
msgid "String-Type [] requires all arguments to be integers (or default). Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:407
msgid "Array supports [] with one or two arguments. Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:411
msgid "Hash supports [] with one or more arguments. Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:415
msgid "Integer-Type supports [] with one or two arguments (from, to). Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:419
msgid "Integer-Type [] requires all arguments to be integers (or default). Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:423
msgid "A Type's size constraint arguments must be a single Integer type, or 1-2 integers (or default). Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:427
msgid "Float-Type supports [] with one or two arguments (from, to). Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:431
msgid "Float-Type [] requires all arguments to be floats, or integers (or default). Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:436
msgid "one of %{expected} are"
msgstr ""

#: ../lib/puppet/pops/issues.rb:438
msgid "%{expected} is"
msgstr ""

#: ../lib/puppet/pops/issues.rb:440
msgid "%{expression}[] cannot use %{actual} where %{expected_text} expected"
msgstr ""

#: ../lib/puppet/pops/issues.rb:444
msgid "A substring operation does not accept %{label_article} %{actual_type} as a character index. Expected an Integer"
msgstr ""

#: ../lib/puppet/pops/issues.rb:448
msgid "%{expression}[] argument must be a Type or a String. Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:452
msgid "%{base_type}[] arguments must be types. Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:458
msgid "%{base_type_label}[] accepts %{min} or more arguments. Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:460
msgid "%{base_type_label}[] accepts %{min} to %{max} arguments. Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:462
msgid "%{base_type_label}[] accepts %{min} %{label}. Got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:462
msgid "argument"
msgstr ""

#: ../lib/puppet/pops/issues.rb:467
msgid "Error creating type specialization of %{base_type}, %{message}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:471
msgid "Cannot specialize an already specialized %{kind} type"
msgstr ""

#: ../lib/puppet/pops/issues.rb:475
msgid "First argument to Resource[] must be a resource type or a String. Got %{actual}."
msgstr ""

#: ../lib/puppet/pops/issues.rb:479
msgid "Arguments to Resource[] are all empty/undefined"
msgstr ""

#: ../lib/puppet/pops/issues.rb:483
msgid "Illegal Class name in class reference. %{expression} cannot be used where a String is expected"
msgstr ""

#: ../lib/puppet/pops/issues.rb:487
msgid "Unacceptable name. The name '%{name}' is unacceptable as the name of %{value}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:491
msgid "Parameter $%{param} is not last, and has 'captures rest'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:495
msgid "Parameter $%{param} has 'captures rest' - not supported in %{container}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:499
msgid "Parameter $%{param} is required but appears after optional parameters"
msgstr ""

#: ../lib/puppet/pops/issues.rb:503
msgid "Parameter $%{param} is required but no value was given"
msgstr ""

#: ../lib/puppet/pops/issues.rb:507
msgid "The value '%{value}' cannot be converted to Numeric."
msgstr ""

#: ../lib/puppet/pops/issues.rb:511
msgid "The string '%{before}' was automatically coerced to the numerical value %{after}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:515
msgid "Unknown function: '%{name}'."
msgstr ""

#: ../lib/puppet/pops/issues.rb:519
msgid "Unknown variable: '%{name}'."
msgstr ""

#: ../lib/puppet/pops/issues.rb:523
msgid "Error while evaluating %{expression}, %{detail}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:527
msgid "Resource type not found: %{res_type}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:531
msgid "Illegal Resource Type expression, expected result to be a type name, or untitled Resource, got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:535
msgid "The title '%{title}' has already been used in this resource expression"
msgstr ""

#: ../lib/puppet/pops/issues.rb:539
msgid "The attribute '%{attribute}' has already been set"
msgstr ""

#: ../lib/puppet/pops/issues.rb:543
msgid "Missing title. The title expression resulted in undef"
msgstr ""

#: ../lib/puppet/pops/issues.rb:547
msgid "Missing title at index %{index}. The title expression resulted in an undef title"
msgstr ""

#: ../lib/puppet/pops/issues.rb:551
msgid "Illegal title type at index %{index}. Expected String, got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:555
msgid "Empty string title at %{index}. Title strings must have a length greater than zero."
msgstr ""

#: ../lib/puppet/pops/issues.rb:559
msgid "Resource not found: %{type_name}['%{title}']"
msgstr ""

#: ../lib/puppet/pops/issues.rb:563
msgid "The resource %{type_name}['%{title}'] does not have a parameter called '%{param}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:567
msgid "Division by 0"
msgstr ""

#: ../lib/puppet/pops/issues.rb:571
msgid "The result of the %{operator} expression is Infinity"
msgstr ""

#: ../lib/puppet/pops/issues.rb:576
msgid "Heredoc syntax specification has empty segment between '+' : '%{syntax}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:580
msgid "Ambiguous EPP parameter expression. Probably missing '<%-' before parameters to remove leading whitespace"
msgstr ""

#. TRANSLATORS "import" is a function name and should not be translated
#: ../lib/puppet/pops/issues.rb:585
msgid "Use of 'import' has been discontinued in favor of a manifest directory. See http://links.puppet.com/puppet-import-deprecation"
msgstr ""

#: ../lib/puppet/pops/issues.rb:589
msgid "This %{expression} has no effect. A value was produced and then forgotten (one or more preceding expressions may have the wrong form)"
msgstr ""

#: ../lib/puppet/pops/issues.rb:593
msgid "This expression is invalid. Did you try declaring a '%{name}' resource without a title?"
msgstr ""

#: ../lib/puppet/pops/issues.rb:597
msgid "This %{expression} has no effect. %{container} can not end with a value-producing expression without other effect"
msgstr ""

#: ../lib/puppet/pops/issues.rb:601
msgid "Use of reserved word: %{word}, must be quoted if intended to be a String value"
msgstr ""

#: ../lib/puppet/pops/issues.rb:605
msgid "Use of future reserved word: '%{word}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:609
msgid "The name: '%{name}' is already defined by Puppet and can not be used as the name of %{expression}."
msgstr ""

#: ../lib/puppet/pops/issues.rb:613
msgid "No matching entry for selector parameter with value '%{param}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:617
msgid "Node inheritance is not supported in Puppet >= 4.0.0. See http://links.puppet.com/puppet-node-inheritance-deprecation"
msgstr ""

#: ../lib/puppet/pops/issues.rb:621
msgid "Resource Override can only operate on resources, got: %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:625
msgid "The parameter '%{param}' is declared more than once in the parameter list"
msgstr ""

#: ../lib/puppet/pops/issues.rb:629
msgid "The key '%{key}' is declared more than once"
msgstr ""

#: ../lib/puppet/pops/issues.rb:633
msgid "This %{container} already has a 'default' entry - this is a duplicate"
msgstr ""

#: ../lib/puppet/pops/issues.rb:637
msgid "The parameter $%{param} redefines a built in parameter in %{container}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:641
msgid "Expected value of type %{expected}, got %{actual}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:645
msgid "Unfolding of attributes from Hash can only be used once per resource body"
msgstr ""

#: ../lib/puppet/pops/issues.rb:649
msgid "This %{expression} appears in a context where catalog related expressions are not allowed"
msgstr ""

#: ../lib/puppet/pops/issues.rb:653
msgid "Syntax error at %{location}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:657
msgid "Illegal class reference"
msgstr ""

#: ../lib/puppet/pops/issues.rb:661
msgid "Illegal fully qualified class reference"
msgstr ""

#: ../lib/puppet/pops/issues.rb:665
msgid "Illegal fully qualified name"
msgstr ""

#: ../lib/puppet/pops/issues.rb:669
msgid "Illegal name or bare word"
msgstr ""

#: ../lib/puppet/pops/issues.rb:673
msgid "Illegal number '%{value}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:677
msgid "Unicode escape '\\u' was not followed by 4 hex digits or 1-6 hex digits in {} or was > 10ffff"
msgstr ""

#: ../lib/puppet/pops/issues.rb:681
msgid "Not a valid hex number %{value}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:685
msgid "Not a valid octal number %{value}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:689
msgid "Not a valid decimal number %{value}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:693
msgid "Internal Error: No string or file given to lexer to process."
msgstr ""

#: ../lib/puppet/pops/issues.rb:697
msgid "Unrecognized escape sequence '\\%{ch}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:701
msgid "Unclosed quote after %{after} followed by '%{followed_by}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:705
msgid "Unclosed multiline comment"
msgstr ""

#: ../lib/puppet/pops/issues.rb:709
msgid "Internal error: %{error}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:713
msgid "Unbalanced epp tag, reached <eof> without closing tag."
msgstr ""

#: ../lib/puppet/pops/issues.rb:717
msgid "Reaching end after opening <%# without seeing %>"
msgstr ""

#: ../lib/puppet/pops/issues.rb:721
msgid "Unbalanced embedded expression - opening <% and reaching end of input"
msgstr ""

#: ../lib/puppet/pops/issues.rb:725
msgid "Unclosed parenthesis after '@(' followed by '%{followed_by}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:729
msgid "Heredoc without end-tagged line"
msgstr ""

#: ../lib/puppet/pops/issues.rb:733
msgid "Invalid heredoc escape char. Only t, r, n, s,  u, L, $ allowed. Got '%{actual}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:737
msgid "Invalid syntax in heredoc expected @(endtag[:syntax][/escapes])"
msgstr ""

#: ../lib/puppet/pops/issues.rb:741
msgid "Heredoc without any following lines of text"
msgstr ""

#: ../lib/puppet/pops/issues.rb:745
msgid "An escape char for @() may only appear once. Got '%{escapes}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:749
msgid "Illegal %{format} Byte Order mark at beginning of input: %{bom} - remove these from the puppet source"
msgstr ""

#: ../lib/puppet/pops/issues.rb:753
msgid "No such file or directory: %{file}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:757
msgid "%{file} is not a file"
msgstr ""

#: ../lib/puppet/pops/issues.rb:762
msgid "%{expression} resulted in a value outside of Puppet Integer max range, got '%{value}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:764
msgid "%{expression} resulted in a value outside of Puppet Integer min range, got '%{value}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:769
msgid "This runtime does not support hiera.yaml version %{version}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:773
msgid "hiera.yaml version 3 cannot be used in %{location}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:777
msgid "hiera.yaml version 4 cannot be used in the global layer"
msgstr ""

#: ../lib/puppet/pops/issues.rb:781
msgid "Undefined variable '%{name}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:785
msgid "Backend '%{name}' is defined more than once."
msgstr ""

#: ../lib/puppet/pops/issues.rb:788 ../lib/puppet/pops/issues.rb:801
msgid "First defined at %{error_location}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:794
msgid "No data provider is registered for backend '%{name}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:798
msgid "Hierarchy name '%{name}' defined more than once."
msgstr ""

#: ../lib/puppet/pops/issues.rb:807
msgid "'hiera3_backend' is only allowed in the global layer"
msgstr ""

#: ../lib/puppet/pops/issues.rb:811
msgid "'default_hierarchy' is only allowed in the module layer"
msgstr ""

#: ../lib/puppet/pops/issues.rb:815
msgid "Use \"data_hash: %{function_name}_data\" instead of \"hiera3_backend: %{function_name}\""
msgstr ""

#: ../lib/puppet/pops/issues.rb:819
msgid "One of %{keys} must be defined in hierarchy '%{name}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:823 ../lib/puppet/pops/issues.rb:831
msgid "Only one of %{keys} can be defined in hierarchy '%{name}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:827
msgid "Only one of %{keys} can be defined in defaults"
msgstr ""

#: ../lib/puppet/pops/issues.rb:835
msgid "Option key '%{key}' used in hierarchy '%{name}' is reserved by Puppet"
msgstr ""

#: ../lib/puppet/pops/issues.rb:839
msgid "Option key '%{key}' used in defaults is reserved by Puppet"
msgstr ""

#: ../lib/puppet/pops/issues.rb:843
msgid "Unable to find '%{function_type}' function named '%{function_name}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:847
msgid "'alias' interpolation is only permitted if the expression is equal to the entire string"
msgstr ""

#: ../lib/puppet/pops/issues.rb:851
msgid "Unknown interpolation method '%{name}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:855
msgid "Interpolation using method syntax is not allowed in this context"
msgstr ""

#: ../lib/puppet/pops/issues.rb:859
msgid "Endless recursion detected when attempting to serialize value of class %{type_name}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:863
msgid "%{path} contains the special value default. It will be converted to the String 'default'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:867
msgid "%{path} contains %{klass} value. It will be converted to the String '%{value}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:871
msgid "%{path} contains a hash with %{klass} key. It will be converted to the String '%{value}'"
msgstr ""

#: ../lib/puppet/pops/issues.rb:875
msgid "The feature '%{feature}' is only available when compiling a catalog"
msgstr ""

#: ../lib/puppet/pops/issues.rb:879
msgid "The catalog operation '%{operation}' is only available when compiling a catalog"
msgstr ""

#: ../lib/puppet/pops/issues.rb:883
msgid "The task operation '%{operation}' is not available when compiling a catalog"
msgstr ""

#: ../lib/puppet/pops/issues.rb:887
msgid "The 'bolt' library is required to %{action}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:891
msgid "Task not found: %{type_name}"
msgstr ""

#: ../lib/puppet/pops/issues.rb:895
msgid "Failed to load: %{type_name}"
msgstr ""

#: ../lib/puppet/pops/label_provider.rb:76
msgid "<%{string}> does not appear to contain a word"
msgstr ""

#: ../lib/puppet/pops/loader/base_loader.rb:122
msgid "Originally set %{original}."
msgstr ""

#: ../lib/puppet/pops/loader/base_loader.rb:122
msgid "Set at unknown location"
msgstr ""

#: ../lib/puppet/pops/loader/base_loader.rb:123
msgid "Attempt to redefine entity '%{name}'. %{origin_info}"
msgstr ""

#: ../lib/puppet/pops/loader/gem_support.rb:30
msgid "Gem not found %{uri}"
msgstr ""

#: ../lib/puppet/pops/loader/gem_support.rb:45
msgid "Gem not found '%{gem_name}'"
msgstr ""

#. TRANSLATORS 'loadables' is a variable containing loadable modules and should not be translated
#: ../lib/puppet/pops/loader/module_loaders.rb:120
msgid "given loadables are not of supported loadable kind"
msgstr ""

#. TRANSLATORS 'TypeSet' should not be translated
#: ../lib/puppet/pops/loader/module_loaders.rb:223
msgid "The code loaded from %{origin} does not define the TypeSet '%{module_name}'"
msgstr ""

#: ../lib/puppet/pops/loader/puppet_function_instantiator.rb:25
msgid "The code loaded from %{source_ref} does not define the function '%{func_name}' - it is empty."
msgstr ""

#: ../lib/puppet/pops/loader/puppet_function_instantiator.rb:29
msgid "The code loaded from %{source_ref} must contain only the function '%{type_name}' - it has additional definitions."
msgstr ""

#: ../lib/puppet/pops/loader/puppet_function_instantiator.rb:34
msgid "The code loaded from %{source_ref} does not define the function '%{type_name}' - no function found."
msgstr ""

#: ../lib/puppet/pops/loader/puppet_function_instantiator.rb:39
msgid "The code loaded from %{source_ref} produced function with the wrong name, expected %{expected}, actual %{actual}"
msgstr ""

#: ../lib/puppet/pops/loader/puppet_function_instantiator.rb:42
msgid "The code loaded from %{source} contains additional logic - can only contain the function %{name}"
msgstr ""

#: ../lib/puppet/pops/loader/puppet_plan_instantiator.rb:25
msgid "The code loaded from %{source_ref} does not define the plan '%{plan_name}' - it is empty."
msgstr ""

#: ../lib/puppet/pops/loader/puppet_plan_instantiator.rb:29
msgid "The code loaded from %{source_ref} must contain only the plan '%{plan_name}' - it has additional definitions."
msgstr ""

#: ../lib/puppet/pops/loader/puppet_plan_instantiator.rb:34
msgid "The code loaded from %{source_ref} does not define the plan '%{plan_name}' - no plan found."
msgstr ""

#: ../lib/puppet/pops/loader/puppet_plan_instantiator.rb:39
msgid "The code loaded from %{source_ref} produced plan with the wrong name, expected %{expected}, actual %{actual}"
msgstr ""

#: ../lib/puppet/pops/loader/puppet_plan_instantiator.rb:42
msgid "The code loaded from %{source} contains additional logic - can only contain the plan %{plan_name}"
msgstr ""

#: ../lib/puppet/pops/loader/puppet_resource_type_impl_instantiator.rb:33
msgid "The code loaded from %{source_ref} does not create the resource type '%{type_name}' - it is empty"
msgstr ""

#: ../lib/puppet/pops/loader/puppet_resource_type_impl_instantiator.rb:49
msgid "The code loaded from %{source_ref} does not create the resource type '%{type_name}' - no call to %{rname}.new found."
msgstr ""

#: ../lib/puppet/pops/loader/puppet_resource_type_impl_instantiator.rb:53
msgid "The code loaded from %{source_ref} must contain only the creation of resource type '%{type_name}' - it has additional logic."
msgstr ""

#: ../lib/puppet/pops/loader/puppet_resource_type_impl_instantiator.rb:61
msgid "The code loaded from %{source_ref} does not define the resource type '%{type_name}' - got '%{got}'."
msgstr ""

#: ../lib/puppet/pops/loader/puppet_resource_type_impl_instantiator.rb:67
msgid "The code loaded from %{source_ref} produced resource type with the wrong name, expected '%{expected}', actual '%{actual}'"
msgstr ""

#: ../lib/puppet/pops/loader/ruby_data_type_instantiator.rb:17
msgid "The code loaded from %{source_ref} does not seem to be a Puppet 5x API data type - no create_type call."
msgstr ""

#: ../lib/puppet/pops/loader/ruby_data_type_instantiator.rb:24
msgid "The code loaded from %{source_ref} did not produce a data type when evaluated. Got '%{klass}'"
msgstr ""

#: ../lib/puppet/pops/loader/ruby_data_type_instantiator.rb:27 ../lib/puppet/pops/loader/ruby_function_instantiator.rb:27
msgid "The code loaded from %{source_ref} produced mis-matched name, expected '%{type_name}', got %{created_name}"
msgstr ""

#: ../lib/puppet/pops/loader/ruby_function_instantiator.rb:17
msgid "The code loaded from %{source_ref} does not seem to be a Puppet 4x API function - no create_function call."
msgstr ""

#: ../lib/puppet/pops/loader/ruby_function_instantiator.rb:24
msgid "The code loaded from %{source_ref} did not produce a Function class when evaluated. Got '%{klass}'"
msgstr ""

#: ../lib/puppet/pops/loader/task_instantiator.rb:16
msgid "Only one file can exists besides the .json file for task %{name} in directory %{directory}"
msgstr ""

#: ../lib/puppet/pops/loader/task_instantiator.rb:22
msgid "No source besides task metadata was found in directory %{directory} for task %{name}"
msgstr ""

#: ../lib/puppet/pops/loader/task_instantiator.rb:40
msgid "Failed to load metadata for task %{name}: %{reason}"
msgstr ""

#: ../lib/puppet/pops/loader/type_definition_instantiator.rb:15
msgid "The code loaded from %{source_ref} does not define the type '%{name}' - it is empty."
msgstr ""

#: ../lib/puppet/pops/loader/type_definition_instantiator.rb:20
msgid "The code loaded from %{source_ref} must contain only the type '%{name}' - it has additional definitions."
msgstr ""

#: ../lib/puppet/pops/loader/type_definition_instantiator.rb:26
msgid "The code loaded from %{source_ref} does not define the type '%{name}' - no type alias or type definition found."
msgstr ""

#: ../lib/puppet/pops/loader/type_definition_instantiator.rb:32
msgid "The code loaded from %{source_ref} produced type with the wrong name, expected '%{name}', actual '%{actual_name}'"
msgstr ""

#: ../lib/puppet/pops/loader/type_definition_instantiator.rb:37
msgid "The code loaded from %{source_ref} contains additional logic - can only contain the type '%{name}'"
msgstr ""

#: ../lib/puppet/pops/loaders.rb:32
msgid "Attempt to redefine already initialized loaders for environment"
msgstr ""

#: ../lib/puppet/pops/loaders.rb:168
msgid "Internal Error: Puppet Context ':loaders' missing"
msgstr ""

#: ../lib/puppet/pops/loaders.rb:182
msgid "Unable to find loader named '%{loader_name}'"
msgstr ""

#: ../lib/puppet/pops/loaders.rb:203
msgid "Internal Error: did not find public loader for module: '%{module_name}'"
msgstr ""

#: ../lib/puppet/pops/loaders.rb:244
msgid "Internal Error: Attempt to redefine loader named '%{name}'"
msgstr ""

#: ../lib/puppet/pops/lookup.rb:88
msgid "Function lookup() did not find a value for the name '%{name}'"
msgid_plural "Function lookup() did not find a value for any of the names [%{name_list}]"
msgstr[0] ""
msgstr[1] ""

#: ../lib/puppet/pops/lookup/environment_data_provider.rb:20
msgid "hiera.yaml version 3 found at the environment root was ignored"
msgstr ""

#. TRANSLATORS 'Explain' is referring to the 'Explainer' class and should not be translated
#: ../lib/puppet/pops/lookup/explainer.rb:495
msgid "Unknown Explain type %{qualifier_type}"
msgstr ""

#: ../lib/puppet/pops/lookup/hiera_config.rb:85
msgid "Using of legacy data provider function '%{function_name}'. Please convert to a 'data_hash' function"
msgstr ""

#: ../lib/puppet/pops/lookup/hiera_config.rb:142
msgid "%{config_path}: File exists but does not contain a valid YAML hash. Falling back to Hiera version 3 default config"
msgstr ""

#: ../lib/puppet/pops/lookup/hiera_config.rb:200
msgid "Hiera configuration recreated due to change of scope variables used in interpolation expressions"
msgstr ""

#: ../lib/puppet/pops/lookup/hiera_config.rb:427
msgid "%{config_path}: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5"
msgstr ""

#: ../lib/puppet/pops/lookup/hiera_config.rb:527
msgid "%{config_path}: Use of 'hiera.yaml' version 4 is deprecated. It should be converted to version 5"
msgstr ""

#: ../lib/puppet/pops/lookup/invocation.rb:84
msgid "Recursive lookup detected in [%{name_stack}]"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:93
msgid "Lookup of key '%{key}' failed: %{detail}"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:239
msgid "value of %{opts} must be a hash"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:246
msgid "all %{opts} patterns must match a key starting with module name '%{module_name}'"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:250
msgid "all %{opts} keys must start with module name '%{module_name}'"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:375
msgid "Defining \"data_provider\": \"%{name}\" in metadata.json is deprecated. It is ignored since a '%{config}' with version >= 5 is present"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:385
msgid "Defining \"data_provider\": \"%{name}\" in metadata.json is deprecated."
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:386 ../lib/puppet/pops/lookup/lookup_adapter.rb:440
msgid "A '%{hiera_config}' file should be used instead"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:400
msgid "Environment '%{env}', cannot find module_data_provider '%{provider}'"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:424
msgid "Defining environment_data_provider='%{provider_name}' in environment.conf is deprecated"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:428
msgid "The environment_data_provider='%{provider_name}' setting is ignored since '%{config_path}' version >= 5"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:439
msgid "Defining environment_data_provider='%{provider_name}' in environment.conf is deprecated."
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_adapter.rb:455
msgid "Environment '%{env}', cannot find environment_data_provider '%{provider}'"
msgstr ""

#: ../lib/puppet/pops/lookup/lookup_key.rb:12
msgid "%{problem} in key: '%{key}'"
msgstr ""

#: ../lib/puppet/pops/lookup/module_data_provider.rb:69
msgid "hiera.yaml version 3 found at module root was ignored"
msgstr ""

#: ../lib/puppet/pops/lookup/module_data_provider.rb:84
msgid "Environment '%{env}', cannot find module '%{module_name}'"
msgstr ""

#: ../lib/puppet/pops/lookup/sub_lookup.rb:75
msgid "Data Provider type mismatch: Got %{klass} when a hash-like object was expected to access value using '%{segment}' from key '%{key}'"
msgstr ""

#. TRANSLATORS 'merge' is a variable name and 'strategy' is a key and should not be translated
#: ../lib/puppet/pops/merge_strategy.rb:28
msgid "The hash given as 'merge' must contain the name of a strategy in string form for the key 'strategy'"
msgstr ""

#: ../lib/puppet/pops/merge_strategy.rb:37
msgid "Unknown merge strategy: '%{strategy}'"
msgstr ""

#. TRANSLATORS 'MergeStrategies.add_strategy' is a method, 'stratgey_class' is a variable and 'MergeStrategy' is a class name and should not be translated
#: ../lib/puppet/pops/merge_strategy.rb:56
msgid "MergeStrategies.add_strategy 'strategy_class' must be a 'MergeStrategy' class. Got %{strategy_class}"
msgstr ""

#: ../lib/puppet/pops/migration/migration_checker.rb:21 ../lib/puppet/pops/migration/migration_checker.rb:26 ../lib/puppet/pops/migration/migration_checker.rb:31 ../lib/puppet/pops/migration/migration_checker.rb:36 ../lib/puppet/pops/migration/migration_checker.rb:41 ../lib/puppet/pops/migration/migration_checker.rb:46 ../lib/puppet/pops/migration/migration_checker.rb:51 ../lib/puppet/pops/migration/migration_checker.rb:56
msgid "Unsupported migration method called"
msgstr ""

#: ../lib/puppet/pops/model/ast_transformer.rb:66
msgid "Error while transforming to Puppet 3 AST: %{message}"
msgstr ""

#: ../lib/puppet/pops/model/ast_transformer.rb:85
msgid "Not a valid expression in a collection query: %{class_name}"
msgstr ""

#: ../lib/puppet/pops/model/ast_transformer.rb:114
msgid "Illegal expression - unacceptable as a node name"
msgstr ""

#: ../lib/puppet/pops/model/ast_transformer.rb:118
msgid "Unacceptable transform - found an Object without a rule: %{klass}"
msgstr ""

#. TRANSLATORS 'NUMBER' refers to a method name and the 'name_or_numeric' was the passed in value and should not be translated
#: ../lib/puppet/pops/model/factory.rb:806
msgid "Internal Error, NUMBER token does not contain a valid number, %{name_or_numeric}"
msgstr ""

#: ../lib/puppet/pops/model/factory.rb:1114
msgid "can only concatenate strings, got %{class_name}"
msgstr ""

#: ../lib/puppet/pops/parser/parser_support.rb:195
msgid "attempt to pass argument list to the function '%{name}' which cannot be called without parentheses"
msgstr ""

#: ../lib/puppet/pops/parser/parser_support.rb:197
msgid "illegal comma separated argument list"
msgstr ""

#: ../lib/puppet/pops/resource/resource_type_impl.rb:167 ../lib/puppet/type.rb:428
msgid "you must specify title patterns when there are two or more key attributes"
msgstr ""

#: ../lib/puppet/pops/serialization/abstract_writer.rb:59
msgid "Integer out of bounds"
msgstr ""

#. TRANSLATORS 'Integers' is a Ruby class for numbers and should not be translated
#: ../lib/puppet/pops/serialization/abstract_writer.rb:103
msgid "Internal error. Integers cannot be tabulated in extension payload"
msgstr ""

#: ../lib/puppet/pops/serialization/deserializer.rb:46 ../lib/puppet/pops/serialization/from_data_converter.rb:134
msgid "No implementation mapping found for Puppet Type %{type_name}"
msgstr ""

#: ../lib/puppet/pops/serialization/from_data_converter.rb:125
msgid "Unable to deserialize type from %{type}"
msgstr ""

#: ../lib/puppet/pops/serialization/from_data_converter.rb:217
msgid "Cannot create a %{type_name} from a %{arg_class}"
msgstr ""

#: ../lib/puppet/pops/serialization/json.rb:204
msgid "Unable to serialize a %{obj}"
msgstr ""

#: ../lib/puppet/pops/serialization/json.rb:251
msgid "JSON stream is not an array. It is a %{klass}"
msgstr ""

#: ../lib/puppet/pops/serialization/json.rb:258
msgid "Unexpected end of input"
msgstr ""

#: ../lib/puppet/pops/serialization/json.rb:272
msgid "Invalid input. %{ext_no} is not a valid extension number"
msgstr ""

#: ../lib/puppet/pops/serialization/json_path.rb:93
msgid "undef"
msgstr ""

#: ../lib/puppet/pops/serialization/json_path.rb:97
msgid "default"
msgstr ""

#: ../lib/puppet/pops/serialization/json_path.rb:121
msgid "Unable to parse jsonpath \"%{path}\""
msgstr ""

#: ../lib/puppet/pops/serialization/object.rb:16
msgid "Feature count mismatch for %{value0}. Expected %{required_count} - %{max}, actual %{value_count}"
msgstr ""

#: ../lib/puppet/pops/serialization/object.rb:27
msgid "Missing default value for %{type_name}[%{name}]"
msgstr ""

#: ../lib/puppet/pops/serialization/serializer.rb:134
msgid "No Puppet Type found for %{klass}"
msgstr ""

#: ../lib/puppet/pops/time/timespan.rb:112 ../lib/puppet/pops/time/timestamp.rb:83
msgid "Unable to parse '%{str}' using any of the formats %{formats}"
msgstr ""

#: ../lib/puppet/pops/time/timespan.rb:133
msgid "%{klass} cannot be added to a Timespan"
msgstr ""

#: ../lib/puppet/pops/time/timespan.rb:145
msgid "%{klass} cannot be subtracted from a Timespan"
msgstr ""

#: ../lib/puppet/pops/time/timespan.rb:158
msgid "A Timestamp cannot be multiplied by %{klass}"
msgstr ""

#: ../lib/puppet/pops/time/timespan.rb:169
msgid "Can not do modulus on a Timespan using a %{klass}"
msgstr ""

#: ../lib/puppet/pops/time/timespan.rb:189
msgid "A Timespan cannot be divided by %{klass}"
msgstr ""

#: ../lib/puppet/pops/time/timespan.rb:476
msgid "Format specifiers %L and %N denotes fractions and must be used together with a specifier of higher magnitude"
msgstr ""

#: ../lib/puppet/pops/time/timespan.rb:552 ../lib/puppet/pops/time/timespan.rb:558
msgid "Unable to parse '%{timespan}' using format '%{format}'"
msgstr ""

#: ../lib/puppet/pops/time/timespan.rb:610
msgid "Bad format specifier '%{expression}' in '%{format}', at position %{position}"
msgstr ""

#: ../lib/puppet/pops/time/timespan.rb:628
msgid "Format must be a String"
msgstr ""

#: ../lib/puppet/pops/time/timestamp.rb:40
msgid "Illegal timezone '%{timezone}'"
msgstr ""

#: ../lib/puppet/pops/time/timestamp.rb:89
msgid "Unable to parse '%{str}' using format '%{format}'"
msgstr ""

#: ../lib/puppet/pops/time/timestamp.rb:92
msgid "Using a Timezone designator in format specification is mutually exclusive to providing an explicit timezone argument"
msgstr ""

#: ../lib/puppet/pops/time/timestamp.rb:128
msgid "%{klass} cannot be added to a Timestamp"
msgstr ""

#: ../lib/puppet/pops/time/timestamp.rb:143
msgid "%{klass} cannot be subtracted from a Timestamp"
msgstr ""

#: ../lib/puppet/pops/types/enumeration.rb:7 ../lib/puppet/pops/types/enumeration.rb:12
msgid "Enumeration.enumerator is deprecated. Use Iterable.on instead"
msgstr ""

#: ../lib/puppet/pops/types/p_binary_type.rb:77
msgid "The given string in encoding '%{enc}' is invalid. Cannot create a Binary UTF-8 representation"
msgstr ""

#: ../lib/puppet/pops/types/p_init_type.rb:26
msgid "Init cannot be parameterized with an undefined type and additional arguments"
msgstr ""

#: ../lib/puppet/pops/types/p_init_type.rb:157
msgid "Creation of new instance of type '%{type_name}' is not supported"
msgstr ""

#: ../lib/puppet/pops/types/p_init_type.rb:184
msgid "The type '%{type}' does not represent a valid set of parameters for %{subject}.new()"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:147
msgid "expected %{label} to override an inherited %{feature_type}, but no such %{feature_type} was found"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:164
msgid "%{member} attempts to override %{label}"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:167
msgid "%{member} attempts to override final %{label}"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:171
msgid "%{member} attempts to override %{label} without having override => true"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:174
msgid "%{member} attempts to override %{label} with a type that does not match"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:291
msgid "%{label} of kind 'constant' cannot be combined with final => false"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:298
msgid "%{label} of kind '%{kind}' cannot be combined with an attribute value"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:303
msgid "%{label} of kind 'constant' requires a value"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:684
msgid "reference to unresolved type '%{name}'"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:720
msgid "attribute %{label}[%{key}] is defined as both a constant and an attribute"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:752
msgid "%{label} conflicts with attribute with the same name"
msgstr ""

#. TRANSLATORS equality_include_type = false should not be translated
#: ../lib/puppet/pops/types/p_object_type.rb:765
msgid "equality_include_type = false cannot be combined with non empty equality specification"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:777
msgid "%{label} equality is referencing %{attribute} which is included in equality of %{including_parent}"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:784
msgid "%{label} equality is referencing non existent attribute '%{attribute}'"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:786
msgid "%{label} equality is referencing %{attribute}. Only attribute references are allowed"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:790
msgid "%{label} equality is referencing constant %{attribute}."
msgstr ""

#: ../lib/puppet/pops/types/p_object_type.rb:791
msgid "Reference to constant is not allowed in equality"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type_extension.rb:55
msgid "The %{label}-Type cannot be parameterized using []"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type_extension.rb:70
msgid "'%{pn}' is not a known type parameter for %{label}-Type"
msgstr ""

#: ../lib/puppet/pops/types/p_object_type_extension.rb:83
msgid "The %{label}-Type cannot be parameterized using an empty parameter list"
msgstr ""

#: ../lib/puppet/pops/types/p_sem_ver_type.rb:106
msgid "The string '%{str}' cannot be converted to a SemVer"
msgstr ""

#: ../lib/puppet/pops/types/tree_iterators.rb:38
msgid "Only Array, Hash, and Object types can be used as container types. Got %{type}"
msgstr ""

#: ../lib/puppet/pops/types/tree_iterators.rb:45
msgid "Options 'include_containers' and 'include_values' cannot both be false"
msgstr ""

#: ../lib/puppet/pops/types/type_calculator.rb:167
msgid "TypeCalculator.enumerable is deprecated. Use iterable"
msgstr ""

#. TRANSLATORS 'TypeFactory#string' is a class and method name and should not be translated
#: ../lib/puppet/pops/types/type_factory.rb:104
msgid "Passing more than one argument to TypeFactory#string is deprecated"
msgstr ""

#. TRANSLATORS TypeMismatchDescriber is a class name and 'tense' is a method name and should not be translated
#: ../lib/puppet/pops/types/type_mismatch_describer.rb:516
msgid "Passing a 'tense' argument to the TypeMismatchDescriber is deprecated and ignored."
msgstr ""

#: ../lib/puppet/pops/types/type_mismatch_describer.rb:517
msgid "Everything is now reported using present tense"
msgstr ""

#: ../lib/puppet/pops/types/type_parser.rb:420
msgid "Enum parameters must be identifiers or strings"
msgstr ""

#: ../lib/puppet/pops/types/type_parser.rb:656
msgid "The expression <%{expression}> is not a valid type specification."
msgstr ""

#: ../lib/puppet/pops/types/type_parser.rb:661
msgid "Invalid number of type parameters specified: %{type} requires %{required}, %{given} provided"
msgstr ""

#: ../lib/puppet/pops/types/type_parser.rb:666
msgid "Not a parameterized type <%{type}>"
msgstr ""

#: ../lib/puppet/pops/types/type_parser.rb:670
msgid "Unknown type <%{type}>"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:924
msgid "The string '%{str}' cannot be converted to Numeric"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:927
msgid "Value of type %{type} cannot be converted to Numeric"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:1165
msgid "The string '%{str}' cannot be converted to Integer"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:1168
msgid "Value of type %{type} cannot be converted to Integer"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:1176
msgid "Illegal radix: %{radix}, expected 2, 8, 10, 16, or default"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:1289
msgid "The string '%{str}' cannot be converted to Float"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:1292
msgid "Value of type %{type} cannot be converted to Float"
msgstr ""

#. TRANSLATORS 'PStringType#initialize' is a class and method name and should not be translated
#: ../lib/puppet/pops/types/types.rb:1509
msgid "Passing more than one argument to PStringType#initialize is deprecated"
msgstr ""

#. TRANSLATORS 'PStringType#values' and '#value' are classes and method names and should not be translated
#: ../lib/puppet/pops/types/types.rb:1563
msgid "Method PStringType#values is deprecated. Use #value instead"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:1911
msgid "The string '%{str}' cannot be converted to Boolean"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:1914
msgid "Value of type %{type} cannot be converted to Boolean"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:2642
msgid "Value of type %{type} cannot be converted to Array"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:2712
msgid "Puppet::Pops::Types::PHashType#element_type is deprecated, use #value_type instead"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:2849
msgid "odd number of arguments for Hash"
msgstr ""

#: ../lib/puppet/pops/types/types.rb:2860
msgid "Value of type %{type} cannot be converted to Hash"
msgstr ""

#: ../lib/puppet/pops/validation.rb:129
msgid "Attempt to set validation severity for something that is not an Issue. (Got %{issue})"
msgstr ""

#: ../lib/puppet/pops/validation.rb:132
msgid "Illegal severity level: %{level} for '%{issue_code}'"
msgstr ""

#: ../lib/puppet/pops/validation.rb:135
msgid "Attempt to demote the hard issue '%{issue_code}' to %{level}"
msgstr ""

#: ../lib/puppet/pops/validation.rb:155
msgid "Attempt to get validation severity for something that is not an Issue. (Got %{issue})"
msgstr ""

#: ../lib/puppet/pops/validation.rb:207
msgid "Issue %{issue_code}: Cannot pass a %{class_name} as a semantic object when it does not support #pos(), #file() and #line()"
msgstr ""

#. TRANSLATORS 'Property#array_matching', 'first', and 'all' should not be translated
#: ../lib/puppet/property.rb:99
msgid "Supported values for Property#array_matching are 'first' and 'all'"
msgstr ""

#: ../lib/puppet/property.rb:171
msgid "Attempt to redefine method %{method} with block"
msgstr ""

#: ../lib/puppet/property.rb:215
msgid "Could not convert change '%{name}' to string: %{detail}"
msgstr ""

#. TRANSLATORS 'insync_values?' should not be translated
#: ../lib/puppet/property.rb:372
msgid "Unknown failure using insync_values? on type: %{type} / property: %{name} to compare values %{should} and %{is}"
msgstr ""

#: ../lib/puppet/property.rb:495
msgid "Could not set '%{value}' on %{class_name}: %{detail}"
msgstr ""

#. TRANSLATORS 'Provider' refers to a Puppet provider class
#: ../lib/puppet/property.rb:593
msgid "Provider %{provider} must have features '%{needed_features}' to set '%{property}' to '%{value}'"
msgstr ""

#: ../lib/puppet/property/ensure.rb:53
msgid "created"
msgstr ""

#: ../lib/puppet/property/ensure.rb:55
msgid "removed"
msgstr ""

#: ../lib/puppet/property/ensure.rb:57
msgid "%{name} changed %{is} to %{should}"
msgstr ""

#: ../lib/puppet/property/ensure.rb:62
msgid "Could not convert change %{name} to string: %{detail}"
msgstr ""

#: ../lib/puppet/property/ensure.rb:85
msgid "No ability to determine if %{name} exists"
msgstr ""

#: ../lib/puppet/provider.rb:146
msgid "No command %{command} defined for provider %{provider}"
msgstr ""

#: ../lib/puppet/provider.rb:387
msgid "Provider %{provider} has not defined the 'instances' class method"
msgstr ""

#: ../lib/puppet/provider.rb:459
msgid "'%{parameter_name}' is not a valid parameter for %{resource_type}"
msgstr ""

#: ../lib/puppet/provider.rb:543
msgid "No resource and no name in property hash in %{class_name} instance"
msgstr ""

#: ../lib/puppet/provider/aixobject.rb:169
msgid "Empty key in string 'i'?"
msgstr ""

#: ../lib/puppet/provider/aixobject.rb:312 ../lib/puppet/provider/nameservice.rb:169 ../lib/puppet/provider/nameservice/directoryservice.rb:376
msgid "already exists"
msgstr ""

#: ../lib/puppet/provider/aixobject.rb:320 ../lib/puppet/provider/nameservice.rb:180 ../lib/puppet/provider/nameservice/directoryservice.rb:421
msgid "Could not create %{resource} %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/provider/aixobject.rb:327 ../lib/puppet/provider/nameservice.rb:186
msgid "already absent"
msgstr ""

#: ../lib/puppet/provider/aixobject.rb:335 ../lib/puppet/provider/nameservice.rb:194
msgid "Could not delete %{resource} %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/provider/aixobject.rb:368
msgid "Trying to update parameter '%{param}' to '%{value}' for a resource that does not exists %{resource} %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/provider/aixobject.rb:379 ../lib/puppet/provider/group/aix.rb:132 ../lib/puppet/provider/nameservice.rb:306 ../lib/puppet/provider/nameservice/directoryservice.rb:337 ../lib/puppet/provider/nameservice/directoryservice.rb:366
msgid "Could not set %{param} on %{resource}[%{name}]: %{detail}"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:87
msgid "Unknown command %{cmd}"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:105
msgid "unmatched ["
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:110
msgid "missing path argument %{narg} for %{cmd}"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:129
msgid "missing string argument %{narg} for %{cmd}"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:134
msgid "invalid comparator for command %{cmd}"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:221 ../lib/puppet/provider/augeas/augeas.rb:252 ../lib/puppet/provider/augeas/augeas.rb:300 ../lib/puppet/provider/augeas/augeas.rb:315
msgid "Invalid command: %{cmd}"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:262
msgid "Error trying to get path '%{path}'"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:280 ../lib/puppet/provider/augeas/augeas.rb:288 ../lib/puppet/provider/augeas/augeas.rb:336 ../lib/puppet/provider/augeas/augeas.rb:344
msgid "Invalid array in command: %{cmd}"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:310
msgid "Error trying to match path '%{path}'"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:380
msgid "Loading failed for one or more files, see debug for /augeas//error output"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:422
msgid "Error sending command '%{command}' with params %{param}/%{message}"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:437
msgid "Saving failed, see debug"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:479
msgid "Save failed, see debug"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:491
msgid "invalid command %{cmd}"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:499 ../lib/puppet/provider/augeas/augeas.rb:504 ../lib/puppet/provider/augeas/augeas.rb:511 ../lib/puppet/provider/augeas/augeas.rb:515 ../lib/puppet/provider/augeas/augeas.rb:521 ../lib/puppet/provider/augeas/augeas.rb:529 ../lib/puppet/provider/augeas/augeas.rb:542 ../lib/puppet/provider/augeas/augeas.rb:546 ../lib/puppet/provider/augeas/augeas.rb:550 ../lib/puppet/provider/augeas/augeas.rb:554 ../lib/puppet/provider/augeas/augeas.rb:558
msgid "Error sending command '%{command}' with params %{params}"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:506 ../lib/puppet/provider/augeas/augeas.rb:523
msgid "command '%{command}' not supported in installed version of ruby-augeas"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:538
msgid "Invalid value '%{where}' for where param"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:559
msgid "Command '%{command}' is not supported"
msgstr ""

#: ../lib/puppet/provider/augeas/augeas.rb:562
msgid "Error sending command '%{command}' with params %{params}/%{message}"
msgstr ""

#: ../lib/puppet/provider/command.rb:22
msgid "Command %{name} is missing"
msgstr ""

#: ../lib/puppet/provider/cron/crontab.rb:51
msgid "Line got parsed as a crontab entry but cannot be handled. Please file a bug with the contents of your crontab"
msgstr ""

#: ../lib/puppet/provider/cron/crontab.rb:96
msgid "no command specified, cannot create"
msgstr ""

#: ../lib/puppet/provider/exec.rb:18
msgid "Working directory '%{dir}' does not exist"
msgstr ""

#: ../lib/puppet/provider/exec.rb:40
msgid "Overriding environment setting '%{env_name}' with '%{value}'"
msgstr ""

#: ../lib/puppet/provider/exec.rb:44
msgid "Cannot understand environment setting %{setting}"
msgstr ""

#: ../lib/puppet/provider/exec.rb:94
msgid "'%{command}' is not qualified and no path was specified. Please qualify the command or specify a path."
msgstr ""

#: ../lib/puppet/provider/exec/posix.rb:21 ../lib/puppet/provider/exec/posix.rb:38 ../lib/puppet/provider/exec/windows.rb:40 ../lib/puppet/provider/exec/windows.rb:53
msgid "Could not find command '%{exe}'"
msgstr ""

#: ../lib/puppet/provider/exec/posix.rb:23 ../lib/puppet/provider/exec/windows.rb:42
msgid "'%{exe}' is a %{klass}, not a file"
msgstr ""

#: ../lib/puppet/provider/exec/posix.rb:25
msgid "'%{exe}' is not executable"
msgstr ""

#: ../lib/puppet/provider/file/posix.rb:66
msgid "Apparently using negative UID (%{currentvalue}) on a platform that does not consistently handle them"
msgstr ""

#: ../lib/puppet/provider/file/posix.rb:84 ../lib/puppet/provider/file/windows.rb:46
msgid "Failed to set owner to '%{should}': %{detail}"
msgstr ""

#: ../lib/puppet/provider/file/posix.rb:97
msgid "Apparently using negative GID (%{currentvalue}) on a platform that does not consistently handle them"
msgstr ""

#: ../lib/puppet/provider/file/posix.rb:115 ../lib/puppet/provider/file/windows.rb:59
msgid "Failed to set group to '%{should}': %{detail}"
msgstr ""

#: ../lib/puppet/provider/file/posix.rb:131 ../lib/puppet/provider/file/windows.rb:76
msgid "failed to set mode %{mode} on %{path}: %{message}"
msgstr ""

#: ../lib/puppet/provider/file/windows.rb:85
msgid "Can only manage owner, group, and mode on filesystems that support Windows ACLs, such as NTFS"
msgstr ""

#: ../lib/puppet/provider/group/aix.rb:102
msgid "Attributes must be a list of pairs key=value on %{resource}[%{name}]"
msgstr ""

#: ../lib/puppet/provider/group/groupadd.rb:13 ../lib/puppet/provider/group/pw.rb:14
msgid "GID must be an integer"
msgstr ""

#: ../lib/puppet/provider/group/groupadd.rb:60
msgid "GID %{resource} already exists, use allowdupe to force group creation"
msgstr ""

#: ../lib/puppet/provider/host/parsed.rb:33
msgid "%{attr} is a required attribute for hosts"
msgstr ""

#: ../lib/puppet/provider/ldap.rb:77
msgid "No LDAP Configuration defined for %{class_name}"
msgstr ""

#: ../lib/puppet/provider/ldap.rb:78
msgid "Invalid LDAP Configuration defined for %{class_name}"
msgstr ""

#: ../lib/puppet/provider/macauthorization/macauthorization.rb:55
msgid "Cannot parse: %{auth}"
msgstr ""

#: ../lib/puppet/provider/macauthorization/macauthorization.rb:96
msgid "Must specify auth_type when destroying."
msgstr ""

#: ../lib/puppet/provider/macauthorization/macauthorization.rb:114
msgid "flush requested for unknown type."
msgstr ""

#: ../lib/puppet/provider/macauthorization/macauthorization.rb:135
msgid "Error saving %{auth}: %{error}"
msgstr ""

#: ../lib/puppet/provider/macauthorization/macauthorization.rb:180
msgid "Cannot save right to %{path}: %{error}"
msgstr ""

#: ../lib/puppet/provider/macauthorization/macauthorization.rb:199
msgid "Error writing to: %{auth_db}"
msgstr ""

#: ../lib/puppet/provider/macauthorization/macauthorization.rb:232
msgid "Cannot find %{resource_name} in auth db"
msgstr ""

#: ../lib/puppet/provider/macauthorization/macauthorization.rb:287
msgid "%{resource} is unknown type."
msgstr ""

#: ../lib/puppet/provider/macauthorization/macauthorization.rb:290
msgid "auth_type required for new resources."
msgstr ""

#: ../lib/puppet/provider/maillist/mailman.rb:55
msgid "Mailman lists require an administrator email address"
msgstr ""

#: ../lib/puppet/provider/maillist/mailman.rb:60
msgid "Mailman lists require an administrator password"
msgstr ""

#: ../lib/puppet/provider/mcx/mcxcontent.rb:137 ../lib/puppet/provider/mcx/mcxcontent.rb:143
msgid "Could not parse ds_type from resource name '%{name}'.  Specify with ds_type parameter."
msgstr ""

#: ../lib/puppet/provider/mcx/mcxcontent.rb:153
msgid "Could not parse ds_name from resource name '%{name}'.  Specify with ds_name parameter."
msgstr ""

#. TRANSLATORS refers to remounting a file system
#: ../lib/puppet/provider/mount.rb:28
msgid "Remounting"
msgstr ""

#. TRANSLATORS "prefetch" is a program name and should not be translated
#: ../lib/puppet/provider/mount/parsed.rb:127
msgid "Prefetch: Mount[%{name}]: Field 'device' is missing"
msgstr ""

#. TRANSLATORS "prefetch" is a program name and should not be translated
#: ../lib/puppet/provider/mount/parsed.rb:132
msgid "Prefetch: Mount[%{name}]: Field 'fstype' is missing"
msgstr ""

#: ../lib/puppet/provider/mount/parsed.rb:143
msgid "Mount[%{name}]: Field 'device' must be in the format of <absolute path> or <host>:<absolute path>"
msgstr ""

#: ../lib/puppet/provider/mount/parsed.rb:151 ../lib/puppet/provider/mount/parsed.rb:158
msgid "Mount[%{name}]: Field 'device' is required"
msgstr ""

#: ../lib/puppet/provider/mount/parsed.rb:189
msgid "Mount[%{name}]: Field 'options' is required"
msgstr ""

#: ../lib/puppet/provider/mount/parsed.rb:193
msgid "Mount[%{name}]: Field 'fstype' is required"
msgstr ""

#: ../lib/puppet/provider/mount/parsed.rb:271
msgid "Could not understand line %{line} from mount output"
msgstr ""

#: ../lib/puppet/provider/naginator.rb:13
msgid "Could not find nagios type '%{name}'"
msgstr ""

#: ../lib/puppet/provider/naginator.rb:26
msgid "Could not parse configuration for %{resource}: %{detail}"
msgstr ""

#: ../lib/puppet/provider/nameservice.rb:45
msgid "%{name} is not a valid attribute for %{resource_type}"
msgstr ""

#: ../lib/puppet/provider/nameservice.rb:60
msgid "listbyname is deprecated and will be removed in a future release of Puppet. Please use `self.instances` to obtain a list of users."
msgstr ""

#: ../lib/puppet/provider/nameservice.rb:103
msgid "Invalid value %{value}: %{error}"
msgstr ""

#. TRANSLATORS "autogen_id()" is a method name and should not be translated
#: ../lib/puppet/provider/nameservice.rb:147
msgid "autogen_id() does not support auto generation of id for resource type %{resource_type}"
msgstr ""

#: ../lib/puppet/provider/nameservice.rb:302
msgid "Nameservice command must be an array"
msgstr ""

#: ../lib/puppet/provider/nameservice/directoryservice.rb:101
msgid "Could not get %{resource} list from DirectoryService"
msgstr ""

#: ../lib/puppet/provider/nameservice/directoryservice.rb:160
msgid "Could not get report.  command execution failed."
msgstr ""

#. TRANSLATORS 'OS X 10.7' is an operating system and should not be translated, 'Salted SHA512' is the name of a hashing algorithm
#: ../lib/puppet/provider/nameservice/directoryservice.rb:200
msgid "OS X 10.7 requires a Salted SHA512 hash password of 136 characters."
msgstr ""

#: ../lib/puppet/provider/nameservice/directoryservice.rb:201
msgid "Please check your password and try again."
msgstr ""

#: ../lib/puppet/provider/nameservice/directoryservice.rb:288
msgid "Invalid id_type %{id_type}. Only 'uid' and 'gid' supported"
msgstr ""

#: ../lib/puppet/provider/nameservice/directoryservice.rb:393
msgid "Could not set GeneratedUID for %{resource} %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/provider/nameservice/directoryservice.rb:441
msgid "Could not remove %{member} from group: %{resource}, %{detail}"
msgstr ""

#: ../lib/puppet/provider/nameservice/directoryservice.rb:455
msgid "Could not add %{new_member} to group: %{name}, %{detail}"
msgstr ""

#. TRANSLATORS "prefetch" is a program name and should not be translated
#: ../lib/puppet/provider/network_device.rb:26
msgid "Could not perform network device prefetch: %{detail}"
msgstr ""

#: ../lib/puppet/provider/package/aix.rb:37
msgid "The aix provider can only be used by root"
msgstr ""

#: ../lib/puppet/provider/package/aix.rb:79 ../lib/puppet/provider/package/nim.rb:53
msgid "Failed to uninstall package '%{name}'"
msgstr ""

#: ../lib/puppet/provider/package/aix.rb:85
msgid "A directory is required which will be used to find packages"
msgstr ""

#: ../lib/puppet/provider/package/aix.rb:97
msgid "aix package provider is unable to downgrade packages"
msgstr ""

#: ../lib/puppet/provider/package/aix.rb:116
msgid "Could not list installed Packages: %{detail}"
msgstr ""

#: ../lib/puppet/provider/package/aix.rb:139 ../lib/puppet/provider/package/yum.rb:248
msgid "Tried to get latest on a missing package"
msgstr ""

#: ../lib/puppet/provider/package/appdmg.rb:102 ../lib/puppet/provider/package/pkgdmg.rb:144
msgid "Mac OS X PKG DMGs must specify a package source."
msgstr ""

#: ../lib/puppet/provider/package/appdmg.rb:105 ../lib/puppet/provider/package/pkgdmg.rb:147
msgid "Mac OS X PKG DMGs must specify a package name."
msgstr ""

#: ../lib/puppet/provider/package/apple.rb:41
msgid "Mac OS X packages must specify a package source"
msgstr ""

#: ../lib/puppet/provider/package/apt.rb:39
msgid "/etc/apt/sources.list contains a cdrom source; not installing.  Use 'allowcdrom' to override this failure."
msgstr ""

#: ../lib/puppet/provider/package/apt.rb:83 ../lib/puppet/provider/package/fink.rb:50
msgid "Could not find latest version"
msgstr ""

#: ../lib/puppet/provider/package/apt.rb:93 ../lib/puppet/provider/package/fink.rb:60
msgid "Preseeding %{response} to debconf-set-selections"
msgstr ""

#: ../lib/puppet/provider/package/apt.rb:97 ../lib/puppet/provider/package/fink.rb:64
msgid "No responsefile specified or non existent, not preseeding anything"
msgstr ""

#: ../lib/puppet/provider/package/aptitude.rb:21 ../lib/puppet/provider/package/ports.rb:20 ../lib/puppet/provider/package/portupgrade.rb:93 ../lib/puppet/provider/package/portupgrade.rb:151 ../lib/puppet/provider/package/rug.rb:28 ../lib/puppet/provider/package/up2date.rb:17 ../lib/puppet/provider/package/yum.rb:229 ../lib/puppet/provider/package/zypper.rb:109
msgid "Could not find package %{name}"
msgstr ""

#: ../lib/puppet/provider/package/aptrpm.rb:53
msgid "Could not match version '%{version}'"
msgstr ""

#: ../lib/puppet/provider/package/aptrpm.rb:68
msgid "Could not match string"
msgstr ""

#: ../lib/puppet/provider/package/blastwave.rb:18
msgid "The pkg-get command is missing; blastwave packaging unavailable"
msgstr ""

#: ../lib/puppet/provider/package/blastwave.rb:22
msgid "It is highly recommended you create '/var/pkg-get/admin'."
msgstr ""

#: ../lib/puppet/provider/package/blastwave.rb:23
msgid "See /var/pkg-get/admin-fullauto"
msgstr ""

#: ../lib/puppet/provider/package/blastwave.rb:80 ../lib/puppet/provider/package/pkgutil.rb:73 ../lib/puppet/provider/package/pkgutil.rb:145
msgid "Cannot match %{line}"
msgstr ""

#: ../lib/puppet/provider/package/dpkg.rb:82
msgid "You cannot install dpkg packages without a source"
msgstr ""

#: ../lib/puppet/provider/package/dpkg.rb:108
msgid "source doesn't contain named package, but %{name}"
msgstr ""

#: ../lib/puppet/provider/package/freebsd.rb:30
msgid "source is defined but does not have trailing slash, ignoring %{source}"
msgstr ""

#: ../lib/puppet/provider/package/gem.rb:42
msgid "Could not list gems: %{detail}"
msgstr ""

#: ../lib/puppet/provider/package/gem.rb:68
msgid "Could not match %{desc}"
msgstr ""

#: ../lib/puppet/provider/package/gem.rb:109
msgid "Invalid source '%{uri}': %{detail}"
msgstr ""

#: ../lib/puppet/provider/package/gem.rb:120
msgid "puppet:// URLs are not supported as gem sources"
msgstr ""

#: ../lib/puppet/provider/package/gem.rb:136
msgid "Could not install: %{output}"
msgstr ""

#: ../lib/puppet/provider/package/gem.rb:161
msgid "Could not uninstall: %{output}"
msgstr ""

#: ../lib/puppet/provider/package/hpux.rb:24
msgid "source must be provided to install HP-UX packages"
msgstr ""

#: ../lib/puppet/provider/package/nim.rb:47
msgid "Unrecognized AIX package type identifier: '%{pkg_type}'"
msgstr ""

#: ../lib/puppet/provider/package/nim.rb:59
msgid "An LPP source location is required in 'source'"
msgstr ""

#: ../lib/puppet/provider/package/nim.rb:102
msgid "Unable to find package '%{package}' with version '%{version}' on lpp_source '%{source}'"
msgstr ""

#: ../lib/puppet/provider/package/nim.rb:105
msgid "Unable to find package '%{package}' on lpp_source '%{source}'"
msgstr ""

#: ../lib/puppet/provider/package/nim.rb:138 ../lib/puppet/provider/package/nim.rb:142
msgid "NIM package provider is unable to downgrade packages"
msgstr ""

#: ../lib/puppet/provider/package/nim.rb:211
msgid ""
"Unable to parse output from nimclient showres: line does not match expected package header format:\n"
"'%{line}'"
msgstr ""

#: ../lib/puppet/provider/package/nim.rb:217
msgid ""
"Unable to parse output from nimclient showres: package string does not match expected installp package string format:\n"
"'%{package_string}'"
msgstr ""

#: ../lib/puppet/provider/package/nim.rb:226
msgid ""
"Unable to parse output from nimclient showres: package string does not match expected rpm package string format:\n"
"'%{package_string}'"
msgstr ""

#: ../lib/puppet/provider/package/nim.rb:235
msgid ""
"Unable to parse output from nimclient showres: line does not match expected package line format:\n"
"'%{line}'"
msgstr ""

#: ../lib/puppet/provider/package/nim.rb:247
msgid ""
"Unrecognized package type specifier: '%{package_type_flag}' in package line:\n"
"'%{line}'"
msgstr ""

#: ../lib/puppet/provider/package/openbsd.rb:49 ../lib/puppet/provider/package/opkg.rb:25
msgid "Failed to match line %{line}"
msgstr ""

#: ../lib/puppet/provider/package/openbsd.rb:136
msgid "No valid installpath found in /etc/pkg.conf and no source was set"
msgstr ""

#: ../lib/puppet/provider/package/openbsd.rb:140
msgid "You must specify a package source or configure an installpath in /etc/pkg.conf"
msgstr ""

#: ../lib/puppet/provider/package/openbsd.rb:212
msgid "%{version} is not available for this package"
msgstr ""

#: ../lib/puppet/provider/package/pacman.rb:49
msgid "Could not find package '%{name}'"
msgstr ""

#: ../lib/puppet/provider/package/pacman.rb:85
msgid "Failed to match line '%{line}'"
msgstr ""

#: ../lib/puppet/provider/package/pacman.rb:91
msgid "Error getting installed packages"
msgstr ""

#: ../lib/puppet/provider/package/pacman.rb:176
msgid "%{resource_name} is a group, but allow_virtual is false."
msgstr ""

#: ../lib/puppet/provider/package/pacman.rb:203
msgid "Refusing to uninstall package group %{resource_name}, because allow_virtual is false."
msgstr ""

#: ../lib/puppet/provider/package/pacman.rb:233
msgid "Invalid source '%{source}': %{detail}"
msgstr ""

#: ../lib/puppet/provider/package/pacman.rb:242
msgid "puppet:// URL is not supported by pacman"
msgstr ""

#: ../lib/puppet/provider/package/pacman.rb:244
msgid "Source %{source} is not supported by pacman"
msgstr ""

#: ../lib/puppet/provider/package/pacman.rb:254
msgid "Refusing to install package group %{resource_name}, because allow_virtual is false."
msgstr ""

#: ../lib/puppet/provider/package/pkg.rb:46 ../lib/puppet/provider/package/pkg.rb:56
msgid "Unknown format %{resource_name}: %{full_flags}[%{bad_flag}]"
msgstr ""

#: ../lib/puppet/provider/package/pkg.rb:87
msgid "Unknown format %{resource_name}: %{state}"
msgstr ""

#: ../lib/puppet/provider/package/pkg.rb:106
msgid "Unknown line format %{resource_name}: %{parse_line}"
msgstr ""

#: ../lib/puppet/provider/package/pkg.rb:116
msgid "Unable to unfreeze %{package}"
msgstr ""

#: ../lib/puppet/provider/package/pkg.rb:151
msgid "Implicit version %{should} has %{n} possible matches"
msgstr ""

#: ../lib/puppet/provider/package/pkg.rb:161
msgid "Selecting version '%{version}' for implicit '%{should}'"
msgstr ""

#: ../lib/puppet/provider/package/pkg.rb:166
msgid "No version of %{name} matching %{should} is installable, even though the package is currently installed"
msgstr ""

#: ../lib/puppet/provider/package/pkg.rb:185
msgid "pkg warning: %{warnings}"
msgstr ""

#: ../lib/puppet/provider/package/pkg.rb:221 ../lib/puppet/provider/package/pkg.rb:241
msgid "Unable to update %{package}"
msgstr ""

#: ../lib/puppet/provider/package/pkgdmg.rb:78
msgid "Mac OS X PKG DMGs must specify a source string ending in .dmg or flat .pkg file"
msgstr ""

#: ../lib/puppet/provider/package/pkgdmg.rb:107
msgid "No disk entities returned by mount at %{path}"
msgstr ""

#: ../lib/puppet/provider/package/pkgin.rb:43
msgid "declared as absent but unavailable %{file}:%{line}"
msgstr ""

#: ../lib/puppet/provider/package/pkgin.rb:46
msgid "No candidate to be installed"
msgstr ""

#: ../lib/puppet/provider/package/pkgutil.rb:18
msgid "It is highly recommended you create '/var/opt/csw/pkgutil/admin'."
msgstr ""

#: ../lib/puppet/provider/package/pkgutil.rb:19
msgid "See /var/opt/csw/pkgutil"
msgstr ""

#: ../lib/puppet/provider/package/pkgutil.rb:29
msgid "It is highly recommended that you set 'wgetopts=-nv' in your pkgutil.conf."
msgstr ""

#: ../lib/puppet/provider/package/pkgutil.rb:91
msgid "Package not in pkgutil catalog: %{package}"
msgstr ""

#: ../lib/puppet/provider/package/portage.rb:215
msgid "No package found with the specified name [%{name}]"
msgstr ""

#: ../lib/puppet/provider/package/portage.rb:219
msgid "More than one package with the specified name [%{search_value}], please use the category parameter to disambiguate"
msgstr ""

#: ../lib/puppet/provider/package/ports.rb:46
msgid "Could not match package info '%{pkgstuff}'"
msgstr ""

#: ../lib/puppet/provider/package/ports.rb:60
msgid "Could not match version info '%{info}'"
msgstr ""

#: ../lib/puppet/provider/package/portupgrade.rb:154
msgid "Unexpected output from portversion: %{output}"
msgstr ""

#: ../lib/puppet/provider/package/portupgrade.rb:163
msgid "portversion.latest() - fatal error with portversion: %{output}"
msgstr ""

#: ../lib/puppet/provider/package/rpm.rb:91
msgid "Failed to list packages"
msgstr ""

#: ../lib/puppet/provider/package/rpm.rb:131 ../lib/puppet/provider/package/rpm.rb:143
msgid "RPMs must specify a package source"
msgstr ""

#: ../lib/puppet/provider/package/sun.rb:79
msgid "Unable to get information about package %{name} because of: %{errmsg}"
msgstr ""

#. TRANSLATORS Sun refers to the company name, do not translate
#: ../lib/puppet/provider/package/sun.rb:97
msgid "Sun packages must specify a package source"
msgstr ""

#: ../lib/puppet/provider/package/urpmi.rb:26
msgid "Package %{name} was not present after trying to install it"
msgstr ""

#: ../lib/puppet/provider/package/windows.rb:93
msgid "The package %{operation}ed successfully and the system is rebooting now."
msgstr ""

#: ../lib/puppet/provider/package/windows.rb:95
msgid "The package %{operation}ed successfully, but the system must be rebooted."
msgstr ""

#: ../lib/puppet/provider/package/windows.rb:97
msgid "Failed to %{operation}"
msgstr ""

#: ../lib/puppet/provider/package/windows.rb:103
msgid "The source parameter cannot be empty when using the Windows provider."
msgstr ""

#: ../lib/puppet/provider/package/windows/package.rb:53
msgid "The source parameter is required when using the Windows provider."
msgstr ""

#: ../lib/puppet/provider/package/windows/package.rb:61
msgid "The source does not exist: '%{source}'"
msgstr ""

#: ../lib/puppet/provider/package/windows/package.rb:64
msgid "Don't know how to install '%{source}'"
msgstr ""

#: ../lib/puppet/provider/package/yum.rb:29
msgid "The yum provider can only be used as root"
msgstr ""

#: ../lib/puppet/provider/package/yum.rb:83
msgid "Could not check for updates, '%{cmd} check-update' exited with %{status}"
msgstr ""

#: ../lib/puppet/provider/package/yum.rb:117
msgid "Failed to parse package name and architecture from '%{pkgname}'"
msgstr ""

#: ../lib/puppet/provider/package/yum.rb:223
msgid "Could not find package %{wanted}"
msgstr ""

#: ../lib/puppet/provider/package/yum.rb:234
msgid "Failed to update to version %{should}, got version %{version} instead"
msgstr ""

#: ../lib/puppet/provider/parsedfile.rb:46
msgid "Invalid filetype %{type}"
msgstr ""

#: ../lib/puppet/provider/parsedfile.rb:268
msgid "Could not prefetch %{resource} provider '%{name}' target '%{target}': %{detail}. Treating as empty"
msgstr ""

#: ../lib/puppet/provider/parsedfile.rb:280
msgid "Prefetching %{target} for provider %{name} returned nil"
msgstr ""

#: ../lib/puppet/provider/parsedfile.rb:353
msgid "Parsed Providers must define a default target"
msgstr ""

#: ../lib/puppet/provider/parsedfile.rb:442
msgid "Somehow got told to prefetch with no resource set"
msgstr ""

#: ../lib/puppet/provider/selmodule/semodule.rb:136
msgid "Could not list policy modules: \"%{selmodule_command}\" failed with \"%{selmod_output}\""
msgstr ""

#: ../lib/puppet/provider/service/base.rb:118
msgid "%{name} is not running"
msgstr ""

#. TRANSLATORS 'plist' and label' should not be translated
#: ../lib/puppet/provider/service/launchd.rb:144
msgid "The %{file} plist does not contain a 'label' key; Puppet is skipping it"
msgstr ""

#. TRANSLATORS 'runsvdir' is a linux service name and should not be translated
#: ../lib/puppet/provider/service/runit.rb:93
msgid "Waiting 5 seconds for runsvdir to discover service %{service}"
msgstr ""

#: ../lib/puppet/provider/user/aix.rb:144
msgid "Attributes must be a list of pairs key=value on %{class_name}[%{resource_name}]"
msgstr ""

#. TRANSLATORS 'AIX' is the name of the operating system and should not be translated
#. TRANSLATORS 'AIX' is the name of the operating system and should not be translated
#: ../lib/puppet/provider/user/aix.rb:176 ../lib/puppet/provider/user/aix.rb:179
msgid "AIX group must be a valid existing group"
msgstr ""

#. TRANSLATORS 'AIX' is the name of an operating system and should not be translated
#: ../lib/puppet/provider/user/aix.rb:217
msgid "Could not convert AIX expires date '%{value}' on %{class_name}[%{resource_name}]"
msgstr ""

#. TRANSLATORS 'ruby-shadow' is a Ruby gem library
#: ../lib/puppet/provider/user/openbsd.rb:50
msgid "ruby-shadow doesn't support %{method}"
msgstr ""

#: ../lib/puppet/provider/yumrepo/inifile.rb:192
msgid "changing mode of %{file} from %{current_mode} to %{target_mode}"
msgstr ""

#: ../lib/puppet/provider/zone/solaris.rb:84
msgid "can not remove network based on default router"
msgstr ""

#: ../lib/puppet/provider/zone/solaris.rb:158
msgid "Failed to apply configuration"
msgstr ""

#: ../lib/puppet/reference/indirection.rb:22
msgid "Could not build docs for indirector %{name}, terminus %{terminus}: could not locate terminus."
msgstr ""

#: ../lib/puppet/reference/metaparameter.rb:30
msgid "incorrect metaparams: %{detail}"
msgstr ""

#: ../lib/puppet/reference/providers.rb:59
msgid ""
"  - Missing files %{files}\n"
msgstr ""

#: ../lib/puppet/reference/providers.rb:63
msgid ""
"  - Setting %{name} (currently %{value}) not in list %{facts}\n"
msgstr ""

#: ../lib/puppet/reference/providers.rb:65
msgid ""
"  - Fact %{name} (currently %{value}) not in list %{facts}\n"
msgstr ""

#: ../lib/puppet/reference/providers.rb:69
msgid ""
"  - Got %{values} true tests that should have been false\n"
msgstr ""

#: ../lib/puppet/reference/providers.rb:71
msgid ""
"  - Got %{values} false tests that should have been true\n"
msgstr ""

#: ../lib/puppet/reference/providers.rb:73
msgid ""
"  - Missing features %{values}\n"
msgstr ""

#: ../lib/puppet/reference/type.rb:80
msgid "Could not retrieve property %{sname} on type %{type_name}"
msgstr ""

#: ../lib/puppet/reference/type.rb:83
msgid "No docs for %{type}[%{sname}]"
msgstr ""

#. TRANSLATORS 'NONE' should not be translated
#: ../lib/puppet/relationship.rb:34
msgid "You must pass a callback for non-NONE events"
msgstr ""

#: ../lib/puppet/reports/http.rb:34
msgid "Unable to submit report to %{url} [%{code}] %{message}"
msgstr ""

#: ../lib/puppet/reports/store.rb:64
msgid "Invalid node name %{host}"
msgstr ""

#: ../lib/puppet/resource.rb:47
msgid "No resource type provided in serialized data"
msgstr ""

#: ../lib/puppet/resource.rb:48
msgid "No resource title provided in serialized data"
msgstr ""

#. TRANSLATORS 'Puppet::Resource.new' should not be translated
#: ../lib/puppet/resource.rb:255
msgid "Puppet::Resource.new does not take a hash as the first argument."
msgstr ""

#: ../lib/puppet/resource.rb:256
msgid "Did you mean (%{type}, %{title}) ?"
msgstr ""

#: ../lib/puppet/resource.rb:293
msgid "Could not find declared class %{title}"
msgstr ""

#: ../lib/puppet/resource.rb:295
msgid "Invalid resource type %{type}"
msgstr ""

#: ../lib/puppet/resource.rb:482
msgid "The method Puppet::Resource.set_default_parameters is deprecated and will be removed in the next major release of Puppet."
msgstr ""

#: ../lib/puppet/resource.rb:487
msgid "Cannot evaluate default parameters for %{resource} - not a parser resource"
msgstr ""

#: ../lib/puppet/resource.rb:527
msgid "The method Puppet::Resource.validate_complete is deprecated and will be removed in the next major release of Puppet."
msgstr ""

#: ../lib/puppet/resource.rb:533
msgid "Must pass %{param} to %{resource}"
msgstr ""

#: ../lib/puppet/resource.rb:544
msgid "Expected parameter '%{name}' of '%{value0}' to have type %{value1}, got %{value2}"
msgstr ""

#: ../lib/puppet/resource.rb:550
msgid "no parameter named '%{name}'"
msgstr ""

#: ../lib/puppet/resource.rb:592
msgid "No title provided and %{type} is not a valid resource reference"
msgstr ""

#: ../lib/puppet/resource.rb:665
msgid "No set of title patterns matched the title \"%{title}\"."
msgstr ""

#: ../lib/puppet/resource/capability_finder.rb:27
msgid "PuppetDB is not available"
msgstr ""

#: ../lib/puppet/resource/capability_finder.rb:45
msgid "Unexpected response from PuppetDB when looking up %{capability}:"
msgstr ""

#: ../lib/puppet/resource/capability_finder.rb:46
msgid "expected exactly one resource but got %{count};"
msgstr ""

#: ../lib/puppet/resource/capability_finder.rb:47
msgid ""
"returned data is:\n"
"%{resources}"
msgstr ""

#: ../lib/puppet/resource/capability_finder.rb:78
msgid "Looking up capability %{capability} in PuppetDB: %{query_terms}"
msgstr ""

#: ../lib/puppet/resource/capability_finder.rb:102
msgid "Unexpected response from PuppetDB when looking up %{capability}: expected an Array but got %{result}"
msgstr ""

#: ../lib/puppet/resource/capability_finder.rb:109
msgid ""
"Invalid JSON from PuppetDB when looking up %{capability}\n"
"%{detail}"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:104
msgid "Cannot add resource %{resource_1} before %{resource_2} because %{resource_2} is not yet in the catalog"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:119
msgid "Cannot add resource %{resource_1} after %{resource_2} because %{resource_2} is not yet in the catalog"
msgstr ""

#. TRANSLATORS 'alias' should not be translated
#: ../lib/puppet/resource/catalog.rb:205
msgid "Cannot alias %{resource} to %{key}; resource %{newref} already declared"
msgstr ""

#. TRANSLATORS 'alias' should not be translated
#: ../lib/puppet/resource/catalog.rb:209
msgid "Cannot alias %{resource} to %{key} at %{resource_declaration}; resource %{newref} already declared"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:287
msgid "Unknown resource type %{type}"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:449
msgid "Could not intern from data: Could not find relationship source %{source} for %{target}"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:455
msgid "Could not intern from data: Could not find relationship target %{target} for %{source}"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:548
msgid "Could not create class file %{file}: %{detail}"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:568
msgid "Could not create resource file %{file}: %{detail}"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:590
msgid "Unknown ordering type %{ordering}"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:611
msgid "Duplicate declaration: %{resource} is already declared; cannot redeclare"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:613
msgid "Duplicate declaration: %{resource} is already declared at %{error_location}; cannot redeclare"
msgstr ""

#: ../lib/puppet/resource/catalog.rb:661 ../lib/puppet/resource/catalog.rb:665
msgid "Could not find resource %{resource} when converting %{message} resources"
msgstr ""

#: ../lib/puppet/resource/status.rb:135 ../lib/puppet/transaction.rb:264
msgid "Could not evaluate: %{detail}"
msgstr ""

#: ../lib/puppet/resource/type.rb:78
msgid "Invalid export in %{reference}: %{ex} is not a resource"
msgstr ""

#: ../lib/puppet/resource/type.rb:79
msgid "Invalid export in %{reference}: %{ex} is not a capability resource"
msgstr ""

#: ../lib/puppet/resource/type.rb:83
msgid "Resource type %{res_type} does not produce %{ex_type}"
msgstr ""

#: ../lib/puppet/resource/type.rb:143
msgid "Invalid resource supertype '%{type}'"
msgstr ""

#: ../lib/puppet/resource/type.rb:190
msgid "%{name} is not a class; cannot add code to it"
msgstr ""

#: ../lib/puppet/resource/type.rb:191
msgid "%{name} is not a class; cannot add code from it"
msgstr ""

#: ../lib/puppet/resource/type.rb:192
msgid "Cannot have code outside of a class/node/define because 'freeze_main' is enabled"
msgstr ""

#: ../lib/puppet/resource/type.rb:195
msgid "Cannot merge classes with different parent classes (%{name} => %{parent} vs. %{other_name} => %{other_parent})"
msgstr ""

#: ../lib/puppet/resource/type.rb:226
msgid "Cannot create resources for defined resource types"
msgstr ""

#: ../lib/puppet/resource/type.rb:280
msgid "The method Puppet::Resource::Type.assign_parameter_values is deprecated and will be removed in the next major release of Puppet."
msgstr ""

#: ../lib/puppet/resource/type.rb:296
msgid "Could not find parent resource type '%{parent}' of type %{parent_type} in %{env}"
msgstr ""

#: ../lib/puppet/resource/type.rb:423
msgid "Parameter '%{name}' is given a type, but is not a valid parameter."
msgstr ""

#: ../lib/puppet/resource/type.rb:426
msgid "Parameter '%{name}' is given a type that is not a Puppet Type, got %{class_name}"
msgstr ""

#: ../lib/puppet/resource/type.rb:466
msgid "Could not find scope for %{class_name}"
msgstr ""

#: ../lib/puppet/resource/type.rb:487
msgid "%{param} is a metaparam; this value will inherit to all contained resources in the %{name} definition"
msgstr ""

#: ../lib/puppet/resource/type.rb:489
msgid "%{param} is a metaparameter; please choose another parameter name in the %{name} definition"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:70
msgid "Class '%{klass}' is already defined%{error}; cannot redefine"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:71
msgid "Definition '%{klass}' is already defined%{error}; cannot be redefined as a class"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:72
msgid "Application '%{klass}' is already defined%{error}; cannot be redefined as a class"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:103
msgid "Node '%{name}' is already defined%{error}; cannot redefine"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:111
msgid "Site is already defined%{error}; cannot redefine"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:147
msgid "'%{name}' is already defined%{error} as a class; cannot redefine as a definition"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:148
msgid "Definition '%{name}' is already defined%{error}; cannot be redefined"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:149 ../lib/puppet/resource/type_collection.rb:165
msgid "'%{name}' is already defined%{error} as an application; cannot be redefined"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:154
msgid "'%{name}' is already defined%{error} as a class; cannot redefine as a mapping"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:163
msgid "'%{name}' is already defined%{error} as a class; cannot redefine as an application"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:164
msgid "'%{name}' is already defined%{error} as a definition; cannot redefine as an application"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:217
msgid "Execution of config_version command `%{cmd}` failed: %{message}"
msgstr ""

#: ../lib/puppet/resource/type_collection.rb:237
msgid "Not attempting to load %{type} %{fqname} as this object was missing during a prior compilation"
msgstr ""

#: ../lib/puppet/settings.rb:259
msgid "Attempting to initialize global default settings more than once!"
msgstr ""

#: ../lib/puppet/settings.rb:689
msgid "Invalid setting type '%{type}'"
msgstr ""

#: ../lib/puppet/settings.rb:833
msgid "Unknown searchpath case: %{source_type} for the %{source} settings path element."
msgstr ""

#: ../lib/puppet/settings.rb:895
msgid "setting definition for '%{name}' is not a hash!"
msgstr ""

#: ../lib/puppet/settings.rb:900
msgid "Setting %{name} is already defined"
msgstr ""

#: ../lib/puppet/settings.rb:904
msgid "Setting %{name} is already using short name '%{short}'"
msgstr ""

#: ../lib/puppet/settings.rb:1161
msgid "Setting %{name} is deprecated."
msgstr ""

#. TRANSLATORS 'puppet.conf' is a file name and should not be translated
#: ../lib/puppet/settings.rb:1166
msgid "Setting %{name} is deprecated in puppet.conf."
msgstr ""

#: ../lib/puppet/settings.rb:1312
msgid "Error converting value for param '%{name}': %{detail}"
msgstr ""

#: ../lib/puppet/settings.rb:1341
msgid "Could not find value for %{expression}"
msgstr ""

#. TRANSLATORS '$environment' is a Puppet specific variable and should not be translated
#: ../lib/puppet/settings.rb:1351
msgid "You cannot interpolate $environment within '%{setting_name}' when using directory environments."
msgstr ""

#: ../lib/puppet/settings.rb:1352
msgid "Its value will remain %{value}."
msgstr ""

#: ../lib/puppet/settings.rb:1383
msgid "Attempt to assign a value to unknown setting %{name}"
msgstr ""

#: ../lib/puppet/settings/array_setting.rb:14
msgid "Expected an Array or String, got a %{klass}"
msgstr ""

#: ../lib/puppet/settings/autosign_setting.rb:19
msgid "Invalid autosign value %{value}: must be 'true'/'false' or an absolute path"
msgstr ""

#. TRANSLATORS ':%{name}', ':call_hook', and ':on_write_only' should not be translated
#: ../lib/puppet/settings/base_setting.rb:15
msgid "Setting :%{name} :call_hook is nil, defaulting to :on_write_only"
msgstr ""

#. TRANSLATORS 'call_hook' is a Puppet option name and should not be translated
#: ../lib/puppet/settings/base_setting.rb:20
msgid "Invalid option %{value} for call_hook"
msgstr ""

#. TRANSLATORS ':call_hook' and ':hook' are specific setting names and should not be translated
#: ../lib/puppet/settings/base_setting.rb:76
msgid "Cannot reference :call_hook for :%{name} if no :hook is defined"
msgstr ""

#: ../lib/puppet/settings/base_setting.rb:82
msgid "%{class_name} (setting '%{setting}') does not accept %{parameter}"
msgstr ""

#: ../lib/puppet/settings/base_setting.rb:89
msgid "You must provide a description for the %{class_name} config option"
msgstr ""

#: ../lib/puppet/settings/base_setting.rb:103
msgid "Short names can only be one character."
msgstr ""

#. TRANSLATORS 'deprecated' is a Puppet setting and ':completely' and ':allowed_on_commandline' are possible values and should not be translated
#: ../lib/puppet/settings/base_setting.rb:167
msgid "Unsupported deprecated value '%{deprecation}'."
msgstr ""

#: ../lib/puppet/settings/base_setting.rb:168
msgid "Supported values for deprecated are ':completely' or ':allowed_on_commandline'"
msgstr ""

#: ../lib/puppet/settings/boolean_setting.rb:25
msgid "Invalid value '%{value}' for boolean parameter: %{name}"
msgstr ""

#: ../lib/puppet/settings/certificate_revocation_setting.rb:18
msgid "Invalid certificate revocation value %{value}: must be one of 'true', 'chain', 'leaf', or 'false'"
msgstr ""

#: ../lib/puppet/settings/config_file.rb:38
msgid "Could not match line %{text}"
msgstr ""

#: ../lib/puppet/settings/config_file.rb:87
msgid "Illegal section '%{name}' in config file at %{error_location}."
msgstr ""

#. TRANSLATORS 'puppet.conf' is the name of the puppet configuration file and should not be translated.
#: ../lib/puppet/settings/config_file.rb:90
msgid "The only valid puppet.conf sections are: [%{allowed_sections_list}]."
msgstr ""

#: ../lib/puppet/settings/config_file.rb:92
msgid "Please use the directory environments feature to specify environments."
msgstr ""

#: ../lib/puppet/settings/config_file.rb:93
msgid "(See https://docs.puppet.com/puppet/latest/reference/environments.html)"
msgstr ""

#: ../lib/puppet/settings/config_file.rb:138
msgid "Invalid file option '%{parameter}'"
msgstr ""

#: ../lib/puppet/settings/config_file.rb:142
msgid "File modes must be numbers"
msgstr ""

#: ../lib/puppet/settings/config_file.rb:145
msgid "Could not parse '%{string}'"
msgstr ""

#: ../lib/puppet/settings/duration_setting.rb:29
msgid "Invalid duration format '%{value}' for parameter: %{name}"
msgstr ""

#. TRANSLATORS 'disable_per_environment_manifest' is a setting and 'environment.conf' is a file name and should not be translated
#: ../lib/puppet/settings/environment_conf.rb:69
msgid "The 'disable_per_environment_manifest' setting is true, but the environment located at %{path_to_env} has a manifest setting in its environment.conf of '%{environment_conf}' which does not match the default_manifest setting '%{puppet_conf}'."
msgstr ""

#: ../lib/puppet/settings/environment_conf.rb:71
msgid "If this environment is expecting to find modules in '%{environment_conf}', they will not be available!"
msgstr ""

#: ../lib/puppet/settings/environment_conf.rb:141
msgid "Invalid sections in environment.conf at '%{path_to_conf_file}'. Environment conf may not have sections. The following sections are being ignored: '%{sections}'"
msgstr ""

#: ../lib/puppet/settings/environment_conf.rb:153
msgid "Invalid settings in environment.conf at '%{path_to_conf_file}'. The following unknown setting(s) are being ignored: %{ignored_settings}"
msgstr ""

#: ../lib/puppet/settings/file_setting.rb:182
msgid "Settings parameter '%{name}' is undefined"
msgstr ""

#: ../lib/puppet/settings/file_setting.rb:218
msgid "The %{parameter} parameter for the setting '%{name}' must be either 'root' or 'service', not '%{value}'"
msgstr ""

#: ../lib/puppet/settings/priority_setting.rb:39
msgid "Invalid priority format '%{value}' for parameter: %{name}"
msgstr ""

#: ../lib/puppet/settings/server_list_setting.rb:16
msgid "Expected an Array of String, got a %{klass}"
msgstr ""

#: ../lib/puppet/settings/terminus_setting.rb:11
msgid "Invalid terminus setting: %{value}"
msgstr ""

#: ../lib/puppet/settings/ttl_setting.rb:33
msgid "Invalid negative 'time to live' %{value} - did you mean 'unlimited'?"
msgstr ""

#: ../lib/puppet/settings/ttl_setting.rb:43
msgid "Invalid 'time to live' format '%{value}' for parameter: %{param_name}"
msgstr ""

#: ../lib/puppet/ssl/base.rb:27
msgid "%{name} has not declared what class it wraps"
msgstr ""

#: ../lib/puppet/ssl/base.rb:32
msgid "Certname %{name} must not contain unprintable or non-ASCII characters"
msgstr ""

#: ../lib/puppet/ssl/base.rb:43
msgid "%{class_name} did not override 'generate'"
msgstr ""

#: ../lib/puppet/ssl/base.rb:68
msgid "Object must be an instance of %{class_name}, %{actual_class} given"
msgstr ""

#: ../lib/puppet/ssl/base.rb:72
msgid "Name must be supplied if it cannot be determined from the instance"
msgstr ""

#: ../lib/puppet/ssl/base.rb:149
msgid "Unknown signature algorithm '%{ln}'"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:69
msgid "Autosigning %{csr}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:121
msgid "A Certificate already exists for %{name}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:179
msgid "Could not write CA password: %{detail}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:212
msgid "Puppet::SSL::CertificateAuthority#list_certificates is deprecated. Please use Puppet::SSL::CertificateAuthority#list or the certificate status API to query certificate information. See https://docs.puppet.com/puppet/latest/http_api/http_certificate_status.html"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:250
msgid "Cannot revoke certificates when the CRL is disabled"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:263
msgid "Could not find a serial number for %{name}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:297
msgid "Could not find certificate request for %{hostname}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:306
msgid "CSR had an unknown failure checking internal signing policies, will not sign!"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:316
msgid "Signed certificate request for %{hostname}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:349
msgid "CSR has request extensions that are not permitted: %{names}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:355
msgid "CSR subject common name %{name} does not match expected certname %{expected}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:359
msgid "CSR %{hostname} subject contains unprintable or non-ASCII characters"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:368
msgid "CSR subject contains a wildcard, which is not allowed: %{subject}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:372
msgid "CSR contains a public key that does not correspond to the signing key"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:384
msgid "CSR '%{csr}' contains authorization extensions (%{extensions}), which are disallowed by default. Use `puppet cert --allow-authorization-extensions sign %{csr}` to sign this request."
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:391
msgid "CSR '%{csr}' contains subject alternative names (%{alt_names}), which are disallowed. Use `puppet cert --allow-dns-alt-names sign %{csr}` to sign this request."
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:397
msgid "CSR '%{csr}' contains a subjectAltName outside the DNS label space: %{alt_names}.  To continue, this CSR needs to be cleaned."
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:402
msgid "CSR '%{csr}' subjectAltName contains a wildcard, which is not allowed: %{alt_names}.  To continue, this CSR needs to be cleaned."
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:480
msgid "Puppet::SSL::CertificateAuthority#certificate_is_alive? is deprecated. Please use Puppet::SSL::CertificateAuthority#verify or the certificate status API to query certificate information. See https://docs.puppet.com/puppet/latest/http_api/http_certificate_status.html"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:497
msgid "Could not find a certificate for %{name}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority.rb:506
msgid "Could not find a certificate or csr for %{name}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:21
msgid "You must provide hosts or --all when using %{method}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:26
msgid "all signed"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:27
msgid "Refusing to %{method} %{subject_text} certs, provide an explicit list of certs to %{method}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:41
msgid "It makes no sense to generate all hosts; you must specify a list"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:253 ../lib/puppet/ssl/certificate_authority/interface.rb:264
msgid "Could not find certificate for %{host}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:272
msgid "No waiting certificate requests to sign"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:281
msgid "Could not find CSR for: %{host}."
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:291
msgid ""
"Signing Certificate Request for:\n"
"%{host_string}"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:294
msgid "Sign Certificate Request? [y/N] "
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:298
msgid "NOT Signing Certificate Request"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:300
msgid "Assuming YES from `-y' or `--assume-yes' flag"
msgstr ""

#: ../lib/puppet/ssl/certificate_authority/interface.rb:315
msgid "Subjects must be an array or :all; not %{value}"
msgstr ""

#: ../lib/puppet/ssl/certificate_factory.rb:31
msgid "%{cert_type} is an invalid certificate type!"
msgstr ""

#: ../lib/puppet/ssl/certificate_factory.rb:33
msgid "Certificate TTL must be an integer"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:77
msgid "Creating a new SSL certificate request for %{name}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:103
msgid "CSR sign verification failed; you need to clean the certificate request for %{name} on the server"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:106
msgid "Certificate Request fingerprint (%{digest}): %{hex_digest}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:149
msgid "CSR needs content to extract fields"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:176
msgid "In %{attr}, expected extension record %{index} to have two or three items, but found %{count}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:227
msgid "Cannot specify CSR attribute %{oid}: conflicts with internally used CSR attribute"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:236
msgid "Cannot create CSR with attribute %{oid}: %{message}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:255
msgid "Cannot specify CSR extension request %{oid}: conflicts with internally used extension request"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:261
msgid "Cannot create CSR with extension request %{oid}: %{message}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:304
msgid "In %{attr}, expected Set but found %{klass}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:308
msgid "In %{attr}, expected Set[Array] but found %{klass}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:312
msgid "In %{attr}, expected Set[Array] with one value but found %{count} elements"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:316
msgid "In %{attr}, expected Set[Array[Sequence[...]]], but found %{klass}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request.rb:320
msgid "In %{attr}, expected Set[Array[Sequence[Array[...]]]], but found %{klass}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request_attributes.rb:22
msgid "csr_attributes file loading from %{path}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request_attributes.rb:26
msgid "invalid CSR attributes, expected instance of Hash, received instance of %{klass}"
msgstr ""

#: ../lib/puppet/ssl/certificate_request_attributes.rb:31
msgid "unexpected attributes %{keys} in %{path}"
msgstr ""

#: ../lib/puppet/ssl/certificate_revocation_list.rb:30
msgid "Creating a new certificate revocation list"
msgstr ""

#: ../lib/puppet/ssl/certificate_revocation_list.rb:50
msgid "Revoked certificate with serial %{serial}"
msgstr ""

#: ../lib/puppet/ssl/host.rb:107
msgid "CA Mode can only be one of: %{modes}"
msgstr ""

#: ../lib/puppet/ssl/host.rb:210
msgid "No certificate to validate."
msgstr ""

#: ../lib/puppet/ssl/host.rb:211
msgid "No private key with which to validate certificate with fingerprint: %{fingerprint}"
msgstr ""

#: ../lib/puppet/ssl/host.rb:213
msgid ""
"The certificate retrieved from the master does not match the agent's private key. Did you forget to run as root?\n"
"Certificate fingerprint: %{fingerprint}\n"
"To fix this, remove the certificate from both the master and the agent and then start a puppet run, which will automatically regenerate a certificate.\n"
"On the master:\n"
"  puppet cert clean %{cert_name}\n"
"On the agent:\n"
"  1a. On most platforms: find %{ssl_dir} -name %{cert_name}.pem -delete\n"
"  1b. On Windows: del \"%{cert_dir}\\\\%{cert_name}.pem\" /f\n"
"  2. puppet agent -t\n"
msgstr ""

#: ../lib/puppet/ssl/host.rb:238
msgid ""
"The CSR retrieved from the master does not match the agent's public key.\n"
"CSR fingerprint: %{fingerprint}\n"
"CSR public key: %{csr_public_key}\n"
"Agent public key: %{agent_public_key}\n"
"To fix this, remove the CSR from both the master and the agent and then start a puppet run, which will automatically regenerate a CSR.\n"
"On the master:\n"
"  puppet cert clean %{cert_name}\n"
"On the agent:\n"
"  1a. On most platforms: find %{ssl_dir} -name %{cert_name}.pem -delete\n"
"  1b. On Windows: del \"%{cert_dir}\\\\%{cert_name}.pem\" /f\n"
"  2. puppet agent -t\n"
msgstr ""

#: ../lib/puppet/ssl/host.rb:333 ../lib/puppet/ssl/host.rb:354
msgid "Could not request certificate: %{message}"
msgstr ""

#: ../lib/puppet/ssl/host.rb:335
msgid "Exiting; failed to retrieve certificate and waitforcert is disabled"
msgstr ""

#: ../lib/puppet/ssl/host.rb:344
msgid "Exiting; no certificate found and waitforcert is disabled"
msgstr ""

#: ../lib/puppet/ssl/host.rb:352
msgid "Did not receive certificate"
msgstr ""

#: ../lib/puppet/ssl/host.rb:393
msgid "Certificate revocation checking is enabled but a CRL cannot be found; CRL checking will not be performed."
msgstr ""

#: ../lib/puppet/ssl/inventory.rb:32
msgid "Rebuilding inventory file"
msgstr ""

#: ../lib/puppet/ssl/key.rb:24
msgid "Creating a new SSL key for %{name}"
msgstr ""

#: ../lib/puppet/ssl/oids.rb:109
msgid "Error loading ssl custom OIDs mapping file from '%{custom_oid_file}': %{err}"
msgstr ""

#: ../lib/puppet/ssl/oids.rb:113
msgid "Error loading ssl custom OIDs mapping file from '%{custom_oid_file}': no such index '%{map_key}'"
msgstr ""

#: ../lib/puppet/ssl/oids.rb:117
msgid "Error loading ssl custom OIDs mapping file from '%{custom_oid_file}': data under index '%{map_key}' must be a Hash"
msgstr ""

#: ../lib/puppet/ssl/oids.rb:124
msgid "Error loading ssl custom OIDs mapping file from '%{custom_oid_file}': incomplete definition of oid '%{oid}'"
msgstr ""

#: ../lib/puppet/ssl/oids.rb:156
msgid "Error registering ssl custom OIDs mapping from file '%{custom_oid_file}': %{err}"
msgstr ""

#: ../lib/puppet/syntax_checkers/base64.rb:18
msgid "Base64 syntax checker: the text to check must be a String."
msgstr ""

#: ../lib/puppet/syntax_checkers/base64.rb:19
msgid "Base64 syntax checker: the syntax identifier must be a String, e.g. json, data+json"
msgstr ""

#: ../lib/puppet/syntax_checkers/base64.rb:20
msgid "Base64 syntax checker: invalid Acceptor, got: '%{klass}'."
msgstr ""

#: ../lib/puppet/syntax_checkers/base64.rb:28
msgid "Base64 syntax checker: Cannot parse invalid Base64 string - padding is not correct"
msgstr ""

#: ../lib/puppet/syntax_checkers/base64.rb:30
msgid "Base64 syntax checker: Cannot parse invalid Base64 string - contains letters outside strict base 64 range (or whitespace)"
msgstr ""

#: ../lib/puppet/syntax_checkers/json.rb:17
msgid "Json syntax checker: the text to check must be a String."
msgstr ""

#: ../lib/puppet/syntax_checkers/json.rb:18
msgid "Json syntax checker: the syntax identifier must be a String, e.g. json, data+json"
msgstr ""

#: ../lib/puppet/syntax_checkers/json.rb:19
msgid "Json syntax checker: invalid Acceptor, got: '%{klass}'."
msgstr ""

#: ../lib/puppet/syntax_checkers/json.rb:26
msgid "JSON syntax checker: Cannot parse invalid JSON string. \"%{message}\""
msgstr ""

#: ../lib/puppet/transaction.rb:84
msgid "Some pre-run checks failed"
msgstr ""

#: ../lib/puppet/transaction.rb:100
msgid "Applying configuration version '%{version}'"
msgstr ""

#: ../lib/puppet/transaction.rb:123
msgid "Provider %{name} is not functional on this host"
msgstr ""

#: ../lib/puppet/transaction.rb:139
msgid "Could not find a suitable provider for %{type}"
msgstr ""

#: ../lib/puppet/transaction.rb:146
msgid "post_resource_eval failed for provider %{provider}"
msgstr ""

#: ../lib/puppet/transaction.rb:163
msgid "resource is part of a dependency cycle"
msgstr ""

#: ../lib/puppet/transaction.rb:165
msgid "One or more resource dependency cycles detected in graph"
msgstr ""

#: ../lib/puppet/transaction.rb:178
msgid "Somehow left a component in the relationship graph"
msgstr ""

#: ../lib/puppet/transaction.rb:180
msgid "Starting to evaluate the resource"
msgstr ""

#: ../lib/puppet/transaction.rb:182
msgid "Evaluated in %{seconds} seconds"
msgstr ""

#: ../lib/puppet/transaction.rb:295
msgid "Dependency %{dep} has failures: %{status}"
msgstr ""

#: ../lib/puppet/transaction.rb:315
msgid "Prefetch failed for %{type_name} provider '%{name}'"
msgstr ""

#. TRANSLATORS `prefetch` is a function name and should not be translated
#: ../lib/puppet/transaction.rb:365
msgid "Could not prefetch %{type_name} provider '%{name}': %{detail}"
msgstr ""

#: ../lib/puppet/transaction.rb:394
msgid "Skipping because of failed dependencies"
msgstr ""

#: ../lib/puppet/transaction.rb:399
msgid "Skipping because provider prefetch failed"
msgstr ""

#: ../lib/puppet/transaction/additional_resource_generator.rb:25
msgid "Failed to generate additional resources using 'generate': %{detail}"
msgstr ""

#: ../lib/puppet/transaction/additional_resource_generator.rb:54
msgid "Depthfirst resources are not supported by eval_generate"
msgstr ""

#. TRANSLATORS eval_generate is a method name and should be left untranslated
#: ../lib/puppet/transaction/additional_resource_generator.rb:61
msgid "Failed to generate additional resources using 'eval_generate': %{detail}"
msgstr ""

#: ../lib/puppet/transaction/event.rb:100
msgid "Event status can only be %{statuses}"
msgstr ""

#: ../lib/puppet/transaction/event_manager.rb:87
msgid "Unscheduling all events on %{target}"
msgstr ""

#: ../lib/puppet/transaction/event_manager.rb:93
msgid "Unscheduling %{callback} on %{target}"
msgstr ""

#: ../lib/puppet/transaction/event_manager.rb:108
msgid "Scheduling %{callback} of %{target}"
msgstr ""

#: ../lib/puppet/transaction/event_manager.rb:150
msgid "Triggered '%{callback}' from %{count} event"
msgid_plural "Triggered '%{callback}' from %{count} events"
msgstr[0] ""
msgstr[1] ""

#: ../lib/puppet/transaction/event_manager.rb:154
msgid "Failed to call %{callback}: %{detail}"
msgstr ""

#: ../lib/puppet/transaction/event_manager.rb:162
msgid "Would have triggered '%{callback}' from %{count} event"
msgid_plural "Would have triggered '%{callback}' from %{count} events"
msgstr[0] ""
msgstr[1] ""

#: ../lib/puppet/transaction/persistence.rb:58
msgid "Transaction store file %{filename} is not a file, ignoring"
msgstr ""

#: ../lib/puppet/transaction/persistence.rb:63
msgid "Loaded transaction store file in %{seconds} seconds"
msgstr ""

#: ../lib/puppet/transaction/persistence.rb:67
msgid "Transaction store file %{filename} is corrupt (%{detail}); replacing"
msgstr ""

#: ../lib/puppet/transaction/persistence.rb:72
msgid "Unable to rename corrupt transaction store file: %{detail}"
msgstr ""

#: ../lib/puppet/transaction/persistence.rb:73
msgid "Could not rename corrupt transaction store file %{filename}; remove manually"
msgstr ""

#: ../lib/puppet/transaction/persistence.rb:81
msgid "Transaction store file %{filename} is valid YAML but not returning a hash. Check the file for corruption, or remove it before continuing."
msgstr ""

#: ../lib/puppet/transaction/resource_harness.rb:50
msgid "Cannot schedule without a schedule-containing catalog"
msgstr ""

#: ../lib/puppet/transaction/resource_harness.rb:55
msgid "Could not find schedule %{name}"
msgstr ""

#: ../lib/puppet/transaction/resource_harness.rb:147 ../lib/puppet/transaction/resource_harness.rb:155
msgid "change from %s to %s failed: "
msgstr ""

#: ../lib/puppet/transaction/resource_harness.rb:212
msgid "audit change: previously recorded value %s has been changed to %s"
msgstr ""

#: ../lib/puppet/transaction/resource_harness.rb:222
msgid " (previously recorded value was %s)"
msgstr ""

#: ../lib/puppet/transaction/resource_harness.rb:229
msgid "current_value %s, should be %s (noop)"
msgstr ""

#: ../lib/puppet/transaction/resource_harness.rb:238
msgid "changed %s to %s"
msgstr ""

#: ../lib/puppet/transaction/resource_harness.rb:261
msgid "audit change: newly-recorded value %s"
msgstr ""

#: ../lib/puppet/type.rb:503
msgid "Options must be a hash, not %{type}"
msgstr ""

#: ../lib/puppet/type.rb:506
msgid "Class %{class_name} already has a property named %{property}"
msgstr ""

#: ../lib/puppet/type.rb:592
msgid "Class %{class_name} has not defined parameters"
msgstr ""

#: ../lib/puppet/type.rb:676
msgid "Parameter %{name} failed on %{ref}: %{detail}"
msgstr ""

#: ../lib/puppet/type.rb:699
msgid "Undefined attribute '%{attribute}' in %{name}"
msgstr ""

#. TRANSLATORS 'is' is a variable name and should not be translated
#. TRANSLATORS 'is' is a variable name and should not be translated
#: ../lib/puppet/type.rb:1022 ../lib/puppet/type.rb:1033
msgid "The 'is' value is not in the 'is' array for '%{name}'"
msgstr ""

#: ../lib/puppet/type.rb:1159
msgid "%{name} has no providers and has not overridden 'instances'"
msgstr ""

#: ../lib/puppet/type.rb:1418
msgid "Cannot add aliases without a catalog"
msgstr ""

#: ../lib/puppet/type.rb:1497
msgid "Could not find %{description} %{ref} for %{resource}"
msgstr ""

#: ../lib/puppet/type.rb:1770
msgid "Found multiple default providers for %{name}: %{provider_list}; using %{selected_provider}"
msgstr ""

#: ../lib/puppet/type.rb:1855
msgid "Could not find parent provider %{parent} of %{name}"
msgstr ""

#: ../lib/puppet/type.rb:1931
msgid "Invalid %{resource} provider '%{provider_class}'"
msgstr ""

#: ../lib/puppet/type.rb:2014
msgid "Could not find %{name} provider of %{provider}"
msgstr ""

#: ../lib/puppet/type.rb:2131
msgid "You cannot add relationships without a catalog"
msgstr ""

#: ../lib/puppet/type.rb:2442
msgid "Unable to mark '%{name}' as sensitive: %{name} is a parameter and not a property, and cannot be automatically redacted."
msgstr ""

#: ../lib/puppet/type.rb:2445
msgid "Unable to mark '%{name}' as sensitive: the property itself was not assigned a value."
msgstr ""

#: ../lib/puppet/type.rb:2447
msgid "Unable to mark '%{name}' as sensitive: the property itself is not defined on %{type}."
msgstr ""

#: ../lib/puppet/type.rb:2498
msgid "Could not set %{attribute} on %{class_name}: %{detail}"
msgstr ""

#: ../lib/puppet/type/augeas.rb:167
msgid "You must specify both the lens and incl parameters, or neither."
msgstr ""

#: ../lib/puppet/type/augeas.rb:191 ../lib/puppet/type/exec.rb:104
msgid "executed successfully"
msgstr ""

#: ../lib/puppet/type/cron.rb:193
msgid "%{value} is not a valid %{name}"
msgstr ""

#: ../lib/puppet/type/cron.rb:251
msgid "Invalid special schedule %{value}"
msgstr ""

#: ../lib/puppet/type/cron.rb:324
msgid "Invalid environment setting %{value}"
msgstr ""

#: ../lib/puppet/type/cron.rb:419
msgid "%{cron} cannot specify both a special schedule and a value for %{field}"
msgstr ""

#: ../lib/puppet/type/exec.rb:138
msgid "Command exceeded timeout"
msgstr ""

#: ../lib/puppet/type/exec.rb:162
msgid "[command redacted] returned %{status} instead of one of [%{expected}]"
msgstr ""

#: ../lib/puppet/type/exec.rb:164
msgid "'%{cmd}' returned %{status} instead of one of [%{expected}]"
msgstr ""

#: ../lib/puppet/type/exec.rb:182
msgid "Command must be a String, got value of class %{klass}"
msgstr ""

#: ../lib/puppet/type/exec.rb:211
msgid "Unable to execute commands as other users on Windows"
msgstr ""

#: ../lib/puppet/type/exec.rb:213
msgid "Only root can execute commands as other users"
msgstr ""

#: ../lib/puppet/type/exec.rb:269
msgid "Invalid environment setting '%{value}'"
msgstr ""

#: ../lib/puppet/type/exec.rb:282
msgid "The umask specification is invalid: %{value}"
msgstr ""

#: ../lib/puppet/type/exec.rb:298
msgid "The timeout must be a number."
msgstr ""

#: ../lib/puppet/type/exec.rb:316
msgid "Tries must be an integer"
msgstr ""

#: ../lib/puppet/type/exec.rb:320
msgid "Tries must be an integer >= 1"
msgstr ""

#: ../lib/puppet/type/exec.rb:333
msgid "try_sleep must be a number"
msgstr ""

#: ../lib/puppet/type/exec.rb:337
msgid "try_sleep cannot be a negative number"
msgstr ""

#: ../lib/puppet/type/exec.rb:452 ../lib/puppet/type/exec.rb:504
msgid "Check %{value} exceeded timeout"
msgstr ""

#: ../lib/puppet/type/file.rb:56
msgid "File paths must be fully qualified, not '%{path}'"
msgstr ""

#: ../lib/puppet/type/file.rb:124
msgid "Invalid backup type %{value}"
msgstr ""

#: ../lib/puppet/type/file.rb:168 ../lib/puppet/type/tidy.rb:48
msgid "Invalid recurse value %{value}"
msgstr ""

#: ../lib/puppet/type/file.rb:201
msgid "Invalid recurselimit value %{value}"
msgstr ""

#: ../lib/puppet/type/file.rb:371
msgid "You cannot specify more than one of %{creators}"
msgstr ""

#: ../lib/puppet/type/file.rb:373
msgid "You cannot specify a remote recursion without a source"
msgstr ""

#: ../lib/puppet/type/file.rb:375
msgid "You cannot specify source when using checksum 'none'"
msgstr ""

#: ../lib/puppet/type/file.rb:378
msgid "You cannot specify content when using checksum '%{checksum_type}'"
msgstr ""

#: ../lib/puppet/type/file.rb:381
msgid "Possible error: recurselimit is set but not recurse, no recursion will happen"
msgstr ""

#: ../lib/puppet/type/file.rb:389
msgid "Checksum value '%{value}' is not a valid checksum type %{checksum}"
msgstr ""

#: ../lib/puppet/type/file.rb:392
msgid "Checksum value is ignored unless content or source are specified"
msgstr ""

#: ../lib/puppet/type/file.rb:430
msgid "Can not find filebucket for backups without a catalog"
msgstr ""

#: ../lib/puppet/type/file.rb:434
msgid "Could not find filebucket %{backup} specified in backup"
msgstr ""

#: ../lib/puppet/type/file.rb:730
msgid "Could not back up file of type %{current_type}"
msgstr ""

#: ../lib/puppet/type/file.rb:745
msgid "Could not remove files of type %{current_type}"
msgstr ""

#. TRANSLATORS "source_permissions => ignore" should not be translated
#: ../lib/puppet/type/file.rb:756
msgid "Copying owner/mode/group from the source file on Windows is not supported; use source_permissions => ignore."
msgstr ""

#. TRANSLATORS "stat" is a program name and should not be translated
#: ../lib/puppet/type/file.rb:837 ../lib/puppet/type/tidy.rb:341
msgid "Could not stat; permission denied"
msgstr ""

#: ../lib/puppet/type/file.rb:962
msgid "Not removing directory; use 'force' to override"
msgstr ""

#. TRANSLATORS refers to a file which could not be backed up
#: ../lib/puppet/type/file.rb:987
msgid "Could not back up; will not remove"
msgstr ""

#: ../lib/puppet/type/file.rb:1001
msgid "File written to disk did not match checksum; discarding changes (%{content_checksum} vs %{newsum})"
msgstr ""

#: ../lib/puppet/type/file/checksum.rb:20
msgid "MD5 is not supported in FIPS mode"
msgstr ""

#. TRANSLATORS 'Ensure' is an attribute and ':present' is a value and should not be translated
#: ../lib/puppet/type/file/data_sync.rb:31
msgid "Ensure set to :present but file type is %{file_type} so no content will be synced"
msgstr ""

#: ../lib/puppet/type/file/source.rb:131
msgid "No source for content was stored with the metadata"
msgstr ""

#: ../lib/puppet/type/filebucket.rb:69
msgid "You can only have one filebucket path"
msgstr ""

#: ../lib/puppet/type/filebucket.rb:73
msgid "Filebucket paths must be absolute"
msgstr ""

#: ../lib/puppet/type/filebucket.rb:109
msgid "Could not create %{type} filebucket: %{detail}"
msgstr ""

#: ../lib/puppet/type/group.rb:60
msgid "GID cannot be deleted"
msgstr ""

#: ../lib/puppet/type/group.rb:72
msgid "Invalid GID %{gid}"
msgstr ""

#: ../lib/puppet/type/group.rb:166 ../lib/puppet/type/user.rb:618
msgid "Attributes value pairs must be separated by an ="
msgstr ""

#: ../lib/puppet/type/host.rb:32
msgid "Invalid IP address %{value}"
msgstr ""

#: ../lib/puppet/type/host.rb:51
msgid "Host aliases cannot include whitespace"
msgstr ""

#: ../lib/puppet/type/host.rb:52
msgid "Host aliases cannot be an empty string. Use an empty array to delete all host_aliases "
msgstr ""

#: ../lib/puppet/type/host.rb:60
msgid "Comment cannot include newline"
msgstr ""

#: ../lib/puppet/type/host.rb:84
msgid "Invalid host name"
msgstr ""

#: ../lib/puppet/type/host.rb:87
msgid "Hostname cannot include newline"
msgstr ""

#: ../lib/puppet/type/interface.rb:97
msgid "Invalid interface ip address"
msgstr ""

#: ../lib/puppet/type/k5login.rb:24
msgid "File paths must be fully qualified."
msgstr ""

#: ../lib/puppet/type/macauthorization.rb:34
msgid "munge_integer only takes integers"
msgstr ""

#: ../lib/puppet/type/mailalias.rb:23
msgid "File paths must be fully qualified, not '%{value}'"
msgstr ""

#: ../lib/puppet/type/mailalias.rb:42
msgid "You cannot specify both a recipient and a file"
msgstr ""

#: ../lib/puppet/type/maillist.rb:14
msgid "Purged %{resource}"
msgstr ""

#: ../lib/puppet/type/mount.rb:68
msgid "Unexpected change from %{current} to unmounted"
msgstr ""

#: ../lib/puppet/type/mount.rb:115
msgid "Parent has property %{name} but it doesn't appear in the current values"
msgstr ""

#: ../lib/puppet/type/mount.rb:134
msgid "device must not contain whitespace: %{value}"
msgstr ""

#: ../lib/puppet/type/mount.rb:160
msgid "blockdevice must not contain whitespace: %{value}"
msgstr ""

#: ../lib/puppet/type/mount.rb:169
msgid "fstype must not contain whitespace: %{value}"
msgstr ""

#: ../lib/puppet/type/mount.rb:170
msgid "fstype must not be an empty string"
msgstr ""

#: ../lib/puppet/type/mount.rb:184
msgid "options must not contain whitespace: %{value}"
msgstr ""

#: ../lib/puppet/type/mount.rb:185
msgid "options must not be an empty string"
msgstr ""

#: ../lib/puppet/type/mount.rb:250
msgid "name must not contain whitespace: %{value}"
msgstr ""

#: ../lib/puppet/type/package.rb:114 ../lib/puppet/type/package.rb:128
msgid "Could not update: %{detail}"
msgstr ""

#: ../lib/puppet/type/package.rb:163
msgid "Could not get latest version: %{detail}"
msgstr ""

#: ../lib/puppet/type/package.rb:263
msgid "Name must be a String not %{klass}"
msgstr ""

#: ../lib/puppet/type/resources.rb:15
msgid "Could not find resource type '%{name}'"
msgstr ""

#: ../lib/puppet/type/resources.rb:33
msgid "Purging resources of type %{res_type} is not supported, since they cannot be queried from the system"
msgstr ""

#: ../lib/puppet/type/resources.rb:35
msgid "Purging is only supported on types that accept 'ensure'"
msgstr ""

#: ../lib/puppet/type/resources.rb:57
msgid "Invalid value %{value}"
msgstr ""

#: ../lib/puppet/type/resources.rb:103
msgid "The 'ensure' attribute on %{name} resources does not accept 'absent' as a value"
msgstr ""

#: ../lib/puppet/type/resources.rb:130
msgid "Could not find resource type"
msgstr ""

#: ../lib/puppet/type/schedule.rb:96
msgid "Invalid range value '%{value}'"
msgstr ""

#: ../lib/puppet/type/schedule.rb:113
msgid "Invalid range %{value}"
msgstr ""

#: ../lib/puppet/type/schedule.rb:117
msgid "Invalid hour '%{n}'"
msgstr ""

#: ../lib/puppet/type/schedule.rb:121
msgid "Invalid minute '%{n}'"
msgstr ""

#: ../lib/puppet/type/schedule.rb:155
msgid "Incorrectly converted time: %{time}: %{hour} vs %{value}"
msgstr ""

#: ../lib/puppet/type/schedule.rb:164
msgid "Assuming upper limit should be that time the next day"
msgstr ""

#: ../lib/puppet/type/schedule.rb:322
msgid "Repeat must be a number"
msgstr ""

#: ../lib/puppet/type/schedule.rb:331
msgid "Repeat must be 1 unless periodmatch is 'distance', not '%{period}'"
msgstr ""

#: ../lib/puppet/type/schedule.rb:375
msgid "%{value} is not a valid day of the week"
msgstr ""

#: ../lib/puppet/type/scheduled_task.rb:34 ../lib/puppet/type/scheduled_task.rb:48
msgid "Must be specified using an absolute path."
msgstr ""

#: ../lib/puppet/type/service.rb:89
msgid "Setting enable to manual is only supported on Microsoft Windows."
msgstr ""

#: ../lib/puppet/type/ssh_authorized_key.rb:74
msgid "Key must not contain whitespace: %{value}"
msgstr ""

#: ../lib/puppet/type/ssh_authorized_key.rb:117
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:134
msgid "Attribute 'user' or 'target' is mandatory"
msgstr ""

#: ../lib/puppet/type/sshkey.rb:52
msgid "Aliases cannot include whitespace"
msgstr ""

#: ../lib/puppet/type/sshkey.rb:55
msgid "Aliases must be provided as an array, not a comma-separated list"
msgstr ""

#: ../lib/puppet/type/sshkey.rb:66
msgid "Resourcename cannot include whitespaces"
msgstr ""

#: ../lib/puppet/type/sshkey.rb:67
msgid "No comma in resourcename allowed. If you want to specify aliases use the host_aliases property"
msgstr ""

#: ../lib/puppet/type/tidy.rb:85
msgid "Tidy can't use matches with recurse 0, false, or undef"
msgstr ""

#: ../lib/puppet/type/tidy.rb:124
msgid "Invalid age unit '%{unit}'"
msgstr ""

#. TRANSLATORS tidy is the name of a program and should not be translated
#: ../lib/puppet/type/tidy.rb:144
msgid "Invalid tidy age %{age}"
msgstr ""

#: ../lib/puppet/type/tidy.rb:165
msgid "Invalid size unit '%{unit}'"
msgstr ""

#. TRANSLATORS tidy is the name of a program and should not be translated
#: ../lib/puppet/type/tidy.rb:183
msgid "Invalid tidy size %{age}"
msgstr ""

#. TRANSLATORS "Tidy" is a program name and should not be translated
#: ../lib/puppet/type/tidy.rb:272
msgid "Tidying %{count} files"
msgstr ""

#: ../lib/puppet/type/tidy.rb:337
msgid "File does not exist"
msgstr ""

#: ../lib/puppet/type/user.rb:166
msgid "Could not find group(s) %{groups}"
msgstr ""

#: ../lib/puppet/type/user.rb:224
msgid "Passwords cannot include ':'"
msgstr ""

#: ../lib/puppet/type/user.rb:229
msgid "created password"
msgstr ""

#: ../lib/puppet/type/user.rb:231
msgid "changed password"
msgstr ""

#: ../lib/puppet/type/user.rb:236
msgid "[old password hash redacted]"
msgstr ""

#: ../lib/puppet/type/user.rb:239
msgid "[new password hash redacted]"
msgstr ""

#: ../lib/puppet/type/user.rb:258
msgid "Password minimum age must be provided as a number."
msgstr ""

#: ../lib/puppet/type/user.rb:277
msgid "Password maximum age must be provided as a number."
msgstr ""

#: ../lib/puppet/type/user.rb:308
msgid "Group names must be provided, not GID numbers."
msgstr ""

#: ../lib/puppet/type/user.rb:310
msgid "Group names must be provided as an array, not a comma-separated list."
msgstr ""

#: ../lib/puppet/type/user.rb:311
msgid "Group names must not be empty. If you want to specify \"no groups\" pass an empty array"
msgstr ""

#: ../lib/puppet/type/user.rb:403
msgid "User provider %{name} can not manage home directories"
msgstr ""

#. TRANSLATORS YYYY-MM-DD represents a date with a four-digit year, a two-digit month, and a two-digit day,
#. TRANSLATORS separated by dashes.
#: ../lib/puppet/type/user.rb:420
msgid "Expiry dates must be YYYY-MM-DD or the string \"absent\""
msgstr ""

#: ../lib/puppet/type/user.rb:497
msgid "Role names must be provided, not numbers"
msgstr ""

#: ../lib/puppet/type/user.rb:499
msgid "Role names must be provided as an array, not a comma-separated list"
msgstr ""

#: ../lib/puppet/type/user.rb:534
msgid "Auth names must be provided, not numbers"
msgstr ""

#: ../lib/puppet/type/user.rb:536
msgid "Auth names must be provided as an array, not a comma-separated list"
msgstr ""

#: ../lib/puppet/type/user.rb:560
msgid "Profile names must be provided, not numbers"
msgstr ""

#: ../lib/puppet/type/user.rb:562
msgid "Profile names must be provided as an array, not a comma-separated list"
msgstr ""

#: ../lib/puppet/type/user.rb:584
msgid "Key/value pairs must be separated by an ="
msgstr ""

#: ../lib/puppet/type/user.rb:691
msgid "Each entry for purge_ssh_keys must be a string, not a %{klass}"
msgstr ""

#: ../lib/puppet/type/user.rb:694
msgid "Paths to keyfiles must be absolute, not %{entry}"
msgstr ""

#: ../lib/puppet/type/user.rb:698
msgid "purge_ssh_keys must be true, false, or an array of file names, not %{value}"
msgstr ""

#: ../lib/puppet/type/user.rb:710
msgid "purge_ssh_keys can only be true for users with a defined home directory"
msgstr ""

#: ../lib/puppet/type/user.rb:717
msgid "purge_ssh_keys value '%{value}' meta character ~ or %{home_placeholder} only allowed for users with a defined home directory"
msgstr ""

#: ../lib/puppet/type/user.rb:731
msgid "Class name must be provided."
msgstr ""

#: ../lib/puppet/type/yumrepo.rb:65 ../lib/puppet/type/yumrepo.rb:82 ../lib/puppet/type/yumrepo.rb:138 ../lib/puppet/type/yumrepo.rb:162 ../lib/puppet/type/yumrepo.rb:184 ../lib/puppet/type/yumrepo.rb:312 ../lib/puppet/type/yumrepo.rb:378
msgid "Must be a valid URL"
msgstr ""

#: ../lib/puppet/type/yumrepo.rb:270
msgid "Must be within range 1-99"
msgstr ""

#: ../lib/puppet/type/zone.rb:102
msgid "Waiting for zone to finish processing"
msgstr ""

#: ../lib/puppet/type/zone.rb:118
msgid "Cannot move %{direction} from %{name}"
msgstr ""

#: ../lib/puppet/type/zone.rb:199
msgid "The zone base must be fully qualified"
msgstr ""

#: ../lib/puppet/type/zone.rb:236
msgid "Datasets must be the name of a zfs filesystem"
msgstr ""

#: ../lib/puppet/type/zone.rb:257
msgid "Inherited filesystems must be fully qualified"
msgstr ""

#: ../lib/puppet/type/zone.rb:330
msgid "'%{ip}' is an invalid %{name}"
msgstr ""

#: ../lib/puppet/type/zone.rb:335
msgid "only interface may be specified when using exclusive IP stack: %{interface}:%{address}"
msgstr ""

#: ../lib/puppet/type/zone.rb:338
msgid "ip must contain interface name and ip address separated by a \":\""
msgstr ""

#: ../lib/puppet/type/zpool.rb:52
msgid "mirror names must be provided as string separated, not a comma-separated list"
msgstr ""

#: ../lib/puppet/type/zpool.rb:65
msgid "raid names must be provided as string separated, not a comma-separated list"
msgstr ""

#: ../lib/puppet/type/zpool.rb:88
msgid "You cannot specify %{multiple_props} on this type (only one)"
msgstr ""

#: ../lib/puppet/util.rb:65
msgid "Unable to retrieve the environment for mode %{mode}"
msgstr ""

#: ../lib/puppet/util.rb:82
msgid "Unable to clear the environment for mode %{mode}"
msgstr ""

#: ../lib/puppet/util.rb:98
msgid "Unable to set the environment variable %{name} for mode %{mode}"
msgstr ""

#: ../lib/puppet/util.rb:115
msgid "Unable to merge given values into the current environment for mode %{mode}"
msgstr ""

#: ../lib/puppet/util.rb:156
msgid "could not change to group %{group}: %{detail}"
msgstr ""

#: ../lib/puppet/util.rb:157
msgid "could not change to group %{group}"
msgstr ""

#: ../lib/puppet/util.rb:169
msgid "Could not change to user %{user}: %{detail}"
msgstr ""

#. TRANSLATORS 'benchmark' is a method name and should not be translated
#: ../lib/puppet/util.rb:223
msgid "Failed to provide level to benchmark"
msgstr ""

#: ../lib/puppet/util.rb:226
msgid "Benchmarked object does not respond to %{value}"
msgstr ""

#. TRANSLATORS PATH and HOME are environment variables and should not be translated
#: ../lib/puppet/util.rb:266
msgid "PATH contains a ~ character, and HOME is not set; ignoring PATH element '%{dir}'."
msgstr ""

#. TRANSLATORS PATH is an environment variable and should not be translated
#: ../lib/puppet/util.rb:270
msgid "Couldn't expand PATH containing a ~ character; ignoring PATH element '%{dir}'."
msgstr ""

#: ../lib/puppet/util.rb:310
msgid "unknown platform %{platform} in absolute_path"
msgstr ""

#: ../lib/puppet/util.rb:344
msgid "Failed to convert '%{path}' to URI: %{detail}"
msgstr ""

#: ../lib/puppet/util.rb:448
msgid "path may not be nil"
msgstr ""

#: ../lib/puppet/util.rb:566
msgid "replace_file requires a block"
msgstr ""

#: ../lib/puppet/util.rb:570
msgid "replace_file default_mode: %{default_mode} is invalid"
msgstr ""

#: ../lib/puppet/util/at_fork.rb:22
msgid "Failed to load Solaris implementation of the Puppet::Util::AtFork handler. Child process contract management will be unavailable, which means that agent runs executed by the puppet agent service will be killed when they attempt to restart the service."
msgstr ""

#: ../lib/puppet/util/at_fork/solaris.rb:8
msgid "The loaded Fiddle version is not supported."
msgstr ""

#: ../lib/puppet/util/at_fork/solaris.rb:83
msgid "Failed to activate a new process contract template"
msgstr ""

#: ../lib/puppet/util/at_fork/solaris.rb:97
msgid "Failed to deactivate process contract template in the parent process"
msgstr ""

#: ../lib/puppet/util/at_fork/solaris.rb:99
msgid "Failed to deactivate process contract template in the child process"
msgstr ""

#: ../lib/puppet/util/at_fork/solaris.rb:124
msgid "Failed to get latest child process contract id"
msgstr ""

#: ../lib/puppet/util/at_fork/solaris.rb:142
msgid "Failed to abandon a child process contract"
msgstr ""

#: ../lib/puppet/util/autoload.rb:73
msgid "Could not autoload %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/util/autoload.rb:187
msgid "Autoload paths cannot be fully qualified"
msgstr ""

#: ../lib/puppet/util/backups.rb:26
msgid "Recursively backing up to filebucket"
msgstr ""

#: ../lib/puppet/util/backups.rb:49
msgid "Could not back %{file} up: %{message}"
msgstr ""

#: ../lib/puppet/util/backups.rb:67
msgid "Will not remove directory backup %{newfile}; use a filebucket"
msgstr ""

#: ../lib/puppet/util/backups.rb:70
msgid "Removing old backup of type %{file_type}"
msgstr ""

#: ../lib/puppet/util/backups.rb:75
msgid "Could not remove old backup: %{detail}"
msgstr ""

#: ../lib/puppet/util/backups.rb:83
msgid "Filebucketed %{f} to %{filebucket} with sum %{sum}"
msgstr ""

#: ../lib/puppet/util/character_encoding.rb:22
msgid "%{value} is already labeled as UTF-8 but this encoding is invalid. It cannot be transcoded by Puppet."
msgstr ""

#: ../lib/puppet/util/character_encoding.rb:43
msgid "%{error}: %{value} cannot be transcoded by Puppet."
msgstr ""

#: ../lib/puppet/util/character_encoding.rb:70
msgid "%{value} is not valid UTF-8 and result of overriding encoding would be invalid."
msgstr ""

#: ../lib/puppet/util/classgen.rb:160
msgid "Redefining %{name} in %{klass}"
msgstr ""

#: ../lib/puppet/util/classgen.rb:164
msgid "Class %{const} is already defined in %{klass}"
msgstr ""

#: ../lib/puppet/util/classgen.rb:209 ../lib/puppet/util/classgen.rb:221
msgid "Already a generated class named %{klassname}"
msgstr ""

#: ../lib/puppet/util/command_line.rb:67
msgid "Could not initialize global default settings"
msgstr ""

#: ../lib/puppet/util/command_line.rb:167
msgid "Error: Could not parse application options: invalid option: %{opt}"
msgstr ""

#: ../lib/puppet/util/command_line.rb:170
msgid "See 'puppet help' for help on available puppet subcommands"
msgstr ""

#: ../lib/puppet/util/command_line.rb:183
msgid "Error: Unknown Puppet subcommand '%{cmd}'"
msgstr ""

#: ../lib/puppet/util/command_line/puppet_option_parser.rb:47
msgid "this method only takes 3 or 4 arguments. Given: %{args}"
msgstr ""

#: ../lib/puppet/util/command_line/puppet_option_parser.rb:64
msgid "Unsupported type: '%{type}'"
msgstr ""

#: ../lib/puppet/util/command_line/puppet_option_parser.rb:76
msgid "Error parsing arguments"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:149
msgid "you already have an argument named '%{name}'"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:168 ../lib/puppet/util/command_line/trollop.rb:172
msgid "unsupported argument type '%{type}'"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:197
msgid "multiple argument type cannot be deduced from an empty array for '%{value0}'"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:206
msgid "unsupported multiple argument type '%{value0}'"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:210
msgid "unsupported argument type '%{value0}'"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:213
msgid ":type specification and default type don't match (default type is %{type_from_default})"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:226
msgid "invalid long option name %{name}"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:228
msgid "long option name %{value0} is already taken; please specify a (different) :long"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:235
msgid "invalid short option name '%{name}'"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:239
msgid "short option name %{value0} is already taken; please specify a (different) :short"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:240
msgid "a short option name can't be a number or a dash"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:273 ../lib/puppet/util/command_line/trollop.rb:279
msgid "unknown option '%{sym}'"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:313
msgid "Print version and exit"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:314
msgid "Show this message"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:336
msgid "invalid argument syntax: '%{arg}'"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:341
msgid "unknown argument '%{arg}'"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:345
msgid "option '%{arg}' specified multiple times"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:382
msgid "--%{value0} requires --%{value1}"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:384
msgid "--%{value0} conflicts with --%{value1}"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:389
msgid "option --%{opt} must be specified"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:398
msgid "option '%{arg}' needs a parameter"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:458
msgid "option '%{arg}' needs a date"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:491
msgid "Options:"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:515
msgid " (Default: %{default_s})"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:517
msgid " (default: %{default_s})"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:554
msgid "Error: argument --%{value0} %{msg}."
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:556
msgid "Error: %{arg}."
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:558 ../lib/puppet/util/command_line/trollop.rb:782
msgid "Try --help for help."
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:637
msgid "option '%{arg}' needs an integer"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:642
msgid "option '%{arg}' needs a floating-point number"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:654
msgid "file or url for option '%{arg}' cannot be opened: %{value0}"
msgstr ""

#: ../lib/puppet/util/command_line/trollop.rb:781
msgid "Error: %{value0}."
msgstr ""

#. TRANSLATORS 'Trollop' is the name of a module and 'die' and 'options' are methods in it and should not be translated.
#: ../lib/puppet/util/command_line/trollop.rb:816
msgid "Trollop::die can only be called after Trollop::options"
msgstr ""

#: ../lib/puppet/util/diff.rb:28
msgid "Cannot provide diff without the diff/lcs Ruby library"
msgstr ""

#: ../lib/puppet/util/errors.rb:47
msgid "(file: %{file}, line: %{line}, column: %{column})"
msgstr ""

#: ../lib/puppet/util/errors.rb:49
msgid "(file: %{file}, line: %{line})"
msgstr ""

#: ../lib/puppet/util/errors.rb:51
msgid "(line: %{line}, column: %{column})"
msgstr ""

#: ../lib/puppet/util/errors.rb:53
msgid "(line: %{line})"
msgstr ""

#: ../lib/puppet/util/errors.rb:55
msgid "(file: %{file})"
msgstr ""

#: ../lib/puppet/util/errors.rb:88 ../lib/puppet/util/errors.rb:89
msgid "unknown"
msgstr ""

#: ../lib/puppet/util/errors.rb:119
msgid "%{klass} failed with error %{error_type}: %{detail}"
msgstr ""

#: ../lib/puppet/util/execution.rb:276
msgid "Could not get output"
msgstr ""

#: ../lib/puppet/util/execution.rb:285
msgid "Execution of '%{str}' returned %{exit_status}: %{output}"
msgstr ""

#: ../lib/puppet/util/execution.rb:357
msgid "Could not execute posix command: %{detail}"
msgstr ""

#: ../lib/puppet/util/execution.rb:405
msgid "Waiting for output; will sleep %{time_to_sleep} seconds"
msgstr ""

#: ../lib/puppet/util/feature.rb:21
msgid "Failed to load feature test for %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/util/feature.rb:82
msgid "Libraries must be passed as strings not %{klass}"
msgstr ""

#: ../lib/puppet/util/feature.rb:90
msgid "Failed to load library '%{lib}' for feature '%{name}': %{detail}"
msgstr ""

#: ../lib/puppet/util/fileparsing.rb:46
msgid "Cannot have fields named %{name}"
msgstr ""

#: ../lib/puppet/util/fileparsing.rb:53 ../lib/puppet/util/fileparsing.rb:306
msgid "Invalid record type %{record_type}"
msgstr ""

#: ../lib/puppet/util/fileparsing.rb:89
msgid "Field '%{field}' is required"
msgstr ""

#: ../lib/puppet/util/fileparsing.rb:154
msgid "Process record type %{record_name} returned non-hash"
msgstr ""

#: ../lib/puppet/util/fileparsing.rb:229
msgid "Could not parse line %{line}"
msgstr ""

#: ../lib/puppet/util/fileparsing.rb:238
msgid "No record types defined; cannot parse lines"
msgstr ""

#: ../lib/puppet/util/fileparsing.rb:249
msgid "Somehow got invalid line type %{record_type}"
msgstr ""

#: ../lib/puppet/util/fileparsing.rb:271
msgid "Must include a list of fields"
msgstr ""

#: ../lib/puppet/util/fileparsing.rb:286
msgid "You must provide a :match regex for text lines"
msgstr ""

#: ../lib/puppet/util/fileparsing.rb:362
msgid "Line type %{name} is already defined"
msgstr ""

#: ../lib/puppet/util/filetype.rb:48
msgid "%{klass} could not read %{path}: %{detail}"
msgstr ""

#: ../lib/puppet/util/filetype.rb:64
msgid "%{klass} could not write %{path}: %{detail}"
msgstr ""

#: ../lib/puppet/util/filetype.rb:82
msgid "Path is nil"
msgstr ""

#: ../lib/puppet/util/filetype.rb:151
msgid "Reading %{path} from RAM"
msgstr ""

#: ../lib/puppet/util/filetype.rb:157
msgid "Removing %{path} from RAM"
msgstr ""

#: ../lib/puppet/util/filetype.rb:163
msgid "Writing %{path} to RAM"
msgstr ""

#: ../lib/puppet/util/filetype.rb:178
msgid "Could not retrieve user %{user}: %{detail}"
msgstr ""

#: ../lib/puppet/util/filetype.rb:233 ../lib/puppet/util/filetype.rb:276
msgid "User %{path} not authorized to use cron"
msgstr ""

#: ../lib/puppet/util/filetype.rb:235 ../lib/puppet/util/filetype.rb:278
msgid "Could not read crontab for %{path}: %{detail}"
msgstr ""

#: ../lib/puppet/util/filetype.rb:243 ../lib/puppet/util/filetype.rb:286
msgid "Could not remove crontab for %{path}: %{detail}"
msgstr ""

#: ../lib/puppet/util/filetype.rb:258 ../lib/puppet/util/filetype.rb:302
msgid "Could not write crontab for %{path}: %{detail}"
msgstr ""

#: ../lib/puppet/util/http_proxy.rb:203
msgid "Too many HTTP redirections for %{uri}"
msgstr ""

#: ../lib/puppet/util/inifile.rb:139
msgid "Cannot read nonexistent file %{file}"
msgstr ""

#: ../lib/puppet/util/inifile.rb:186
msgid "Property with key %{key} outside of a section"
msgstr ""

#: ../lib/puppet/util/inifile.rb:192
msgid "Can't parse line '%{line}'"
msgstr ""

#: ../lib/puppet/util/inifile.rb:241
msgid "Section %{name} is already defined, cannot redefine"
msgstr ""

#: ../lib/puppet/util/instance_loader.rb:70
msgid "Loaded %{type} file for %{name} but %{type} was not defined"
msgstr ""

#: ../lib/puppet/util/json_lockfile.rb:40
msgid "Unable to read lockfile data from %{path}: not in JSON"
msgstr ""

#. TRANSLATORS '#connect' is a method name and and should not be translated, 'block' refers to a Ruby code block
#: ../lib/puppet/util/ldap/manager.rb:48
msgid "You must pass a block to #connect"
msgstr ""

#: ../lib/puppet/util/ldap/manager.rb:90
msgid "Could not get dn from ldap entry"
msgstr ""

#: ../lib/puppet/util/ldap/manager.rb:142
msgid "%{source} must be defined to generate %{name}"
msgstr ""

#: ../lib/puppet/util/ldap/manager.rb:219
msgid "Removing %{name} from ldap"
msgstr ""

#: ../lib/puppet/util/ldap/manager.rb:226
msgid "Creating %{name} in ldap"
msgstr ""

#: ../lib/puppet/util/limits.rb:10
msgid "Failed to set process priority to '%{priority}'"
msgstr ""

#. TRANSLATORS "Log.close_all" is a method name and should not be translated
#: ../lib/puppet/util/log.rb:67
msgid "Log.close_all failed to close %{destinations}"
msgstr ""

#: ../lib/puppet/util/log.rb:86
msgid "Logs require a level"
msgstr ""

#: ../lib/puppet/util/log.rb:87 ../lib/puppet/util/log.rb:373 ../lib/puppet/util/windows/eventlog.rb:99
msgid "Invalid log level %{level}"
msgstr ""

#: ../lib/puppet/util/log.rb:109
msgid "Invalid loglevel %{level}"
msgstr ""

#: ../lib/puppet/util/log.rb:136
msgid "Unknown destination type %{dest}"
msgstr ""

#: ../lib/puppet/util/log.rb:173
msgid "Received a Log attribute with invalid encoding:%{log_message}"
msgstr ""

#: ../lib/puppet/util/log.rb:175
msgid ""
"Backtrace:\n"
"%{backtrace}"
msgstr ""

#: ../lib/puppet/util/log.rb:230
msgid "Reopening log files"
msgstr ""

#. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
#: ../lib/puppet/util/log.rb:363
msgid "Puppet::Util::Log requires a message"
msgstr ""

#. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
#: ../lib/puppet/util/log.rb:369
msgid "Puppet::Util::Log requires a log level"
msgstr ""

#. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
#: ../lib/puppet/util/log.rb:371
msgid "Puppet::Util::Log requires a symbol or string"
msgstr ""

#: ../lib/puppet/util/log.rb:402
msgid "Could not parse for environment %{environment}: %{msg}"
msgstr ""

#: ../lib/puppet/util/log.rb:404
msgid "%{msg} on node %{node}"
msgstr ""

#: ../lib/puppet/util/log/destinations.rb:21
msgid "Invalid syslog facility %{str}"
msgstr ""

#: ../lib/puppet/util/log/destinations.rb:75
msgid "Creating log directory %{dir}"
msgstr ""

#: ../lib/puppet/util/log/destinations.rb:100
msgid "Unable to set ownership to %{user}:%{group} for log file: %{path}"
msgstr ""

#: ../lib/puppet/util/logging.rb:82 ../lib/puppet/util/logging.rb:105
msgid "Wrapped exception:"
msgstr ""

#. TRANSLATORS the literals ":file", ":line", and ":key" should not be translated
#: ../lib/puppet/util/logging.rb:149
msgid "Need either :file and :line, or :key"
msgstr ""

#: ../lib/puppet/util/logging.rb:179
msgid "(file & line not available)"
msgstr ""

#: ../lib/puppet/util/logging.rb:281
msgid "(location: %{location})"
msgstr ""

#: ../lib/puppet/util/methodhelper.rb:16
msgid "Invalid parameter %{parameter} to object class %{class_name}"
msgstr ""

#: ../lib/puppet/util/nagios_maker.rb:12
msgid "No nagios type for %{name}"
msgstr ""

#: ../lib/puppet/util/network_device.rb:10
msgid "Can't load %{provider} for %{device}: %{detail}"
msgstr ""

#: ../lib/puppet/util/network_device/cisco/device.rb:54
msgid "Error while executing '%{cmd}', device returned: %{error}"
msgstr ""

#: ../lib/puppet/util/network_device/cisco/device.rb:70
msgid "Can't issue \"enable\" to enter privileged, no enable password set"
msgstr ""

#: ../lib/puppet/util/network_device/cisco/device.rb:199
msgid "invalid sh vlan summary output"
msgstr ""

#: ../lib/puppet/util/network_device/cisco/device.rb:211
msgid "Removing %{id} from device vlan"
msgstr ""

#: ../lib/puppet/util/network_device/cisco/device.rb:220
msgid ""
"Invalid VLAN name '%{name}' for Cisco device.\n"
"VLAN name must be alphanumeric, no spaces or special characters."
msgstr ""

#: ../lib/puppet/util/network_device/cisco/device.rb:254
msgid "Unknown switchport mode: %{mode} for %{interface}"
msgstr ""

#: ../lib/puppet/util/network_device/cisco/device.rb:263
msgid "Unknown switchport encapsulation: %{value} for %{interface}"
msgstr ""

#: ../lib/puppet/util/network_device/cisco/interface.rb:90
msgid "Error while executing '%{command}', device returned: %{error}"
msgstr ""

#: ../lib/puppet/util/network_device/config.rb:58
msgid "Duplicate device found at %{file_error_location}, already found at %{device_error_location}"
msgstr ""

#: ../lib/puppet/util/network_device/config.rb:77
msgid "Configuration error: Cannot read %{file}; cannot serve"
msgstr ""

#: ../lib/puppet/util/network_device/config.rb:80
msgid "Configuration error: '%{file}' does not exit; cannot serve"
msgstr ""

#: ../lib/puppet/util/network_device/config.rb:94
msgid "%{value} is an invalid url"
msgstr ""

#: ../lib/puppet/util/network_device/transport/ssh.rb:16
msgid "Connecting with ssh to a network device requires the 'net/ssh' ruby library"
msgstr ""

#: ../lib/puppet/util/network_device/transport/ssh.rb:36
msgid "timed out while opening an ssh connection to the host"
msgstr ""

#: ../lib/puppet/util/network_device/transport/ssh.rb:38
msgid "SSH authentication failure connecting to %{host} as %{user}"
msgstr ""

#: ../lib/puppet/util/network_device/transport/ssh.rb:40
msgid "SSH connection failure to %{host}"
msgstr ""

#: ../lib/puppet/util/network_device/transport/ssh.rb:47
msgid "failed to open pty"
msgstr ""

#: ../lib/puppet/util/network_device/transport/ssh.rb:50
msgid "failed to open ssh shell channel"
msgstr ""

#: ../lib/puppet/util/plist.rb:48
msgid "Cannot read file %{file_path}; Puppet is skipping it."
msgstr ""

#: ../lib/puppet/util/plist.rb:49
msgid "Details: %{detail}"
msgstr ""

#: ../lib/puppet/util/plist.rb:145
msgid "Unable to write the file %{file_path}. %{error}"
msgstr ""

#: ../lib/puppet/util/posix.rb:20
msgid "Did not get id from caller"
msgstr ""

#: ../lib/puppet/util/posix.rb:24 ../lib/puppet/util/posix.rb:49
msgid "Tried to get %{field} field for silly id %{id}"
msgstr ""

#: ../lib/puppet/util/posix.rb:77 ../lib/puppet/util/posix.rb:87 ../lib/puppet/util/posix.rb:97
msgid "Can only handle users and groups"
msgstr ""

#: ../lib/puppet/util/profiler/wall_clock.rb:15
msgid "took %{context} seconds"
msgstr ""

#: ../lib/puppet/util/provider_features.rb:66
msgid "Feature %{name} is already defined"
msgstr ""

#: ../lib/puppet/util/provider_features.rb:72
msgid "Could not create feature %{name}: %{detail}"
msgstr ""

#: ../lib/puppet/util/rdoc.rb:44 ../lib/puppet/util/rdoc.rb:50 ../lib/puppet/util/rdoc.rb:54 ../lib/puppet/util/rdoc.rb:58
msgid "RDOC SUPPORT FOR MANIFEST HAS BEEN REMOVED - See PUP-3638"
msgstr ""

#: ../lib/puppet/util/reference.rb:16
msgid ""
"*This page autogenerated on %{current_time}*\n"
msgstr ""

#: ../lib/puppet/util/reference.rb:34
msgid "Could not find section %{name}"
msgstr ""

#: ../lib/puppet/util/reference.rb:40
msgid "creating pdf"
msgstr ""

#: ../lib/puppet/util/reference.rb:42
msgid "Could not find rst2latex"
msgstr ""

#: ../lib/puppet/util/reference.rb:52
msgid "rst2latex failed"
msgstr ""

#: ../lib/puppet/util/reference.rb:92
msgid "%{name} Reference"
msgstr ""

#. TRANSLATORS message accompanied by date of generation
#: ../lib/puppet/util/reference.rb:115
msgid ""
"\n"
"\n"
"**This page is autogenerated; any changes will get overwritten** *(last generated on %{current_time})*\n"
"\n"
msgstr ""

#: ../lib/puppet/util/resource_template.rb:47
msgid "Template %{file} does not exist"
msgstr ""

#: ../lib/puppet/util/retry_action.rb:31
msgid "%{retries} exceeded"
msgstr ""

#: ../lib/puppet/util/retry_action.rb:34
msgid "Caught exception %{klass}:%{error} retrying"
msgstr ""

#: ../lib/puppet/util/selinux.rb:67
msgid "Invalid context to parse: %{context}"
msgstr ""

#: ../lib/puppet/util/selinux.rb:79
msgid "Invalid SELinux parameter type"
msgstr ""

#: ../lib/puppet/util/selinux.rb:100
msgid "Can't set SELinux context on file unless the file already has some kind of context"
msgstr ""

#: ../lib/puppet/util/selinux.rb:114
msgid "set_selinux_context component must be one of :seluser, :selrole, :seltype, or :selrange"
msgstr ""

#: ../lib/puppet/util/selinux.rb:125
msgid "Failed to set SELinux context %{context} on %{file}"
msgstr ""

#: ../lib/puppet/util/selinux.rb:176
msgid "Could not open SELinux category translation file %{path}."
msgstr ""

#: ../lib/puppet/util/selinux.rb:243
msgid "got a relative path in SELinux find_fs: %{path}"
msgstr ""

#: ../lib/puppet/util/splayer.rb:14
msgid "Sleeping for %{time} seconds (splay is enabled)"
msgstr ""

#: ../lib/puppet/util/storage.rb:53
msgid "Checksumfile %{filename} is not a file, ignoring"
msgstr ""

#: ../lib/puppet/util/storage.rb:60
msgid "Checksumfile %{filename} is corrupt (%{detail}); replacing"
msgstr ""

#: ../lib/puppet/util/storage.rb:65
msgid "Could not rename corrupt %{filename}; remove manually"
msgstr ""

#: ../lib/puppet/util/storage.rb:71
msgid "State got corrupted"
msgstr ""

#: ../lib/puppet/util/storage.rb:83
msgid "Creating state file %{file}"
msgstr ""

#: ../lib/puppet/util/suidmanager.rb:102
msgid "No such group %{group}"
msgstr ""

#: ../lib/puppet/util/suidmanager.rb:118
msgid "No such user %{user}"
msgstr ""

#: ../lib/puppet/util/suidmanager.rb:146
msgid "Invalid id type %{type}"
msgstr ""

#: ../lib/puppet/util/suidmanager.rb:149
msgid "Invalid %{klass}: %{id}"
msgstr ""

#: ../lib/puppet/util/symbolic_file_mode.rb:37
msgid "An empty mode string is illegal"
msgstr ""

#: ../lib/puppet/util/symbolic_file_mode.rb:41
msgid "Numeric modes must be in octal, not decimal!"
msgstr ""

#: ../lib/puppet/util/symbolic_file_mode.rb:44
msgid "non-numeric current mode (%{mode})"
msgstr ""

#: ../lib/puppet/util/symbolic_file_mode.rb:64
msgid "Missing action"
msgstr ""

#: ../lib/puppet/util/symbolic_file_mode.rb:79
msgid "Missing operation (-, =, or +)"
msgstr ""

#: ../lib/puppet/util/symbolic_file_mode.rb:101
msgid "X only works with the '+' operator"
msgstr ""

#: ../lib/puppet/util/symbolic_file_mode.rb:112
msgid "internal error"
msgstr ""

#: ../lib/puppet/util/symbolic_file_mode.rb:116
msgid "Unknown operation"
msgstr ""

#: ../lib/puppet/util/symbolic_file_mode.rb:131
msgid "%{error}%{rest} in symbolic mode %{modification}"
msgstr ""

#: ../lib/puppet/util/tagging.rb:27
msgid "Invalid tag '%{name}'"
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:19
msgid "ADSI connection error: %{e}"
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:42
msgid "Failed to get computer name"
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:80
msgid "Must use a valid SID::Principal"
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:132
msgid "Value must be in DOMAIN\\user style syntax"
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:156
msgid "Could not resolve name: %{name}"
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:214
msgid "Puppet is not able to create/delete domain users with the user resource."
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:219
msgid "User update failed: %{e}"
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:314
msgid "Cannot create user if group '%{name}' exists."
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:328
msgid "Failed to get user name"
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:406
msgid "Cannot delete user profile for '%{sid}' prior to Vista SP1"
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:444
msgid "Puppet is not able to create/delete domain groups with the group resource."
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:449
msgid "Group update failed: %{error}"
msgstr ""

#: ../lib/puppet/util/windows/adsi.rb:505
msgid "Cannot create group if user '%{name}' exists."
msgstr ""

#: ../lib/puppet/util/windows/api_types.rb:72
msgid "Unable to read wide strings with %{null_terminator} terminal nulls"
msgstr ""

#: ../lib/puppet/util/windows/api_types.rb:203
msgid "Bad GUID format."
msgstr ""

#: ../lib/puppet/util/windows/com.rb:17
msgid "%{name} failed (hresult %{result})."
msgstr ""

#: ../lib/puppet/util/windows/com.rb:142 ../lib/puppet/util/windows/com.rb:183
msgid "Failed to call %{klass}::%{name} with HRESULT: %{result}."
msgstr ""

#: ../lib/puppet/util/windows/com.rb:169
msgid "CoCreateInstance failed (%{klass})."
msgstr ""

#: ../lib/puppet/util/windows/error.rb:42
msgid "FormatMessageW could not format code %{code}"
msgstr ""

#: ../lib/puppet/util/windows/error.rb:48
msgid "FormatMessageW failed to allocate buffer for code %{code}"
msgstr ""

#. TRANSLATORS 'Windows' is the operating system and 'RegisterEventSourceW' is a API call and should not be translated
#: ../lib/puppet/util/windows/eventlog.rb:35
msgid "RegisterEventSourceW failed to open Windows eventlog"
msgstr ""

#: ../lib/puppet/util/windows/eventlog.rb:60
msgid "data must be a string, not %{class_name}"
msgstr ""

#. TRANSLATORS 'Windows' is the operating system and 'ReportEventW' is a API call and should not be translated
#: ../lib/puppet/util/windows/eventlog.rb:76
msgid "ReportEventW failed to report event to Windows eventlog"
msgstr ""

#. TRANSLATORS 'Win32' is the Windows API and should not be translated
#: ../lib/puppet/util/windows/eventlog.rb:118
msgid "(Win32 error: %{detail})"
msgstr ""

#: ../lib/puppet/util/windows/file.rb:162
msgid "Failed to set file attributes"
msgstr ""

#: ../lib/puppet/util/windows/file.rb:237
msgid "out_buffer is required"
msgstr ""

#: ../lib/puppet/util/windows/file.rb:324
msgid "Failed to call GetLongPathName"
msgstr ""

#: ../lib/puppet/util/windows/principal.rb:67 ../lib/puppet/util/windows/principal.rb:74
msgid "Failed to call LookupAccountNameW"
msgstr ""

#. TRANSLATORS `lookup_account_sid` is a variable name and should not be translated
#: ../lib/puppet/util/windows/principal.rb:97
msgid "Byte array for lookup_account_sid must not be nil and must be at least 1 byte long"
msgstr ""

#: ../lib/puppet/util/windows/principal.rb:119 ../lib/puppet/util/windows/principal.rb:126
msgid "Failed to call LookupAccountSidW"
msgstr ""

#: ../lib/puppet/util/windows/process.rb:24
msgid "Failed to get child process exit code"
msgstr ""

#: ../lib/puppet/util/windows/process.rb:217
msgid "GetVersionEx failed"
msgstr ""

#: ../lib/puppet/util/windows/process.rb:246
msgid "Discarding environment variable %{string} which contains invalid bytes"
msgstr ""

#: ../lib/puppet/util/windows/process.rb:262
msgid "environment variable name must not be nil or empty"
msgstr ""

#: ../lib/puppet/util/windows/process.rb:267
msgid "Failed to remove environment variable: %{name}"
msgstr ""

#: ../lib/puppet/util/windows/process.rb:272
msgid "Failed to set environment variable: %{name}"
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:21
msgid "Invalid registry key '%{name}'"
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:31
msgid "Failed to open registry key '%{key}\\%{path}'"
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:106
msgid "Failed to enumerate %{key} registry keys at index %{index}"
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:137
msgid "Failed to enumerate %{key} registry values at index %{index}"
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:167
msgid "Failed to query registry %{key} for sizes"
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:203
msgid "Type mismatch (expect %{rtype} but %{type} present)"
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:225
msgid "Type %{type} is not supported."
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:230
msgid "A value in the registry key %{parent_key_name}%{key} is corrupt or invalid"
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:250
msgid "Failed to read registry value %{value} at %{key}"
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:268
msgid "Failed to delete registry value %{name} at %{key}"
msgstr ""

#: ../lib/puppet/util/windows/registry.rb:283
msgid "Failed to delete registry key %{name} at %{key}"
msgstr ""

#: ../lib/puppet/util/windows/root_certs.rb:47
msgid "Failed to import root certificate: %{detail}"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:173
msgid "Failed to get volume information"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:383 ../lib/puppet/util/windows/security.rb:400 ../lib/puppet/util/windows/sid.rb:125 ../lib/puppet/util/windows/sid.rb:187 ../lib/puppet/util/windows/user.rb:45
msgid "Invalid SID"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:387 ../lib/puppet/util/windows/security.rb:404
msgid "Failed to add access control entry"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:415 ../lib/puppet/util/windows/security.rb:597
msgid "Invalid DACL"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:438
msgid "Unsupported access control entry type: 0x%{type}"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:472
msgid "Failed to open '%{path}'"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:519
msgid "Failed to adjust process privileges"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:549
msgid "Failed to get security information"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:560
msgid "Failed to get security descriptor control"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:593
msgid "Failed to initialize ACL"
msgstr ""

#: ../lib/puppet/util/windows/security.rb:632
msgid "Failed to set security information"
msgstr ""

#: ../lib/puppet/util/windows/sid.rb:92
msgid "Octet string must be an array of bytes"
msgstr ""

#: ../lib/puppet/util/windows/sid.rb:131
msgid "Failed to convert binary SID"
msgstr ""

#: ../lib/puppet/util/windows/sid.rb:136
msgid "ConvertSidToStringSidW failed to allocate buffer for sid"
msgstr ""

#: ../lib/puppet/util/windows/sid.rb:156
msgid "Failed to convert string SID: %{string_sid}"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:213 ../lib/puppet/util/windows/taskscheduler.rb:246 ../lib/puppet/util/windows/taskscheduler.rb:262 ../lib/puppet/util/windows/taskscheduler.rb:314 ../lib/puppet/util/windows/taskscheduler.rb:341 ../lib/puppet/util/windows/taskscheduler.rb:373 ../lib/puppet/util/windows/taskscheduler.rb:398 ../lib/puppet/util/windows/taskscheduler.rb:417 ../lib/puppet/util/windows/taskscheduler.rb:433 ../lib/puppet/util/windows/taskscheduler.rb:454 ../lib/puppet/util/windows/taskscheduler.rb:470 ../lib/puppet/util/windows/taskscheduler.rb:489 ../lib/puppet/util/windows/taskscheduler.rb:507 ../lib/puppet/util/windows/taskscheduler.rb:540 ../lib/puppet/util/windows/taskscheduler.rb:555 ../lib/puppet/util/windows/taskscheduler.rb:596 ../lib/puppet/util/windows/taskscheduler.rb:612 ../lib/puppet/util/windows/taskscheduler.rb:623 ../lib/puppet/util/windows/taskscheduler.rb:641 ../lib/puppet/util/windows/taskscheduler.rb:661 ../lib/puppet/util/windows/taskscheduler.rb:689
msgid "No current task scheduler. ITaskScheduler is NULL."
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:273 ../lib/puppet/util/windows/taskscheduler.rb:285 ../lib/puppet/util/windows/taskscheduler.rb:306 ../lib/puppet/util/windows/taskscheduler.rb:342 ../lib/puppet/util/windows/taskscheduler.rb:374 ../lib/puppet/util/windows/taskscheduler.rb:399 ../lib/puppet/util/windows/taskscheduler.rb:418 ../lib/puppet/util/windows/taskscheduler.rb:434 ../lib/puppet/util/windows/taskscheduler.rb:455 ../lib/puppet/util/windows/taskscheduler.rb:471 ../lib/puppet/util/windows/taskscheduler.rb:490 ../lib/puppet/util/windows/taskscheduler.rb:508 ../lib/puppet/util/windows/taskscheduler.rb:541 ../lib/puppet/util/windows/taskscheduler.rb:597 ../lib/puppet/util/windows/taskscheduler.rb:613 ../lib/puppet/util/windows/taskscheduler.rb:624 ../lib/puppet/util/windows/taskscheduler.rb:642 ../lib/puppet/util/windows/taskscheduler.rb:662 ../lib/puppet/util/windows/taskscheduler.rb:674 ../lib/puppet/util/windows/taskscheduler.rb:690 ../lib/puppet/util/windows/taskscheduler.rb:700 ../lib/puppet/util/windows/taskscheduler.rb:726 ../lib/puppet/util/windows/taskscheduler.rb:745 ../lib/puppet/util/windows/taskscheduler.rb:763 ../lib/puppet/util/windows/taskscheduler.rb:777 ../lib/puppet/util/windows/taskscheduler.rb:795 ../lib/puppet/util/windows/taskscheduler.rb:810 ../lib/puppet/util/windows/taskscheduler.rb:826 ../lib/puppet/util/windows/taskscheduler.rb:846 ../lib/puppet/util/windows/taskscheduler.rb:862
msgid "No currently active task. ITask is NULL."
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:286
msgid "Account information must be set on the current task to save it properly."
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:351
msgid "User has exceeded maximum allowed length %{max}"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:363
msgid "job created, but password was invalid"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:423
msgid "Application name has exceeded maximum allowed length %{max}"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:459
msgid "Parameters has exceeded maximum allowed length %{max}"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:494
msgid "Working directory has exceeded maximum allowed length %{max}"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:560
msgid "task '%{task}' already exists"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:767
msgid "Comment has exceeded maximum allowed length %{max}"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:799
msgid "Creator has exceeded maximum allowed length %{max}"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:922
msgid "Invalid type key '%{key}'"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:930
msgid "Invalid key '%{key}'"
msgstr ""

#: ../lib/puppet/util/windows/taskscheduler.rb:980 ../lib/puppet/util/windows/taskscheduler.rb:1047
msgid "Unknown trigger type %{type}"
msgstr ""

#: ../lib/puppet/util/windows/user.rb:40
msgid "Failed to create administrators SID"
msgstr ""

#: ../lib/puppet/util/windows/user.rb:50
msgid "Failed to check membership"
msgstr ""

#: ../lib/puppet/util/windows/user.rb:88
msgid "Failed to logon user %{name}"
msgstr ""

#: ../lib/puppet/util/windows/user.rb:112
msgid "Failed to load user profile %{user}"
msgstr ""

#: ../lib/puppet/util/windows/user.rb:118
msgid "Failed to unload user profile %{user}"
msgstr ""

#: ../lib/puppet_pal.rb:111
msgid "The argument 'puppet_code' must be a String, got %{type}"
msgstr ""

#. TRANSLATORS, the 'ast' is the name of a parameter, do not translate
#: ../lib/puppet_pal.rb:153
msgid "The given 'ast' does not represent a literal value"
msgstr ""

#: ../lib/puppet_pal.rb:165
msgid "The argument 'code_string' must be a String, got %{type}"
msgstr ""

#: ../lib/puppet_pal.rb:178
msgid "The argument 'file' must be a String, got %{type}"
msgstr ""

#: ../lib/puppet_pal.rb:215
msgid "Given data_type value is not a data type, got '%{type}'"
msgstr ""

#. TRANSLATORS: do not translate the variable names in this error message
#: ../lib/puppet_pal.rb:518
msgid "manifest_file or code_string cannot be given when configured_by_env is true"
msgstr ""

#: ../lib/puppet_pal.rb:583
msgid "temporary environment name"
msgstr ""

#. TRANSLATORS: do not translate variable name string in these assertions
#: ../lib/puppet_pal.rb:588
msgid "A block must be given to 'in_tmp_environment'"
msgstr ""

#. TRANSLATORS terms in the assertions below are names of terms in code
#: ../lib/puppet_pal.rb:642
msgid "A block must be given to 'in_environment'"
msgstr ""

#. TRANSLATORS 'in_environment' is a name, do not translate
#: ../lib/puppet_pal.rb:647
msgid "The environment directory '%{env_dir}' does not exist"
msgstr ""

#: ../lib/puppet_pal.rb:670
msgid "No directory found for the environment '%{env_name}' on the path '%{envpath}'"
msgstr ""

#: ../lib/puppet_pal.rb:724
msgid "Given variables must be a hash, got %{type}"
msgstr ""

#: ../lib/puppet_pal.rb:730
msgid "Given variable '%{varname}' has illegal name"
msgstr ""

#: ../lib/puppet_pal.rb:734
msgid "Given value for '%{varname}' has illegal type - got: %{type}"
msgstr ""

#: ../lib/puppet_pal.rb:850
msgid "Puppet Pal: %{what}"
msgstr ""

#: ../lib/puppet_pal.rb:863
msgid "Cannot use '%{a_term}' and '%{b_term}' at the same time"
msgstr ""

#: ../lib/puppet_pal.rb:869
msgid "A block must be given"
msgstr ""