Project

General

Profile

Download (94.6 KB) Statistics
| Branch: | Tag: | Revision:
a924ba8f Lukas Zapletal
# Template file for strings which can be localized in the Foreman Application.
#
# This file is distributed under the same license as the Foreman.
#
# Translators:
69be1641 Bryan Kearney
#
#
msgid ""
msgstr ""
"Project-Id-Version: version 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
265c661e Dominic Cleal
"POT-Creation-Date: 2014-01-09 22:53+0000\n"
69be1641 Bryan Kearney
"PO-Revision-Date: 2013-03-01 15:45-0500\n"
3f450a72 Lukas Zapletal
"Last-Translator: Lukas Zapletal <lzap+git@redhat.com>\n"
"Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
"Language: en\n"
69be1641 Bryan Kearney
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
3f450a72 Lukas Zapletal
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
69be1641 Bryan Kearney
6a7658b9 Lukas Zapletal
msgid "%s - Press Shift-F12 to release the cursor."
msgstr ""

9a280163 Dominic Cleal
msgid "%s - The following hosts are about to be changed"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "%s Distribution"
msgstr ""

msgid "%s Host"
msgstr ""

msgid "%s Parameters updated, see below for more information"
msgstr ""

msgid "%s Template"
msgstr ""

5342ce90 Dominic Cleal
msgid "%s VM associated to a host"
msgid_plural "%s VMs associated to hosts"
msgstr[0] ""
msgstr[1] ""

6a7658b9 Lukas Zapletal
msgid "%s ago"
msgstr ""

msgid "%s console is not supported at this time"
msgstr ""

msgid "%s day ago"
msgid_plural "%s days ago"
msgstr[0] ""
msgstr[1] ""

265c661e Dominic Cleal
msgid "%s is an unknown attribute"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "%s minute ago"
msgid_plural "%s minutes ago"
msgstr[0] ""
msgstr[1] ""

msgid "%s month ago"
msgid_plural "%s months ago"
msgstr[0] ""
msgstr[1] ""

msgid "%s selected hosts"
msgstr ""

msgid "%s week ago"
msgid_plural "%s weeks ago"
msgstr[0] ""
msgstr[1] ""

265c661e Dominic Cleal
msgid "%{cores} Cores and %{memory} memory"
msgstr ""

9a280163 Dominic Cleal
msgid "%{count} host with no %{taxonomy_single} assigned"
msgid_plural "%{count} hosts with no %{taxonomy_single} assigned"
msgstr[0] ""
msgstr[1] ""
ab7baec6 Bryan Kearney
265c661e Dominic Cleal
msgid "%{cpus} CPUs and %{memory} MB memory"
msgstr ""

msgid "%{cpus} CPUs and %{memory} memory"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "%{default_value} is not one of %{validator_rule}"
msgstr ""

3ebf2007 Dominic Cleal
msgid "%{e} does not belong to the %{environment} environment"
msgstr ""

265c661e Dominic Cleal
msgid "%{host} is about to %{action}"
a5405780 Dominic Cleal
msgstr ""

msgid "%{host} now boots from %{device}"
msgstr ""

93bcad2e Dominic Cleal
msgid "%{id} plugin requires Foreman %{matcher} but current is %{current}"
msgstr ""

msgid "%{id} plugin requires the %{plugin_name} plugin %{matcher} but current is %{plugin_version}"
msgstr ""

msgid "%{id} plugin requires the %{plugin_name} plugin, not found"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "%{match} does not match an existing host"
msgstr ""

msgid "%{match} does not match an existing host group"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "%{name} changed from %{label1} to %{label2}"
msgstr ""

3ebf2007 Dominic Cleal
msgid "%{record} is used by %{what}"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "%{task} task failed with the following error: %{e}"
msgstr ""

msgid "%{value} does not belong to %{os} operating system"
msgstr ""

3ebf2007 Dominic Cleal
msgid "%{value} is not a valid controller"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "%{value} is not one of %{rules}"
msgstr ""

msgid "%{vm} is now %{vm_state}"
msgstr ""

265c661e Dominic Cleal
msgid "&laquo;"
msgstr ""

msgid "&raquo;"
3ebf2007 Dominic Cleal
msgstr ""

msgid "'%{host}' could be deleted or '%{resource}' is not responding."
6a7658b9 Lukas Zapletal
msgstr ""

msgid "'%{host}' not found on '%{resource}'"
msgstr ""

msgid "(optional) IAM Role for Fog to use when creating this image."
msgstr ""

9a280163 Dominic Cleal
msgid "*Clear environment*"
bb52de13 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "*Clear host group*"
74e0b0e3 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "*Inherit from host group*"
74e0b0e3 Lukas Zapletal
msgstr ""

3ebf2007 Dominic Cleal
msgid "<b class='select_count'>0</b> selected"
msgstr ""

e2c2abfe Lukas Zapletal
msgid "<b>Description:</b> %{desc}<br><b>Type:</b> %{type}<br> <b>Matcher:</b> %{matcher}"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "<b>Source:</b> %s"
msgstr ""

msgid "<dl><dt>List</dt> <dd>A list of the allowed values, specified in the Validator rule field.</dd><dt>Regexp</dt> <dd>Validates the input with the regular expression in the Validator rule field.</dd></dl>"
msgstr ""

msgid "<dl><dt>String</dt> <dd>Everything is taken as a string.</dd><dt>Boolean</dt> <dd>Common representation of boolean values are accepted.</dd><dt>Integer</dt> <dd>Integer numbers only, can be negative.</dd><dt>Real</dt> <dd>Accept any numerical input.</dd><dt>Array</dt> <dd>A valid JSON or YAML input, that must evaluate to an array.</dd><dt>Hash</dt> <dd>A valid JSON or YAML input, that must evaluate to an object/map/dict/hash.</dd><dt>YAML</dt> <dd>Any valid YAML input.</dd><dt>JSON</dt> <dd>Any valid JSON input.</dd></dl>"
msgstr ""

9a280163 Dominic Cleal
msgid "A host group is in some ways similar to an inherited node declaration, in that it is a high level grouping of classes that can be named and treated as a unit. This is then treated as a template and is selectable during the creation of a new host and ensures that the host is configured in one of your pre-defined states."
6a7658b9 Lukas Zapletal
msgstr ""

msgid "A medium represents the source of one or more operating system's installation files, accessible via the network.\\n It will probably be a mirror from the internet or a copy of one or more CD or DVDs."
msgstr ""

msgid "A partition table entry represents either"
msgstr ""

msgid "A script to dynamically calculate the desired sizes. E.G."
msgstr ""

msgid "A user group already exists with this name"
msgstr ""

265c661e Dominic Cleal
msgid "ACK"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "API Key"
msgstr ""

0a48a01a Dominic Cleal
msgid "About"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Access Key"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Account"
msgstr ""

b777d0ba Dominic Cleal
msgid "Acquire IP address for %s"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Action"
msgstr ""

msgid "Actions"
msgstr ""

msgid "Active"
msgstr ""

msgid "Active Hosts"
msgstr ""

0a48a01a Dominic Cleal
#. host's status: first character of "active"
msgid "Active|A"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Add Bookmark"
msgstr ""

msgid "Add Filter"
msgstr ""

msgid "Add Interface"
msgstr ""

msgid "Add Matcher-Value"
msgstr ""

msgid "Add Parameter"
msgstr ""

msgid "Add Trend Counter"
msgstr ""

msgid "Add Variable"
msgstr ""

msgid "Add Volume"
ab7baec6 Bryan Kearney
msgstr ""

msgid "Add a fact filter"
msgstr ""

9a280163 Dominic Cleal
msgid "Add combination"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Add:"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Additional Information"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Additional info"
msgstr ""

msgid "Additional information about this host"
msgstr ""

msgid "Additional steps"
msgstr ""

msgid "Additionally, you may restrict user permissions based on many criteria, make sure you check the roles settings tab."
msgstr ""

93bcad2e Dominic Cleal
msgid "Administer"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "After you have decided on the two primary modes of operation and performed any appropriate imports then it would be good idea if you visited some of the other configuration pages to see if additional setup is required under the Additional settings select box on the top right."
msgstr ""

msgid "Alert"
msgstr ""

msgid "Alerts disabled"
msgstr ""

ab7baec6 Bryan Kearney
msgid "All Compute Resources"
msgstr ""

msgid "All Domains"
msgstr ""

msgid "All Environments"
msgstr ""

9a280163 Dominic Cleal
msgid "All Host Groups"
ab7baec6 Bryan Kearney
msgstr ""

msgid "All Media"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "All Puppet Classes for %s"
msgstr ""

msgid "All Reports"
msgstr ""

ab7baec6 Bryan Kearney
msgid "All Smart Proxies"
msgstr ""

msgid "All Subnets"
msgstr ""

msgid "All Templates"
msgstr ""

msgid "All Users"
msgstr ""

93bcad2e Dominic Cleal
msgid "All hosts"
msgstr ""

ab7baec6 Bryan Kearney
msgid "All hosts data matches configurations for locations and organizations."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "All hosts previously with no %{single} are now assigned to %{name}"
msgstr ""

msgid "All messages"
ab7baec6 Bryan Kearney
msgstr ""

msgid "All mismatches between hosts and %s have been fixed"
msgstr ""

msgid "All mismatches between hosts and locations/organizations have been fixed"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "All non public permissions successfully updated"
msgstr ""

msgid "Allocated"
msgstr ""

265c661e Dominic Cleal
msgid "Allocation (GB)"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "An IP address will be auto-suggested if you have a DHCP-enabled Smart Proxy on the subnet selected above.<br/><br/>The IP address can be left blank when:<br/><ul><li>provisioning tokens are enabled</li><li>the domain does not manage DNS</li><li>the subnet does not manage reverse DNS</li><li>and the subnet does not manage DHCP reservations</li></ul>"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "An explicit layout for the partitions of your hard drive(s). E.G."
msgstr ""

9a280163 Dominic Cleal
msgid "Any Context"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Any Location"
msgstr ""

msgid "Any Organization"
msgstr ""

msgid "Applicable<br>Operating Systems"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Applied"
msgstr ""

0a48a01a Dominic Cleal
#. initial character of Applied
msgid "Applied|A"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Architecture"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Architecture Distribution"
msgstr ""

msgid "Architecture configuration"
msgstr ""

msgid "Architectures"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Architecture|Name"
msgstr ""

5342ce90 Dominic Cleal
msgid "Are you sure you want to %{act} %{vm}?"
msgstr ""

msgid "Are you sure you want to power %{act} %{vm}?"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Are you sure?"
msgstr ""

ab7baec6 Bryan Kearney
msgid "Assign All"
msgstr ""

msgid "Assign Hosts to %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Assign Location"
msgstr ""

msgid "Assign Organization"
msgstr ""

msgid "Assign Selected Hosts"
msgstr ""

9a280163 Dominic Cleal
msgid "Assign the %{count} host with no %{taxonomy_single} to %{taxonomy_name}"
msgid_plural "Assign all %{count} hosts with no %{taxonomy_single} to %{taxonomy_name}"
msgstr[0] ""
msgstr[1] ""

6a7658b9 Lukas Zapletal
msgid "Assign to %s"
msgstr ""

9a280163 Dominic Cleal
msgid "Assigning hosts to %{taxonomy_name} will also update %{taxonomy_name} to include all the resources that the selected hosts are currently using."
ab7baec6 Bryan Kearney
msgstr ""

