summaryrefslogtreecommitdiff
path: root/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
blob: 0c752a53b30376a02b4a43cbf64558ded5993d28 (plain)
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
# Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2018. #zanata
# Andi Chandler <andi@gowling.com>, 2020. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.concurrency\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-01 10:57+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-07-09 08:16+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
"X-Generator: Zanata 4.3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"

msgid "3.10.0"
msgstr "3.10.0"

msgid "3.25.0"
msgstr "3.25.0"

msgid "3.29.0"
msgstr "3.29.0"

msgid "4.0.0"
msgstr "4.0.0"

msgid "4.2.0"
msgstr "4.2.0"

msgid ""
"A new kwarg, ``python_exec`` is added to the execute() function in the "
"processutils module. This option is used to specify the path to the python "
"executable to use for prlimits enforcement."
msgstr ""
"A new kwarg, ``python_exec`` is added to the execute() function in the "
"processutils module. This option is used to specify the path to the Python "
"executable to use for prlimits enforcement."

msgid ""
"Adds a new ``timeout`` argument to ``processutils.execute``. If set, the "
"process will be aborted if it runs more than ``timeout`` seconds."
msgstr ""
"Adds a new ``timeout`` argument to ``processutils.execute``. If set, the "
"process will be aborted if it runs more than ``timeout`` seconds."

msgid "New Features"
msgstr "New Features"

msgid "Newton Series Release Notes"
msgstr "Newton Series Release Notes"

msgid "Ocata Series Release Notes"
msgstr "Ocata Series Release Notes"

msgid "Other Notes"
msgstr "Other Notes"

msgid "Pike Series Release Notes"
msgstr "Pike Series Release Notes"

msgid "Prelude"
msgstr "Prelude"

msgid ""
"Python 2.7 is no longer supported. The minimum supported version of Python "
"is now Python 3.6."
msgstr ""
"Python 2.7 is no longer supported. The minimum supported version of Python "
"is now Python 3.6."

msgid "Queens Series Release Notes"
msgstr "Queens Series Release Notes"

msgid "Rocky Series Release Notes"
msgstr "Rocky Series Release Notes"

msgid "Stein Series Release Notes"
msgstr "Stein Series Release Notes"

msgid "Switch to reno for managing release notes."
msgstr "Switch to reno for managing release notes."

msgid ""
"This release includes optional support for fair locks.  When fair locks are "
"specified, blocking waiters will acquire the lock in the order that they "
"blocked."
msgstr ""
"This release includes optional support for fair locks.  When fair locks are "
"specified, blocking waiters will acquire the lock in the order that they "
"blocked."

msgid "Train Series Release Notes"
msgstr "Train Series Release Notes"

msgid "Unreleased Release Notes"
msgstr "Unreleased Release Notes"

msgid "Upgrade Notes"
msgstr "Upgrade Notes"

msgid "Ussuri Series Release Notes"
msgstr "Ussuri Series Release Notes"

msgid ""
"We now have optional support for ``fair`` locks.  When fair locks are "
"specified, blocking waiters will acquire the lock in the order that they "
"blocked.  This can be useful to ensure that existing blocked waiters do not "
"wait indefinitely in the face of large numbers of new attempts to acquire "
"the lock.  When specifying locks as both ``external`` and ``fair``, the "
"ordering *within* a given process will be fair, but the ordering *between* "
"processes will be determined by the behaviour of the underlying OS."
msgstr ""
"We now have optional support for ``fair`` locks.  When fair locks are "
"specified, blocking waiters will acquire the lock in the order that they "
"blocked.  This can be useful to ensure that existing blocked waiters do not "
"wait indefinitely in the face of large numbers of new attempts to acquire "
"the lock.  When specifying locks as both ``external`` and ``fair``, the "
"ordering *within* a given process will be fair, but the ordering *between* "
"processes will be determined by the behaviour of the underlying OS."

msgid "oslo.concurrency Release Notes"
msgstr "oslo.concurrency Release Notes"