1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Puppet <docs@puppet.com>
# This file is distributed under the same license as the puppetlabs.jruby_utils package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: puppetlabs.jruby_utils \n"
"X-Git-Ref: 2f5897fa01123f5d930c9e07ae93e8bfacd17811\n"
"Report-Msgid-Bugs-To: docs@puppet.com\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/instance_pool.clj
msgid ""
"Flushing JRubyInstance {0} because it has exceeded its borrow limit of {1}"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "There was a problem adding a JRubyInstance to the pool."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Initializing JRubyInstances with the following settings:"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Priming JRubyInstance {0} of {1}"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Finished creating JRubyInstance {0} of {1}"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "There was a problem borrowing a JRubyInstance from the pool."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "There was a problem creating a JRubyInstance for the pool."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Finished draining and refilling pool."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Finished draining pool."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Draining and refilling JRuby pool."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Draining JRuby pool."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Borrowed all JRuby instances, proceeding with cleanup."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Beginning flush of JRuby pools for shutdown"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Finished flush of JRuby pools for shutdown"
msgstr ""
#. Since the drain-and-refill-pool! function takes the pool lock, we know that if we
#. receive multiple flush requests before the first one finishes, they will
#. be queued up waiting for the lock, which can't be granted until all the instances
#. are returned to the pool, which won't be done until sometimes after
#. this function exits
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_agents.clj
msgid "Flush request received; flushing old JRuby instances."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj
msgid "Writing jruby profiling output to ''{0}''"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj
msgid "Cleaned up old JRubyInstance with id {0}."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj
msgid "JRuby service missing config value 'ruby-load-path'"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj
msgid "Creating JRubyInstance with id {0}."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj
msgid "Unable to borrow JRubyInstance from pool"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj
msgid "Borrowed unrecognized object from pool!: {0}"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj
msgid "An attempt to lock the JRubyPool failed with a timeout"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj
msgid "Exception raised while generating thread dump"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/jruby_internal.clj
msgid ""
"JRuby management interface not enabled. Add ''-Djruby.management."
"enabled=true'' to JAVA_ARGS to enable thread dumps."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/reference_pool.clj
msgid "Finished creating JRuby instance with id {0}"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/impl/reference_pool.clj
msgid ""
"Max borrows reached, but JRubyPool could not be flushed because lock could "
"not be acquired. Will try again later."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj
msgid "Acquiring lock on JRubyPool..."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj
msgid "Lock acquired"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj
msgid "Lock on JRubyPool released"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj
msgid "command {0} could not be found in {1}"
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj
msgid "Attempt to borrow a JRubyInstance from the pool timed out."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj
msgid "Attempted to borrow a JRubyInstance from the pool during a shutdown."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/jruby_core.clj
msgid "Please try again."
msgstr ""
#: src/clj/puppetlabs/services/jruby_pool_manager/jruby_pool_manager_service.clj
msgid "Initializing the JRuby service"
msgstr ""
|