5342ce90 Dominic Cleal
msgid "Associate VM"
msgstr ""

msgid "Associate VM to a Foreman host"
msgstr ""

msgid "Associate VMs"
msgstr ""

msgid "Associate VMs to Foreman hosts"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Association"
msgstr ""

msgid "At present, authentication is performed against the internal Database or a LDAP service provided by one or more LDAP servers."
msgstr ""

msgid "Attempting to construct an operating system image filename but %s cannot be built from an image"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Attribute mappings"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Audit Comment"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|Action"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|Associated name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|Associated type"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|Auditable name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|Auditable type"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|Audited changes"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|Comment"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|Remote address"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|User type"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|Username"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Audited::Adapters::ActiveRecord::Audit|Version"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Audits"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Auth source"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Account"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Account password"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Attr firstname"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Attr lastname"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Attr login"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Attr mail"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Base dn"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Host"
msgstr ""

5342ce90 Dominic Cleal
#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Ldap filter"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Onthefly register"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Port"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "AuthSource|Tls"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Authentication Source Configuration"
msgstr ""

93bcad2e Dominic Cleal
msgid "Author"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Authorize login delegation with REMOTE_USER environment variable"
msgstr ""

msgid "Authorize login delegation with REMOTE_USER environment variable for API calls too"
6a7658b9 Lukas Zapletal
msgstr ""

ab7baec6 Bryan Kearney
msgid "Authorized by"
msgstr ""

5342ce90 Dominic Cleal
msgid "Automatically add new host groups to this user"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Autosign"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Autosign Entries"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Autosign entries for %s"
ab7baec6 Bryan Kearney
msgstr ""

93bcad2e Dominic Cleal
msgid "Availability zone"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Available Classes"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Available Providers"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Average memory usage"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Average swap usage"
ab7baec6 Bryan Kearney
msgstr ""

a5405780 Dominic Cleal
msgid "BIOS"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "BMC"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Back"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Back to host"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Back to host list"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Bare Metal"
ab7baec6 Bryan Kearney
msgstr ""

5342ce90 Dominic Cleal
msgid "Base DN"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Before you can use Foreman for the first time there are a few tasks that must be performed."
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Before you proceed to using Foreman you should provide information about one or more architectures."
ab7baec6 Bryan Kearney
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Bookmark"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Bookmark this search"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Bookmark was successfully created."
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Bookmark was successfully updated."
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Bookmarks"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Bookmarks configuration"
ab7baec6 Bryan Kearney
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Bookmark|Controller"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Bookmark|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Bookmark|Owner type"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Bookmark|Public"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Bookmark|Query"
msgstr ""

a5405780 Dominic Cleal
msgid "Boot device"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Bootable"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Browse host facts"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Browse host reports"
ab7baec6 Bryan Kearney
msgstr ""

e2c2abfe Lukas Zapletal
msgid "Browser locale"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Build"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Build Hosts"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Build PXE Default"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Build from OS image"
ab7baec6 Bryan Kearney
msgstr ""

0a48a01a Dominic Cleal
#. host's status: first character of "build"
msgid "Build|B"
msgstr ""

a5405780 Dominic Cleal
msgid "CDROM"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "CPUs"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Can't delete built-in role"
ab7baec6 Bryan Kearney
msgstr ""

3ebf2007 Dominic Cleal
msgid "Can't delete internal admin account"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Can't find a valid Foreman Proxy with a Puppet feature"
ab7baec6 Bryan Kearney
msgstr ""

3ebf2007 Dominic Cleal
msgid "Can't remove Administrator flag from internal protected <b>admin</b> account"
msgstr ""

msgid "Can't rename internal protected <b>admin</b> account to %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Can't use the same value as the primary interface"
69be1641 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Cancel"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Cancel Build"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Cancel build request for this host"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Canceled pending build for %s"
ab7baec6 Bryan Kearney
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Canvas not supported."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Certificate Name"
ab7baec6 Bryan Kearney
msgstr ""

5342ce90 Dominic Cleal
msgid "Certificate path"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Certificates"
69be1641 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Change Environment"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Change Group"
ab7baec6 Bryan Kearney
msgstr ""

9a280163 Dominic Cleal
msgid "Change your avatar at gravatar.com"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Changed environments"
ab7baec6 Bryan Kearney
msgstr ""

265c661e Dominic Cleal
msgid "Chart"
msgstr ""

a5405780 Dominic Cleal
msgid "Chassis"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Check all"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Check all/Uncheck all"
ab7baec6 Bryan Kearney
msgstr ""

3ebf2007 Dominic Cleal
msgid "Check/Uncheck all"
msgstr ""

msgid "Check/Uncheck all %s changes"
msgstr ""

msgid "Check/Uncheck new"
msgstr ""

msgid "Check/Uncheck obsolete"
msgstr ""

msgid "Check/Uncheck updated"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Choose a family"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Choose a provider"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Class Distribution"
ab7baec6 Bryan Kearney
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Classes"
msgstr ""

265c661e Dominic Cleal
msgid "Click on the link of a compute resource to edit its default VM attributes."
msgstr ""

bb52de13 Lukas Zapletal
msgid "Click to add %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Click to edit"
ab7baec6 Bryan Kearney
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Click to edit.."
msgstr ""

93bcad2e Dominic Cleal
msgid "Click to log in again."
msgstr ""

bb52de13 Lukas Zapletal
msgid "Click to remove %s"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Click to undo adding this class"
msgstr ""

5342ce90 Dominic Cleal
msgid "Client Email"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Client SSL certificates are used to identify Smart Proxies accessing fact/report importers and ENC output over HTTPS (:require_ssl should also be enabled)"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Clone"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Clone %s"
ab7baec6 Bryan Kearney
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Clone Host %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Close"
ab7baec6 Bryan Kearney
msgstr ""

93bcad2e Dominic Cleal
msgid "Cluster"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Code"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Compute Resource"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Compute Resources"
ab7baec6 Bryan Kearney
msgstr ""

265c661e Dominic Cleal
#. "Table name" or "Table name|Column name" for error messages
msgid "Compute attribute"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Compute profile"
msgstr ""

msgid "Compute profiles"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Compute resource"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Compute resource update for %s"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Compute resources"
69be1641 Bryan Kearney
msgstr ""

265c661e Dominic Cleal
#. "Table name" or "Table name|Column name" for error messages
msgid "ComputeAttribute|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ComputeAttribute|Vm attrs"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ComputeProfile|Name"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "ComputeResource|Attrs"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ComputeResource|Description"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ComputeResource|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ComputeResource|Password"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ComputeResource|Url"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ComputeResource|User"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ComputeResource|Uuid"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Config Retrieval"
ab7baec6 Bryan Kearney
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Config template"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ConfigTemplate|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ConfigTemplate|Snippet"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "ConfigTemplate|Template"
msgstr ""

93bcad2e Dominic Cleal
msgid "Configure"
ab7baec6 Bryan Kearney
msgstr ""

b777d0ba Dominic Cleal
msgid "Configure instance %s via SSH"
ab7baec6 Bryan Kearney
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Conflict - %s"
msgstr ""

265c661e Dominic Cleal
msgid "Conflicts have been detected"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Connected (unencrypted) to: %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Connecting (unencrypted) to: %s"
ab7baec6 Bryan Kearney
msgstr ""

0a48a01a Dominic Cleal
msgid "Connecting.."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Console"
ab7baec6 Bryan Kearney
msgstr ""

b777d0ba Dominic Cleal
msgid "Console passwords"
msgstr ""

93bcad2e Dominic Cleal
msgid "Cores"
msgstr ""

265c661e Dominic Cleal
msgid "Could not find a Configuration Template with the name \"PXELinux global default\", please create one."
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Create %s"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Create DHCP Settings for %s"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Create DNS record for %s"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Create Reverse DNS record for %s"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Create a Smart Proxy"
ab7baec6 Bryan Kearney
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Ctrl-Alt-Del"
msgstr ""

5342ce90 Dominic Cleal
msgid "Custom LDAP search filter, <i>optional</i>"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "DHCP Proxy"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "DHCP Proxy to use within this subnet"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "DHCP conflicts removal for %s"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "DHCP has a lease at %s"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "DHCP not supported for this NIC"
ab7baec6 Bryan Kearney
msgstr ""

6a7658b9 Lukas Zapletal
msgid "DHCP records %s already exists"
msgstr ""

msgid "DNS"
msgstr ""

msgid "DNS A Records %s already exists"
msgstr ""

msgid "DNS PTR Records %s already exists"
msgstr ""

msgid "DNS Proxy"
msgstr ""

msgid "DNS Proxy to use within this domain"
msgstr ""

msgid "DNS Proxy to use within this subnet"
msgstr ""

msgid "DNS name"
msgstr ""

msgid "Dashboard"
msgstr ""

93bcad2e Dominic Cleal
msgid "Data store"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Datacenter"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Default"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Default Puppet server hostname"
msgstr ""

msgid "Default encrypted root password on provisioned hosts (default is 123123)"
6a7658b9 Lukas Zapletal
msgstr ""

e2c2abfe Lukas Zapletal
msgid "Default value"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Delete"
msgstr ""

msgid "Delete %s?"
msgstr ""

msgid "Delete Hosts"
msgstr ""

msgid "Delete PuppetCA certificates for %s"
msgstr ""

msgid "Delete all the trend history for %s?"
msgstr ""

msgid "Delete autosign entry for %s"
msgstr ""

msgid "Delete report for %s?"
msgstr ""

msgid "Deleted environment"
msgstr ""

msgid "Deleted environment %{env} and %{pcs}"
msgstr ""

msgid "Deleting this group will unlink its nested groups and any associated puppet classes and / or parameters"
msgstr ""

msgid "Deploy on"
msgstr ""

msgid "Description"
msgstr ""

msgid "Destroy"
msgstr ""

msgid "Destroyed selected hosts"
msgstr ""

msgid "Details"
msgstr ""

msgid "Diff View"
msgstr ""

msgid "Disable Notifications"
msgstr ""

msgid "Disable alerts for selected hosts"
msgstr ""

b777d0ba Dominic Cleal
msgid "Disabled"
msgstr ""

0a48a01a Dominic Cleal
#. host's status: first character of "disabled"
msgid "Disabled|D"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Disk"
msgstr ""

msgid "Display"
msgstr ""

msgid "Display Name"
msgstr ""

msgid "Display the templates that will be used to provision this host"
msgstr ""

b777d0ba Dominic Cleal
msgid "Display type"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Displaying <b>%{count}</b> entry"
msgid_plural "Displaying <b>all %{count}</b> entries"
msgstr[0] ""
msgstr[1] ""

msgid "Displaying entries <b>%{from} - %{to}</b> of <b>%{count}</b> in total"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Document root where puppetdoc files should be created"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Documentation"
msgstr ""

msgid "Does not match selected Subnet"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Does not update ipaddress and MAC values from Puppet facts"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "Domain"
msgstr ""

msgid "Domain Configuration"
msgstr ""

msgid "Domain hosts"
msgstr ""

msgid "Domains"
msgstr ""

msgid "Domains in which this subnet is part"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Domain|Fullname"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Domain|Name"
msgstr ""

5342ce90 Dominic Cleal
msgid "EC2"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Each architecture can also be associated with more than one operating system and a selector block is provided to allow you to select valid combinations."
msgstr ""

msgid "Each entries represent a particular hardware architecture, most commonly <b>x86_64</b> or <b>i386</b>. Foreman also supports the Solaris operating system family, which includes <b>sparc</b> based systems."
msgstr ""

msgid "Edit"
msgstr ""

msgid "Edit %s"
msgstr ""

msgid "Edit Architecture"
msgstr ""

msgid "Edit Bookmark"
msgstr ""

265c661e Dominic Cleal
msgid "Edit Compute profile"
msgstr ""

msgid "Edit Compute profile: %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Edit Domain"
msgstr ""

msgid "Edit Environment"
msgstr ""

msgid "Edit Global Parameter"
msgstr ""

msgid "Edit LDAP Auth Source"
msgstr ""

msgid "Edit Medium"
msgstr ""

msgid "Edit Model"
msgstr ""

msgid "Edit Operating System"
msgstr ""

msgid "Edit Parameters"
msgstr ""

9a280163 Dominic Cleal
msgid "Edit Partition Table"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Edit Properties"
msgstr ""

msgid "Edit Proxy"
msgstr ""

msgid "Edit Puppet Class %s"
msgstr ""

msgid "Edit Roles"
msgstr ""

msgid "Edit Smart Variable"
msgstr ""

msgid "Edit Subnet"
msgstr ""

9a280163 Dominic Cleal
msgid "Edit Template"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Edit Trend %s"
msgstr ""

msgid "Edit User"
msgstr ""

msgid "Edit User group"
msgstr ""

265c661e Dominic Cleal
msgid "Edit compute profile on %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Edit your host"
msgstr ""

msgid "Editing %s"
msgstr ""

msgid "Editing compute"
msgstr ""

msgid "Either you didnt generate the puppetdocs (see <a rel=\"external\" href=\"%{url}\">here</a>) or the class <strong>%{name}</strong> could not be found in environment <strong>%{environment}</strong><br/> Please ensure that the class <strong>%{name}</strong>s declaration is accessible via the modulepath associated with <strong>%{environment}</strong>."
msgstr ""

msgid "Empty environment"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Enable Email alerts per each failed Puppet report"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Enable Notifications"
msgstr ""

msgid "Enable alerts for selected hosts"
msgstr ""

b777d0ba Dominic Cleal
msgid "Enable certificate generation for %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Enable rebuild on next host boot"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Enable safe mode config templates rendering (recommended)"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Enable this host for provisioning"
msgstr ""

b777d0ba Dominic Cleal
msgid "Enabled"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Enabled %s for rebuild on next boot"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Enables Puppetrun support"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "Environment"
msgstr ""

msgid "Environment configuration"
msgstr ""

msgid "Environment only"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Environment variable containing the subject DN from a client SSL certificate"
msgstr ""

msgid "Environment variable containing the verification status of a client SSL certificate"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Environments"
msgstr ""

msgid "Environments Distribution"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Environments and documentation"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Environments may be manually created and only require the name of the environment to be declared."
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Environment|Name"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Error"
msgstr ""

a5405780 Dominic Cleal
msgid "Error has occurred while communicating with %{cr}: %{e}"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Error loading virtual machine information: %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Errors only"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Errors: %s"
msgstr ""

0a48a01a Dominic Cleal
#. host's status: first character of "error"
msgid "Error|E"
6a7658b9 Lukas Zapletal
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Exit Full Screen"
msgstr ""

265c661e Dominic Cleal
msgid "Expand nested items"
msgstr ""

0a48a01a Dominic Cleal
msgid "Expand the chart"
3dfb6e4c Dominic Cleal
msgstr ""

0a48a01a Dominic Cleal
msgid "Expires"
3dfb6e4c Dominic Cleal
msgstr ""

5342ce90 Dominic Cleal
msgid "External IP"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Fact Chart"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Fact Name"
msgstr ""

msgid "Fact Values"
msgstr ""

msgid "Fact filters"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Fact name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Fact value"
msgstr ""

265c661e Dominic Cleal
#. "Table name" or "Table name|Column name" for error messages
msgid "FactName|Ancestry"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "FactName|Compose"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "FactName|Name"
msgstr ""

265c661e Dominic Cleal
#. "Table name" or "Table name|Column name" for error messages
msgid "FactName|Short name"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "FactValue|Value"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Facts"
msgstr ""

msgid "Fail on Mismatch"
msgstr ""

msgid "Failed"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Failed Restarts"
msgstr ""

0a48a01a Dominic Cleal
#. initial characters of Failed Restarts
msgid "Failed Restarts|FR"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Failed connecting to %s"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Failed restarts"
msgstr ""

a5405780 Dominic Cleal
msgid "Failed to %{action} %{host}: %{e}"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Failed to add %{name} to autosign file: %{e}"
msgstr ""

msgid "Failed to cancel pending build for %s"
msgstr ""

msgid "Failed to clean any old certificates or add the autosign entry. Terminating the build!"
msgstr ""

a5405780 Dominic Cleal
msgid "Failed to configure %{host} to boot from %{device}: %{e}"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Failed to create a compute %{compute_resource} instance %{name}: %{message}\\n "
msgstr ""

msgid "Failed to delete TFTP: %s"
msgstr ""

msgid "Failed to destroy a compute %{compute_resource} instance %{name}: %{e}"
msgstr ""

msgid "Failed to enable %{host} for installation: %{errors}"
msgstr ""

msgid "Failed to fetch boot files"
msgstr ""

msgid "Failed to fetch boot files: %s"
msgstr ""

a5405780 Dominic Cleal
msgid "Failed to fetch: "
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Failed to generate %{template_kind} template: %{e}"
msgstr ""

msgid "Failed to get IP for %{name}: %{e}"
msgstr ""

msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
msgstr ""

msgid "Failed to initialize the PuppetCA proxy: %s"
msgstr ""

msgid "Failed to launch script on %{name}: %{e}"
msgstr ""

msgid "Failed to login via SSH to %{name}: %{e}"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Failed to modify the build cycle for %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Failed to perform rollback on %{task} - %{e}"
msgstr ""

msgid "Failed to power up a compute %{compute_resource} instance %{name}: %{e}"
msgstr ""

msgid "Failed to remove %{name}'s puppet certificate: %{e}"
msgstr ""

msgid "Failed to remove %{self} from the autosign file: %{e}"
msgstr ""

msgid "Failed to remove certificates for %{name}: %{e}"
msgstr ""

msgid "Failed to set TFTP: %s"
msgstr ""

msgid "Failed to set console: %s"
msgstr ""

msgid "Failed to stop compute %{compute_resource} instance %{name}: %{e}"
msgstr ""

msgid "Failed to undo update compute %{compute_resource} instance %{name}: %{e}"
msgstr ""

msgid "Failed to update a compute %{compute_resource} instance %{name}: %{e}"
msgstr ""

0a48a01a Dominic Cleal
#. initial character of Failed
msgid "Failed|F"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Feature"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Features"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Feature|Name"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Fetch TFTP boot files for %s"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Filter"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Filter %s"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Filter classes"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Filter permissions"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Filters"
msgstr ""

msgid "Fingerprint"
msgstr ""

msgid "Fix %s on Mismatch"
msgstr ""

msgid "Fix All Mismatches"
msgstr ""

msgid "Fix Mismatches"
msgstr ""

msgid "Flavor"
msgstr ""

msgid "Floating IP network"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Folder"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "For Roles and permissions, see the"
msgstr ""

93bcad2e Dominic Cleal
msgid "For example, if you have copied several Red Hat release disks into a directory structure where the disk images are named 5.8 or 6.2, and each contained both x86_64 and i386 binaries, then you\\n could create a single medium entry describing them all.\\n The entry, which could be just named 'Red Hat' could contain a path like this <em>'http://server/redhat/$version/$arch'</em>"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "For example, there might be a data center in London and one in Virginia; these are locations. Locations also work nicely when used in tandem with "
msgstr ""

msgid "For internal Users, simply create a new user at the"
msgstr ""

0a48a01a Dominic Cleal
msgid "Foreman Developers"
msgstr ""

msgid "Foreman Users"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Foreman can use LDAP based service for user information and authentication."
msgstr ""

msgid "Foreman comes with some importers to ease the burden of entering loads of data about your current installation."
msgstr ""

msgid "Foreman considers a domain and a DNS zone as the same thing. That is, if you are planning to manage a site where all the machines are or the form <i>hostname</i>.<b>somewhere.com</b>\\n then the domain is <b>somewhere.com</b>. This allows Foreman to associate a puppet variable with a domain/site and automatically append this variable to all external node requests made\\n by machines at that site."
msgstr ""

msgid "Foreman now manages the build cycle for %s"
msgstr ""

msgid "Foreman now no longer manages the build cycle for %s"
msgstr ""

msgid "Foreman report creation time is <em>%s</em>"
msgstr ""

msgid "Foreman ticketing system"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Foreman will create the host when a report is received"
msgstr ""

a83e00ba Dominic Cleal
msgid "Foreman will create the host when new facts are received"
msgstr ""

5342ce90 Dominic Cleal
msgid "Foreman will truncate hostname to 'puppet' if it starts with puppet"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Foreman, by default, operates in anonymous mode where all operations are performed without reference to the user who is performing the task."
msgstr ""

265c661e Dominic Cleal
msgid "Full"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Full name describing the domain"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Full screen"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Full trace"
msgstr ""

a5405780 Dominic Cleal
msgid "Gateway"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "General useful description, for example this kind of hardware needs a special BIOS setup"
msgstr ""

msgid "Generated %s ago"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Generated at %s"
msgstr ""

msgid "Global"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Global Parameters"
msgstr ""

93bcad2e Dominic Cleal
msgid "Global parameters"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Global variable or class Parameter, not both"
msgstr ""

9a280163 Dominic Cleal
msgid "Good host reports in the last %s"
6a7658b9 Lukas Zapletal
msgstr ""

5342ce90 Dominic Cleal
msgid "Google Project ID"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Hardware"
msgstr ""

msgid "Hardware Model"
msgstr ""

msgid "Hardware Models"
msgstr ""

93bcad2e Dominic Cleal
msgid "Hardware models"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Help"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Help!"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Here you can manage bookmarks. Bookmarks are saved search queries."
msgstr ""

msgid "History"
msgstr ""

msgid "Host"
msgstr ""

msgid "Host Architecture"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Host Configuration Status"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Host Groups"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Host Parameters"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Host audit entries"
msgstr ""

msgid "Host details"
msgstr ""

9a280163 Dominic Cleal
msgid "Host group"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Host group / Environment"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Host group and Environment"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Host group configuration"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Host group hosts"
msgstr ""

msgid "Host group only"
msgstr ""

e2c2abfe Lukas Zapletal
msgid "Host group parameters"
msgstr ""

9a280163 Dominic Cleal
msgid "Host groups"
msgstr ""

msgid "Host reported time is <em>%s</em>"
msgstr ""

msgid "Host times seems to be adrift!"
6a7658b9 Lukas Zapletal
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Build"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Certname"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Comment"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Disk"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Enabled"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Image file"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Installed at"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Ip"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Last compile"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Last freshcheck"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Last report"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Mac"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Managed"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Owner type"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Puppet status"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Root pass"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Serial"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Use image"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Host::Base|Uuid"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "Hostgroup"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Hostgroup|Ancestry"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Hostgroup|Image file"
msgstr ""

74e0b0e3 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Hostgroup|Label"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Hostgroup|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Hostgroup|Root pass"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Hostgroup|Use image"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Hostgroup|Vm defaults"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Hosts"
msgstr ""

msgid "Hosts Inventory"
msgstr ""

9a280163 Dominic Cleal
msgid "Hosts in error state"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Hosts that had pending changes"
msgstr ""

msgid "Hosts that had performed modifications without error"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Hosts that will be trusted in addition to Smart Proxies for access to fact/report importers and ENC output"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Hosts which didn't run puppet in the last %s"
msgstr ""

9a280163 Dominic Cleal
msgid "Hosts with alerts disabled"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Hosts with errors"
msgstr ""

9a280163 Dominic Cleal
msgid "Hosts with no reports"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Hosts with notifications disabled"
msgstr ""

9a280163 Dominic Cleal
msgid "How templates are determined"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "How values are validated"
msgstr ""

msgid "Howtos"
msgstr ""

a5405780 Dominic Cleal
msgid "IP"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "IP Address"
msgstr ""

265c661e Dominic Cleal
msgid "IP address auto-suggest"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "IP address for this host"
6a7658b9 Lukas Zapletal
msgstr ""

0a48a01a Dominic Cleal
msgid "IRC"
msgstr ""

a83e00ba Dominic Cleal
msgid "If Foreman is running behind Passenger or a remote load balancer, the IP should be set here. This is a regular expression, so it can support several load balancers, i.e: (10.0.0.1|127.0.0.1)"
74e0b0e3 Lukas Zapletal
msgstr ""

6a7658b9 Lukas Zapletal
msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
msgstr ""

msgid "If you are already using puppet you should consider using some of the rake tasks that have been provided."
msgstr ""

msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments."
msgstr ""

msgid "If you chose to use LDAP authentication then you must provide connection details for your authentication provider on"
msgstr ""

msgid "If you feel this is an error with Foreman itself, please open a new issue with"
msgstr ""

msgid "If you wish to track the actions of a particular user then it is possible to use an additional authentication stage and provide a user account."
msgstr ""

msgid "If you're planning to do anything more than just handle reports, you'll be in need of a smart proxy - either on this machine or elsewhere on your network."
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "Image"
msgstr ""

msgid "Image Based"
msgstr ""

msgid "Image ID"
msgstr ""

msgid "Image ID as provided by the compute resource, e.g. ami-.."
msgstr ""

msgid "Images"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Image|Iam role"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Image|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Image|Username"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Image|Uuid"
msgstr ""

9a280163 Dominic Cleal
msgid "Import"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Import from %s"
msgstr ""

msgid "Import subnets"
msgstr ""

msgid "Import your data"
msgstr ""

msgid "Important"
msgstr ""

msgid "Imported Subnets"
msgstr ""

msgid "Importing Puppet Facts"
msgstr ""

msgid "Importing Puppet classes and environments"
msgstr ""

msgid "In Progress"
msgstr ""

9a280163 Dominic Cleal
msgid "In addition to defining which puppet classes get included when building this host type you are also able to assign variables and provisioning information to a host group to further refine the behavior of the puppet runtime."
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Include this host within Foreman reporting"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Included Classes"
msgstr ""

msgid "Included Parameters via inheritance"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Incorrect username or password"
msgstr ""

93bcad2e Dominic Cleal
msgid "Infrastructure"
msgstr ""

265c661e Dominic Cleal
msgid "Inherit from parent"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Installation Media"
msgstr ""

msgid "Installation media"
msgstr ""

msgid "Installation medium configuration"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Installed"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Interface"
msgstr ""

msgid "Invalid Host"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Invalid log level: %s"
msgstr ""

a5405780 Dominic Cleal
msgid "Invalid power state request: %{action}, supported actions are %{supported}"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Invalid query"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Invalid report"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Invalid search query: %s"
msgstr ""

msgid "Inventory browser"
msgstr ""

0a48a01a Dominic Cleal
msgid "Issue tracker"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "It is not possible to assign provisioning templates at this stage"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Item"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Key Binding"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Key pair"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "KeyPair|Name"
msgstr ""

5342ce90 Dominic Cleal
#. "Table name" or "Table name|Column name" for error messages
msgid "KeyPair|Public"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "KeyPair|Secret"
msgstr ""

msgid "Keys"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Kind"
msgstr ""

msgid "LDAP"
msgstr ""

msgid "LDAP Authentication"
msgstr ""

93bcad2e Dominic Cleal
msgid "LDAP authentication"
msgstr ""

5342ce90 Dominic Cleal
msgid "LDAP filter"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "LDAP server"
msgstr ""

a83e00ba Dominic Cleal
msgid "LDAP users will have their Foreman account automatically created the first time they log into Foreman"
bb52de13 Lukas Zapletal
msgstr ""

msgid "Last report"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Last updated %s ago"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Latest Events"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Level"
msgstr ""

msgid "List of hosts which answer to the provided query"
msgstr ""

msgid "Load Datacenters"
msgstr ""

msgid "Load Regions"
msgstr ""

msgid "Load Tenants"
msgstr ""

5342ce90 Dominic Cleal
msgid "Load zones"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Loading"
msgstr ""

msgid "Loading ..."
msgstr ""

a5405780 Dominic Cleal
msgid "Loading BMC information ..."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Loading Images information"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Loading parameters..."
3dfb6e4c Dominic Cleal
msgstr ""

3ebf2007 Dominic Cleal
msgid "Loading virtual machine information ..."
msgstr ""

msgid "Loading virtual machines information ..."
3dfb6e4c Dominic Cleal
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Location"
msgstr ""

msgid "Location configuration"
msgstr ""

5342ce90 Dominic Cleal
msgid "Location you had selected as your context has been deleted."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Location/Organization"
msgstr ""

msgid "Locations"
msgstr ""

msgid "Locations are used to manage and differentiate the physical place where a system managed via Foreman is housed."
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Log out idle users after a certain number of minutes"
6a7658b9 Lukas Zapletal
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Logged out - See you soon"
6a7658b9 Lukas Zapletal
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Logged-in"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Login"
6a7658b9 Lukas Zapletal
msgstr ""

93bcad2e Dominic Cleal
msgid "Logout"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Lookup key"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Lookup value"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Default value"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Description"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Is param"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Key"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Key type"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Lookup values count"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Override"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Path"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Required"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Validator rule"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupKey|Validator type"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupValue|Match"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "LookupValue|Value"
msgstr ""

a5405780 Dominic Cleal
msgid "MAC"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "MAC Address"
msgstr ""

msgid "MAC address for this host"
msgstr ""

msgid "Machine Type"
msgstr ""

93bcad2e Dominic Cleal
msgid "Machine type"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Mail is Required"
msgstr ""

0a48a01a Dominic Cleal
msgid "Mailing lists"
msgstr ""

msgid "Mailing lists are available via Google Groups. Much like IRC, we have a general users (support, Q/A, etc) lists and a development list:"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Manage Bookmarks"
msgstr ""

9a280163 Dominic Cleal
msgid "Manage Locations"
msgstr ""

msgid "Manage Organizations"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Manage host"
msgstr ""

5342ce90 Dominic Cleal
msgid "Managed IP"
msgstr ""

93bcad2e Dominic Cleal
msgid "Manual"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Manually Assign"
msgstr ""

9a280163 Dominic Cleal
msgid "Manually select and assign hosts with no %s"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Matcher"
msgstr ""

msgid "Matcher is a combination of an attribute and its value, if they match, the value below would be provided.<br> You may use any attribute foreman knows about, such as facts etc for example: <code> domain = example.com </code> or <code> is_virtual = true</code>"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Max days for Trends graphs"
6a7658b9 Lukas Zapletal
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Media"
6a7658b9 Lukas Zapletal
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "Medium"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Medium|Config path"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Medium|Image path"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Medium|Media path"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Medium|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Medium|Os family"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Medium|Path"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Memory"
msgstr ""

msgid "Memory (MB)"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Message"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Message|Digest"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Message|Value"
msgstr ""

msgid "Metrics"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Minutes Ago"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Mismatch Details"
msgstr ""

msgid "Mismatches"
msgstr ""

msgid "Mismatches Report"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "Model"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Model|Hardware model"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Model|Info"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Model|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Model|Vendor class"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Modified"
msgstr ""

93bcad2e Dominic Cleal
msgid "Monitor"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Must provide an operating systems"
msgstr ""

msgid "Must provide template kind"
msgstr ""

msgid "Must specify a Smart Proxy to use"
msgstr ""

msgid "My account"
msgstr ""

msgid "N/A"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "NA"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "NIC"
msgstr ""

5342ce90 Dominic Cleal
msgid "NIC type"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Name"
msgstr ""

93bcad2e Dominic Cleal
msgid "Name of the external auth source where unknown externally authentication users (see authorize_login_delegation) should be created (keep unset to prevent the autocreation)"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Nest"
msgstr ""

a5405780 Dominic Cleal
msgid "Netmask"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Netmask for this subnet"
msgstr ""

msgid "Network"
msgstr ""

msgid "Network Based"
msgstr ""

93bcad2e Dominic Cleal
msgid "Network interfaces"
3ebf2007 Dominic Cleal
msgstr ""

93bcad2e Dominic Cleal
msgid "Network type"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Networks"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "New"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "New %s"
msgstr ""

msgid "New Architecture"
msgstr ""

msgid "New Autosign Entry"
msgstr ""

msgid "New Bookmark"
msgstr ""

265c661e Dominic Cleal
msgid "New Compute Profile"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "New Compute Resource"
msgstr ""

265c661e Dominic Cleal
msgid "New Compute profile"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "New Domain"
msgstr ""

msgid "New Environment"
msgstr ""

msgid "New Global Parameter"
msgstr ""

msgid "New Host"
msgstr ""

9a280163 Dominic Cleal
msgid "New Host Group"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "New Image"
msgstr ""

msgid "New LDAP Auth Source"
msgstr ""

msgid "New LDAP Source"
msgstr ""

msgid "New Location"
msgstr ""

msgid "New Medium"
msgstr ""

msgid "New Model"
msgstr ""

msgid "New Operating System"
msgstr ""

msgid "New Operating system"
msgstr ""

msgid "New Organization"
msgstr ""

msgid "New Parameter"
msgstr ""

9a280163 Dominic Cleal
msgid "New Partition Table"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "New Proxy"
msgstr ""

msgid "New Puppet class"
msgstr ""

msgid "New Role"
msgstr ""

265c661e Dominic Cleal
msgid "New Smart Proxy"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "New Subnet"
msgstr ""

msgid "New Template"
msgstr ""

msgid "New Trend"
msgstr ""

msgid "New User"
msgstr ""

msgid "New User group"
msgstr ""

msgid "New Virtual Machine"
msgstr ""

msgid "New architecture"
msgstr ""

msgid "New authentication source"
msgstr ""

265c661e Dominic Cleal
msgid "New compute profile on %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "New compute resource"
msgstr ""

msgid "New installation medium"
msgstr ""

bb52de13 Lukas Zapletal
msgid "New role"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "New window"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Nic::Base|Attrs"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Nic::Base|Ip"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Nic::Base|Mac"
6a7658b9 Lukas Zapletal
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Nic::Base|Name"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "No %{template_kind} templates were found for this host, make sure you define at least one in your %{os} settings"
msgstr ""

9a280163 Dominic Cleal
msgid "No TFTP proxies defined, can't continue"
6a7658b9 Lukas Zapletal
msgstr ""

3ebf2007 Dominic Cleal
msgid "No bridges"
msgstr ""

9a280163 Dominic Cleal
msgid "No changes"
6a7658b9 Lukas Zapletal
msgstr ""

ce63a0d2 Dominic Cleal
msgid "No changes found when refreshing features from %s."
msgstr ""

0a48a01a Dominic Cleal
msgid "No compute resource to show"
msgstr ""

9a280163 Dominic Cleal
msgid "No domains"
6a7658b9 Lukas Zapletal
msgstr ""

3ebf2007 Dominic Cleal
msgid "No entries found"
msgstr ""

9a280163 Dominic Cleal
msgid "No environment selected!"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No features found on this proxy, please make sure you enable at least one feature"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No finish templates were found for this host, make sure you define at least one in your %s settings"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No history found"
6a7658b9 Lukas Zapletal
msgstr ""

5342ce90 Dominic Cleal
msgid "No host found to associate this VM with"
msgstr ""

9a280163 Dominic Cleal
msgid "No host group selected!"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No hosts are mismatched!"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No hosts selected"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No hosts were found with that id or name"
bb52de13 Lukas Zapletal
msgstr ""

3dfb6e4c Dominic Cleal
msgid "No interesting reports received in the last week"
msgstr ""

3ebf2007 Dominic Cleal
msgid "No networks"
msgstr ""

9a280163 Dominic Cleal
msgid "No new subnets found"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No parameters were allocated to the selected hosts, can't mass assign."
6a7658b9 Lukas Zapletal
msgstr ""

93bcad2e Dominic Cleal
msgid "No plugins found"
msgstr ""

9a280163 Dominic Cleal
msgid "No preference"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No puppet activity for this host in the last %s days"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No report"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No reports"
6a7658b9 Lukas Zapletal
msgstr ""

0a48a01a Dominic Cleal
#. host's status: first character of "no reports"
msgid "No reports|N"
msgstr ""

msgid "No smart proxies to show"
msgstr ""

9a280163 Dominic Cleal
msgid "No subnets"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No subnets selected"
bb52de13 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No template found"
bb52de13 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No templates found!"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No trend counter defined."
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "No trend counter found."
6a7658b9 Lukas Zapletal
msgstr ""

msgid "No value error"
msgstr ""

msgid "No value warning"
msgstr ""

msgid "None"
msgstr ""

msgid "None Found"
msgstr ""

msgid "Not Found"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Not Installed"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Not authorized to edit classes"
msgstr ""

msgid "Not implemented"
msgstr ""

msgid "Not relevant for snippet"
msgstr ""

msgid "Note: %s "
msgstr ""

msgid "Nothing to show"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "Notice"
msgstr ""

msgid "Notice:"
msgstr ""

265c661e Dominic Cleal
msgid "Notices, warnings and errors"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Notice|Content"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Notice|Global"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Notice|Level"
msgstr ""

msgid "Notification disabled"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Notifications"
msgstr ""

msgid "Number Of Clients"
msgstr ""

msgid "Number of CPUs"
msgstr ""

msgid "Number of Events"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Number of Hosts"
msgstr ""

9a280163 Dominic Cleal
msgid "Number of values"
6a7658b9 Lukas Zapletal
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "OAuth consumer key"
msgstr ""

msgid "OAuth consumer secret"
msgstr ""

bb52de13 Lukas Zapletal
msgid "OK"
msgstr ""

0a48a01a Dominic Cleal
#. host's status: first character of "OK"
msgid "OK|O"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "OS Distribution"
msgstr ""

msgid "OS Family"
msgstr ""

msgid "OS Image"
msgstr ""

265c661e Dominic Cleal
msgid "OS major version from facter; e.g. 6"
msgstr ""

msgid "OS minor version from facter; e.g. 5"
msgstr ""

msgid "OS name from facter; e.g. RedHat"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Obsolete"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Off"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Old"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "On"
msgstr ""

msgid "Once installed you should head over to"
msgstr ""

msgid "Only URLs with schema http://, https://, ftp:// or nfs:// are allowed (e.g. nfs://server/vol/dir)"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Only known Smart Proxies with the Puppet feature can access fact/report importers and ENC output"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Only one bootable interface is allowed"
msgstr ""

msgid "Only one declaration of a proxy is allowed"
msgstr ""

93bcad2e Dominic Cleal
msgid "Only one volume can be bootable"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Oops"
msgstr ""

msgid "Oops, we're sorry but something went wrong"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Open Spice in a new window"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Operating Mode"
msgstr ""

msgid "Operating System"
msgstr ""

msgid "Operating System Family"
msgstr ""

msgid "Operating System version is required"
msgstr ""

msgid "Operating Systems"
msgstr ""

9a280163 Dominic Cleal
msgid "Operating system"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Operating system default"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Operating systems"
bb52de13 Lukas Zapletal
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Operatingsystem"
msgstr ""

265c661e Dominic Cleal
#. "Table name" or "Table name|Column name" for error messages
msgid "Operatingsystem|Description"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Operatingsystem|Major"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Operatingsystem|Minor"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Operatingsystem|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Operatingsystem|Nameindicator"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Operatingsystem|Release name"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Operation"
msgstr ""

msgid "Optional parameter without value.<br/><i>Won't be given to Puppet.</i> <br><br><b>Description:</b> %s"
msgstr ""

msgid "Optional: Ending IP Address for IP auto suggestion"
msgstr ""

msgid "Optional: Gateway for this subnet"
msgstr ""

msgid "Optional: Primary DNS for this subnet"
msgstr ""

msgid "Optional: Secondary DNS for this subnet"
msgstr ""

msgid "Optional: Starting IP Address for IP auto suggestion"
msgstr ""

msgid "Optional: VLAN ID for this subnet"
msgstr ""

msgid "Order"
msgstr ""

msgid "Organization"
msgstr ""

msgid "Organization configuration"
msgstr ""

5342ce90 Dominic Cleal
msgid "Organization you had selected as your context has been deleted."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Organizations"
msgstr ""

msgid "Organizations also work nicely in tandem with"
msgstr ""

msgid "Organizations are particularly useful for Foreman installations where several customers or business units are managed with a single Foreman install."
msgstr ""

msgid "Other reports for this host"
msgstr ""

9a280163 Dominic Cleal
msgid "Out of sync"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Out of sync Hosts"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Override a Puppetclass Parameter"
msgstr ""

msgid "Override this value"
msgstr ""

msgid "Overview"
msgstr ""

msgid "Overwrite"
msgstr ""

msgid "Owned By"
msgstr ""

msgid "Owned hosts"
msgstr ""

msgid "Owner"
msgstr ""

msgid "Owner changed to %s"
msgstr ""

5342ce90 Dominic Cleal
msgid "Owner type needs to be one of the following: %s"
msgstr ""

a5405780 Dominic Cleal
msgid "PXE"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "PXE Default file has been deployed to all Smart Proxies"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Parameter"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Parameter name"
msgstr ""

msgid "Parameter type"
msgstr ""

msgid "Parameters"
msgstr ""

msgid "Parameters that would be associated with hosts in this %s"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Parameter|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Parameter|Priority"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Parameter|Value"
msgstr ""

msgid "Parent"
msgstr ""

9a280163 Dominic Cleal
msgid "Partition Tables"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Partition table"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Partition table configuration"
msgstr ""

msgid "Partition tables"
msgstr ""

msgid "Password"
msgstr ""

5342ce90 Dominic Cleal
msgid "Pause"
msgstr ""

msgid "Paused"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Pending"
msgstr ""

msgid "Pending Hosts"
msgstr ""

msgid "Pending Installation"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Pending changes"
msgstr ""

b777d0ba Dominic Cleal
#. initial character of Pending host's status: first character of "pending"
0a48a01a Dominic Cleal
msgid "Pending|P"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Permission denied"
msgstr ""

msgid "Permissions"
msgstr ""

msgid "Permissions report"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Physical (Bridge)"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Please Confirm"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Please Select"
msgstr ""

msgid "Please Select an Image"
msgstr ""

0a48a01a Dominic Cleal
msgid "Please check the proxy is configured and running on the host."
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Please request the required privileges from a foreman administrator"
msgstr ""

msgid "Please review them carefully, if you are certain that they should be removed, please click on overwrite."
msgstr ""

msgid "Please save the Operating System first and try again."
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Please select"
msgstr ""

9a280163 Dominic Cleal
msgid "Please select an environment first"
msgstr ""

msgid "Please select an image"
6a7658b9 Lukas Zapletal
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Please specify volume size. You may optionally use suffix 'G' to specify volume size in gigabytes."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Please try to update your request"
msgstr ""

msgid "Please wait..."
msgstr ""

93bcad2e Dominic Cleal
msgid "Plugins"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Power"
msgstr ""

msgid "Power ON this machine"
msgstr ""

msgid "Power up compute instance %s"
msgstr ""

msgid "Power%s"
msgstr ""

b777d0ba Dominic Cleal
msgid "Prepare post installation script for %s"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Preview"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Primary"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Primary Interface"
msgstr ""

5342ce90 Dominic Cleal
msgid "Private"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Proceed to Edit"
msgstr ""

msgid "Properties"
msgstr ""

msgid "Provider"
msgstr ""

msgid "Provision"
msgstr ""

msgid "Provision script had a non zero exit, removing instance"
msgstr ""

93bcad2e Dominic Cleal
msgid "Provisioning Method"
6a7658b9 Lukas Zapletal
msgstr ""

93bcad2e Dominic Cleal
msgid "Provisioning Setup"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Provisioning Support is disabled or this host is not managed"
msgstr ""

9a280163 Dominic Cleal
msgid "Provisioning Template"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Provisioning Template content changed %s"
msgstr ""

msgid "Provisioning Templates"
msgstr ""

9a280163 Dominic Cleal
msgid "Provisioning templates"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Proxies"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Ptable"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Ptable|Layout"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Ptable|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Ptable|Os family"
msgstr ""

5342ce90 Dominic Cleal
msgid "Public"
msgstr ""

93bcad2e Dominic Cleal
msgid "Puppet"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Puppet CA"
msgstr ""

msgid "Puppet Class"
msgstr ""

msgid "Puppet Classes"
msgstr ""

msgid "Puppet Environment"
msgstr ""

msgid "Puppet Environments"
msgstr ""

msgid "Puppet External Nodes"
msgstr ""

msgid "Puppet Master"
msgstr ""

msgid "Puppet Modules"
msgstr ""

msgid "Puppet Reports"
msgstr ""

msgid "Puppet Reports integration"
msgstr ""

msgid "Puppet class"
msgstr ""

msgid "Puppet classes"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Puppet classes Parameters"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Puppet classes and environment importer"
msgstr ""

e2c2abfe Lukas Zapletal
msgid "Puppet classes parameters"
msgstr ""

9a280163 Dominic Cleal
msgid "Puppet environments"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Puppet error on %s"
msgstr ""

msgid "Puppet external nodes YAML dump"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Puppet interval in minutes"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "PuppetCA on %s"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "Puppetclass"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Puppetclass|Name"
msgstr ""

b777d0ba Dominic Cleal
msgid "Query instance details for %s"
6a7658b9 Lukas Zapletal
msgstr ""

5342ce90 Dominic Cleal
msgid "Quota ID"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Rebuild %s on next reboot?\\nThis would also delete all of its current facts and reports"
msgstr ""

5342ce90 Dominic Cleal
msgid "Redirect your users to this url on logout (authorize_login_delegation should also be enabled)"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Refresh features"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Region"
msgstr ""

msgid "Remove %s?"
msgstr ""

msgid "Remove DHCP Settings for %s"
msgstr ""

msgid "Remove DNS record for %s"
msgstr ""

msgid "Remove Parameter"
msgstr ""

msgid "Remove Reverse DNS record for %s"
msgstr ""

msgid "Remove conflicting DNS record for %s"
msgstr ""

msgid "Remove conflicting Reverse DNS record for %s"
msgstr ""

msgid "Remove old TFTP Settings for %s"
msgstr ""

msgid "Remove:"
msgstr ""

msgid "Removing compute instance %s"
msgstr ""

265c661e Dominic Cleal
msgid "Rename"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Report"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Report Already Deleted"
msgstr ""

msgid "Report Metrics"
msgstr ""

msgid "Report Status"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Reported at"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Reported at %s "
msgstr ""

msgid "Reporting"
msgstr ""

msgid "Reports"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Reports from the last %{days} days - %{count} reports found"
6a7658b9 Lukas Zapletal
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Report|Metrics"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Report|Reported at"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Report|Status"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Required parameter without value.<br/><b>Please override!</b> <br><br><b>Description:</b>: %s"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Reset zoom"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Resolve"
msgstr ""

msgid "Resource"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Resources"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Restart<br>Failures"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Restarted"
msgstr ""

0a48a01a Dominic Cleal
#. initial character of Restarted
msgid "Restarted|R"
msgstr ""

5342ce90 Dominic Cleal
msgid "Resume"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Revert"
msgstr ""

msgid "Revert to revision from: %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Review"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "Role"
msgstr ""

msgid "Role is in use"
msgstr ""

msgid "Roles"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Role|Builtin"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Role|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Role|Permissions"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Run Puppet"
msgstr ""

msgid "Run Puppet on the following hosts"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Run distribution in the last %s minute"
msgid_plural "Run distribution in the last %s minutes"
msgstr[0] ""
msgstr[1] ""

6a7658b9 Lukas Zapletal
msgid "Run puppet"
msgstr ""

msgid "Running on"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Runtime"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "SSL CA file that Foreman will use to communicate with its proxies"
msgstr ""

msgid "SSL Certificate path that Foreman would use to communicate with its proxies"
msgstr ""

msgid "SSL Private Key file that Foreman will use to communicate with its proxies"
msgstr ""

5342ce90 Dominic Cleal
msgid "SafeRender#parse_string was passed a %s instead of a string"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Save"
msgstr ""

msgid "Save something and try again"
msgstr ""

msgid "Scope"
msgstr ""

msgid "Search"
msgstr ""

msgid "Secret Key"
msgstr ""

93bcad2e Dominic Cleal
msgid "Security group"
6a7658b9 Lukas Zapletal
msgstr ""

5342ce90 Dominic Cleal
msgid "Security groups"
6a7658b9 Lukas Zapletal
msgstr ""

bb52de13 Lukas Zapletal
msgid "Select"
msgstr ""

9a280163 Dominic Cleal
msgid "Select Action"
74e0b0e3 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Select All"
bb52de13 Lukas Zapletal
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Select Hosts"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Select Location"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Select Organization"
msgstr ""

msgid "Select a period"
msgstr ""

9a280163 Dominic Cleal
msgid "Select all items in this page"
msgstr ""

msgid "Select environment"
msgstr ""

msgid "Select host group"
msgstr ""

msgid "Select hosts to assign to %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Select template"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Select the changes you want to realize in Foreman"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Selected hosts are now assigned to %s"
msgstr ""

msgid "Selected image does not belong to %s"
msgstr ""

msgid "Selecting a file will override the editor and load the file instead"
msgstr ""

b777d0ba Dominic Cleal
msgid "Set a randomly generated password on the display connection"
msgstr ""

msgid "Set up compute instance %s"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Setting"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Settings"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Setting|Category"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Setting|Default"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Setting|Description"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Setting|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Setting|Settings type"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Setting|Value"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Should Foreman automate certificate signing upon provisioning new host"
msgstr ""

5342ce90 Dominic Cleal
msgid "Should Foreman parse ERB to return dynamic parameters?"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Should Foreman provide puppet environment in ENC yaml output? (this avoids the mismatch error between puppet.conf and ENC environment)"
msgstr ""

msgid "Should Foreman query the locally configured name server or the SOA/NS authorities"
msgstr ""

msgid "Should Foreman update a host's environment from its facts"
msgstr ""

msgid "Should Foreman use gravatar to display user icons"
msgstr ""

e2c2abfe Lukas Zapletal
msgid "Should Foreman use host group ancestors matchers to set puppet classes parameters values"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Should Foreman use random UUID's for certificate signing instead of hostnames"
msgstr ""

msgid "Should Foreman use the new format (2.6.5+) to answer Puppet in its ENC yaml output?"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Should Foreman use the short hostname instead of the FQDN for creating new virtual machines"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Should foreman map users by username in request-header"
msgstr ""

msgid "Should foreman use OAuth for authorization in API"
msgstr ""

msgid "Should the smart variables be exposed via the ENC yaml output?"
msgstr ""

b777d0ba Dominic Cleal
msgid "Should we use the originating IP of the built request to update the host's IP?"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Show Diff"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Show Host"
msgstr ""

msgid "Show Trends"
msgstr ""

265c661e Dominic Cleal
msgid "Show all %s children fact values"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Show all %s fact values"
msgstr ""

msgid "Show all %{name} facts where they are equal to %{value}"
msgstr ""

msgid "Show distribution chart"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Show host facts"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Show log messages:"
msgstr ""

msgid "Sign"
msgstr ""

93bcad2e Dominic Cleal
msgid "Sign out"
6a7658b9 Lukas Zapletal
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Signo SSO url"
msgstr ""

265c661e Dominic Cleal
msgid "Size"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Size (GB)"
msgstr ""

9a280163 Dominic Cleal
msgid "Skip assign hosts and proceed to edit %s settings"
6a7658b9 Lukas Zapletal
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Skipped"
msgstr ""

0a48a01a Dominic Cleal
#. initial character of Skipped
msgid "Skipped|S"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Smart Class Parameter"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Smart Proxies"
msgstr ""

msgid "Smart Proxy"
msgstr ""

msgid "Smart Variables"
msgstr ""

93bcad2e Dominic Cleal
msgid "Smart proxies"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Smart proxy"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Smart variables"
msgstr ""

msgid "Smart-Proxy Installation"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "SmartProxy|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "SmartProxy|Url"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Snippet"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Some or all hosts execution failed, Please check log files for more information"
msgstr ""

msgid "Something went wrong while changing host type - %s"
msgstr ""

msgid "Something went wrong while selecting hosts - %s"
msgstr ""

a5405780 Dominic Cleal
msgid "Sorry but no templates were configured."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Sorry, these hosts do not have parameters assigned to them, you must add them first."
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Source"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Source|Digest"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Source|Value"
msgstr ""

93bcad2e Dominic Cleal
msgid "Start"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "State"
msgstr ""

msgid "Statistics"
msgstr ""

a5405780 Dominic Cleal
msgid "Status"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Storage"
msgstr ""

93bcad2e Dominic Cleal
msgid "Storage domain"
6a7658b9 Lukas Zapletal
msgstr ""

93bcad2e Dominic Cleal
msgid "Storage pool"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Submit"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "Subnet"
msgstr ""

msgid "Subnets"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Subnet|Dns primary"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Subnet|Dns secondary"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Subnet|From"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Subnet|Gateway"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Subnet|Mask"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Subnet|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Subnet|Network"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Subnet|Priority"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Subnet|To"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Subnet|Vlanid"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Success"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Successfully created %s."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Successfully created puppetclass."
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Successfully deleted %s."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Successfully destroyed puppetclass."
msgstr ""

msgid "Successfully destroyed report."
msgstr ""

msgid "Successfully executed, check log files for more details"
msgstr ""

msgid "Successfully executed, check reports and/or log files for more details"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Successfully refreshed features from %s."
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Successfully updated %s."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Successfully updated puppetclass."
msgstr ""

msgid "Summary Puppet report from Foreman - F:%{failed} R:%{restarted} S:%{skipped} A:%{applied} FR:%{failed_restarts} T:%{total}"
msgstr ""

msgid "Support"
msgstr ""

0a48a01a Dominic Cleal
#. host's status: first character of "sync" (out of sync)
msgid "Sync|S"
msgstr ""

msgid "System Information"
msgstr ""

msgid "System Status"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "TFTP Proxy"
msgstr ""

msgid "TFTP Proxy to use within this subnet"
msgstr ""

msgid "TFTP Settings for %s"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Taxable taxonomy"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "TaxableTaxonomy|Taxable type"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Taxonomy"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Taxonomy|Ignore types"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Taxonomy|Name"
msgstr ""

93bcad2e Dominic Cleal
msgid "Template"
msgstr ""

265c661e Dominic Cleal
msgid "Template / Compute Profile to use"
6a7658b9 Lukas Zapletal
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Template Diff"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Template Type"
msgstr ""

msgid "Template diff"
msgstr ""

msgid "Template editor"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Template kind"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "TemplateKind|Name"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Templates"
msgstr ""

msgid "Tenant"
msgstr ""

msgid "Test Connection"
msgstr ""

msgid "The <b>fullname</b> field is used for human readability in reports and other pages that refer to domains,\\n and also available as an external node parameter"
msgstr ""

msgid "The Audit Comment field is saved with the template auditing to document the template changes"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "The Default path in which Foreman resolves host specific variables"
msgstr ""

0a48a01a Dominic Cleal
msgid "The Foreman community uses on the irc.freenode.net servers. You can get general support in #theforeman, while development chat takes place in #theforeman-dev."
msgstr ""

3ebf2007 Dominic Cleal
msgid "The IP address that should be used for the console listen address when provisioning new virtual machines via Libvirt"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "The NFS path to the image directory."
msgstr ""

msgid "The NFS path to the jumpstart control files."
msgstr ""

msgid "The NFS path to the media."
msgstr ""

msgid "The Operating System type"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "The Puppet default module path in case Foreman can't auto detect it"
msgstr ""

msgid "The Puppet environment Foreman will default to in case it can't auto detect it"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "The URL that hosts will retrieve templates from during build (normally http as many installers don't support https)"
msgstr ""

msgid "The URL where your Foreman instance is reachable (see also Provisioning > unattended_url)"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "The amount of records shown per page in Foreman"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "The authentication process currently requires an LDAP provider, such as <em>OpenLDAP</em> or <em>Microsoft's Active Directory</em>."
msgstr ""

msgid "The class of CPU supplied in this machine. This is primarily used by Sparc Solaris builds and can be left blank for other architectures. The value can be determined on Solaris via uname -m"
msgstr ""

msgid "The class of the machine reported by the Open Boot Prom. This is primarily used by Sparc Solaris builds and can be left blank for other architectures. The value can be determined on Solaris via uname -i|cut -f2 -d,"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "The default administrator email address"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "The default username and password are <b>admin</b> and <b>changeme</b>"
msgstr ""

93bcad2e Dominic Cleal
msgid "The dynamic partitioning style is currently only available for the Red Hat family of operating systems, all others must provide an explicit list of partitions and sizes."
6a7658b9 Lukas Zapletal
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "The email reply address for emails that Foreman is sending"
msgstr ""

5342ce90 Dominic Cleal
msgid "The file path where your p12 file is located"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "The final entry, Operating System default, can be set by editing the %s page."
msgstr ""

msgid "The following entries were found conflicting with what foreman wanted to apply."
msgstr ""

msgid "The following fields would need reviewing"
msgstr ""

msgid "The following hosts failed the build operation: %s"
msgstr ""

msgid "The following hosts were not %{action}: %{missed_hosts}"
msgstr ""

msgid "The following hosts were not deleted: %s"
msgstr ""

msgid "The following hosts were updated"
msgstr ""

msgid "The following parameters were skipped as they did not exists on this host:"
msgstr ""

msgid "The following subnets have been found"
msgstr ""

msgid "The full DNS Domain name"
msgstr ""

9a280163 Dominic Cleal
msgid "The host group's classes and the host group's variables are included in the external node information when the puppetmaster compiles the host's configuration."
6a7658b9 Lukas Zapletal
msgstr ""

msgid "The inclusion of the keyword string <b>#Dynamic</b> at the start of a line lets Foreman know that this is not an explicit disk layout and must treated as a shell script, executed prior\\n to the install process and that the explicit partition table will be found at <b>/tmp/diskpart.cfg</b> during the build process."
msgstr ""

msgid "The keywords <b>$version</b>, <b>$major</b> and <b>$minor</b> will be interpolated back into the path specification to calculate the true URL address."
msgstr ""

msgid "The marked fields will need reviewing"
msgstr ""

9a280163 Dominic Cleal
msgid "The order in which matchers keys are processed, first match wins.<br> You may use multiple attributes as a matcher key, for example, an order of <code>host group, environment</code> would expect a matcher such as <code>hostgroup = \"web servers\", environment = production</code>"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "The order in which values are resolved"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "The path to the medium, can be a URL or a valid NFS server (exclusive of the architecture).\\n for example <em>http://mirror.centos.org/centos/$version/os/$arch</em> where <strong>$arch</strong> will be substituted for the host's actual OS architecture and <strong>$version</strong>, <strong>$major</strong> and <strong>$minor</strong> will be substituted for the version of the operating system. Solaris and Debian media may also use <strong>$release</strong>."
6a7658b9 Lukas Zapletal
msgstr ""

3ebf2007 Dominic Cleal
msgid "The remote system presented a public key with hash %s but we're expecting a different hash. If you are sure the remote system is authentic, go to the compute resource edit page, press the 'Test Connection' or 'Load Datacenters' button and submit"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "The selected hosts will execute a build operation on next reboot"
msgstr ""

265c661e Dominic Cleal
msgid "The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "There are two strategies when using host groups."
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "There is"
msgid_plural "There are"
msgstr[0] ""
msgstr[1] ""
6a7658b9 Lukas Zapletal
msgid "There was an error creating the PXE Default file: %s"
msgstr ""

3ebf2007 Dominic Cleal
msgid "There was an error listing VMs: %(status)s %(statusText)s"
msgstr ""

msgid "There was an error listing VMs: %s"
3dfb6e4c Dominic Cleal
msgstr ""

6a7658b9 Lukas Zapletal
msgid "There was an error rendering the %s template: "
msgstr ""

msgid "These two options are personal decisions and are up to you (where the main difference would be the parameter/variables settings)."
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Thin provision"
msgstr ""

bb52de13 Lukas Zapletal
msgid "This Puppet class has no parameters in its signature."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "This group has nested groups!"
msgstr ""

msgid "This information is commonly imported from a pre-existing puppet configuration by the use of the"
msgstr ""

msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
msgstr ""

msgid "This page will self destruct once a report comes in."
msgstr ""

msgid "This page will self destruct once data comes in."
msgstr ""

3ebf2007 Dominic Cleal
msgid "This page will self destruct once inventory data comes in."
msgstr ""

ce63a0d2 Dominic Cleal
msgid "This setting is defined in the configuration file 'settings.yaml' and is read-only."
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Time in Seconds"
msgstr ""

msgid "Time in minutes installation tokens should be valid for, 0 to disable"
6a7658b9 Lukas Zapletal
msgstr ""

a5405780 Dominic Cleal
msgid "Timeout has occurred while communicating with %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "To define trend counters, use the Add Trend Counter button."
msgstr ""

ce63a0d2 Dominic Cleal
msgid "To enable a provider, either install the OS package (e.g. foreman-libvirt) or enable the bundler group for development setup (e.g. ovirt)."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "To start collecting trend data, set a cron job to execute 'rake trends:counter' every Puppet Interval (%s minutes)."
msgstr ""

msgid "To start collecting trend data, set a cron job to execute <span class='black'>RAILS_ENV=production bundle exec rake trends:counter</span> every Puppet Interval (%s minutes)"
msgstr ""

bb52de13 Lukas Zapletal
msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
msgstr ""

3ebf2007 Dominic Cleal
msgid "Toggle"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Toggle notifications section"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Token"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Token|Expires"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Token|Value"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Total"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Total Hosts: %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Total memory usage"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Trend"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Trend counter"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Trend of the last %s days."
6a7658b9 Lukas Zapletal
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "TrendCounter|Count"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Trends"
msgstr ""

msgid "Trends for %s"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "Trend|Fact name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Trend|Fact value"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Trend|Name"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Trend|Trendable type"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Trigger a puppetrun on a node; requires that puppet run is enabled"
msgstr ""

msgid "Type"
msgstr ""

msgid "URL"
msgstr ""

msgid "UUID"
msgstr ""

5342ce90 Dominic Cleal
msgid "Unable to access key"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Unable to change VM display listen address, make sure the display is not attached to localhost only"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Unable to communicate with the proxy: %s"
msgstr ""

msgid "Unable to create the anonymous role."
msgstr ""

msgid "Unable to create the default user role."
msgstr ""

msgid "Unable to determine the host's boot server. The DHCP smart proxy failed to provide this information and this subnet is not provided with TFTP services."
msgstr ""

a5405780 Dominic Cleal
msgid "Unable to find a proxy with BMC feature"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Unable to find proper authentication method"
msgstr ""

9a280163 Dominic Cleal
msgid "Unable to find templates as this host has no operating system"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Unable to generate output, Check log files\\n"
msgstr ""

msgid "Unable to save"
msgstr ""

msgid "Uncheck all"
msgstr ""

bb52de13 Lukas Zapletal
msgid "Undo remove"
msgstr ""

a5405780 Dominic Cleal
msgid "Unknown"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Unknown Power State"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "Unknown action name for success message: %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Unknown fact"
msgstr ""

a5405780 Dominic Cleal
msgid "Unknown power management support - can't continue"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Unknown user"
msgstr ""

msgid "Unmanage host"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "Unsupported report status format"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Update"
msgstr ""

msgid "Update:"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Updated"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Updated all hosts!"
msgstr ""

9a280163 Dominic Cleal
msgid "Updated hosts: changed environment"
6a7658b9 Lukas Zapletal
msgstr ""

9a280163 Dominic Cleal
msgid "Updated hosts: changed host group"
6a7658b9 Lukas Zapletal
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "Use Signo SSO for login"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Use this account to authenticate, <i>optional</i>"
msgstr ""

msgid "Use this puppet server as a CA server"
msgstr ""

msgid "Use this puppet server as an initial Puppet Server or to execute puppet runs"
msgstr ""

msgid "Useful template functions and macros"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
6a7658b9 Lukas Zapletal
msgid "User"
msgstr ""

msgid "User Authentication"
msgstr ""

msgid "User Groups"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "User fact"
msgstr ""

93bcad2e Dominic Cleal
msgid "User groups"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "UserFact|Andor"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "UserFact|Criteria"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "UserFact|Operator"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Usergroup"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Usergroup member"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "UsergroupMember|Member type"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "Usergroup|Name"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Username"
msgstr ""

msgid "Users"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "User|Admin"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Compute resources andor"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Domains andor"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Facts andor"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Filter on owner"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Firstname"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Hostgroups andor"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Last login on"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Lastname"
msgstr ""

a5405780 Dominic Cleal
#. "Table name" or "Table name|Column name" for error messages
msgid "User|Locale"
msgstr ""

bb52de13 Lukas Zapletal
#. "Table name" or "Table name|Column name" for error messages
msgid "User|Locations andor"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Login"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Mail"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Organizations andor"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Password hash"
msgstr ""

#. "Table name" or "Table name|Column name" for error messages
msgid "User|Password salt"
msgstr ""

5342ce90 Dominic Cleal
#. "Table name" or "Table name|Column name" for error messages
msgid "User|Subscribe to all hostgroups"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Using the organization system provides a way to group resources together for easy management."
msgstr ""

msgid "VCPU(s)"
msgstr ""

msgid "VCenter/Server"
msgstr ""

9a280163 Dominic Cleal
msgid "VM"
6a7658b9 Lukas Zapletal
msgstr ""

265c661e Dominic Cleal
msgid "VM Attributes"
msgstr ""

msgid "VM Attributes (%s)"
msgstr ""

5342ce90 Dominic Cleal
msgid "VM already associated with a host"
msgstr ""

msgid "VM associated to host %s"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "VM editing is not implemented for this provider"
msgstr ""

msgid "VM is not running!"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Valid from"
msgstr ""

9a280163 Dominic Cleal
msgid "Valid host group and environment combinations"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Validation types"
msgstr ""

msgid "Value"
msgstr ""

265c661e Dominic Cleal
msgid "Value to use when there is no match"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Variable"
msgstr ""

msgid "Vendor class"
msgstr ""

msgid "Verify"
msgstr ""

93bcad2e Dominic Cleal
msgid "Version"
msgstr ""

265c661e Dominic Cleal
msgid "Version %{version}"
msgstr ""

0a48a01a Dominic Cleal
msgid "Version %{version} © 2009-%{year} Paul Kelly and %{author}"
6a7658b9 Lukas Zapletal
msgstr ""

3dfb6e4c Dominic Cleal
msgid "View Diff"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "View last report details"
msgstr ""

3ebf2007 Dominic Cleal
msgid "Virtual (NAT)"
msgstr ""

0a48a01a Dominic Cleal
msgid "Virtual Machine"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Virtual Machines"
msgstr ""

msgid "Virtual Machines on %s"
msgstr ""

msgid "Volumes"
msgstr ""

b777d0ba Dominic Cleal
msgid "Wait for %s to come online"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Warning"
msgstr ""

msgid "Warning!"
msgstr ""

msgid "Warnings and errors"
msgstr ""

0a48a01a Dominic Cleal
msgid "We use Redmine to report and track bugs and feature requests, which can be found here:"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "Welcome"
msgstr ""

265c661e Dominic Cleal
msgid "Welcome to Foreman"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "What ever text(or ERB template) you use in here, would be used as your OS disk layout options If you want to use the partition table option, delete all of the text from this field"
msgstr ""

bb52de13 Lukas Zapletal
msgid "What is a <a href=\"%s\" rel=\"external\">Smart variable</a>?"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "When a Host requests a template (e.g. during provisioning), Foreman will select the best match from the available templates of that type, in the following order:"
msgstr ""

msgid "When editing a Template, you must assign a list of Operating Systems which this Template can be used with. Optionally, you can restrict a template to a list of Hostgroups and/or Environments"
msgstr ""

9a280163 Dominic Cleal
msgid "When host and host group have different environments should all classes be included (regardless if they exists or not in the other environment)"
msgstr ""

93bcad2e Dominic Cleal
msgid "When operating in unattended mode Foreman will require more information, so expect more questions, but it will be able to automate host installations for Red Hat, Debian, SUSE and Solaris operating systems (and their clones), see"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "Whether the smart-variable should override the Puppet class default value."
msgstr ""

msgid "Which is an offset of <b>%s</b>"
msgstr ""

msgid "Wiki"
msgstr ""

msgid "YAML"
msgstr ""

msgid "You Are about to change the default PXE menu on all configured TFTP servers - continue ?"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "You are about to override the editor content with a previous version, are you sure?"
msgstr ""

msgid "You are about to override the editor content, are you sure?"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "You are currently logged in, suicidal?"
msgstr ""

msgid "You are not authorized to perform this action"
msgstr ""

265c661e Dominic Cleal
msgid "You are using an unsupported browser."
msgstr ""

6a7658b9 Lukas Zapletal
msgid "You can find details of how to set up the proxy at"
msgstr ""

3ebf2007 Dominic Cleal
msgid "You can't assign some of roles you selected"
msgstr ""

msgid "You can't change Administrator flag"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "You cannot remove %s that are used by hosts."
msgstr ""

msgid "You do not have permission to %s this Operating System parameter"
msgstr ""

3ebf2007 Dominic Cleal
msgid "You do not have permission to %s this Smart Variable"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "You do not have permission to %s this compute resource"
msgstr ""

msgid "You do not have permission to %s this domain"
msgstr ""

msgid "You do not have permission to %s this domain parameter"
msgstr ""

msgid "You do not have permission to %s this group parameter"
msgstr ""

msgid "You do not have permission to %s this host"
msgstr ""

msgid "You do not have permission to %s this report"
msgstr ""

msgid "You do not have permission to %s this template"
msgstr ""

msgid "You do not have permission to %{operation} this %{klass}"
msgstr ""

b777d0ba Dominic Cleal
msgid "You do not have permission to edit Puppet classes on this host"
msgstr ""

msgid "You do not have permission to edit Puppet classes on this host group"
msgstr ""

3ebf2007 Dominic Cleal
msgid "You don't seem to have any Hosts, for more information see"
6a7658b9 Lukas Zapletal
msgstr ""

b777d0ba Dominic Cleal
msgid "You don't seem to have any facts yet. If you wish to configure fact pushing, please follow"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "You don't seem to have any reports, if you wish to configure Puppet to forward it reports to Foreman, please follow"
msgstr ""

msgid "You may also associate one or more operating systems with this medium or alternatively set this up later on the %s page."
msgstr ""

msgid "You may also associate one or more operating systems with this partition table or alternatively set this up later on the %s page"
msgstr ""

msgid "You may also find the"
msgstr ""

9a280163 Dominic Cleal
msgid "You may create puppet classes that represent high-level host configurations, for example, a <b>host-type-ldap-server</b> class, which includes all the required functionality from other modules or you may decide to create a host group called <b>host-type-ldap-server</b> and add the required classes into the host group configuration."
6a7658b9 Lukas Zapletal
msgstr ""

msgid "You may operate Foreman in basic mode, in which it acts as a reporting and external node classifier or you may also turn on unattended mode operation in which Foreman creates and manages the configuration files necessary to completely configure a new host."
msgstr ""

msgid "You may optionally wish to generate the online documentation for your puppet classes"
msgstr ""

msgid "You must create a location before continuing."
msgstr ""

msgid "You must create an organization before continuing."
msgstr ""

msgid "You must create at least one location before continuing."
msgstr ""

msgid "You must create at least one organization before continuing."
msgstr ""

msgid "You must decide how you wish to use the software, and update the primary settings file <b>config/settings.yaml</b> and the"
msgstr ""

msgid "You would need to enable login in your settings.yml file first and restart foreman"
msgstr ""

msgid "You would probably need to attach the"
msgstr ""

msgid "Your session has expired, please login again"
msgstr ""

5342ce90 Dominic Cleal
msgid "Zone"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "a script as well"
msgstr ""

msgid "add a new matcher-value pair"
msgstr ""

msgid "add new network interface"
msgstr ""

msgid "add new storage volume"
msgstr ""

msgid "add new volume"
msgstr ""

msgid "already exists"
msgstr ""

msgid "already in use"
msgstr ""

msgid "and"
msgstr ""

msgid "and relevant log entries."
msgstr ""

msgid "can't be bigger than to range"
msgstr ""

msgid "can't be blank or contain trailing white spaces."
msgstr ""

msgid "can't be blank or contain white spaces."
msgstr ""

msgid "can't contain white spaces"
msgstr ""

msgid "cant be blank unless a custom partition has been defined"
msgstr ""

5342ce90 Dominic Cleal
msgid "cycle"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "does not appear to be a valid nfs mount path"
msgstr ""

msgid "does not belong to subnet"
msgstr ""

msgid "domain %s already has a subnet with this name"
msgstr ""

msgid "e-mail reporting"
msgstr ""

265c661e Dominic Cleal
msgid "e.g. RHEL 6.5"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "e.g. admin@internal"
msgstr ""

bb52de13 Lukas Zapletal
msgid "e.g. givenName"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "e.g. http://openstack:5000/v2.0/tokens"
msgstr ""

b777d0ba Dominic Cleal
msgid "e.g. https://identity.api.rackspacecloud.com/v2.0"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "e.g. https://ovirt.example.com:8443/api"
msgstr ""

msgid "e.g. karmic, lucid, hw0910 etc"
msgstr ""

bb52de13 Lukas Zapletal
msgid "e.g. mail"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "e.g. qemu://host.example.com/system"
msgstr ""

bb52de13 Lukas Zapletal
msgid "e.g. sn"
msgstr ""

msgid "e.g. uid"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "failed to %{action} %{vm}"
msgstr ""

msgid "failed to detect boot server: %s"
msgstr ""

msgid "failed to execute puppetrun: %s"
msgstr ""

msgid "failed to process template: %s"
msgstr ""

msgid "failed to save %s"
msgstr ""

msgid "for more details."
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "free (GB)"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "free memory (GB)"
msgstr ""

msgid "free swap (GB)"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "has this hostgroup already"
msgstr ""

msgid "has this role already"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "here"
msgstr ""

msgid "in %s"
msgstr ""

bb52de13 Lukas Zapletal
msgid "in domain"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "included already from host group"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "invalid"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "invalid IP address"
msgstr ""

5342ce90 Dominic Cleal
msgid "invalid LDAP filter syntax"
6a7658b9 Lukas Zapletal
msgstr ""

5342ce90 Dominic Cleal
msgid "invalid architecture for %s"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "invalid host list"
msgstr ""

msgid "invalid medium for %s"
msgstr ""

msgid "invalid method %s"
msgstr ""

msgid "invalid path"
msgstr ""

msgid "invalid time range"
msgstr ""

msgid "invalid type %s"
msgstr ""

msgid "invalid type: %s requested"
msgstr ""

msgid "is alphanumeric and cannot contain spaces"
msgstr ""

msgid "is already used by a user account"
msgstr ""

msgid "is invalid"
msgstr ""

msgid "is invalid %s"
msgstr ""

msgid "is invalid - only http://, https:// are allowed"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "is invalid: %s"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "is not allowed to change"
msgstr ""

0a48a01a Dominic Cleal
msgid "issue tracker"
msgstr ""

9a280163 Dominic Cleal
msgid "items selected. Uncheck to Clear"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "last %s day"
msgid_plural "last %s days"
msgstr[0] ""
msgstr[1] ""

e2c2abfe Lukas Zapletal
#. Provide locale name in native language (e.g. English, Deutsch or Português)
msgid "locale_name"
msgstr ""

9a280163 Dominic Cleal
msgid "location"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "locations"
msgstr ""

msgid "message"
msgstr ""

bb52de13 Lukas Zapletal
msgid "must be"
msgstr ""

ce63a0d2 Dominic Cleal
msgid "must be a valid URI"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "must be an array"
msgstr ""

3ebf2007 Dominic Cleal
msgid "must be at most 15 characters"
msgstr ""

msgid "must be boolean"
msgstr ""

msgid "must be integer"
msgstr ""

895a2ec6 Og B. Maciel
msgid "must be lowercase"
6a7658b9 Lukas Zapletal
msgstr ""

ce63a0d2 Dominic Cleal
msgid "must be one of [ %s ]"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "must be specified if from is defined"
msgstr ""

msgid "must be specified if to is defined"
msgstr ""

bb52de13 Lukas Zapletal
msgid "must match"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "must provide a provider"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "must set host and port"
msgstr ""

msgid "new"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "no puppet proxy defined - cant continue"
msgstr ""

5342ce90 Dominic Cleal
msgid "off"
msgstr ""

msgid "on"
msgstr ""

9a280163 Dominic Cleal
msgid "organization"
6a7658b9 Lukas Zapletal
msgstr ""

msgid "organizations"
msgstr ""

bb52de13 Lukas Zapletal
msgid "override"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "page"
msgstr ""

9a280163 Dominic Cleal
msgid "parameters require an associated domain, host or host group"
6a7658b9 Lukas Zapletal
msgstr ""

3ebf2007 Dominic Cleal
msgid "parsing settings type '%s' from string is not defined"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "pending"
msgstr ""

bb52de13 Lukas Zapletal
msgid "plus all"
msgstr ""

a5405780 Dominic Cleal
msgid "poweroff"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "puppet class browser"
msgstr ""

a5405780 Dominic Cleal
msgid "reboot"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "remove network interface"
msgstr ""

msgid "remove value"
msgstr ""

msgid "remove volume"
msgstr ""

a5405780 Dominic Cleal
msgid "reset"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "revoked"
74e0b0e3 Lukas Zapletal
msgstr ""

6a7658b9 Lukas Zapletal
msgid "select an owner"
msgstr ""

3ebf2007 Dominic Cleal
msgid "setting up facts"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "setting up reporting"
msgstr ""

msgid "settings"
msgstr ""

msgid "should be 8 characters or more"
msgstr ""

msgid "should follow this format: 0,9600n8"
msgstr ""

5342ce90 Dominic Cleal
msgid "soft"
msgstr ""

a5405780 Dominic Cleal
msgid "start"
msgstr ""

msgid "state"
msgstr ""

5342ce90 Dominic Cleal
msgid "status"
msgstr ""

a5405780 Dominic Cleal
msgid "stop"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "these hosts for a build operation on next boot"
msgstr ""

msgid "this page"
msgstr ""

msgid "to indicate your selections."
msgstr ""

msgid "to point Foreman at it."
msgstr ""

msgid "unable to find any hosts for puppet environment=%s"
msgstr ""

msgid "unable to find any hosts that match your request"
msgstr ""

msgid "unable to find any hosts with the fact name=%{name} and value=%{value}"
msgstr ""

msgid "unable to find recipients"
msgstr ""

msgid "unable to sign a non pending certificate"
msgstr ""

msgid "unknown provider"
msgstr ""

265c661e Dominic Cleal
msgid "unspecified"
msgstr ""

74e0b0e3 Lukas Zapletal
msgid "used (GB)"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "used memory (GB)"
msgstr ""

msgid "used swap (GB)"
msgstr ""

msgid "useful."
msgstr ""

msgid "using %s"
msgstr ""

msgid "using %{allocation} GB out of %{capacity} GB (%{pool_name} storage pool - %{path})"
msgstr ""

3dfb6e4c Dominic Cleal
msgid "valid"
msgstr ""

6a7658b9 Lukas Zapletal
msgid "you may use %s"
msgstr ""

msgid "you probably need to configure your %s first."
msgstr ""

msgid "your libvirt host does not support interface listing, please enter here the bridge name (e.g. br0)"
ab7baec6 Bryan Kearney
msgstr ""